Annotation of parser3/ChangeLog, revision 1.166
1.166 ! moko 1: 2021-03-25 moko
! 2:
! 3: * tests/: 412.html, results/412.processed: test to demonstrate bug
! 4: #1213
! 5:
1.165 moko 6: 2021-02-12 moko
7:
8: * tests/: 360.html, results/360.processed, results/363.processed:
9: parser method call in expression mode no longer differs from call
10: in string mode (related to feature #1211)
11:
12: 2021-02-11 moko
13:
14: * src/types/pa_vmail.C: mail parsing with Windows line endings
15: fixed (bug #1212)
16:
17: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
18: when called $v[^test[]] vs $v(^test[]), numbers are converted to
19: strings in both calls (implements feature #1211)
20:
1.164 moko 21: 2021-01-28 moko
22:
23: * buildall, etc/auto.p.in: to remove last patch in debian package
24:
25: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
26: 3.4.7b
27:
1.162 moko 28: 2021-01-21 moko
29:
30: * src/main/pa_http.C: no alarm() in file::load when web server mode
31: is MULTITHREADED
32:
1.157 moko 33: 2021-01-20 moko
34:
1.161 moko 35: * src/targets/apache/mod_parser3.c: it is more correct to recommend
36: 'a2enmod mpm_prefork'
37:
1.160 moko 38: * src/targets/apache/mod_parser3.c: prefork name is now
39: 'libapache2-mpm-itk'
40:
41: * src/targets/apache/mod_parser3_core.C: last regular malloc
42: removed
43:
1.159 moko 44: * src/targets/isapi/Makefile.am: -pa_threads.C
45:
1.158 moko 46: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
47: 3.4.6
48:
1.157 moko 49: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
50:
51: * etc/auto.p.in: @config[result] added to simplify $cfg change in
52: /httpd.p
53:
54: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
55: ^use[/httpd.p] + optional ^preprocess[] (related to feature
56: #1203)
57:
58: 2021-01-19 moko
59:
60: * buildall: --disable-parallel-mark added to avoid "number of
61: processors" threads creation for heap marking as it conflicts
62: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
63: limits threads)
64:
1.156 moko 65: 2021-01-16 moko
66:
67: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
68: main/pa_globals.C, main/pa_memory.C,
69: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
70: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
71: feature #1209)
72:
73: 2021-01-15 moko
74:
75: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
76: 3.4.6rc
77:
78: * src/classes/json.C: get_delim added for delimiter caching (10%
79: faster on large json)
80:
81: 2021-01-14 moko
82:
83: * operators.txt: updated with 3.4.6 changes
84:
85: * tests/results/224.processed: test result modified after
86: today(shift) implemented
87:
88: * tests/: 407.html, results/407.processed: test for ^hash.select
89: option $.default(bool) added (related to feature #1172)
90:
91: * src/classes/hash.C: ^hash.select option $.default(bool) added
92: (related to feature #1172)
93:
94: * tests/: 141.html, results/141.processed: test modified for
95: feature #1185.
96:
97: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
98: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
99: options $.lower(bool) (implements feature #1185)
100:
101: 2021-01-11 moko
102:
103: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
104: #1192)
105:
106: * tests/: 411.html, results/411.processed: test for ^date::today(N)
107: added (related to feature #1192)
108:
1.155 moko 109: 2021-01-05 moko
110:
111: * tests/: 270.html, results/270.processed: test modified to work
112: under Windows
113:
114: * tests/: 390.html, 395.html, results/395.processed: tests updated
115: 4 windows
116:
117: * tests/: 410.html, results/410.processed: test for
118: $CLASS-GETTER-PROTECTED(false) added
119:
120: 2021-01-04 moko
121:
122: * tests/: 409.html, results/409.processed, results/auto.p: test for
123: $MAIN:LOCALS(true) added
124:
1.154 moko 125: 2021-01-03 moko
126:
127: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
128: types/pa_vclass.h, types/pa_vstateless_class.C,
129: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
130: +LOCALS. $main -> $MAIN in exception texts (implements feature
131: #1207)
132:
133: 2021-01-02 moko
134:
135: * etc/auto.p.in: minor
136:
137: * src/main/pa_request.C: sending headers only after opening file to
138: allow error reporting if file was not opened (foreign group,
139: etc).
140:
141: 2020-12-31 moko
142:
143: * src/: include/pa_request.h, main/pa_request.C,
144: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
145:
146: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
147: main/pa_request.C: get_class_ref added and used
148:
149: * etc/auto.p.in: @CLASS httpd added
150:
151: * etc/auto.p.in: @auto[] is now first
152:
153: 2020-12-30 moko
154:
155: * tests/: 408.html, results/408.processed: test for bug #1166
156: (windows only) added
157:
158: * src/main/pa_common.C: create_dir_for_file should not create dir
159: for trailing / (fixes bug #1166)
160:
161: * tests/: 341.html, results/341.processed: tests for
162: ^nameless_table.hash[] added (related to feature #1138)
163:
164: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
165: (implements feature #1138), extra fields in named tables no
166: longer ignored (implements feature #1138)
167:
168: * tests/results/390.processed: updated after exception text change
169:
170: 2020-12-29 moko
171:
172: * tests/: 407.html, results/407.processed: +$._default check
173:
174: * src/classes/hash.C: keep $_default in ^hash.reverse[]
175:
176: * tests/: 407.html, results/407.processed: test for ^hash.select[]
177: and ^hash.reverse[] added (releated to feature #1172)
178:
179: * src/classes/hash.C:
180: ^hash.select[key;value](bool-condition)[options hash] +
181: ^hash.reverse[] added (implements feature #1172)
182:
183: * src/types/pa_vtable.h: warning war
184:
185: * src/include/pa_config_fixed.h: win32 fix
186:
1.153 moko 187: 2020-12-27 moko
188:
189: * tests/: 406.html, results/406.processed: test results updated
190:
191: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
192: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
193: spelling
194:
195: 2020-12-26 moko
196:
197: * tests/: 406.html, results/406.processed: tests for
198: ^table.rename[] added (related to feature #1148)
199:
200: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
201: ^table.rename[column name from;column name to], ^table.rename[
202: $.[column name from][column name to] ... ] added (implements
203: feature #1148)
204:
205: 2020-12-25 moko
206:
207: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
208: request_info now on stack to avoid yet another THREAD_LOCAL
209: memory deallocation issue (now with cookies), explained in #1203
210:
211: * src/types/pa_vcookie.C: fields should be inited
212:
213: 2020-12-24 moko
214:
215: * src/include/pa_stylesheet_connection.h: looks like
216: xsltFreeStylesheet leads to memory double-free. If so, it's for
217: sure libxml bug, but we have GC anyway, so we just remove this
218: call and see...
219:
220: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
221: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
222: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
223: abort.c:65:8 frame #3: 0x00000000004da663
224: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
225: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
226: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
227: malloc.c:617:9 frame #5: 0x0000000000577f0c
228: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
229: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
230: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
231: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
232: frame #8: 0x000000000050d35c
233: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
234: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
235: frame #10: 0x00000000004436e5
236: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
237: [inlined]
238: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
239: pa_stylesheet_connection.h:62:3
240:
241: 2020-12-23 moko
242:
243: * src/classes/image.C: ^image::measure[; $.video() ] option added
244:
245: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
246: ^image::measure[; $.video(true) ] added
247:
248: * src/main/pa_exec.C: not cleared automatically in multithreaded
249: httpd mode for unknown reasons
250:
251: 2020-12-22 moko
252:
253: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
254: error_log uri of currently processed document", but never used
255: and conflicts with how libgc stops threads on FreeBSD (#define
256: SIG_SUSPEND SIGUSR1), thus removed.
257:
258: 2020-12-21 moko
259:
260: * src/main/pa_request.C: +comment
261:
1.151 moko 262: 2020-12-20 moko
263:
1.152 moko 264: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
265: it is more safe to have versions of pa_strdup with one and two
266: arguments, as helper_length=0 not always mean that strlen()
267: should be called, but means zero.
268:
269: * src/targets/isapi/parser3isapi.C: minor
270:
271: * src/main/pa_http.C: +valid_http_method
272:
1.151 moko 273: * src/: include/pa_http.h, main/pa_http.C,
274: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
275:
276: 2020-12-17 moko
277:
278: * tests/: 405.html, results/405.processed: test for split by regex
279: added (related to feature #1160)
280:
281: * src/classes/string.C: split by regex implemented (feature #1160)
282:
283: * src/classes/string.C: minor
284:
285: * tests/: 404.html, results/404.processed: test for whitespace
286: string is now OK for table argument (related to feature #1169)
287:
288: * src/: classes/image.C, classes/string.C, classes/table.C,
289: types/pa_vmethod_frame.C: whitespace string is now OK for table
290: argument (as with hash) (implements feature #1169)
291:
292: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
293: limit for comment (fixes bug #1102)
294:
295: * src/targets/cgi/parser3.C: +HAVE_TLS check
296:
297: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
298:
299: * src/include/pa_config_includes.h: HAVE_TLS used
300:
301: * configure.ac: +TLS check
302:
303: * src/main/pa_http.C: content logging added
304:
305: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
306: clear_response_headers added
307:
308: 2020-12-16 moko
309:
310: * buildall: as we now use threads, libatomic_ops still required for
311: some OS.
312:
313: * src/main/pa_request.C: whitespace
314:
315: * src/: include/pa_request.h, main/pa_request.C:
316: Request::Exception_trace::table extracted and used
317:
318: * src/main/pa_request.C: moving output_result call outside of try
319: as network exceptions should not be handled by parser code
320:
321: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
322: logging network exchange
323:
324: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
325: via network if it was network write error.
326:
327: * src/targets/cgi/parser3.C: log -> pa_log
328:
329: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
330:
331: * src/main/pa_threads.C: getpid() if no gettid() found
332:
333: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
334: we need to ignore "void" connections from browsers (browsers open
335: connections in advance and they will be empty if user does not
336: request more pages)
337:
338: 2020-12-15 moko
339:
340: * src/targets/cgi/parser3.C: avoid previous uri in logs
341:
342: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
343: RequestController not needed in httpd mode
344:
345: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
346: classes/classes.h, classes/curl.C, classes/date.C,
347: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
348: classes/hashfile.C, classes/image.C, classes/inet.C,
349: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
350: classes/memcached.C, classes/memory.C, classes/op.C,
351: classes/reflection.C, classes/regex.C, classes/response.C,
352: classes/string.C, classes/table.C, classes/void.C,
353: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
354: include/pa_array.h, include/pa_base64.h,
355: include/pa_cache_managers.h, include/pa_charset.h,
356: include/pa_charsets.h, include/pa_common.h,
357: include/pa_config_fixed.h, include/pa_config_includes.h,
358: include/pa_dictionary.h, include/pa_dir.h,
359: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
360: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
361: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
362: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
363: include/pa_request_charsets.h, include/pa_request_info.h,
364: include/pa_sapi.h, include/pa_socks.h,
365: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
366: include/pa_stack.h, include/pa_string.h,
367: include/pa_stylesheet_connection.h,
368: include/pa_stylesheet_manager.h, include/pa_symbols.h,
369: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
370: include/pa_uue.h, include/pa_xml_exception.h,
371: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
372: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
373: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
374: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
375: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
376: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
377: main/compile.tab.C, main/compile.y, main/compile_tools.C,
378: main/compile_tools.h, main/execute.C, main/pa_base64.C,
379: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
380: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
381: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
382: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
383: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
384: main/pa_sql_driver_manager.C, main/pa_string.C,
385: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
386: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
387: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
388: main/untaint.C, sql/pa_sql_driver.h,
389: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
390: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
391: targets/isapi/parser3isapi.C, types/pa_junction.h,
392: types/pa_method.h, types/pa_property.h, types/pa_value.C,
393: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
394: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
395: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
396: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
397: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
398: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
399: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
400: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
401: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
402: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
403: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
404: types/pa_vmemory.h, types/pa_vmethod_frame.C,
405: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
406: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
407: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
408: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
409: types/pa_vstateless_object.h, types/pa_vstatus.C,
410: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
411: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
412: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
413: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
414: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
415:
416: * src/main/pa_request.C: old compilers support
417:
418: * tests/: 362.html, results/362.processed: test updated after
419: changes after upgrade to libxml2-2.9.9 were made (related to bug
420: #1108)
421:
422: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
423: removed, as xsltFreeStylesheet has side effects on original doc.
424: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
425: not updated after xdoc modification (part 3 of test 362).
426: (related to bug #1108)
427:
428: * src/targets/isapi/parser3isapi.C: +pa_strcat
429:
430: * src/: classes/memory.C, include/pa_memory.h,
431: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
432: PA_GC_GCOLLECT used
433:
434: * src/include/pa_memory.h: +PA_GC_COLLECT
435:
436: * src/targets/cgi/parser3.C: msvs support fixes
437:
438: * src/lib/gc/include/gc.h: more cleanup
439:
440: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
441:
442: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
443: targets/cgi/parser3.C: $main:HTTPD.mode implemented
444:
445: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
446:
447: * configure.ac: pthread.h added to checked headers
448:
449: * src/classes/table.C: string stream is back :)
450:
451: * src/classes/memory.C: GC_generate_random_backtrace no longer
452: exists
453:
454: * src/main/pa_globals.C: GC_dont_gc replaced
455:
456: * src/lib/gc/include/gc.h: major cleanup, only used functions are
457: left to simplify adding new functions. depricated GC_dont_gc
458: replaced with GC_disable and GC_enable calls.
459:
460: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
461: CORD_from_file* not used and thus removed
462:
463: * src/lib/gc/include/gc_allocator.h: minor cleanup
464:
465: 2020-12-14 moko
466:
467: * src/classes/: curl.C, memory.C, table.C: every TLS should be
468: referenced elsewhere, or GC will collect it.
469:
470: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
471: main/pa_xml_io.C: bugfix: TLS variables should be referenced
472: elsewhere, or GC will collect them (and we'll get GPF in
473: multithreaded enviroment). May be it can be also fixed by some
474: GC call, not sure. But this fix costs nothing (but hours of
475: debugging to find the issue :).
476:
1.150 moko 477: 2020-12-11 moko
478:
479: * configure.ac: gettid() check added
480:
481: * src/main/pa_threads.C: HAVE_GETTID used
482:
483: * src/include/pa_config_auto.h.in: +HAVE_GETTID
484:
485: * src/: include/pa_threads.h, main/pa_threads.C: now unified
486: version for isapi/cgi/apache
487:
488: * buildall: threads are now required.
489:
490: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
491: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
492: main/main.vcproj: pa_threads.C moved to main
493:
494: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
495: isapi/pa_threads.C: pa_threads.C moved to main
496:
497: * src/: main/Makefile.am, targets/cgi/Makefile.am,
498: targets/apache/Makefile.am: pa_threads.C moved to main
499:
500: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
501:
502: * src/: include/pa_stylesheet_connection.h,
503: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
504: and weird GPF in multithreaded httpd is gone
505:
506: * src/include/: pa_stylesheet_connection.h,
507: pa_sql_driver_manager.h: whitespace
508:
509: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
510:
511: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
512: main/pa_stylesheet_manager.C: whitespace, warning war
513:
514: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
515: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
516: parser_multithreaded never used
517:
518: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
519:
520: 2020-12-10 moko
521:
522: * src/: include/pa_config_includes.h, include/pa_http.h,
523: main/pa_http.C, targets/cgi/parser3.C: initial support for
524: MULTITHREADED and PARALLEL httpd server modes
525:
526: * src/main/pa_globals.C: GC_java_finalization is depricated
527:
528: 2020-12-09 moko
529:
530: * etc/auto.p.in: + @httpd-main
531:
532: * src/: include/pa_common.h, main/pa_request.C,
533: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
534: work
535:
536: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
537: slow file_read_binary no longer used, send_range added
538:
539: 2020-12-08 moko
540:
541: * src/main/pa_request.C: >4Gb support
542:
543: * src/targets/cgi/parser3.C: msvc warning war
544:
545: * src/: include/pa_config_includes.h, main/pa_http.C,
546: main/pa_request.C: msvc warnings war
547:
548: * src/classes/image.C: warning war
549:
550: * src/classes/table.C: MSVC warning war
551:
552: * src/targets/cgi/parser3.C: msvc warnings war
553:
554: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
555: added
556:
1.149 moko 557: 2020-12-07 moko
558:
1.150 moko 559: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
560: avoid logging beside system-wide auto.p
561:
562: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
563:
564: * configure, configure.ac, src/include/pa_config_auto.h.in:
565: configure options added:
566:
567: --with-system-cfg=FILE to specify system-wide auto.p
568: --with-system-log=FILE to specify system-wide parser3.log
569:
570: * Makefile.am: bin no longer exists
571:
572: * configure, configure.ac: auto.p moved to etc to simplify debian
573: package
574:
575: * buildall: auto.p and parser3.charsets moved to their default
576: location after install
577:
578: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
579:
580: * aclocal.m4, configure: automake 1.15 -> 1.16.1
581:
1.149 moko 582: * src/targets/cgi/parser3.C: locate_config call returned to
583: original place as it requires pa_thread_request() under Windows
584:
585: * src/targets/cgi/parser3.C: renaming
586:
587: 2020-12-06 moko
588:
589: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
590: check added
591:
592: 2020-12-04 moko
593:
594: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
595: main/pa_request.C: unified uint64_t lseek implemented to support
596: >4Gb files under x86, including Windows
597:
598: 2020-12-02 moko
599:
600: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
601: with max_file_size
602:
603: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
604: support for processing files sized >4Gb on 32 bit planforms
605:
606: * tests/399.html: file moved
607:
608: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
609:
610: * src/targets/cgi/pa_sapi_info.h: warning war
611:
612: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
613: warning war
614:
615: 2020-12-01 moko
616:
617: * src/classes/image.C: mp4 extended size (>4Gb) support added
618:
619: * src/classes/image.C: for "size not found" exception to be shown
620: if size not found until eof
621:
622: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
623: bit linux)
624:
625: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
626: #1188)
627:
628: 2020-11-30 moko
629:
630: * src/classes/image.C: definitions moved closer to code
631:
632: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
633: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
634: 395_dir/3_VP8X.webp, results/395.processed,
635: results/396.processed: tests for ^image::measure[] .webp support
636: added, all image files moved into one directory (related to
637: feature #1188)
638:
639: * src/classes/image.C: ^image::measure[] now supports webp (feature
640: #1188)
641:
1.148 moko 642: 2020-11-29 moko
643:
644: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
645: processing, unnessesary defines removed
646:
647: 2020-11-24 moko
648:
649: * tests/results/: 099.processed, 100.processed, 205.processed,
650: 309.processed, 310.processed: Content-Disposition: inline
651: returned
652:
653: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
654: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
655: ] added (related to bug #1204)
656:
657: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
658: ] supported to avoid Content-Disposition: inline;
659: filename="<file>.ext" but still set Content-Type for ext (related
660: to bug #1204)
661:
1.147 moko 662: 2020-11-22 moko
663:
664: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
665: types/pa_vfile.C: pa_filename added to avoid useless rsplit
666:
667: * src/main/pa_request.C: content_disposition_inline returned.
668:
669: 2020-11-17 moko
670:
671: * src/main/pa_request.C: empty main method name support
672:
673: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
674: config_handler added, stdout flush added.
675:
676: 2020-11-16 moko
677:
678: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
679:
680: * tests/results/: 099.processed, 205.processed, 237.processed,
681: 309.processed, 310.processed: Content-Disposition: inline is not
682: required and should not contain filename="<name>"
683:
684: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
685: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
686: targets/isapi/parser3isapi.C: pa_strcat implemented and used
687:
1.146 moko 688: 2020-11-14 moko
689:
690: * src/targets/cgi/parser3.C: spelling
691:
692: * src/targets/cgi/parser3.C: renaming
693:
694: * src/targets/cgi/parser3.C: args_skip removed, locate_config
695: relocated
696:
697: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
698: before request processing, which is weired
699:
700: 2020-11-13 moko
701:
702: * src/main/pa_http.C: pa_recv added with timeout support, thus read
703: copied in httpd.
704:
705: 2020-11-12 moko
706:
707: * src/main/pa_http.C: ALARM code unified to be used in httpd
708:
709: * src/: include/pa_request.h, main/pa_request.C,
710: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
711:
712: * src/main/pa_http.C: URI validation added
713:
714: * src/targets/cgi/parser3.C: filespec_to_process now variable,
715: can't be empty but can be null. httpd-main is now main method
716: name for httpd mode
717:
718: 2020-11-11 moko
719:
720: * src/main/pa_request.C: path_translated can be null in httpd mode
721:
722: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
723: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
724: classes/xdoc.C, include/pa_request.h, main/execute.C,
725: main/pa_request.C: r.absolute -> r.full_disk_path
726:
727: * src/targets/cgi/parser3.C: if filename to process is not
728: specified, auto.p should be present.
729:
1.145 moko 730: 2020-11-03 moko
731:
732: * src/: classes/op.C, include/pa_request.h: unused argument removed
733:
734: * src/main/pa_request.C: content_disposition_inline is the default,
735: not required.
736:
1.144 moko 737: 2020-10-29 moko
738:
739: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
740: ^use[file; $.main(true) ] implemented for auto.p processing and
741: path_translated changing to correct relative files path
742: calculation in httpd mode
743:
744: * src/: include/pa_request.h, main/pa_request.C:
745: fail_on_read_problem removed, as it allways true, as if should
746: be.
747:
748: * src/: include/pa_request.h, main/pa_request.C,
749: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
750: targets/isapi/parser3isapi.C: clearing config_filespec when
751: config was not found, thus flag not required and removed.
752:
753: 2020-10-28 moko
754:
755: * tests/: 402.html, results/402.processed: error reporting test
756:
757: * src/main/execute.C: better error reporting when
758: $result[^hash::create[]] in @main.
759:
760: * src/main/: execute.C, pa_request.C: frame.result() should be used
761: + minor optimization
762:
763: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
764: main/pa_xml_io.C: execute_*_method simplified and unified
765:
766: 2020-10-27 moko
767:
768: * tests/: 306.html, results/306.processed: a bit more testing. :)
769:
770: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
771: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
772: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
773: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
774: types/pa_vmethod_frame.h, types/pa_vobject.C,
775: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
776: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
777: longer used in object-prototype mode
778:
779: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
780: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
781: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
782: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
783: $form:name[value] features
784:
1.143 moko 785: 2020-10-18 moko
786:
787: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
788:
789: 2020-10-15 moko
790:
791: * src/main/pa_http.C: url no longer needed as
792: ALTER_EXCEPTION_SOURCE is used
793:
794: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
795: main/pa_http.C: check_file_size filespec is now optional
796:
797: * src/: classes/curl.C, include/pa_exception.h,
798: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
799: ALTER_EXCEPTION_COMMENT added for better error reporting
800:
801: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
802: results/346-curl.processed, results/379-curl.processed,
803: results/379.processed: test results updated as load now provides
804: better error reporting + curl responses updated
805:
806: 2020-10-14 moko
807:
808: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
809: main/pa_string.C, targets/apache/mod_parser3_core.C,
810: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
811: checked. 10 is now default base, no hex autodetect by default
812:
813: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
814: connection socket closing in destructor + accept exception
815: handling
816:
817: * src/targets/cgi/parser3.C: warning war
818:
819: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
820: main/pa_request.C, targets/apache/mod_parser3_core.C,
821: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
822: exception handling unified
823:
824: 2020-10-13 moko
825:
826: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
827: autodetection
828:
829: * src/targets/apache/mod_parser3_core.C: reverted to atoi
830:
831: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
832:
833: * src/main/pa_http.C: warning war
834:
1.142 moko 835: 2020-10-12 moko
836:
1.143 moko 837: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
838: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
839: unhandled exception code optimization
840:
841: * src/targets/cgi/parser3.C: request_info now global variable
842:
843: * src/main/pa_http.C: http_read_response moved to HTTP_response
844: class
845:
846: * src/: include/pa_http.h, main/pa_http.C,
847: targets/cgi/pa_sapi_info.h: read_post implemented
848:
1.142 moko 849: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
850: [host:]port syntax support in httpd mode
851:
852: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
853: targets/cgi/parser3.C: populate_env added
854:
855: * src/include/pa_hash.h: to make get(char *) compiling in
856: HashStringString
857:
858: 2020-10-10 moko
859:
860: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
861: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
862:
863: * src/: include/pa_http.h, include/pa_request_info.h,
864: main/pa_http.C, main/pa_string.C,
865: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
866: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
867: types/pa_vrequest.C: initial httpd mode implementation
868:
1.141 moko 869: 2020-10-04 moko
870:
871: * src/targets/cgi/parser3.C: options together
872:
873: 2020-09-30 moko
874:
875: * src/main/pa_http.C: renamed
876:
1.140 moko 877: 2020-08-14 moko
878:
879: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
880: src/targets/cgi/Makefile.am: no httpd as separate library
881:
882: 2020-08-13 moko
883:
884: * src/targets/cgi/parser3.C: SAPI::die used in exception in
885: unhandled exception handler to report 500 instead of 200 it was
886: before.
887:
888: * src/targets/apache/mod_parser3_core.C: minor cleanup
889:
890: * src/: include/pa_sapi.h, main/untaint.C,
891: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
892: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
893: thus replaced with SAPI::die and removed
894:
895: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
896: cgi/parser3.C: whitespace
897:
898: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
899:
900: 2020-08-12 moko
901:
902: * src/targets/cgi/parser3.C: duplicate info in signal logging
903: removed, whitespace was: SIGPIPE received while executing code.
904: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
905: cl=0]
906:
907: * parser3.sln: + httpd.vcproj
908:
909: 2020-08-11 moko
910:
911: * src/targets/cgi/Makefile.am: +libhttpd
912:
913: * configure.ac, src/lib/Makefile.am: +libhttpd
914:
1.139 moko 915: 2020-07-13 moko
916:
917: * tests/: 401.html, results/401.processed: test for hash key does
918: not keep language, but tainted in foreach.
919:
1.138 moko 920: 2020-07-01 moko
921:
922: * tests/: 235.html, results/235.processed: test result updated as
923: messages before attachments implemented (feature #1176)
924:
1.137 moko 925: 2020-06-27 moko
926:
927: * tests/: 400.html, results/400.processed: test updated to check
928: ^return{code}
929:
930: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
931: fixed
932:
933: 2020-06-26 moko
934:
935: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
936: added (related to https://www.parser.ru/forum/?id=85319)
937:
938: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
939: when $result assignment was last statement in the method
940: (https://www.parser.ru/forum/?id=85319)
941:
1.136 moko 942: 2020-05-23 moko
943:
944: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
945: whitespace, unused level removed
946:
947: 2020-05-19 moko
948:
949: * src/types/pa_vmail.C: whitespace
950:
951: * src/types/pa_vmail.C: files should be processed last (related to
952: feature #1176)
953:
1.135 moko 954: 2020-05-12 moko
955:
956: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
957: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
958:
959: * configure.ac: FreeBSD1X.X check added to avoid
960: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
961:
1.134 moko 962: 2020-02-26 moko
963:
964: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
965: compilation issue (related to bug #1201)
966:
967: * src/main/pa_common.C: entry_readable -> entry_exists,
968: undocumented access(fname, R_OK) call removed (fixes bug #1201)
969: -f and -d now works under Windows in UTF-8 with Russian
970: filenames.
971:
972: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
973: advice (related to feature #1199)
974:
975: 2020-02-25 moko
976:
977: * buildall: --silent removed
978:
979: * configure.ac: gmime-3.0 support
980:
981: * buildall: --with-system-mailreceive option added to build with
982: system libgmime
983:
984: * src/types/pa_vmail.C: avoiding
985: https://github.com/jstedfast/gmime/issues/83 "feature" (related
986: to feature #1199)
987:
1.133 moko 988: 2020-02-18 moko
989:
990: * src/classes/op.C: windows x64 debug mode compile fix
991:
992: * src/main/pa_globals.C: no longer required due to -MD -> -MT
993: change (releated to feature #1200)
994:
995: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
996: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
997: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
998: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
999: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1000: targets/apache/ApacheModuleParser3.vcproj,
1001: targets/apache/ApacheModuleParser3Core.vcproj,
1002: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1003: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1004: dependency (related to feature #1200)
1005:
1.132 moko 1006: 2020-02-12 moko
1007:
1008: * src/types/pa_vmail.C: minimize diff
1009:
1010: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1011: #1199)
1012:
1.131 moko 1013: 2020-01-18 moko
1014:
1015: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1016:
1.130 moko 1017: 2019-12-28 moko
1018:
1019: * src/targets/cgi/parser3.C: avoid empty ?
1020:
1021: 2019-12-27 moko
1022:
1023: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1024: DOCUMENT_ROOT (related to feature #1164)
1025:
1026: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1027: fcgiwrap setup (implements feature #1164)
1028:
1029: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1030: but no issues found (related to feature #1164)
1031:
1032: * src/targets/cgi/parser3.C: actualized
1033:
1034: 2019-12-26 moko
1035:
1036: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1037: removed
1038:
1039: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1040: removed
1041:
1042: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1043: allocation errors, we don't want default gc warnings (without
1044: timestamp and URI).
1045:
1046: * src/: classes/memory.C, main/pa_globals.C,
1047: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1048: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1049: pa_globals_init
1050:
1051: * src/main/pa_globals.C: setup_hex_value() removed, static array
1052: initialization used (optimization)
1053:
1054: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1055: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1056: pa_socks_init/pa_socks_done moved inside pa_globals_init
1057: (optimization)
1058:
1.129 moko 1059: 2019-12-09 moko
1060:
1061: * src/include/pa_config_fixed.h: warning war
1062:
1.128 moko 1063: 2019-12-08 moko
1064:
1065: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1066: process grammar under Unix.
1067:
1068: 2019-12-07 moko
1069:
1070: * tests/389.html: For Windows XP. :)
1071:
1072: * tests/388-sql.html: Windows compatibility added
1073:
1074: 2019-12-06 moko
1075:
1076: * src/targets/cgi/parser3.C: warning war
1077:
1078: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1079: == sizeof(CORD)) to avoid aligning bugs in future
1080:
1081: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1082: XML_STATIC
1083:
1084: * src/include/pa_request.h: StackItem() not required
1085:
1086: * src/include/pa_stack.h: warning war
1087:
1088: * src/include/pa_config_includes.h: GCC warning silenced
1089:
1090: * src/include/pa_memory.h: warning war: the program should also
1091: define 'void operator delete [](void*, std::size_t)'
1092: [-Wsized-deallocation]
1093:
1094: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1095:
1096: * src/classes/string.C: not reqired cast removed
1097:
1098: * src/classes/string.C: not reqired cast removed
1099:
1100: 2019-12-05 moko
1101:
1102: * src/lib/sdbm/pa_file_io.C: warning war
1103:
1104: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1105: enum Language : size_t - required for VS2015+ to make
1106: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1107: without it (related to feature #1198)
1108:
1109: 2019-12-04 moko
1110:
1111: * src/main/pa_base64.C: unsigned char -> uchar
1112:
1113: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1114: as other libs
1115:
1116: * src/include/pa_version.h: +amd64
1117:
1118: 2019-12-03 moko
1119:
1120: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1121: release
1122:
1123: * src/include/pa_config_includes.h: warning war
1124:
1125: * src/classes/image.C: warning war
1126:
1127: * src/main/pa_globals.C: x64 libs support
1128:
1129: * src/include/pa_config_includes.h: warning war
1130:
1131: * src/types/pa_method.h: warning war
1132:
1.127 moko 1133: 2019-11-28 moko
1134:
1135: * src/classes/math.C: vs2003 compatibility + warning war
1136:
1137: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1138: libxml2-2.9.9 (related to feature #1136)
1139:
1140: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1141: typecast for more compatibility (related to feature #1136)
1142:
1143: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1144: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1145: feature #1136)
1146:
1147: 2019-11-26 moko
1148:
1149: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1150: removed (it was failing in $$var case), condition added
1151:
1.126 moko 1152: 2019-11-25 moko
1153:
1154: * tests/: 397.html, 399.html, results/141.processed,
1155: results/399.processed: base64 options tested
1156:
1157: * src/: classes/math.C, main/pa_http.C: base64 options used
1158:
1159: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1160: implemented (feature #986)
1161:
1162: * src/main/pa_cache_managers.C: whitespace
1163:
1164: * tests/: 397.html, 399.html, results/399.processed: tests for
1165: ^base64 encode options added (related to feature #986)
1166:
1167: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1168: pa_base64_encode(file) removed - more memory, but faster and less
1169: code (related fo feature #986)
1170:
1171: 2019-11-24 moko
1172:
1173: * tests/: 155.html, results/155.processed: limit and offset in
1174: ^table::load[] now supported, thus test added
1175:
1176: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1177: main/pa_common.C: optimization: offset and limit options parsing
1178: moved inside file_load.
1179:
1180: 2019-11-23 moko
1181:
1182: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1183: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1184: optimization: file_read replaced with simplified file_read_binary
1185:
1186: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1187: types/pa_vform.C: whitespace
1188:
1189: * src/: include/pa_common.h, main/pa_common.C: never used params
1190: removed
1191:
1192: 2019-11-21 moko
1193:
1194: * tests/: 193.html, results/193.processed, results/389.processed:
1195: test results updated as now base64 does not discard tail without
1196: padding (related to feature #986)
1197:
1198: 2019-11-20 moko
1199:
1200: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1201: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1202: pa_base64_decode (related to feature #986)
1203:
1204: * tests/398.html: tests for base64 decode added (related to feature
1205: #986)
1206:
1207: * src/main/pa_base64.C: base64_decode rewritten - padding option
1208: support, padding inside base 64 supported (related to feature
1209: #096)
1210:
1211: 2019-11-19 moko
1212:
1213: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1214: FreeBSD 12
1215:
1.125 moko 1216: 2019-11-16 moko
1217:
1218: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1219: support added, step support removed (related to #986)
1220:
1221: 2019-11-15 moko
1222:
1223: * src/classes/math.C: using log since log2 is not present on
1224: FreeBSD < 8.4 (related to feature #1177)
1225:
1226: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1227: pa_base64_size extracted and used for files as well (related to
1228: feature 986)
1229:
1230: 2019-11-14 moko
1231:
1232: * tests/: 397.html, results/397.processed: + content check
1233:
1234: * tests/: 141.html, results/141.processed: make test resuls more
1235: readable
1236:
1237: * tests/: 397.html, results/193.processed, results/397.processed:
1238: test results updated after \x00 character was disabled in
1239: math:convert string mode (related to feature #1177)
1240:
1241: * src/classes/: math.C, string.C: \\x00 character disabled while
1242: converting to string (as in base64, related to feature #1177)
1243:
1244: * src/classes/file.C: more correct arguments separation
1245:
1246: * src/: classes/file.C, classes/math.C, classes/string.C,
1247: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1248: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1249: options added, but not yet implemented (related to feature #986)
1250:
1251: * src/classes/math.C: whitespace
1252:
1253: 2019-11-13 moko
1254:
1255: * tests/: 397.html, results/397.processed: +tainting test (related
1256: to feature #1177)
1257:
1258: * src/classes/math.C: as we now produce not only digits, result
1259: should be tainted (related to feature #1177)
1260:
1261: * src/main/pa_base64.C: whitespace
1262:
1263: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1264: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1265: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1266: implementation moved from pa_common.h and pa_common.C
1267:
1268: 2019-11-12 moko
1269:
1270: * tests/: 275.html, results/275.processed: out of range test fixed,
1271: as ^math:convert now supports arbitrary precision
1272:
1273: 2019-11-11 moko
1274:
1275: * tests/results/389.processed: uctualized error message
1276:
1277: * tests/: 389.html, 397.html, results/397.processed: tests for
1278: ^math:convert added (related to feature #1177)
1279:
1280: * src/classes/math.C: ^math:convert now supports arbitrary
1281: precision, alphabet support added (implements feature #1177)
1282:
1.124 moko 1283: 2019-11-06 moko
1284:
1285: * tests/: 181.html, results/181.processed: entities usage added,
1286: more entites load tests (related to bug #842 discussion)
1287:
1288: 2019-11-05 moko
1289:
1290: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1291: call from xmlFileOpen if http://localhost/<file> was not found
1292: (related to bug #842)
1293:
1294: * src/main/pa_xml_io.C: rename
1295:
1296: * src/main/pa_xml_io.C: +MemoryStream constructor
1297:
1298: * src/main/pa_xml_io.C: whitespace
1299:
1.123 moko 1300: 2019-10-31 moko
1301:
1302: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1303: XML_PARSE_NOENT) added to fix entities load, (related to feature
1304: #1181)
1305:
1.122 moko 1306: 2019-10-25 moko
1307:
1308: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1309: queries tests
1310:
1311: 2019-10-24 moko
1312:
1313: * tests/: 388-sql.html, results/388-sql.processed: support for
1314: pgsql driver test
1315:
1316: * tests/: 388-sql.html, results/388-sql.processed:
1317: multi_statements=1 now tested, mysql test now supported
1318: (connection must be specified in [parser3] section in .my.cnf)
1319: related to issues #1195 and #1194
1320:
1.121 moko 1321: 2019-09-11 moko
1322:
1323: * src/classes/int.C: whitespace
1324:
1325: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1326: exception test
1327:
1328: * tests/results/388-sql.processed: sql queries now shown (related
1329: to feature #1196)
1330:
1331: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1332: with old parser versions.
1333:
1334: * src/: classes/file.C, classes/hash.C, classes/string.C,
1335: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1336: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1337: instead of connect string in query_event_handlers exceptions
1338: (implements feature #1196)
1339:
1.120 moko 1340: 2019-09-06 moko
1341:
1342: * tests/388-sql.html: mysql compat
1343:
1344: * src/: classes/hash.C, classes/string.C, classes/table.C,
1345: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1346: sql_ variables declaration moved to pa_common.h
1347:
1.116 moko 1348: 2019-01-15 moko
1349:
1350: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1351: logically sorted
1352:
1353: 2018-12-27 moko
1354:
1355: * src/include/pa_config_includes.h: warning war:
1356: -Wdeprecated-register added for C++ 17
1357:
1358: 2018-10-15 moko
1359:
1360: * configure.ac: FreeBSD 11.2 can be build with ./configure
1361: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1362: --with-xml=/usr/local/
1363:
1364: 2018-09-24 moko
1365:
1366: * tests/: 396.html, 396.tiff, results/396.processed: test for
1367: ^image::measure[] now supports tiff added (related to feature
1368: #1188)
1369:
1370: * src/classes/image.C: ^image::measure[] now supports tiff
1371: (implements feature #1188)
1372:
1373: 2018-09-20 moko
1374:
1375: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1376: files measure added (related to ticket #1188)
1377:
1378: * src/classes/image.C: measure of bmp files implemented (related to
1379: ticket #1188)
1380:
1381: 2018-09-18 moko
1382:
1383: * tests/: 394-curl.html, results/394-curl.processed,
1384: results/auto.p: test for bug #1187 (max_file_size check for head
1385: requests) added
1386:
1387: 2018-08-24 moko
1388:
1389: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1390: response content-length check is required (fixes bug #1187)
1391:
1392: 2018-05-11 moko
1393:
1394: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1395: $.append(bool) ] option added (related to feature #919)
1396:
1397: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1398: from misha@ patch (implements feature #919)
1399:
1400: 2018-03-22 moko
1401:
1402: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1403: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1404: with 128kb buffer. Now works at least 12 times faster. :) May be
1405: Windows-only problem.
1406:
1407: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1408: build fix)
1409:
1410: 2018-02-03 moko
1411:
1412: * src/main/execute.C: removes irrelevant lines from exception stack
1413: trace when exceptions occurs in assigment (fixes bug #1165)
1414:
1415: * tests/: 393.html, results/393.processed: test for behavour after
1416: "Property can not be created, already exists field with that
1417: name" exception removed (related to feature #1183)
1418:
1419: * src/types/pa_vclass.C: "Property can not be created, already
1420: exists field with that name" exception removed (implements
1421: feature #1183)
1422:
1423: 2018-01-19 moko
1424:
1425: * src/classes/string.C: whitespace
1426:
1427: * src/classes/string.C: whitespace
1428:
1429: * tests/: 392.html, results/392.processed: test for
1430: ^regex::create[$regex] added (related to feature #1135)
1431:
1432: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1433: ^regex::create[$regex] added (implements feature #1135)
1434:
1435: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1436: commented define added (related to feature #1157)
1437:
1438: 2018-01-17 moko
1439:
1440: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1441:
1442: 2018-01-15 moko
1443:
1444: * tests/: 390.html, results/390.processed: real path replaced by
1445: stub
1446:
1447: * tests/: 391.html, results/391.processed: test for feature #1181
1448: (XML_PARSE_HUGE exception) added
1449:
1450: 2018-01-11 moko
1451:
1452: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1453: XML_PARSE_HUGE option passed by default (implements feature
1454: #1181)
1455:
1456: * src/classes/string.C: whitespace
1457:
1458: 2017-12-10 moko
1459:
1460: * tests/: 389.html, 390.html, results/389.processed,
1461: results/390.processed: image code coverage tests added (related
1462: to feature #1125)
1463:
1464: 2017-12-08 moko
1465:
1466: * tests/: 346-curl.html, 388-sql.html, 389.html,
1467: results/346-curl.processed, results/388-sql.processed,
1468: results/389.processed: more code coverage tests
1469:
1470: * tests/: 264.html, results/264.processed: code coverage for
1471: ^file::exec[]
1472:
1473: 2017-12-07 moko
1474:
1475: * tests/: 174.html, 388-sql.html, 389.html,
1476: results/388-sql.processed, results/389.processed,
1477: results/174.processed: more coverage tests
1478:
1479: * src/classes/math.C: exception text actualized
1480:
1481: 2017-12-06 moko
1482:
1483: * tests/388-sql.html: $SQL can be here
1484:
1485: * tests/results/auto.p: $SQL not required here
1486:
1487: * tests/: 388-sql.html, 389.html, Makefile,
1488: results/388-sql.processed, results/389.processed, results/auto.p:
1489: code coverage tests for sql (using sqlite) and int/double/bool
1490: added (related to feature #1125)
1491:
1492: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1493: lib/json/json.vcproj, lib/md5/md5.vcproj,
1494: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1495: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1496: targets/apache/ApacheModuleParser3Core.vcproj,
1497: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1498: types/types.vcproj: gc\include no longer required
1499:
1500: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1501: required
1502:
1503: * src/: classes/Makefile.am, classes/table.C,
1504: include/pa_config_includes.h, include/pa_string.h,
1505: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1506: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1507: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1508: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1509: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1510: used, we now include it directly
1511:
1512: 2017-12-04 moko
1513:
1514: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1515: memcached/memcached.vcproj, punycode/punycode.vcproj,
1516: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1517: where required
1518:
1519: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1520: now can be used to trace memory allocations
1521:
1522: * src/: classes/table.C, include/pa_config_includes.h,
1523: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1524: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1525: method removes, libcord also can work without libgc
1526:
1527: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1528:
1529: 2017-11-29 moko
1530:
1531: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1532: are not present (related to feature #1173)
1533:
1534: * tests/346-curl.html: test updated to test curl content-length bug
1535: (related to feature #1173)
1536:
1537: * tests/results/346-curl.processed: more test for content-length
1538: curl bug (related to feature #1173)
1539:
1540: * tests/results/346-curl.processed: test results updated after
1541: #1173 implemented
1542:
1543: 2017-11-28 moko
1544:
1545: * src/classes/curl.C: another libcurl Content-length bug walkaround
1546: (related to feature #1173)
1547:
1548: 2017-11-27 moko
1549:
1550: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1551: $.http_version[version string] added (implements feature #1173),
1552: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1553: where $post(true) bug existed.
1554:
1555: 2017-11-18 moko
1556:
1557: * src/include/pa_memory.h: warning war (related to feature #1170)
1558:
1559: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1560: feature #1170)
1561:
1562: 2017-11-17 moko
1563:
1564: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1565: std::basic_stringstream used in ^table.csv-string[] is compatible
1566: with delete usage check only under Debian 9 (related to feature
1567: #1170)
1568:
1569: 2017-11-16 moko
1570:
1571: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1572: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1573: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1574: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1575: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1576: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1577: stubs defend from accidental use (implements feature #1170)
1578:
1579: 2017-06-24 moko
1580:
1581: * configure.ac: minor fix: thanks to alx@
1582:
1.115 moko 1583: 2017-05-29 moko
1584:
1585: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1586: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1587: added to avoid cutting of UTF-8 chars (fixed bug #123)
1588:
1589: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1590: ignored, =?UTF-8?Q?= should start in case of leading space
1591: (related to bug #123)
1592:
1593: * buildall: echo -n -> printf for OS X. :)
1594:
1595: 2017-05-25 moko
1596:
1597: * tests/: 288.html, results/288.processed: test updated afted
1598: setting $o.prop without setter exception removed (related to
1599: feature #1157)
1600:
1601: * src/types/pa_vclass.C: no more "this property has no setter
1602: method" when setting $o.prop without setter (implements feature
1603: #1157)
1604:
1605: * buildall: echo \c -> echo -n for FreeBSD
1606:
1607: * configure, configure.ac, src/include/pa_config_auto.h.in,
1608: src/types/pa_vdouble.h: isfinite now checked in configure
1609:
1610: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1611: upgraded to automake 1.15
1612:
1613: 2017-05-23 moko
1614:
1615: * src/types/pa_vdouble.h: finite returned where isfinite not
1616: defined
1617:
1618: 2017-05-22 moko
1619:
1620: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1621:
1622: * buildall: extern CFLAGS setting support
1623:
1624: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1625:
1626: * buildall: http -> https
1627:
1628: * buildall: gc-7.2f -> gc-7.6.0
1629:
1630: 2017-05-20 moko
1631:
1632: * buildall: https, pcre, xml, xslt updated to current versions
1633: (related to feature #1136)
1634:
1635: 2017-05-19 moko
1636:
1637: * tests/097.html: after parser.ru moved to https
1638:
1639: 2017-05-17 moko
1640:
1641: * tests/results/: 175.processed, 372.processed: tests resuls
1642: updated after lintian spelling typos fixed (related to bug #1156)
1643:
1644: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1645: classes/string.C, classes/table.C, main/pa_charset.C,
1646: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1647: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1648: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1649:
1650: * tests/results/096.processed: +XMP
1651:
1652: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1653: $.xmp(true) options tested (test for feature #1154)
1654:
1655: * src/classes/image.C: ^image:measure[] options $.exif(false)
1656: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1657: fetched by default! (implements feature #1154)
1658:
1659: 2017-05-16 moko
1660:
1661: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1662: allowed (related to feature #1154)
1663:
1664: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1665: initial XMP implementation - without options and transcode
1666: (related to feature #1154)
1667:
1668: 2017-05-12 moko
1669:
1670: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1671: image: exif moved to ffields, skipped in ^image.html[] where
1672: iterators now used (preparation for feature #1154)
1673:
1674: 2017-05-05 moko
1675:
1676: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1677: results/387.processed: test for circular class inheritance check
1678: added (related to bug #1150)
1679:
1680: * src/types/pa_vstateless_class.C: circular class inheritance check
1681: added (fixes endless add_derived bug #1150)
1682:
1683: 2017-05-04 moko
1684:
1685: * tests/: 386.html, results/386.processed: test for
1686: $table.value(number) added (related to feature #1152)
1687:
1688: * src/types/pa_vtable.C: table put_element: column value must be
1689: string - > column value must be string compatible to allow
1690: $t.value(1) (implements feature #1152)
1691:
1692: 2017-05-03 moko
1693:
1694: * src/main/pa_request.C: $use[$method] is not possible, reverting
1695: (related to feature #1151)
1696:
1697: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1698: not possible, removing test (related to feature #1151)
1699:
1700: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1701: get_element_method added and used to allow $use[$method] and
1702: $autouse[$method] (implements feature 1151)
1703:
1704: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1705: variable added (related to feature #1151)
1706:
1707: * tests/results/226.processed: actualized after ^try-catch used
1708:
1709: * tests/: 226.html, 385.html, results/385.processed: test for
1710: @autouse in variable added
1711:
1712: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1713:
1.114 moko 1714: 2017-02-27 moko
1715:
1716: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1717:
1.113 moko 1718: 2017-02-20 moko
1719:
1720: * operators.txt: actualization + beauty
1721:
1722: 2017-02-16 moko
1723:
1724: * tests/: 384.html, results/384.processed: test for
1725: ^reflection:mixin[; $.name[] ] option added (related to feature
1726: #1089)
1727:
1728: * tests/: 384.html, results/384.processed: test for
1729: ^reflection:mixin[] added (related to feature #1089)
1730:
1731: * src/types/pa_value.h: warning war: virtual ~Value() added
1732:
1.112 moko 1733: 2017-02-15 moko
1734:
1735: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1736: fixed
1737:
1738: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1739: test added (related to feature #1069)
1740:
1741: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1742: compilation without HASH_ORDER fixed
1743:
1744: * src/: classes/reflection.C, include/pa_hash.h:
1745: $.reverse(true/false) added to ^reflection:methods[] (related to
1746: feature #1069)
1747:
1748: 2017-02-14 moko
1749:
1750: * tests/: 152.html, results/152.processed: test for $._default hash
1751: added (related to bug #1131)
1752:
1753: * tests/: 277.html, results/277.processed: test for hash with only
1754: $._default is now defined (related to bug #1131)
1755:
1756: * src/types/pa_vhash.h: hash with only $._default is now defined
1757: (fixed bug #1131)
1758:
1759: 2017-02-13 moko
1760:
1761: * tests/cat-windows.sh: cat-windows added (cygwin required)
1762:
1763: * tests/: 171.html, 264.html, 286.html, 370.html,
1764: results/320.processed, results/375.processed, results/auto.p:
1765: cat-windows.sh support added
1766:
1767: * tests/375.html: Windows support
1768:
1769: * tests/270.html: documented
1770:
1771: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1772: (not backslashes) even under Windows (broke test 270)
1773:
1774: 2017-02-12 moko
1775:
1776: * tests/: descript.ion, todo.txt: cleanup
1777:
1778: 2017-02-09 moko
1779:
1780: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1781: run_tests.cmd: Windows compatibility
1782:
1783: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1784: incorrectly (GMT) if parser is called from cygwin
1785:
1.111 moko 1786: 2017-02-08 moko
1787:
1.112 moko 1788: * operators.txt: actualization 15% completed
1789:
1790: * operators.txt: cp1251 -> utf-8
1791:
1792: * NEWS, README: minor update
1793:
1794: * src/include/pa_config_includes.h: warning war continues
1795:
1796: * src/: include/pa_config_includes.h, include/pa_memory.h,
1797: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1798: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1799: gcc 6.x issues fixed
1800:
1.111 moko 1801: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1802: classes/classes.h, classes/curl.C, classes/date.C,
1803: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1804: classes/hashfile.C, classes/image.C, classes/inet.C,
1805: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1806: classes/memcached.C, classes/memory.C, classes/op.C,
1807: classes/reflection.C, classes/regex.C, classes/response.C,
1808: classes/string.C, classes/table.C, classes/void.C,
1809: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1810: include/pa_array.h, include/pa_cache_managers.h,
1811: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1812: include/pa_config_fixed.h, include/pa_config_includes.h,
1813: include/pa_dictionary.h, include/pa_dir.h,
1814: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1815: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1816: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1817: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1818: include/pa_request_charsets.h, include/pa_request_info.h,
1819: include/pa_sapi.h, include/pa_socks.h,
1820: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1821: include/pa_stack.h, include/pa_string.h,
1822: include/pa_stylesheet_connection.h,
1823: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1824: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1825: include/pa_uue.h, include/pa_xml_exception.h,
1826: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1827: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1828: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1829: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1830: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1831: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1832: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1833: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1834: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1835: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1836: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1837: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1838: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1839: main/pa_string.C, main/pa_stylesheet_connection.C,
1840: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1841: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1842: main/untaint.C, sql/pa_sql_driver.h,
1843: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1844: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1845: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1846: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1847: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1848: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1849: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1850: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1851: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1852: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1853: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1854: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1855: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1856: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1857: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1858: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1859: types/pa_vmemcached.h, types/pa_vmemory.h,
1860: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1861: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1862: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1863: types/pa_vresponse.C, types/pa_vresponse.h,
1864: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1865: types/pa_vstateless_object.h, types/pa_vstatus.C,
1866: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1867: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1868: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1869: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1870: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1871: 2015->2017
1872:
1.110 moko 1873: 2017-02-07 moko
1874:
1875: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1876:
1877: 2017-02-06 moko
1878:
1879: * src/main/pa_common.C: minor fixes, whitespace
1880:
1881: * src/: classes/curl.C, classes/file.C, classes/image.C,
1882: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1883: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1884: now used (implements feature #1081)
1885:
1886: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1887:
1888: 2017-02-01 moko
1889:
1890: * src/include/pa_request.h: cleanup
1891:
1892: 2017-01-30 moko
1893:
1894: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1895:
1896: 2017-01-29 moko
1897:
1898: * tests/: 383.html, results/383.processed: test for
1899: ^reflection:stack[] added (related to feature #1052)
1900:
1901: * src/classes/reflection.C: else added
1902:
1903: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1904: $.max_file_lock_wait added (implements feature #1128)
1905:
1906: 2017-01-28 moko
1907:
1908: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1909: body and other cases tests added (related to featue #1014)
1910:
1911: * src/classes/curl.C: bug if response is empty fixed (related to
1912: feature #1014)
1913:
1914: 2017-01-27 moko
1915:
1916: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1917: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1918: added (implements feature #1052)
1919:
1920: 2017-01-25 moko
1921:
1922: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1923: method test added
1924:
1925: 2017-01-23 moko
1926:
1927: * src/classes/reflection.C: optimization: options->get replaced by
1928: hash iterator
1929:
1930: * tests/: 381.html, results/381.processed: now -> fixed date
1931:
1932: * src/main/pa_request.C: warning war
1933:
1934: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1935: 5Mb (fixes bug #1058)
1936:
1937: * src/classes/curl.C: warning war
1938:
1939: * tests/: 381.html, results/381.processed: tests for ^json:string
1940: $.one-line(true) option added (related to feature #1124)
1941:
1942: * src/: classes/json.C, types/pa_value.h: $json-string
1943: $.one-line(true|false) options is now supported (implements
1944: feature #1124)
1945:
1946: * tests/: 380.html, results/380.processed: test for modified
1947: $.max_file_size added (related to bug #1014)
1948:
1949: * tests/: 379.html, results/auto.p: tests for rewritten http file
1950: load added (related to bug #1014)
1951:
1952: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1953: main/pa_common.C, main/pa_http.C: check_file_size added and used
1954: in curl / file load from disk and http, http file load rewritten
1955: (related to bug #1014)
1956:
1957: 2017-01-18 moko
1958:
1959: * tests/: 378.html, results/378.processed: tests for ^result[]
1960: added (related to feature #66)
1961:
1962: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1963: Method::CO_WITHOUT_FRAME as frame still added in expression
1964: (related to feature #66)
1965:
1966: 2017-01-17 moko
1967:
1968: * tests/: 377.html, results/377.processed: test for different
1969: combinations of breaks in body and delimiter (related to bug
1970: #1077)
1971:
1972: * tests/: 376.html, results/376.processed: many ^break[] tests
1973: added (related to bug #1077)
1974:
1975: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1976: passed to native method" exception added to avoid bugs due to
1977: WRITE_EXPR_RESULT skipped and native methods execution continues
1978: after ^break[] (related to bug #1077)
1979:
1980: 2017-01-14 moko
1981:
1982: * tests/: 330.html, results/330.processed: test results updated
1983: after ^break[] bugs where fixed (related to bug #1077)
1984:
1985: * tests/: 329.html, results/329.processed: test results updated
1986: after ^break[] bugs where fixed (related to bug #1077)
1987:
1988: * tests/results/320.processed: ^return[] added
1989:
1990: 2017-01-13 moko
1991:
1992: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1993: classes/table.C, include/pa_request.h, main/execute.C,
1994: main/pa_request.C, targets/cgi/parser3.C,
1995: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1996: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1997: checked after each possible process/execute call (fixes bug
1998: #1077)
1999:
2000: 2016-12-29 moko
2001:
2002: * src/main/pa_common.C: warning war
2003:
2004: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2005: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2006: pa_file_size_limit added, ^math:random fixed for upper limit and
2007: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2008: (related to feature #1014)
2009:
2010: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2011: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2012: (related to feature #1014)
2013:
2014: 2016-12-28 moko
2015:
2016: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2017: warning war
2018:
2019: 2016-12-26 moko
2020:
2021: * tests/: 341.html, results/341.processed: test for
2022: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2023:
2024: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2025: (related to feature #1057)
2026:
2027: * src/types/pa_vdate.C: warning war continues...
2028:
2029: * src/: classes/date.C, classes/image.C, classes/table.C,
2030: include/pa_config_includes.h, types/pa_vfile.C: warning war
2031:
2032: * src/lib/gd/gifio.C: warning war / cleanup
2033:
2034: * src/lib/json/pa_json.C: warning war
2035:
2036: * src/classes/hash.C: warning war
2037:
2038: * src/types/pa_vfile.C: warning war
2039:
2040: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2041: -Wall warning war continues
2042:
2043: * configure.ac: --with-build-warnings actualized
2044:
2045: 2016-12-25 moko
2046:
2047: * src/main/pa_exec.C: -wAll warning war
2048:
2049: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2050: -wAll warning war
2051:
2052: * src/: include/pa_common.h, include/pa_sapi.h,
2053: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2054: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2055: -wAll warning war
2056:
2057: 2016-12-23 moko
2058:
2059: * src/lib/ltdl/Makefile.am: extra dist added
2060:
2061: * tests/results/344.processed: test result updated after $file.text
2062: prefetched in ^hash::create[$file] (related to feature #1075)
2063:
2064: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2065: ^hash::create[$file] (related to feature #1075)
2066:
2067: 2016-12-22 moko
2068:
2069: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2070: main/pa_request.C, main/pa_stylesheet_connection.C,
2071: types/pa_vfile.C: file_stat now return 64-bit size (implements
2072: #1014 under 32-bit unix versions)
2073:
2074: 2016-12-21 moko
2075:
2076: * tests/: 375.html, results/375.processed: test for exec returning
2077: stated file added (related to feature #1119)
2078:
2079: * src/classes/file.C: load should not return file with null body
2080: (fixes bug #1119)
2081:
2082: 2016-12-14 moko
2083:
2084: * tests/: 374.html, results/374.processed: test for $method.name
2085: added (related to feature #1117) plus method returning junction
2086: test
2087:
2088: 2016-12-13 moko
2089:
2090: * src/: include/pa_symbols.h, main/pa_symbols.C,
2091: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2092: (implements feature #1117)
2093:
2094: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2095: HEAD and TRACE can't have body (implements feature #1116)
2096:
2097: 2016-12-09 moko
2098:
2099: * tests/: 373.html, results/373.processed: tests for
2100: ^reflection:tainting added (related to feature #1098)
2101:
2102: * src/classes/reflection.C: ^reflection:tainting arguments order
2103: change (related to feature #1098)
2104:
2105: 2016-12-06 moko
2106:
2107: * src/: classes/reflection.C, include/pa_string.h,
2108: main/pa_string.C: ^reflection:tainting[$string] added (implements
2109: feature #1098)
2110:
2111: 2016-12-05 moko
2112:
2113: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2114: (fixes bug #1114)
2115:
2116: 2016-12-04 moko
2117:
2118: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2119: check added
2120:
2121: 2016-12-03 moko
2122:
2123: * tests/: 346-curl.html, results/346-curl.processed: test modified
2124: to test value.as_hash() usage
2125:
2126: * src/classes/curl.C: value.as_hash() used for correct hash
2127: processing
2128:
2129: * src/classes/reflection.C: exceptions texts fixes
2130:
2131: 2016-12-02 moko
2132:
2133: * tests/: 372.html, results/372.processed: tests for
2134: ^reflection:create[ $.class[name] $.constructor[name]
2135: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2136: feature #1094)
2137:
2138: * src/types/pa_vmethod_frame.h: comment added: params should be
2139: declared outside of *_FRAME_ACTION as MethodParams destructor
2140: will be called in ~VNativeMethodFrame
2141:
2142: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2143: ] minor fix
2144:
2145: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2146: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2147: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2148: now supported (implements feature #1094) value::as_hash added
2149: (and should be used everywhere)
2150:
2151: * src/classes/reflection.C: cleanup
2152:
2153: 2016-12-01 moko
2154:
2155: * tests/: 356.html, results/356.processed: test for method
2156: junctions class name added to the resulting hash added (related
2157: to feature #1068)
2158:
2159: * src/classes/reflection.C: for method junctions class name added
2160: to the resulting hash (related to feature #1068)
2161:
2162: 2016-11-30 moko
2163:
2164: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2165: exception (related to bug #1113)
2166:
2167: * src/types/pa_vhashfile.C: whitespace
2168:
2169: * src/main/pa_os.C: errno now returned as it should (fixes bug
2170: #1113)
2171:
2172: * tests/results/: 175.processed, 192.processed, 224.processed,
2173: 229.processed, 239.processed, 244.processed, 246.processed,
2174: 314.processed, 352.processed: tests results updated after method
2175: call exceptions improved as method now keeps its name
2176:
2177: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2178: types/pa_vmethod_frame.h: method call exceptions improved as
2179: method now keeps its name
2180:
2181: * tests/: 224.html, 239.html, results/224.processed,
2182: results/239.processed: tests and tests results updated after
2183: Request::construct exception changed
2184:
2185: * src/: classes/reflection.C, main/execute.C: Request::construct
2186: exception optimized
2187:
2188: * tests/: 371.html, results/371.processed: test for
2189: WWrapper.get_element call in $.name.key[value] code added
2190: (related to feature #1091)
2191:
2192: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2193: in $.name.key[value] code (related to feature #1091)
2194:
2195: 2016-11-29 moko
2196:
2197: * src/classes/op.C: VS warning war
2198:
2199: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2200: C4239: nonstandard extension used : 'return' : conversion from
2201: 'Value' to 'Value &' (related to feature #1020)
2202:
2203: * src/: main/execute.C, types/pa_vmethod_frame.h,
2204: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2205: used : 'return' : conversion from 'Value' to 'Value &' (related
2206: to feature #1020)
2207:
2208: * src/main/execute.C: VS warning war
2209:
2210: * src/targets/cgi/parser3.C: VS compatibility fix
2211:
2212: * src/include/pa_request.h: VS warning war
2213:
2214: * tests/: 370.html, results/370.processed: test for ^file::exec[
2215: ... $.stdin[$binary_file] ] added (related to bug #1044)
2216:
2217: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2218: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2219: $.stdin[$binary_file] (fixes bug #1044)
2220:
2221: 2016-11-28 moko
2222:
2223: * src/main/pa_exec.C: whitespace
2224:
2225: * src/main/pa_request.C: whitespace
2226:
2227: * tests/: 369.html, results/369.processed: test for
2228: $response:status usage added (related to feature #1099)
2229:
2230: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2231: if < 100 (implements feature #1099)
2232:
2233: * src/targets/cgi/parser3.C: whitespace
2234:
2235: * src/targets/cgi/parser3.C: whitespace
2236:
2237: * tests/: 368.html, results/368.processed: test updated after
2238: ^reflection:filename[$method] added (related to feature #1053)
2239:
2240: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2241: main/compile.y, main/execute.C, main/pa_request.C,
2242: types/pa_vclass.h: filename -> filespec,
2243: ^reflection:filename[$method] added (related to feature #1053)
2244:
2245: 2016-11-27 moko
2246:
2247: * tests/: 368.html, results/368.processed: test for
2248: reflection:filename[$class or object] added (related to feature
2249: #1053)
2250:
2251: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2252: types/pa_vstateless_class.h: ^reflection:filename[$class or
2253: object] added (implements feature #1053)
2254:
2255: 2016-11-26 moko
2256:
2257: * src/: include/pa_request_info.h,
2258: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2259: remove_absolute_uri -> strip_absolute_uri
2260:
2261: 2016-11-25 moko
2262:
2263: * src/: include/pa_request_info.h,
2264: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2265: request_info.remove_absolute_uri added to remove possible
2266: http://site.name/ from $request:uri (implements feature #1112)
2267:
2268: 2016-11-24 moko
2269:
2270: * tests/: 367-curl.html, results/367-curl.processed: test for
2271: previous request headers clearing after redirect added (related
2272: to bug #1109)
2273:
2274: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2275: response headers from previous requests are now cleared, only
2276: last request headers are collected (fixes bug #1109)
2277:
2278: * tests/results/: 266.processed, 321.processed, 356.processed:
2279: tests results updated as method name now added to the resulting
2280: hash for new syntax only (Imp1 compatimility fixed, related to
2281: feature #1068)
2282:
2283: * src/classes/reflection.C: method name now added to the resulting
2284: hash for new syntax only (Imp1 compatimility fixed, related to
2285: feature #1068)
2286:
2287: * tests/results/366.processed: test for native and parser
2288: implementation of ^use[] logic (related to feature #1074)
2289:
2290: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2291: for native and parser implementation of ^use[] logic (related to
2292: feature #1074)
2293:
2294: 2016-11-23 moko
2295:
2296: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2297: main/pa_request.C: @USE file now implemented as ^use[file;
2298: $.origin[origin_file] ] (implements feature #1074)
2299:
1.109 moko 2300: 2016-11-21 moko
2301:
1.110 moko 2302: * tests/: 365.html, results/365.processed: test for $caller bugs in
2303: 3.4.4 and $caller.method now tested (related to feature #1110)
2304:
2305: * tests/: 364.html, results/364.processed: $caller usage in
2306: different contexts now tested (related to feature #1110)
2307:
2308: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2309:
2310: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2311:
1.109 moko 2312: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2313: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2314: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2315: used (implements feature #1110)
2316:
2317: 2016-11-20 moko
2318:
2319: * src/types/pa_vdouble.h: whitespace
2320:
2321: 2016-11-11 moko
2322:
2323: * tests/: 363.html, results/363.processed: more tests for feature
2324: #1091 (how parser methods work in expression context)
2325:
2326: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2327: expressions strings are now written as strings, not values by
2328: write_as_string (related to feature #1091)
2329:
2330: * src/classes/op.C: to make more correct behavour in expression
2331: context
2332:
2333: 2016-11-07 moko
2334:
2335: * tests/: 362.html, results/362.processed: test for
2336: xsltParseStylesheetDoc caching as xsl modification after it added
2337: (related to bug #1108)
2338:
2339: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2340: result now cached as xdoc is modified after it (fixes bug #1108)
2341:
2342: 2016-11-06 moko
2343:
2344: * src/types/pa_vxdoc.h: whitespace
2345:
2346: 2016-11-05 moko
2347:
2348: * src/types/pa_vmethod_frame.h: cleanup
2349:
2350: 2016-11-03 moko
2351:
2352: * tests/results/244.processed: more correct exception after method
2353: frames separation
2354:
2355: * src/types/pa_vmethod_frame.h: minor optimizaion
2356:
2357: * src/types/pa_method.h: optimization: params_count added
2358:
2359: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2360: include/pa_request.h, main/execute.C, main/pa_request.C,
2361: types/pa_value.C, types/pa_vmethod_frame.C,
2362: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2363: VMethodFrame now divided into VNativeMethodFrame,
2364: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2365: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2366: and used (related to feature #1104)
2367:
2368: 2016-11-02 moko
2369:
2370: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2371: classes/double.C, classes/file.C, classes/hash.C,
2372: classes/hashfile.C, classes/image.C, classes/inet.C,
2373: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2374: classes/memcached.C, classes/op.C, classes/reflection.C,
2375: classes/regex.C, classes/string.C, classes/table.C,
2376: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2377: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2378: r.write (implements feature #1091)
2379:
2380: * src/main/execute.C: cleanup (related to feature #1104)
2381:
2382: * src/: include/pa_request.h, main/execute.C,
2383: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2384: added, in_expression removed (implements feature #1104)
2385:
2386: 2016-10-31 moko
2387:
2388: * src/types/pa_value.C: whitespace
2389:
2390: 2016-10-28 moko
2391:
2392: * tests/results/244.processed: updated after error reporting fixed
2393: in pa_wcontext.C
2394:
2395: * src/types/pa_wcontext.C: error reporting fixed
2396:
2397: * src/types/pa_wcontext.h: whitespace
2398:
2399: * src/classes/image.C: not fully readed entries are no longer
2400: processed (fixes bug #1106)
2401:
2402: 2016-10-26 moko
2403:
2404: * src/classes/image.C: whitespace
2405:
2406: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2407: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2408: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2409: longer required (related to feature #1091)
2410:
2411: * tests/results/: 264.processed, 350.processed: test results update
2412: reverted (whitespace optimization) after write_no_lang removed :)
2413: (related to feature #1091)
2414:
2415: * src/: classes/file.C, classes/hash.C, classes/op.C,
2416: classes/string.C, classes/table.C, classes/void.C,
2417: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2418: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2419: equal write_pass_lang (related to feature #1091)
2420:
2421: * tests/results/: 264.processed, 350.processed: test results
2422: updated (whitespace optimization) after write_assign_lang removed
2423: (related to feature #1091)
2424:
2425: * tests/: 361.html, results/361.processed: test for non-string
2426: ^untaint added (related to feature #1091)
2427:
2428: * src/: classes/curl.C, classes/date.C, classes/file.C,
2429: classes/hash.C, classes/op.C, classes/string.C,
2430: include/pa_request.h, main/execute.C: optimization:
2431: write_assign_lang removed as not required (first part of feature
2432: #1091 implementation)
2433:
1.108 moko 2434: 2016-10-12 moko
2435:
2436: * tests/: 360.html, results/360.processed: more test code (related
2437: to feature #1104)
2438:
2439: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2440: include/pa_request.h, main/compile.y, main/execute.C: opcode
2441: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2442: WContext is next task (implements feature #1104)
2443:
2444: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2445: / CO_WITHOUT_WCONTEXT
2446:
2447: * tests/: 360.html, results/360.processed: test for in expression
2448: state (related to feature #1104)
2449:
2450: 2016-10-11 moko
2451:
2452: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2453:
2454: * src/classes/op.C: default value removed from initializer
2455:
2456: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2457:
2458: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2459:
2460: 2016-10-10 moko
2461:
2462: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2463: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2464: to feature #42)
2465:
2466: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2467: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2468:
2469: 2016-10-08 moko
2470:
2471: * src/classes/double.C: whitespace
2472:
2473: 2016-10-07 moko
2474:
2475: * src/types/pa_vmethod_frame.h: reorder
2476:
2477: 2016-10-06 moko
2478:
2479: * src/classes/date.C: typo
2480:
2481: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2482:
2483: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2484: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2485: types/pa_vmethod_frame.h: params.get now returns Value&, not
2486: Value*
2487:
2488: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2489:
2490: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2491: removed; first as_* code rewrite
2492:
2493: 2016-10-05 moko
2494:
2495: * src/include/pa_request.h: whitespace
2496:
2497: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2498: intercept_string added (related to feature #1097)
2499:
2500: * src/: classes/image.C, classes/op.C, classes/table.C,
2501: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2502: optimization: intercept_string removed (implements feature #1097)
2503:
2504: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2505:
2506: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2507: from VCodeFrame and WWrapper as not required
2508:
2509: 2016-10-04 moko
2510:
2511: * src/: classes/curl.C, classes/date.C, classes/double.C,
2512: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2513: classes/int.C, classes/json.C, classes/op.C,
2514: classes/reflection.C, classes/string.C, classes/table.C,
2515: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2516: proces_to_value -> process after StringOrValue removed (related
2517: to feature #1020)
2518:
2519: * src/classes/form.C: whitespace
2520:
2521: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2522:
2523: * tests/: 357.html, 358.html, results/357.processed,
2524: results/358.processed, results/auto.p: test for @conf
2525: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2526:
2527: 2016-10-03 moko
2528:
2529: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2530: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2531: supported (implements feature #42)
2532:
2533: * src/types/pa_vregex.h: no reason for VRegex to be
2534: is_evaluated_expr
2535:
2536: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2537: (implements feature #1095)
2538:
2539: 2016-10-01 moko
2540:
2541: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2542: false by default (related to feature #1089)
2543:
2544: 2016-09-30 moko
2545:
2546: * src/types/pa_wcontext.h: cleanup
2547:
2548: 2016-09-29 moko
2549:
2550: * src/main/execute.C: whitespace
2551:
2552: * src/include/pa_request.h: whitespace
2553:
2554: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2555: classes/op.C, classes/table.C, include/pa_request.h,
2556: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2557: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2558: StringOrValue removed as it just slows down and adds complexity
2559: (implements feature #1020)
2560:
2561: 2016-09-28 moko
2562:
2563: * tests/: 356.html, results/266.processed, results/321.processed,
2564: results/356.processed: tests updated after name was added to
2565: method_info hash, test for ^reflection:method_info[junction]
2566: added (related to feature #1068)
2567:
2568: * src/classes/reflection.C: ^reflection:method_info[junction] now
2569: supported, method name added to the resulting hash (implements
2570: feature #1068)
2571:
2572: * tests/: 276.html, results/276.processed: more tests for
2573: ^reflection:delete[]
2574:
2575: * src/classes/reflection.C: fixed bug then ^reflection:delete
2576: didn't work on class and could damage native objects (like file)
2577:
2578: 2016-09-26 moko
2579:
2580: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2581: results/345.processed, results/346-curl.processed,
2582: results/347-curl.processed, results/348.processed: numbers added
2583: to simplify diff analysis
2584:
2585: * tests/: 352.html, results/352.processed: test result updated as
2586: method name used
2587:
2588: * src/classes/reflection.C: method name used
2589:
2590: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2591: its name
2592:
2593: * src/types/pa_method.h: whitespace
2594:
2595: * src/classes/reflection.C: both method and field with one name can
2596: exist.
2597:
2598: * src/classes/reflection.C: ^reflection:mixin added (implements
2599: feature #1089)
2600:
2601: * tests/: 355.html, results/355.processed: property appears in
2602: derived class if added in base test added
2603:
2604: * src/types/pa_vstateless_class.h: get_method declaration +
2605: whitespace
2606:
2607: * tests/: 354.html, results/354.processed: nice test from method
2608: and property with one name in class added
2609:
2610: 2016-09-23 moko
2611:
2612: * src/classes/reflection.C: ^reflection:method usage documented
2613:
2614: 2016-09-22 moko
2615:
2616: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2617: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2618: compile warning and GPF occures on VS2003 (related to feature
2619: #1087)
2620:
2621: * tests/: 350.html, results/350.processed: test added for
2622: $.encloser[] support in ^table::create (related to feature #11)
2623:
2624: * src/classes/table.C: another minor fix (related to feature #11)
2625:
1.107 moko 2626: 2016-09-21 moko
2627:
2628: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2629:
2630: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2631: classes/json.C, classes/string.C, classes/table.C,
2632: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2633: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2634: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2635: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2636: pa_charsets, vs2015 warning war
2637:
2638: * src/classes/table.C: vs2015 warning war
2639:
2640: * src/types/pa_vdate.C: vs2015 warning war
2641:
2642: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2643:
2644: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2645: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2646:
2647: * src/main/pa_common.C: vs2015 compilation fixes
2648:
2649: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2650: vs2015 compilation fixes
2651:
2652: * src/main/pa_charset.C: vs2015 warning war
2653:
2654: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2655:
2656: * src/main/pa_charset.C: vs2015 warning war
2657:
2658: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2659:
2660: * src/types/pa_vdate.C: vs2015 compilation fix
2661:
2662: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2663:
2664: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2665: VS2015 compilation fixes
2666:
2667: * src/classes/table.C: minor fix (related to feature #11)
2668:
2669: * tests/results/282.processed: no longer skipping extra enclosers
2670: (related to feature #11)
2671:
2672: * src/classes/table.C: minor fix + no longer skipping extra
2673: enclosers (related to feature #11)
2674:
2675: * src/classes/table.C: minor optimization (related to feature #11)
2676:
2677: * src/classes/table.C: minor fix and optimization (related to
2678: feature #11)
2679:
2680: 2016-09-20 moko
2681:
2682: * tests/: 353.html, results/353.processed: test for
2683: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2684: added (related to bug #1090)
2685:
2686: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2687: one_big_piece (fixes bug #1090)
2688:
2689: * tests/: 229.html, results/229.processed: code coverage tests
2690:
2691: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2692: body) was called
2693:
2694: * src/classes/op.C: whitespace
2695:
2696: * tests/: 323.html, results/323.processed: test for code junction
2697: should not be returned by ^reflection:class, ^reflection:base
2698:
2699: * src/classes/reflection.C: bugfix: code junction should not be
2700: returned by ^reflection:class, ^reflection:base
2701:
2702: * tests/: 323.html, 352.html, results/352.processed: no more
2703: exception for ^reflection:method[class;no-such-method] (related
2704: to feature #1087)
2705:
2706: * src/classes/reflection.C:
2707: ^reflection:method[class;no-such-method] : exception -> void
2708: (related to feature #1087)
2709:
2710: * src/include/pa_request.h: request::write_value added to allow
2711: write value without convertion (related to issue #1091)
2712:
2713: 2016-09-19 moko
2714:
2715: * src/main/pa_random.C: windows build fix
2716:
2717: * src/types/pa_vhash.h: warning war
2718:
2719: 2016-09-14 moko
2720:
2721: * tests/: 352.html, 552.html, results/352.processed,
2722: results/552.processed: test for ^reflection:method[] extension
2723: added (related to feature #1087)
2724:
2725: * tests/: 552.html, results/552.processed: test for
2726: ^reflection:method[] extension added (related to feature #1087)
2727:
2728: * src/classes/reflection.C: compatibility issue fixed, VClass
2729: dynamic_cast check added (related to feature #1087)
2730:
2731: * tests/: 351.html, results/351.processed: test for @auto[]
2732: inheritance bug diring ^process[] added (related to bug #1088)
2733:
2734: * src/: classes/op.C, main/pa_request.C,
2735: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2736: disable it inheritance during ^process (fixes bug #1088)
2737:
2738: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2739: added (implements feature #1087)
2740:
2741: 2016-09-13 moko
2742:
2743: * tests/: 349.html, results/auto.p: test for objects prototyping
2744: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2745: to feature #1086)
2746:
2747: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2748: types/pa_vobject.C: objects now are not class instances, but have
2749: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2750: in @conf (implements feature #1086)
2751:
2752: 2016-09-08 moko
2753:
2754: * src/: classes/file.C, classes/mail.C, classes/string.C,
2755: classes/table.C, main/pa_http.C, main/pa_string.C,
2756: include/pa_string.h: cleanup: string::split limit argument
2757: removed as no longer required, pos_after no longer reference
2758: (related to feature #11)
2759:
2760: * src/classes/table.C, tests/results/348.processed: now exception
2761: is rised when invalid option is passed to ^table::create[]
2762:
2763: * tests/: 282.cfg, 282.html, results/282.processed: more code
2764: coverage tests
2765:
2766: * tests/: 348.html, results/348.processed: code coverage tests
2767: added
2768:
2769: * tests/: 348.html, results/348.processed: generic ^table::create[]
2770: tests
2771:
2772: * tests/: 035.html, results/035.processed, results/272.processed:
2773: tests updated after $.encloser[] support for ^table::create
2774: implementation (related to feature #11)
2775:
2776: * src/classes/table.C: $.encloser[] support for ^table::create
2777: finally added (implements feature #11)
2778:
2779: 2016-09-07 moko
2780:
2781: * src/include/pa_string.h: added StringSplitHelper as friend
2782: (related to feature #11)
2783:
2784: * src/include/pa_string.h: body and langs now protected, not
2785: private to allow inheritance (related to feature #11)
2786:
2787: * src/classes/table.C: lsplit optimized before cloning for
2788: ^table::create with $.encloser[] (related to feature #11)
2789:
2790: * src/classes/table.C: optimizaion: TableControlChars.separators
2791: added and used (related to feature #11)
2792:
2793: * src/classes/table.C: spelling:
2794:
2795: TableSeparators -> TableControlChars column -> separator
2796: separators -> control_chars
2797:
2798: 2016-09-06 moko
2799:
2800: * src/main/pa_string.C: whitespace
2801:
2802: * src/main/pa_string.C: whitespace
2803:
2804: 2016-09-01 moko
2805:
2806: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2807: results OS-independent
2808:
2809: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2810: compiler (related to feature #1042)
2811:
2812: 2016-08-15 moko
2813:
2814: * src/include/pa_string.h: whitespace
2815:
2816: * src/classes/table.C: whitespace
2817:
1.106 moko 2818: 2016-08-05 moko
2819:
2820: * tests/: 344.html, results/344.processed: test for
2821: ^hash::create[$file] added (related to feature #1075)
2822:
2823: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2824: supported (implements feature #1075)
2825:
2826: 2016-08-04 moko
2827:
2828: * tests/: 341.html, results/341.processed: more code coverage tests
2829:
2830: * tests/: 346-curl.html, results/346-curl.processed: more code
2831: coverage tests for curl
2832:
2833: * tests/: 346-curl.html, results/346-curl.processed: more code
2834: coverage tests for curl
2835:
2836: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2837: results/223.processed: code coverage tests: $.form[ $.table[] ]
2838: test added
2839:
2840: * tests/: 223-curl.html, results/223-curl.processed: more code
2841: coverage tests for curl
2842:
2843: 2016-08-03 moko
2844:
2845: * src/classes/curl.C: dlink(curl_library) now called not once, but
2846: until it will be loaded, allowing to find existing library.
2847:
2848: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2849: results/347-curl.processed: more code coverage tests for curl
2850:
2851: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2852: results/339-curl.processed, results/346-curl.processed: curl
2853: functionality tests
2854:
2855: 2016-08-02 moko
2856:
2857: * tests/: 339.html, results/339.processed: test for tables in
2858: ^file:load[] and ^curl:load[] (commented) added (related to
2859: feature #1042)
2860:
2861: * tests/: 345.html, results/345.processed: code coverage tests for
2862: file class
2863:
2864: * tests/: 344.html, results/344.processed: code coverage tests
2865:
2866: * tests/: 344.html, results/344.processed: mdate removed from
2867: output
2868:
2869: * src/classes/file.C: minor bugfix: is_text should be taked from
2870: fcontent.is_text_mode() if not set (related to feature #1061)
2871:
2872: * tests/: 344.html, results/344.processed: more tests
2873:
2874: * tests/: 343.html, 344.html, results/343.processed,
2875: results/344.processed: tests for ^file::create[ $.from-charset
2876: and $.to-charset ] (related to feature #1061)
2877:
2878: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2879: aset_text_mode argument optimized
2880:
2881: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2882: checkBOM now used in detect_binary_content (related to feature
2883: #1061)
2884:
2885: * src/main/pa_request.C: load_charset no longer required to_upper
2886:
2887: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2888: preserves original file mode (if no $.mode specified)
2889:
2890: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2891: ^file::create now supports $.from-charset[] and $.to-charset
2892: options (implements feature #1061), automatic transcode is done
2893: if text file is created from binary file and charset is detected.
2894:
2895: 2016-07-30 moko
2896:
2897: * src/classes/table.C: ^t.hash[..;] now supported (related to
2898: feature #1057)
2899:
2900: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2901: added (related to feature #1057)
2902:
2903: * tests/: 286.html, results/286.processed: code tests coverage
2904:
2905: 2016-07-29 moko
2906:
2907: * src/classes/table.C: table size should be checked inside menu and
2908: foreach (related to feature #858)
2909:
2910: * src/: classes/curl.C, classes/file.C, classes/string.C,
2911: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2912: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2913: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2914: charsets.get now does str_upper inside (related to feature #1061)
2915:
2916: * tests/: 342.html, results/342.processed: more code coverage tests
2917:
2918: * tests/: 342.html, outputs/342.processed: table menu code coverage
2919: + foreach test added (related to feature #858)
2920:
2921: * tests/: 341.html, results/341.processed: tests for
2922: ^table.hash[]{code} added + code coverage tests (related to
2923: feature #1057)
2924:
2925: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2926: value} support (implements feature #1057)
2927:
2928: * src/classes/table.C: whitespace
2929:
2930: 2016-07-28 moko
2931:
2932: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2933: from URL, if not specified query string removed from url-based
2934: filenames in ^curl:load[] and ^file::load[] (related to feature
2935: #1042)
2936:
2937: 2016-07-27 moko
2938:
2939: * tests/: 340.html, results/340.processed: test for
2940: transcode_text_result=false added (related to issue #1042)
2941:
2942: 2016-07-26 moko
2943:
2944: * src/types/pa_vfile.C: file name should not be empty (if file path
2945: is folder and ends with /) (related to feature #1042)
2946:
2947: * src/main/pa_http.C: whitespace optimizaion
2948:
2949: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2950: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2951: multiple headers, ^file::load supports headers transcoding
2952: (implements feature #1042)
2953:
2954: 2016-07-25 moko
2955:
2956: * src/include/pa_common.h: PA_DEFAULT added
2957:
2958: 2016-07-22 moko
2959:
2960: * tests/: 338.html, results/338.processed: test for
2961: $date.field(value) added (related to feature #1066)
2962:
2963: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2964: $date.field(value) now supported for y/m/d/h/m/s (implements
2965: feature #1066)
2966:
1.105 moko 2967: 2016-07-21 moko
2968:
2969: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2970: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2971: arguments removed; image.C - absolute path shown in exception
2972: (implements feature #1071)
2973:
2974: * tests/: 235.html, results/235.processed: test and test result
2975: updated after static boundary in mail and Errors-To: mail header
2976: removed (related to feature #1047)
2977:
2978: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2979: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2980: used, static boundary in mail removed, Errors-To: mail header
2981: removed (implements feature #1047)
2982:
2983: 2016-07-20 moko
2984:
2985: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2986: equest.classes(): Value -> VStateless_class, part 3 (related to
2987: issue #1051)
2988:
2989: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2990: request.classes(): Value -> VStateless_class, part 2 (related to
2991: issue #1051)
2992:
2993: * tests/results/: 224.processed, 323.processed: classes without
2994: methods should not be methoded (related to issue #1051)
2995:
2996: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2997: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2998: -> VStateless_class, part 1 (related to issue #1051)
2999:
3000: * tests/: 337.html, results/337.processed: test for
3001: ^reflection:fields_reference[] and VHashReference class added
3002: (related to feature #1072)
3003:
3004: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3005: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3006: and VHashReference added, allowing ^reflection:fields_reference[]
3007: implementation (closes feature #1072)
3008:
3009: 2016-07-19 moko
3010:
3011: * tests/: 323.html, results/323.processed: we want to see
3012: "methoded"
3013:
3014: * tests/: 336.html, results/336.processed: test for $BASE:property
3015: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3016: #1059)
3017:
3018: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3019: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3020: somebody_entered_some_class, $BASE:property works again,
3021: ^BASE:method[] bugs fixed (fixes bug #1059)
3022:
3023: 2016-07-14 moko
3024:
3025: * tests/: 335.html, results/335.processed: test for feature #1055
3026: added
3027:
3028: * src/classes/hash.C: bugfix: $._default was not copied if empty
3029: feature: ^hash.contains[_default] added (implements feature
3030: #1055)
3031:
3032: 2016-07-13 moko
3033:
3034: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3035: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3036:
3037: 2016-07-05 moko
3038:
3039: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3040: in ^hash.foreach (related to feature #1073)
3041:
3042: 2016-07-04 moko
3043:
3044: * tests/: 134.html, 281.html, results/134.processed,
3045: results/281.processed: tests updated after hash blocking removed
3046: (related to feature #1073)
3047:
3048: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3049: no longer blocks on change during foreach (implements feature
3050: #1073)
3051:
3052: 2016-06-17 moko
3053:
3054: * tests/: 330.html, results/330.processed: try exception source
3055: test added (related to bug in #1062)
3056:
3057: * tests/: 334.html, results/334.processed: Exception stack trace
3058: test added (related to bug in $1062)
3059:
3060: * src/classes/op.C: Exception trace now correctly restored and
3061: errors reported (related to bug #1062)
3062:
1.104 moko 3063: 2016-05-25 moko
3064:
3065: * src/main/compile.y: minor cleanup + beauty
3066:
3067: 2016-05-24 moko
3068:
3069: * tests/: 333.html, results/333.processed: more exceptions testing
3070:
3071: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3072: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3073: features #1056, #1026)
3074:
3075: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3076: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3077: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3078: (implements feature #1056)
3079:
3080: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3081: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3082: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3083: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3084: feature #1026)
3085:
3086: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3087: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3088: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3089: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3090: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3091: feature #1026)
3092:
3093: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3094: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3095: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3096: SYMBOLS_CACHING define implemented (related to feature #1026)
3097:
3098: * src/main/main.vcproj: + ps_symbols
3099:
3100: * src/: include/Makefile.am, include/pa_string.h,
3101: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3102: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3103: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3104: types/pa_vstateless_class.C: initial implementation for symbols
3105: cache (related to feature #1026)
3106:
3107: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3108:
3109: * src/main/pa_globals.C: minor cleanup
3110:
3111: 2016-05-19 moko
3112:
3113: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3114: (related to feature #1046)
3115:
3116: * tests/: 331.html, results/331.processed: test for
3117: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3118: (related to feature #1051)
3119:
3120: * src/main/compile.y:
3121: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3122: (implements feature #1054)
3123:
3124: 2016-05-18 moko
3125:
3126: * src/types/pa_vtable.C, tests/results/324.processed: no more
3127: "column not found" exception for ^table.no-such-method[] (related
3128: to feature #1046)
3129:
3130: * tests/: 261.html, results/261.processed: test added and updated
3131: after feature #1046 implementation
3132:
3133: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3134: types/pa_vvoid.h: $string.anything works for whitespace strings,
3135: ^string.contains added for hash compatibility, $string.method no
3136: longer returns stting method (implements feature #1046)
3137:
3138: 2016-05-12 moko
3139:
3140: * src/classes/curl.C: content-type response header no longer
3141: ignored (fixes issue #1045)
3142:
3143: * tests/: 330.html, results/330.processed: test for incomplete
3144: finally execution when break occures added (related to issue
3145: #1077)
3146:
3147: * src/classes/op.C: bugfix: Request::skip reset is called before
3148: executing catch and finally code (fixes issue #1062)
3149:
3150: 2016-05-11 moko
3151:
3152: * tests/: 329.html, results/329.processed: test for invalid
3153: ^break[] behavour added (bug #1077)
3154:
3155: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3156:
3157: 2016-04-24 moko
3158:
3159: * src/types/pa_vstateless_class.h: warning war
3160:
3161: 2016-04-17 moko
3162:
3163: * tests/: 328.html, results/328.processed: test for
3164: ^break(condition) and ^continue(condition) (related to feature
3165: #1063)
3166:
3167: * src/classes/op.C: ^break(condition) and ^continue(condition)
3168: implemented (feature #1063)
3169:
3170: 2016-04-12 moko
3171:
3172: * tests/results/280.processed: ordered hash now used for class
3173: methods and properties (test results updated for feature #1069)
3174:
3175: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3176: to xdoc.C as under FreeBSD it was inited after and inheritance
3177: failed (related to issue #1051)
3178:
3179: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3180: are printed to check inheritance (related to feature #1051)
3181:
1.103 moko 3182: 2016-04-09 moko
3183:
3184: * tests/results/320.processed: ordered hash now used for class
3185: methods and properties (test results updated for feature #1069)
3186:
3187: * src/types/pa_vstateless_class.h: ordered hash now used for class
3188: methods and properties (implements feature #1069)
3189:
3190: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3191: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3192: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3193: feature #1051)
3194:
3195: 2016-04-07 moko
3196:
3197: * src/main/execute.C: returned Value in .CLASS case for VJunction
3198: (related to feature #1051)
3199:
3200: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3201: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3202: string constants deduplication (related to feature #1051)
3203:
3204: * tests/results/224.processed: test result updated (related to
3205: feature #1051)
3206:
3207: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3208: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3209: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3210: types/pa_vstatus.h: classes hash now contains only
3211: VStateless_class derived objects, .CLASS is also allways
3212: VStateless_class derived object (related to feature #1051).
3213:
3214: 2016-04-06 moko
3215:
3216: * tests/results/323.processed: test result updated after feature
3217: #1051 implementation
3218:
3219: * src/: classes/classes.h, classes/op.C, classes/response.C,
3220: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3221: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3222: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3223: types/pa_vresponse.C, types/pa_vresponse.h,
3224: types/pa_vstateless_class.h: base -> methoded_donor for static
3225: classes, type() moved from VStateless_class to VClass and
3226: Methoded (implements feature #1051)
3227:
3228: 2016-04-04 moko
3229:
3230: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3231: beauty: put_class added (related to feature #1051)
3232:
3233: 2016-04-01 moko
3234:
3235: * tests/results/: 175.processed, 192.processed, 224.processed,
3236: 229.processed, 244.processed, 246.processed, 316.processed: test
3237: results updated as class.type() removed from error messages, only
3238: type() left (related to feature #1051)
3239:
3240: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3241: classes/op.C, classes/reflection.C, main/compile.y,
3242: main/compile_tools.h, main/execute.C, main/pa_request.C,
3243: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3244: types/pa_vmethod_frame.h, types/pa_vobject.h,
3245: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3246: from VStateless_class, type() is used instead (related to feature
3247: #1051)
3248:
3249: * src/classes/mail.C: old logic restored.
3250:
3251: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3252: classes/classes.h, classes/curl.C, classes/date.C,
3253: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3254: classes/hashfile.C, classes/image.C, classes/inet.C,
3255: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3256: classes/memcached.C, classes/memory.C, classes/reflection.C,
3257: classes/regex.C, classes/response.C, classes/string.C,
3258: classes/table.C, classes/xdoc.C, classes/xnode.C,
3259: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3260: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3261: feature #1051)
3262:
3263: 2016-03-30 moko
3264:
3265: * tests/: 327.html, results/224.processed, results/327.processed:
3266: test for TZ specification in ^date::create[], TZ is kept during
3267: ^date::create[$dt] (related to feature #1048)
3268:
3269: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3270: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3271: feature #1048)
3272:
3273: 2016-03-29 moko
3274:
3275: * tests/: 315.html, results/315.processed: test for timezone format
3276: +HHmm added (related to feature #1065)
3277:
3278: * src/classes/date.C: timezone format +HHmm now supported
3279: (implements feature #1065)
3280:
3281: 2016-03-28 moko
3282:
3283: * tests/: 202.html, results/131.processed, results/202.processed,
3284: results/224.processed, results/256.processed,
3285: results/315.processed: test results updated after %.2d now
3286: default for hours offset in iso-string (was %2d), test for
3287: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3288: added (related to feature #1065)
3289:
3290: 2016-03-27 moko
3291:
3292: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3293: feature #1065)
3294:
3295: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3296: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3297: added (implements feature #1065)
3298:
3299: 2016-03-24 moko
3300:
3301: * tests/: 202.html, results/202.processed: test $date.week added
3302: (related to bug #1067)
3303:
3304: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3305: date (fix for bug #1067)
3306:
3307: 2016-03-10 moko
3308:
3309: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3310:
1.102 moko 3311: 2015-12-07 moko
3312:
3313: * tests/: 326.html, results/326.processed: test for .CLASS &
3314: .CLASS_NAME optimization added (related to feature #844)
3315:
3316: 2015-11-17 moko
3317:
3318: * tests/: 323.html, results/323.processed: order added
3319:
3320: * tests/: 325.html, results/325.processed: double range test added
3321: (related to bug #1049)
3322:
3323: 2015-11-16 moko
3324:
3325: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3326: added to disallow NaN and Infinity (fixes bug #1049)
3327:
3328: 2015-11-11 moko
3329:
3330: * tests/324.html: parser 3.4.3 execution support added (related to
3331: feature #1017)
3332:
3333: * tests/: 324.html, results/324.processed: test for
3334: GET_ELEMENT4CALL feature added (feature #1017)
3335:
1.101 moko 3336: 2015-10-29 moko
3337:
3338: * operators.txt: updated for 3.4.4
3339:
3340: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3341:
3342: * src/main/pa_exec.C: get_exit_status implemented for Windows
3343: (related to bug #1043)
3344:
3345: 2015-10-28 moko
3346:
3347: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3348: hangup during ^file::exec (fixes bug #1043)
3349:
1.100 moko 3350: 2015-10-27 moko
3351:
3352: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3353:
1.99 moko 3354: 2015-10-26 moko
3355:
1.100 moko 3356: * tests/322.html, src/classes/reflection.C: arguments reorder
3357: (related to issue #1041)
3358:
3359: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3360: Copyright year updated
3361:
1.99 moko 3362: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3363: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3364: classes/form.C, classes/hash.C, classes/hashfile.C,
3365: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3366: classes/mail.C, classes/math.C, classes/memcached.C,
3367: classes/memory.C, classes/op.C, classes/reflection.C,
3368: classes/regex.C, classes/response.C, classes/string.C,
3369: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3370: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3371: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3372: include/pa_config_fixed.h, include/pa_config_includes.h,
3373: include/pa_dictionary.h, include/pa_dir.h,
3374: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3375: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3376: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3377: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3378: include/pa_request_charsets.h, include/pa_request_info.h,
3379: include/pa_sapi.h, include/pa_socks.h,
3380: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3381: include/pa_stack.h, include/pa_string.h,
3382: include/pa_stylesheet_connection.h,
3383: include/pa_stylesheet_manager.h, include/pa_table.h,
3384: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3385: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3386: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3387: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3388: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3389: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3390: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3391: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3392: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3393: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3394: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3395: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3396: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3397: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3398: main/pa_string.C, main/pa_stylesheet_connection.C,
3399: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3400: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3401: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3402: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3403: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3404: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3405: targets/isapi/parser3isapi.C, types/pa_junction.h,
3406: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3407: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3408: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3409: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3410: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3411: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3412: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3413: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3414: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3415: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3416: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3417: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3418: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3419: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3420: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3421: types/pa_vresponse.C, types/pa_vresponse.h,
3422: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3423: types/pa_vstateless_object.h, types/pa_vstatus.C,
3424: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3425: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3426: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3427: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3428: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3429:
3430: * src/targets/cgi/parser3.C: year updated
3431:
3432: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3433: issue #1041)
3434:
3435: * tests/: 323.html, results/323.processed: test for base classes
3436: added
3437:
3438: * tests/: 261.html, results/261.processed: updated after better
3439: error reporting done for $string.key exception
3440:
3441: * src/types/pa_vstring.h: better error report for $string.key
3442: exception
3443:
3444: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3445: copied as VObject::get_element4call to remove extra virtual call
3446:
3447: * tests/: 322.html, results/322.processed: test for
3448: ^reflection:is[] added (related to feature #1041)
3449:
3450: * src/classes/reflection.C: ^reflection:is empty value is void
3451: (related to feature #1041)
3452:
3453: * src/classes/reflection.C:
3454: ^reflection:is[class_name|code|method;[context;]element_name]
3455: added (implements feature #1041)
3456:
3457: 2015-10-24 moko
3458:
3459: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3460:
1.98 moko 3461: 2015-10-22 moko
3462:
3463: * tests/: 321.html, results/321.processed: test for
3464: ^reflection:method_info[] file detection added
3465:
3466: * tests/: 320.html, results/320.processed: test for
3467: ^reflection:class_by_name[class_name] added (related to feature
3468: #993)
3469:
3470: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3471: added (implements feature #993)
3472:
3473: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3474: (related to feature #1017)
3475:
3476: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3477: added (related to issue #1039)
3478:
3479: * src/main/pa_request.C: ^throw origin fixed (related to feature
3480: #1039)
3481:
3482: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3483: for VDate
3484:
3485: * tests/results/182.processed: updated after feature #1038
3486: implemented
3487:
3488: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3489: compile-time exception origin added (test for feature #1039)
3490:
3491: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3492: main/pa_request.C: exception unification: compile-time exceptions
3493: now have origin, @USE origins also tracked (implements feature
3494: #1039)
3495:
3496: 2015-10-20 moko
3497:
3498: * src/main/pa_request.C: cleanup
3499:
3500: 2015-10-15 moko
3501:
3502: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3503:
3504: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3505: types/pa_vtable.C: new feature: no more $table.method and
3506: $hash.method, aliases for _at, _count, _key (related to feature
3507: #1017)
3508:
1.97 moko 3509: 2015-10-14 moko
3510:
1.98 moko 3511: * tests/: 317.html, results/317.processed: test for
3512: ^string.unescape[] added (related to feature #120)
3513:
1.97 moko 3514: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3515: defined" bug (described in issue #1036)
3516:
3517: * tests/: 247.html, results/247.processed: test for checkBOM added
3518: (test for bug #1037)
3519:
3520: * src/: include/pa_charsets.h, main/pa_charsets.C,
3521: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3522: it's not enforced, skips BOM signature if it complies charset
3523: (fixes bug #1037)
3524:
3525: 2015-10-13 moko
3526:
3527: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3528: linking
3529:
3530: * src/classes/inet.C: vs2003 compilation fix
3531:
3532: * src/classes/math.C: warning war
3533:
3534: * src/lib/punycode/pa_punycode.c: warning war
3535:
3536: 2015-10-12 moko
3537:
3538: * src/lib/punycode/pa_punycode.c: warning war
3539:
3540: * parser3.sln: moved parser3 first, to make it default startup
3541: project
3542:
3543: * buildall: parser "mirror" now used for external libs sources
3544: (implements feature #1036)
3545:
3546: * buildall: most external libs are updated to their current
3547: versions (related to feature #1036)
3548:
3549: * src/classes/image.C: more tags added
3550:
3551: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3552:
3553: 2015-10-11 moko
3554:
3555: * src/classes/curl.C: minor optimization (related to feature #1035)
3556:
3557: 2015-10-09 moko
3558:
3559: * src/classes/curl.C: pa_strdup added for strings from curl
3560: (related to feature #1035)
3561:
3562: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3563: ULLONG_MAX definition
3564:
3565: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3566: (implements feature #1035)
3567:
3568: * src/main/pa_charset.C: String::Body(String::C) used
3569:
3570: * src/main/pa_charset.C: exceptions unified
3571:
3572: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3573: unified
3574:
3575: * src/: classes/file.C, classes/image.C, classes/mail.C,
3576: classes/op.C, classes/xdoc.C, classes/xnode.C,
3577: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3578: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3579: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3580: String::Body(String::C) constructor added (related to bug #957)
3581:
3582: * src/classes/file.C: minor optimization
3583:
3584: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3585: Cord(char*) autocreation (related to bug #957)
3586:
3587: * src/: classes/string.C, main/untaint.C: minor optimizations
3588:
3589: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3590: String(char*, Lang, length) removed, String(C(), Lang) used
3591: instead (related to bug #957)
3592:
3593: 2015-10-08 moko
3594:
3595: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3596: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3597: main/untaint.C: Now char * is converted to CORD only using
3598: AS_CORD() to check for empty cord bug (fixes bug #957)
3599:
3600: * src/include/pa_hash.h: fixed compilation without
3601: HASH_CODE_CACHING
3602:
3603: * src/classes/string.C:
3604: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3605: feature #120)
3606:
3607: * src/main/pa_common.C: reduce js flags checks count (related to
3608: feature #120)
3609:
1.96 moko 3610: 2015-10-07 moko
3611:
3612: * tests/: 275.html, results/275.processed: test modified after
3613: unsigned long long int support implemented (feature #1034)
3614:
3615: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3616: pa_atoul added for unsigned long long int support
3617:
3618: 2015-10-06 moko
3619:
3620: * src/types/pa_vdate.C: INT_MAX used
3621:
3622: 2015-10-03 moko
3623:
3624: * tests/: 302.html, results/302.processed: test for bug #1023
3625: (\u2028, \u2029 escaping) added
3626:
3627: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3628: json:string[] (fixes bug #1023)
3629:
3630: 2015-09-29 moko
3631:
3632: * tests/305.html: try-catch added for OS without ipv6 support
3633:
3634: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3635: compilation
3636:
3637: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3638: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3639: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3640: implemented to distinguish ^hash.method from $hash.field
3641: (implements feature #1017)
3642:
3643: * src/lib/punycode/pa_punycode.c: warning war
3644:
3645: * src/include/pa_config_includes.h: warning war
3646:
3647: * src/include/pa_config_includes.h: pragma warning actualized a bit
3648:
3649: * src/include/pa_config_includes.h: warning war
3650:
3651: * src/include/pa_hash.h: clang compilation fix
3652:
3653: 2015-09-27 moko
3654:
3655: * src/main/compile.tab.C: Bison 3 is now default
3656:
3657: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3658:
3659: 2015-09-25 moko
3660:
3661: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3662: works with undefined HASH_ORDER (related to feature #196)
3663:
3664: 2015-09-24 moko
3665:
3666: * tests/: 027.html, results/027.processed: test modified to test
3667: ^hash.sort (feature #196)
3668:
3669: * src/: classes/hash.C, include/pa_hash.h:
3670: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3671: added (implements feature #196)
3672:
3673: * tests/: 316.html, results/316.processed: Added test for bug #1025
3674: (exception handling in non-cached ^cache), plus for "it does not
3675: have logical value" and "$exception.handled value must be either
3676: boolean or string 'cache'" exceptions.
3677:
3678: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3679: code (fixes bug #1025)
3680:
1.95 moko 3681: 2015-09-23 moko
3682:
3683: * src/classes/table.C: warning war
3684:
3685: * src/: classes/math.C, types/pa_vcookie.C: warning war
3686:
3687: * src/classes/file.C: warning war
3688:
3689: * src/: include/pa_table.h, main/pa_table.C: warning war
3690:
3691: * src/: main/pa_request.C, classes/date.C: warning war
3692:
3693: * src/: types/pa_vdate.C, classes/op.C: warning war
3694:
3695: * tests/: 122.html, results/122.processed: win sync: to remove
3696: differences with OS that doesn't keep timezone change history
3697:
3698: * src/types/pa_vdate.C: tzset() should be called in Windows after
3699: TZ change (related to feature #36)
3700:
3701: * tests/: 075.html, results/075.processed: win sync: to remove
3702: differences with OS that doesn't keep timezone change history
3703:
3704: * tests/: 315.html, results/315.processed: win sync: to remove
3705: differences with OS that doesn't keep timezone change history
3706:
3707: * tests/: 256.html, results/256.processed: win sync: to remove
3708: differences with OS that doesn't keep timezone change history
3709:
3710: * tests/: 124.html, results/124.processed: win results sync: to
3711: avoid hitting time change hole.
3712:
3713: * src/types/pa_vdate.C: static returned. :)
3714:
3715: 2015-09-22 moko
3716:
3717: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3718:
3719: * tests/results/131.processed: more tests for feature #1032
3720:
3721: * src/classes/date.C: minor fix related to feature #1032
3722:
3723: * operators.txt: ISO date creation documented (related to feature
3724: #1032)
3725:
3726: * operators.txt: iso-string documented (related to feature #1032)
3727:
3728: * tests/: 315.html, results/315.processed: more tests added
3729: (related to feature #1032)
3730:
3731: * tests/: 131.html, results/131.processed: date range checks
3732: updated (related to feature #36)
3733:
3734: * tests/: 315.html, results/057.processed, results/315.processed:
3735: test added for ISO date support (related to issue #315)
3736:
3737: * src/classes/date.C: more readable exceptions in date creation
3738: (related to ticket #1032)
3739:
3740: 2015-09-18 moko
3741:
3742: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3743: added (related to issue #1032)
3744:
3745: * tests/results/256.processed, src/classes/json.C: iso-string
3746: documented (related to issue #1032)
3747:
3748: * tests/: 256.html, results/256.processed: ISO date check added
3749: (related to issue #1032)
3750:
3751: * tests/: 057.html, results/057.processed, results/224.processed:
3752: tests results updated after ISO date support implemented (related
3753: to feature #1032)
3754:
3755: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3756: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3757: ^date::create[string] constructor formalized, ^date.iso-string[]
3758: added (implements feature #1032)
3759:
3760: 2015-09-05 moko
3761:
3762: * operators.txt: actualized
3763:
3764: * operators.txt: date changes documented (related to ticket #36)
3765:
3766: 2015-09-04 moko
3767:
3768: * src/types/pa_vdate.C: warning war
3769:
3770: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3771:
3772: 2015-09-03 moko
3773:
3774: * tests/results/096.processed: test result updated for 0..9999 year
3775: date range support (related to feature #36)
3776:
3777: * tests/: 314.html, results/314.processed: test for
3778: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3779: bug #1031)
3780:
3781: * src/classes/string.C: Static calls fixed for ^string:base64[],
3782: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3783:
1.116 moko 3784: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3785: configure.in -> configure.ac
1.95 moko 3786:
1.116 moko 3787: * configure, configure.in, src/include/pa_config_auto.h.in: more
3788: correct timezone check for FreeBSD Warning war: configure.in ->
3789: configure.ac
1.95 moko 3790:
3791: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3792: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3793: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3794: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3795: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3796: src/main/Makefile.am, src/targets/apache/Makefile.am,
3797: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3798: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3799: check added
3800:
3801: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3802:
3803: * tests/results/: 124.processed, 224.processed: test resuls updated
3804: for new date implementation (related to feature #36)
3805:
3806: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3807: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3808: types/pa_vdate.h: new double date implementation with internal
3809: support for extended 0..9999 year range, default timezone support
3810: (related to feature #36)
3811:
3812: 2015-08-28 moko
3813:
3814: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3815: (fixes bug #1030)
3816:
3817: 2015-08-21 moko
3818:
3819: * src/classes/inet.C: snprintf size "bug" commented
3820:
3821: * src/main/pa_common.C: snprintf comments updated
3822:
3823: 2015-08-16 moko
3824:
3825: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3826:
3827: 2015-08-11 moko
3828:
3829: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3830: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3831: can be null (fixes bug #1029)
3832:
3833: 2015-08-06 moko
3834:
1.116 moko 3835: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3836: pa_vdate.C added
1.95 moko 3837:
3838: 2015-08-05 moko
3839:
3840: * tests/: 313.html, results/313.processed: test for
3841: ^table.count[columns] and ^table.flip[] with nameless tables
3842: (feature #1003)
3843:
3844: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3845: max_cell added, now ^table.count[columns] and ^table.flip[] works
3846: correctly for nameless tables (implements feature #1003)
3847:
3848: 2015-08-03 moko
3849:
3850: * tests/312.html: test for ^table.append[$hash] and
3851: ^table.insert[$hash] added (related to feature #1028)
3852:
3853: * src/classes/table.C: ^table.append[$hash] and
3854: ^table.insert[$hash] now supported (implements feature #1028)
3855:
3856: * tests/: 312.html, results/312.processed: test row copy in
3857: ^table.hash[; $.type[table] ] added (related to feature #1016)
3858:
3859: * src/classes/table.C: row copy now created in ^table.hash[;
3860: $.type[table] ] (related to feature #1016)
3861:
3862: 2015-07-29 moko
3863:
3864: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3865: added (related to feature #1016)
3866:
3867: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3868: ^table.delete[] added to delete current row (related to feature
3869: 1016)
3870:
3871: 2015-07-28 moko
3872:
3873: * tests/: 312.html, results/312.processed: test for
3874: $table.column[value] and ^table.insert{row} (related to feature
3875: #1016)
3876:
3877: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3878: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3879: ^table.insert{row} are now implemented (feature #1016)
3880:
3881: * src/include/pa_array.h: Optimization: bool reverse removed from
3882: append(), insert() added, memmove arguments order in remove()
3883: fixed (related to feature #1016)
3884:
3885: 2015-07-23 moko
3886:
3887: * src/classes/json.C: tainted json and empty json exception added
3888: (implements feature #1015)
3889:
3890: * tests/: 311.html, results/311.processed: empty json and tainted
3891: json exception test added (related to issue #1015)
3892:
3893: 2015-07-22 moko
3894:
3895: * tests/: 311.html, results/311.processed: test for UTF-8
3896: processing added
3897:
3898: * tests/: 311.html, results/311.processed: test for
3899: json_exception_with_source added (related to issue #394)
3900:
3901: * src/classes/json.C: json_exception_with_source added (implements
3902: feature #394)
3903:
3904: 2015-06-29 moko
3905:
3906: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3907: directories are now correctly determined if _d_type == DT_UNKNOWN
3908: (closes bug #1027)
3909:
3910: 2015-06-10 moko
3911:
3912: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3913: error if libxml has LIBXML_ICU_ENABLED.
3914:
3915: 2015-06-04 moko
3916:
3917: * tests/099.html: ups, reverting
3918:
3919: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3920: results/310.processed: tests for $response:body[ $.file[] ] and
3921: $response:last-modified added
3922:
3923: * src/main/pa_request.C: last-modified check fixed
3924:
3925: 2015-06-03 moko
3926:
3927: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3928: results/205.processed, results/293.processed: $response:headers
3929: logging added (tests for feature #1007)
3930:
3931: * src/: include/pa_common.h, include/pa_request.h,
3932: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3933: $response:headers are now in uppercase (closes feature #1007)
3934:
3935: 2015-06-02 moko
3936:
3937: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3938: build errors reverted for clang compatibility
3939:
3940: 2015-06-01 moko
3941:
3942: * src/include/pa_memory.h: -pedantic build errors fixed
3943:
3944: * src/classes/math.C: -pedantic build error fixed
3945:
3946: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3947:
3948: 2015-05-31 moko
3949:
3950: * src/classes/table.C: USE_STRINGSTREAM optimized
3951:
3952: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3953: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3954: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3955: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3956: types/pa_vxnode.h: warning war (-pedantic flag)
3957:
3958: 2015-05-28 moko
3959:
3960: * tests/: 308.html, results/308.processed: test for
3961: ^table::create[$t;], etc work added (related to bug #975)
3962:
3963: * src/classes/table.C: check_option_param removed,
3964: ^table::create[$t;], etc now works (fixes bug #975)
3965:
3966: 2015-05-27 moko
3967:
3968: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3969: (Debian jessie) fixed (closes issue #1024)
3970:
3971: * tests/Makefile: sort added as in Debian jessie list become
3972: unsorted
3973:
3974: 2015-05-18 moko
3975:
3976: * tests/: 201.html, results/201.processed: test for
3977: ^string.trim[what] feature #1022
3978:
3979: * src/classes/string.C: ^string.trim[what] now supported,
3980: implements feature #1022
3981:
3982: 2015-05-17 moko
3983:
3984: * tests/results/185.processed: test result updated as feature #1021
3985: implemented (left/right accept negative parameter)
3986:
3987: * src/classes/string.C: left/right now accept negative parameter
3988: (implements feature #1021)
3989:
3990: 2015-05-08 moko
3991:
3992: * src/classes/math.C: isalnum -> pa_isalnum
3993:
3994: * src/main/execute.C: optimization in getter-junction processing
3995: (related to issue #997)
3996:
3997: 2015-05-07 moko
3998:
3999: * tests/: 307.html, results/307.processed: test for issue #997
4000: added
4001:
4002: * src/main/execute.C: process_getter result now checked if junction
4003: returned (closes issue #997)
4004:
4005: * tests/: 305.html, results/305.processed: sort added to ignore
4006: different order
4007:
4008: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4009: assignment (closes issue #994)
4010:
4011: * tests/: 306.html, results/306.processed: test for issue #994
4012: added
4013:
4014: * tests/: 303.html, results/303.processed: two more errors tested
4015:
4016: 2015-05-06 moko
4017:
4018: * tests/: 305.html, results/305.processed: test for name2ip &
4019: ip2name added (related to feature #992)
4020:
4021: * tests/: 303.html, 304.html, results/303.processed,
4022: results/304.processed: tests for idna conversion added (related
4023: to issue #849)
4024:
4025: 2015-05-02 moko
4026:
4027: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4028: implemented
4029:
4030: 2015-04-30 moko
4031:
4032: * src/main/pa_http.C: idna_host added, related to issue #849
4033:
4034: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4035: (related to issue #849)
4036:
4037: 2015-04-24 moko
4038:
4039: * src/types/pa_vjunction.C: warning war
4040:
4041: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4042: unification
4043:
4044: * src/lib/punycode/pa_idna.c: warning war
4045:
4046: 2015-04-22 moko
4047:
4048: * src/main/main.vcproj: punycode include path added
4049:
4050: * src/lib/punycode/pa_idna.c: windows compile error fixed
4051:
4052: * src/lib/punycode/pa_idna.c: warning war
4053:
4054: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4055: project file added
4056:
4057: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4058:
4059: * src/include/pa_memory.h: warning war
4060:
4061: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4062: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4063: implemented (related to feature #849)
4064:
4065: * configure.in, src/main/Makefile.am,
4066: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4067: libpunycode added in Unix
4068:
4069: 2015-04-21 moko
4070:
4071: * configure.in: large files support
4072:
4073: 2015-04-15 moko
4074:
4075: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4076: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4077: pa_punycode.h: initial version for punycode/idna support library
4078: (ticket #849)
4079:
4080: 2015-04-08 moko
4081:
4082: * src/: classes/curl.C, classes/date.C, classes/file.C,
4083: classes/image.C, classes/mail.C, classes/reflection.C,
4084: classes/string.C, classes/xnode.C, include/pa_request.h,
4085: include/pa_string.h, include/pa_stylesheet_connection.h,
4086: main/compile.y, main/compile_tools.h, main/execute.C,
4087: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4088: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4089: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4090: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4091: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4092: clang compiler warnings (closes issue #1018)
4093:
4094: * src/include/pa_string.h: String::Body comparation operators with
4095: char * added (related to issue #958)
4096:
4097: 2015-04-07 moko
4098:
4099: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4100: pa_malloc/pa_free to remove system malloc/free usage (related to
4101: issue #1018)
4102:
4103: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4104: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4105: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4106: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4107: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4108: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4109: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4110: malloc/strdup/free replaced with pa_ version and checks for
4111: accidental use of non-pa_ version added (related to issue #1018)
4112:
4113: 2015-04-03 moko
4114:
4115: * buildall: pcre-8.33 -> pcre-8.36
4116:
4117: * src/: main/compile.y, classes/form.C, classes/mail.C,
4118: classes/op.C, classes/string.C, main/compile.tab.C,
4119: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4120: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4121: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4122: ticket #958)
4123:
4124: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4125: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4126: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4127: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4128: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4129: $request:headers, $request:method added (implements feature
4130: #1007)
4131:
4132: 2015-03-17 misha
4133:
4134: * tests/302.html: - test for
4135: ^json:string[...;$._default[method-name]]
4136:
4137: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4138: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4139: option $._default[method-name] is specified in ^json:string[], a
4140: method with specified name will be called for classes/objects
4141: serialization ( new feature: #982 )
4142:
4143: 2015-03-16 misha
4144:
4145: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4146: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4147: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4148: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4149: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4150: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4151: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4152: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4153: types/pa_vrequest.h, types/pa_vstateless_class.C,
4154: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4155: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4156: $var.CLASS_NAME now have special opcodes. This can be switched
4157: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4158: on pa_opcode.h ( new feature: #844 )
4159:
4160: 2015-03-15 misha
4161:
4162: * tests/075.html: - test for $response:header[]
4163:
4164: * src/types/pa_vresponse.C: - $response:header[] deletes header
4165: that was set earlie ( new feature: #1001 )
4166:
4167: 2015-03-12 misha
4168:
4169: * tests/246.html: - more tests for ^hash._at[]
4170:
4171: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4172: accepts second param [key|value|hash] ( new feature: #1012 )
4173:
4174: 2015-03-09 moko
4175:
4176: * src/types/pa_vmail.C: exception for everything but
4177: $mail:received, closes issue #1011
4178:
4179: 2015-02-20 moko
4180:
4181: * tests/: 275.html, results/275.processed: hex detection in
4182: pa_atoui fix test (closes issue #1010)
4183:
4184: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4185: issue #1010)
4186:
4187: 2015-02-17 moko
4188:
4189: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4190: tainted.
4191:
4192: 2015-02-03 misha
4193:
4194: * tests/301.html: - test for ^json:string($double) causes
4195: exception. bugfix: #1008
4196:
4197: * src/classes/json.C: - ^json:string($double) causes exception.
4198: bugfix: #1008
4199:
4200: * tests/014.html: - updated for work with ^hash.delete[]
4201:
4202: 2015-01-12 misha
4203:
4204: * src/: classes/form.C, include/pa_common.h,
4205: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4206: types/pa_vform.h: - supports body with PUT method as well ( new
4207: feature: #1006 )
4208:
4209: * src/classes/file.C: - warnings war
4210:
4211: 2015-01-11 misha
4212:
4213: * tests/300.html: - test for ^hash.delete[] is added
4214:
4215: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4216: feature: #989 ) - tiny optimization in intersects
4217:
4218: 2015-01-06 moko
4219:
4220: * src/types/pa_vmail.C: file names transcode added, to and cc added
4221: with transcode, attachments detection fixed
4222:
4223: * src/main/pa_request.C: filling mail received after cgi/auto.p
4224: load to allow charset switch (related to issue #996)
4225:
4226: 2014-12-31 moko
4227:
4228: * src/types/pa_vmail.C: from and subject now transcoded if not
4229: UTF-8 source charset (fixes issue 996)
4230:
4231: * src/main/pa_exception.C: fixed string from stack bug (closes
4232: issue #1000)
4233:
4234: 2014-12-11 misha
4235:
4236: * src/types/pa_vhashfile.C: - check if key is not empty before
4237: access ( bug fix: #1005 )
4238:
4239: 2014-11-13 misha
4240:
4241: * src/main/compile.y: - PC.append does not reset to false while
4242: creating a new class. bugfix: #990
4243:
4244: * tests/299.html: - test for creation class after working with
4245: partial class (create+append)
4246:
4247: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4248: #995
4249:
4250: * tests/232.html: - test for @get[def] added
4251:
4252: 2014-10-12 moko
4253:
4254: * src/lib/pcre/pcre_internal.vcproj: correct path
4255:
4256: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4257: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4258: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4259: targets/apache/ApacheModuleParser3.vcproj,
4260: targets/apache/ApacheModuleParser3Core.vcproj,
4261: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4262: types/types.vcproj: project GUID inserted in *.vcproj for correct
4263: conversion in newer VS versions
4264:
4265: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4266: pcre_internal.vcproj added
4267:
4268: 2014-08-28 moko
4269:
4270: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4271: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4272: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4273:
4274: 2014-06-30 misha
4275:
4276: * tests/298.html: - tests for ^reflection:def[class;className]
4277: added
4278:
4279: * src/classes/reflection.C: - ^reflection:def[class;className]
4280: added ( new feature: #918 )
4281:
4282: 2014-06-29 misha
4283:
4284: * src/classes/table.C: - ^table::create[unsupported data] -
4285: exception comment changed to "body must be table or code" ( bug
4286: fix: #951 )
4287:
4288: * tests/: 261.html, results/261.processed: - tests for
4289: ^json:string[...;$.void[null|string]] added
4290:
4291: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4292: option $.void[string|null] added to ^json:string[...] ( new
4293: feature: #952 )
4294:
4295: 2014-06-28 moko
4296:
4297: * src/classes/curl.C: $.charset now processed before other curl
4298: options (closes issue #980)
4299:
4300: 2014-05-23 misha
4301:
4302: * src/classes/json.C: - bug fix: #987
4303:
4304: 2014-05-04 misha
4305:
4306: * tests/: 253.html, 253_json.txt: - test for
4307: ^json:parse[$.int(false)] is added
4308:
4309: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4310: default true). The option is similar to $.double(bool) but for
4311: integers.
4312:
4313: 2014-05-01 moko
4314:
4315: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4316: #12 )
4317:
4318: 2014-04-16 moko
4319:
4320: * src/main/pa_http.C: response-charset option should finally work
4321: now (fix for issue #867)
4322:
4323: * src/main/pa_http.C: response-charset option should work now (fix
4324: for issue #867)
4325:
4326: 2014-03-07 moko
4327:
4328: * buildall: libgc moved
4329:
4330: * buildall: libgc moved
4331:
4332: 2013-12-29 moko
4333:
4334: * src/classes/string.C: ^string:js-unescape result now tainted,
4335: closes issue #966
4336:
4337: * tests/: 186.html, results/186.processed: ^string:js-unescape
4338: result now tainted, issue #966
4339:
4340: 2013-12-03 moko
4341:
4342: * src/: classes/memcached.C, types/pa_vmemcached.C,
4343: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4344: option was added for http://www.parser.ru/forum/?id=79343
4345:
4346: * src/classes/file.C: bugfix for
4347: http://www.parser.ru/forum/?id=79337
4348:
4349: 2013-11-05 moko
4350:
4351: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4352:
4353: * src/main/pa_globals.C: spelling fixed
4354:
4355: 2013-10-29 moko
4356:
4357: * src/lib/json/json.vcproj: json.c -> pa_json.C
4358:
4359: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4360: #892
4361:
4362: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4363: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4364: exceptions to be thrown thougth json library), related to issue
4365: #892
4366:
4367: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4368: related to issue #896
4369:
4370: 2013-10-24 moko
4371:
4372: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4373:
4374: 2013-10-23 moko
4375:
4376: * README: actualization
4377:
4378: 2013-10-22 moko
4379:
4380: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4381: compatibility patch from Sergey Kirpichev
4382:
4383: * tests/: 297.html, results/297.processed: non-working getter fix
4384: test for issue #948
4385:
4386: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4387: called when saving value of $match variable in ^string.match[] to
4388: increase compatibility (related to issue #948).
4389:
4390: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4391: usage optimization
4392:
4393: 2013-10-21 moko
4394:
4395: * tests/: 182.html, results/182.processed: local path removed for
4396: compatibility
4397:
4398: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4399: results/244.processed, results/253.processed,
4400: results/254.processed, results/275.processed,
4401: results/281.processed: try_catch -> try-catch
4402:
4403: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4404: results/294.processed, results/296.processed: try_catch ->
4405: try-catch
4406:
4407: 2013-10-20 moko
4408:
4409: * tests/: 296.html, results/296.processed: test for xsl exception
4410: for issue #938 added.
4411:
4412: * src/: include/pa_xml_exception.h,
4413: main/pa_stylesheet_connection.C: forgotten to be replaced
4414: XmlException is now replaced (once again closes issue #938)
4415:
4416: 2013-10-18 moko
4417:
4418: * buildall: disable clock_gettime detection to avoid librt linking
4419: (which in turn depends on libpthread), related to issue #943
4420:
4421: 2013-10-18 misha
4422:
4423: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4424: lib/smtp/smtp.vcproj, main/main.vcproj,
4425: targets/apache/ApacheModuleParser3Core.vcproj,
4426: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4427: types/types.vcproj: - new locations for libxml2 includes where
4428: added to vcproj files
4429:
4430: 2013-10-18 moko
4431:
4432: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4433: fix
4434:
4435: * tests/: 295.html, results/295.processed: test for issue #948
4436: updated
4437:
4438: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4439: :)
4440:
4441: * tests/: 295.html, results/295.processed: test for issue #948
4442: added
4443:
4444: * src/: classes/hash.C, classes/string.C, classes/table.C,
4445: include/pa_request.h, types/pa_method.h: for getters and setters
4446: to be executed request.put_element should be called, not
4447: context.put_element (fixes issue #948)
4448:
4449: 2013-10-17 moko
4450:
4451: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4452: LIBXML2_NEW_BUFFER check (closes issue #943)
4453:
4454: * buildall: libxml 2.9.1 build is broken --without-reader.
4455:
4456: 2013-10-16 moko
4457:
4458: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4459:
4460: * tests/: 294.html, results/294.processed: test for issue #938
4461:
4462: * src/: classes/xdoc.C, classes/xnode.C,
4463: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4464: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4465:
4466: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4467: libxslt-1.1.26 -> libxslt-1.1.28
4468:
4469: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4470: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4471: to '?', related to issue #938
4472:
4473: 2013-10-15 moko
4474:
4475: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4476: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4477: minor optimizations (closes issue #896)
4478:
4479: * tests/results/: 292.processed, 293.processed: results updated to
4480: comply with issue #896
4481:
4482: * tests/: 292.html, 293.html, results/292.processed,
4483: results/293.processed: tests for json escaping
4484:
4485: 2013-10-14 moko
4486:
4487: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4488: and cleanup, code moved from .h to .C, no changes in code
4489:
4490: 2013-10-12 moko
4491:
4492: * tests/results/119.processed: updated test result commited
4493:
4494: * tests/: 291.html, results/291.processed: test for issue #894
4495: added
4496:
4497: * src/types/pa_wcontext.h: base methods call support function
4498: get_somebody_entered_some_class should not be true forever, as
4499: wcontext can have many get_elements calls (fixes issue #894)
4500:
4501: 2013-10-11 moko
4502:
4503: * tests/: 290.html, results/290.processed: test for junction GPF
4504: issue #942 added
4505:
4506: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4507: to native method fixed (closes issue #942)
4508:
4509: * tests/: 158.html, results/158.processed: test for csv-string[]
4510: added
4511:
4512: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4513: feature #907)
4514:
4515: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4516: feature #907)
4517:
4518: 2013-10-09 moko
4519:
4520: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4521: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4522: types/pa_vstateless_class.C: GET_default, SET_default now works
4523: properly not only in objects, but in classes as well (closes
4524: issue #903)
4525:
4526: * tests/: 289.html, results/289.processed: GET/SET_default now
4527: works in classes, not only objects, test case added, related to
4528: issue #903
4529:
4530: * tests/: 288.html, results/288.processed: test for endless
4531: recursion bug added (related to issue #903)
4532:
4533: 2013-10-05 moko
4534:
4535: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4536: classes/table.C, main/execute.C, types/pa_method.h,
4537: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4538: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4539: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4540: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4541: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4542: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4543: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4544: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4545: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4546: optimization: put_element no longer has "bool areplace" argument,
4547: related to issue #903
4548:
4549: 2013-10-03 moko
4550:
4551: * tests/results/182.processed: result for $.replace(false) test
4552: commited
4553:
4554: * src/classes/date.C: ^date::create(number) processed correctly
4555: (fixes issue #901)
4556:
4557: * src/classes/image.C: as_no_junction removed, as param can be
4558: expression (closes issue #931)
4559:
4560: * tests/233.html: test for issue #931 added
4561:
4562: 2013-10-02 moko
4563:
4564: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4565: modified, test for $.replace(false) added
4566:
4567: * src/main/compile_tools.h: forgotten class replace returned. :)
4568:
4569: 2013-09-30 moko
4570:
4571: * tests/: 141.html, results/141.processed: md5 tainting test added
4572:
4573: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4574: main/compile_tools.h, main/pa_request.C: allow_class_replace
4575: implemented; $.replace option added to ^process and ^use
4576:
4577: 2013-08-27 moko
4578:
4579: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4580: cstr_to_string_body_untaint should be called with charsets for
4581: possible uri language and connection for possible sql language.
4582: related to issue #857
4583:
4584: * buildall: and -> or fixed
4585:
4586: 2013-08-26 moko
4587:
4588: * buildall: prepare_ functions logic changed to support
4589: gc-7.2d.tar.gz extracting to gc-7.2 directory
4590:
4591: 2013-08-23 moko
4592:
4593: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4594: statically
4595:
4596: 2013-08-22 moko
4597:
4598: * src/classes/string.C: String::Empty used (related to issue #912)
4599: append_know_length removed (related to old GPF bug)
4600:
4601: 2013-08-21 moko
4602:
4603: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4604:
4605: * src/classes/math.C: ^math:digest[...;$file] support added
4606: (related to ticket #857
4607:
4608: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4609: implemented
4610:
4611: * src/types/pa_vhashfile.h: warning war
4612:
4613: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4614: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4615: anti_endless_json_string_recoursion removed from request;
4616: json_string_recoursion added to json_options; $.indent[indent
4617: value] now supported and passed within recoursion closes feature
4618: #937
4619:
4620: * tests/: 287.html, results/287.processed: test for feature #937
4621:
4622: 2013-07-31 moko
4623:
4624: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4625: compilation having #define _S
4626:
4627: * src/main/pa_globals.C: cleanup
4628:
4629: 2013-07-30 moko
4630:
4631: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4632: main/pa_common.C: vs2003 warning war
4633:
4634: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4635:
4636: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4637:
4638: * src/lib/md5/pa_sha2.c: warning war
4639:
4640: 2013-07-29 moko
4641:
4642: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4643: patches from github
4644:
4645: * src/: classes/bool.C, classes/double.C, classes/int.C,
4646: classes/memcached.C, include/pa_config_includes.h,
4647: types/pa_vfile.C, types/pa_vfile.h: warning war
4648:
4649: * src/lib/json/json.vcproj: C++ -> C
4650:
4651: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4652:
4653: * src/lib/json/: json.c, pa_json.C: windows compatibility
4654:
4655: * src/lib/json/: json.c, pa_json.C: windows compatibility
4656:
4657: * src/lib/json/: json.c, pa_json.C: warning war
4658:
4659: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4660:
4661: * src/include/pa_config_fixed.h: uint16_t added
4662:
4663: * configure.in: uint16_t check added
4664:
4665: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4666: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4667: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4668: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4669: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4670:
4671: 2013-07-25 moko
4672:
4673: * parser3.sln: dependencies added
4674:
4675: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4676: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4677: module support
4678:
4679: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4680:
4681: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4682:
4683: 2013-07-23 moko
4684:
4685: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4686: PA_DEBUG_GC_MEMORY removed
4687:
4688: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4689: PA_DEBUG_DISABLE_GC compilation fix
4690:
4691: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4692: main/pa_request.C: outdated RESOURCES_DEBUG removed
4693:
4694: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4695: garbage cleanup
4696:
4697: * src/main/pa_common.C: warning war
4698:
4699: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4700:
4701: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4702: minor cleanup
4703:
4704: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4705: uses cygwin, not WIN32 implementation
4706:
4707: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4708: able to exec shell scripts
4709:
4710: * src/classes/math.C: ifdef WIN32 cleanup
4711:
4712: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4713:
4714: * src/classes/curl.C: LT_MODULE_EXT used
4715:
4716: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4717:
4718: 2013-07-22 moko
4719:
4720: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4721: includes fix
4722:
4723: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4724:
4725: * configure.in, src/include/pa_config_includes.h,
4726: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4727: src/main/pa_exec.C: includes cleanup
4728:
4729: * src/targets/cgi/parser3.C: 2012->2013
4730:
4731: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4732:
4733: * configure.in, src/include/pa_config_includes.h,
4734: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4735: src/main/pa_random.C, src/main/pa_socks.C,
4736: src/types/pa_vstatus.C: cygwin support cleanup
4737:
4738: * configure.in: dirent.h check added
4739:
4740: * src/: include/pa_config_includes.h, include/pa_dir.h,
4741: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4742: not copied
4743:
4744: 2013-07-21 moko
4745:
4746: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4747:
4748: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4749: parser3.vcproj: unused getopt.h / getopt.c removed
4750:
4751: * operators.txt, src/classes/file.C, tests/022.html,
4752: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4753: $.stat(true)] usage commented
4754:
4755: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4756: src/main/pa_dir.C: ^file:list[] now has dir column and when
4757: $.stat(true) it has size/*date columns modified patch from misha@
4758: that closes issue #914.
4759:
4760: * src/: include/pa_config_includes.h, main/pa_globals.C:
4761: PA_RELEASE_ASSERTS removed
4762:
4763: * src/lib/md5/pa_md5c.c: minor cleanup
4764:
4765: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4766: localeconv()->decimal_point usage remoed (related to issue #934)
4767:
4768: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4769: cordprnt.c removed
4770:
4771: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4772: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4773: pa-include/pa_strings.h: includes cleanup
4774:
4775: * src/lib/md5/pa_md5c.c: headers cleanup
4776:
4777: 2013-07-20 moko
4778:
4779: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4780: cleanup
4781:
4782: 2013-07-19 moko
4783:
4784: * src/classes/math.C: extern "C" added for crypt
4785:
4786: 2013-07-18 moko
4787:
4788: * src/classes/math.C: fix redhat7.2 build
4789:
4790: 2013-07-17 moko
4791:
4792: * configure.in, src/include/pa_config_includes.h,
4793: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4794: added for uint8/32/64_t)
4795:
4796: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4797: pa_config_includes.h used for uint32/64_t
4798:
4799: 2013-07-16 moko
4800:
4801: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4802: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4803: war
4804:
4805: * src/main/compile.tab.C: compile.y was updated
4806:
4807: * src/main/compile.y: warning war
4808:
4809: * src/: include/pa_exception.h, main/pa_exception.C,
4810: main/pa_xml_exception.C: warning war
4811:
4812: * src/: include/pa_common.h, main/pa_common.C: warning war
4813:
4814: * configure.in: beauty :)
4815:
4816: * tests/: 141.html, results/141.processed: sha256/512 added
4817:
4818: 2013-07-13 moko
4819:
4820: * src/lib/md5/md5.vcproj: sha2 added
4821:
4822: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4823: classes/math.C: sha2 support (sha256/sha512 digest)
4824:
4825: 2013-07-08 moko
4826:
4827: * src/classes/image.C: directory read or other read problem message
4828: fixed (related to issue #933)
4829:
4830: 2013-07-07 moko
4831:
4832: * AUTHORS: + misha + moko. :)
4833:
4834: 2013-07-06 moko
4835:
4836: * src/: classes/curl.C, include/pa_globals.h,
4837: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4838: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4839: for lt_dlinit to be called once and lt_dlexit called at right
4840: place (related to issue #925)
4841:
4842: 2013-07-04 moko
4843:
4844: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4845: VString::as_vfile now uses vfile.set_binary_string to avoid
4846: content-type to be set, as it brokes badly designed logic in
4847: response output. This hopefully finishes issue #928.
4848:
4849: * tests/results/: 256.processed, 286.processed: file now displayed
4850: as name, size, mode, content-type
4851:
4852: * src/main/pa_common.C: read error now reported cottectly (fixes
4853: issue #933
4854:
4855: 2013-06-28 moko
4856:
4857: * tests/: 286.html, results/286.processed: test extended
4858:
4859: * tests/: 286.html, results/286.processed: Test for issue #928
4860: added. it tests default content-type change.
4861:
4862: * src/types/pa_vfile.C: closes issue #928 - default content-type
4863: now updated
4864:
4865: 2013-06-25 moko
4866:
4867: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4868: content-type for text/binary files without name added;
4869: ^file::create[$f;...] options now works properly and $f
4870: properties are default (fixes issue #928)
4871:
4872: 2013-05-16 misha
4873:
4874: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4875: added
4876:
4877: * src/main/pa_table.C: - a tiny memory optimisation while creating
4878: table if specified limit is bigger than source rows count
4879:
4880: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4881: added ( new feature: #858 )
4882:
4883: 2013-04-29 moko
4884:
4885: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4886: $.ipresolve(0|1|2) added (closes issue #891)
4887:
4888: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4889:
4890: 2013-04-24 moko
4891:
4892: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4893: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4894: types/pa_vmemcached.h: ^memcache.release[] added, calls
4895: memcached_quit (refs #893)
4896:
4897: 2013-04-22 moko
4898:
4899: * src/: include/pa_string.h, main/pa_common.C: no more double
4900: slashes in file path (fixes bug #872)
4901:
4902: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4903: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4904: #739)
4905:
4906: * tests/results/266.processed: $.max_params added (feature #915)
4907:
4908: * src/: include/pa_common.h, main/pa_http.C: response-charset
4909: option added to file::load (closes issue #867)
4910:
4911: 2013-04-20 misha
4912:
4913: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4914: commited
4915:
4916: 2013-03-15 misha
4917:
4918: * src/classes/: hash.C, table.C: - Optimisation: do not create
4919: multiple empty strings while ::sql. uae String::Empty instead
4920:
4921: 2013-03-14 misha
4922:
4923: * src/classes/reflection.C: - for user classes
4924: ^reflection:method_info[] returns $.max_params and $.extra_param
4925: with $.call_type if they available ( new feature: #915 )
4926:
4927: * src/classes/file.C: - ^file:delete[] now supports an option
4928: $.exception(false) that suppress any exception while deleting
4929: file ( new feature: #916 )
4930:
4931: * src/classes/curl.C: - parsing cookies after curl:load now should
4932: work :)
4933:
4934: 2013-03-12 misha
4935:
4936: * src/types/pa_vfile.C: - if specified file_name is empty string
4937: set default name for the file
4938:
4939: 2013-03-11 misha
4940:
4941: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4942: also available in $f.cookies
4943:
4944: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4945: moved to a separate method
4946:
4947: 2013-03-10 moko
4948:
4949: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4950: added
4951:
4952: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4953: removed (declared by autoconf)
4954:
4955: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4956: uint32_t define
4957:
4958: 2013-03-10 misha
4959:
4960: * src/classes/file.C: ^file:delete and ^file:move now support
4961: option $.keep-empty-dirs(true) ( new feature: #884 )
4962:
4963: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4964: empty dirs is added
4965:
4966: 2013-03-10 moko
4967:
4968: * src/classes/: bool.C, double.C, int.C: default can be present,
4969: but default check removed from ^int/double/bool.int/double/bool
4970: for string.int/double/bool compatibility (related to issue #913)
4971:
4972: * src/classes/string.C: ^string.int/dobule/bool no longer
4973: internally throws exception if default is present (closes issue
4974: #913)
4975:
4976: 2013-03-09 misha
4977:
4978: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4979: optimisations ( #845 )
4980:
4981: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4982:
4983: 2013-03-08 moko
4984:
4985: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4986: creates correct table (fixes issue #910)
4987:
4988: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4989: use outside of 'connect' operator (fixes issue #911)
4990:
4991: * tests/results/: 096.processed, 122.processed: test results
4992: updated as doubles now printed with 15 significant digits, not 5
4993: (fixes issue #882)
4994:
4995: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4996: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4997:
4998: 2013-02-21 moko
4999:
5000: * src/classes/table.C: _locate_name_value does not check arguments
5001: count, so we check it in advance (fixes issue #905)
5002:
5003: 2012-10-23 moko
5004:
5005: * buildall: old shell for and echo compatibility (for six)
5006:
5007: 2012-10-19 moko
5008:
5009: * buildall: --strip added --disable-safe-mode listed in usage
5010:
5011: 2012-10-17 misha
5012:
5013: * src/classes/op.C: - apply-taint should not throw "outside
5014: connect" exception with sql lang now
5015:
5016: 2012-10-17 moko
5017:
5018: * src/main/pa_request.C: bugfix: safe mode should be inited for
5019: each request (for apache module)
5020:
5021: 2012-09-26 moko
5022:
5023: * src/doc/doxygen.cfg: png -> svg
5024:
5025: 2012-09-25 moko
5026:
5027: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5028: test added
5029:
5030: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5031: double use when key is long
5032:
5033: 2012-09-16 moko
5034:
5035: * src/classes/math.C: Format -> Method Encode -> Format
5036:
5037: * tests/: 141.html, results/141.processed: math:digest hmac test
5038: added
5039:
5040: 2012-09-14 moko
5041:
5042: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5043: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5044: implementation added
5045:
5046: 2012-09-12 moko
5047:
5048: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5049: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5050: targets.dox and string.dox slightly actualized
5051:
5052: 2012-08-31 moko
5053:
5054: * ChangeLog: now generated with patched cvs2cl.pl
5055:
5056: 2012-07-29 moko
5057:
5058: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5059: result should be pushed after VMethodFrame destructor is called,
5060: as it deletes junctions from stack params (fixes issue #868)
5061:
5062: 2012-07-23 moko
5063:
5064: * INSTALL, README: buildall script usage documented, other outdated
5065: info updated.
5066:
5067: * buildall-with-xml, buildall-without-xml: replaced by buildall
5068:
5069: 2012-07-21 moko
5070:
5071: * buildall: glib does not compile when threads are disabled...
5072:
5073: * src/types/pa_vmail.C: g_assertion fixes for empty input
5074:
5075: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5076: unref, can't unref nested objects)
5077:
5078: * src/types/pa_vmail.C: another check added
5079:
5080: 2012-07-19 moko
5081:
5082: * buildall: usage added
5083:
5084: * buildall: new buildall script that unites buildall-with-xml,
5085: buildall-without-xml, --with-apache and --with-mailreceive
5086:
5087: * configure.in: support for static gmime and dynamic glib linking.
5088: fixes for FreeBSD
5089:
5090: 2012-07-17 moko
5091:
5092: * configure.in: --with-mailreceive replaced
5093: --with-static-mailreceive and --with-shared-mailreceive pathlink
5094: removed
5095:
5096: 2012-07-16 moko
5097:
5098: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5099: capitalized, content now decoded and text content converted to
5100: $request:charset. all properties are accessed by functions, this
5101: ready for dynamic load.
5102:
5103: 2012-06-28 moko
5104:
1.116 moko 5105: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5106: 32 bit
1.95 moko 5107:
5108: 2012-06-27 moko
5109:
5110: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5111: passive ftp
5112:
5113: * src/lib/ltdl/ltdl.vcproj: release build fixed
5114:
5115: * configure.in: 3.4.2 RC -> 3.4.2
5116:
5117: 2012-06-22 moko
5118:
5119: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5120: #815)
5121:
5122: * tests/: 284.html, results/284.processed: output options test
5123: (feature #265)
5124:
5125: 2012-06-22 misha
5126:
5127: * tests/215.html: - little changes
5128:
5129: 2012-06-21 moko
5130:
5131: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5132: types/pa_vxdoc.h: output_options returned and used (bugfix for
5133: feature #265)
5134:
5135: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5136: breaks long .*, default 10M restored. (issue #216)
5137:
5138: * tests/: 283.html, results/283.processed: test for issue #815
5139: added
5140:
5141: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5142: again, cstrm not required.
5143:
5144: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5145: Win32 and broken FreeBSD (issue #45)
5146:
5147: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5148:
5149: * src/main/pa_string.C: warnings war
5150:
5151: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5152: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5153: main/pa_socks.C, targets/apache/pa_threads.C,
5154: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5155: types/pa_vstatus.C: compilation under cygwin fixed
5156:
5157: 2012-06-19 moko
5158:
5159: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5160: Windows fixed
5161:
5162: * parser3.sln: removed antique pcre_ctype
5163:
5164: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5165:
5166: * src/include/pa_config_fixed.h: undefined reference to
5167: __imp__pcre_* fix for Windows
5168:
5169: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5170: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5171: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5172: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5173: define fixed
1.95 moko 5174:
5175: 2012-06-18 moko
5176:
5177: * src/classes/memcached.C: flush -> clear
5178:
5179: * src/classes/memcached.C: memcached does not support quotes even
5180: in server name
5181:
5182: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5183: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5184: called on open to check servers existance. $.key(true) syntax
5185: now supported
5186:
5187: 2012-06-17 moko
5188:
5189: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5190: cleanup
5191:
5192: * src/classes/table.C, tests/282.cfg, tests/282.html,
5193: tests/results/282.processed: encloser at the EOF bug fixed,
5194: incorrectly enclosed data now processed more logicaly (fixes
5195: #339)
5196:
5197: 2012-06-15 moko
5198:
5199: * buildall-without-xml: sync with buildall-with-xml
5200:
5201: * buildall-with-xml: download auto-detected between fetch and curl
5202:
5203: * configure.in: --with-gc and --with-pcre now also processed
5204: correctly
5205:
1.116 moko 5206: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5207: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5208: should be run on rol1 using automake / aclocal (GNU automake)
5209: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5210:
5211: * configure.in: new PARSER_VERSION logic
5212:
5213: * src/include/pa_version.h: new pa_version.h logic
5214:
5215: * src/: classes/curl.C, classes/file.C, classes/image.C,
5216: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5217: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5218: feols_normalized -> fis_text_content set_binary added
5219:
5220: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5221:
5222: 2012-06-15 misha
5223:
5224: * src/: classes/curl.C, classes/file.C, classes/image.C,
5225: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5226: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5227: ^file::create[text;content] EOLs in content now is normalized. (
5228: new feature: #815 )
5229:
5230: 2012-06-15 moko
5231:
5232: * configure.in: --disable-version-update added to disable version
5233: update with host information (for debian package) whitespace
5234: optimized
5235:
5236: * configure.in: version changed to 3.4.2 RC no-pic added for
5237: libtool
5238:
5239: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5240: it.
5241:
5242: 2012-06-14 moko
5243:
5244: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5245: tests/results/281.processed: "hash flocked" error removed for
5246: safe operations like ^h._count[] ( new feature: #335 )
5247:
1.116 moko 5248: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5249:
5250: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5251:
5252: * configure.in: --with-static/shared xml replaced with --with-xml,
5253: xml compilation check added
5254:
5255: * configure.in: --with-static/shared-gc, --with-static-pcre are
5256: replaced with --with-gc and --with-pcre test for pcre linking
5257: added
5258:
5259: 2012-06-13 moko
5260:
5261: * configure.in: apxs2 check optimized
5262:
5263: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5264: .la, includes optimized
5265:
5266: * buildall-with-xml: --with-pic looks better for -fPIC
5267:
5268: * configure.in: switched to convenience library in static linking
5269:
5270: * src/targets/apache/Makefile.am: switched to convenience library
5271: usage to avoid libtool warnings
5272:
5273: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5274: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5275: smtp/Makefile.am: switched to convenience library usage
5276:
5277: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5278:
5279: * src/targets/apache/Makefile.am: updated for libtool usage
5280:
5281: * buildall-without-xml: --with-included-ltdl added
5282:
5283: * buildall-without-xml: sync with buildall-with-xml
5284:
5285: * buildall-with-xml: --with-included-ltdl added $cflags added for
5286: -fPIC for x64 $download added for wget success check added
5287:
5288: * buildall-without-xml: --with-dynamic-stdcpp removed
5289:
5290: * configure.in: disable-static returned
5291:
5292: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5293: LIBTOOLFLAGS
5294:
5295: 2012-06-12 moko
5296:
5297: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5298: compatible with LIBTOOLFLAGS for unknown reasons
5299:
5300: * buildall-with-xml: --with-dynamic-stdcpp removed
5301:
5302: * configure.in: static/dynamic -lstdc++ linking option removed
5303: apxs2 check added
5304:
5305: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5306: option removed
5307:
5308: 2012-06-10 moko
5309:
5310: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5311: added
5312:
5313: * src/targets/cgi/pp3.cmd: old PAF stuff
5314:
1.116 moko 5315: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5316: beauty
1.95 moko 5317:
5318: * depcomp: from libtool 2.4.2
5319:
5320: * configure.in: ltdl directory removed, it has correct Makefile.in
5321:
5322: 2012-06-09 moko
5323:
1.116 moko 5324: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5325: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5326: autogenerated files updated after libtool update
5327:
1.116 moko 5328: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5329: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5330: config_auto.h.in, config_fixed.h, configure, configure.ac,
5331: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5332: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5333: config/compile, config/config.guess, config/config.sub,
5334: config/depcomp, config/install-sh, config/ltmain.sh,
5335: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5336: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5337: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5338: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5339: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5340: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5341: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5342: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5343:
5344: * configure.in: preparation for new libtool
5345:
5346: * configure.in: Some beauty added :)
5347:
5348: * src/targets/apache/Makefile.am: := -> =
5349:
5350: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5351: again. :)
5352:
5353: * src/include/pa_config_includes.h, configure.in: limits.h added,
5354: previously was taken from pcre_internal.h. :)
5355:
5356: * src/lib/pcre/Makefile.am: config.h returned
5357:
5358: * src/lib/pcre/config.h: still need this. :)
5359:
5360: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5361:
5362: * configure.in: --with-charsets removed; --with-mysql-client & co
5363: removed
5364:
5365: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5366: now in parser tree, no need to copy
5367:
5368: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5369: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5370: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5371: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5372: extracts now used old trash removed
5373:
5374: * etc/parser3.charsets/Makefile.am: charsets now in share
5375: (debian/patches/104_automake.patch) + all charsets are copied
5376:
5377: * buildall-with-xml, buildall-without-xml: curl option removed +
5378: extra arguments now supported
5379:
5380: 2012-06-08 misha
5381:
5382: * src/classes/table.C: - one params.as_hash usage was rolled back:
5383: the 2nd option in ^table.hash[] could be hash or table so
5384: .as_hash will throw an exception when table option is specified
5385:
5386: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5387: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5388: classes/table.C, classes/void.C, classes/xdoc.C,
5389: include/pa_exception.h, types/pa_vmethod_frame.C,
5390: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5391: and improved (whitespaces are allowed as empty options) -
5392: MethodParams::as_table is added - above methods are used for
5393: parsing methods' options ( new feature: #9 )
5394:
5395: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5396: to vclass. now class fields can be accessible as a hash:
5397: $h[^hash::create[$asd:CLASS]]
5398:
5399: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5400: have get_fields method so their fields can be accessed with
5401: ^reflection:fields[...] & ^reflection:field[...]
5402:
5403: 2012-06-06 misha
5404:
5405: * tests/280.html: - tests for
5406: ^reflection:method[obj-or-class;method],
5407: ^reflection:field[obj-or-class;field] and
5408: ^reflection:fields[obj-or-class] are added
5409:
5410: 2012-06-05 misha
5411:
5412: * src/classes/reflection.C: - ^reflection:method[class or
5413: object;method name] and ^reflection:field[class or object;field
5414: name] are added
5415:
5416: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5417: is used
5418:
5419: * src/types/pa_method.h: - Method::as_vjunction method is added
5420:
5421: 2012-06-05 moko
5422:
1.116 moko 5423: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5424:
5425: * src/classes/memcached.C: flish ttl fixed
5426:
5427: 2012-06-04 moko
5428:
5429: * src/classes/json.C, src/classes/op.C, tests/279.html,
5430: tests/results/279.processed: ^json:parse[] now supports $.taint
5431: option (new feature #833)
5432:
5433: 2012-06-04 misha
5434:
5435: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5436: - search_stop method was moved from pa_vcookie.C to pa_common.C
5437:
5438: 2012-06-03 misha
5439:
5440: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5441: cookies are parced and stored into $.cookies ( new feature: #31 )
5442:
5443: 2012-05-30 misha
5444:
5445: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5446: incomplete class into a scope while @USE is found
5447:
5448: * src/main/compile.y: - add incomplete class into a scope while
5449: @USE and @CLASS instructions are found ( bugfix: #838 )
5450:
5451: 2012-05-30 moko
5452:
5453: * src/types/pa_vclass.C, tests/278.html,
5454: tests/results/278.processed: removed "property has no getter
5455: method" exception when GET_DEFAULT present (fixes #269)
5456:
5457: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5458: $._default
5459:
5460: 2012-05-29 moko
5461:
5462: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5463: uninitialized values usage (new feature: #154)
5464:
5465: 2012-05-28 moko
5466:
5467: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5468: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5469: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5470: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5471: src/types/pa_vobject.C, src/types/pa_vobject.h,
5472: src/types/pa_vstring.h, src/types/pa_vtable.C,
5473: tests/results/277.processed, src/types/pa_vtable.h,
5474: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5475: ^json:string[$o; $.default[$method]] implemented for VObject (new
5476: feature #803)
5477:
5478: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5479: tests/results/277.processed: json numbers are now treated as
5480: double ( new feature: #834 )
5481:
5482: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5483: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5484: added for out of range checks, zero division in vint/vdouble
5485: check added ( fixes #832 )
5486:
5487: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5488: ( fixes #832 )
5489:
5490: 2012-05-28 misha
5491:
5492: * buildall-with-xml: - --without-lzma option is added to libxml2
5493: configure
5494:
5495: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5496: added - tests for unsupported values for options $.file, $.table
5497: and $.date are added
5498:
5499: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5500: accepts "stat" $.file[] option's value in addition to existed
5501: "text" and "base64" ( new feature: #835 )
5502:
5503: * tests/276.html: - test for
5504: ^reflection:delete[$object-or-class;field-name]
5505:
5506: * src/classes/reflection.C: -
5507: ^reflection:delete[$object-or-class;field-name] is added ( new
5508: feature: #268 )
5509:
5510: 2012-05-27 misha
5511:
5512: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5513:
5514: 2012-05-24 misha
5515:
5516: * src/include/pa_common.h: - method lastposafter was removed
5517:
5518: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5519: lastposafter - ^file:dirname[] & Co proper handle windows file
5520: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5521: work as *nix commands
5522:
5523: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5524:
5525: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5526: rskipchars were added
5527:
5528: * tests/270.html: - more tests for ^file:find[]
5529:
5530: * tests/065.html: - more tests for ^file:dirname[] & Co
5531:
5532: * src/include/pa_version.h: - must be "win32" here. it is
5533: auto-generated on *nix
5534:
5535: 2012-05-24 moko
5536:
5537: * src/classes/math.C: ^math:convert[] now supports uint32 and
5538: throws overflow exception ( new feature: #830 )
5539:
5540: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5541: uint32 support and overflow added ( new feature: #830 )
5542:
5543: 2012-05-23 moko
5544:
5545: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5546: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5547: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5548: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5549: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5550: types/pa_vregex.h, types/pa_vstateless_class.C,
5551: types/pa_vstateless_class.h, types/pa_vstring.h,
5552: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5553: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5554: "return string as-is" removed from as_expr_result. ( new feature:
5555: #831 )
5556:
5557: * tests/results/244.processed: test changed after bug #782 fix
5558: commited
5559:
5560: * tests/results/229.processed: test results for bug #782 commited
5561:
5562: * tests/: 254.html, results/254.processed: uid now just compared,
5563: not printed. :)
5564:
5565: 2012-05-20 moko
5566:
5567: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5568: feature: #341 )
5569:
5570: * tests/: 254.html, results/254.processed: test for
5571: ^reflection:uid[] added
5572:
5573: * tests/: 254.html, results/254.processed: test for
5574: ^reflection:uid[$obj] added
5575:
5576: 2012-05-17 misha
5577:
5578: * src/main/untaint.C: - do not replace ' char by _26 while
5579: exploding filespec-tainting ( new feature: #829 )
5580:
5581: 2012-05-12 moko
5582:
5583: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5584: not.
5585:
5586: 2012-05-08 moko
5587:
5588: * src/types/pa_vmethod_frame.h: bug #782 fixed
5589:
5590: * tests/229.html: test for bug #782
5591:
5592: * tests/results/259.processed, src/main/pa_request.C,
5593: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5594: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5595: src/types/pa_vvoid.h: feature #154 - first empty param now
5596: string; defined locals are empty strings; $STRICT-VARS(true)
5597: added
5598:
5599: 2012-04-27 moko
5600:
1.116 moko 5601: * src/targets/apache/Makefile.am:
1.95 moko 5602: ../../lib/memcached/libmemcached.a added
5603:
5604: 2012-04-27 misha
5605:
5606: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5607: ( #827 )
5608:
5609: 2012-04-25 moko
5610:
5611: * src/: classes/json.C, classes/memcached.C,
5612: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5613: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5614: implemented.
5615:
5616: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5617:
5618: 2012-04-23 moko
5619:
5620: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5621: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5622: types/pa_vmemcached.h: open allows options hash for new
5623: memcached(options) function
5624:
5625: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5626: not appended
5627:
5628: 2012-04-21 moko
5629:
5630: * src/classes/curl.C: '' added. :)
5631:
5632: * src/classes/classes.vcproj: new curl.h location
5633:
5634: * src/classes/curl.C: verbose output redirection from stderr to
5635: file curl option added
5636:
5637: 2012-04-20 moko
5638:
5639: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5640: contains what we need from curl, #ifdef HAVE_CURL removed
5641:
1.116 moko 5642: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5643: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5644: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5645: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5646: configure option
5647:
5648: 2012-04-19 moko
5649:
5650: * src/: classes/double.C, classes/inet.C, classes/int.C,
5651: classes/string.C, lib/gc/include/gc_allocator.h,
5652: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5653: options from sql_result_string removed. (closes issue #468)
5654:
5655: * src/types/pa_vmemcached.C: empty string fix
5656:
5657: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5658: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5659: pa_vmemcached.C
5660:
5661: 2012-04-18 moko
5662:
5663: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5664: apache2-mpm-prefork" error displayed in threaded mpm.
5665:
5666: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5667: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5668: installed (issue #354)
5669:
5670: 2012-04-16 moko
5671:
5672: * src/types/pa_vmemcached.C: call to memcached_result_create and
5673: memcached_result_free removed
5674:
5675: 2012-04-14 moko
5676:
5677: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5678:
5679: * src/types/pa_vmemcached.C: check_key added and used
5680:
5681: 2012-04-13 moko
5682:
5683: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5684: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5685: Serialization_data now added and used, VString now serialized
5686: with languages into memcached.
5687:
5688: 2012-03-28 moko
5689:
5690: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5691: lib/memcached/pa_memcached.h: result lengths added
5692:
5693: 2012-03-27 moko
5694:
5695: * src/types/pa_vmemcached.C: strdup added
5696:
5697: 2012-03-24 moko
5698:
5699: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5700: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5701: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5702:
5703: 2012-03-20 moko
5704:
1.116 moko 5705: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5706:
5707: * src/targets/cgi/Makefile.am: cleanup
5708:
5709: * src/: types/Makefile.am, types/pa_vmemcached.C,
5710: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5711:
5712: * src/: classes/Makefile.am, classes/memcached.C,
5713: lib/memcached/Makefile.am, lib/memcached/constants.h,
5714: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5715: lib/memcached/types.h, lib/Makefile.am: memcached initial
5716:
5717: 2012-03-16 moko
5718:
5719: * src/main/execute.C: ident now works under Linux + ident displays
5720: filenames (closes issue #818)
5721:
1.116 moko 5722: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5723: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5724: pa_vmethod_frame_local.h removed
5725:
5726: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5727: classes/classes.h, classes/curl.C, classes/date.C,
5728: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5729: classes/hashfile.C, classes/image.C, classes/inet.C,
5730: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5731: classes/memory.C, classes/op.C, classes/reflection.C,
5732: classes/regex.C, classes/response.C, classes/string.C,
5733: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5734: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5735: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5736: include/pa_config_fixed.h, include/pa_config_includes.h,
5737: include/pa_dictionary.h, include/pa_dir.h,
5738: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5739: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5740: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5741: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5742: include/pa_request_charsets.h, include/pa_request_info.h,
5743: include/pa_sapi.h, include/pa_socks.h,
5744: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5745: include/pa_stack.h, include/pa_string.h,
5746: include/pa_stylesheet_connection.h,
5747: include/pa_stylesheet_manager.h, include/pa_table.h,
5748: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5749: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5750: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5751: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5752: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5753: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5754: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5755: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5756: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5757: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5758: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5759: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5760: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5761: main/pa_string.C, main/pa_stylesheet_connection.C,
5762: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5763: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5764: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5765: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5766: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5767: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5768: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5769: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5770: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5771: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5772: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5773: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5774: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5775: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5776: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5777: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5778: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5779: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5780: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5781: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5782: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5783: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5784: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5785: types/pa_vresponse.h, types/pa_vstateless_class.C,
5786: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5787: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5788: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5789: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5790: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5791: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5792: ident now works under Linux + ident displays filenames (closes
5793: issue #818) Copyright updated
5794:
5795: 2012-03-13 moko
5796:
5797: * src/main/pa_string.C: compilation fix for feature #741
5798:
5799: 2012-03-09 misha
5800:
5801: * tests/193.html: - tests for ^string:base64[encoded] are updated
5802:
5803: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5804: now detects invalid base64 chars in the middle of encoded stricg
5805: ( new feature: #55 )
5806:
5807: * src/include/pa_exception.h: - new exception type for base64
5808: decoding is added
5809:
5810: 2012-03-06 misha
5811:
5812: * tests/274.html: - tests for ^date::today[] and
5813: ^date.sql-string[datetime|date|time] are added
5814:
5815: * src/classes/date.C: - constructor ^date::today[] is added ( new
5816: feature: #811 ) - ^date.sql-string[] now can accept one param --
5817: strings "datetime", "date" or "time" - comments tidying up
5818:
5819: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5820: date and time
5821:
5822: 2012-03-03 misha
5823:
5824: * tests/193.html: - tests for
5825: ^string:base64[encoded;$.strict(true)] are added
5826:
5827: * tests/results/auto.p: - try-catch operator is added
5828:
5829: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5830: main/pa_common.C: - $.strict(true|false) option is added to
5831: base64 decode methods ( new feature: #55 )
5832:
5833: * src/main/pa_common.C: - base64 decode memory usage was decreased
5834: ( new feature: #819 )
5835:
5836: 2012-02-28 moko
5837:
5838: * src/classes/hash.C: ident test
5839:
5840: 2012-02-27 misha
5841:
5842: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5843:
5844: 2012-01-08 misha
5845:
5846: * tests/273.html: - tests for ^string.replace[from;to] are added
5847:
5848: * src/: classes/string.C, include/pa_dictionary.h,
5849: main/pa_dictionary.C, main/pa_string.C: -
5850: ^string.replace[from;to] is added ( new feature: #741 ) -
5851: ^string.replace[one subst here] is slightly optimized
5852:
5853: 2011-12-07 misha
5854:
5855: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5856: named table with one empty column ( bugfix: #63 )
5857:
5858: 2011-11-30 misha
5859:
5860: * src/classes/json.C: - it's possible to set user's method for
5861: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5862: #763 )
5863:
5864: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5865:
5866: 2011-11-23 misha
5867:
5868: * src/: classes/curl.C, classes/file.C, classes/image.C,
5869: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5870: types/pa_vfile.h, types/pa_vform.C: - constructor
5871: ^file::create[mode;filename;content[;options]] now accepts binary
5872: mode and file-content - new constructor's format:
5873: ^file::create[string-or-file-content[;$.name[filename]
5874: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5875: feature: #65 )
5876:
5877: * src/: include/pa_request.h, main/pa_request.C: - new method
5878: mime_type_of(const String*) is added
5879:
5880: * src/include/pa_exception.h: - new exception constant
5881: FILE_NAME_MUST_BE_SPECIFIED is added
5882:
5883: * src/classes/table.C: - bug with negative offset transformed into
5884: a feature. it means pointing to a row from the end of the table (
5885: new feature: #810 )
5886:
5887: 2011-11-19 misha
5888:
5889: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5890: â ìåòîäå _select ( new feature: #810 )
5891:
5892: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5893: options were specified together is simplified
5894:
5895: 2011-11-12 misha
5896:
5897: * src/main/pa_request.C: - forgotten fix for escaping filename in
5898: HTTP content-disposition header (a part of bug #361 )
5899:
5900: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5901: checks for ancestors' classes as well ( new feature: #456 )
5902:
5903: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5904: "without cycle" now have types "parser.break" and
5905: "parser.continue" instead of "parser.runtime" ( new feature: #799
5906: )
5907:
5908: 2011-11-11 misha
5909:
5910: * tests/results/: 099.processed, 100.processed, 205.processed,
5911: 237.processed: - since bug #361 was fixed the content of filename
5912: in HTTP headers is quoted
5913:
5914: * tests/results/270.processed: - result for test 270
5915:
5916: * tests/: 065.html, results/065.processed: - more tests for
5917: ^file:basename[] & Co were added
5918:
5919: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5920:
5921: * tests/270.html: - tests for ^file:find[] are added
5922:
5923: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5924: using option $.charset. option $.engoding is still supported but
5925: these options can not be specified together
5926:
5927: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5928: comparation charset name with string "UTF-8" ( bugfix: #759 )
5929:
5930: 2011-10-11 misha
5931:
5932: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5933: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5934: #622)
5935:
5936: 2011-09-30 misha
5937:
5938: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5939: exception "saving stat-ed file" ( bugfix: #395 )
5940:
5941: 2011-05-30 misha
5942:
5943: * src/classes/string.C: - fixed bug which was added with
5944: params.as_hash into string:sql
5945:
5946: 2011-05-29 misha
5947:
5948: * src/types/pa_value.C: - filename in content-disposition header
5949: must be quoted ( bugfix: #361 )
5950:
5951: 2011-05-27 misha
5952:
5953: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5954: created file
5955:
5956: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5957: usage
5958:
5959: * src/include/pa_exception.h: - one more string for exception was
5960: added
5961:
5962: 2011-05-25 misha
5963:
5964: * tests/269.html: - tests for checking input params in some dom
5965: methods
5966:
5967: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5968: was added. it isn't possible not wo create xdoc with invalid
5969: tagName. ( bugfix: #160 )
5970:
5971: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5972: string "data must be string" was mover from pa_exception.h to
5973: pa_xml_exception.h
5974:
5975: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5976: as_xmlncname, as_xmlname and as_xmlnsuri were added
5977:
5978: * src/main/pa_xml_exception.C: - XmlException accepts more options
5979:
5980: * src/include/pa_xml_exception.h: - XmlException accepts more
5981: options - XML-related exception's strings were added
5982:
5983: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5984: output_options were removed)
5985:
5986: 2011-05-19 misha
5987:
5988: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5989: params.as_hash is used more while parsing methods hash-options
5990:
5991: 2011-05-18 misha
5992:
5993: * operators.txt: - info about json-serialization of xdoc was added
5994:
5995: * tests/256.html: - tests for json-serialization xdoc were added
5996:
5997: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5998:
5999: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6000: classes/json.C, classes/xdoc.C: - now json:string can serialize
6001: xdoc-objects. options (the same as ^xdoc.string[]) could be
6002: specified in $.xdoc[] ( new feature: #265 )
6003:
6004: 2011-05-15 misha
6005:
6006: * tests/268.html: - tests for ^table.count[with options] were added
6007:
6008: * src/classes/table.C: - method ^table.count[] now can accept
6009: options ( new feature: #93 ): ^table.count[column] returns number
6010: of columns for named table; ^table.count[cells] returns number of
6011: cells in the current row; ^table.count[] & ^table.count[rows]
6012: return number of rows in a table.
6013:
6014: * tests/267.html: - test for checking switch/case in boolean mode
6015: was added
6016:
6017: * src/classes/op.C: - if switch's or case's value is bool, they are
6018: compared as bool values, not as double values: new feature: #351
6019:
6020: 2011-05-06 misha
6021:
6022: * tests/242.html: - EOL before EOF was added
6023:
6024: * tests/169.html: - tests for splitting empty string and void were
6025: added
6026:
6027: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6028: returned table with one empty cell)
6029:
6030: 2011-04-03 misha
6031:
6032: * src/include/pa_version.h, configure.in: - version in head was
6033: changed to 3.4.2b
6034:
6035: 2011-03-30 misha
6036:
6037: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6038: as well ( new feature #294 )
6039:
6040: 2011-03-29 misha
6041:
6042: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6043: limited to approx. 6 MB. previous limits were too big for real
6044: life. bugfix: #216
6045:
6046: 2011-03-04 moko
6047:
6048: * etc/parser3.charsets/cp866.cfg: Conforms to
6049: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6050:
6051: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6052: vlalek@
6053:
6054: 2011-02-22 misha
6055:
6056: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6057: be under #ifdef XML or parser can't be compiled without xml
6058: support
6059:
6060: 2011-02-21 misha
6061:
1.116 moko 6062: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6063: ApacheModuleParser3.vcproj was removed
6064:
6065: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6066: removed)
6067:
6068: 2011-02-20 misha
6069:
6070: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6071: $.overridden in ^reflection:method_info[...] were added
6072:
6073: * src/classes/reflection.C: - beautifying result of
6074: ^reflection:method_info[] ($.overridden/inherited)
6075:
6076: 2011-02-18 misha
6077:
6078: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6079: and pa_isalnum instead of isalpha and isalnum - bug with
6080: redundand quoting lowercased latin chars while building email
6081: body was fixed
6082:
6083: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6084: added (they check for latin chars only)
6085:
6086: 2011-02-16 misha
6087:
6088: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6089: string size for transcoding gave too small value (should ever
6090: look for availability char in dest charset inspite of the char
6091: size)
6092:
6093: 2011-02-04 moko
6094:
6095: * tests/223.html: header values now not url-encoded (issue #195)
6096:
6097: 2011-02-01 misha
6098:
6099: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6100:
6101: 2011-01-31 misha
6102:
6103: * src/main/pa_request.C: - throw exception if param file_name in
6104: use_file is empty
6105:
6106: 2011-01-08 moko
6107:
6108: * src/classes/curl.C: compilations errors fixed
6109:
6110: 2010-12-29 moko
6111:
6112: * tests/: 265.html, results/265.processed: test for issue #200
6113: added
6114:
6115: * src/main/pa_string.C: empty regex result check added (fixes issue
6116: #200)
6117:
6118: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6119:
6120: * tests/results/223.processed: header values now not url-encoded
6121: (issue #195)
6122:
6123: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6124: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6125: pa_http_safe_header_name added for headers names (fixes bug #195)
6126:
6127: 2010-12-18 misha
6128:
6129: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6130: => pa-include
6131:
6132: 2010-11-28 moko
6133:
6134: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6135:
6136: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6137: -> pa
6138:
6139: * configure.in: apr -> pa
6140:
6141: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6142:
6143: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6144: classes/Makefile.am, types/Makefile.am: apr -> pa
6145:
6146: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6147: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6148: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6149: pa-include/pa_apr.h, pa-include/pa_errno.h,
6150: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6151: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6152: module apr name conflict resolved)
6153:
6154: 2010-11-27 misha
6155:
6156: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6157: libbz2
6158:
6159: 2010-11-26 misha
6160:
6161: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6162: warnings removed
6163:
6164: 2010-11-25 moko
6165:
6166: * operators.txt: $.indent(true)
6167:
6168: * operators.txt: another bugfix. :)
6169:
6170: * operators.txt: bugfix. :)
6171:
6172: * buildall-with-xml: libxml2-2.7.8 + with-apache
6173:
6174: 2010-11-24 moko
6175:
1.116 moko 6176: * configure: apxs support
1.95 moko 6177:
6178: * configure.in: apxs support -Bstatic gc removed for OS X
6179:
6180: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6181:
6182: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6183: THREAD_LOCAL usage
6184:
6185: * src/: classes/curl.C, include/pa_config_includes.h,
6186: main/pa_globals.C: THREAD_LOCAL defined and used
6187:
6188: 2010-11-23 moko
6189:
6190: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6191: should be passed to pa_sleep, and only fractional part (bugfix:
6192: #188)
6193:
6194: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6195:
6196: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6197: GC_dont_gc=1, as in cgi version
6198:
6199: * src/targets/apache/mod_parser3.c: warning war
6200:
6201: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6202: pa_httpd.h: version removed, some trash removed
6203:
6204: * src/targets/apache/mod_parser3.c: version removed (we don't want
6205: to show it), warning war
6206:
6207: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6208: pa_httpd.h: parser_status_allowed removed + merge config
6209: functions removed (override is the default) + beauty
6210:
6211: * src/: include/pa_request.h, main/pa_request.C,
6212: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6213: hide $status used in apache module removed
6214:
6215: 2010-11-18 moko
6216:
6217: * operators.txt: $.table[compact] added for ^json:string[]
6218:
6219: 2010-11-16 moko
6220:
6221: * src/targets/apache/mod_parser3.c: some cleanup done
6222:
6223: * src/main/untaint.C: bugfix: first, second String::Body argument
6224: is hashcode; second, info.fragment_begin is original, not
6225: resulting length
6226:
6227: * src/classes/file.C: new feature: $.stdin now untainted
6228:
6229: * tests/results/264.processed: new feature: $.stdin[] now untainted
6230:
6231: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6232:
6233: * src/classes/op.C: ^apply-taint[] method added
6234:
6235: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6236: added; $.stdin untaint test added
6237:
6238: 2010-11-15 moko
6239:
6240: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6241: removed
6242:
6243: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6244: pa_httpd.h: 2x2 calculated under apache2. :)
6245:
6246: 2010-11-13 moko
6247:
6248: * src/targets/apache/mod_parser3.c: initial changes to build module
6249: with apache 2.x includes
6250:
6251: * src/targets/apache/: Makefile.am, mod_parser3.c,
6252: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6253: united apache 1.3 / apache 2.x DSO module
6254:
6255: 2010-11-09 moko
6256:
6257: * src/types/pa_method.h: check added to dissallow @method[name;*]
6258: syntax
6259:
6260: * tests/: 263.html, results/263.processed: test from method[*args]
6261: added
6262:
6263: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6264: number of params can now be passed to a method declared with *arg
6265:
6266: 2010-11-06 moko
6267:
6268: * src/classes/table.C: formating fixed. :)
6269:
6270: * src/classes/table.C: closes #4: ^table.select now supports
6271: $.limit(), $.offset, $.reverse() options
6272:
6273: * tests/: 262.html, results/262.processed: test for ^table:select
6274: with options added (feature #4)
6275:
6276: * src/include/pa_array.h: remove function added
6277:
6278: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6279: object in get_element/put_element, using static one.
6280:
6281: 2010-11-04 moko
6282:
6283: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6284: options is passed
6285:
6286: * tests/: 256.html, results/256.processed: $.table[compact] feature
6287: now tested; k and p in handler now tested.
6288:
6289: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6290: $.table[compact] feature added
6291:
6292: * src/classes/json.C: key is now passed to handler in
6293: value_json_string; ^json:string result now process tainting
6294: inside and returns clean string, related to issue #153
6295:
6296: * src/main/untaint.C: bugfix: charset can be null (in
6297: ^string:save[] as example), thus check is added
6298:
6299: 2010-10-31 moko
6300:
6301: * src/classes/string.C: error message changed (fixes issue #149)
6302:
6303: 2010-10-29 moko
6304:
6305: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6306: port is not default (fixes issue #155); exception on invalid port
6307: added.
6308:
6309: * src/main/untaint.C: '*' is now not urlencoded to allow header
6310: "Accept: */*" to be passed
6311:
6312: 2010-10-28 moko
6313:
6314: * src/classes/curl.C: bugfix: detect_charset() was throwing
6315: exception on unknown charset even if response_charset was
6316: specified
6317:
6318: 2010-10-27 moko
6319:
6320: * src/classes/string.C: ^string.append removed for void
6321: compatibility
6322:
6323: 2010-10-26 moko
6324:
6325: * src/classes/json.C: libjson supports array at top level, we too
6326: (GPF fixed)
6327:
6328: 2010-10-25 moko
6329:
6330: * tests/: 253.html, results/253.processed: libjson supports array
6331: at top level, parser now supports it as well.
6332:
6333: * tests/261.html, tests/results/261.processed,
6334: src/types/pa_vstring.h: empty string is now void compatible
6335: (allows $empty.key)
6336:
6337: 2010-10-22 misha
6338:
6339: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6340: while adding additional expires checkout)
6341:
6342: * tests/030.html: - test for session cookie was added
6343:
6344: 2010-10-21 moko
6345:
6346: * src/: classes/string.C, classes/void.C, main/execute.C,
6347: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6348: string (feature #111)
6349:
6350: * tests/: 261.html, results/261.processed: checks void from string
6351: inheritance (feature #111)
6352:
6353: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6354: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6355: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6356: now true by default
6357:
6358: 2010-10-17 moko
6359:
6360: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6361: upload now uses binary blocks instead of L_FILE_POST tainting.
6362: (bugfix: #128)
6363:
6364: * tests/: 223.html, results/223.processed: binary file upload test
6365: added, GPF (issue #128) also checked in this test
6366:
6367: 2010-10-13 misha
6368:
6369: * tests/260.html: - test for math:convert
6370:
6371: * src/classes/math.C: - error in math:convert was fixed
6372:
6373: * operators.txt: - info about
6374: ^math:convert[number](from-base;to-base) was added
6375:
6376: * src/classes/math.C: - method
6377: ^math:convert[number](from-base;to-base) for converting number
6378: represention from one base to another was added ( new feature:
6379: #23 )
6380:
6381: 2010-10-13 moko
6382:
6383: * src/main/compile.tab.C: [] now is empty string, not void
6384:
6385: * src/main/compile.y: [] now is empty string, not void
6386:
6387: * src/types/pa_vvoid.h: void now passed as parameter
6388:
6389: * tests/: 259.html, results/259.processed: to test difference
6390: between void and empty string (see ticket #111)
6391:
6392: * tests/results/152.processed: $sEmpty[] is now empty string, not
6393: void
6394:
6395: * tests/256.html: $s[$void] is no longer empty string
6396:
6397: * tests/254.html: empty string is no longer void
6398:
6399: 2010-10-12 misha
6400:
6401: * src/types/pa_vcookie.C: - check if $.expires value can be
6402: converted to date during cookies set up ( bugfix: #104 )
6403:
6404: * tests/041.html: - more tests for ^table.locate were added
6405:
6406: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6407: work ( bugfix: #129 ) - exception comment for incorrect options
6408: ^table.locate[field;value;options] was fixed
6409:
6410: 2010-10-10 moko
6411:
6412: * src/: classes/reflection.C, main/execute.C: constructor returning
6413: another object feature returned
6414:
6415: * tests/results/258.processed: test result updated as constructor
6416: returning another object feature returned
6417:
6418: * tests/: 258.html, results/258.processed: test for constructor
6419: returning another object
6420:
6421: 2010-10-08 misha
6422:
6423: * tests/257.html: - whitespaces after @METACOMMANDS and their
6424: options shouldn't cause exceptions any longer
6425:
6426: 2010-10-06 moko
6427:
6428: * src/classes/: hash.C, table.C: length from sql server is now
6429: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6430:
6431: 2010-10-02 misha
6432:
6433: * operators.txt: - the X mark was removed from ^cache[file]. it is
6434: usable to delete cache file.
6435:
6436: 2010-10-02 moko
6437:
6438: * tests/: 253.html, results/253.processed: hook_key added for key
6439: checking
6440:
6441: * src/classes/json.C: null key bug fixed
6442:
6443: 2010-09-29 misha
6444:
6445: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6446:
6447: 2010-09-25 moko
6448:
6449: * src/classes/json.C: small fixed
6450:
6451: * tests/results/: 253.processed, 255.processed: just updated
6452:
6453: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6454: results/255.processed: charset transcode test added for
6455: json:parse
6456:
6457: 2010-09-24 moko
6458:
6459: * src/types/pa_value.h: warning war :)
6460:
6461: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6462: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6463: ^json:string
6464:
6465: 2010-09-22 moko
6466:
6467: * src/main/pa_charset.C: parser charset tables declare only
6468: white-space before 0x20, thus adding the missing chars
6469:
6470: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6471: to http://unicode.org/Public/MAPPINGS/VENDORS/
6472:
6473: 2010-09-21 misha
6474:
6475: * src/main/compile.y: - some semicolons were added (VS2010 don't
6476: want to compile grammar if they are absent)
6477:
6478: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6479:
6480: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6481:
6482: * src/main/main.vcproj: - path to bison is changed
6483:
6484: 2010-09-21 moko
6485:
1.116 moko 6486: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6487: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6488: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6489:
6490: 2010-09-20 misha
6491:
6492: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6493:
6494: * src/classes/json.C: - add EOL while json-serializing hash
6495:
6496: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6497: compilers don't like 'ES'.
6498:
6499: 2010-09-17 misha
6500:
6501: * operators.txt: - info about json class was added
6502:
6503: * src/classes/json.C: - ^json:string[object]
6504:
6505: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6506: preventing infinite recursion while executing json:string was
6507: added
6508:
6509: * src/include/pa_string.h: - method append_quoted was added
6510:
6511: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6512: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6513: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6514: was added to Value & Co
6515:
6516: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6517: were used
6518:
6519: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6520: were added
6521:
6522: 2010-09-10 moko
6523:
6524: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6525: die_or_abort (backport from 3.4.1)
6526:
6527: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6528: die_or_abort (bugfix: #106)
6529:
6530: 2010-09-09 moko
6531:
6532: * src/classes/json.C: warning war. :)
6533:
6534: 2010-09-08 misha
6535:
6536: * src/lib/json/Makefile.am: - additional include directories were
6537: added (for pa_memory.h and gc.h)
6538:
6539: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6540: compile as C++ instead default - additional include directory was
6541: added (for gc.h)
6542:
6543: * src/types/pa_vform.C: - little code reformating
6544:
6545: * src/classes/file.C: - $.content-type option now can be specified
6546: in ^file::create ( new feature: #102 )
6547:
6548: 2010-09-08 moko
6549:
6550: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6551: pa_malloc/pa_free
6552:
6553: 2010-09-07 moko
6554:
6555: * tests/results/254.processed: VStateless_class:put_element
6556: exception was fixed
6557:
6558: * src/types/: pa_value.h, pa_vstateless_class.h: now
6559: VStateless_class:put_element barks self.type, not this.type
6560: (bugfix: #105)
6561:
6562: 2010-09-06 moko
6563:
6564: * src/classes/reflection.C: bugfix: new String() is required for
6565: exception handling
6566:
6567: * tests/: 254.html, results/254.processed: test modified
6568:
6569: 2010-09-05 moko
6570:
6571: * tests/: 254.html, results/254.processed: ^reflection:copy test
6572: added
6573:
6574: * src/: classes/reflection.C, include/pa_request.h:
6575: ^reflection:copy implemented (new feature: #100)
6576:
6577: 2010-09-03 moko
6578:
6579: * src/lib/json/JSON_parser.C: c++ compatiblity
6580:
6581: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6582: option testing added
6583:
6584: 2010-09-02 moko
6585:
6586: * src/classes/json.C: $.distinct[first|last|all] added
6587:
6588: 2010-09-01 moko
6589:
6590: * tests/results/253.processed: json test result
6591:
6592: * tests/: 253.html, 253_json.txt: json test added
6593:
6594: * src/classes/json.C: json.C update to actual version + hash key
6595: creation bugfix
6596:
6597: 2010-08-31 misha
6598:
6599: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6600: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6601: src/lib/Makefile.am, src/classes/Makefile.am,
6602: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6603: json library was added
6604:
6605: 2010-08-30 moko
6606:
6607: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6608: types/pa_vobject.C: cosmetic optimization in
6609: request:execute_method usage
6610:
6611: * src/: include/pa_charset.h, main/pa_charset.C: small
6612: optimization, just to decrease number of lines. :)
6613:
6614: 2010-08-27 misha
6615:
6616: * src/classes/op.C: - taint[json] was added
6617:
6618: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6619: were added
6620:
6621: * src/main/pa_exec.C: - warning fix was rolled back.
6622:
6623: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6624: include/pa_string.h: - taint[json] was added - escaping was
6625: slightly modified
6626:
6627: 2010-08-25 misha
6628:
6629: * src/classes/file.C: - typo in file:sql exception was fixed
6630:
6631: * src/main/pa_exec.C: - warning about declared and not used
6632: variable forced_allow was removed
6633:
6634: 2010-08-14 misha
6635:
6636: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6637: were removed
6638:
6639: 2010-08-11 moko
6640:
6641: * tests/: 249.html, results/249.processed: default setter and
6642: anti-recursive default getter test added
6643:
6644: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6645: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6646: types/pa_vobject.h, types/pa_vstateless_class.C,
6647: types/pa_vstateless_class.h: default setter support +
6648: anti-recursive default getter support ( new feature: #13 )
6649:
6650: * src/include/pa_hash.h: optimization: threshold member removed
6651: from hash, reducing sizeof(hash)
6652:
6653: 2010-08-10 misha
6654:
6655: * tests/196.html: - junction-method was added to the test
6656:
6657: * tests/248.html: - ups. typo :)
6658:
6659: * tests/248.html: - test for checking .match with 4 params
6660:
6661: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6662: 247_windows1251.txt: - test for "transcode file from utf-8 to
6663: $request:charset during loading if the BOM code is detected"
6664:
6665: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6666: $request:charset during loading if the BOM code is detected ( new
6667: feature: #98 )
6668:
6669: 2010-08-05 misha
6670:
6671: * src/classes/image.C: - ^image.replace now can accept only 2
6672: params. in this case the whole image is affected ( new feature:
6673: #95 )
6674:
6675: 2010-08-04 misha
6676:
6677: * tests/246.html: - test tor ^hash._at[] was added
6678:
6679: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6680: #53 )
6681:
6682: * src/include/pa_hash.h: - methods for accessing the first and the
6683: last values of ordered hash were added (first_value and
6684: last_value)
6685:
6686: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6687: (similar to others file's methods):
6688: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6689: #68 )
6690:
6691: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6692:
6693: 2010-08-01 moko
6694:
6695: * src/classes/op.C: to correctly process $result[] in code, called
6696: from ^process
6697:
6698: * tests/245.html: $result in ^process[] test added
6699:
6700: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6701: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6702: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6703: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6704: caller, self) op_call(VMethodFrame &frame, bool constructing)
6705: removed, construct(class,method) added
6706:
6707: * tests/results/: 192.processed, 244.processed: request::construct
6708: added
6709:
6710: * tests/: 244.html, 245.html, results/244.processed,
6711: results/245.processed: object creation exceptions and ^process
6712: tests added
6713:
6714: 2010-07-28 misha
6715:
6716: * tests/make_tests.cmd: - win32 EOLs
6717:
6718: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6719: tests on Win32 were added (The system timezone should be GMT+3)
6720:
6721: 2010-07-26 misha
6722:
6723: * tests/: 212.html, results/212.processed: - sizes were removed
6724: mecause they could be different on different OSs
6725:
6726: * tests/065.html: - make it "win32 friendly"
6727:
6728: 2010-07-25 misha
6729:
6730: * src/main/compile.y: - all EOLs between methods are removed during
6731: compilation ( new feature: #47 )
6732:
6733: * tests/results/149.processed: - prepare tests to trim trailing
6734: methods' EOLs
6735:
6736: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6737:
6738: * tests/: results/006.processed, results/014.processed, 006.html,
6739: 014.html, 022.html: - prepare tests to trim trailing methods'
6740: EOLs
6741:
6742: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6743: results/071.processed, results/022.processed: - prepare tests to
6744: trim trailing methods' EOLs
6745:
6746: * tests/: results/073.processed, results/109.processed,
6747: results/142.processed, results/144.processed,
6748: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6749: 144.html: - prepare tests to trim trailing methods' EOLs
6750:
6751: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6752: 149.html, 152.html, results/096.processed, results/107.processed,
6753: results/109.processed, results/142.processed,
6754: results/144.processed: - prepare tests to trim trailing methods'
6755: EOLs
6756:
6757: 2010-07-24 moko
6758:
6759: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6760: the hash order in this test
6761:
6762: * tests/014.html: to check hash order, hash no is longer sorted
6763: before print
6764:
6765: * src/include/pa_hash.h: hash copy constructor now keeps order
6766: (bugfix: #54)
6767:
6768: 2010-07-23 moko
6769:
6770: * tests/results/224.processed: @auto[] is no longer inherited
6771:
6772: * src/types/pa_vstateless_class.C, tests/227.html,
6773: tests/results/227.processed: @auto[] is no longer inherited
6774: (bugfix: #57)
6775:
6776: 2010-07-22 misha
6777:
6778: * src/classes/table.C: - don't skip comment lines during
6779: table::load if encloser or separator is set as '#' ( new feature:
6780: #30 )
6781:
6782: * src/targets/cgi/parser3.C: - don't run as cgi if
6783: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6784: #12 )
6785:
6786: * src/classes/file.C: - set PARSER_VARSION env before external
6787: script executing
6788:
6789: 2010-07-13 misha
6790:
6791: * tests/058.html: - test for suppressing @border was added - test
6792: for user attribute was added
6793:
6794: * tests/results/186.processed: unescaping from \uXXXX
6795:
6796: * tests/186.html: unescaping from \uXXXX
6797:
6798: * tests/: 239.html, results/239.processed: method call type
6799:
6800: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6801: $junction_method.CLASS_NAME (+CLASS)
6802:
6803: 2010-07-07 misha
6804:
6805: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6806: *nix
6807:
6808: 2010-07-05 misha
6809:
6810: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6811: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6812: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6813: comment strings "options must be hash", "options must be hash,
6814: not code" and "called with invalid option" were replaced by
6815: constatns - exception comment string "invalid option passed" was
6816: replaced by "called with invalid option" (now in different
6817: methods are the same exception comment string)
6818:
6819: * src/include/pa_exception.h: - more exception strings were defined
6820:
6821: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6822: types/pa_vstateless_class.h: - now we can define possible
6823: method's call type ( new feature: #5 ) 1.
6824: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6825: methods 2. @static:method[params] (only static keyword could be
6826: used here) -- for specified methods
6827:
6828: * src/main/pa_common.C: - junction points should not be deleted on
6829: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6830: cleanup
6831:
6832: 2010-07-03 misha
6833:
6834: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6835: results/158.processed, results/160.processed,
6836: results/161.processed, results/162.processed,
6837: results/163.processed: - prepare tests to trim trailing methods'
6838: EOLs
6839:
6840: * tests/results/169.processed: - prepare tests to trim trailing
6841: methods' EOLs
6842:
6843: * tests/results/: 168.processed, 169.processed: - prepare tests to
6844: trim trailing methods' EOLs
6845:
6846: * tests/: results/170.processed, results/167.processed,
6847: results/168.processed, results/169.processed, 167.html, 168.html,
6848: 169.html: - prepare tests to trim trailing methods' EOLs
6849:
6850: * tests/: results/170.processed, results/171.processed,
6851: results/172.processed, results/173.processed,
6852: results/174.processed, results/175.processed, 170.html, 171.html,
6853: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6854: trailing methods' EOLs
6855:
6856: * tests/: results/176.processed, results/180.processed,
6857: results/184.processed, results/185.processed,
6858: results/191.processed, results/192.processed,
6859: results/196.processed, results/197.processed,
6860: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6861: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6862: to trim trailing methods' EOLs
6863:
6864: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6865: results/199.processed, results/208.processed,
6866: results/209.processed, results/213.processed,
6867: results/214.processed: - prepare tests to trim trailing methods'
6868: EOLs
6869:
6870: 2010-06-29 misha
6871:
6872: * tests/: 220.html, 218.html, results/218.processed,
6873: results/215.processed, results/217.processed, 215.html, 217.html:
6874: - prepare tests to trim trailing methods' EOLs
6875:
6876: * tests/: results/224.processed, 224.html, 223.html,
6877: results/223.processed, results/220.processed: - prepare tests to
6878: trim trailing methods' EOLs
6879:
6880: * tests/results/: 226.processed, 230.processed: - prepare tests to
6881: trim trailing methods' EOLs
6882:
6883: * tests/: 229.html, results/229.processed: - prepare tests to trim
6884: trailing methods' EOLs
6885:
6886: * tests/: 232.html, 235.html, results/232.processed,
6887: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6888: results/226.processed, results/227.processed,
6889: results/228.processed, results/230.processed: - prepare tests to
6890: trim trailing methods' EOLs
6891:
6892: 2010-06-16 moko
6893:
6894: * tests/: 229.html, results/229.processed: elseif now supported in
6895: ^if
6896:
6897: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6898:
6899: 2010-06-03 misha
6900:
6901: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6902: instead of memcopy for overlaped regions
6903:
6904: 2010-05-25 misha
6905:
6906: * src/main/pa_common.C: - wanring about unused vars was removed
6907:
6908: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6909: get_method_filename was moved to execute.C
6910:
6911: 2010-05-23 misha
6912:
6913: * src/main/pa_request.C: - more accurate detection of method's file
6914:
6915: 2010-05-22 misha
6916:
6917: * src/classes/reflection.C: - bugfix: core during detection of
6918: .file if filespec isn't detected successfully
6919:
6920: 2010-05-20 misha
6921:
6922: * src/main/pa_request.C: - fix in get_method_filename
6923:
6924: * src/include/pa_request.h: - new feature: #24 -- searching
6925: included file in @USE/^use is changed. if its filespec doesn't
6926: start from '/' it will be searched in caller file directory
6927:
6928: * src/classes/reflection.C: - ^reflection:method_info returns file
6929: where the method is defined
6930:
6931: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6932: classes/op.C: - new feature: #24 -- searching included file in
6933: @USE/^use is changed. if its filespec doesn't start from '/' it
6934: will be searched in caller file directory
6935:
6936: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6937: is moved to pa_common.h
6938:
6939: 2010-05-18 misha
6940:
6941: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6942: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6943: cookie parser decode \uXXXX as well as %uXXXX
6944:
6945: 2010-05-17 misha
6946:
6947: * src/classes/curl.C: beauty: - unused param is removed in method
6948: _curl_version_action - some spaces were removed or replaced by
6949: tabs
6950:
6951: * src/classes/table.C: - bugfix: #72 core with empty value during
6952: ^table.hash[...;name_of_the_last_column][$.type[string]]
6953:
6954: 2010-05-16 misha
6955:
6956: * src/classes/curl.C: new: #61 more curl options were added
6957: (contributed by Sumo)
6958:
6959: 2010-04-29 pretender
6960:
6961: * src/main/pa_string.C: fixes #63 Split result from empty string
6962: now empty string.
6963:
6964: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6965: string type.
6966:
6967: 2010-04-28 pretender
6968:
6969: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6970: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6971: macrodefinition removed
6972:
6973: 2010-04-19 pretender
6974:
6975: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6976: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6977:
6978: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6979: fixes #64 Now file.missing exception generates in unsafe mode to.
6980:
6981: * src/classes/file.C: fixes #48 Now not throw "not save environment
6982: variable" exception in grpunlim version.
6983:
6984: 2010-04-05 misha
6985:
6986: * src/classes/string.C: - new feature: 4th param was added to
6987: match. if specified its value is returned in case of nothing was
6988: found
6989:
6990: 2010-04-01 misha
6991:
6992: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6993: multiple execution of /a/b/auto.p
6994:
6995: 2010-03-19 misha
6996:
6997: * src/main/execute.C: - core in $table1.$table2 was fixed
6998:
6999: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7000:
7001: 2010-01-27 misha
7002:
7003: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7004: trying to open file by path /existing-file/non-exixting-file
7005:
7006: 2010-01-26 misha
7007:
7008: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7009: was added (returns file)
7010:
7011: 2009-12-22 misha
7012:
7013: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7014: now parser doesn't have class curl if it was built without it
7015:
7016: 2009-12-15 misha
7017:
7018: * configure.in: - little cheat with curl include dir was added
7019:
7020: 2009-12-05 misha
7021:
7022: * src/classes/curl.C: - some fixes
7023:
7024: 2009-12-04 misha
7025:
7026: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7027: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7028: buildall-with-xml, buildall-without-xml, configure.in: - curl
7029: class was added
7030:
7031: * src/include/pa_hash.h: - hash-iterator was added
7032:
7033: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7034: was added to pcre
7035:
7036: 2009-11-27 misha
7037:
7038: * src/classes/image.C: - don't add @border attribute to output of
7039: ^image.html[] if it was specified by user with empty value
7040:
7041: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7042: root element and we are trying to access .documentElement
7043:
7044: 2009-11-11 misha
7045:
7046: * src/classes/table.C: - in ^table.flip[] look at number of columns
7047: instead of number of items in first row for named tables
7048:
7049: 2009-11-10 misha
7050:
7051: * operators.txt: - info about hash-options in ^file::create was
7052: added
7053:
7054: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7055: added
7056:
7057: 2009-11-09 misha
7058:
7059: * buildall-with-xml: - moving to libxml 2.7.6
7060:
7061: * tests/236.html: - tests for comparations cords with functions
7062: were added
7063:
7064: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7065: added
7066:
7067: * src/main/pa_http.C: - little optimisation
7068:
7069: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7070: GPF mallocs + stringstream (table.save)
7071:
7072: * src/classes/file.C: - file::create now accepts 4th param: options
7073: with $.charset
7074:
7075: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7076: bug in cord (comparation cords with functions was buggy)
7077:
7078: 2009-11-06 misha
7079:
7080: * src/main/pa_string.C: - bugfix: calculation string.length
7081: sometimes was buggy
7082:
7083: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7084: destroyed if exception occured during match/replace
7085:
7086: * src/: main/pa_charset.C, include/pa_charset.h: - method
7087: lengthUTF8Char was added
7088:
7089: * src/classes/op.C: - clean tainting lang was added for user's
7090: usage
7091:
7092: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7093: fixed: checkouts are required after GC_MALLOC
7094:
7095: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7096:
7097: * operators.txt: - actually, there is no ^untaint[xml] in
7098: file::create
7099:
7100: 2009-10-15 misha
7101:
7102: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7103: were added
7104:
7105: * tests/234.html: - more tests for checking ^taint[uri] escaping
7106: were added
7107:
7108: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7109: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7110: hacking: for dealing with transcoding+^taint[uri]
7111: transcode_and_untaint was replaced by untaint_and_transcode
7112:
7113: 2009-10-13 misha
7114:
7115: * tests/: 121.html, results/121.processed: - test transcoding +
7116: url-escaping now
7117:
7118: * tests/results/auto.p: - more helpers' methods were added
7119:
7120: * src/main/pa_globals.C: - die instead of abort
7121:
7122: 2009-10-06 misha
7123:
7124: * src/main/pa_common.C: - don't allocate memory during
7125: capitalization if input string is already capitalized
7126:
7127: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7128:
7129: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7130: use format function because it calls malloc
7131:
7132: * src/include/pa_common.h: - more capitalized headers were added
7133:
7134: * src/main/pa_common.C: - in safe mode clear executable bits during
7135: file writing
7136:
7137: 2009-10-05 misha
7138:
7139: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7140:
7141: 2009-10-03 misha
7142:
7143: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7144: ^img.text[] & ^img.length[] can work in utf-8 now
7145:
7146: * src/: include/pa_charset.h, main/pa_charset.C: - class
7147: UTF8_string_iterator was added
7148:
7149: * src/classes/image.C: - respect utf-8 when calculate alphabet
7150: length
7151:
7152: * src/classes/mail.C: - check from before get message.cstr
7153:
7154: 2009-10-02 misha
7155:
7156: * tests/233.html: - test for image.font, image.length, image.text
7157: with text in utf-8 were added
7158:
7159: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7160:
7161: * buildall-with-xml, buildall-without-xml: - comment about gc
7162: version for freebsd 4 was added
7163:
7164: 2009-10-01 misha
7165:
7166: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7167: terminator) - read_pipe were slightly optimized
7168:
7169: 2009-09-28 misha
7170:
7171: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7172: removed
7173:
7174: * src/types/pa_vmail.C: - forgot about space after ':'
7175:
7176: * src/types/pa_vmail.C: - escape filenames while preparing mail
7177: body - small simplifications
7178:
7179: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7180: inout params like pa_base64
7181:
7182: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7183: option $.debug-print(1) was added to mail:send - changes for
7184: using uue_encode which uses less memory
7185:
7186: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7187:
7188: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7189: memory now
7190:
7191: 2009-09-26 misha
7192:
7193: * src/types/pa_vmail.C: - default encoding now is base64
7194:
7195: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7196:
7197: 2009-09-25 misha
7198:
7199: * src/types/pa_vmail.C: - capitalization of headers was added to
7200: sending mail as well
7201:
7202: * buildall-with-xml: - catalog package was removed from libxml
7203:
7204: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7205: win32 absolute path
7206:
7207: * src/include/pa_common.h: - one more capitalized header was added
7208:
7209: 2009-09-22 misha
7210:
7211: * INSTALL: - comment about building just httpd binary while
7212: building apache module was added
7213:
7214: 2009-09-21 misha
7215:
7216: * buildall-with-xml: - moving to the latest versions of xml libs:
7217: libxml 2.7.4 and libxslt 1.1.25
7218:
7219: 2009-09-19 misha
7220:
7221: * tests/231.html: - test for encoding cookie in win-1251
7222:
7223: 2009-09-18 misha
7224:
7225: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7226: object] were added
7227:
7228: * operators.txt: - info about method ^reflection:fields[class or
7229: object] was added
7230:
7231: * src/classes/reflection.C: - method ^reflection:fields[class or
7232: object] was added
7233:
7234: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7235: methods get_fields were added
7236:
7237: * tests/232.html: - tests for @GET[name]
7238:
7239: * src/classes/table.C: - some changes in handling hash-options for
7240: creare, join and locate
7241:
7242: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7243: defined with option: the type of requested value
7244:
7245: 2009-09-17 misha
7246:
7247: * tests/212.html: - tests for .pattern and .options were added
7248:
7249: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7250: $regex.options were added
7251:
7252: 2009-09-11 misha
7253:
7254: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7255: rewrited. it checks not just one case of sending cookies during
7256: file::load[http], but also sending headers and fields (including
7257: files)
7258:
7259: 2009-09-10 misha
7260:
7261: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7262: was removed => now parser can open files with Russian 'r' in
7263: filename
7264:
7265: * src/main/untaint.C: - bugfix: client charset whould be analized
7266: while escaping cookies but now source charset
7267:
7268: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7269: ^tainted[uri] so it was possible to make request with incorrect
7270: http header
7271:
7272: * src/main/pa_http.C: - capitalization of http headers during
7273: file::load[http was slightly changes - bugfix: all headers which
7274: parser sends during file::load[http should be transcoded and only
7275: then escaped
7276:
7277: * src/main/untaint.C: - a bit more comments were added
7278:
7279: * src/classes/: file.C, string.C: - types where changes (minus 2
7280: warnings)
7281:
7282: * src/include/pa_common.h: - 2 capitalized strings for making http
7283: headers during file::load[http were added
7284:
7285: 2009-09-08 misha
7286:
7287: * operators.txt: - changes in file.save and string.save were added
7288:
7289: * tests/: 230.html, 230.txt: - tests for checking options in
7290: file.save and string.save were added
7291:
7292: * src/main/pa_request.C: - http headers names, which are passed to
7293: SAPI::add_header_attribute are lowercased now (it'll be
7294: capitalized in that method)
7295:
7296: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7297: classes/string.C: - file_write accepts Request_charsets and asked
7298: charset and cound transcode content before writing - string.save
7299: and file.save have option $.charset now
7300:
7301: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7302: classes/xdoc.C: - file_write accepts Request_charsets and asked
7303: charset and cound transcode content before writing
7304:
7305: * src/include/pa_exception.h: - new exception comment string was
7306: defined
7307:
7308: 2009-09-07 misha
7309:
7310: * src/main/compile.y: - grammar $name\ name stops now for regex
7311: sub-pattern\s
7312:
7313: 2009-09-04 misha
7314:
7315: * src/main/pa_http.C: - capitalization of http headers during
7316: file::load[http was implemented
7317:
7318: 2009-09-03 misha
7319:
7320: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7321: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7322: types/pa_vmail.C, targets/cgi/parser3.C,
7323: targets/isapi/parser3isapi.C: - back to storing response http
7324: headers in lowercase - capitalize them during output
7325:
7326: 2009-08-31 misha
7327:
7328: * src/classes/table.C: - allow call with any brackets (it could be
7329: useful in methods with explict result declaration)
7330:
7331: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7332: correctly if $request:charset==koi8-r
7333:
7334: 2009-08-30 misha
7335:
7336: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7337: changed: content-type => Content-type and so on
7338:
7339: * src/classes/file.C, src/include/pa_common.h,
7340: src/include/pa_request.h, src/main/pa_http.C,
7341: src/main/pa_request.C, src/types/pa_vcookie.C,
7342: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7343: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7344: tests/results/002.processed, tests/results/003.processed,
7345: tests/results/004.processed, tests/results/005.processed,
7346: tests/results/006.processed, tests/results/007.processed,
7347: tests/results/008.processed, tests/results/009.processed,
7348: tests/results/010.processed, tests/results/011.processed,
7349: tests/results/012.processed, tests/results/013.processed,
7350: tests/results/014.processed, tests/results/015.processed,
7351: tests/results/016.processed, tests/results/017.processed,
7352: tests/results/018.processed, tests/results/019.processed,
7353: tests/results/020.processed, tests/results/021.processed,
7354: tests/results/022.processed, tests/results/023.processed,
7355: tests/results/024.processed, tests/results/025.processed,
7356: tests/results/026.processed, tests/results/027.processed,
7357: tests/results/028.processed, tests/results/029.processed,
7358: tests/results/030.processed, tests/results/031.processed,
7359: tests/results/032.processed, tests/results/033.processed,
7360: tests/results/034.processed, tests/results/035.processed,
7361: tests/results/036.processed, tests/results/037.processed,
7362: tests/results/038.processed, tests/results/039.processed,
7363: tests/results/040.processed, tests/results/041.processed,
7364: tests/results/042.processed, tests/results/043.processed,
7365: tests/results/044.processed, tests/results/045.processed,
7366: tests/results/046.processed, tests/results/047.processed,
7367: tests/results/048.processed, tests/results/049.processed,
7368: tests/results/050.processed, tests/results/051.processed,
7369: tests/results/052.processed, tests/results/053.processed,
7370: tests/results/054.processed, tests/results/055.processed,
7371: tests/results/056.processed, tests/results/057.processed,
7372: tests/results/058.processed, tests/results/059.processed,
7373: tests/results/060.processed, tests/results/061.processed,
7374: tests/results/062.processed, tests/results/063.processed,
7375: tests/results/064.processed, tests/results/065.processed,
7376: tests/results/066.processed, tests/results/067.processed,
7377: tests/results/068.processed, tests/results/069.processed,
7378: tests/results/070.processed, tests/results/071.processed,
7379: tests/results/072.processed, tests/results/073.processed,
7380: tests/results/074.processed, tests/results/075.processed,
7381: tests/results/076.processed, tests/results/077.processed,
7382: tests/results/078.processed, tests/results/079.processed,
7383: tests/results/080.processed, tests/results/081.processed,
7384: tests/results/082.processed, tests/results/083.processed,
7385: tests/results/084.processed, tests/results/085.processed,
7386: tests/results/086.processed, tests/results/087.processed,
7387: tests/results/088.processed, tests/results/089.processed,
7388: tests/results/090.processed, tests/results/091.processed,
7389: tests/results/092.processed, tests/results/093.processed,
7390: tests/results/094.processed, tests/results/095.processed,
7391: tests/results/096.processed, tests/results/097.processed,
7392: tests/results/098.processed, tests/results/099.processed,
7393: tests/results/100.processed, tests/results/101.processed,
7394: tests/results/102.processed, tests/results/103.processed,
7395: tests/results/104.processed, tests/results/105.processed,
7396: tests/results/106.processed, tests/results/107.processed,
7397: tests/results/108.processed, tests/results/109.processed,
7398: tests/results/110.processed, tests/results/111.processed,
7399: tests/results/112.processed, tests/results/113.processed,
7400: tests/results/114.processed, tests/results/115.processed,
7401: tests/results/116.processed, tests/results/117.processed,
7402: tests/results/118.processed, tests/results/119.processed,
7403: tests/results/120.processed, tests/results/121.processed,
7404: tests/results/122.processed, tests/results/123.processed,
7405: tests/results/124.processed, tests/results/125.processed,
7406: tests/results/126.processed, tests/results/127.processed,
7407: tests/results/128.processed, tests/results/129.processed,
7408: tests/results/130.processed, tests/results/131.processed,
7409: tests/results/132.processed, tests/results/133.processed,
7410: tests/results/134.processed, tests/results/135.processed,
7411: tests/results/136.processed, tests/results/138.processed,
7412: tests/results/139.processed, tests/results/140.processed,
7413: tests/results/141.processed, tests/results/142.processed,
7414: tests/results/143.processed, tests/results/144.processed,
7415: tests/results/145.processed, tests/results/146.processed,
7416: tests/results/147.processed, tests/results/148.processed,
7417: tests/results/149.processed, tests/results/150.processed,
7418: tests/results/151.processed, tests/results/152.processed,
7419: tests/results/153.processed, tests/results/154.processed,
7420: tests/results/155.processed, tests/results/156.processed,
7421: tests/results/157.processed, tests/results/158.processed,
7422: tests/results/159.processed, tests/results/160.processed,
7423: tests/results/161.processed, tests/results/162.processed,
7424: tests/results/163.processed, tests/results/164.processed,
7425: tests/results/165.processed, tests/results/166.processed,
7426: tests/results/167.processed, tests/results/168.processed,
7427: tests/results/169.processed, tests/results/170.processed,
7428: tests/results/171.processed, tests/results/172.processed,
7429: tests/results/173.processed, tests/results/174.processed,
7430: tests/results/175.processed, tests/results/176.processed,
7431: tests/results/177.processed, tests/results/178.processed,
7432: tests/results/179.processed, tests/results/180.processed,
7433: tests/results/181.processed, tests/results/182.processed,
7434: tests/results/183.processed, tests/results/184.processed,
7435: tests/results/185.processed, tests/results/186.processed,
7436: tests/results/187.processed, tests/results/188.processed,
7437: tests/results/189.processed, tests/results/190.processed,
7438: tests/results/191.processed, tests/results/192.processed,
7439: tests/results/193.processed, tests/results/194.processed,
7440: tests/results/195.processed, tests/results/196.processed,
7441: tests/results/197.processed, tests/results/198.processed,
7442: tests/results/199.processed, tests/results/200.processed,
7443: tests/results/201.processed, tests/results/202.processed,
7444: tests/results/203.processed, tests/results/204.processed,
7445: tests/results/205.processed, tests/results/206.processed,
7446: tests/results/207.processed, tests/results/208.processed,
7447: tests/results/209.processed, tests/results/210.processed,
7448: tests/results/211.processed, tests/results/212.processed,
7449: tests/results/213.processed, tests/results/214.processed,
7450: tests/results/215.processed, tests/results/216.processed,
7451: tests/results/217.processed, tests/results/218.processed,
7452: tests/results/219.processed, tests/results/220.processed,
7453: tests/results/221.processed, tests/results/222.processed,
7454: tests/results/223.processed, tests/results/224.processed,
7455: tests/results/225.processed, tests/results/226.processed,
7456: tests/results/227.processed, tests/results/228.processed,
7457: tests/results/229.processed: - http headers were changed:
7458: content-type => Content-type and so on
7459:
7460: 2009-08-27 misha
7461:
7462: * src/: main/pa_random.C, include/pa_random.h,
7463: targets/cgi/parser3.C: - year was updated :)
7464:
7465: 2009-08-26 misha
7466:
7467: * tests/: 224.html, 224.p: - test for creating of parser object
7468: using constructor without params - little bugfix in test
7469:
7470: * src/main/compile_tools.h: - bugfix: should't call autouse while
7471: checking existed class while processing partial option
7472:
7473: * src/classes/reflection.C: - bugfix: core when creating object
7474: with reflection and constructor doesn't have params
7475:
7476: 2009-08-24 misha
7477:
7478: * tests/229.html: - tests for checking the number of parameters
7479: were added
7480:
7481: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7482: number of method's parameters wasn't checked correctly (the bug
7483: was introduced in 3.4.0)
7484:
7485: 2009-08-22 misha
7486:
7487: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7488: transcoded, but tainted pieces are escaped only when
7489: content-type==url-encoding
7490:
7491: * tests/228.html: - test for checking
7492: ^file::load[http://...;$.body[]]
7493:
7494: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7495: post charset was too early (charsets is empty at this moment)
7496:
7497: 2009-08-21 misha
7498:
7499: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7500: main/untaint.C: - some fixes with transcode+untaint
7501:
7502: 2009-08-15 misha
7503:
7504: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7505: was increaced to 100 (was 50)
7506:
7507: * tests/227.html: - test for checking overriding properties in
7508: static classes was added
7509:
7510: * tests/: 226.html, 226.p: - test for @autoload[] was added
7511:
7512: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7513: main/execute.C, main/pa_request.C, classes/reflection.C: -
7514: autouse was implemented
7515:
7516: 2009-08-14 misha
7517:
7518: * src/classes/reflection.C: - outdated checkout was removed
7519:
7520: * src/classes/reflection.C: - optimization - method ^dynamical was
7521: added.
7522:
7523: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7524: types/pa_vstateless_class.h, main/execute.C: - optimization
7525:
7526: * src/types/pa_vclass.C: - exception if base on sytem class
7527:
7528: 2009-08-12 misha
7529:
7530: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7531: pa_vstateless_class.h: - little optimisation
7532:
7533: 2009-08-11 misha
7534:
7535: * tests/224.html: - method_params => method_info - checking for
7536: $.inherited
7537:
7538: * src/classes/reflection.C, operators.txt: - method method_params
7539: was renamed to method_info and now it returns class name, if
7540: method was defined in ancestor
7541:
7542: * tests/225.html: - tests for cheching properties in hierarhical
7543: classes were added
7544:
7545: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7546: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7547: main/compile.y, main/execute.C, classes/classes.C: - problems
7548: with properties in new classes implementation were fixed
7549:
7550: 2009-08-10 misha
7551:
7552: * src/main/execute.C: - now constructor shouldn't be defined in
7553: class. it could be defined in parent.
7554:
7555: 2009-08-09 misha
7556:
7557: * src/classes/reflection.C: - ^reflection:methods doesn't return
7558: base's methods
7559:
7560: 2009-08-08 misha
7561:
7562: * src/: classes/classes.h, classes/date.C, classes/file.C,
7563: classes/form.C, classes/hash.C, classes/hashfile.C,
7564: classes/image.C, classes/mail.C, classes/op.C,
7565: classes/reflection.C, classes/regex.C, classes/string.C,
7566: classes/table.C, classes/xdoc.C, classes/xnode.C,
7567: classes/xnode.h, include/pa_hash.h, main/execute.C,
7568: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7569: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7570: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7571: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7572: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7573: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7574: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7575: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7576: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7577: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7578: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7579: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7580: types/pa_vresponse.C, types/pa_vresponse.h,
7581: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7582: types/pa_vstateless_object.h, types/pa_vstatus.C,
7583: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7584: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7585: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7586: types/pa_wwrapper.h, types/types.vcproj: - new classes
7587: implementation
7588:
7589: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7590: USE_MUNMAP is used. so it is disabled as a workaround.
7591:
7592: 2009-08-05 misha
7593:
7594: * src/: main/pa_common.C, include/pa_common.h: - not needed
7595: parameter was removed
7596:
7597: * src/main/pa_http.C: - bugfix: error was during detecting
7598: content-type of file which was loaded by http
7599:
7600: 2009-08-01 misha
7601:
7602: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7603: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7604: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7605: can't be disabled with defines any longer
7606:
7607: 2009-07-29 misha
7608:
7609: * src/classes/reflection.C, tests/results/224.processed: - for
7610: native methods with any call type now returned empty call_type
7611: value
7612:
7613: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7614: classes/table.C, include/pa_hash.h, include/pa_request.h,
7615: main/pa_request.C: - break in cycles was optimized
7616:
7617: * INSTALL: - more defines were described
7618:
7619: 2009-07-28 misha
7620:
7621: * operators.txt: - some changes in information about reflection
7622: class
7623:
7624: * tests/: 224.html, 224.p: - tests for reflection class
7625:
7626: * src/classes/reflection.C: - some bugs were fixed, method classes
7627: was added, refactoring
7628:
7629: 2009-07-26 misha
7630:
7631: * src/classes/classes.vcproj: - reflection class wass added to
7632: project
7633:
7634: * operators.txt: - information about reflection class was added
7635:
7636: * src/classes/reflection.C: - class was redesigned
7637:
7638: 2009-07-24 misha
7639:
7640: * src/classes/: Makefile.am, reflection.C: - class reflection was
7641: added
7642:
7643: * src/types/pa_vstateless_class.h: - method for reflection method's
7644: in classes was added
7645:
7646: 2009-07-22 misha
7647:
7648: * src/main/compile_tools.h: - bugfix: $object.$var was
7649: over-optimized. it failed if $object1.$object2.field
7650:
7651: 2009-07-16 misha
7652:
7653: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7654: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7655: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7656: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7657: one more arg: length of cord
7658:
7659: 2009-07-15 misha
7660:
7661: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7662: tainted in ^file::load[http://...;$.cookies[]]
7663:
7664: * src/classes/: op.C, regex.C, string.C: - new string with
7665: exception was used
7666:
7667: * src/include/pa_exception.h: - new string with exception was added
7668:
7669: * tests/223.html: - test for checking cookie-encoding during
7670: ^file::load[http was added
7671:
7672: * tests/: 221.html, 222.html: - tests for checking type of
7673: $table.fields.field were added
7674:
7675: * src/types/pa_vtable.C: - not used var decl was removed
7676:
7677: * src/include/pa_string.h: - use cached string length in Body::mid.
7678: it improves speed of match with brackets in pattern
7679:
7680: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7681: outside
7682:
7683: 2009-07-14 misha
7684:
7685: * src/types/pa_vtable.C: - $table.fields.a return string even if
7686: column is empty (sometime returned void) - $table.fields was
7687: added for nameless tables
7688:
7689: * src/targets/cgi/getopt.c: - one warning resolved
7690:
7691: * src/main/pa_string.C: - potentian bug fixed
7692:
7693: * src/classes/op.C: - small optimization in taint/untaint
7694:
7695: 2009-07-13 misha
7696:
7697: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7698: added
7699:
7700: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7701: souldn't add the attribut to output
7702:
7703: 2009-07-11 misha
7704:
7705: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7706: stack size was increaced to 2MB (default=1MB)
7707:
7708: 2009-07-08 misha
7709:
7710: * src/main/pa_string.C: - link to UTF-8 description was added
7711:
7712: * src/include/pa_hash.h: - hash keeps element's order in more
7713: places (ex: ._keys[])
7714:
7715: * tests/220.html: - test for checking order of elements in hash in
7716: foreach was added
7717:
7718: * tests/172.html: - small changes in printing hash
7719:
7720: * tests/129.html: - small changes in printing hash
7721:
7722: * src/: include/pa_common.h, include/pa_hash.h,
7723: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7724: types/pa_vmethod_frame.h: - hash now keeps order of elements
7725:
7726: * tests/014.html: - small changes in printing hash
7727:
7728: 2009-07-07 misha
7729:
7730: * src/classes/op.C: - new taint language "parser-code" was added
7731:
7732: * tests/219.html: - test for auto untaint parser code in process
7733: was added
7734:
7735: * src/classes/op.C: - tainted pieces in body of process are
7736: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7737:
7738: * src/: include/pa_string.h, main/untaint.C: - new language
7739: L_PARSER_CODE for auto-untaint in process was added
7740:
7741: * src/: classes/file.C, classes/hash.C, classes/image.C,
7742: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7743: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7744: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7745: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7746: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7747: code cleanup
7748:
7749: 2009-07-06 misha
7750:
7751: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7752: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7753: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7754:
7755: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7756: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7757: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7758: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7759: should be used
7760:
7761: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7762: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7763: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7764: untaint_cstr[m] should be used
7765:
7766: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7767: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7768:
7769: * tests/218.html: - test for checking automatic file-spec-taint was
7770: added
7771:
7772: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7773: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7774: classes/file.C, classes/hash.C, classes/image.C,
7775: classes/string.C, classes/table.C, classes/void.C,
7776: classes/xdoc.C: - optimizations and simplification of
7777: string.cstr(...)
7778:
7779: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7780: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7781: - optimizations and simplification of string.cstr(...)
7782:
7783: 2009-07-04 misha
7784:
7785: * tests/217.html: - test for recursion detection was added
7786:
7787: * src/: types/types.vcproj, main/main.vcproj,
7788: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7789: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7790: from .vcproj
7791:
7792: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7793:
7794: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7795: uploading files and case-insensitive http-method were added
7796:
7797: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7798: tainted pattern in ^file:list[] was added
7799:
7800: 2009-07-03 misha
7801:
7802: * src/: classes/classes.vcproj, main/main.vcproj,
7803: types/types.vcproj, targets/cgi/parser3.vcproj,
7804: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7805: for dynamic_cast) - little options changes
7806:
7807: * src/main/pa_http.C: - file::load[http works now with uploading
7808: files _and_ changing $.charset
7809:
7810: 2009-06-29 misha
7811:
7812: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7813: while creating pattern
7814:
7815: 2009-06-25 misha
7816:
7817: * src/classes/image.C, operators.txt: - options' names for
7818: ^image.font were changed to $.space, $.width and $spacing -
7819: default space width now == gif's width
7820:
7821: 2009-06-24 misha
7822:
7823: * tests/215.html: - tests for $file.mode were added
7824:
7825: * operators.txt: - added info about $file.mode and changes in
7826: ^image.font[
7827:
7828: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7829: param now could be omited - third param now could be hash (with
7830: all widths options: $.space-width, $.letter-width) - it's
7831: possible to specify tracking ($.letter-space)
7832:
7833: * src/classes/file.C: - file objects now could have mode field
7834: (text|binary)
7835:
7836: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7837:
7838: 2009-06-23 misha
7839:
7840: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7841: trim can work with utf-8 chars now
7842:
7843: 2009-06-20 misha
7844:
7845: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7846: was implemented
7847:
7848: * src/classes/table.C: - string length cacheing was implemented
7849:
7850: * src/include/pa_string.h: - string length cacheing was implemented
7851:
7852: 2009-06-17 misha
7853:
7854: * src/main/execute.C: - value param was removed from
7855: WContext::WContext
7856:
7857: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7858: pa_wwrapper.h: - value param was removed from WContext::WContext
7859: - field wcontext was removed from VCodeFrame (using fparent
7860: instead)
7861:
7862: * tests/214.html: - test with hash copying
7863:
7864: 2009-06-16 misha
7865:
7866: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7867: strings doesn't work in expression anymore
7868:
7869: * src/main/execute.C: - less calls for get_constructing() - little
7870: refactoring
7871:
7872: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7873: include/pa_request.h: - less calls for get_constructing()
7874:
7875: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7876: introduced with OPTIMIZE_SINGLE_STRING optimization
7877:
7878: 2009-06-14 misha
7879:
7880: * src/: classes/date.C, classes/file.C, classes/hash.C,
7881: classes/hashfile.C, classes/image.C, classes/regex.C,
7882: classes/table.C, classes/xdoc.C, classes/xnode.h,
7883: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7884: types/pa_vstateless_class.h, main/execute.C: - create object for
7885: storing object's fields only for parser objects
7886:
7887: 2009-06-13 misha
7888:
7889: * buildall-with-xml, buildall-without-xml: - new option was added
7890: for building GC (it slightly reduces memory usage)
7891:
7892: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7893: single string write
7894:
7895: * src/main/execute.C: - bytecode optimization of ^class:constructor
7896: - optimization of single string write
7897:
7898: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7899: - bytecode optimization of ^class:constructor
7900:
7901: 2009-06-09 misha
7902:
7903: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7904: main (better compatibility)
7905:
7906: 2009-06-08 misha
7907:
7908: * src/main/compile.y: - I've forgot to commit it :(
7909:
7910: 2009-06-07 misha
7911:
7912: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7913: WITH_READ and WITH_ROOT
7914:
7915: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7916: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7917: WITH_ROOT - little refactoring
7918:
7919: 2009-06-06 misha
7920:
7921: * tests/213.html: - tests for 3rd match string-param were added
7922:
7923: * src/classes/string.C: - 3rd match param could be string now
7924:
7925: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7926: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7927: GET_OBJECT_ELEMENT
7928:
7929: 2009-06-05 misha
7930:
7931: * src/main/pa_http.C: - bugfix: content-length was not calculated
7932: if $.body was specified
7933:
7934: 2009-06-04 misha
7935:
7936: * src/classes/op.C: - optimizing write_assign_lang in connect
7937:
7938: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7939:
7940: * src/main/execute.C: - little refactoring - optimizing
7941: write_assign_lang in taint/untaint
7942:
7943: * src/include/pa_opcode.h: - little refactoring
7944:
7945: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7946: main/compile_tools.h, main/execute.C: - optimizations for
7947: $self.field, ^self.method, $self.field[...] and $self.field(...)
7948: were added
7949:
7950: 2009-06-03 misha
7951:
7952: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7953:
7954: 2009-06-02 misha
7955:
7956: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7957: include/pa_opcode.h: - refactoring in last optimizations
7958: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7959: now but code is much easy and it is ready for further
7960: improvements.
7961:
7962: 2009-05-27 misha
7963:
7964: * src/: types/pa_junction.h, types/pa_vjunction.C,
7965: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7966: changed in destructing junctions
7967:
7968: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7969: String:Body
7970:
7971: 2009-05-26 misha
7972:
7973: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7974: one method detect_charset was deleted - bug was fixed in this
7975: method (error while detecting charset in content_type withot last
7976: ';')
7977:
7978: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7979: once
7980:
7981: 2009-05-25 misha
7982:
7983: * src/classes/file.C: - bugfix: file::exec didn't work after
7984: optimizing of helper_length
7985:
7986: 2009-05-24 misha
7987:
7988: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7989: were added - little refactoring
7990:
7991: * src/main/execute.C: - core while printing in debug log
7992: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7993: optimisations were added
7994:
7995: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7996: were added
7997:
7998: 2009-05-23 misha
7999:
8000: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8001: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8002: CORD_cat optimization
8003:
8004: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8005: - call constr optimisation under separate define now
8006:
8007: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8008: in $b should be string, not void
8009:
8010: * src/main/compile.y: - little fix for rem-cut optimisation
8011:
8012: * src/: include/pa_opcode.h, main/compile_tools.C,
8013: main/compile_tools.h, main/execute.C: - optimisations for
8014: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8015:
8016: * INSTALL: - description of some #defined were added
8017:
8018: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8019: before 1st access (memory usage is reduced if don't access to
8020: .text field)
8021:
8022: * src/include/pa_array.h: - array grows step now not static (it
8023: reduces numbers of reallocs)
8024:
8025: 2009-05-20 misha
8026:
8027: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8028: $.b(2), $c[d] and $.e[f] was added
8029:
8030: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8031: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8032: $.e[f] was added
8033:
8034: * src/main/execute.C: - debug printing moved in defines
8035:
8036: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8037: and little refactoring for OP_GET_OBJECT_ELEMENT +
8038: OP_GET_OBJECT_VAR_ELEMENT optimisation
8039:
8040: 2009-05-19 misha
8041:
8042: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8043: execute.C: - $a.$b & ^a.$b bytecode optimisation
8044:
8045: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8046: ^a.$b optimisation)
8047:
8048: * src/main/compile.y: - compiler now generate new opcodes:
8049: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8050: ^a.b - compiler now cut off ^rem{ with all content ; any number
8051: of params }
8052:
8053: * src/main/execute.C: - code for handle new opcodes
8054: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8055:
8056: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8057: added for LA2V and LA2S
8058:
8059: * src/include/pa_opcode.h: - new defines which can be used for
8060: disable some bytecode optimisation and new opcodes were added
8061:
8062: 2009-05-17 misha
8063:
8064: * src/lib/cord/cordxtra.c: - bugfix.
8065:
8066: * tests/212.html: - .size[] and .study_size[] were added to tests
8067:
8068: * operators.txt: - info about regex class was added
8069:
8070: * tests/212.html: - tests for regex class were added
8071:
8072: 2009-05-16 misha
8073:
8074: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8075: gc7.1
8076:
8077: * tests/022.html: - test for ^file:list[path;] (empty second param)
8078: was added
8079:
8080: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8081: param) should work
8082:
8083: 2009-05-15 misha
8084:
8085: * src/classes/table.C: - automatically disable stringstream usage
8086: on freebsd4
8087:
8088: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8089: scope
8090:
8091: * tests/211.html: - test with different types of access to hash was
8092: added
8093:
8094: * tests/210.html: - test which checks for loosing tainting in
8095: hash's keys was added
8096:
8097: * tests/208.html: - some parser work added. or stime == 0 %-)
8098:
8099: * src/lib/cord/cordbscs.c: - little hack was added to cord
8100:
8101: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8102:
8103: * src/include/pa_version.h, configure.in: - moko have made a lot of
8104: optimisations for increacing version number more dramatically :)
8105:
8106: * src/classes/date.C: - little refactoring: use constructor which
8107: accepts formated string
8108:
8109: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8110: which can print formatted string was added
8111:
8112: 2009-05-14 misha
8113:
8114: * src/include/pa_string.h: - type was fixed
8115:
8116: * src/: classes/hashfile.C, classes/op.C,
8117: include/pa_cache_managers.h, include/pa_charset.h,
8118: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8119: include/pa_request.h, include/pa_sql_driver_manager.h,
8120: include/pa_string.h, include/pa_stylesheet_manager.h,
8121: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8122: main/pa_charsets.C, main/pa_string.C,
8123: main/pa_stylesheet_connection.C, types/pa_value.h,
8124: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8125: types/pa_vobject.C, types/pa_vstateless_class.C,
8126: types/pa_vstateless_class.h: - hash_code caching was implemented
8127: (seaches should be faster now)
8128:
8129: * src/: classes/file.C, classes/hash.C, classes/image.C,
8130: classes/string.C, classes/table.C, include/pa_string.h,
8131: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8132: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8133: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8134: types/pa_vrequest.C: - String constructors don't have that stupid
8135: true/false param which means 'tainted'. they accept lang instead.
8136:
8137: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8138: with OPTIMIZE_RESULT
8139:
8140: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8141: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8142:
8143: 2009-05-13 misha
8144:
8145: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8146: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8147: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8148: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8149: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8150: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8151: include/pa_string.h, classes/date.C, classes/file.C,
8152: classes/hash.C, classes/image.C, classes/string.C,
8153: classes/table.C, classes/xdoc.C: - result optimisation -
8154: helper_length parameter removed from string constructors
8155:
8156: 2009-05-11 misha
8157:
8158: * tests/209.html: - tests for ^hash::create[hash] were added
8159:
8160: * tests/208.html: - tests for $status:rusage, $status:memory,
8161: ^memory:compact[] were added
8162:
8163: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8164: log10 were added
8165:
8166: * tests/206.html: - test for try with finally was added
8167:
8168: 2009-05-10 misha
8169:
8170: * tests/205.html: - test for ^file::create[...] was added
8171:
8172: * tests/204.html: - test for ^response:clear[] was added
8173:
8174: * tests/038.html: - tests for trigonometric functions were added
8175:
8176: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8177: added - more tests for .add, .sub, .union, .intersects and
8178: .intersections
8179:
8180: * tests/065.html: - test for ^file:dirname was added
8181:
8182: * tests/030.html: - test for $cookie:fields was added
8183:
8184: * tests/203.html: - test for ^h._keys[column name] was added
8185:
8186: * tests/201.html: - tests for .trim were added
8187:
8188: * tests/202.html: - tests for last-day,
8189: date:calendar[type](YYYY;MM;DD) were added
8190:
8191: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8192: .offset[type](N) were added
8193:
8194: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8195: and .pos[c](N) were added
8196:
8197: * tests/141.html: - test for math:sha1 was added
8198:
8199: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8200:
8201: 2009-05-09 misha
8202:
8203: * src/main/compile.y: - rollback
8204:
8205: 2009-05-05 misha
8206:
8207: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8208: replaced by is_empty()
8209:
8210: * src/: include/pa_string.h, main/pa_charset.C: - little
8211: optimisation: somewhere length() was replaced by is_empty()
8212:
8213: * src/classes/table.C: - little optimisation: somewhere length()
8214: was replaced by is_empty()
8215:
8216: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8217: classes/op.C, classes/table.C, main/pa_exception.C: - little
8218: optimisation: somewhere length() was replaced by is_empty()
8219:
8220: 2009-05-04 misha
8221:
8222: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8223: types/pa_vstateless_class.h, main/execute.C,
8224: include/pa_request.h, classes/hash.C, classes/op.C,
8225: classes/table.C: - more optimisations were added: some operators
8226: don't switch write context anylonger
8227:
8228: 2009-05-01 misha
8229:
8230: * src/main/compile.y: - slightly more opcode optimisations for
8231: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8232:
8233: * src/main/execute.C: - simplifying process for getters
8234:
8235: 2009-04-30 misha
8236:
8237: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8238:
8239: * tests/results/199.processed: - test for checking $result into
8240: ^rem was added
8241:
8242: * tests/199.html: - test for checking $result into ^rem was added
8243:
8244: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8245: some OS it returns list in different order)
8246:
8247: * src/: include/pa_array.h, include/pa_request.h,
8248: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8249: changes in stack impl - get_element() optimisation: 3rd param
8250: removed - bugfix: problems with reading empty input param -
8251: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8252:
8253: * tests/results/198.processed: - test for reading empty local var
8254: was added
8255:
8256: * tests/198.html: - test for reading empty local var was added
8257:
8258: 2009-04-29 misha
8259:
8260: * src/main/compile.y: - bugfix: couldn't compile because
8261: OP_VALUE__GET_ELEMENT should be unde #ifdef
8262:
8263: * src/: include/pa_array.h, include/pa_opcode.h,
8264: include/pa_request.h, main/compile.y, main/execute.C,
8265: main/pa_request.C, types/pa_vmethod_frame.C,
8266: types/pa_vmethod_frame.h: - we can work without opcode
8267: OP_STORE_PARAM, so it was removed
8268:
8269: 2009-04-28 misha
8270:
8271: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8272: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8273: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8274: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8275: 4.
8276: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8277:
8278: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8279:
8280: * src/: main/pa_string.C, classes/string.C: - !length() =>
8281: is_empty()
8282:
8283: 2009-04-27 misha
8284:
8285: * src/types/pa_vregex.h: - back explicit vars initialisation
8286:
8287: 2009-04-24 misha
8288:
8289: * src/classes/string.C: - ups. typo fixed
8290:
8291: * src/main/execute.C: - more replacements '*new VBool' to
8292: 'VBool::get' - checks for ^break[], ^continue[] and
8293: parser.interrupted were optimised
8294:
8295: * src/classes/string.C: - number of params.count() calls was
8296: slightly reduced
8297:
8298: 2009-04-23 misha
8299:
8300: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8301: make it x64 friendly
8302:
8303: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8304: parser is x64 friendly now
8305:
8306: 2009-04-22 misha
8307:
8308: * src/types/pa_vhashfile.C: - coder friendly exception about
8309: exceeding record size was added
8310:
8311: * src/classes/file.C: - use vregex object instead of direct calls
8312: methods from pcre lib
8313:
8314: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8315: classes/string.C: - use vregex object instead of direct calls
8316: methods from pcre lib
8317:
8318: * src/: include/pa_common.h, main/pa_common.C: - method
8319: print_pcre_exec_error_text was moved to class vregex
8320:
8321: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8322: was added
8323:
8324: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8325: - class vregex was added
8326:
8327: 2009-04-21 misha
8328:
8329: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8330:
8331: * src/: types/pa_junction.h, types/pa_value.C,
8332: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8333: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8334: junction-optimisation (destructors)
8335:
8336: * src/include/pa_array.h: - free under if now
8337:
8338: 2009-04-19 misha
8339:
8340: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8341:
8342: 2009-04-18 misha
8343:
8344: * src/include/pa_version.h:
8345: :q :
8346:
8347: CV:
8348: ----------------------------------------------------------------------
8349:
8350: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8351: refactoring
8352:
8353: * src/: include/pa_array.h, include/pa_hash.h,
8354: types/pa_vmethod_frame.h: - destructors under #ifdef now
8355:
8356: * src/include/pa_memory.h: - define for using destructors was added
8357:
8358: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8359: main/execute.C: - some junctions will be cached now
8360:
8361: * src/include/pa_hash.h: - hash destructor frees pairs now
8362:
8363: * src/include/pa_array.h: - inline was added to destructor
8364:
8365: * src/types/pa_method.h: - comment was changed
8366:
8367: 2009-04-17 misha
8368:
8369: * src/: include/pa_array.h, include/pa_hash.h,
8370: types/pa_vmethod_frame.h: - destructors were added
8371:
8372: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8373: renamed to always_use_result
8374:
8375: * src/main/: compile.y, compile_tools.h: - rollback changes in
8376: compiler: full backward compatibility is better
8377:
8378: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8379: result in var's hash
8380:
8381: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8382: optimisation in method_frame
8383:
8384: * src/include/pa_array.h: - optimisation in array (allocate
8385: elements only when needed)
8386:
8387: * src/types/pa_vresponse.C: - check for $response:headers field
8388: before looking at custom fields
8389:
8390: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8391: not needed to check existance var with name 'result' in var's
8392: hash
8393:
8394: * src/main/compile.y: - compiler was changed: now it detects
8395: writings to $result and set flag writo_to_result in method
8396:
8397: * src/classes/string.C: - little optimisation: no needed to write
8398: number with lang
8399:
8400: * src/main/pa_charset.C: - methods readChar and skipChar which is
8401: used for read utf8-strings were renamed - is_escaped was renamed
8402: to isEscaped (to the same name convention)
8403:
8404: * src/: types/pa_method.h, main/compile_tools.h: - flag
8405: write_to_result added. compiler get this info from code.
8406:
8407: 2009-04-16 misha
8408:
8409: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8410: String only before 1st write
8411:
8412: * src/include/pa_string.h: - not needed template removed
8413:
8414: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8415: types/pa_vjunction.C, types/pa_vproperty.C,
8416: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8417: main/pa_request.C, classes/bool.C, classes/double.C,
8418: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8419: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8420: bool objects)
8421:
8422: 2009-04-15 misha
8423:
8424: * src/lib/cord/cordxtra.c: - more optimisation
8425:
8426: * src/: include/pa_string.h, main/untaint.C: - String::append
8427: optimisation
8428:
8429: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8430: then get and can sometime be used)
8431:
8432: * src/main/pa_string.C: - String::length optimisation
8433:
8434: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8435: these methods read different strings
8436:
8437: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8438: fresult_initial_void removed + some optimisation - if $result
8439: defined we don't write to context anymore
8440:
8441: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8442: need just skip char)
8443:
8444: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8445: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8446: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8447:
8448: * src/types/pa_vvoid.h: - added get() method for retreave one
8449: instance
8450:
8451: 2009-04-11 misha
8452:
8453: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8454:
8455: * tests/197.html: - test for parser://test in xml was added
8456:
8457: * src/classes/string.C: - small optimisation
8458:
8459: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8460: optimisation
8461:
8462: 2009-04-10 misha
8463:
8464: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8465: to pcre-7.8
8466:
8467: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8468:
8469: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8470: added
8471:
8472: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8473: $request:CLASS_NAME were added
8474:
8475: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8476: were added
8477:
8478: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8479: $env:CLASS_NAME were added
8480:
8481: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8482: '@todo' now
8483:
8484: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8485: compirer
8486:
8487: * src/main/pa_string.C: - little code cleanup
8488:
8489: * src/main/pa_common.C: - describe one more UTF-8 related error
8490: during PCRE compile/execute
8491:
8492: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8493: normalizing todo-comments: '@todo' now
8494:
8495: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8496:
8497: * src/main/pa_charset.C: - type changed for making compiler happy
8498:
8499: 2009-03-10 misha
8500:
8501: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8502: in main()
8503:
8504: 2009-02-01 misha
8505:
8506: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8507: boundary
8508:
8509: 2009-01-25 misha
8510:
8511: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8512:
8513: * src/classes/file.C: - more changes for parsing different number
8514: of params for file::load
8515:
8516: * tests/193.html: - tests for exception while base64-decode binary
8517: to string was added
8518:
8519: * tests/192.html: - tests for file::load with different number of
8520: options
8521:
8522: * src/classes/math.C: - ups. forgot '+1'
8523:
8524: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8525: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8526: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8527: (new option $.encode[multipart-form/data] should be specified) -
8528: $.method[] option for file::load now is not case-sensitive
8529:
8530: * src/: include/pa_string.h, main/untaint.C: - for file post the
8531: new taint language L_FILE_POST was added
8532:
8533: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8534: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8535: stuff was moved to separate files
8536:
8537: 2009-01-23 misha
8538:
8539: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8540: spaces to tabs were converted
8541:
8542: 2009-01-12 misha
8543:
8544: * src/main/pa_http.C: - value of $.method[] option force uppercased
8545: now
8546:
8547: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8548: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8549: their names
8550:
8551: * src/main/pa_common.C: - changes in formating
8552:
8553: * src/: classes/file.C, main/pa_http.C: - some constants changed
8554: their names
8555:
8556: * src/include/pa_http.h: - some spaces were converted to tabs
8557:
8558: * src/include/pa_common.h: - some constants changed their names
8559:
8560: * src/classes/file.C: - fixed 4-th paramether for file::load -
8561: little code rewriting
8562:
8563: * src/types/pa_vfile.C: - little code rewriting
8564:
8565: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8566: types/pa_value.h: - some formating changes
8567:
8568: * src/include/pa_common.h: - some formating spaces transformed to
8569: tabs
8570:
8571: * src/classes/string.C: - exception while base64-decode binary to a
8572: string
8573:
8574: 2009-01-11 misha
8575:
8576: * configure.in: - version changed to 3.3.1b
8577:
8578: 2008-09-05 misha
8579:
8580: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8581: release_3_3_0 on 2008-09-05 10:59:35 +0000
8582:
8583: 2008-09-04 misha
8584:
8585: * tests/: 130.html, 131.html: - these exceptions not typeless
8586: anymore
8587:
8588: * src/classes/op.C: - exception with 'invalid taint language' not
8589: typeless anylonger
8590:
8591: * src/classes/image.C: - some exceptions while operations with
8592: image not typeless anymore
8593:
8594: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8595: main/pa_exec.C, main/pa_http.C: - some exceptions while
8596: operations with files not typeless anymore
8597:
8598: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8599: types/pa_vdate.h: - exceptions while checking date range not
8600: typeless anymore
8601:
8602: * src/include/pa_exception.h: - exception type string for invalid
8603: date range was added
8604:
8605: 2008-09-03 misha
8606:
8607: * src/: classes/file.C, main/pa_string.C: - exception while pce
8608: operations not typeless anymore
8609:
8610: * src/include/pa_exception.h: - exception type for pce operations
8611: was added
8612:
8613: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8614: and .CLASS_NAME insite classes
8615:
8616: * src/classes/table.C: - don't save table header whiile
8617: ^table.save[append;filename] if file exists
8618:
8619: 2008-09-02 misha
8620:
8621: * src/main/compile.y, src/main/compile_tools.h,
8622: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8623: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8624: renamed to partial and it login changed: we must mark class as
8625: partial for allow their modifications in future.
8626:
8627: 2008-08-29 misha
8628:
8629: * tests/results/022.processed: - testing taint[regex] in mask for
8630: file:list
8631:
8632: * tests/022.html: - testing taint[regex] in mask for file:list
8633:
8634: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8635: for file:list was added
8636:
8637: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8638: file:list
8639:
8640: 2008-08-26 misha
8641:
8642: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8643: last derived object
8644:
8645: * src/classes/image.C: - many strings "image.format" replaced by
8646: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8647: understand some more exif tags
8648:
8649: * src/include/pa_exception.h: - string "image.format" was added
8650:
8651: 2008-08-21 misha
8652:
8653: * src/: main/pa_string.C, classes/file.C: - use method for print
8654: pcre_exec text error
8655:
8656: * src/main/pa_common.C: - method for print pcre_exec text error was
8657: added
8658:
8659: * src/include/pa_common.h: - method declaration for print pcre_exec
8660: text error was added
8661:
8662: 2008-08-19 misha
8663:
8664: * src/main/execute.C: - bugfix: opcodes must be in separate
8665: namespace while debug execution as well
8666:
8667: * tests/: 015.html, results/015.processed: - test for escaping some
8668: parser chars was added
8669:
8670: 2008-08-18 misha
8671:
8672: * tests/: 190.html, 190.p, results/190.processed: - test for
8673: $caller.self.field + default getter in one class was added
8674:
8675: * tests/: 189.html, results/189.processed: - test for
8676: ^date::create[date object]
8677:
8678: * tests/: 188.html, results/188.processed: - tests for match with
8679: UTF-8 strings
8680:
8681: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8682: ^string.match[]
8683:
8684: * ChangeLog: - parser 3.3.0 beta13
8685:
8686: 2008-08-15 misha
8687:
1.116 moko 8688: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8689: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8690: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8691: dftables.c: - old PCRE files removed
1.95 moko 8692:
8693: * src/lib/pcre/config.h: - configuration for PCRE library
8694:
8695: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8696: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8697:
8698: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8699: library and set flag UTF8 if $request:charset is UTF-8
8700:
8701: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8702: include/pa_config_fixed.h: - moved to new PCRE library
8703:
8704: * src/: main/main.vcproj, types/types.vcproj,
8705: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8706: win32\pcre instead of parser3\src\lib\pcre
8707:
8708: * src/: include/pa_opcode.h, include/pa_operation.h,
8709: main/compile.C, main/compile.y, main/compile_tools.C,
8710: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8711: opcodes were moved to separate namespace
8712:
8713: 2008-08-14 misha
8714:
8715: * src/types/pa_vstateless_class.C: - newline at the end missed
8716:
8717: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8718: tainting
8719:
8720: 2008-08-11 misha
8721:
8722: * tests/: 187.html, 187.p, results/187.processed: - tests for
8723: $caller.self, $caller.self.field and $caller.self.field[value]
8724: were added
8725:
8726: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8727: runtime as well (for $caller.self)
8728:
8729: 2008-07-25 misha
8730:
8731: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8732: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8733: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8734: tests with international characters
8735:
8736: 2008-07-23 misha
8737:
8738: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8739: file::load[...;http://
8740:
8741: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8742: now everywhere in separate namespace
8743:
8744: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8745: for vars
8746:
8747: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8748: can be escaped by '^'
8749:
8750: 2008-07-22 misha
8751:
8752: * src/classes/string.C, tests/186.html: - names changes:
8753: escape=>js-escape, unescape=>js-unescape
8754:
8755: 2008-07-21 misha
8756:
8757: * tests/results/186.processed: - test for string escape/unescape
8758:
8759: * tests/186.html: - test for string escape/unescape
8760:
8761: * src/classes/string.C: - string has escape and unescape methods
8762: now
8763:
8764: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8765: added
8766:
8767: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8768: method-layers added (with different params)
8769:
8770: 2008-07-18 misha
8771:
8772: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8773: was added
8774:
8775: * tests/185.html: - test for ^str.pos[sub](offset) added
8776:
8777: * src/classes/string.C, src/classes/void.C, operators.txt: -
8778: ^string.pos[substr](offset) -- 2nd param accepted now
8779:
8780: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8781: strings
8782:
8783: 2008-07-17 misha
8784:
8785: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8786: helper length added for mid for small optimisation
8787:
8788: 2008-07-16 misha
8789:
8790: * tests/: 185.html, results/185.processed: - tests for
8791: length/left/right/mid/pos with utf-8 strings
8792:
8793: * src/classes/string.C: - left/right/mid/length/pos works fine for
8794: utf-8 strings
8795:
8796: * src/main/untaint.C: - comments removed
8797:
8798: * src/: include/pa_string.h, main/pa_string.C,
8799: include/pa_charset.h, main/pa_charset.C: - methods for working
8800: with pos/mid for strings in utf-8 were added
8801:
8802: 2008-07-15 misha
8803:
8804: * tests/: 184.html, results/184.processed: - test for case body as
8805: expression: $var(^switch(1){^case(1)(true)..})
8806:
8807: * src/classes/op.C: - case body can be expression now:
8808: $var(^switch(1){^case(1)(true)..})
8809:
8810: * tests/: results/183.processed, 183.html: - added test for testing
8811: new cookie encoding (%uXXXX)
8812:
8813: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8814: decoding for backward compatibility they decoded from %XX in
8815: request:charset too
8816:
8817: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8818: - cookie class now decode cookies before first access after last
8819: request:charset changing (as form class).
8820:
8821: * src/main/pa_charset.C: - added method escape for escaping cookies
8822: as %uXXXX - before transcode calculate required space for dest
8823: string. it reduce mem usage for transcode
8824:
8825: * src/include/pa_charset.h: - added method escape for escaping
8826: cookies as %uXXXX
8827:
8828: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8829: was added. will used for escaping cookies as %uXXXX
8830:
8831: * src/include/pa_common.h: - escape method has new option for skip
8832: converting '+' to a space char
8833:
8834: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8835: transcode - escape method has new option for skip converting '+'
8836: to a space char
8837:
8838: 2008-07-08 misha
8839:
8840: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8841: (no UE if more then 1 case matches anylonger) - optimization:
8842: doing searching.as_string() || searching.as_double() only once
8843:
8844: 2008-07-04 misha
8845:
8846: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8847: now ^date::create[date object] works
8848:
8849: * src/classes/string.C: - left and right added as aliases for start
8850: and end in ^string.trim[]
8851:
8852: 2008-07-03 misha
8853:
8854: * src/classes/file.C: - allow $.limit for file::sql as well
8855:
8856: * src/classes/file.C: - allow $.offset option for file::sql - force
8857: send limit=1 to query for use sql specifics authomatically
8858:
8859: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8860: if $.limit value if empty. autoconvert it as everywere
8861:
8862: 2008-07-02 misha
8863:
8864: * configure.in: - time to change version number to 3.3.0 %-)
8865:
8866: * src/include/pa_version.h: - time to change version number to
8867: 3.3.0 %-)
8868:
8869: 2008-06-26 misha
8870:
8871: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8872: $.limit(0) fixes
8873:
8874: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8875: - $.limit(0) fixes
8876:
8877: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8878: new API)
8879:
8880: * src/: include/pa_sql_driver_manager.h,
8881: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8882: classes/op.C: - document_root added
8883:
8884: * src/main/compile.tab.C: - error message was changed
8885:
8886: 2008-06-25 misha
8887:
8888: * src/main/compile.y: - error message was changed
8889:
8890: 2008-06-24 misha
8891:
8892: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8893:
8894: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8895: tests for @OPTIONS\nappend
8896:
8897: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8898:
8899: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8900:
8901: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8902:
8903: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8904: compile.y
8905:
8906: 2008-06-17 misha
8907:
8908: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8909: compilation: ^if(default){true. it's incorrect. must be
8910: exception}
8911:
8912: 2008-06-16 misha
8913:
8914: * tests/: 181.ent, 181.html, results/181.processed: - test for
8915: checking external reference loading with 'http://localhost'
8916: prefix while creating xdoc
8917:
8918: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8919: ^math:long2ip[] and ^math:ip2long[]
8920:
8921: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8922: added which use scalar stateless class method when user object
8923: used in scalar context - use get_scalar_value when user object
8924: requested in scalar context
8925:
8926: * src/main/pa_common.C: - size must be int but not size_t or we
8927: can't compare with 0 sprintf result
8928:
8929: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8930: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8931: with internal switch between local/global vars
8932:
8933: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8934: specified
8935:
8936: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8937: pa_vstateless_object.h: - stateless class and object now has
8938: private scalar field and getter/setter for working with it
8939:
8940: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8941: moved to inet static class
8942:
8943: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8944: class added (^inet:aton[IP], ^inet:ntoa(number))
8945:
8946: * tests/: 180.html, results/180.processed: - tests for
8947: ^math:long2ip(long) and ^math:ip2long[IP]
8948:
8949: * src/classes/math.C: - ^math:ip2long[IP] added
8950:
8951: 2008-06-11 misha
8952:
8953: * src/main/pa_xml_io.C: - use file_read_text again because of we
8954: need cut BOM code and remove DOS newline chars. but don't
8955: transcode it anyway.
8956:
8957: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8958: main/pa_http.C: - option for disable transcoding while file_read
8959: and file_read_text added
8960:
8961: 2008-06-10 misha
8962:
8963: * tests/: 179.html, 179.p, results/179.processed: - test for many
8964: classes in 1 file
8965:
8966: * src/main/: compile.C, compile_tools.h: - compile return list of
8967: classes now.
8968:
8969: * src/main/: compile.y, compile.tab.C: - compile return list of
8970: classes now. internals.
8971:
8972: * src/main/pa_request.C: - compile return list of classes now. try
8973: call @conf and @auto for each returned class
8974:
8975: * src/include/pa_request.h: - compile return list of classes now
8976:
8977: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8978: return list of classes when compile buf)
8979:
8980: 2008-06-07 misha
8981:
8982: * src/main/pa_request.C: - constructing VRequest object with 3rd
8983: param -- form
8984:
8985: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8986: 3rd param: form. needed for get post_charset
8987:
8988: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8989: added
8990:
8991: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8992: types/pa_vform.C, types/pa_vform.h: - some polish
8993:
8994: 2008-06-06 misha
8995:
8996: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8997: charset and decode chars from it but not from response:charset
8998:
8999: * src/main/pa_http.C: - detect_charset moved out of here
9000:
9001: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9002: methods moved here - unescape_chars accepn one charset now
9003:
9004: * src/main/pa_http.C: - new constants used - don't allow
9005: $.content-type in ^file::load[;http://;$.method[POST]] - add
9006: charset info while ^file::load[;http://;$.method[POST]] - option
9007: $.omit-post-charset(true) added to ^file::load[;http://] for
9008: disabling charset during post
9009:
9010: * src/types/pa_vform.C: - new constants used
9011:
9012: * src/include/pa_common.h: - some constants were added
9013:
9014: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9015: instead of StrEqNc
9016:
9017: * src/main/pa_common.C: - new method for caseless search
9018: c-substring in c-string - use isxdigit instead of is_hex_digit
9019:
9020: * src/include/pa_common.h: - new method for caseless search
9021: c-substring in c-string
9022:
9023: 2008-06-05 misha
9024:
9025: * tests/results/178.processed: - test for testing default getter
9026:
9027: * tests/178.html: - test for testing default getter
9028:
9029: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9030: for test for testing default getter
9031:
9032: * src/main/execute.C: - default getter soul
9033:
9034: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9035: requested objects' field not found
9036:
9037: * src/types/pa_vclass.C: - register default getter if defined - get
9038: default getter if requested field not found
9039:
9040: * src/types/pa_vstateless_object.h: - method get_default_getter was
9041: added
9042:
9043: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9044: pointer to default getter and methods for get/set it were added
9045:
9046: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9047: auto_name field (for default getter)
9048:
9049: 2008-06-04 misha
9050:
9051: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9052: transcoding, no cutting BOM code, no fixing line breaks) and get
9053: it to libxml "as is"
9054:
9055: 2008-06-03 misha
9056:
9057: * src/main/pa_common.C: - use store_Char instead of
9058: transcodeCharFromUTF8
9059:
9060: * src/: include/pa_charset.h, main/pa_charset.C: - method
9061: store_Char added, transcodeCharFromUTF8 -- removed
9062:
9063: 2008-06-02 misha
9064:
9065: * tests/: results/177.processed, 177.html: - test for checking
9066: .[acm]date after local ^file::load[] was added
9067:
9068: * tests/: results/176.processed, 176.html: - test for checking
9069: @OPTION\locals + @method[vars][locals] added
9070:
9071: * tests/results/auto.p: - CLASS_PATH specified for checking use
9072:
9073: 2008-05-30 misha
9074:
9075: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9076: @OPTION\nlocals + @method[vars][;locals;] were added
9077:
9078: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9079: moved to separate method op_code - switch from VMethodFrame to
9080: VMethodFrameGlobal + VMethodFrameLocal
9081:
9082: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9083: was moved to separate method op_code
9084:
9085: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9086: VMethodFrame now
9087:
9088: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9089: all_vars_local as well
9090:
9091: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9092: pa_vmethod_frame_local.h, Makefile.am: - who children for
9093: VMethodFrame were added: one (global) works as VMethodFrame
9094: before and second (local) write all vars in self vars scope
9095:
9096: * src/types/pa_method.h: - method has bool flag all_vars_local now
9097:
9098: 2008-05-29 misha
9099:
9100: * tests/: 129.html, results/129.processed: - more tests for
9101: ^table.hash[]
9102:
9103: * src/classes/hash.C: - ^hash::sql has a new option:
9104: $.type[hash|string|table] as ^table.hash[] one.
9105:
9106: * src/classes/op.C: - ^try has 3rd param now: finally code which
9107: executed anyway after try or catch section
9108:
9109: 2008-05-27 misha
9110:
9111: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9112: must not fail if $.distinct(1) wasn't specified
9113:
9114: 2008-05-26 misha
9115:
9116: * src/classes/op.C: - allow ^throw[my type]
9117:
9118: 2008-05-22 misha
9119:
9120: * configure.in, configure: - version number updated to 3.2.4b
9121:
9122: * src/classes/: op.C, string.C: - trim format string before
9123: eval/format
9124:
9125: * tests/: results/175.processed, 175.html: - more tests for
9126: different format strings in .format[]
9127:
9128: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9129: as well (not only %XX)
9130:
9131: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9132: charset specified - checks for format before print number
9133: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9134: (instead of tabs) removed
9135:
9136: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9137: charset specified
9138:
9139: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9140: char in requested charset from utf code was added
9141:
9142: 2008-05-19 misha
9143:
9144: * tests/: 174.html, results/174.processed: - test for
9145: ^hashfile.cleanup[] added
9146:
9147: * src/classes/hashfile.C: - optimization: don't create any key or
9148: value variable if it's name weren't specified
9149: (^hf.foreach[;v]{...})
9150:
9151: 2008-05-16 misha
9152:
9153: * src/classes/hash.C: - optimization: don't create any key variable
9154: if variable name wasn't specified (^h.foreach[;v]{...})
9155:
9156: 2008-05-15 misha
9157:
9158: * src/classes/op.C: - small changes
9159:
9160: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9161:
9162: * src/classes/hash.C: - calculate var_context once before foreach
9163:
9164: 2008-05-14 misha
9165:
9166: * src/classes/hashfile.C: - incorrect vars context calculation for
9167: ^hashfile.foreach[;]{} fixed
9168:
9169: * src/classes/: hash.C, table.C: - little optimisation
9170:
9171: * src/classes/file.C: - bugfix: double absolute path while loading
9172: file
9173:
9174: * tests/: 174.html, results/174.processed: - tests for hashfile
9175: were added
9176:
9177: * buildall-with-xml: - moving to libxslt 1.1.24
9178:
9179: 2008-04-30 misha
9180:
9181: * src/classes/file.C: - stat file while loading (local only) so
9182: .adate, .mdate and .cdate available without additional ::stat
9183:
9184: 2008-04-28 misha
9185:
9186: * src/classes/file.C: - $.name and $.content-type available for
9187: stated file
9188:
9189: 2008-04-14 misha
9190:
9191: * src/targets/cgi/parser3.C: - new year in copyright %-)
9192:
9193: * src/include/pa_version.h: - new version number in head
9194:
9195: 2008-04-10 misha
9196:
9197: * tests/: 080.html, results/080.processed: - cut '0' from
9198: exponential part because of on diff OS it differ (20 or 020 for
9199: ex)
9200:
9201: * tests/: 119.html, results/119.processed: - check for encoding
9202: while creating xdoc
9203:
9204: 2008-04-09 misha
9205:
9206: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9207:
9208: * src/main/pa_common.C: - comment added
9209:
9210: * src/classes/date.C: - little refactoring
9211:
9212: 2008-04-07 misha
9213:
9214: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9215: style of ^table.save[]: prepare one big string and sabe it at
9216: once. it's safe on freebsd 4.x but use much more memory.
9217:
9218: * buildall-with-xml, buildall-without-xml: - option
9219: --disable-stringstream added (under comment. use it on freebsd
9220: 4.x)
9221:
9222: 2008-02-22 misha
9223:
9224: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9225: specified together in file::load[;http] - get back transcoding
9226: $.body[] in file::load[;http]
9227:
9228: 2008-02-21 misha
9229:
9230: * src/classes/date.C: - ^date.gmt-string[] was added
9231:
9232: * src/types/pa_value.C: - method for output date in RFC 822 format
9233: moved to pa_common.h
9234:
9235: * src/include/pa_common.h: - method for output date in RFC 822
9236: format moved here from pa_value.C
9237:
9238: * src/types/pa_vmail.C: - fixed core in sending mail with
9239: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9240:
9241: 2008-02-20 misha
9242:
9243: * src/main/pa_http.C: - transcode $.headers before escaping into
9244: specified charset while ^file::load[...;http://...] (L_URI
9245: instead of L_HTTP_HEADER) - $.cookies param available in
9246: ^file::load[;http://...] now (but we don't parse set-cookies from
9247: response yet) (cookies not transcoded as common $cookies)
9248:
9249: 2008-02-19 misha
9250:
9251: * src/main/pa_request.C: - rollback: we mustn't force taint
9252: $response:field values because in this case
9253: $response:locateion[http://...] don't works.
9254:
9255: 2008-02-15 misha
9256:
9257: * src/classes/op.C: - little refactoring
9258:
9259: * src/main/pa_http.C: - taint names of $.headers for load[;http
9260:
9261: * src/main/pa_request.C: - force taint values of $response:field
9262:
9263: 2008-02-14 misha
9264:
9265: * src/main/pa_request.C: - $response:field transcoded to
9266: $response:charset before escaping now
9267:
9268: * src/main/pa_http.C: - some outdated comments removed
9269:
9270: * src/classes/date.C: - lastdat -> last-day
9271:
9272: * src/classes/date.C: - ^date:lastday(year;month) and
9273: ^date.lastday[] were added - little code refactoring - comments
9274: changes
9275:
9276: * tests/: 159.html, results/159.processed: - test for number of
9277: days in February
9278:
9279: * src/types/pa_value.C: - fixes in code formatting
9280:
9281: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9282: and comments
9283:
9284: 2008-02-13 misha
9285:
9286: * src/main/pa_common.C: - bugfix for february at leap year
9287:
9288: 2008-01-28 misha
9289:
9290: * tests/: 160.html, results/160.processed: - more test for cache
9291: added
9292:
9293: * src/classes/op.C: - bugfix: cache body executed twice if contains
9294: unhandled exception
9295:
9296: 2008-01-25 misha
9297:
9298: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9299: bug when hashfile became inavailable after memory:compact)
9300:
9301: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9302:
9303: 2008-01-22 misha
9304:
9305: * src/classes/table.C: - little refactiring and exception texts
9306: changes in method ^table.hash[]
9307:
9308: * src/types/pa_vcookie.C: - link to cookie specification changed
9309:
9310: 2008-01-21 misha
9311:
9312: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9313: file::exec/cgi
9314:
9315: * src/classes/file.C: - bugfix: core while processing headers if
9316: executed cgi script don't return content
9317:
9318: 2008-01-18 misha
9319:
9320: * buildall-with-xml: - move to libxml2 version 2.6.31
9321:
9322: * src/include/pa_version.h, configure.in: - version number updated
9323: to '3.2.3b'
9324:
9325: 2007-12-28 misha
9326:
9327: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9328: hash.contains
9329:
9330: 2007-12-27 misha
9331:
9332: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9333: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9334: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9335: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9336: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9337: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9338: src/targets/cgi/parser3.vcproj,
9339: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9340: back to VS2003 because of Apache 1.3 module can't work if it was
9341: built in VS 2005. with cgi all file so VS2003 project files can
9342: be easy converted to the new format.
9343:
9344: 2007-12-04 misha
9345:
9346: * src/types/pa_vcode_frame.h: - changes in comment
9347:
9348: 2007-11-29 misha
9349:
9350: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9351: intercept strings any longer
9352:
9353: * tests/: 173.html, results/173.processed: - tests for
9354: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9355: but not in main code frame
9356:
9357: * tests/: 172.html, results/172.processed: - more tests for pass
9358: objects from code frames
9359:
9360: 2007-11-27 misha
9361:
9362: * tests/: 152.html, results/152.processed: - tests for converting
9363: strings 'true'/'false' to bool were added
9364:
9365: * tests/152.html: - added checks for converting strings
9366: 'true'/'false' to bool
9367:
9368: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9369: not only strings with numbers but with values 'true'/'false' as
9370: well
9371:
9372: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9373: for parser3.log increased
9374:
9375: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9376:
9377: * src/include/pa_common.h: - remove_crlf return cstring size now
9378:
9379: * src/include/pa_types.h: - constant with buffer size for
9380: parser3.log added
9381:
9382: 2007-11-16 misha
9383:
9384: * tests/cat.sh: - script for tests for file::exec/cgi
9385:
9386: * tests/171.html: - tests for file::exec/cgi
9387:
9388: * tests/results/171.processed: - tests results for file::exec/cgi
9389:
9390: 2007-11-15 misha
9391:
9392: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9393:
9394: * src/classes/file.C: - .body must be set before analyzing cgi
9395: headers
9396:
9397: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9398: only if exec/cgi return anything.
9399:
9400: 2007-11-14 misha
9401:
9402: * operators.txt: - info about new text|binary option for
9403: file::exec/cgi was added
9404:
9405: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9406: ^file:exec[[text|binary];script;...]
9407:
9408: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9409: classes/string.C, classes/table.C: - more text strings moved to
9410: the one place
9411:
9412: 2007-11-09 misha
9413:
9414: * src/types/pa_vrequest.C: - $request:argv must be taint
9415:
9416: * ChangeLog: - $request:argv [patch from Sumo]
9417:
9418: * operators.txt: - $request:argv
9419:
9420: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9421: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9422:
9423: 2007-10-25 misha
9424:
9425: * buildall-with-xml, buildall-without-xml: - options preparations
9426: for ./configure rewrited
9427:
9428: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9429: error occure in unhandled_exception finally fixed
9430:
9431: 2007-10-23 misha
9432:
9433: * tests/: 170.html, results/170.processed: - test for
9434: @method[][result]
9435:
9436: * operators.txt: - added info about node.prefix and
9437: node.namespaceURI
9438:
9439: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9440:
9441: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9442: added for node and attribute
9443:
9444: 2007-10-22 misha
9445:
9446: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9447:
9448: * src/main/pa_request.C: - added const content-transfer-encoding
9449:
9450: * src/include/pa_request.h: - added const content-transfer-encoding
9451: - ups. constants must be in lowercase (for search)
9452:
9453: * src/types/pa_vmail.C: - more constants used -
9454: content-transfer-encoding: 8bit added
9455:
9456: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9457:
9458: * src/include/pa_request.h: - more constants
9459:
9460: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9461: ommit anymore if $.content-disposition was specified - little
9462: refactoring
9463:
9464: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9465:
9466: 2007-10-17 misha
9467:
9468: * operators.txt: - info about
9469: table::create[nameless]{data}[>options<] was added
9470:
9471: * src/main/: compile.tab.C, compile.y: - if error occure while
9472: compile method don't put this method in methods table anymore.
9473: in other case the parser coredumped if @unhandled_exception
9474: method can't be compiled because of parser.compile error.
9475:
9476: * src/main/execute.C: - little code reformating
9477:
9478: * src/main/pa_request.C: - little code reformating - comment
9479: changed
9480:
9481: 2007-10-16 misha
9482:
9483: * tests/: 035.html, results/035.processed: - tests
9484: table::create[]{}[options] added
9485:
9486: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9487: options (only $.seperator[] yet)
9488:
9489: 2007-10-10 misha
9490:
9491: * src/classes/table.C: - some contstants moved to pa_common.h -
9492: some code changes
9493:
9494: 2007-10-02 misha
9495:
9496: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9497: then three time as much. but base64 encoding method still use
9498: less memory anyway.
9499:
9500: 2007-09-17 misha
9501:
9502: * operators.txt: - added info about $cookie:fields
9503:
9504: * src/types/pa_vcookie.C: - $cookie:fields available now
9505:
9506: * src/classes/hash.C: - some stuff for use with .for_each moved to
9507: common
9508:
9509: * src/include/pa_common.h: - some stuff for use with .for_each
9510: moved here
9511:
9512: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9513:
9514: 2007-09-14 misha
9515:
9516: * buildall-with-xml: - new xml libs again =)
9517:
9518: 2007-08-28 misha
9519:
9520: * operators.txt: - texts about ^table.columns[[column name]] and
9521: ^string.split[...][v][column name] were added
9522:
9523: * tests/: 168.html, 169.html, results/168.processed,
9524: results/169.processed: - tests for ^table.columns[[column name]]
9525: and ^string.split[...][v][column name] were added
9526:
9527: * src/classes/table.C: - new option ^table.columns[[column name]]
9528: was added
9529:
9530: * src/classes/string.C: - new option ^string.split[...;v;[column
9531: name]]
9532:
9533: * src/include/pa_exception.h: - error text message for
9534: ^hash._keys[], ^table.columns[] and ^string.split[]
9535:
9536: 2007-08-27 misha
9537:
9538: * src/main/untaint.C: - try to fix coredump on unix if print to
9539: body ^taint[sql][something] outside of connect
9540:
9541: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9542: outside of connect
9543:
9544: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9545: added (commented by default)
9546:
9547: 2007-08-20 misha
9548:
9549: * operators.txt: - comment about new method ^node.hasAttributes[]
9550: was added
9551:
9552: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9553: duplicated exception text strings were removed
9554:
9555: * src/include/pa_exception.h: - more exception text strings moved
9556: here
9557:
9558: * src/classes/table.C: - some duplicate exceptions' text strings
9559: removed
9560:
9561: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9562: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9563: removed
9564:
9565: * src/include/pa_exception.h: - some exception text strings movet
9566: to pa_exception
9567:
9568: * tests/: 149.html, results/149.processed: - test for
9569: ^xnode.hasAttributes[] was added - some code changes
9570:
9571: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9572: added
9573:
9574: 2007-08-17 misha
9575:
9576: * tests/: results/006.processed, results/059.processed, 006.html,
9577: 059.html: - more tests for match
9578:
9579: * tests/: 129.html, results/129.processed: - tests for
9580: ^table.hash[...][$.type[string|hash|table]] added
9581:
9582: * src/targets/cgi/parser3.C: - little syntax changes
9583:
9584: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9585: syntax changes
9586:
9587: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9588: messages in parser3.log switched off by default. If someone
9589: really still need it: use $SIGPIPE(1)
9590:
9591: 2007-08-08 misha
9592:
9593: * buildall-with-xml, buildall-without-xml: - remove libs source
9594: files by default since now
9595:
9596: 2007-08-07 misha
9597:
9598: * buildall-without-xml: - some option syntax changes
9599:
9600: * buildall-with-xml: - compile libxml2 without http support - some
9601: option syntax changes
9602:
9603: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9604:
9605: 2007-08-06 misha
9606:
9607: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9608:
9609: * tests/: 160.html, results/160.processed: - cache test was
9610: rewrited
9611:
9612: 2007-07-06 misha
9613:
9614: * tests/: 153.html, results/153.processed: - added test for
9615: ^math:sha1[string]
9616:
9617: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9618: transcoded
9619:
9620: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9621: were added
9622:
9623: 2007-06-28 misha
9624:
9625: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9626: some incorrect chars
9627:
9628: 2007-06-19 misha
9629:
9630: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9631: were moved on top because of gcc 4 had a problems during
9632: building.
9633:
9634: 2007-06-18 misha
9635:
9636: * tests/results/019.processed: - new image commited
9637:
9638: 2007-06-09 misha
9639:
9640: * src/classes/: op.C, table.C: - in while and table.select method
9641: as_expression used now
9642:
9643: * src/types/pa_vmethod_frame.h: - method as_expression was added
9644:
9645: 2007-06-08 misha
9646:
9647: * tests/: 166.html, results/166.processed: - test for
9648: ^match[...][n]
9649:
9650: * tests/: 165.html, results/165.processed: - tests for loops
9651:
9652: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9653: because of no speed/memory optimisation but some proglems with
9654: long cycles occure
9655:
9656: 2007-06-06 misha
9657:
9658: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9659: ^table.select(true) and ^table.select(1) didn't works because of
9660: awaiting junction-param only. fixed.
9661:
9662: 2007-05-24 misha
9663:
9664: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9665: with 0.5 secs interval
9666:
9667: * src/classes/op.C: - cache was rewrited. I hope it works with
9668: locking system now on unix
9669:
9670: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9671: system locks which wait till other threads release it but try get
9672: lock, if fail wait 1 sec and make 10 attempts.
9673:
9674: * src/include/pa_os.h: - consts for blocking locks + some comments
9675: were added
9676:
9677: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9678: opening files
9679:
9680: * src/classes/table.C: - changes in includes. if unclude <sstream>
9681: after our classes on unix it can't be build
9682:
9683: * src/types/pa_vhashfile.C: - not needed code removed
9684:
9685: 2007-05-23 misha
9686:
9687: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9688: include/pa_common.h: - cosmetic changes
9689:
9690: 2007-05-18 misha
9691:
9692: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9693: often. it's give some speed increasing
9694:
9695: * tests/results/160.processed: - returned time corrected
9696:
9697: * tests/160.html: - time increased because on unix 1 mean nothing
9698: :(
9699:
9700: * operators.txt: - added info about ^hash.contain[key]
9701:
9702: * src/classes/hash.C: - added ^hash.contain[key]
9703:
9704: * src/include/pa_hash.h: - added method for checking key exists in
9705: hash
9706:
9707: 2007-05-07 misha
9708:
9709: * src/include/pa_string.h: - was compilation error during build on
9710: freebsd4
9711:
9712: 2007-05-03 misha
9713:
9714: * src/classes/table.C: - option $.type[hash|string|table] was added
9715: for ^table.hash[]
9716:
9717: * src/classes/file.C: - comment removed
9718:
9719: 2007-04-26 misha
9720:
9721: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9722: real files doesn't opened in place anymore
9723:
9724: 2007-04-24 misha
9725:
9726: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9727:
9728: * src/include/pa_exception.h: "static" removed
9729:
9730: 2007-04-23 misha
9731:
9732: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9733:
9734: * src/classes/math.C: added: - ^math:ln(N) (the same as
9735: ^math:log(N)) - ^math:lg(N)
9736:
9737: * tests/: 097.html, results/097.processed: - charsets converstion
9738: during ^file::load[text;http://...] added
9739:
9740: * tests/: 164.html, results/164.processed: - check for set expires
9741: as a date
9742:
9743: * tests/: 164.html, results/164.processed: - test for hashfile
9744:
9745: * src/classes/hashfile.C: - little comment changes
9746:
9747: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9748: access
9749:
9750: * src/: classes/date.C, classes/double.C, classes/file.C,
9751: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9752: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9753: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9754: classes/xnode.h, include/pa_request.h, main/execute.C,
9755: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9756: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9757: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9758: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9759: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9760: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9761: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9762: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9763: "parser.runtime" strings were removed
9764:
9765: * src/classes/hashfile.C: - with .clear[] called files_delete()
9766: now.
9767:
9768: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9769:
9770: * src/include/pa_exception.h: - string constant with
9771: "parser.runtime" text was added
9772:
9773: 2007-04-20 misha
9774:
9775: * operators.txt: - some comments changing
9776:
9777: * operators.txt: - added info about .^hashfile.release[],
9778: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9779:
9780: * configure: =cheching for unsetenv
9781:
9782: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9783: ^hashfile.release[] were added
9784:
9785: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9786: ^string.match[][] understand new option now: return number of
9787: matches but not table wit results
9788:
9789: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9790: reopen now
9791:
9792: * src/classes/op.C: - bug. must be false
9793:
9794: * configure.in: - checking for unsetenv was added
9795:
9796: * src/types/pa_vform.C: - some comments
9797:
9798: 2007-04-18 misha
9799:
9800: * buildall-with-xml: moving to libxml2-2.6.28
9801:
9802: * buildall-with-xml, buildall-without-xml: added commented lines
9803: with --disable-safe-mode option
9804:
9805: * operators.txt: - info about $form:files
9806:
9807: 2007-04-17 misha
9808:
9809: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9810: $form:files was added
9811:
9812: * tests/: 163.html, results/163.processed: removing auto format
9813:
9814: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9815:
9816: 2007-04-16 misha
9817:
9818: * tests/: 163.html, results/163.processed: - test for .int[],
9819: floor, round, ceiling and .format[]
9820:
9821: * src/classes/file.C: - little optimization for getting args in
9822: exec/cgi
9823:
9824: 2007-04-13 misha
9825:
9826: * src/classes/file.C: - arguments for file::exec/cgi can be
9827: specified now as s table with one column
9828:
9829: 2007-03-27 misha
9830:
9831: * tests/: 162.html, results/162.processed: - test for
9832: ^table.select(^condition[$t])
9833:
9834: * tests/results/auto.p: - load windows-1251 charset for some tests
9835:
9836: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9837:
9838: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9839: 161_windows1251.txt: - added test for
9840: ^file::load[text;/local/file.txt;$.charset[...]]
9841:
9842: * tests/: results/013.processed, 013.html: - added test for
9843: checking $._default value while hash modifications
9844:
9845: * tests/: 160.html, results/160.processed: - add test for
9846: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9847:
9848: 2007-03-22 misha
9849:
9850: * src/include/pa_common.h: - "charset" string defined for
9851: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9852:
9853: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9854: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9855: added - not needed transcodes were removed from
9856: ^file::load[...;http://...]
9857:
9858: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9859: added
9860:
9861: * src/classes/date.C: - date.week was fixed
9862:
9863: * operators.txt: - added info about date.weekyear
9864:
9865: * tests/: 159.html, results/159.processed: - tests for date.week
9866: and date.weekyear added
9867:
9868: 2007-03-15 misha
9869:
9870: * src/classes/table.C: - enclose column numbers for nameless tables
9871: as well
9872:
9873: 2007-03-14 misha
9874:
9875: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9876:
9877: * src/classes/table.C: - table.save optimization: now required much
9878: less memory
9879:
9880: 2007-03-13 misha
9881:
9882: * tests/results/: 158.processed, 158.processes: - tests for
9883: table.save/table.load
9884:
9885: * tests/: 158.html, results/158.processes: - tests for
9886: table.save/table.load
9887:
9888: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9889:
9890: * buildall-with-xml: - pattern needed now for building
9891:
9892: * tests/results/097.processed: - added test results for xdoc::load
9893: & xdoc::load[http://...]
9894:
9895: * tests/097.html: - added test for xdoc::load
9896:
9897: 2007-03-12 misha
9898:
9899: * tests/: 107.html, results/107.processed: - added test for xpath
9900: '//man'
9901:
9902: 2007-03-01 misha
9903:
9904: * tests/: 097.html, results/097.processed: - added test for
9905: creating xdoc from file
9906:
9907: * tests/: results/157.processed, 157.html: - added test for
9908: file:move
9909:
9910: 2007-02-28 misha
9911:
9912: * src/classes/xdoc.C: - another attempt
9913:
9914: * src/classes/xdoc.C: - roll back last changes for a while
9915:
9916: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9917:
9918: * src/classes/file.C: - under lock we create non-exist dir anyway
9919:
9920: * tests/results/099.processed: - ever send content-disposition to
9921: client with file
9922:
9923: * tests/157.html: + test for file:copy
9924:
9925: 2007-02-26 misha
9926:
9927: * src/classes/file.C: - some similar strings moved to #define
9928: instead of to be copy/pasted many times
9929:
9930: * src/types/pa_vfile.h: - class name string ("file") moved to
9931: #define
9932:
9933: 2007-02-20 misha
9934:
9935: * configure.in: - added some strings for sqlite detection
9936:
9937: 2007-02-19 misha
9938:
9939: * operators.txt: - some comments changes
9940:
9941: * buildall-with-xml, buildall-without-xml: - some modifications
9942:
9943: 2007-02-17 misha
9944:
9945: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9946:
9947: * src/main/pa_request.C: - damn, i forgot to commit it while I
9948: change console behaviour
9949:
9950: 2007-02-12 misha
9951:
9952: * src/targets/cgi/parser3.C: - don't print headers if
9953: $console:line[data] was used during cgi execution.
9954:
9955: * src/types/pa_vconsole.h: - console class have bool flag now which
9956: marked as 'true' if class was used.
9957:
9958: * tests/: 152.html, results/152.processed: - more types was added
9959: to test 152
9960:
9961: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9962: adding 'bool' (^if($image){} caused exception)
9963:
9964: 2007-02-09 misha
9965:
9966: * tests/: 152.html, results/152.processed: - test alightly updated
9967:
9968: * tests/: 152.html, results/152.processed: - test rewrited
9969:
9970: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9971: bugfix. I broke xdoc & xnode in expression
9972:
9973: 2007-02-08 misha
9974:
9975: * tests/: 152.html, results/152.processed: - add test for checking
9976: 'def' for void, string, bool, int & double
9977:
9978: 2007-02-07 misha
9979:
9980: * operators.txt: - ^file:base64[filespec] was added
9981:
9982: * tests/results/153.processed: - result test for
9983: ^file:base64[filespec] was updated
9984:
9985: * tests/153.html: - test for ^file:base64[filespec] was added
9986:
9987: * src/types/pa_vconsole.h: - little optimization
9988:
9989: * src/classes/file.C: - ^file:base64[filespec]
9990:
9991: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9992:
9993: * src/include/pa_common.h: - declarations for
9994: ^file:base64[filespec]
9995:
9996: * src/types/pa_vcookie.C: - little optimization
9997:
9998: 2007-02-06 misha
9999:
10000: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10001: were temporary commented
10002:
10003: * src/types/pa_vbool.h: - bugfix
10004:
10005: * tests/156.html: - added test for bool cookie
10006:
10007: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10008:
10009: * tests/: 155.html, results/155.processed: - added test for check
10010: $.encloser[] option for table save/load
10011:
10012: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10013:
10014: 2007-02-05 misha
10015:
10016: * tests/results/152.processed: - newline at the end was missed
10017:
10018: * tests/results/141.processed: - math:md5 must be lowercased
10019:
10020: * src/targets/cgi/parser3.C: - 2007 in help ;)
10021:
10022: 2007-02-03 misha
10023:
10024: * tests/results/: 150.processed, 151.processed, 152.processed: -
10025: test for bool added and some content length fixes
10026:
10027: * tests/152.html: - test for bool added
10028:
10029: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10030:
10031: * operators.txt: - info bool class was added
10032:
1.116 moko 10033: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10034: classes/classes.vcproj, classes/double.C, classes/int.C,
10035: classes/string.C, classes/void.C, classes/xnode.C,
10036: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10037: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10038: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10039: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10040: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10041: types/types.vcproj: - bool class was added
10042:
10043: * src/main/pa_request.C: - fix
10044:
10045: 2007-01-18 misha
10046:
10047: * src/: main/pa_string.C, classes/string.C: - return table during
10048: ^string.match[][] even if no matched found.
10049:
10050: 2006-12-20 misha
10051:
10052: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10053: http://www.parser.ru/forum/?id=55598 ]
10054:
10055: 2006-12-19 misha
10056:
10057: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10058: details: http://www.parser.ru/forum/?id=52359
10059:
10060: * src/main/pa_request.C: - always set content-disposition for
10061: $response:body[hash here]. more details:
10062: http://www.parser.ru/forum/?id=52130
10063:
10064: 2006-12-07 misha
10065:
10066: * operators.txt: - added info about bool params in cookie set
10067:
10068: * src/types/pa_vcookie.C: - bool param in cookies available now
10069: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10070: ]
10071:
10072: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10073: was added
10074:
10075: 2006-12-02 misha
10076:
10077: * src/classes/file.C: - file_block_read used instead of native read
10078:
10079: * src/main/pa_common.C: - added file_block_read with read error
10080: detection - file_block_read used instead of native read
10081:
10082: * src/include/pa_common.h: - added file_block_read declaration
10083:
10084: 2006-12-01 misha
10085:
10086: * operators.txt: - info about $var.CLASS_NAME was added
10087:
10088: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10089: $var.CLASS_NAME added
10090:
10091: * operators.txt: - added info about ^file:copy[]
10092:
10093: * src/classes/file.C: - ^file:copy[from;fo] was added
10094:
10095: 2006-11-20 misha
10096:
10097: * src/classes/date.C: - bug fix :)
10098:
10099: 2006-11-17 misha
10100:
10101: * src/include/pa_common.h: - array in crc32 calculation was changed
10102: to static
10103:
10104: * src/main/pa_common.C: - little optimization in getMonthDays -
10105: small changes in crc32 calculation
10106:
10107: * src/classes/date.C: - not needed code was removed
10108:
10109: 2006-11-16 misha
10110:
10111: * src/types/pa_vmail.C: - fix missed brakes
10112:
10113: * src/types/pa_vmail.C: - mail:send now set content-type:
10114: multipart/related instead of multipart/mixed if file have
10115: $.content-id[]
10116:
10117: 2006-11-15 misha
10118:
10119: * src/types/pa_vdouble.h: abs -> fabs
10120:
10121: 2006-11-14 misha
10122:
10123: * operators.txt: - added info about ^file.md5[] and
10124: ^file:md5[file-name]
10125:
10126: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10127: added
10128:
10129: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10130: FILE_BUFFER_SIZE
10131:
10132: * src/classes/math.C: - hex_string was moved to pa_common.h
10133:
10134: * src/include/pa_common.h: - hex_string was moved from math.C -
10135: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10136:
10137: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10138: values was fixed
10139:
10140: 2006-11-13 misha
10141:
10142: * operators.txt: - added info about ^math:crc32[string],
10143: ^file:crc32[file-name] & ^file.crc32[]
10144:
10145: * src/classes/math.C: - added ^math:crc32[string]
10146:
10147: * src/classes/file.C: - some comments were changed - added
10148: ^file:crc32[file-name] and ^file.crc32[]
10149:
10150: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10151: crc32 calculation added
10152:
10153: 2006-11-03 misha
10154:
10155: * src/include/pa_array.h: - not needed variable removed
10156:
10157: * tests/: 150.html, 151.html, results/150.processed,
10158: results/151.processed: - 2 tests were added
10159:
10160: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10161: with $.reverse(1) were fixed
10162:
10163: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10164: query converted to $.charset during ^file::load[http://...]
10165:
10166: 2006-11-02 misha
10167:
10168: * src/include/pa_table.h: ups. forget '=' char
10169:
10170: * src/include/pa_table.h: - one more fix in
10171: .locate[...][$.reverse(1)]
10172:
10173: 2006-11-01 misha
10174:
10175: * src/classes/math.C: - bug fix, details:
10176: http://www.parser.ru/forum/?id=53360
10177:
10178: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10179: false for all records )[$.reverse(1)]
10180:
10181: * src/main/pa_http.C: - second param for this mid method is length
10182: but not end_index so this method has error and can't detect
10183: charsets in next content-types: Content-type: text/html;
10184: charset="windows-1251" Content-type: text/html;
10185: charset="windows-1251"; Content-type: text/html;
10186: charset=windows-1251;
10187:
10188: only Content-type: text/html; charset=windows-1251 was fine
10189:
10190: 2006-10-31 misha
10191:
10192: * src/classes/file.C: - empty args in file::exec removed now
10193:
10194: 2006-09-03 paf
10195:
10196: * src/classes/file.C: proper tainting of
10197: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10198:
10199: 2006-06-09 paf
10200:
10201: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10202:
10203: * src/classes/table.C: formatting
10204:
10205: * src/classes/table.C: incorporated patch from misha: Sent:
10206: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10207: ignoring string options for ^table.save[]
10208:
10209: * src/classes/hash.C: incorporated patch from misha Sent:
10210: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10211: $hash._default disappear while
10212:
10213: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10214: $.format[!uue|!base64] << new base64 option. default uue ] ]
10215:
10216: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10217: PM Subject: patch for base64 in ^mail:send[] %-)
10218:
10219: 2006-04-09 paf
10220:
10221: * src/main/compile.tab.C: ` change compiled
10222:
10223: * gnu.vcproj, operators.txt, parser3.sln,
10224: src/classes/classes.vcproj, src/classes/file.C,
10225: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10226: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10227: src/classes/xnode.C, src/include/pa_array.h,
10228: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10229: src/include/pa_memory.h, src/include/pa_request.h,
10230: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10231: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10232: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10233: src/lib/pcre/pcre_dftables.vcproj,
10234: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10235: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10236: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10237: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10238: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10239: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10240: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10241: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10242: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10243: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10244: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10245: src/types/pa_value.h, src/types/pa_vcookie.C,
10246: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10247: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10248: src/types/pa_vstatus.C, src/types/types.vcproj,
10249: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10250: ^menu, ^hash/hashfile.foreach
10251:
10252: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10253: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10254: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10255: src/classes/xnode.C, src/include/pa_array.h,
10256: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10257: src/include/pa_memory.h, src/include/pa_request.h,
10258: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10259: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10260: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10261: src/lib/pcre/pcre_dftables.vcproj,
10262: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10263: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10264: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10265: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10266: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10267: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10268: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10269: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10270: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10271: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10272: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10273: src/types/pa_value.h, src/types/pa_vcookie.C,
10274: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10275: src/types/pa_vstatus.C, src/types/types.vcproj,
10276: tests/descript.ion: ! switched to VS2005 (projects and
10277: object<info explicitly typed>.for_each(, info)) +
10278: $response:field[] setting void means removing + grammar $name`
10279: name stops now, for mysql `$field` + started ^break[]
10280: ^continue[], in ^for. TODO: to other iterators (while, menu,
10281: foreach) + all log messages += [uri=, method=, cl=]
10282:
10283: * buildall-with-xml: merged . ftp paths update
10284:
10285: * buildall-with-xml: . ftp paths update
10286:
10287: 2006-03-04 paf
10288:
10289: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10290: checks++ [thanks to Igor Zinkovsky for detailed report]
10291:
10292: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10293: Igor Zinkovsky for detailed report]
10294:
10295: 2006-03-01 paf
10296:
10297: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10298: \n to ' ' in
10299:
10300: 2006-02-18 paf
10301:
10302: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10303: \n to ' ' in
10304:
10305: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10306:
10307: 2006-02-03 paf
10308:
10309: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10310: base64
10311:
10312: * src/main/pa_common.C: ! bugfix: decoding from base64
10313:
10314: 2006-01-20 paf
10315:
10316: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10317: economy fix
10318:
10319: * src/classes/: table.C: merged from HEAD ! bugfix
10320: ^table.save[$.encloser-s now handled properly
10321:
10322: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10323: handled properly
10324:
10325: 2006-01-19 paf
10326:
10327: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10328: libgc:USE_MUNMAP activates merging of free memory blocks which
10329: helps a lot in our case: after transform we want
10330: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10331:
10332: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10333: economy fix
10334:
10335: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10336: activates merging of free memory blocks which helps a lot in our
10337: case: after transform we want CORD(main.result)->cstr[big
10338: malloc]->transcode[big malloc]
10339:
10340: 2006-01-17 paf
10341:
10342: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10343: before reading them. got rid of reallocs = became quicker and
10344: less fragmentated
10345:
10346: 2005-12-29 paf
10347:
1.116 moko 10348: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10349: configure, configure.in, src/include/pa_version.h,
10350: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10351: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10352: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10353: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10354: src/lib/ltdl/missing: . merged from 3.2.1
10355:
1.116 moko 10356: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10357: packaged when 'make dist', so do configure companion files in
10358: src/lib/ltdl
10359:
10360: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10361: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10362: missing: . now config_auto.h is created with configure [were
10363: constant]
1.95 moko 10364:
10365: * INSTALL: . references to documentation and some clarification
10366:
10367: * buildall-with-xml, buildall-without-xml: . farawell doc
10368: indication
10369:
1.116 moko 10370: * Makefile.am: . dist+=buildall*
1.95 moko 10371:
10372: 2005-12-28 paf
10373:
10374: * configure: . 3.2.1
10375:
10376: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10377: simplify build process, see INSTALL
10378:
10379: 2005-12-26 paf
10380:
10381: * configure: ver
10382:
10383: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10384: version
10385:
10386: 2005-12-21 paf
10387:
10388: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10389: compiled with bison 1.875b, it reports unexpected token names
10390:
10391: 2005-12-19 paf
10392:
10393: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10394: holds a link to xmlNode to prevent premature gc(xmlNode)
10395:
10396: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10397: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10398: src/main/main.vcproj, src/main/pa_globals.C,
10399: src/targets/cgi/parser3.vcproj,
10400: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10401: configure, configure.in, src/include/pa_version.h: . killing
10402: gdome [what a relief]
10403:
10404: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10405: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10406: run_parser.sh, results/001.processed, results/002.processed,
10407: results/003.processed, results/004.processed,
10408: results/005.processed, results/006.processed,
10409: results/008.processed, results/009.processed,
10410: results/010.processed, results/011.processed,
10411: results/012.processed, results/013.processed,
10412: results/014.processed, results/015.processed,
10413: results/016.processed, results/017.processed,
10414: results/018.processed, results/020.processed,
10415: results/021.processed, results/022.processed,
10416: results/023.processed, results/024.processed,
10417: results/025.processed, results/026.processed,
10418: results/027.processed, results/028.processed,
10419: results/029.processed, results/030.processed,
10420: results/031.processed, results/032.processed,
10421: results/033.processed, results/034.processed,
10422: results/035.processed, results/036.processed,
10423: results/037.processed, results/038.processed,
10424: results/039.processed, results/040.processed,
10425: results/041.processed, results/042.processed,
10426: results/043.processed, results/044.processed,
10427: results/045.processed, results/046.processed,
10428: results/047.processed, results/048.processed,
10429: results/049.processed, results/050.processed,
10430: results/051.processed, results/052.processed,
10431: results/053.processed, results/054.processed,
10432: results/055.processed, results/056.processed,
10433: results/057.processed, results/058.processed,
10434: results/059.processed, results/060.processed,
10435: results/061.processed, results/062.processed,
10436: results/063.processed, results/064.processed,
10437: results/065.processed, results/066.processed,
10438: results/067.processed, results/068.processed,
10439: results/069.processed, results/070.processed,
10440: results/071.processed, results/072.processed,
10441: results/073.processed, results/074.processed,
10442: results/075.processed, results/076.processed,
10443: results/077.processed, results/078.processed,
10444: results/079.processed, results/080.processed,
10445: results/081.processed, results/082.processed,
10446: results/083.processed, results/084.processed,
10447: results/085.processed, results/086.processed,
10448: results/087.processed, results/088.processed,
10449: results/089.processed, results/090.processed,
10450: results/091.processed, results/092.processed,
10451: results/093.processed, results/094.processed,
10452: results/095.processed, results/096.processed,
10453: results/097.processed, results/099.processed,
10454: results/100.processed, results/101.processed,
10455: results/102.processed, results/104.processed,
10456: results/105.processed, results/106.processed,
10457: results/107.processed, results/108.processed,
10458: results/109.processed, results/110.processed,
10459: results/111.processed, results/112.processed,
10460: results/113.processed, results/114.processed,
10461: results/115.processed, results/117.processed,
10462: results/119.processed, results/120.processed,
10463: results/121.processed, results/122.processed,
10464: results/123.processed, results/124.processed,
10465: results/125.processed, results/126.processed,
10466: results/127.processed, results/128.processed,
10467: results/129.processed, results/130.processed,
10468: results/131.processed, results/132.processed,
10469: results/133.processed, results/134.processed,
10470: results/135.processed, results/136.processed,
10471: results/138.processed, results/139.processed,
10472: results/140.processed, results/141.processed,
10473: results/142.processed, results/143.processed,
10474: results/144.processed, results/145.processed,
10475: results/146.processed, results/147.processed,
10476: results/148.processed, results/149.processed, results/auto.p: .
10477: now works if we turn off default auto.p
10478:
1.116 moko 10479: * configure: . makes
1.95 moko 10480:
10481: * src/types/pa_vxnode.C: . less warnings
10482:
10483: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10484: tests/145.html, tests/149.html, tests/descript.ion,
10485: tests/outputs/d.cmd, tests/results/142.processed,
10486: tests/results/143.processed, tests/results/144.processed,
10487: tests/results/145.processed, tests/results/146.processed,
10488: tests/results/147.processed, tests/results/148.processed,
10489: tests/results/149.processed: . removed .nodeValue from all node
10490: types other than 5 (grabbed piece from gdome)
10491:
10492: * tests/: 137.html, results/137.processed: . not handled this case
10493: yet. code does not hang from inserting parent into child,
10494: considering thing minor issue -- nodes are removed from source
10495: anyway, don't know why shold that be an error after all
10496:
10497: * src/targets/cgi/parser3.C: . style
10498:
10499: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10500: xdoc too [were barking "not element"]
10501:
10502: 2005-12-16 paf
10503:
10504: * tests/: 146.html, 147.html, 148.html: . more tests
10505:
10506: * src/classes/xnode.C: . also bark on possible errors
10507:
10508: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10509: props
10510:
10511: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10512: main/compile.y: merged from HEAD ! fixed overoptimized
10513: ^call(false) case. (confused it with ^call[] case)
10514:
10515: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10516: ^call(false) case. (confused it with ^call[] case)
10517:
10518: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10519:
10520: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10521: results/001.processed, results/002.processed,
10522: results/003.processed, results/004.processed,
10523: results/005.processed, results/006.processed,
10524: results/008.processed, results/009.processed,
10525: results/010.processed, results/011.processed,
10526: results/012.processed, results/013.processed,
10527: results/014.processed, results/015.processed,
10528: results/016.processed, results/017.processed,
10529: results/018.processed, results/019.processed,
10530: results/020.processed, results/021.processed,
10531: results/022.processed, results/023.processed,
10532: results/024.processed, results/025.processed,
10533: results/026.processed, results/027.processed,
10534: results/028.processed, results/029.processed,
10535: results/030.processed, results/031.processed,
10536: results/032.processed, results/033.processed,
10537: results/034.processed, results/035.processed,
10538: results/036.processed, results/037.processed,
10539: results/038.processed, results/039.processed,
10540: results/040.processed, results/041.processed,
10541: results/042.processed, results/043.processed,
10542: results/044.processed, results/045.processed,
10543: results/046.processed, results/047.processed,
10544: results/048.processed, results/049.processed,
10545: results/050.processed, results/051.processed,
10546: results/052.processed, results/053.processed,
10547: results/054.processed, results/055.processed,
10548: results/056.processed, results/057.processed,
10549: results/058.processed, results/059.processed,
10550: results/060.processed, results/061.processed,
10551: results/062.processed, results/063.processed,
10552: results/064.processed, results/065.processed,
10553: results/066.processed, results/067.processed,
10554: results/068.processed, results/069.processed,
10555: results/070.processed, results/071.processed,
10556: results/072.processed, results/073.processed,
10557: results/074.processed, results/075.processed,
10558: results/076.processed, results/077.processed,
10559: results/078.processed, results/079.processed,
10560: results/080.processed, results/081.processed,
10561: results/082.processed, results/083.processed,
10562: results/084.processed, results/085.processed,
10563: results/086.processed, results/087.processed,
10564: results/088.processed, results/089.processed,
10565: results/090.processed, results/091.processed,
10566: results/092.processed, results/093.processed,
10567: results/094.processed, results/095.processed,
10568: results/096.processed, results/097.processed,
10569: results/099.processed, results/101.processed,
10570: results/102.processed, results/104.processed,
10571: results/105.processed, results/106.processed,
10572: results/107.processed, results/108.processed,
10573: results/109.processed, results/110.processed,
10574: results/111.processed, results/112.processed,
10575: results/113.processed, results/114.processed,
10576: results/115.processed, results/116.processed,
10577: results/117.processed, results/118.processed,
10578: results/119.processed, results/120.processed,
10579: results/121.processed, results/122.processed,
10580: results/123.processed, results/124.processed,
10581: results/125.processed, results/126.processed,
10582: results/127.processed, results/128.processed,
10583: results/129.processed, results/130.processed,
10584: results/131.processed, results/132.processed,
10585: results/133.processed, results/134.processed,
10586: results/135.processed, results/136.processed,
10587: results/137.processed, results/138.processed,
10588: results/139.processed, results/140.processed,
10589: results/141.processed: . refreshed old tests, made them work
10590: without auto.p (in utf8) . things noted: . gif got encoded
10591: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10592: some strange year)
10593:
10594: * INSTALL: . revived linux libgc fix
10595:
10596: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10597: glib/gdome in INSTALL and patches]
10598:
10599: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10600: include/pa_charset.h, include/pa_config_includes.h,
10601: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10602: include/pa_xml_exception.h, lib/cord/Makefile.am,
10603: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10604: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10605: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10606: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10607: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10608: types/pa_vxnode.h: . started killing gdome
10609:
10610: 2005-12-13 paf
10611:
10612: * src/main/: pa_request.C: merged from HEAD ! when code in
10613: @unhandled_exception thrown another exception, print correct
10614: origin (earlier code in catch of exception inside of
10615: @unhandled_exception grabbed parent_frame(original_exception)
10616: origin and printed it, instead of true origin)
10617:
10618: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10619: another exception, print correct origin (earlier code in catch of
10620: exception inside of @unhandled_exception grabbed
10621: parent_frame(original_exception) origin and printed it, instead
10622: of true origin)
10623:
10624: 2005-12-09 paf
10625:
10626: * INSTALL: . updated INSTALL doc to work around linux stack base
10627: detection problem, due to change in gc6.4 code
10628:
10629: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10630: ignored in ^string.matched :(
10631:
10632: * src/main/pa_string.C: ! regex tainting were ignored in
10633: ^string.matched :(
10634:
10635: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10636: src/include/pa_config_fixed.h, src/include/pa_version.h,
10637: src/main/compile.y, src/main/compile_tools.h,
10638: src/main/pa_charset.C, src/main/pa_common.C,
10639: src/main/pa_globals.C, src/main/pa_string.C,
10640: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10641: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10642:
10643: 2005-12-08 paf
10644:
10645: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10646: 500 chars now handled OK [were wrapped on 500th char according to
10647: rfc, but sendmail failed to unwrap it properly]
10648:
10649: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10650: handled OK [were wrapped on 500th char according to rfc, but
10651: sendmail failed to unwrap it properly]
10652:
10653: * src/targets/isapi/parser3isapi.C: . less warnings
10654:
10655: * src/targets/isapi/parser3isapi.C: . undone some strange change
10656: since 3.1.5
10657:
10658: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10659: link fixes
10660:
10661: * src/: classes/date.C, include/pa_config_fixed.h,
10662: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10663: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10664: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10665:
10666: * src/include/pa_config_fixed.h: . removed outdated string origins
10667: [in current storage scheme there's no place for them. someday we
10668: can add third CORD to store origins and special version of parser
10669: which stores origins there [separate binary]]
10670:
10671: 2005-12-07 paf
10672:
10673: * src/targets/isapi/parser3isapi.C: . now links in release mode
10674:
10675: * src/include/pa_version.h: makefiles
10676:
10677: * src/include/pa_version.h: . not beta
10678:
10679: * configure, configure.in, src/include/pa_version.h: not beta
10680:
10681: 2005-12-06 paf
10682:
10683: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10684: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10685: decided to undo the change ^call[$void] passes void. now it will
10686: pass empty string again.
10687:
10688: * src/main/: compile.tab.C, compile.y: . version readded
10689:
10690: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10691: = ^switch[void] problem
10692:
10693: 2005-12-01 paf
10694:
10695: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10696: caused ^case[string] to be coerced to double since searching
10697: value were not string (it was vvoid)
10698:
10699: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10700: ^case[string] to be coerced to double since searching value were
10701: not string (it was vvoid)
10702:
10703: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10704: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10705:
10706: 2005-11-30 paf
10707:
10708: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10709: win32 must putenv("TZ="), on unix works only putenv("TZ")
10710:
10711: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10712: putenv("TZ="), on unix works only putenv("TZ")
10713:
10714: * INSTALL: . xml libs versions updated
10715:
10716: * src/main/pa_globals.C: //20051130 trying to remove this, author
10717: claims that fixed a lot there // 20040920 for now both
10718: workarounds needed. wait for new libxml/xsl versions
10719:
10720: 2005-11-28 paf
10721:
10722: * src/classes/table.C: merged from HEAD: ! nameless table has
10723: columns==0
10724:
10725: * src/classes/table.C: ! nameless table has columns==0
10726:
10727: * src/main/pa_http.C: merged from HEAD: ! status line check made
10728: earlier [was totally wrong]
10729:
10730: * src/main/pa_http.C: ! status line check made earlier [was totally
10731: wrong]
10732:
10733: 2005-11-25 paf
10734:
10735: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10736: undoing for now...
10737:
10738: * src/include/pa_version.h: -this reduces speed(table::load),
10739: strange. undoing
10740:
10741: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10742:
10743: * src/classes/op.C: + ^while(){}[SEPARATOR]
10744:
10745: * src/include/pa_array.h: + optimistics added: all arrays (table
10746: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10747: this speeds things up and saves memory a LOT! (not noticed
10748: negative effect on syntetic tests, future will tell...)
10749:
10750: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10751: changed gc_malloc implementation, which obscured profiling
10752:
10753: * src/classes/table.C: merged from HEAD: + optimized
10754: table::load/sql, now row ArrayString-s allocated with
10755: columns.count() elements and don't always grow from
10756: count=3[realloc,realloc]
10757:
10758: * src/classes/table.C: + optimized table::load/sql, now row
10759: ArrayString-s allocated with columns.count() elements and don't
10760: always grow from count=3[realloc,realloc]
10761:
10762: * src/classes/table.C: merged from HEAD: . ^table.save unused
10763: buffer after save
10764:
10765: * src/classes/table.C: . ^table.save unused buffer after save
10766:
10767: 2005-11-24 paf
10768:
10769: * configure.in: . merged glib2-config patch
10770:
10771: * configure.in: + trying to find glib2-config
10772:
10773: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10774: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10775: file/dir_readable to simple file/dir_exist, this would help in
10776: situations "class not found because .p file has bad rights" << in
10777: that case error would be explicit "access denied to 'this' file"
10778:
1.116 moko 10779: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10780:
10781: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10782: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10783: to simple file/dir_exist, this would help in situations "class
10784: not found because .p file has bad rights" << in that case error
10785: would be explicit "access denied to 'this' file"
10786:
10787: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10788: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10789: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10790: ^file::exec/cgi[script;$.charset[changed]
10791: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10792: encoded in $.charset charset
10793:
10794: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10795: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10796: encoded in $.charset charset
10797:
10798: * src/: include/Makefile.am, include/pa_common.h,
10799: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10800: main/pa_common.C, main/pa_http.C: . extracted http:// into
10801: separate file [preparation for
10802: ^file::cgi[script;$.form[$.field1[]
10803:
10804: 2005-11-22 paf
10805:
10806: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10807:
10808: * acinclude.m4, configure.in: . merged underquting fixes
10809:
1.116 moko 10810: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10811:
10812: * src/classes/op.C: . overmerged a little
10813:
10814: * src/main/compile.tab.C: Makefile
10815:
10816: * src/main/: pa_common.C: . less gcc warnings
10817:
10818: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10819: now reports original exception if we have no old cache
10820:
10821: * src/classes/op.C: + $exception.handled[cache] now reports
10822: original exception if we have no old cache
10823:
10824: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10825: from HEAD: + ^taint/untaint[regex] << escapes these:
10826: \^$.[]|()?*+{}
10827:
10828: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10829: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10830:
10831: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10832: getenv-ed variable, which does not work both on win32&unix.
10833: copied old TZ value now
10834:
10835: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10836: stored pointer to getenv-ed variable, which does not work both on
10837: win32&unix. copied old TZ value now
10838:
10839: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10840: getenv-ed variable, which does not work both on win32&unix.
10841: copied old TZ value now
10842:
10843: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10844: access to internal hash
10845:
10846: * src/types/pa_vresponse.C: + $response:headers access to internal
10847: hash
10848:
10849: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10850: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10851: isapi] this reduces number of "GC Warning: Repeated allocation of
10852: very large block" messages to only important onces
10853:
10854: * src/targets/isapi/parser3isapi.C: +
10855: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10856: isapi] this reduces number of "GC Warning: Repeated allocation of
10857: very large block" messages to only important onces
10858:
10859: * src/classes/string.C: merged from HEAD: + removed limitation on
10860: ^string/int/double:sql{}[$.default[({param style})] ]
10861:
10862: * src/classes/string.C: + removed limitation on
10863: ^string/int/double:sql{}[$.default[({param style})] ]
10864:
10865: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10866: with ?params or $.form option" limitation
10867:
10868: * src/main/pa_common.C: + removed "use either uri with ?params or
10869: $.form option" limitation
10870:
10871: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10872: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10873: ^file::base64[encoded] decode
10874:
10875: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10876: main/pa_common.C: + ^file.base64[] encode +
10877: ^file::base64[encoded] decode
10878:
10879: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10880: ^string:base64[encoded] decode
10881:
10882: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10883: ^string:base64[in] encode + ^string.base64[] decode
10884:
10885: 2005-11-21 paf
10886:
10887: * src/classes/file.C: + merged from HEAD:
10888: ^file::create[text;file.xml;^untaint[xml]{data}]
10889:
10890: * src/classes/file.C: +
10891: ^file::create[text;file.xml;^untaint[xml]{data}]
10892:
10893: * src/main/pa_request.C: ! merged: $response:body[file] now
10894: differes from :download, it does not return content-disposition
10895: at all now [previusely it returned valueless content-disposition]
10896:
10897: * src/main/pa_request.C: ! $response:body[file] now differes from
10898: :download, it does not return content-disposition at all now
10899: [previusely it returned valueless content-disposition]
10900:
10901: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10902: literals, reverted to just vvod, recreating empty array with each
10903: void_value token. that's absolutely needed, since that array
10904: grows
10905:
10906: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10907: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10908: types/pa_vmethod_frame.h: + merged: expression literals:
10909: true/false. ^format[$.indent(true)]
10910:
10911: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10912: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10913: types/pa_vmethod_frame.h: + expression literals: true/false.
10914: ^format[$.indent(true)]
10915:
10916: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10917: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10918: i386-pc-win32)"
10919:
10920: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10921: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10922: i386-pc-win32)"
10923:
10924: 2005-11-18 paf
10925:
10926: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10927: null}[$.default(123)] will now return default value
10928:
10929: * src/classes/op.C: + merged ^cache[] << returns current cache
10930: expiration time
10931:
10932: * src/classes/op.C: + ^cache[] << returns current cache expiration
10933: time
10934:
10935: * src/classes/table.C: ! merged ^table::create[not'nameless';
10936: failed << Exception.problem_source pointed to local var!
10937:
10938: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10939: Exception.problem_source pointed to local var!
10940:
10941: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10942: now loads VFile.ptr!=0, so such files can be saved now
10943:
10944: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10945: loads VFile.ptr!=0, so such files can be saved now
10946:
10947: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10948: only . and .. now removed from list [were removed all .*]
10949:
10950: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10951: .. now removed from list [were removed all .*]
10952:
10953: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10954: open error now checked, were not :( [stole that piece from apache
10955: 1.3 sources]
10956:
10957: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10958: checked, were not :( [stole that piece from apache 1.3 sources]
10959:
10960: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10961: untainting of @main result if returned by $result or
10962: $response:body
10963:
10964: * src/main/pa_request.C: ! ensured proper untainting of @main
10965: result if returned by $result or $response:body
10966:
10967: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10968: issue: now tries to guess content-length and allocates one big
10969: piece if possible [regretfully gc_realloc works as malloc+free,
10970: leaving lots of holes behind]
10971:
10972: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10973: fixed file load memory issue: now tries to guess content-length
10974: and allocates one big piece if possible [regretfully gc_realloc
10975: works as malloc+free, leaving lots of holes behind]
10976:
10977: 2005-11-16 paf
10978:
10979: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10980: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10981: table::save with enclosers now doubles them: "->"" !
10982: table::save/load do not remove elements from options hash
10983:
10984: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10985: [were overoptimized ^if(double_literal), compiler confused
10986: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10987:
10988: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10989: [were overoptimized ^if(double_literal), compiler confused
10990: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10991:
10992: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10993: main/pa_common.C: ! table::save with enclosers now doubles them:
10994: "->"" ! table::save/load do not remove elements from options hash
10995:
10996: 2005-11-03 paf
10997:
1.116 moko 10998: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10999: compilation, not all makefiles liked that
1.95 moko 11000:
11001: 2005-08-30 paf
11002:
11003: * src/classes/op.C: merge . speedup check of [DEFAULT]
11004:
11005: * src/classes/op.C: . speedup check of [DEFAULT]
11006:
11007: 2005-08-26 paf
11008:
11009: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11010:
11011: * src/: classes/date.C, types/pa_vdate.h: + date.week
11012:
11013: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11014: complains about bad!=nameless
11015:
11016: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11017: about bad!=nameless
11018:
11019: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11020: optional options were allowed to be empty. were checked
11021: if(is_string), changed to !defined||is_string to allow void
11022:
11023: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11024: classes/string.C, classes/table.C, classes/void.C: ! optional
11025: options were allowed to be empty. were checked if(is_string),
11026: changed to !defined||is_string to allow void
11027:
11028: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11029: as_junction where they needed as_int/double, so failed with
11030: recent "(const) now no junction" optimization
11031:
11032: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11033: merged ! many classes/* used as_junction where they needed
11034: as_int/double, so failed with recent "(const) now no junction"
11035: optimization
11036:
11037: * src/: classes/double.C, classes/int.C, classes/math.C,
11038: classes/op.C, classes/string.C, classes/table.C,
11039: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11040: used as_junction where they needed as_int/double, so failed with
11041: recent "(const) now no junction" optimization
11042:
11043: 2005-08-24 paf
11044:
11045: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11046: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11047: stripped it
11048:
11049: 2005-08-09 paf
11050:
11051: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11052: not cleared
11053:
11054: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11055: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11056: classes/hashfile.C, classes/image.C, classes/int.C,
11057: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11058: classes/response.C, classes/string.C, classes/table.C,
11059: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11060: include/pa_array.h, include/pa_cache_managers.h,
11061: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11062: include/pa_config_fixed.h, include/pa_config_includes.h,
11063: include/pa_dictionary.h, include/pa_dir.h,
11064: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11065: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11066: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11067: include/pa_request_charsets.h, include/pa_request_info.h,
11068: include/pa_sapi.h, include/pa_socks.h,
11069: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11070: include/pa_stack.h, include/pa_string.h,
11071: include/pa_stylesheet_connection.h,
11072: include/pa_stylesheet_manager.h, include/pa_table.h,
11073: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11074: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11075: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11076: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11077: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11078: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11079: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11080: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11081: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11082: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11083: main/pa_sql_driver_manager.C, main/pa_string.C,
11084: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11085: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11086: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11087: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11088: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11089: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11090: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11091: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11092: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11093: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11094: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11095: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11096: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11097: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11098: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11099: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11100: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11101: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11102: types/pa_vresponse.C, types/pa_vresponse.h,
11103: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11104: types/pa_vstateless_object.h, types/pa_vstatus.C,
11105: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11106: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11107: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11108: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11109: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11110:
11111: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11112: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11113: speedup consequent checks in vmethod_frame
11114:
11115: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11116: not cleared
11117:
11118: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11119: params: 50 max (were 10)
11120:
11121: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11122: params: 50 max (were 10)
11123:
11124: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11125: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11126: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11127: empty string) ! simplified (double) speedup consequent checks in
11128: vmethod_frame
11129:
11130: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11131: optimized constants in expressions vstring->vdouble + optimized
11132: ^call(vdouble), no junction creation, no calls later
11133:
11134: 2005-08-08 paf
11135:
11136: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11137: compile_tools.h: merged + optimized constants in expressions
11138: vstring->vdouble + optimized ^call(vdouble), no junction
11139: creation, no calls later
11140:
11141: * src/types/pa_vdouble.h: merged . double values without fractional
11142: part now default printed as %.0f instead of %g
11143:
11144: * src/types/pa_vdouble.h: . double values without fractional part
11145: now default printed as %.0f instead of %g
11146:
11147: * src/classes/hashfile.C: . merged ! second hashfile::open would
11148: cause an exception
11149:
11150: * src/classes/hashfile.C: ! second hashfile::open would cause an
11151: exception
11152:
11153: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11154: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11155: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11156: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11157: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11158: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11159: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11160: types/pa_vresponse.h, types/pa_vstateless_class.C,
11161: types/pa_vstateless_object.h, types/pa_vvoid.h,
11162: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11163: merged VJunction(new Junction) optimization from 3.1.4
11164:
11165: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11166: types/pa_vstateless_class.C: + optimized new VJunction(new
11167: Junction(params)) to new VJunction(params), thousands of mallocs
11168: removed
11169:
11170: 2005-08-05 paf
11171:
11172: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11173: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11174: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11175: creation, no calls later
11176:
11177: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11178: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11179: classes/hashfile.C, classes/image.C, classes/int.C,
11180: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11181: classes/response.C, classes/string.C, classes/table.C,
11182: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11183: include/pa_array.h, include/pa_cache_managers.h,
11184: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11185: include/pa_config_fixed.h, include/pa_config_includes.h,
11186: include/pa_dictionary.h, include/pa_dir.h,
11187: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11188: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11189: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11190: include/pa_request_charsets.h, include/pa_request_info.h,
11191: include/pa_sapi.h, include/pa_socks.h,
11192: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11193: include/pa_stack.h, include/pa_string.h,
11194: include/pa_stylesheet_connection.h,
11195: include/pa_stylesheet_manager.h, include/pa_table.h,
11196: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11197: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11198: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11199: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11200: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11201: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11202: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11203: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11204: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11205: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11206: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11207: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11208: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11209: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11210: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11211: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11212: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11213: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11214: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11215: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11216: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11217: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11218: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11219: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11220: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11221: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11222: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11223: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11224: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11225: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11226: types/pa_vstateless_object.h, types/pa_vstatus.C,
11227: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11228: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11229: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11230: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11231: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11232:
11233: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11234: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11235: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11236: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11237: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11238: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11239: optimized constants in expressions vstring->vdouble
11240:
11241: 2005-07-29 paf
11242:
11243: * src/types/pa_vclass.C: . shaped up error messages a bit
11244:
11245: * src/types/pa_vclass.C: + property getter can now be overridden
11246:
11247: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11248: bug fix: static parent fields were not replaced in case
11249: $derived:field[put] + property setter can now be overridden
11250:
11251: 2005-07-28 paf
11252:
11253: * configure, configure.in, src/classes/classes.h,
11254: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11255: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11256: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11257: src/classes/xnode.h, src/include/pa_hash.h,
11258: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11259: src/types/Makefile.am, src/types/pa_method.h,
11260: src/types/pa_value.h, src/types/pa_vclass.C,
11261: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11262: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11263: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11264: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11265: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11266: src/types/pa_vobject.C, src/types/pa_vobject.h,
11267: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11268: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11269: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11270: src/types/pa_vstateless_class.h,
1.95 moko 11271: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11272: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11273: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11274: dynamic_fields_join
11275:
11276: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11277: classes/xnode.C, include/pa_hash.h, main/execute.C,
11278: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11279: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11280: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11281: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11282: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11283: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11284: types/pa_vresponse.h, types/pa_vstateless_object.h,
11285: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11286: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11287: restored its checks in vobject.put_element->static fields |
11288: dynamic properties
11289:
11290: 2005-07-27 paf
11291:
11292: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11293: is some old code containing @set_name $name
11294:
11295: * src/types/pa_vobject.h: . fixed warning
11296:
11297: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11298: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11299:
11300: * src/: classes/xnode.C, include/pa_hash.h,
11301: types/pa_vstateless_class.C: ! new asserts were all false.
11302: regretfully reverted them all to checks
11303:
11304: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11305: classes/op.C, main/execute.C, types/pa_method.h,
11306: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11307: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11308: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11309: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11310: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11311: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11312: types/pa_vstateless_object.h, types/pa_vvoid.h,
11313: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11314: joined_dynamic_fields: removed unused param from put_method
11315: (returned to 3 params)
11316:
11317: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11318: joined_dynamic_fields: dynamic get/set works with overriding
11319: props [alpha2]
11320:
11321: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11322: works [alfa]
11323:
11324: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11325: classes/op.C, include/pa_hash.h, main/execute.C,
11326: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11327: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11328: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11329: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11330: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11331: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11332: types/pa_vresponse.h, types/pa_vstateless_class.C,
11333: types/pa_vstateless_object.h, types/pa_vvoid.h,
11334: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11335: joined_dynamic_fields: just compiled
11336:
11337: * src/: classes/date.C, classes/file.C, classes/hash.C,
11338: classes/hashfile.C, classes/image.C, classes/table.C,
11339: classes/xdoc.C, classes/xnode.h, main/execute.C,
11340: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11341: types/pa_vstateless_class.h: joined_dynamic_fields: started
11342:
11343: * src/types/pa_vobject.C: . object setters [only started, does not
11344: work yet]
11345:
11346: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11347: object setters [only started, does not work yet]
11348:
11349: 2005-07-26 paf
11350:
11351: * src/: include/pa_request.h, main/execute.C: . properties: set
11352: works [alpha2]. for classes. todo: for objects
11353:
11354: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11355: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11356: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11357: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11358: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11359: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11360: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11361: types/pa_vstateless_object.h, types/pa_vvoid.h,
11362: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11363: properties: set works [alpha1]
11364:
11365: 2005-07-25 paf
11366:
11367: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11368: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11369: properties: started, get works [alpha1, other approach]
11370:
11371: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11372: properties: started, get works [alpha2]
11373:
11374: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11375: pa_vstateless_class.h: . properties: started, get works [alpha]
11376:
11377: 2005-07-15 paf
11378:
11379: * src/: classes/classes.h, classes/op.C, main/execute.C,
11380: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11381: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11382: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11383: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11384: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11385: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11386: types/pa_vresponse.C, types/pa_vresponse.h,
11387: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11388: types/pa_vstateless_object.h, types/pa_vvoid.h,
11389: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11390: types/pa_wwrapper.h, types/types.vcproj: + started property
11391: [getters work but think of changing them too to precaching]
11392:
11393: 2005-07-08 paf
11394:
11395: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11396: gpf
11397:
11398: 2005-06-28 paf
11399:
11400: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11401: in passing empty strings to file::exec/cgi environment
11402:
11403: 2005-06-06 paf
11404:
11405: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11406: ^table:sql ^hash:sql now DO process $.bind option
11407:
11408: 2005-05-24 paf
11409:
11410: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11411: $.limit] now work again [support was broken in 3.1.4]
11412:
11413: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11414: ALL_INTERIOR_POINTERS
11415:
11416: 2005-05-12 paf
11417:
11418: * configure: 3.1.5beta
11419:
11420: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11421:
11422: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11423: $.limit] now work again [support was broken in 3.1.4]
11424:
11425: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11426: line-width [was refusing to fill if line-width >1, thanks to
11427: Seras <seras@pinxit.lt> for repro case
11428:
11429: 2005-04-25 paf
11430:
11431: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11432: correctly
11433:
11434: 2005-04-19 paf
11435:
11436: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11437: in VString violating invariant!!
11438:
11439: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11440: getenv("TZ")==null
11441:
11442: 2005-04-08 paf
11443:
11444: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11445: bugfix: when there is no char in charset one byte produces 6
11446: (ÿ <<max). increased buffer size!
11447:
11448: 2005-03-23 paf
11449:
11450: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11451: ^date.sql-string now takes TZ into account
11452:
11453: 2005-03-16 paf
11454:
11455: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11456: gcc 3.4
11457:
11458: * src/types/pa_vhash.C: . warning about eof eol
11459:
11460: 2005-02-17 paf
11461:
11462: * operators.txt, src/classes/op.C: + operator ^sleep(double
11463: seconds)
11464:
11465: 2005-02-02 paf
11466:
11467: * src/classes/xnode.C: beauty: removed needless includes
11468:
11469: 2005-01-31 paf
11470:
11471: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11472: $.partNoNumber now alias to $.part1
11473:
11474: * src/types/pa_vmail.C: change: incoming letter part contains
11475: "content-disposition" header with any value? now considering that
11476: part to be "file#" [for text/plain text/html were $.text#
11477: $.html#]
11478:
11479: * INSTALL: updatet to latest working versions available
11480:
11481: 2005-01-20 paf
11482:
11483: * configure.in, src/include/pa_version.h: version
11484:
11485: 2005-01-19 paf
11486:
1.116 moko 11487: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11488: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11489: couple warnings in parser3.C
1.95 moko 11490:
11491: 2004-12-23 paf
11492:
11493: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11494:
11495: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11496: dir to directory of script (when shbang used), not to directory
11497: of its interpreter
11498:
11499: * src/include/pa_version.h: compiled on win32...
11500:
11501: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11502: we need more hspace
11503:
11504: * configure, configure.in, src/include/pa_version.h: configured
11505: host to pa_version. will be displayed everywhere
11506:
11507: * src/main/pa_request.C: new: @unhandled_exception can prevent
11508: exception from being logged by setting $exception.handled(1)
11509:
11510: * operators.txt, src/classes/file.C: change:
11511: ^file::sql{query}[[options]] options: $.name[file name]
11512: $.content-type[application/what]
11513:
11514: * src/: include/pa_common.h, main/pa_common.C,
11515: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11516: new file
11517:
11518: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11519: bugfix: table->hash now regards _default
11520:
11521: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11522: created by accessing $name_of_method it acquired bad self=closest
11523: methodframe; instead of proper self (current class)
11524:
11525: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11526: hashfile produced bad cord
11527:
11528: 2004-12-10 paf
11529:
11530: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11531: subsequent failures though defined in .h
11532:
11533: * src/main/pa_common.C: comment on volatile
11534:
11535: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11536: alarm function were not used since the beginning due to stupid
11537: error [setsigjmp were not checked in configure.in]
11538:
11539: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11540: unix too
11541:
11542: * src/main/pa_common.C: http: exception status of send/recv errors
11543: change to most probable http.timeout
11544:
11545: * src/main/pa_common.C: win32: http connection $.timeout option now
11546: works [setsockopt on send/receive]
11547:
11548: 2004-12-08 paf
11549:
11550: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11551: cstr-ed knowing mail charset, and untainting uri lang now knows
11552: proper charset
11553:
11554: 2004-11-24 paf
11555:
11556: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11557:
11558: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11559: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11560:
11561: 2004-11-12 paf
11562:
11563: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11564: [since 3.0.4]
11565:
11566: 2004-11-09 paf
11567:
11568: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11569: writes basics to c:\parser3.log
11570:
11571: 2004-10-21 paf
11572:
11573: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11574: tainted strings [were returning clean onces]
11575:
11576: 2004-10-15 paf
11577:
11578: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11579: cycles(i=1; i=2), which was wrong, now does ONE
11580:
11581: 2004-10-12 paf
11582:
11583: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11584:
11585: 2004-10-07 paf
11586:
11587: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11588: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11589: release asserts
11590:
11591: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11592: String.dump() to stdout in detailed form [were String.v() in
11593: short form]
11594:
11595: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11596: \t\r\n as @#| and truncates long char sequences less
11597:
11598: 2004-10-06 paf
11599:
11600: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11601: win32 beauty: socket errors properly decoded
11602:
11603: 2004-10-05 paf
11604:
11605: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11606: request::configure_user/admin done always, even if no
11607: file-to-process useful in @unhandled_exception [say, if they
11608: would want to mail by SMTP something]
11609:
11610: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11611: now performed prior to file loading [and @auto executing] thus
11612: making $cookie:value available in @auto and in
11613: @unhandled_exception when IIS is configured to run interpreter
11614: even if no file exist
11615:
11616: 2004-09-20 paf
11617:
11618: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11619: somewhere where it should have called xmlMalloc and it calls
11620: xmlFree when it should have not called it. inserted two
11621: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11622: xmlFree just ignored. put away a testcase, maybe someday libxml
11623: author would fix all that. until that day: we have SLOW garbage
11624: collecting when many xml objects are alive hint: do
11625: ^memory:compact[] before xdoc::create
11626:
11627: 2004-09-17 paf
11628:
11629: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11630: error from 3.0.8 version]
11631:
11632: 2004-09-14 paf
11633:
11634: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11635: part bugfix: hashfile.foreach iterated only part if hashfile were
11636: modified inside
11637:
11638: 2004-09-13 paf
11639:
11640: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11641: [were as octal]
11642:
11643: * src/types/pa_vhashfile.C: beauty: not reproduced
11644: $hashfile.key[$novalue] bug [reported by motorin], inserted
11645: safety-check
11646:
11647: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11648: [not something obscure from sdbm lib]
11649:
11650: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11651: = strerror now returnes something and we can properly report that
11652: to client
11653:
11654: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11655: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11656:
11657: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11658: [tainted as-is] this helps //[space][newline] to remain as-is and
11659: not be unnecessary optimized away [ruining javascript]
11660:
11661: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11662: [tainted as-is]
11663:
11664: * src/classes/mail.C: bugfix: typo error
11665:
11666: 2004-09-09 paf
11667:
11668: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11669: separators bugfix: loads header with endings \r\n\r\n and \n\n
11670: (bloody yandex.server)
11671:
11672: 2004-09-06 paf
11673:
11674: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11675: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11676: encoded
11677:
11678: 2004-09-01 paf
11679:
11680: * src/types/pa_vmail.C: change: multipart/mixed changed to
11681: multipart/related outlook express have no problems showing
11682: unrelated attachments. todo: someday figure out a way of
11683: multipart/mixed multipart/related text/html
11684: image/xxx application/octet-stream << true attachments
11685:
11686: * src/types/pa_vmail.C: new:
11687: ^mail:send[$.file[$.content-disposition can be overriden new:
11688: empty mail header fields removed from letter
11689:
11690: * src/: classes/mail.C, include/pa_config_fixed.h,
11691: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11692: ^mail:send[ $.file[ $.any[header]
11693:
11694: 2004-08-30 paf
11695:
11696: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11697: warnings
11698:
11699: * src/main/pa_common.C: beauty: do not bother with charset
11700: detection when ^file::load[binary
11701:
11702: 2004-08-27 paf
11703:
11704: * src/main/pa_common.C: hack: for yandex.server http server
11705:
11706: 2004-08-18 paf
11707:
11708: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11709: possibly-chunked response
11710:
11711: 2004-08-17 paf
11712:
11713: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11714: $f.content-type now = that of http response
11715:
11716: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11717: $f.content-type now = that of http response
11718:
11719: 2004-07-30 paf
11720:
11721: * src/: include/pa_request.h, main/pa_request.C,
11722: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11723: win32: system&parser exceptions in release mode reported properly
11724: parser exception in exception handler WERE mistakenly reported as
11725: system exception, without details [in apache & isapi] +some
11726: beauty in exception text
11727:
11728: * src/: include/pa_exception.h, main/pa_request.C,
11729: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11730: release mode reported properly parser exception in exception
11731: handler WERE mistakenly reported as system exception, without
11732: details
11733:
11734: * src/main/execute.C: beauty: simplified system exception handling
11735:
11736: 2004-07-29 paf
11737:
11738: * src/classes/table.C: bugfix:
11739: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11740: were ignored, and \t used unconditionally]
11741:
11742: * src/types/Makefile.am: added vhash.c
11743:
11744: 2004-07-28 paf
11745:
11746: * src/: classes/date.C, classes/image.C, classes/math.C,
11747: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11748: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11749: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11750: failed on russian letters
11751:
11752: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11753: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11754: letters
11755:
11756: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11757: as 'currentDirectory' parameter to CreateProcess
11758:
11759: 2004-07-27 paf
11760:
11761: * src/targets/cgi/parser3.vcproj: beauty: win32:
11762: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11763: from release somewhere [to help searching for unhandled system
11764: exceptions]
11765:
11766: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11767: TZ shift
11768:
11769: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11770: but also in ctor
11771:
11772: 2004-07-26 paf
11773:
11774: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11775: src/main/pa_request.C, src/types/pa_vfile.h,
11776: src/types/pa_vhash.C, src/types/pa_vhash.h,
11777: src/types/types.vcproj: new: $response:body/download[
11778: $.file[name on disk] $.name[of file for user]
11779: $.mdate[date of last-modified. default from directory] ]
11780:
11781: * src/classes/file.C: moving file:send somewhere else..
11782:
11783: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11784: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11785: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11786: $response:download[ $.filename[filename] $.option[] ,, ]
11787:
11788: * src/classes/file.C: beauty: invalid mode thoroughly reported
11789:
11790: 2004-07-21 paf
11791:
11792: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11793: to several lines
11794:
11795: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11796:
11797: note: ms outlook[!express] shows only first 255 characters of
11798: subject
11799:
11800: 2004-07-15 paf
11801:
11802: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11803: off]
11804:
11805: 2004-07-14 paf
11806:
11807: * src/classes/table.C: bugfix: $.bind values now got untainted
11808: according to lang [were: as-is]
11809:
11810: 2004-07-07 paf
11811:
11812: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11813: checked that
11814:
11815: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11816: now untainted according to their languages. were: as-is.
11817: EVERYWHERE
11818:
11819: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11820: environment string now untainted according to their languages.
11821: were: as-is. EVERYWHERE
11822:
11823: * src/main/pa_exec.C: bufix: on unix environment string now
11824: untainted according to their languages. were: as-is. on win32:
11825: ok
11826:
11827: * parser3.vssscc: ...would not go unnoticed
11828:
11829: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11830: fails. in case on input appears nonutf, those bytes will be
11831: printed in %HH form. that can be easily decoded/recovered.
11832:
11833: this form is quite noticable, and hopefully would not go noticed
11834:
11835: 2004-07-06 paf
11836:
11837: * src/main/pa_exec.C: bufix: on unix environment string now
11838: untainted according to their languages. were: as-is. on win32:
11839: ok
11840:
11841: 2004-07-01 paf
11842:
11843: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11844: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11845: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11846: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11847: main/main.vcproj, targets/cgi/parser3.vcproj,
11848: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11849: option: global optimization ON
11850:
11851: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11852: to do xdoc::create{invalid chars} standard disables chars less
11853: then \x20, except tab, cr, lf.
11854:
11855: changed tainting so that those become '!'
11856:
11857: 2004-06-25 paf
11858:
11859: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11860: int on odd address [prev bugfix failed due to superwize
11861: optimizer, which turned memcpy into same 'ld' asm command]
11862:
11863: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11864: int on odd address
11865:
11866: 2004-06-22 paf
11867:
11868: * src/sql/pa_sql_driver.h: note: about possible optimization
11869:
11870: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11871: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11872: src/include/pa_config_includes.h: new: ^void:sql{call
11873: paf(:a)}[ $.bind[ $.a[2]
11874: ] ] output variables work. todo: check in out
11875: variables
11876:
11877: 2004-06-18 paf
11878:
11879: * src/: classes/file.C, classes/hash.C, classes/string.C,
11880: classes/table.C, classes/void.C, include/pa_globals.h,
11881: include/pa_sql_connection.h, main/compile.tab.C,
11882: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11883: $.bind[ $.a[2] ]
11884: ] input variables work. todo:output
11885:
11886: * src/targets/cgi/parser3.C: bugfix: iis specific
11887: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11888: /_bug.html?404;http://hpsv/test/
11889: --------------------------------------------------------------------------------
11890: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11891: --------------------------------------------------------------------------------
11892: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11893:
11894: 2004-06-16 paf
11895:
11896: * src/targets/cgi/parser3.C: new: iis specific
11897: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11898: $request:query
11899: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11900: $form:fields IIS-STATUS="404"
11901: IIS-DOCUMENT="http://server/_bug.html" f="v"
11902:
11903: todo: isapi too
11904:
11905: 2004-05-26 paf
11906:
11907: * src/include/pa_version.h: 3.1.3
11908:
11909: * operators.txt: beauty: removed outdated level 'table'
11910:
11911: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11912:
11913: * src/main/pa_string.C: beauty: removed 3 warnings
11914:
11915: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11916: classes/op.C: beauty: removed outdated level 'table'
11917:
11918: 2004-05-25 paf
11919:
11920: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11921: implementation. mistery: how anything worked
11922:
11923: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11924: changed, it is now safe to use url if pointers to it are stored
11925: to gc mem
11926:
11927: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11928: unknown errors reported and not cause SIGSEGV now
11929:
11930: 2004-05-24 paf
11931:
11932: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11933: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11934: less memory: CORD_chars_block originally intended to ... it was
11935: good that CORD_chars_block were not used: it consumes more memory
11936: [and, might be slow too] undoing that. [and removed that func so
11937: that it would not confuse parser developer in future]
11938:
11939: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11940: less memory: CORD_chars_block originally intended to
11941: speedup/reduce mem usage were forgotten, and were used stupid
11942: CORD_chars
11943:
11944: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11945:
11946: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11947: BIGENDIAN processors space-conserving mech failed, causing
11948: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11949: (1|2|3));
11950:
11951: 2004-05-14 paf
11952:
11953: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11954: bugfix: void now has vfile value, and $response:body[] works OK
11955:
11956: 2004-05-12 paf
11957:
11958: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11959: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11960: sources to use is_defined() {return as_bool();} along VBool
11961:
11962: 2004-05-11 paf
11963:
11964: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11965: referencing to local objects
11966:
11967: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11968: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11969: left intact
11970:
11971: 2004-04-15 paf
11972:
11973: * src/classes/date.C: merged: beauty: unused var removed
11974:
11975: * src/classes/date.C: beauty: unused var removed
11976:
11977: * src/include/: pa_exec.h: bugfix: interface without pointer
11978: provoked bug
11979:
11980: 2004-04-09 paf
11981:
11982: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11983:
11984: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11985:
11986: 2004-04-08 paf
11987:
11988: * src/classes/date.C: new: ^date::create[y-m-d
11989: h-M-s>>.milliseconds<<] now allowed, ignored so far
11990:
11991: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11992:
11993: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11994: to consult default catalog [usually, that file belongs to other
11995: user/group]
11996:
11997: 2004-04-06 paf
11998:
11999: * src/main/pa_common.C: beauty: gcc warning removed
12000:
12001: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12002: accept that trick, trying other
12003:
12004: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12005: explicit result problem
12006:
12007: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12008: explicit result problem
12009:
12010: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12011: explicit result problem
12012:
12013: * operators.txt, src/classes/string.C: new: ^string.append[string]
12014:
12015: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12016: main/execute.C: attempt_check_call_in_explicit_result_mode:
12017: failed
12018:
12019: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12020: http://i.p.a.ddress gethostbyaddr added [on some platforms
12021: gethostbyname failed with such 'domains'] now checked properly,
12022: were: needless reverse/forward dns lookup
12023:
12024: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12025: http://i.p.a.ddress gethostbyaddr added [on some platforms
12026: gethostbyname failed with such 'domains'] now checked properly,
12027: were: needless reverse/forward dns lookup
12028:
12029: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12030: @method[][result] means "no string output here" moved to lexical
12031: level [on grammar level it were too difficult]
12032:
12033: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12034: src/main/compile.y, src/main/compile_tools.h,
12035: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12036: @method[][result] means "no string output here", implemented part
12037: of that idea: compiler throws away string literal generation
12038: code. and barks nonwhitespace chars
12039:
12040: * operators.txt: truth: removed comment about $ORIGIN
12041:
12042: 2004-04-05 paf
12043:
12044: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12045: src/include/pa_version.h, src/main/pa_common.C,
12046: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12047:
12048: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12049: Konstantin Tomashevitch [mailto:konst@design.ru]
12050:
12051: * src/doc/html2chm.cmd: beauty: no need in bg here
12052:
12053: * src/doc/sources2html.cmd: beauty: same window, in bg it
12054: interfered with FAR console
12055:
12056: * configure, configure.in: 3.1.3
12057:
12058: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12059:
12060: * src/main/pa_common.C: removed warning
12061:
12062: * src/include/pa_version.h: 3.1.3
12063:
12064: 2004-04-02 paf
12065:
12066: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12067:
12068: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12069: allows to specify where to put parser log file
12070:
12071: 2004-04-01 paf
12072:
12073: * src/classes/table.C: bugfix: bugfix: table::load last line
12074: without tab and enter were ignored
12075:
12076: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12077: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12078: main/pa_socks.C, targets/cgi/parser3.C,
12079: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12080: bugfix: sql connections now are disconnected
12081:
12082: 2004-03-30 paf
12083:
12084: * src/classes/table.C: bugfix: table::load last line without tab
12085: and enter were ignored
12086:
12087: * src/classes/table.C: bufix: if last table lines were commented,
12088: gpfed
12089:
12090: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12091: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12092: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12093: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12094: doc/methoded.dox, doc/object.dox, doc/string.dox,
12095: doc/targets.dox, doc/value.dox, include/pa_version.h,
12096: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12097: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12098: bugfixes from 3.1.2, changed version to 3.1.3beta
12099:
12100: 2004-03-29 paf
12101:
12102: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12103: causes gpf
12104:
12105: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12106: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12107: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12108: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12109: value.dox: translated to english
12110:
12111: 2004-03-25 paf
12112:
12113: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12114: parser3project dependency removed
12115:
12116: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12117: bugfix: refused to compile without xml
12118:
12119: * src/types/pa_vform.C: beauty: removed warning
12120:
12121: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12122: any folder [removed last ;) folder dependency]
12123:
12124: * src/classes/classes.vcproj: bugfix: now all compiles in any
12125: folder [removed last ;) folder dependency]
12126:
12127: * src/include/pa_version.h: release
12128:
12129: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12130:
12131: * src/classes/table.C: beauty: comment& more meaningful error
12132: message
12133:
12134: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12135: $.hash[$.column_value1(true) ... ] [were producing some strang
12136: thing]
12137:
12138: 2004-03-23 paf
12139:
12140: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12141: and http status line parsing checked number of columns in table
12142: [user reported an assert]
12143:
12144: * operators.txt: example: on hashfile
12145:
12146: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12147: bugfix: junction reattach now actually reattaches a junction to
12148: new wcontext [were only assigning it to junction, which caused
12149: junction tracking to loose junction, and it's context were not
12150: killed, and it tried to process in invalid context, gpf]
12151:
12152: * src/targets/cgi/parser3.C: debug helper added
12153:
12154: 2004-03-19 paf
12155:
12156: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12157: "type(type)" in braces
12158:
12159: 2004-03-10 paf
12160:
12161: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12162: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12163: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12164: solution to search-in-namespaces problem:
12165: $xdoc.search-namespaces.x[http://pif.design.ru/]
12166: $nodes[^xdoc.select[//x:second]]
12167:
12168: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12169: expression][[NAMESPACES HASH]] allows to search for info in
12170: namespaces
12171:
12172: $nodes[^xdoc.select[//x:second][
12173: $.x[http://pif.design.ru/] ]]
12174:
12175: 2004-03-09 paf
12176:
12177: * operators.txt, src/main/pa_common.C: new:
12178: ^file::load[...][options] $.form[
12179: !$.field1[string]
12180: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12181: ] !$.body[string]
12182:
12183: GET ?here notGET(POST, HEAD, others) in content-type:
12184: application/x-www-form-urlencoded
12185:
12186: todo: upload files ability
12187:
12188: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12189: properly, done
12190:
12191: 2004-03-05 paf
12192:
12193: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12194: GET/POST $.form[$.fields started, not tested yet
12195: todo:$.field[table] for multiple values
12196:
12197: * operators.txt: new: http:// options $.user $.password basic
12198: authorization
12199:
12200: * src/main/pa_common.C: beauty: link to rtf added
12201:
12202: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12203: new: http:// options $.user $.password basic authorization
12204:
12205: * src/main/pa_common.C: beauty: removed needless vars
12206:
12207: * operators.txt: new: pgsql option [like that recently added to
12208: oracle driver] ClientCharset=parser-charset <<
12209: charset in which parser thinks client works
12210:
12211: * operators.txt: new: odbc option [like that recently added to
12212: oracle driver] ClientCharset=parser-charset <<
12213: charset in which parser thinks client works
12214:
12215: * src/sql/pa_sql_driver.h: beauty: important warning added
12216:
12217: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12218: char!
12219:
12220: * etc/parser3.charsets/windows-1251.cfg: typo
12221:
12222: 2004-03-04 paf
12223:
12224: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12225: cached, sql transcoding now goes faster
12226:
12227: * operators.txt: new: mysql option [like that recently added to
12228: oracle driver] ClientCharset=parser-charset <<
12229: charset in which parser thinks client works
12230:
12231: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12232: typo error
12233:
12234: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12235: chars commented
12236:
12237: 2004-03-03 paf
12238:
12239: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12240: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12241:
12242: 2004-03-02 paf
12243:
12244: * operators.txt: new[update typo]: !^void.left(n)
12245: nothing !^void.right(n) nothing !^void.mid(p[;n])
12246: nothing
12247:
12248: * operators.txt, src/classes/void.C: new: !^void.left(n)
12249: nothing !^void.right(n) nothing !^void.pos(p[;n])
12250: nothing
12251:
12252: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12253: ^file::sql[[name_to_become_$.name]]{} query result must be one
12254: row with columns: first: data second: file name third:
12255: content-type
12256:
12257: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12258: ^connect gets properly escaped string, which can be passed to
12259: request now this for mysql only. it's up to parser sql driver to
12260: fix zeros properly
12261:
12262: * INSTALL: note: added on building apache with this option:
12263: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12264:
12265: 2004-03-01 paf
12266:
12267: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12268: extension memory:compact befor processingrequest
12269:
12270: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12271: call sole column of result
12272:
12273: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12274: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12275: pixel color
12276:
12277: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12278: beauty: image -- less checks [were ugly impl]
12279:
12280: * src/classes/string.C: bugfix: ^string.left/right/mid with
12281: negative values now considered bad
12282:
12283: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12284:
12285: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12286: options now have unified defaults [after transform
12287: indent/omit-xml-declaration/standalone 'default' erroreously
12288: meant 'true']
12289:
12290: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12291: added [on some platforms gethostbyname failed with such
12292: 'domains']
12293:
12294: * src/include/pa_config_auto.h.in: no select check, no define
12295:
12296: * src/classes/string.C: feature: ^string.trim both parameters may
12297: be empty-strings, meaning kind=both chars=whitespaces
12298:
12299: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12300: exist
12301:
12302: * src/classes/string.C: check: trim 'chars' must not be empty,
12303: exception if it is
12304:
12305: * src/classes/string.C: changed: ^string.trim [] << both,
12306: whitespaces [start|both|end] << kind, whitespaces
12307: [start|both|end;chars] full
12308:
12309: 2004-02-27 paf
12310:
12311: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12312: method: ^string.trim[start|both|end[;chars]] default
12313: 'chars' -- whitespace chars finished
12314:
12315: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12316: src/main/pa_string.C: new method:
12317: ^string.trim[start|both|end[;chars]] default 'chars' --
12318: whitespace chars started, only start works
12319:
12320: * src/main/compile.C: bugfix: line numbers after
12321: ^process{}[$.line(-10]] can be negative, allowed to print they as
12322: signed
12323:
12324: * src/main/untaint.C: speed: there's no \n chars in output
12325: [normally], so no need to optimize them they could be retrived
12326: from databases, though. but 1. should be replaced 2. if not
12327: optimized, no harm done
12328:
12329: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12330: ^file::exec/cgi could return invalid status & zombie child can
12331: remain for short period until process exists [very bad in
12332: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12333:
12334: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12335: malicious SMTP server to attack as by returning too long status
12336: responses http://i2/tasks/edit/?id=4629448401140924947
12337:
12338: 2004-02-26 paf
12339:
12340: * operators.txt: feature: ^process...{CODE}[now has options] which
12341: are $.main[to what to rename @main] $.file[file,
12342: from which (user says) goes that CODE] $.lineno(line
12343: number in that file, where CODE starts. may be negative)
12344:
12345: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12346: src/main/compile.C, src/main/compile_tools.h,
12347: src/main/pa_request.C: feature: ^process...{CODE}[now has
12348: options] which are $.main[to what to rename @main]
12349: $.file[file, from which (user says) goes that CODE]
12350: $.lineno(line number in that file, where CODE starts. may be
12351: negative)
12352:
12353: 2004-02-25 paf
12354:
1.116 moko 12355: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12356: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12357:
12358: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12359: produces hash of column=>1
12360:
12361: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12362: with incomplete errno constants set
12363:
12364: 2004-02-24 paf
12365:
12366: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12367: "man select"
12368:
12369: * src/main/pa_os.C: beauty: <0 better then ==-1
12370:
12371: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12372:
12373: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12374:
1.116 moko 12375: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12376:
12377: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12378: unix: steps to work on unix [extracted 'to']
12379:
12380: * src/classes/mail.C: smtp on unix: steps to work on unix
12381:
12382: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12383:
1.116 moko 12384: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12385: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12386: unix [testing on solaris]
1.95 moko 12387:
12388: 2004-02-20 paf
12389:
12390: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12391: pointing that out
12392:
12393: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12394: fixed again [same solution, mistanenly removed one line]
12395:
12396: 2004-02-19 paf
12397:
12398: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12399: date::create from bad datetime in spring daylightsaving hole now
12400: OK for all platforms [on some platforms it failed]
12401:
12402: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12403: in daylightsaving hole] now throws error
12404:
12405: * src/classes/date.C: comment: mistake fixed
12406:
12407: 2004-02-18 paf
12408:
12409: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12410: now renderes in $request:charset, but in header puts
12411: $response:charset todo: make that default only so that coder
12412: could override that
12413:
12414: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12415: turns off omit-xml-declaration
12416:
12417: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12418: /.xsl for sample
12419:
12420: 2004-02-17 paf
12421:
12422: * src/classes/xdoc.C: beauty: needless helper class removed
12423:
12424: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12425: copied extra time
12426:
12427: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12428: part of libxml
12429:
12430: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12431: libxml to do the work] <xsl:output method="html"
12432: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12433: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12434: />
12435:
12436: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12437:
12438: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12439: caused assertion
12440:
12441: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12442: could hang. now such add does nothing, sub clears $hash
12443:
12444: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12445: not made quoted-printable
12446:
12447: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12448: string invariant
12449:
12450: 2004-02-16 paf
12451:
12452: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12453: cleared [were not cleared properly]
12454:
12455: 2004-02-13 paf
12456:
1.116 moko 12457: * src/include/pa_version.h: prerelease
1.95 moko 12458:
12459: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12460: used, introducing dependencies timestamp check
12461:
12462: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12463: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12464: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12465: .xsl.stamp now not used, introducing dependencies timestamp check
12466:
1.150 moko 12467: * configure.in: auto.p: @conf made relative
1.95 moko 12468:
12469: 2004-02-12 paf
12470:
12471: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12472: ruined empty <input type=file> submits. parser thought there were
12473: nameless empty file and $form:field got value of type 'file'
12474:
12475: * INSTALL: --without-threads
12476:
12477: * src/include/pa_sapi.h: 2004
12478:
12479: 2004-02-11 paf
12480:
12481: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12482: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12483: classes/hashfile.C, classes/image.C, classes/int.C,
12484: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12485: classes/response.C, classes/string.C, classes/table.C,
12486: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12487: include/pa_array.h, include/pa_cache_managers.h,
12488: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12489: include/pa_config_fixed.h, include/pa_config_includes.h,
12490: include/pa_dictionary.h, include/pa_dir.h,
12491: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12492: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12493: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12494: include/pa_request_charsets.h, include/pa_request_info.h,
12495: include/pa_socks.h, include/pa_sql_connection.h,
12496: include/pa_sql_driver_manager.h, include/pa_stack.h,
12497: include/pa_string.h, include/pa_stylesheet_connection.h,
12498: include/pa_stylesheet_manager.h, include/pa_table.h,
12499: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12500: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12501: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12502: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12503: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12504: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12505: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12506: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12507: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12508: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12509: main/pa_sql_driver_manager.C, main/pa_string.C,
12510: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12511: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12512: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12513: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12514: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12515: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12516: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12517: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12518: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12519: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12520: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12521: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12522: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12523: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12524: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12525: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12526: types/pa_vresponse.h, types/pa_vstateless_class.C,
12527: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12528: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12529: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12530: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12531: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12532: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12533:
12534: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12535: debug version of gc.dll
12536:
12537: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12538: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12539: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12540: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12541: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12542: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12543: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12544: processes
12545:
12546: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12547: main/pa_globals.C, targets/cgi/parser3.vcproj,
12548: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12549: changes to reflect libxml xsl new folders
12550:
12551: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12552: lib/smtp/smtp.vcproj, main/main.vcproj,
12553: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12554: to reflect libxml xsl new folders
12555:
12556: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12557: lib/smtp/smtp.vcproj, main/main.vcproj,
12558: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12559: types/types.vcproj: started changes to reflect libxml xsl new
12560: folders
12561:
12562: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12563: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12564: src/main/compile.tab.C, src/main/main.vcproj,
12565: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12566: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12567: started changes to reflect libxml xsl new folders
12568:
12569: 2004-02-10 paf
12570:
12571: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12572: compile. recommened latest libxml up to date
12573:
12574: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12575: pattern compilation errors", on which spent 4 hours worktime. use
12576: versions higher than that. recommended now latest up to date
12577:
12578: 2004-02-06 paf
12579:
12580: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12581: beauty: unified destructing style
12582:
12583: * src/main/untaint.C: beauty: removed old def/ifdef
12584:
12585: * src/main/untaint.C: beauty: coredump @unknown untaint language
12586: now
12587:
12588: 2004-02-03 paf
12589:
12590: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12591: targets/isapi/parser3isapi.C, types/pa_value.C,
12592: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12593: then %ld/%lu
12594:
12595: * src/main/pa_common.C: typo: %l -> %u
12596:
12597: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12598: in attributes or documents-results of transform now not xx;
12599:
12600: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12601:
12602: * src/main/pa_charset.C: bugfix: forgot to undo some
12603:
12604: * src/main/pa_charset.C: beauty: uncomment
12605: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12606: libraries
12607:
12608: 2004-02-02 paf
12609:
12610: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12611: $cookie:example[ $.value[value] $.path[/there/] ]
12612:
12613: $cookie:example[ $.value[] $.expires[session]
12614: $.path[/there/] $.domain[test.com] ]
12615:
12616: * src/types/pa_vform.C: bugfix: empty values with
12617: enctype=multipart/form-data now produce entries in $form:tables
12618: <form method=post enctype=multipart/form-data> <input type=hidden
12619: name=a> <input type=hidden name=b>
12620:
12621: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12622: <hr> <pre>$request:body
12623:
12624: 2004-01-30 paf
12625:
12626: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12627: or documents-results of transform now not xx;
12628:
12629: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12630: produce exception.
12631:
12632: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12633: bugfix: ^date::create[invalid fields now produce exception.
12634:
12635: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12636: year] now produces exception. todo: check other fields
12637:
12638: 2004-01-29 paf
12639:
12640: * src/include/pa_memory.h: typo error
12641:
12642: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12643: more byte then specified, then zeroed it << useless and
12644: potentially harmful(could gpf)
12645:
12646: 2004-01-22 paf
12647:
12648: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12649:
12650: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12651: optimization
12652:
12653: * src/main/untaint.C: bugfix: whitespace now optimized properly
12654: [were bug: ^taint[1 & 2]="1 &2"
12655:
12656: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12657: errors
12658:
12659: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12660: overflow
12661:
12662: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12663: error-reporting code * in parser-error reporting code [when no
12664: @unhandled_exception defined]
12665:
12666: fixed in one place: my *snprintf override
12667:
12668: 2004-01-13 paf
12669:
12670: * operators.txt: typo erro
12671:
12672: 2003-12-25 paf
12673:
12674: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12675: garbled [pieces after zero bytes were removed]
12676:
12677: 2003-12-22 paf
12678:
1.116 moko 12679: * src/include/Makefile.am: bugfix: removed from dist:
12680: src/include/pa_config_auto.h which were configured for
1.95 moko 12681: make-dist-platform and badly updated proper config file in target
12682: [when .tar used for updating existing source tree]
12683:
12684: * ChangeLog, operators.txt, src/classes/op.C,
12685: src/include/pa_sql_connection.h,
12686: src/include/pa_sql_driver_manager.h,
12687: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12688: feature: sql introducing ability to transcode charsets
12689:
12690: 2003-12-19 paf
12691:
12692: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12693: error message
12694:
12695: * src/main/pa_charset.C: bugfix: memory for charsethandler
12696: structure for libxml now allocated properly
12697:
12698: 2003-12-17 paf
12699:
12700: * src/types/pa_vfile.C: beauty: removed outdated cast
12701:
12702: * src/main/pa_common.C: bugfix: empty http response caused gpf
12703:
12704: * src/include/pa_string.h: bugfix: removed too strong a assert
12705:
12706: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12707: unreported xmlGenericErrors]
12708:
12709: 2003-12-15 paf
12710:
12711: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12712: works}
12713:
12714: 2003-12-11 paf
12715:
12716: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12717: id
12718: !$status:tid thread id
12719:
12720: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12721: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12722: bugfix(solaris): removed dependency on object initialization
12723: order [one more place]
12724:
12725: * src/: classes/file.C, classes/mail.C, classes/op.C,
12726: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12727: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12728: understand that
12729:
12730: * src/: classes/file.C, classes/mail.C, classes/op.C,
12731: classes/xdoc.C, include/pa_cache_managers.h,
12732: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12733: include/pa_stylesheet_manager.h, main/pa_request.C,
12734: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12735: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12736: ctor call [relying on implicit String::Body(cstr) call]
12737:
12738: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12739: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12740: object initialization order [two places]
12741:
12742: 2003-12-10 paf
12743:
12744: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12745: << time now ok
12746:
12747: * operators.txt, src/main/pa_sql_driver_manager.C,
12748: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12749: operational
12750:
12751: * ChangeLog, operators.txt, src/classes/xdoc.C,
12752: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12753: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12754: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12755: back operational
12756:
12757: 2003-12-02 paf
12758:
12759: * src/types/pa_vmail.C: bugfix:
12760: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12761: as-is forced]
12762:
12763: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12764: exceptions out of libxml callbacks: reimplemented error handling
12765: of http://localhost, parser://method and safemode check callbacks
12766:
12767: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12768: [merged from HEAD]
12769:
12770: * src/classes/image.C: nothing: comment removed
12771:
12772: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12773: addresses to int
12774:
12775: 2003-12-01 paf
12776:
12777: * src/main/pa_xml_io.C: bugfix: typo
12778:
12779: * src/main/pa_globals.C: bugfix: win32: compile prob
12780:
12781: * src/classes/xdoc.C: bugfix: typo
12782:
12783: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12784: exception
12785:
12786: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12787:
12788: 2003-11-28 paf
12789:
12790: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12791: all xml documents read
12792:
12793: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12794:
12795: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12796: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12797: replaced original open mech of xdoc::create & co to use libxml
12798: open, so that this would work for root document todo: safe mode
12799: checks to libxml: ideally to some 1 point
12800:
12801: * src/main/pa_xml_io.C: comment
12802:
12803: * operators.txt, src/main/pa_xml_io.C: leading / in
12804: http://parser[abscent params]
12805:
12806: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12807: works. todo: maybe replace original open mech of xdoc::create &
12808: co to use libxml open, so that this would work for root document
12809:
12810: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12811: "parser://method/params/here"> <test> &test^; </test> }]
12812:
12813: ^taint[^xdoc.string[]]
12814:
12815: @method[param] <!ENTITY test
12816: "test-entity-value+$form:user+$param!">
12817:
12818: 2003-11-27 paf
12819:
12820: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12821:
12822: * src/classes/date.C: bugfix: typo error
12823:
12824: 2003-11-26 paf
12825:
12826: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12827: src/main/Makefile.am, src/main/main.vcproj,
12828: src/main/pa_globals.C, src/main/pa_request.C,
12829: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12830: xml errors to hash<thread_id,error> reorganization: xml io moved
12831: to pa_xml_io.C/h
12832:
12833: * src/types/pa_value.h: warnings: --
12834:
12835: 2003-11-25 paf
12836:
12837: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12838: whatever)
12839:
12840: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12841: a, (c?x:y, z)
12842:
12843: * src/main/untaint.C: bugfix: consequences of not reading this
12844: comment: CORD_pos_chars_left /* Number of characters in cache.
12845: <= 0 ==> none */
12846:
12847: * src/include/pa_array.h: removed needless checks
12848:
12849: 2003-11-24 paf
12850:
12851: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12852: removed limit: now $form:xxx can be accessed anytime, even in
12853: @auto/conf [and request/response:charset still can be changed
12854: anytime]
12855:
12856: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12857: now not transcodes response body
12858:
12859: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12860: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12861: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12862: $xdoc.firstChild.firstChild.nodeValue[different]
12863: ^taint[^xdoc.string[]]
12864:
12865: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12866: workaround: static Hash::allocates -> static Hash_allocates
12867:
12868: 2003-11-21 paf
12869:
1.116 moko 12870: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12871: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12872: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12873:
12874: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12875:
12876: * src/classes/mail.C: bugfix: typo
12877:
12878: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12879: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12880: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12881: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12882: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12883: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12884:
12885: * src/main/pa_exec.C: bug in safe mode
12886:
12887: * src/include/Makefile.am: pa_xml_exception.h
12888:
12889: * src/targets/isapi/parser3isapi.C: more warnings --
12890:
12891: 2003-11-20 paf
12892:
12893: * src/: classes/math.C, classes/op.C, classes/string.C,
12894: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12895: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12896: --
12897:
12898: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12899: more warnings --
12900:
12901: * src/classes/xdoc.C: more warnings --
12902:
12903: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12904:
12905: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12906: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12907:
12908: * src/: classes/date.C, classes/file.C, classes/hash.C,
12909: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12910: classes/table.C, include/pa_cache_managers.h,
12911: include/pa_stylesheet_connection.h, main/pa_request.C,
12912: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12913: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12914: --
12915:
12916: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12917: can't report problem (undefined @unhandled_exception) problem
12918: source string were not reported
12919:
12920: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12921: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12922: classes/hashfile.C, classes/image.C, classes/int.C,
12923: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12924: classes/response.C, classes/string.C, classes/table.C,
12925: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12926: include/pa_array.h, include/pa_cache_managers.h,
12927: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12928: include/pa_config_fixed.h, include/pa_dictionary.h,
12929: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12930: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12931: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12932: include/pa_request.h, include/pa_request_charsets.h,
12933: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12934: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12935: include/pa_stack.h, include/pa_string.h,
12936: include/pa_stylesheet_connection.h,
12937: include/pa_stylesheet_manager.h, include/pa_table.h,
12938: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12939: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12940: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12941: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12942: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12943: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12944: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12945: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12946: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12947: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12948: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12949: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12950: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12951: targets/isapi/parser3isapi.C, types/pa_junction.h,
12952: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12953: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12954: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12955: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12956: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12957: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12958: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12959: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12960: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12961: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12962: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12963: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12964: types/pa_vresponse.h, types/pa_vstateless_class.C,
12965: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12966: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12967: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12968: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12969: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12970: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12971: const IDENT
12972:
12973: * src/: include/pa_array.h, include/pa_pool.h,
12974: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12975: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12976: types/pa_wcontext.h: more warnings --
12977:
12978: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12979: classes/file.C, classes/hash.C, classes/hashfile.C,
12980: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12981: classes/memory.C, classes/op.C, classes/string.C,
12982: classes/table.C, classes/xdoc.C, classes/xnode.C,
12983: include/pa_config_includes.h, include/pa_operation.h,
12984: include/pa_sql_connection.h, include/pa_table.h,
12985: include/pa_types.h, lib/ltdl/config_fixed.h,
12986: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12987: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12988: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12989: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12990: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12991: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12992: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12993: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12994: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12995: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12996: types/pa_vmail.C, types/pa_vobject.C,
12997: types/pa_vstateless_class.h, types/pa_vtable.C,
12998: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12999: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13000: on all projects (except libltdl=off & libsdbm=level3) found
13001: several unitialized vars
13002:
13003: 2003-11-19 paf
13004:
13005: * src/classes/op.C: more ansi C++ comp
13006:
13007: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13008: src/main/pa_request.C: ^cache[...]{body}{catch block with
13009: $exception.handled[cache] meaning "get expired cache, if any.
13010: else error"}
13011:
13012: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13013: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13014: ^cache[...]{body}{catch code with $exception.cache field}
13015:
13016: 2003-11-12 paf
13017:
13018: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13019: [copy/paste bug]
13020:
13021: 2003-11-11 paf
13022:
13023: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13024: failed]
13025:
13026: 2003-11-10 paf
13027:
13028: * src/types/pa_vconsole.h: flush
13029:
13030: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13031: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13032: read/write [for nntp]
13033:
13034: * operators.txt: mysql: transaction support: ?autocommit=0
13035:
13036: * operators.txt: comment: updated
13037:
13038: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13039: serialize version and exipire now removes entries
13040:
13041: * operators.txt: ^hashfile.delete[] removes files altogether [and
13042: dir, if could]
13043:
13044: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13045: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13046: removes files altogether [and dir, if could]
13047:
13048: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13049: nonexistent pair. .c coded that that was error. fixed
13050:
13051: * src/types/pa_vhashfile.C: sdbm: exception type change to
13052: file.access [regretfull can't split it to different exceptions
13053: without modifying sdbm source wich would prefer not to]
13054:
13055: 2003-11-07 paf
13056:
13057: * src/: classes/date.C, classes/file.C, classes/hash.C,
13058: classes/hashfile.C, classes/image.C, classes/table.C,
13059: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13060: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13061: main/execute.C, main/main.vcproj, main/pa_pool.C,
13062: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13063: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13064: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13065: destructing objects at request processing end
13066:
13067: 2003-11-06 paf
13068:
13069: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13070: updates
13071:
13072: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13073: to include sdbm
13074:
1.116 moko 13075: * src/include/: pa_config_includes.h, pa_version.h: our
13076: replacements of max& co only for cpp
1.95 moko 13077:
13078: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13079: upper dir, .am updated
13080:
13081: * tests/todo.txt: hashfile: done
13082:
13083: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13084: expiration [time in value. todo: move time to key]
13085:
13086: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13087:
13088: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13089: to do that in foreach, no errors, but surely wrong]
13090:
13091: * operators.txt, src/types/pa_vhashfile.C,
13092: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13093:
13094: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13095: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13096: foreach
13097:
13098: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13099: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13100:
13101: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13102: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13103:
13104: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13105: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13106: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13107: get/put [raw]
13108:
13109: * src/: classes/op.C, main/pa_os.C: just linked
13110:
13111: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13112: XmlException changes
13113:
13114: * src/: include/pa_charset.h, include/pa_globals.h,
13115: include/pa_stylesheet_connection.h, main/pa_exception.C:
13116: XmlException changes
13117:
13118: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13119:
13120: * src/: include/pa_common.h, include/pa_exception.h,
13121: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13122: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13123: main/pa_xml_exception.C: locking move to pa_os [along with
13124: pa_sleep] apr-impl locking done
13125:
13126: * configure, configure.in, operators.txt, parser3.sln,
13127: src/classes/classes.vcproj, src/classes/hashfile.C,
13128: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13129: src/include/pa_exception.h, src/include/pa_globals.h,
13130: src/include/pa_memory.h, src/include/pa_version.h,
13131: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13132: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13133: src/main/compile.tab.C, src/main/main.vcproj,
13134: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13135: src/types/Makefile.am, src/types/pa_vhash.C,
13136: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13137: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13138: again with sdbm from apache
13139:
13140: 2003-11-05 paf
13141:
13142: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13143: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13144: \parser3project dir anymore
13145:
13146: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13147: thoughtlessly from xalan]
13148:
13149: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13150: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13151: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13152:
13153: * src/main/helpers/CaseFolding.txt:
13154: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13155:
13156: 2003-11-04 paf
13157:
13158: * operators.txt: comment: ^mail:send[$.options[
13159:
13160: * src/classes/table.C: compiled on unix
13161:
1.116 moko 13162: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13163:
13164: * src/classes/mail.C: compiled on unix
13165:
13166: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13167: src/types/pa_vmail.h: !^mail:send[
13168: $.options[unix: string to append to sendmail command
13169: line]
13170:
13171: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13172: tests/todo.txt: ^table.save[... $.separator[^#09]
13173: $.encloser["] <nothing> by default
13174:
13175: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13176: !$.separator[^#09] !$.encloser["] <nothing> by
13177: default
13178:
13179: 2003-11-03 paf
13180:
13181: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13182: ^table::load[; options: !$.column-separator[^#09]
13183: !$.column-encloser["]
13184:
13185: * operators.txt, src/include/pa_config_fixed.h,
13186: src/types/pa_vrequest.C: $request:document-root
13187:
13188: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13189: [already included into uri=xxx]
13190:
13191: * operators.txt, src/classes/image.C, tests/todo.txt:
13192: ^image.gif[filename] for $response:download
13193:
13194: * src/classes/date.C: minor precaution
13195:
13196: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13197: !^date.unix-timestamp[]
13198:
13199: 2003-10-30 paf
13200:
13201: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13202: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13203:
13204: * src/classes/: date.C, image.C: improvement diagnostics:
13205: $now[^date::create[$undefined]] now is error
13206:
13207: * src/main/pa_common.C: read errors would now be reported 'actually
13208: read -1 bytes'
13209:
13210: 2003-10-24 paf
13211:
13212: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13213: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13214: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13215: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13216:
13217: 2003-10-22 paf
13218:
13219: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13220:
13221: 2003-10-21 paf
13222:
13223: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13224: fixed: string.match[g] without <'> option produced columns with
13225: NULL's, which gpf'ed at table.save time
13226:
13227: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13228: recoursion' message with intensive throw-catches fixed: incorrect
13229: name and line (one name upper then needed) in error message about
13230: problems inside try block
13231:
13232: 2003-10-10 paf
13233:
13234: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13235: check offset argument for validity did that in String::Body::pos
13236: myself http://i2/tasks/edit/?id=4577425257580789777
13237:
13238: 2003-10-07 paf
13239:
13240: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13241: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13242:
13243: 2003-10-03 paf
13244:
13245: * parser3.sln, src/include/pa_dictionary.h,
13246: src/main/pa_dictionary.C, src/main/pa_string.C,
13247: src/targets/cgi/parser3.vcproj: dictionary optimized by
13248: precalculating cstr&length
13249:
13250: 2003-10-02 paf
13251:
13252: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13253: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13254: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13255: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13256:
13257: 2003-09-30 paf
13258:
13259: * src/main/pa_string.C: string::replace bug fix [were ignoring
13260: occurrances after lang-mismatched
13261:
13262: 2003-09-29 paf
13263:
13264: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13265: helper
13266:
13267: * src/main/pa_string.C: string::serialize bug fix with
13268: zero-terminator
13269:
13270: * src/classes/table.C: ^nameless_table.save column row now has no
13271: \t at the end
13272:
13273: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13274: @postprocess now takes $response:body/download
13275:
13276: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13277: error message
13278:
13279: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13280:
13281: * src/classes/table.C: bugfix: flip: must produce nameless
13282: http://i2/tasks/edit/?id=4573405524674081244
13283:
13284: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13285: main/helpers/simple_folding.pl: utf-8 upper/lower
13286:
13287: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13288: to typo error http://i2/tasks/edit/?id=4573354650786434584
13289:
13290: 2003-09-26 paf
13291:
13292: * src/main/untaint.C: removed needless field
13293:
13294: * src/main/untaint.C: removed needless const
13295:
13296: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13297: String.for_each bug fixed [omited one-char cases]
13298:
13299: * src/include/pa_stack.h: bugfix: before collecting garbage,
13300: runtime-executor stack were cleared... BADLY
13301:
13302: * src/main/pa_string.C: ^stirng.replace code used old
13303: param-convention on langs.append, fixed that search fo the like,
13304: found none
13305:
13306: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13307: string::serialize/deserialize implemented Language enum assigned
13308: meaningful letters [more convinient for debugging. read warning
13309: before adding/changing anything]
13310:
13311: 2003-09-25 paf
13312:
13313: * src/: include/pa_string.h, include/pa_version.h,
13314: main/pa_string.C, main/untaint.C: templates and anonymous unions
13315: differences on unix
13316:
13317: * parser3.sln, src/classes/file.C, src/classes/image.C,
13318: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13319: src/classes/xdoc.C, src/classes/xnode.C,
13320: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13321: src/include/pa_charsets.h, src/include/pa_common.h,
13322: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13323: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13324: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13325: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13326: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13327: src/main/compile_tools.h, src/main/pa_charset.C,
13328: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13329: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13330: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13331: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13332: src/types/pa_vmail.C, src/types/pa_vmath.C,
13333: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13334: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13335:
13336: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13337: functions aligned to that of eeparser3 look
13338:
13339: * src/lib/cord/cordprnt.c: removed warnings
13340:
13341: 2003-09-24 paf
13342:
13343: * src/: classes/file.C, classes/image.C, classes/mail.C,
13344: classes/op.C, classes/xdoc.C, classes/xnode.C,
13345: include/pa_cache_managers.h, include/pa_charset.h,
13346: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13347: include/pa_sql_driver_manager.h, include/pa_string.h,
13348: include/pa_stylesheet_manager.h, include/pa_table.h,
13349: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13350: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13351: main/pa_sql_driver_manager.C, main/pa_string.C,
13352: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13353: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13354: types/pa_vstateless_class.h, types/pa_vstatus.C,
13355: types/pa_vxnode.C: v() functions of String::Body,
13356: String::Languages and String itself StringBody->String::Body
13357:
13358: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13359: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13360: never optimized anything. todo: somehow speed up harder cases:
13361: concatenationA+concatenationB when last block of A and first of B
13362: contain same letters
13363:
13364: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13365: lib/cord/include/cord.h: langs: speed up by joining adjucent
13366: blocks of same char [CORD_append_block]
13367:
13368: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13369: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13370: save space by extending blocks when appending block with c ==
13371: lastblock.c
13372:
13373: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13374: working yet :( but more working &understood :)
13375:
13376: * src/: classes/table.C, include/pa_string.h,
13377: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13378:
13379: 2003-09-23 paf
13380:
13381: * src/main/untaint.C: $a[ok!] $a works!
13382:
13383: * src/main/untaint.C: something even more works :)
13384:
13385: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13386: something more works :)
13387:
13388: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13389: lib/cord/cordxtra.c: something already works :)
13390:
13391: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13392: serialize&deserialize
13393:
13394: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13395: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13396: main/untaint.C: main idea implemented, details left
13397:
13398: 2003-09-22 paf
13399:
13400: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13401:
13402: * src/classes/xnode.C: copy/paste comment bugfix
13403:
13404: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13405: allocator returns 0, just die.
13406: http://i2/tasks/edit/?id=4570798492410259445
13407:
13408: * src/classes/xdoc.C: copy/paste comment bugfix
13409:
13410: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13411: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13412: xnode: getAttributeNS setAttributeNS removeAttributeNS
13413: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13414:
13415: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13416: chars due to bitwise operation signed-char error]
13417:
13418: 2003-09-19 paf
13419:
13420: * src/types/pa_wcontext.C: output message: more practical
13421: suggestion
13422:
13423: * src/main/pa_common.C, operators.txt: merged
13424: $f[^file::load[binary;http://...]] $f.tables
13425:
13426: 2003-09-02 paf
13427:
13428: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13429: flush stdout without referencing 'stdout' symbol. to hell with
13430: non-ansi libraries without 'stdout' symbol
13431:
13432: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13433: unix (users reported problems with some old libc)
13434:
13435: * src/types/pa_vdate.h: forgot initializer
13436:
13437: 2003-09-01 paf
13438:
13439: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13440: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13441: zone]
13442:
13443: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13444:
13445: 2003-08-19 paf
13446:
13447: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13448: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13449: simplified a little
13450:
13451: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13452: [lost fix from 3.0.8]
13453:
13454: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13455: visible here }
13456:
13457: bug fix
13458:
13459: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13460:
13461: * src/main/compile.tab.C: initialized couple of variables about
13462: which user reported runtime problems when parser were compiled
13463: with VC7, warning level4. study shows that later in bison
13464: they've fixed that. would migrate to latest bison someday
13465:
13466: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13467: recoding headers)
13468:
13469: * src/types/pa_vmail.C: works as before, same charset problems:
13470: gmime recodes to UTF-8 only headers, not body. so not recoding
13471: anything for now
13472:
13473: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13474: problems with body
13475:
13476: * src/types/pa_vmail.C: mail_receive just compiled
13477:
13478: 2003-08-18 paf
13479:
13480: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13481: main/main.vcproj, types/types.vcproj: win32: continued process
13482: detaching from \parser3project directory
13483:
13484: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13485: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13486: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13487: src/lib/pcre/pcre_dftables.dsp,
13488: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13489: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13490: src/types/types.dsp: moved to MSVC 7
13491:
13492: * gnu.vcproj.vspscc, parser3.vssscc,
13493: src/classes/classes.vcproj.vspscc,
13494: src/lib/cord/cord.vcproj.vspscc,
13495: src/lib/ltdl/libltdl.vcproj.vspscc,
13496: src/lib/md5/md5.vcproj.vspscc,
13497: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13498: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13499: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13500: src/targets/isapi/parser3isapi.vcproj.vspscc,
13501: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13502: moved to MSVC 7
13503:
13504: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13505: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13506: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13507: src/lib/pcre/pcre_dftables.vcproj,
13508: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13509: src/targets/cgi/parser3.vcproj,
13510: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13511: new VS project files
13512:
13513: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13514: .NET to detect Jalindi Igloo capabilities.
13515:
13516: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13517: src/classes/classes.awk, src/doc/footer.htm,
13518: src/include/pa_config_fixed.h, src/include/pa_version.h,
13519: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13520: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13521: src/types/pa_vmail.C: merged 3.1.0 latest changes
13522:
13523: 2003-08-15 paf
13524:
13525: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13526: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13527:
13528: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13529: non-ascii <yyy> now encoded correctly
13530:
13531: 2003-07-29 paf
13532:
1.116 moko 13533: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13534: dist
1.95 moko 13535:
13536: * src/types/pa_vmail.C: just started --with-mail-receive
13537:
13538: 2003-07-28 paf
13539:
1.116 moko 13540: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13541: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13542:
13543: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13544:
13545: 2003-07-25 paf
13546:
13547: * src/doc/footer.htm: year
13548:
13549: 2003-07-24 paf
13550:
13551: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13552: fix
13553:
13554: * src/include/pa_version.h: release
13555:
1.116 moko 13556: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13557:
13558: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13559: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13560: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13561: getting rid of win32xml pseudo project
13562:
13563: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13564:
1.116 moko 13565: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13566: configure.in, operators.txt, parser3.dsw,
1.95 moko 13567: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13568: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13569: src/classes/classes.C, src/classes/classes.awk,
13570: src/classes/classes.dsp, src/classes/classes.h,
13571: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13572: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13573: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13574: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13575: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13576: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13577: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13578: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13579: src/include/pa_array.h, src/include/pa_cache_managers.h,
13580: src/include/pa_charset.h, src/include/pa_charsets.h,
13581: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13582: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13583: src/include/pa_dictionary.h, src/include/pa_dir.h,
13584: src/include/pa_exception.h, src/include/pa_exec.h,
13585: src/include/pa_globals.h, src/include/pa_hash.h,
13586: src/include/pa_memory.h, src/include/pa_opcode.h,
13587: src/include/pa_operation.h, src/include/pa_pool.h,
13588: src/include/pa_pragma_pack_begin.h,
1.95 moko 13589: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13590: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13591: src/include/pa_sapi.h, src/include/pa_socks.h,
13592: src/include/pa_sql_connection.h,
13593: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13594: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13595: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13596: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13597: src/include/pa_uue.h, src/lib/Makefile.am,
13598: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13599: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13600: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13601: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13602: src/lib/cord/include/ec.h,
13603: src/lib/cord/include/private/Makefile.am,
13604: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13605: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13606: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13607: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13608: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13609: src/main/compile_tools.C, src/main/compile_tools.h,
13610: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13611: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13612: src/main/pa_charsets.C, src/main/pa_common.C,
13613: src/main/pa_dictionary.C, src/main/pa_dir.C,
13614: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13615: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13616: src/main/pa_request.C, src/main/pa_socks.C,
13617: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13618: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13619: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13620: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13621: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13622: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13623: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13624: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13625: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13626: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13627: src/targets/isapi/parser3isapi.dsp,
13628: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13629: src/types/pa_junction.h, src/types/pa_method.h,
13630: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13631: src/types/pa_vclass.C, src/types/pa_vclass.h,
13632: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13633: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13634: src/types/pa_vdouble.h, src/types/pa_venv.h,
13635: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13636: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13637: src/types/pa_vimage.C, src/types/pa_vimage.h,
13638: src/types/pa_vint.h, src/types/pa_vjunction.h,
13639: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13640: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13641: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13642: src/types/pa_vobject.C, src/types/pa_vobject.h,
13643: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13644: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13645: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13646: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13647: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13648: src/types/pa_vstring.h, src/types/pa_vtable.C,
13649: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13650: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13651: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13652: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13653: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13654: HEAD
13655:
13656: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13657: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13658: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13659: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13660: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13661: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13662: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13663: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13664: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13665: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13666: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13667: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13668: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13669: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13670: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13671: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13672: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13673: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13674: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13675: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13676: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13677: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13678: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13679: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13680: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13681: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13682: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13683: outputs/create-dir, results/001.processed, results/002.processed,
13684: results/003.processed, results/004.processed,
13685: results/005.processed, results/006.processed,
13686: results/007.processed, results/008.processed,
13687: results/009.processed, results/010.processed,
13688: results/011.processed, results/012.processed,
13689: results/013.processed, results/014.processed,
13690: results/015.processed, results/016.processed,
13691: results/017.processed, results/018.processed,
13692: results/019.processed, results/020.processed,
13693: results/021.processed, results/022.processed,
13694: results/023.processed, results/024.processed,
13695: results/025.processed, results/026.processed,
13696: results/027.processed, results/028.processed,
13697: results/029.processed, results/030.processed,
13698: results/031.processed, results/032.processed,
13699: results/033.processed, results/034.processed,
13700: results/035.processed, results/036.processed,
13701: results/037.processed, results/038.processed,
13702: results/039.processed, results/040.processed,
13703: results/041.processed, results/042.processed,
13704: results/043.processed, results/044.processed,
13705: results/045.processed, results/046.processed,
13706: results/047.processed, results/048.processed,
13707: results/049.processed, results/050.processed,
13708: results/051.processed, results/052.processed,
13709: results/053.processed, results/054.processed,
13710: results/055.processed, results/056.processed,
13711: results/057.processed, results/058.processed,
13712: results/059.processed, results/060.processed,
13713: results/061.processed, results/062.processed,
13714: results/063.processed, results/064.processed,
13715: results/065.processed, results/066.processed,
13716: results/067.processed, results/068.processed,
13717: results/069.processed, results/070.processed,
13718: results/071.processed, results/072.processed,
13719: results/073.processed, results/074.processed,
13720: results/075.processed, results/076.processed,
13721: results/077.processed, results/078.processed,
13722: results/079.processed, results/080.processed,
13723: results/081.processed, results/082.processed,
13724: results/083.processed, results/084.processed,
13725: results/085.processed, results/086.processed,
13726: results/087.processed, results/088.processed,
13727: results/089.processed, results/090.processed,
13728: results/091.processed, results/092.processed,
13729: results/093.processed, results/094.processed,
13730: results/095.processed, results/096.processed,
13731: results/097.processed, results/098.processed,
13732: results/099.processed, results/100.processed,
13733: results/101.processed, results/102.processed,
13734: results/103.processed, results/104.processed,
13735: results/105.processed, results/106.processed,
13736: results/107.processed, results/108.processed,
13737: results/109.processed, results/110.processed,
13738: results/111.processed, results/112.processed,
13739: results/113.processed, results/114.processed,
13740: results/115.processed, results/116.processed,
13741: results/117.processed, results/118.processed,
13742: results/119.processed, results/120.processed,
13743: results/121.processed, results/122.processed,
13744: results/123.processed, results/124.processed,
13745: results/125.processed, results/126.processed,
13746: results/127.processed, results/128.processed,
13747: results/129.processed, results/130.processed,
13748: results/131.processed, results/132.processed,
13749: results/133.processed, results/134.processed,
13750: results/135.processed, results/136.processed,
13751: results/137.processed, results/138.processed,
13752: results/139.processed, results/140.processed,
13753: results/141.processed: merged(copied) to HEAD from template_gc
13754:
13755: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13756: towards \parser3project not having to be in root
13757:
13758: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13759: module compiled [were minor unnecessary changes in lib/md5
13760: interface]
13761:
13762: * src/include/pa_version.h: release
13763:
13764: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13765:
13766: * src/classes/math.C: merged uuid bugfix
13767:
13768: * tests/: 141.html, results/141.processed: fixed bug with
13769: too-small-a-buffer
13770:
13771: * src/classes/math.C: uuid bugfix
13772:
13773: * tests/: 141.html, Makefile, results/005.processed,
13774: results/030.processed, results/075.processed,
13775: results/078.processed: to reflect date format change (were -
13776: become ' ')
13777:
13778: * src/classes/math.C: uuid bugfix
13779:
13780: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13781: debug/release changes
13782:
13783: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13784:
13785: 2003-07-23 paf
13786:
13787: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13788: renamed a little [to move to comman naming conv]
13789:
1.116 moko 13790: * src/targets/Makefile.am: apache13 splitted to simplify apache
13791: build
1.95 moko 13792:
13793: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13794: main/pa_request.C, main/pa_sql_driver_manager.C,
13795: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13796: stack top_index() fixed
13797:
13798: * src/main/pa_globals.C: minor style changes
13799:
13800: * src/: classes/op.C, include/pa_sql_connection.h: connection
13801: closing/caching fixed [connections were not closed/put to cache]
13802:
13803: 2003-07-22 paf
13804:
13805: * INSTALL: gc part updated stightly
13806:
13807: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13808: new sapi interface
13809:
13810: * src/classes/file.C: comment on OS
13811:
13812: * src/main/pa_string.C: removed reduntant invariant check [there is
13813: one deeper in cord lib]
13814:
13815: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13816:
13817: * src/main/pa_memory.C: out of memory is no longer coredump
13818:
13819: * INSTALL: disable-threads adviced
13820:
13821: 2003-07-21 paf
13822:
1.116 moko 13823: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13824:
13825: * src/classes/file.C: file::exec/cgi environment variables now must
13826: be UPPERCASE and A-Z 0-9 _-
13827:
13828: * src/classes/file.C: env passing fixed
13829:
13830: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13831:
13832: * src/main/pa_common.C: http:// CRLF now
13833:
13834: 2003-07-02 paf
13835:
13836: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13837: fields to reflect their real meaning
13838:
13839: 2003-06-27 paf
13840:
13841: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13842: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13843: file::exec/cgi .charset
13844:
13845: 2003-06-26 paf
13846:
13847: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13848: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13849: src/classes/table.C: fixed several uninitialized local
13850: structures. notably ^hash.foreach now inserts delimiters
13851: properly [were inserting it before first body]
13852:
13853: 2003-06-24 paf
13854:
13855: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13856:
13857: 2003-06-20 paf
13858:
13859: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13860: src/main/pa_globals.C: introducing
13861: $f[^file::load[binary;http://...]] $f.tables
13862:
13863: 2003-06-06 paf
13864:
13865: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13866: table. [were method lookup: inconsistent]
13867:
13868: 2003-06-02 paf
13869:
13870: * src/include/pa_memory.h: empty string clone fixed to return
13871: writable memory
13872:
13873: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13874: were not appended] which violated string invariant
13875:
13876: 2003-05-30 paf
13877:
13878: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13879: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13880:
13881: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13882: GMT ; RFC 822, updated by RFC 1123
13883:
13884: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13885: targets/isapi/parser3isapi.C: initialized request_info properly
13886:
13887: * src/classes/xnode.C: found minor bug, commended for future
13888:
13889: 2003-05-28 paf
13890:
13891: * src/classes/form.C: request_info.content_length can't be <0,
13892: size_t for some time
13893:
13894: 2003-05-26 paf
13895:
13896: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13897: forgotten <0 changed to !=STRING_NOT_FOUND
13898:
13899: * src/classes/math.C: merged ffffu from HEAD
13900:
13901: 2003-05-11 paf
13902:
13903: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13904:
13905: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13906: premature doc free. transformed document had xmlDoc reference
13907: stored to non-gc-memory (libgdome) added holding-reference
13908:
13909: 2003-04-29 paf
13910:
13911: * src/main/pa_globals.C: started digging on double free. on win32
13912: found that that's perfectly normal.
13913:
13914: 2003-04-25 paf
13915:
13916: * src/classes/table.C: table.join bug fix [bad limit check]
13917:
13918: * src/classes/math.C: merged from HEAD: simpiler hash_string
13919:
13920: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13921: print anything. changed to quicker and simplier code
13922:
13923: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13924: strict a check]
13925:
13926: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13927:
13928: 2003-04-24 paf
13929:
13930: * src/include/pa_table.h: too strict assert loosened
13931:
13932: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13933: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13934: report
13935:
13936: 2003-04-21 paf
13937:
1.116 moko 13938: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13939:
13940: * src/main/pa_globals.C: pcre memory management changed to use GC
13941: memory
13942:
13943: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13944: xmlMallocAtomic [author agreed to my suggestion], used that
13945:
13946: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13947:
13948: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13949: types/pa_vmail.C: attributed_meaning_to_string added
13950: L_UNSPECIFIED piece which was sortof OK, but violated string
13951: invariant [assertion barked on that] changed to L_PASS_APPEND,
13952: made that param obligatory
13953:
13954: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13955: fixed [assert helped]
13956:
13957: * src/include/pa_string.h: assert added [looking for bug]
13958:
13959: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13960: names on Win32 considered disk-global
13961:
13962: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13963: considered disk-global
13964:
13965: 2003-04-18 paf
13966:
13967: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13968: filenames
13969:
13970: * src/main/untaint.C: enabled '~' letter in filenames
13971:
13972: 2003-04-16 paf
13973:
13974: * src/classes/file.C: small bug introduced in autoptr times fixed
13975:
13976: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13977: HEAD
13978:
1.116 moko 13979: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13980:
13981: 2003-04-15 paf
13982:
13983: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13984: src/lib/md5/pa_md5c.c, tests/141.html,
13985: tests/results/141.processed: merged from head ^math:uuid[]
13986: ^math:uid64[] ^math:md5[string]
13987:
13988: test added: 141.html
13989:
13990: * operators.txt, src/classes/math.C: ^math:uid64[]
13991:
13992: * src/classes/math.C: ^math:uuid[]
13993:
13994: * operators.txt, src/classes/math.C: ^math:uuid[]
13995:
13996: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13997: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13998:
13999: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14000: src/include/pa_config_fixed.h, src/main/pa_common.C:
14001: ^file::load[mode;name; $.offset $.limit
14002:
14003: 2003-04-14 paf
14004:
14005: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14006: started ^math:md5
14007:
14008: * src/classes/table.C, src/include/pa_array.h,
14009: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14010: tests/results/140.processed: table $.reverse option works in
14011: create&co table $.distinct[tables] bug fix merged
14012:
14013: * src/: classes/table.C, include/pa_table.h: table
14014: $.distinct[tables] bug fixed
14015:
14016: * src/classes/table.C: more warnings
14017:
14018: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14019: removed checks in table::set_current, moved them back to
14020: table::locate implemented table::create/join ñ $.reverse
14021:
14022: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14023: removed checks in table::set_current, moved them back to
14024: table::locate
14025:
14026: 2003-04-11 paf
14027:
14028: * operators.txt, src/classes/date.C, src/classes/table.C,
14029: src/include/pa_array.h, src/include/pa_common.h,
14030: src/include/pa_config_includes.h, src/include/pa_string.h,
14031: src/include/pa_table.h, src/main/pa_request.C,
14032: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14033: src/main/pa_table.C: merged from HEAD from
14034: before_append_array_limit_sense_change to
14035: after_append_array_limit_sense_change
14036:
14037: * src/classes/table.C: typo
14038:
14039: * operators.txt, src/classes/date.C, src/classes/table.C,
14040: src/include/pa_array.h, src/include/pa_common.h,
14041: src/include/pa_config_includes.h, src/include/pa_globals.h,
14042: src/include/pa_table.h, src/main/pa_array.C,
14043: src/main/pa_globals.C, src/main/pa_request.C,
14044: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14045: src/main/pa_table.C: append_array_limit_sense_change locate
14046: accepts options same as create new option: $.reverse(1) [do not
14047: work in table::create]
14048:
14049: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14050: (stat xxx,
14051:
14052: * src/classes/: table.C: typo
14053:
14054: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14055: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14056: results/130.processed, results/131.processed,
14057: results/132.processed, results/133.processed,
14058: results/134.processed, results/135.processed,
14059: results/136.processed, results/137.processed,
14060: results/138.processed, results/139.processed: added few mustfail
14061: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14062: date/time 132.html mustfail: access to junction outside of
14063: context 133.html mustfail: access to junction outside of context,
14064: case version 134.html mustfail: hash: adding a key inside of
14065: foreach 135.html mustfail: modifying system class 136.html
14066: mustfail: $.name outside of $hash[here] 137.html mustfail:
14067: appendChild without import 138.html mustfail: invalid encoding
14068: inside of xml 139.html mustfail: bad XPath
14069:
14070: * operators.txt, src/classes/table.C, tests/084.html,
14071: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14072: tests/129.html, tests/results/125.processed,
14073: tests/results/126.processed, tests/results/127.processed,
14074: tests/results/128.processed, tests/results/129.processed: merged
14075: from HEAD ^table.hash[key][$.distinct[tables]]
14076:
14077: maked appropriate tests [changed one old nonconforming]
14078:
14079: * operators.txt, src/classes/table.C:
14080: ^table.hash[key][$.distinct[tables]]
14081:
14082: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14083: merged fix for found very old xml (dom) bug: were passing
14084: domString objects and later ERROREOUSLY freed them
14085:
14086: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14087: src/main/pa_charset.C: re-added libgdome patch. regretfully
14088: libgdome bug can not be worked around
14089:
14090: 2003-04-10 paf
14091:
14092: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14093: found very old xml (dom) bug: were passing domString objects and
14094: later ERROREOUSLY freed them
14095:
14096: * src/doc/string.dox, src/include/pa_memory.h,
14097: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14098: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14099: tests/123.html, tests/124.html, tests/results/001.processed,
14100: tests/results/002.processed, tests/results/003.processed,
14101: tests/results/004.processed, tests/results/005.processed,
14102: tests/results/006.processed, tests/results/008.processed,
14103: tests/results/009.processed, tests/results/010.processed,
14104: tests/results/011.processed, tests/results/012.processed,
14105: tests/results/013.processed, tests/results/014.processed,
14106: tests/results/015.processed, tests/results/016.processed,
14107: tests/results/017.processed, tests/results/018.processed,
14108: tests/results/020.processed, tests/results/021.processed,
14109: tests/results/022.processed, tests/results/023.processed,
14110: tests/results/024.processed, tests/results/025.processed,
14111: tests/results/026.processed, tests/results/027.processed,
14112: tests/results/028.processed, tests/results/029.processed,
14113: tests/results/030.processed, tests/results/031.processed,
14114: tests/results/032.processed, tests/results/033.processed,
14115: tests/results/034.processed, tests/results/035.processed,
14116: tests/results/036.processed, tests/results/037.processed,
14117: tests/results/038.processed, tests/results/039.processed,
14118: tests/results/040.processed, tests/results/041.processed,
14119: tests/results/042.processed, tests/results/043.processed,
14120: tests/results/044.processed, tests/results/045.processed,
14121: tests/results/046.processed, tests/results/047.processed,
14122: tests/results/048.processed, tests/results/049.processed,
14123: tests/results/050.processed, tests/results/051.processed,
14124: tests/results/052.processed, tests/results/053.processed,
14125: tests/results/054.processed, tests/results/055.processed,
14126: tests/results/056.processed, tests/results/057.processed,
14127: tests/results/058.processed, tests/results/059.processed,
14128: tests/results/060.processed, tests/results/061.processed,
14129: tests/results/062.processed, tests/results/063.processed,
14130: tests/results/064.processed, tests/results/065.processed,
14131: tests/results/066.processed, tests/results/067.processed,
14132: tests/results/068.processed, tests/results/069.processed,
14133: tests/results/070.processed, tests/results/071.processed,
14134: tests/results/072.processed, tests/results/073.processed,
14135: tests/results/074.processed, tests/results/075.processed,
14136: tests/results/076.processed, tests/results/077.processed,
14137: tests/results/078.processed, tests/results/079.processed,
14138: tests/results/080.processed, tests/results/081.processed,
14139: tests/results/082.processed, tests/results/083.processed,
14140: tests/results/084.processed, tests/results/085.processed,
14141: tests/results/086.processed, tests/results/087.processed,
14142: tests/results/088.processed, tests/results/089.processed,
14143: tests/results/090.processed, tests/results/091.processed,
14144: tests/results/092.processed, tests/results/093.processed,
14145: tests/results/094.processed, tests/results/095.processed,
14146: tests/results/096.processed, tests/results/097.processed,
14147: tests/results/101.processed, tests/results/102.processed,
14148: tests/results/104.processed, tests/results/105.processed,
14149: tests/results/106.processed, tests/results/107.processed,
14150: tests/results/108.processed, tests/results/109.processed,
14151: tests/results/110.processed, tests/results/111.processed,
14152: tests/results/112.processed, tests/results/113.processed,
14153: tests/results/114.processed, tests/results/115.processed,
14154: tests/results/116.processed, tests/results/117.processed,
14155: tests/results/118.processed, tests/results/119.processed,
14156: tests/results/120.processed, tests/results/121.processed,
14157: tests/results/122.processed, tests/results/123.processed,
14158: tests/results/124.processed: new convention: char* never 0.
14159: assert in cord on that
14160:
14161: * src/main/pa_charset.C: couple more asserts
14162:
14163: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14164: speedup
14165:
14166: * src/main/pa_charset.C: couple assertions on fantastic situations
14167: added [may be those is the case now?]
14168:
14169: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14170: that's memory from gc_malloc, not from g_malloc :(, but would
14171: hope]
14172:
14173: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14174: that's memory from gc_malloc, not from g_malloc :(, but would
14175: hope]
14176:
14177: * src/main/pa_charset.C: checked custom malloc for returning 0
14178:
14179: 2003-04-09 paf
14180:
14181: * src/classes/date.C: merged ^date.roll changes
14182:
14183: * src/classes/date.C: ^date.roll bug fix
14184:
14185: * src/classes/date.C: ^date.roll now throws less errors: month
14186: shifts handles end of month situation by reducing day number
14187: hour-hole shift reduces hour to recover
14188:
14189: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14190: Sort by function time
14191:
14192: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14193: http:// $.charset[] param done
14194:
14195: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14196: added [after volatile fix. passes on win&intel-solaris]
14197:
14198: 2003-04-08 paf
14199:
14200: * src/: classes/file.C, classes/op.C, classes/table.C,
14201: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14202: include/pa_common.h, include/pa_request_charsets.h,
14203: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14204: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14205: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14206: types/pa_vresponse.C: started http:// $.charset[] param and
14207: http response charset detection just compiled. todo:test
14208:
14209: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14210:
14211: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14212: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14213: types/pa_vmail.C: changed transcode param converntion along with
14214: string creating convention -- all strings are zero-terminated,
14215: this allowed to fix one remaining String("123", 2) case
14216:
14217: * src/: classes/date.C, classes/file.C, classes/hash.C,
14218: classes/op.C, classes/string.C, classes/table.C,
14219: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14220: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14221: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14222: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14223: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14224: violated String::invariant. started fixing [not compiled now]
14225:
14226: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14227: main/compile.tab.C, main/compile.y, main/pa_string.C,
14228: main/untaint.C, targets/cgi/parser3.C: number of string style
14229: improvements & optimizations
14230:
14231: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14232: :(]
14233:
14234: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14235: [for it's a pointer really]
14236:
14237: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14238: 'n' param. worked that around
14239:
14240: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14241: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14242: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14243: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14244: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14245:
14246: Thanks for the bug report and patch.
14247:
14248: I hadn't looked at this code in a while. Reading it now, it
14249: seems to me that the tests should also be ">= MAX_DEPTH" to
14250: comply with the invariant, though that may not matter a lot. I
14251: changed that, too.
14252:
14253: Hans
14254:
14255: 2003-04-07 paf
14256:
14257: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14258: merged from head:safe mode error message now includes numbers
14259:
14260: * src/main/execute.C: n-th attempt to make a=a work with double.
14261: problem: as_double returns it's result in fp-register compiler
14262: optimizes access to that register after b->as_double, and just
14263: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14264: from memory. _SAME_ double values do not match here. when
14265: forced to REload fp-register, values do match.
14266:
14267: tried to make them volatile.
14268:
14269: * src/main/execute.C: n-th attempt to make a=a work with double.
14270: problem: as_double returns it's result in fp-register compiler
14271: optimizes access to that register after b->as_double, and just
14272: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14273: from memory. _SAME_ double values do not match here. when
14274: forced to REload fp-register, values do match.
14275:
14276: tried to make them volatile.
14277:
14278: * src/types/pa_vobject.h: small style change
14279:
14280: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14281:
14282: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14283: mode error message now includes numbers
14284:
14285: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14286: now causes death
14287:
14288: 2003-04-04 paf
14289:
14290: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14291: incorportated pa_exec patch by From: "Victor Fedoseev"
14292: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14293: Sent: Thursday, January 23, 2003 9:14 AM
14294:
14295: huge speedup on ^file::cgi with big result
14296:
14297: * src/classes/table.C: sort table with 0 rows bug fixed
14298:
14299: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14300: fix http://i2/tasks/edit/?id=4493701604654042676
14301:
14302: @main[] $with_default[ $.a[1] $._default[default from
14303: with_default] ] ^show[$with_default]
14304:
14305: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14306: =$to_add_to.xxx=<br>
14307:
14308: ^show[$to_add_to]
14309:
14310: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14311: ^show[$cloned]
14312:
14313: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14314:
14315: } <hr>
14316:
14317: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14318: http://i2/tasks/edit/?id=4493701604654042676
14319:
14320: @main[] $with_default[ $.a[1] $._default[default from
14321: with_default] ] ^show[$with_default]
14322:
14323: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14324: =$to_add_to.xxx=<br>
14325:
14326: ^show[$to_add_to]
14327:
14328: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14329: ^show[$cloned]
14330:
14331: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14332:
14333: } <hr>
14334:
14335: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14336: http://i2/tasks/edit/?id=4507350336410850921
14337:
14338: * src/classes/xdoc.C: memory allocation func bugfix
14339: http://i2/tasks/edit/?id=4499303470368629745
14340:
14341: * src/classes/math.C: allowed random 1...
14342:
14343: * src/classes/math.C: allowed random 0..
14344:
14345: * src/main/pa_globals.C: exif mem leak
14346: http://i2/tasks/edit/?id=4480590323629807263
14347:
14348: * src/: classes/classes.dsp, main/main.dsp,
14349: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14350: fix http://i2/tasks/edit/?id=4493946731322521294
14351: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14352:
14353: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14354: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14355: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14356: links to xml libs made relative, no need to unpack parser3project
14357: to /parser3project.
14358:
14359: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14360: column more precise - tab handling bug fixed
14361:
14362: * src/main/: compile.tab.C, compile.y: more understandable error
14363: message in case @CLASS with more then one line inside
14364:
14365: * src/targets/cgi/parser3.C: more understandable error message in
14366: case of errors in @unhandled_exception
14367:
14368: 2003-04-03 paf
14369:
14370: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14371: src/main/compile.tab.C, src/main/compile.y,
14372: src/main/compile_tools.C, src/main/compile_tools.h,
14373: src/main/execute.C, src/main/pa_request.C: debug info format
14374: simplified, now it's: OP_VALUE Operation::Origin << here value*
14375:
14376: higher limits: file number (max: 255) line number (max:
14377: 64535) column number (max: 255)
14378:
14379: * src/classes/math.C: top limit
14380:
14381: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14382: precise parse error position in case of
14383:
14384: ^bug ]
14385:
14386: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14387: changed to realities, and passed [bug fixed]
14388:
14389: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14390: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14391: main/compile_tools.h, main/pa_request.C: introducing
14392: ^process...[main-method-alias]
14393:
14394: * src/: classes/date.C, classes/image.C, classes/op.C,
14395: classes/string.C, classes/table.C, classes/xdoc.C,
14396: types/pa_vmethod_frame.h: MethodParams& now [methods without
14397: params receive zero reference, but they are expected not to look
14398: there]
14399:
14400: * operators.txt, src/classes/date.C, src/classes/double.C,
14401: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14402: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14403: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14404: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14405: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14406: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14407: [methods without params receive zero reference, but they are
14408: expected not to look there]
14409:
14410: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14411: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14412: ^process...[filename] useful for better error reporting
14413: [file/line/col]
14414:
14415: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14416: types/pa_vstring.h: slightly improved error messages text: 1. is
14417: '%s', it 2. method undefined in case of ^void[]
14418:
14419: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14420: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14421: handling done. now we have error columns todo: test it
14422:
14423: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14424: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14425:
14426: this makes life easier: were: bad stack order -- were in
14427: exception catch unwind order, which didn't match execution order
14428:
14429: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14430:
14431: @first[] ^throw[a;1]
14432:
14433: showed throw a first throw b try
14434:
14435: which is no good
14436:
14437: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14438: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14439: trace reset after handled exception [old bug fixed]
14440:
14441: * src/main/: compile.tab.C, compile.y: parse position old bug
14442: fixed. position reporting made precise [both, in parse erros and
14443: runtime errors]
14444:
14445: 2003-04-02 paf
14446:
14447: * src/: include/pa_operation.h, include/pa_request.h,
14448: main/compile.C, main/compile.tab.C, main/compile.y,
14449: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14450: main/pa_exception.C, main/pa_request.C: debug info: started
14451: using. todo:complete
14452:
14453: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14454: main/compile.C, main/compile.tab.C, main/compile.y,
14455: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14456: main/pa_request.C: prepared debug info todo:use it
14457:
14458: * src/include/pa_operation.h: strange mistake fixed: forgot to
14459: return Operation class->union after switching from autoptrs.
14460:
14461: * tests/: Makefile, results/108.processed, results/117.processed:
14462: meta considered OK [it's up to coder now to remove it not needed]
14463:
14464: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14465: Dictionary constructor when moved to gc]
14466:
14467: * src/main/pa_common.C: uncommented http:// file loading
14468:
14469: * src/include/pa_array.h, src/main/execute.C,
14470: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14471: fix [gdGrowingBuf]
14472:
14473: * configure.in, src/lib/Makefile.am: removed patches
14474:
14475: * configure, src/include/pa_config_auto.h.in,
14476: src/main/pa_charset.C: --enable-assertions autoconf-ed
14477:
14478: * src/main/pa_common.C: uncommented http:// file loading
14479:
14480: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14481: xdoc::create/load
14482:
14483: * src/: classes/form.C, classes/hash.C, classes/image.C,
14484: classes/string.C, classes/table.C, classes/void.C,
14485: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14486: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14487: String::String(str,helper_length) are checked. found/fixed one
14488: place: $request:body now zero-terminated,
14489:
14490: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14491: main/compile_tools.C, main/execute.C, types/pa_value.h,
14492: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14493: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14494: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14495: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14496: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14497: types/pa_vxnode.h: more locally scoped vars in execute (more
14498: easily optimizable)
14499:
14500: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14501: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14502:
14503: * src/: include/pa_array.h, include/pa_stack.h,
14504: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14505: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14506: become assertion iterator in methodframe filler
14507:
14508: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14509: targets/cgi/parser3.C: array::get/put inlined
14510:
14511: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14512: gc_substitute_memory_management_functions +installed CORD_oom
14513: function
14514:
14515: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14516: src/include/pa_config_includes.h, src/include/pa_string.h,
14517: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14518: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14519: assertions started configure.in --enable-assertions
14520:
14521: 2003-04-01 paf
14522:
14523: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14524: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14525: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14526: gdome uses glib memory, and stores last pointer to xmlDoc there,
14527: gc misses that and collects valid memory fixed by remembering
14528: xmlDoc from dom object in xdoc. todo: do something with
14529: premature free of xdoc with xnodes/node values referring into it
14530:
14531: * src/classes/: mail.C: typo fix
14532:
14533: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14534: changes
14535:
14536: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14537: main/pa_memory.C: moved memory debugging to global level: to
14538: pa_gc_malloc
14539:
14540: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14541: debugging showed no errors. todo: debug parser memory
14542:
14543: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14544: configurations
14545:
14546: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14547: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14548: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14549: types/types.dsp: prepared xml-static configuration
14550:
14551: 2003-03-31 paf
14552:
14553: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14554: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14555: xml lib memory debugging, simple checks failed: it seems that
14556: library does realloc(bad ptr), and recording those ptrs in heap
14557: [for debugging] was bad: heap situation changes = everything
14558: works fine
14559:
14560: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14561: xmlRegisterCharEncodingHandler limitation [currently imposed
14562: limit of 10 user-defined charsets]
14563:
14564: 2003-03-28 paf
14565:
14566: * src/main/execute.C: execution stack copied to local register
14567: variable, removed lots [~2e7) of memory accesses
14568:
14569: 2003-03-27 paf
14570:
14571: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14572: works in debug, but fails in release todo: fix that
14573:
14574: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14575: targets/cgi/parser3.C: forgot to merge XML memory funcs
14576: replacement from gc branch
14577:
14578: * src/main/pa_exec.C: introducing append_help_length [radical
14579: improvement here]
14580:
14581: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14582: 'not recommened' in gc.h, on win32 noticed no difference]
14583:
14584: * src/include/pa_array.h: returned checked array get [were disabled
14585: for debugging] result:not slower [don't understand that, it were
14586: INLINED] todo: find out a way of inlining it!
14587:
14588: * src/: include/pa_string.h, lib/gc/include/gc.h,
14589: lib/gc/include/gc_fake.h, main/compile.tab.C,
14590: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14591: convention changed: all resulting strings are zero-terminated
14592:
14593: * src/: classes/date.C, classes/file.C, classes/hash.C,
14594: classes/string.C, classes/table.C, classes/void.C,
14595: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14596: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14597: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14598: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14599: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14600: types/pa_vfile.C, types/pa_vmail.C: introducing
14601: append_help_length [radical improvement here]
14602:
14603: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14604: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14605: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14606: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14607: even slower
14608:
14609: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14610: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14611: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14612: clients of &get(): most to use non-ref version, some[in tight
14613: places] to get_unchecked_ref
14614:
14615: * src/doc/memory.dox: forgot to add
14616:
14617: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14618: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14619: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14620: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14621: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14622: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14623: targets/cgi/parser3.dsp, types/pa_vmail.C,
14624: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14625: T>>&<< removed after Stack::pop wiping removed [moved to separate
14626: func] other Array & removed
14627:
14628: 2003-03-26 paf
14629:
14630: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14631: classes/table.C, include/pa_array.h, include/pa_charset.h,
14632: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14633: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14634: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14635: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14636: main/pa_exec.C, main/pa_sql_driver_manager.C,
14637: main/pa_stylesheet_manager.C, main/pa_table.C,
14638: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14639: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14640: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14641: pre-evaluated .count() in some places
14642:
14643: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14644: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14645: types/types.dsp: .dsp profiling updated
14646:
14647: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14648: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14649: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14650:
14651: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14652: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14653: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14654: use lib/gc,lib/cord
14655:
1.116 moko 14656: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14657: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14658: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14659: src/include/pa_config_includes.h, src/include/pa_request.h,
14660: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14661: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14662: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14663: src/lib/cord/include/Makefile.am,
1.116 moko 14664: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14665: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14666: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14667: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14668: src/types/pa_vform.h, src/types/pa_vhash.h,
14669: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14670: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14671: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14672: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14673: funcs ported pa_exec
1.95 moko 14674:
14675: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14676:
14677: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14678: bundled gc includes
14679:
14680: * src/: classes/op.C, include/pa_array.h,
14681: include/pa_sql_connection.h, include/pa_string.h,
14682: include/pa_version.h, main/compile.tab.C, main/compile.y,
14683: main/execute.C, main/pa_common.C, main/pa_exception.C,
14684: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14685: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14686: first real site (aval)]
14687:
14688: 2003-03-25 paf
14689:
14690: * operators.txt, src/main/pa_sql_driver_manager.C,
14691: src/types/pa_vstatus.C: $status.memory used free since_compact
14692: process
14693:
14694: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14695: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14696:
14697: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14698:
14699: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14700: src/types/pa_value.h, src/types/pa_vfile.h,
14701: src/types/pa_vobject.C, src/types/pa_vobject.h,
14702: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14703: tests/results/121.processed: untaint.C L_URI
14704:
14705: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14706: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14707: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14708: src/types/pa_vmemory.h: ^memory:compact[]
14709:
14710: * tests/results/109.processed: it was a bug in parser. updated 109
14711: test result
14712:
14713: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14714:
14715: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14716: tests/results/107.processed: fixed dom language [values are now
14717: considered tainted. it was a bug in parser. updated 107 test
14718: result
14719:
14720: * src/classes/xdoc.C: fixed transform params
14721:
14722: * src/: include/pa_stylesheet_manager.h,
14723: main/pa_stylesheet_manager.C: fixed stylesheet caching
14724:
14725: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14726: overloads for structure handling
14727:
14728: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14729: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14730: StringBody(0) ambiguilty, introducting static
14731: StringBody::Format(int)
14732:
14733: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14734: linked
14735:
14736: * src/types/pa_vxdoc.C: vxdoc compiled
14737:
14738: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14739: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14740: finalizers isntalled
14741:
14742: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14743: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14744: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14745: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14746: compiled todo: xnode.C / finalizers
14747:
14748: * src/doc/string.dox: updated: new string internals
14749:
14750: 2003-03-24 paf
14751:
14752: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14753: include/pa_charset.h, include/pa_config_fixed.h,
14754: include/pa_request.h, include/pa_stylesheet_connection.h,
14755: include/pa_stylesheet_manager.h, main/pa_charset.C,
14756: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14757: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14758: types/pa_vxnode.h: started XML
14759:
14760: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14761:
14762: * src/: classes/file.C, classes/image.C, classes/mail.C,
14763: include/pa_string.h, main/pa_common.C,
14764: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14765:
14766: * src/: classes/file.C, classes/image.C, classes/mail.C,
14767: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14768: main/pa_request.C, main/pa_sql_driver_manager.C,
14769: types/pa_vimage.h: size_t pos everywhere checks changed to check
14770: for eq STRING_NOT_FOUND
14771:
14772: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14773: optimize bit implemented
14774:
14775: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14776: String::ArrayFragment::append_positions fixed
14777:
14778: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14779: String::this_starts fixed
14780:
14781: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14782:
14783: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14784: hashcode implemented fully, including per-char callback [it can
14785: be - substr CORD node]
14786:
14787: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14788: rewritten to rewalloc with 100byte buf ahead
14789:
14790: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14791: src/include/pa_string.h, src/main/compile.tab.C,
14792: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14793: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14794: CORD_ec [bad] would rewrite as realloc now
14795:
14796: * src/: classes/date.C, classes/file.C, classes/form.C,
14797: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14798: include/pa_cache_managers.h, include/pa_charsets.h,
14799: include/pa_common.h, include/pa_request.h,
14800: include/pa_sql_driver_manager.h, include/pa_table.h,
14801: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14802: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14803: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14804: types/pa_vmail.C, types/pa_vmethod_frame.C,
14805: types/pa_vstateless_class.h: 2*2 worked :)
14806:
14807: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14808: src/include/pa_exec.h, src/include/pa_string.h,
14809: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14810: passed OK
14811:
14812: * src/: classes/hash.C, classes/string.C, classes/table.C,
14813: types/pa_value.C: all linked todo: debug
14814:
14815: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14816: types/pa_vstateless_class.C: all compiled. todo:link
14817:
14818: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14819:
14820: * src/types/pa_vtable.C: pa_vtable.C compiled
14821:
14822: * src/types/pa_vstring.C: pa_vstring.C compiled
14823:
14824: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14825:
14826: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14827: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14828: pa_vstateless_class.C, pa_vstateless_class.h:
14829: pa_vstateless_class.C compiled
14830:
14831: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14832: types/pa_vmath.C: pa_vmail.C compiled
14833:
14834: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14835:
14836: * src/types/pa_vform.C: pa_vform.C compiled
14837:
14838: * src/types/pa_vfile.C: pa_vfile.C compiled
14839:
14840: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14841: pa_vstateless_class.C: pa_vcookie.C compiled
14842:
14843: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14844: types/pa_vhash.h: pa_value.C compiled
14845:
14846: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14847: classes.lib main.lib compiled
14848:
14849: * src/classes/void.C: void.C compiled
14850:
14851: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14852: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14853: compiled
14854:
14855: * src/: classes/string.C, include/pa_request.h,
14856: include/pa_string.h, main/pa_string.C: string.C compiled
14857:
14858: * src/: classes/op.C, classes/string.C, classes/table.C,
14859: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14860: main/pa_request.C, main/pa_string.C: op.C compiled
14861:
14862: * src/classes/: math.C, op.C: math.C compiled
14863:
14864: * src/: classes/mail.C, classes/string.C, classes/table.C,
14865: types/pa_vmail.h: mail.C compiled
14866:
14867: * src/classes/: int.C, table.C: int.C compiled
14868:
14869: * src/: classes/hash.C, classes/image.C, classes/string.C,
14870: classes/table.C, include/pa_memory.h, include/pa_string.h,
14871: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14872: compiled
14873:
14874: * src/: classes/hash.C, classes/string.C, classes/table.C,
14875: classes/void.C, classes/xdoc.C, include/pa_request.h,
14876: include/pa_sql_connection.h: hash.C compiled
14877:
14878: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14879: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14880: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14881: classes/math.C, classes/op.C, classes/response.C,
14882: classes/string.C, classes/table.C, classes/void.C,
14883: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14884: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14885: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14886: file.C table.C compiled
14887:
14888: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14889: main/untaint.C: main.lib compiled
14890:
14891: 2003-03-21 paf
14892:
14893: * src/: classes/op.C, include/pa_cache_managers.h,
14894: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14895: include/pa_stylesheet_manager.h, main/pa_exception.C,
14896: main/pa_globals.C, main/pa_sql_driver_manager.C,
14897: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14898: compiled
14899:
14900: * src/: classes/hash.C, classes/image.C, classes/op.C,
14901: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14902: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14903: main/compile.C, main/pa_common.C, main/pa_request.C,
14904: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14905: pa_request.C compiled
14906:
14907: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14908: include/pa_request.h, main/execute.C, main/pa_request.C,
14909: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14910: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14911: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14912: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14913: compiled
14914:
14915: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14916: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14917: on unix
14918:
14919: * src/: include/pa_charset.h, include/pa_charsets.h,
14920: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14921: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14922: pa_charsets.C compiled
14923:
14924: * src/: classes/image.C, classes/mail.C, classes/op.C,
14925: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14926: main/compile.y, main/execute.C, main/pa_common.C,
14927: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14928: types/pa_vcode_frame.h, types/pa_vimage.h,
14929: types/pa_vmethod_frame.h: execute.C compiled
14930:
14931: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14932: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14933: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14934: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14935: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14936: include/pa_cache_managers.h, include/pa_charsets.h,
14937: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14938: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14939: include/pa_sql_driver_manager.h, include/pa_string.h,
14940: include/pa_stylesheet_connection.h,
14941: include/pa_stylesheet_manager.h, include/pa_table.h,
14942: main/compile.C, main/compile.tab.C, main/compile.y,
14943: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14944: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14945: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14946: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14947: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14948: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14949: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14950: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14951: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14952: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14953: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14954: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14955: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14956: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14957: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14958: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14959: types/pa_vresponse.h, types/pa_vstateless_class.C,
14960: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14961: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14962: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14963: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14964: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14965: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14966: [C++ CORD wrapper]
14967:
14968: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14969:
14970: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14971: $file::exec/cgi[script; $.charset[this is script's charset]
14972:
14973: command line, env values, input got transcoded before call
14974: stdout, stderr got transcoded after call
14975:
14976: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14977: by default. use: ^file::exec[...;$.stdin[$request.body]
14978:
14979: * src/main/pa_common.C: } typo bug fix
14980:
14981: * src/main/pa_common.C: } typo bug fix
14982:
14983: 2003-03-20 paf
14984:
14985: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14986: main/untaint.C: cord bug fix, but still errors todo: clear out
14987:
14988: * src/include/pa_string.h: more tests
14989:
14990: * src/main/pa_string.C: string.pos fixed
14991:
1.116 moko 14992: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14993: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14994: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14995: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14996: replaces
1.95 moko 14997:
14998: * src/: classes/image.C, include/pa_dictionary.h,
14999: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15000: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15001: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15002: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15003:
15004: * src/include/pa_string.h: warning
15005:
15006: * src/include/pa_string.h: this_starts fixed
15007:
15008: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15009: new String ctor & append params convention
15010:
15011: * src/: classes/file.C, classes/hash.C, classes/image.C,
15012: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15013: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15014: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15015: main/pa_exception.C, main/pa_exec.C,
15016: main/pa_sql_driver_manager.C, main/pa_string.C,
15017: main/pa_stylesheet_manager.C, main/untaint.C,
15018: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15019: types/pa_vmail.C: more tests OK
15020:
15021: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15022: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15023: gc/exit runned OK
15024:
15025: * src/types/pa_vmail.C: another naming problem: should not name
15026: vars like that: unpredictable close caused problems with later
15027: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15028: descriptors missing on startup: stdin; Bad file number
15029:
15030: todo: find out why so many filters(stream) here. probably wrong?
15031:
15032: * src/: include/pa_dictionary.h, include/pa_string.h,
15033: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15034: main/untaint.C: test compiled
15035:
15036: * src/: classes/image.C, classes/mail.C, classes/math.C,
15037: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15038: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15039: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15040: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15041: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15042: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15043: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15044: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15045: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15046:
15047: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15048: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15049: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15050: src/include/pa_memory.h, src/include/pa_request.h,
15051: src/include/pa_request_charsets.h,
15052: src/include/pa_sql_connection.h, src/include/pa_string.h,
15053: src/main/compile.tab.C, src/main/execute.C,
15054: src/main/pa_charset.C, src/main/pa_common.C,
15055: src/main/pa_exception.C, src/main/pa_exec.C,
15056: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15057: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15058: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15059: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15060: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15061: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15062: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15063: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15064: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15065: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15066: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15067: pa_common.C [done, without http for now]
15068:
15069: 2003-03-19 paf
15070:
15071: * src/: classes/date.C, classes/form.C, classes/hash.C,
15072: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15073: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15074: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15075: include/pa_string.h, include/pa_table.h, main/compile.C,
15076: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15077: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15078: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15079: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15080: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15081: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15082: types/pa_vstateless_class.h, types/pa_vtable.C,
15083: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15084: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15085: types/pa_wwrapper.h: started test
15086:
1.116 moko 15087: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15088: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15089:
15090: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15091: include/pa_string.h, main/pa_string.C: string compiled todo: test
15092: it
15093:
15094: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15095: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15096: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15097: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15098: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15099: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15100: types/pa_vmethod_frame.h, types/types.dsp: string
15101: reimplementation with cord+array<fragment>: 70%
15102:
15103: 2003-03-18 paf
15104:
15105: * src/: classes/date.C, classes/file.C, classes/form.C,
15106: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15107: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15108: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15109: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15110: can ignore lang in cmp and pos really, but would
15111: split properly!
15112:
15113: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15114: cord part made parser/src/lib: it's not compiled into libgc by
15115: default
15116:
15117: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15118: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15119: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15120: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15121: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15122: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15123: src/classes/xnode.C, src/classes/xnode.h,
15124: src/include/Makefile.am, src/include/pa_cache_managers.h,
15125: src/include/pa_charset.h, src/include/pa_charsets.h,
15126: src/include/pa_common.h, src/include/pa_dictionary.h,
15127: src/include/pa_exception.h, src/include/pa_exec.h,
15128: src/include/pa_globals.h, src/include/pa_hash.h,
15129: src/include/pa_memory.h, src/include/pa_pool.h,
15130: src/include/pa_request.h, src/include/pa_request_charsets.h,
15131: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15132: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15133: src/include/pa_stylesheet_connection.h,
15134: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15135: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15136: src/main/compile.C, src/main/compile.tab.C,
15137: src/main/compile_tools.C, src/main/compile_tools.h,
15138: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15139: src/main/pa_charsets.C, src/main/pa_common.C,
15140: src/main/pa_dictionary.C, src/main/pa_exception.C,
15141: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15142: src/main/pa_pool.C, src/main/pa_request.C,
15143: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15144: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15145: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15146: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15147: src/types/pa_junction.h, src/types/pa_method.h,
15148: src/types/pa_value.C, src/types/pa_value.h,
15149: src/types/pa_vclass.C, src/types/pa_vclass.h,
15150: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15151: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15152: src/types/pa_vdouble.h, src/types/pa_venv.h,
15153: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15154: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15155: src/types/pa_vimage.C, src/types/pa_vimage.h,
15156: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15157: src/types/pa_vmath.C, src/types/pa_vmath.h,
15158: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15159: src/types/pa_vobject.C, src/types/pa_vobject.h,
15160: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15161: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15162: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15163: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15164: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15165: src/types/pa_vstring.h, src/types/pa_vtable.C,
15166: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15167: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15168: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15169: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15170: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15171: gc: PA_Object done lots of replacements also
15172:
15173: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15174: gc logging
15175:
15176: 2003-03-17 paf
15177:
15178: * src/: classes/date.C, classes/file.C, classes/form.C,
15179: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15180: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15181: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15182: include/pa_string.h, include/pa_types.h, main/compile.C,
15183: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15184: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15185: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15186: main/pa_sql_driver_manager.C, main/pa_string.C,
15187: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15188: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15189: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15190: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15191: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15192: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15193: types/pa_vxnode.h: libgc attempt
15194:
15195: 2003-03-13 paf
15196:
15197: * src/: include/pa_sql_driver_manager.h,
15198: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15199: called
15200:
15201: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15202: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15203: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15204: types/pa_value.h, types/pa_vobject.h,
15205: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15206: set_base, set_derived simplified [counter leaks fixed]
15207:
15208: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15209: src/types/types.dsp: incorporated status class patch From:
15210: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15211: 2003 8:14 AM
15212:
15213: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15214: Win32 specific: QuotaPeakNonPagedPoolUsage
15215: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15216:
15217: 2003-03-12 paf
15218:
1.116 moko 15219: * configure, configure.in, src/lib/ltdl/configure,
15220: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15221: lib/ltdl/Makefile now created by /configure.in only [were by
15222: lib/ltdl/configure.in OVERWRITE]
15223:
1.116 moko 15224: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15225: linkage fixed for g++ 3.2.2
1.95 moko 15226:
15227: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15228: on using privately declared class [fixed]
15229:
15230: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15231: 3.2 rightliy complained on using privately declared class [fixed]
15232:
15233: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15234: sigpipe before request constructor now causes death
15235:
15236: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15237: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15238: not cause exception in exception handler
15239:
1.116 moko 15240: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15241: now default links libstdc++ statically. that can be overriden by
15242: --with-dynamic-stdcpp
1.95 moko 15243:
15244: 2003-03-11 paf
15245:
15246: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15247: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15248: necessity of libstdc++
15249:
15250: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15251:
15252: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15253:
15254: 2003-03-08 paf
15255:
15256: * tests/Makefile: make install & co
15257:
15258: * src/: include/pa_request.h, classes/op.C: removing
15259: vclass,object.h -> pa_request.h dependency
15260:
15261: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15262: main/pa_request.C: removing vform,response,cookie.h ->
15263: pa_request.h dependency
15264:
15265: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15266: dependency [testing...]
15267:
15268: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15269: return 0; fixed
15270:
15271: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15272: types/pa_vmail.h: vmail.C received just compiled [not tested]
15273:
15274: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15275:
15276: * src/main/pa_request.C: forgotten: ifdef XML
15277:
15278: * src/main/pa_request.C: forgotten: ifdef XML
15279:
15280: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15281: win32 and run memleak tests again
15282:
15283: * src/targets/cgi/parser3.C: charsets: see some strange things with
15284: old xml lib-- it's internal memory handling has faults
15285:
15286: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15287: problems when transcode from charset A to A.
15288:
15289: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15290: todo: still problems when transcode from charset A to A.
15291:
15292: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15293: classes/table.C, include/pa_array.h,
15294: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15295: started full-scale-site-test [~ http://parser.ru sources]
15296:
15297: some fixes
15298:
15299: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15300: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15301: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15302: results/110.processed, results/111.processed,
15303: results/112.processed, results/113.processed,
15304: results/114.processed, results/115.processed,
15305: results/116.processed, results/117.processed,
15306: results/118.processed, results/119.processed,
15307: results/120.processed: xml: tests 109 dom create/show 110 xpath
15308: selectSingle 111 xdoc.create from tainted & 112
15309: xdoc.create/output with russian attr value 113 xpath
15310: selectString/Number 114 dom attributes.count 115 xpath selectBool
15311: 116 output media-type change 117 transform by dom stylesheet 118
15312: empty transform result 119 dom setAttribute 120 nbsp letter
15313: output
15314:
15315: =END OF PREPARED XML TESTS=
15316:
15317: 2003-03-07 paf
15318:
15319: * src/classes/xdoc.C, src/include/pa_charset.h,
15320: src/include/pa_stylesheet_connection.h, tests/108.html,
15321: tests/108.xsl, tests/results/108.processed: xml: test 108
15322: transform with params [bugs fixed]
15323:
15324: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15325: from copy/paste bug
15326:
15327: * src/classes/xdoc.C, src/include/pa_charset.h,
15328: src/include/pa_request.h, src/main/execute.C,
15329: src/main/pa_charset.C, src/main/pa_exception.C,
15330: src/main/pa_globals.C, src/main/pa_request.C,
15331: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15332: src/types/pa_vxnode.C, tests/107.html,
15333: tests/results/107.processed: xml: test: 107 bug fixes
15334:
15335: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15336: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15337: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15338:
15339: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15340: string
15341:
15342: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15343: mem alloc functions used for different cases [libxml, libxsl]
15344:
15345: * src/classes/classes.C: fixed: prevent system classes from
15346: modification to lock ALL the classes, not only directly used
15347:
15348: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15349: linked
15350:
15351: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15352:
15353: 2003-03-06 paf
15354:
15355: * src/classes/xdoc.C: xdoc.C 50%
15356:
15357: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15358: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15359: main/pa_globals.C, main/pa_request.C,
15360: main/pa_stylesheet_manager.C: xnode.C compiled
15361:
15362: * src/: include/pa_stylesheet_connection.h,
15363: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15364: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15365:
15366: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15367: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15368: xml: stylesheet&manager STARTED
15369:
15370: * src/: include/pa_globals.h, main/pa_charset.C,
15371: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15372:
15373: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15374: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15375: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15376: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15377: charsets
15378:
15379: * tests/023.html: in some cases it rounded up badly. postponing
15380: solution of that problem, making more simple test
15381:
15382: * tests/: 058_paf2000.png, results/058.processed: .png added with
15383: -kb now
15384:
15385: * src/: include/pa_charset.h, include/pa_charsets.h,
15386: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15387: moved to charsets.C
15388:
15389: 2003-03-05 paf
15390:
15391: * src/classes/string.C, src/include/pa_string.h,
15392: src/main/pa_string.C, tests/105.html,
15393: tests/results/105.processed: String::match bug fixed
15394:
15395: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15396: tests/results/104.processed: ^bpt operator added [does int3 in
15397: debug build on win32]
15398:
15399: * tests/: 057.html, results/057.processed: test bug fixed
15400:
1.116 moko 15401: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15402:
15403: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15404: missing
15405:
1.116 moko 15406: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15407: forgotten files added to Makes
1.95 moko 15408:
15409: * ltmain.sh: ltmain.sh added
15410:
15411: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15412: change undone ;(
15413:
15414: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15415: made static
15416:
15417: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15418: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15419: todo:make linker happy
1.95 moko 15420:
15421: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15422: env param made optional
15423:
15424: 2003-03-04 paf
15425:
15426: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15427: types/pa_vimage.h: number of gcc compiler bugs fixed
15428:
15429: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15430: results/103.processed: tests: 103 image.copy transparence test
15431:
15432: * src/main/execute.C, tests/101.html, tests/102.html,
15433: tests/results/101.processed, tests/results/102.processed: tests:
15434: 101 method/variable name conflict test 102 form fields change
15435: should not not change anything [bug fix]
15436:
15437: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15438: results/099.processed, results/100.processed: tests: 57 date
15439: create 2002: added 99,100 response:body/download
15440:
15441: * src/classes/image.C, tests/098.html, tests/098font.gif,
15442: tests/results/098.processed: test: 98 image font text [bug fixed]
15443:
15444: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15445: tests/results/097.processed: test: 97 file::load http:// [bugs
15446: fixed]
15447:
15448: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15449: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15450: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15451: image EXIF [bug fixed]
15452:
15453: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15454: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15455: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15456: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15457: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15458: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15459: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15460: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15461: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15462: tests/094.html, tests/095.html, tests/results/061.processed,
15463: tests/results/062.processed, tests/results/063.processed,
15464: tests/results/064.processed, tests/results/065.processed,
15465: tests/results/066.processed, tests/results/067.processed,
15466: tests/results/068.processed, tests/results/069.processed,
15467: tests/results/070.processed, tests/results/071.processed,
15468: tests/results/072.processed, tests/results/073.processed,
15469: tests/results/074.processed, tests/results/075.processed,
15470: tests/results/076.processed, tests/results/077.processed,
15471: tests/results/078.processed, tests/results/080.processed,
15472: tests/results/081.processed, tests/results/082.processed,
15473: tests/results/083.processed, tests/results/084.processed,
15474: tests/results/085.processed, tests/results/086.processed,
15475: tests/results/087.processed, tests/results/088.processed,
15476: tests/results/089.processed, tests/results/090.processed,
15477: tests/results/091.processed, tests/results/092.processed,
15478: tests/results/093.processed, tests/results/094.processed,
15479: tests/results/095.processed, tests/079.html,
15480: tests/results/079.processed: tests: 61 file::stat size 62
15481: string->int autoconvert 63 double .int,dec,div,mul 64 date
15482: compare 65 file: basename,justname,justext 66 math:crypt 67
15483: string.match simple on long 68 string.match normalized simple on
15484: long 69 string.int 70 file::stat content-type 71 table.join 72
15485: hash parameter conditional pass 73 date daylightsaving,yearday 74
15486: date arithmetics 75 response date values/attributes 76 string.pos
15487: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15488: with local 80 scientific numeric literal in string autoconvert 81
15489: xor: logical and numerical 82 for delims 83 menu delims 84
15490: table.hash distinct 85 long string replace 86 throw+catch
15491: current language preserve 87 bit shifts 88 junction tests +
15492: $caller test 89 hash.foreach selfmodification 90 int/void to int
15493: 91 $caller test 92 junction is + def junction tests 93 $caller
15494: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15495:
15496: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15497: fixed] 60 string eq string [bug fixed]
15498:
15499: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15500: 058.html, 058_paf2000.png, 059.html, 060.html,
15501: results/053.processed, results/054.processed,
15502: results/055.processed, results/056.processed,
15503: results/057.processed, results/058.processed,
15504: results/059.processed, results/060.processed: test: 53
15505: string.replace 54 junctions 55 table.hash 56 call indirect 57
15506: date.create[string] 58 image.measure[png]
15507:
15508: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15509: outputs/051.processed, results/052.processed: test: 52
15510: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15511: task: fix that
15512:
15513: 2003-03-03 paf
15514:
15515: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15516: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15517: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15518: outputs/049.processed, outputs/050.processed,
15519: outputs/051.processed, results/001.processed,
15520: results/002.processed, results/003.processed,
15521: results/005.processed, results/006.processed,
15522: results/008.processed, results/009.processed,
15523: results/011.processed, results/012.processed,
15524: results/013.processed, results/014.processed,
15525: results/015.processed, results/016.processed,
15526: results/017.processed, results/020.processed,
15527: results/021.processed, results/022.processed,
15528: results/024.processed, results/025.processed,
15529: results/026.processed, results/027.processed,
15530: results/028.processed, results/029.processed,
15531: results/030.processed, results/031.processed,
15532: results/049.processed, results/050.processed,
15533: results/051.processed, results/043.processed,
15534: results/044.processed, results/045.processed,
15535: results/046.processed, results/047.processed,
15536: results/048.processed: tests: 43,44,45 date rolls 46
15537: autoevaluating junction 47 table.select 48 name with subvar 49
15538: hash-creating switch 50 process 51 started parent/child, works as
15539: it were but it were NOT GOOD, created separate task to fix that
15540:
15541: * tests/: 042.html, results/042.processed: test: 42
15542: exception.handled
15543:
15544: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15545: expression
15546:
15547: * tests/: 040.html, results/040.processed: test: 39 method result
15548: of type table 40 method param junction auto evaluate
15549:
15550: * tests/: 039.html, results/039.processed: test: 37 method result
15551: of type table
15552:
15553: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15554: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15555: tests/038.html, tests/results/033.processed,
15556: tests/results/034.processed, tests/results/035.processed,
15557: tests/results/036.processed, tests/results/037.processed,
15558: tests/results/038.processed: tests: 33 string.replace 34
15559: string.upper 35 table created 36 local/global vars with juntions
15560: 37 table clone 38 math PI & number formatting
15561:
15562: math class registring typo fixed
15563:
15564: * src/classes/op.C, src/include/pa_request.h,
15565: src/include/pa_string.h, src/main/execute.C,
15566: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15567: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15568: tests/032.html, tests/results/032.processed: uchar changed to
15569: String_UL in all places [was not everywhere] untaint test: 032
15570:
15571: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15572: tests/results/004.processed, tests/parser-cygwin.sh,
15573: tests/parser-unix.sh: removed -H command line key, now testing
15574: using .sh file with SERVER_SOFTWARE=xxx
15575:
15576: 2003-02-26 paf
15577:
15578: * src/main/execute.C, src/types/pa_vstateless_class.h,
15579: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15580: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15581: tests/results/024.processed, tests/results/025.processed,
15582: tests/results/026.processed, tests/results/027.processed,
15583: tests/results/028.processed, tests/results/029.processed,
15584: tests/results/030.processed, tests/results/031.processed: fixed
15585: bug with name_cstr mutable CharPtr more tests
15586:
15587: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15588: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15589: << abort. die now just exits
15590:
15591: * src/classes/classes.awk, src/classes/classes.h,
15592: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15593: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15594: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15595: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15596: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15597: src/classes/xnode.C, src/include/pa_memory.h,
15598: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15599: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15600: src/types/pa_vform.C, tests/015.html, tests/016.html,
15601: tests/017.html, tests/018.html, tests/019.html,
15602: tests/019paf2001.gif, tests/020.html, tests/021.html,
15603: tests/022.html, tests/023.html, tests/022_dir/a.html,
15604: tests/022_dir/b.txt, tests/022_dir/c.htm,
15605: tests/results/015.processed, tests/results/016.processed,
15606: tests/results/017.processed, tests/results/018.processed,
15607: tests/results/019.processed, tests/results/020.processed,
15608: tests/results/021.processed, tests/results/022.processed,
15609: tests/results/023.processed: methoded_array now contains all Mxxx
15610: classes SAPI::get_env now returns info on pool more tests
15611:
15612: * src/include/pa_array.h, src/include/pa_hash.h,
15613: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15614: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15615: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15616: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15617: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15618: tests/results/001.processed, tests/results/002.processed,
15619: tests/results/003.processed, tests/results/004.processed,
15620: tests/results/005.processed, tests/results/006.processed,
15621: tests/results/007.processed, tests/results/008.processed,
15622: tests/results/009.processed, tests/results/010.processed,
15623: tests/results/011.processed, tests/results/012.processed,
15624: tests/results/013.processed, tests/results/014.processed: hash
15625: cloning fixed
15626:
15627: 2003-02-25 paf
15628:
15629: * src/main/pa_common.C: typo fixed
15630:
15631: 2003-02-24 paf
15632:
15633: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15634: [one remained]
15635:
15636: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15637: [should have been get_string(&pool)] todo: check other such calls
15638:
15639: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15640: test10, bad lookups
15641:
15642: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15643: object got destructed, and xxx points to sky
15644:
15645: * ChangeLog, src/classes/string.C: match bug fixed
15646:
15647: * src/types/pa_vmail.C: body [text/html] transcoded to
15648: $.charset[specified] now
15649:
15650: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15651: which failed to handle sigsetjmp+throw: crashed inside of
15652: pre-throw code. rewritten simplier [though duplicating
15653: closesocket code]
15654:
15655: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15656: which failed to handle sigsetjmp+throw: crashed inside of
15657: pre-throw code. rewritten simplier [though duplicating
15658: closesocket code]
15659:
15660: 2003-02-21 paf
15661:
15662: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15663: $cookie:name[$.expires[date << can be now]]
15664:
15665: written makefile with regression tests [raw]
15666:
15667: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15668: tests' only [it's not forcing CGI mode now] now use -H to output
15669: CGI header when parser used in command line [useful for tests
15670: also]
15671:
15672: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15673: switches on CGI mode, and is used in regression tests
15674:
15675: * src/: include/pa_request.h, main/pa_request.C,
15676: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15677: fixed
15678:
15679: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15680: handling pa_*
15681:
15682: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15683: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15684: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15685: memory handling files
15686:
15687: * src/main/pa_array.C: pool::format_integer terminator fixed
15688:
15689: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15690: compiles OK test to show benefits of free
15691:
15692: * src/: classes/file.C, classes/image.C, classes/mail.C,
15693: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15694: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15695: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15696: use pool [as the one in ^process]
15697:
15698: * src/classes/op.C: fixed process. sould now check for all cstr's
15699: -- some must use pool [as the one in ^process]
15700:
15701: 2003-02-20 paf
15702:
15703: * src/: classes/date.C, classes/double.C, classes/file.C,
15704: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15705: classes/math.C, classes/op.C, classes/response.C,
15706: classes/string.C, classes/table.C, classes/void.C,
15707: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15708: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15709: string cmp fixed
15710:
15711: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15712: values passed OK now
15713:
15714: 2003-02-19 paf
15715:
15716: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15717: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15718: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15719: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15720: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15721: all remaning leaks resulted from pooled::malloc calls [excluding
15722: in gd -- planning complete rewrite extremely ugly code]
15723:
15724: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15725: files
15726:
15727: 2003-02-17 paf
15728:
15729: * src/: classes/date.C, classes/double.C, classes/file.C,
15730: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15731: classes/response.C, classes/string.C, classes/table.C,
15732: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15733: include/pa_stylesheet_connection.h,
15734: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15735: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15736: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15737: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15738: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15739: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15740: of unitialized simple-typed field
15741:
15742: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15743: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15744: simple-typed field fixed. todo: find&kill all like that one
15745:
15746: * src/: main/execute.C, targets/cgi/pa_pool.C,
15747: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15748: debug output fixed
15749:
15750: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15751: main/pa_request.C: stack-stored items need extra .ref to prevent
15752: object_ptr from delete[them]
15753:
15754: * src/: classes/date.C, classes/op.C, classes/table.C,
15755: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15756: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15757: main/pa_charset.C, main/pa_common.C,
15758: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15759: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15760: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15761: calls
15762:
15763: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15764: couple mem leaks rusulted from old pooled::malloc usage.
15765: todo:find more like those
15766:
15767: * src/main/: compile.C, compile_tools.C: 2*2!
15768:
15769: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15770: stackItem fixed [there were no string on stack before]
15771:
15772: * src/: main/execute.C, main/pa_request.C,
15773: types/pa_vmethod_frame.C: first letters out OK
15774:
15775: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15776: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15777: main/pa_string.C, main/untaint.C, types/pa_value.h,
15778: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15779: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15780: type not initialized with zeros :( while class fields of class
15781: types initialized with default constructors. learn C++
15782:
15783: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15784: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15785: classes/math.C, classes/xdoc.C, classes/xnode.C,
15786: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15787: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15788:
15789: 2003-02-14 paf
15790:
15791: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15792: 13 link errors
15793:
15794: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15795: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15796: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15797: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15798: errors :)
15799:
15800: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15801: classes/hash.C, classes/mail.C, classes/op.C,
15802: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15803: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15804: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15805: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15806:
15807: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15808: classes/table.C, include/pa_common.h, include/pa_globals.h,
15809: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15810: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15811: types/pa_vint.h, types/types.dsp: op compiled
15812:
15813: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15814: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15815: main/untaint.C, types/pa_vtable.h: string, response compiled
15816:
15817: 2003-02-07 paf
15818:
15819: * src/: classes/table.C, types/pa_vtable.h: table compiled
15820:
15821: 2003-02-06 paf
15822:
15823: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15824: mail compiled
15825:
15826: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15827: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15828: types/pa_vfile.h, types/pa_vimage.h: image compiled
15829:
15830: * src/classes/: file.C, form.C: form compiled
15831:
15832: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15833: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15834: types/pa_vfile.C, types/pa_vfile.h: file compiled
15835:
15836: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15837: types/pa_vmath.h: math compiled [win32]
15838:
15839: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15840: types/pa_vstring.h: hash compiled
15841:
15842: 2003-02-04 paf
15843:
15844: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15845: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15846: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15847: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15848: types/pa_vhash.h: hash 50% compiled
15849:
15850: * src/: classes/date.C, classes/file.C, classes/hash.C,
15851: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15852: classes/string.C, classes/table.C, classes/xdoc.C,
15853: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15854: main/pa_string.C: date compiled
15855:
15856: * src/classes/: classes.dsp, double.C: double compiled
15857:
15858: * src/: classes/date.C, classes/double.C, classes/file.C,
15859: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15860: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15861: classes/string.C, classes/table.C, classes/void.C,
15862: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15863: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15864: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15865: compiled
15866:
15867: * src/: classes/date.C, classes/double.C, classes/file.C,
15868: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15869: classes/math.C, classes/op.C, classes/response.C,
15870: classes/string.C, classes/table.C, classes/void.C,
15871: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15872: types/pa_vvoid.h: void compiled :)
15873:
15874: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15875: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15876: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15877: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15878: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15879: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15880: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15881: types/pa_vresponse.C, types/pa_vstateless_class.C,
15882: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15883: types/pa_wcontext.C, types/types.dsp: removed stupid
15884: value_includes.h
15885:
15886: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15887: trying to remove stupid value_includes.h
15888:
15889: * src/main/pa_exec.C: pa_exec compiled on win32
15890:
15891: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15892:
15893: * src/: include/pa_globals.h, include/pa_request.h,
15894: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15895: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15896: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15897: types/pa_vrequest.C, types/pa_vstateless_class.C,
15898: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15899:
15900: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15901: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15902: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15903:
15904: * src/: include/pa_array.h, include/pa_config_includes.h,
15905: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15906: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15907: compiled
15908:
15909: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15910: name conflicts)
15911:
15912: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15913: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15914: yelds "virtual memory exhausted" while trying to compile
15915: execute.C [eating up to 127MB]
15916:
15917: 2003-02-03 paf
15918:
15919: * src/: include/pa_config_includes.h, include/pa_hash.h,
15920: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15921: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15922: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15923: types/pa_vint.h, types/pa_vjunction.h,
15924: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15925: started gcc compiling pa_common compiled
15926:
15927: * src/: include/pa_exception.h, include/pa_pool.h,
15928: main/pa_exception.C: exception gcc change #1
15929:
1.116 moko 15930: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15931: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15932:
15933: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15934:
15935: * src/types/pa_vtable.C: vtable compiled
15936:
15937: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15938:
15939: * src/: include/pa_cache_managers.h, main/pa_request.C,
15940: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15941:
15942: * src/types/pa_vstateless_class.C: vstateless_class compiled
15943:
15944: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15945:
15946: * src/types/pa_vrequest.C: vrequest compiled
15947:
15948: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15949: pa_vobject.C, pa_vobject.h: vobject compiled
15950:
15951: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15952: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15953: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15954: compiled
15955:
15956: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15957:
15958: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15959: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15960: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15961: compiled
15962:
15963: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15964: main.lib - 0 error(s), 0 warning(s)
15965:
15966: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15967: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15968:
15969: 2003-01-31 paf
15970:
15971: * src/: include/pa_array.h, include/pa_operation.h,
15972: include/pa_request.h, main/execute.C, main/main.dsp,
15973: types/pa_vjunction.h: started last file from main library:
15974: execute
15975:
15976: * src/: include/pa_request.h, include/pa_sapi.h,
15977: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15978: main/pa_request.C, targets/cgi/parser3.C,
15979: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15980: types/pa_vhash.h: pa_request compiled
15981:
15982: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15983: include/pa_globals.h, include/pa_request.h,
15984: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15985: main/execute.C, main/main.dsp, main/pa_common.C,
15986: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15987: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15988: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15989: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15990: types/types.dsp: most pa_request compiled
15991:
15992: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15993: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15994: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15995: classes/op.C, classes/response.C, classes/string.C,
15996: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15997: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15998: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15999: include/pa_config_fixed.h, include/pa_config_includes.h,
16000: include/pa_dictionary.h, include/pa_dir.h,
16001: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16002: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16003: include/pa_pool.h, include/pa_request.h,
16004: include/pa_request_charsets.h, include/pa_request_info.h,
16005: include/pa_sapi.h, include/pa_socks.h,
16006: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16007: include/pa_stack.h, include/pa_string.h,
16008: include/pa_stylesheet_connection.h,
16009: include/pa_stylesheet_manager.h, include/pa_table.h,
16010: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16011: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16012: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16013: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16014: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16015: main/compile.C, main/compile.tab.C, main/compile.y,
16016: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16017: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16018: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16019: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16020: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16021: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16022: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16023: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16024: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16025: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16026: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16027: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16028: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16029: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16030: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16031: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16032: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16033: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16034: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16035: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16036: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16037: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16038: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16039: types/pa_vresponse.h, types/pa_vstateless_class.C,
16040: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16041: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16042: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16043: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16044: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16045: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16046:
16047: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16048: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16049: src/include/pa_charsets.h, src/include/pa_common.h,
16050: src/include/pa_dictionary.h, src/include/pa_exception.h,
16051: src/include/pa_exec.h, src/include/pa_pool.h,
16052: src/include/pa_request.h, src/include/pa_sapi.h,
16053: src/include/pa_sql_connection.h,
16054: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16055: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16056: src/main/compile.tab.C, src/main/compile_tools.C,
16057: src/main/compile_tools.h, src/main/main.dsp,
16058: src/main/pa_charset.C, src/main/pa_charsets.C,
16059: src/main/pa_common.C, src/main/pa_dictionary.C,
16060: src/main/pa_exception.C, src/main/pa_exec.C,
16061: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16062: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16063: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16064: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16065: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16066: src/types/pa_vdouble.h, src/types/pa_venv.h,
16067: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16068: src/types/pa_vhash.h, src/types/pa_vimage.C,
16069: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16070: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16071: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16072: src/types/pa_vobject.C, src/types/pa_vobject.h,
16073: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16074: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16075: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16076: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16077: src/types/pa_vstring.h, src/types/pa_vtable.h,
16078: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16079: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16080: died, long live StringPtr
16081:
16082: 2003-01-30 paf
16083:
16084: * src/: include/pa_charset.h, include/pa_request.h,
16085: include/pa_sql_driver_manager.h, main/compile.tab.C,
16086: main/compile.y, main/compile_tools.h, main/pa_request.C,
16087: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16088:
16089: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16090: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16091: types/pa_vhash.h, types/pa_vmethod_frame.h,
16092: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16093: types/types.dsp: vstateless_class compiled
16094:
16095: * src/main/compile.C: compile compiled
16096:
16097: * src/: include/pa_array.h, include/pa_operation.h,
16098: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16099: main/pa_table.C: compile_tools compiled
16100:
16101: * src/: include/pa_operation.h, main/compile.y,
16102: main/compile_tools.C, main/compile_tools.h: started
16103: compile_tools. vagues ideas of how to free compiled code
16104:
16105: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16106: main/main.dsp, types/pa_value.C, types/pa_value.h,
16107: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16108: compiled
16109:
16110: 2003-01-29 paf
16111:
16112: * src/: include/pa_globals.h, include/pa_request.h,
16113: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16114: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16115: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16116: compiled
16117:
16118: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16119: now
16120:
16121: * src/: include/pa_array.h, include/pa_exception.h,
16122: include/pa_pool.h, main/pa_exception.C: gd compiled
16123:
16124: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16125: compiled
16126:
16127: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16128: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16129: types/pa_vfile.h: vfile compiled
16130:
16131: * src/: include/pa_common.h, include/pa_globals.h,
16132: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16133: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16134: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16135:
16136: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16137: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16138: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16139: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16140: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16141:
16142: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16143: main/main.dsp, main/untaint.C: more compiled
16144:
16145: * src/: include/pa_charsets.h, include/pa_request.h,
16146: include/pa_request_info.h, include/pa_string.h,
16147: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16148: types/pa_vresponse.h: vrequest compiled
16149:
16150: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16151: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16152: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16153:
16154: * src/: classes/classes.h, include/pa_charset.h,
16155: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16156: include/pa_request.h, include/pa_string.h, main/main.dsp,
16157: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16158: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16159: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16160: types/pa_vrequest.C, types/pa_vrequest.h,
16161: types/pa_vstateless_class.h, types/pa_vstring.h,
16162: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16163:
16164: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16165: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16166: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16167: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16168: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16169: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16170: types/pa_vobject.h, types/pa_vstateless_class.h,
16171: types/pa_vstateless_object.h, types/pa_vstatus.h,
16172: types/pa_vstring.h, types/types.dsp: vmath compiled
16173:
16174: 2003-01-28 paf
16175:
16176: * src/: classes/classes.h, classes/date.C, classes/file.C,
16177: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16178: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16179: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16180: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16181: compile_tools
16182:
16183: * src/: include/pa_charset.h, include/pa_exception.h,
16184: include/pa_request.h, include/pa_string.h, main/untaint.C:
16185: untaint compiled
16186:
16187: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16188: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16189: more compiled. struck with string::store_to needing to know
16190: source/client charsets
16191:
16192: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16193: types/pa_vfile.h: uue compiled
16194:
16195: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16196: table compiled
16197:
16198: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16199: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16200:
16201: * src/: include/pa_charset.h, main/pa_charset.C,
16202: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16203: introduced]
16204:
16205: * src/: classes/date.C, include/pa_charset.h,
16206: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16207: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16208: pa_charsets compiled
16209:
16210: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16211: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16212:
16213: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16214: common compiled
16215:
16216: * src/: include/pa_charsets.h, main/pa_charsets.C,
16217: main/pa_sql_driver_manager.C: pa_charsets compiled
16218:
16219: * src/: include/pa_array.h, include/pa_charset.h,
16220: include/pa_charsets.h, include/pa_pool.h,
16221: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16222: include/pa_stack.h, include/pa_string.h,
16223: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16224: sql_driver_manager compiled
16225:
16226: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16227: letter i with two dots added to koi, all ukranian letters added
16228: to win1251.
16229:
16230: typographic simbol 0xb9 deleted from win1251 [strange one & were
16231: abscent from koi]
16232:
16233: 2003-01-27 paf
16234:
16235: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16236: include/pa_sql_driver_manager.h, include/pa_string.h,
16237: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16238: sql/pa_sql_driver.h: paused on sql_manager
16239:
16240: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16241: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16242: include/pa_stack.h, main/pa_sql_driver_manager.C,
16243: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16244:
16245: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16246: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16247: include/pa_table.h, main/pa_sql_driver_manager.C,
16248: main/pa_table.C: table compiled
16249:
16250: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16251: cache_managers compiled
16252:
16253: * src/: include/pa_array.h, include/pa_charset.h,
16254: include/pa_pool.h, main/pa_charset.C: charset compiled
16255:
16256: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16257:
16258: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16259: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16260: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16261: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16262: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16263:
16264: 2003-01-24 paf
16265:
16266: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16267: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16268: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16269: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16270: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16271: types/pa_vint.h, types/pa_vjunction.h,
16272: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16273: types/pa_vstatus.h, types/pa_vstring.h: more patched
16274:
16275: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16276: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16277: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16278: main/pa_string.C, main/pa_table.C: string compiled
16279:
16280: * src/: include/pa_array.h, include/pa_common.h,
16281: include/pa_dictionary.h, include/pa_exception.h,
16282: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16283: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16284: main/pa_string.C: dictionary compiled
16285:
16286: 2003-01-23 paf
16287:
16288: * src/: include/pa_array.h, include/pa_common.h,
16289: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16290: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16291: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16292: types/pa_value.h: resurrected pool in new sense: now it's
16293: factory, producing&accounting memory chunks for read[autofree]
16294: buffers
16295:
16296: * src/: include/pa_array.h, include/pa_exception.h,
16297: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16298: main/pa_exception.C, main/pa_table.C: table compiled
16299:
16300: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16301: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16302: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16303: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16304: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16305: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16306: main/pa_table.C: aint that easy
16307:
16308: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16309: main/main.dsp: continued with Hash
16310:
16311: * src/main/pa_common.C: connect_string allocated on heap[wes on
16312: stack] now. and exception can be reported OK now [can be reported
16313: outside of pro c with that stack]
16314:
16315: 2003-01-22 paf
16316:
16317: * src/: include/pa_array.h, include/pa_charset.h,
16318: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16319: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16320: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16321: base: contains references_count. auto_ptr template calls
16322: add_ref/release
16323:
16324: 2003-01-21 paf
16325:
16326: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16327: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16328: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16329: classes/op.C, classes/response.C, classes/string.C,
16330: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16331: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16332: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16333: include/pa_config_fixed.h, include/pa_config_includes.h,
16334: include/pa_dictionary.h, include/pa_dir.h,
16335: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16336: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16337: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16338: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16339: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16340: include/pa_stack.h, include/pa_string.h,
16341: include/pa_stylesheet_connection.h,
16342: include/pa_stylesheet_manager.h, include/pa_table.h,
16343: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16344: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16345: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16346: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16347: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16348: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16349: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16350: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16351: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16352: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16353: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16354: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16355: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16356: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16357: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16358: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16359: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16360: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16361: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16362: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16363: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16364: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16365: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16366: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16367: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16368: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16369: types/pa_vstateless_object.h, types/pa_vstatus.C,
16370: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16371: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16372: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16373: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16374: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16375: 2002->2003
16376:
16377: 2003-01-16 paf
16378:
16379: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16380: src/main/pa_globals.C: http:// introducing $.any-status(1)
16381:
16382: * operators.txt, src/include/pa_config_fixed.h,
16383: src/main/pa_common.C: http request now return status. and not
16384: fail on status!=200
16385:
16386: 2003-01-15 paf
16387:
16388: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16389:
16390: 2003-01-14 paf
16391:
16392: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16393: mkinstalldirs: removed some ancient files [they in / really]
16394:
16395: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16396: regretfully needed patch in two places. in config_fixed.h made
16397: stubs for lib to compile in MSVC
16398:
16399: 2003-01-13 paf
16400:
16401: * config.guess, config.sub, ltmain.sh: removed last piece of
16402: configure.in(libtool) hacks
16403:
1.116 moko 16404: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16405: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16406: ltdl.h: moved to latest libtool (1.4.3)
16407:
16408: 2003-01-10 paf
16409:
16410: * src/lib/ltdl/: configure, configure.in: PROG_NM
16411:
16412: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16413: patches. libxml2 >= 2.5.1
16414: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16415: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16416: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16417:
16418: * INSTALL: moved to latest versions of xml libs libxml2 >=
16419: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16420: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16421: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16422:
16423: 2003-01-09 paf
16424:
16425: * INSTALL: xml,xslt,gdome lib urls updated
16426:
16427: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16428: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16429: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16430: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16431: 1.7.2
1.95 moko 16432:
16433: * depcomp: moving to automake 1.7.2
16434:
16435: 2002-12-27 paf
16436:
16437: * src/include/pa_version.h: 0007
16438:
16439: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16440: outdated parts, made links to language docs
16441:
16442: * src/include/pa_config_auto.h.in: comment
16443:
16444: 2002-12-26 paf
16445:
16446: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16447: not contain trailing / fixed.
16448:
16449: * INSTALL: changing SAFE_MODE politics
16450:
16451: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16452:
16453: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16454:
16455: 2002-12-25 paf
16456:
16457: * src/main/pa_globals.C: optimized-xml
16458:
16459: * src/main/pa_globals.C: optimized-as-is
16460:
16461: 2002-12-24 paf
16462:
16463: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16464: fixed [were really called with zero size when .html?a=&b=]
16465:
16466: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16467: with --with-sendmail
16468:
16469: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16470: fixed]
16471:
16472: 2002-12-23 paf
16473:
16474: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16475: ignoring parameters & were storing only string with default
16476: expires
16477:
16478: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16479: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16480: December 23, 2002 4:22 AM Subject: bug â
16481: Charset::transcode_buf2xchar
16482:
16483: 2002-12-20 paf
16484:
16485: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16486: non-cgi [script] runs
16487:
16488: 2002-12-19 paf
16489:
16490: * INSTALL: --without-iconv recommended [it crashes on some systems
16491: [tested on elik]] moreover, it's not needed there [parser
16492: registers charsets itself]
16493:
16494: * INSTALL: --without-iconv recommended [it crashes on some systems
16495: [tested on elik]]
16496:
16497: * operators.txt, src/include/pa_globals.h,
16498: src/include/pa_request.h, src/main/pa_globals.C,
16499: src/main/pa_request.C: $response:download
16500:
16501: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16502: compiler [win32]].
16503:
16504: 2002-12-18 paf
16505:
16506: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16507:
16508: 2002-12-17 paf
16509:
16510: * src/targets/cgi/parser3.C: merged die&iis changes
16511:
16512: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16513: to exit(1) 2. more flexible iilegal call check
16514:
16515: 2002-12-16 paf
16516:
16517: * ltmain.sh: some automakes silly insist on having this handy
16518:
16519: * src/main/untaint.C: filespec russian small 'r' changed to latin
16520: 'p' bug fix
16521:
16522: 2002-12-15 paf
16523:
16524: * src/main/untaint.C: filespec russian small 'r' changed to latin
16525: 'p'
16526:
16527: * configure.in, src/include/pa_config_auto.h.in,
16528: src/main/compile.C, src/main/pa_common.C: merged small changes
16529: from branch 6 to HEAD
16530:
16531: * src/main/compile.C: removed warning
16532:
16533: * src/main/pa_common.C: ftruncate having checked
16534:
16535: * configure.in, src/include/pa_version.h: new version
16536:
16537: 2002-12-14 paf
16538:
16539: * src/classes/table.C: removed unnecessary code
16540:
16541: * src/sql/pa_sql_driver.h: exception type fixed
16542:
16543: 2002-12-09 paf
16544:
16545: * src/types/pa_vvoid.h: $void.store[now] error
16546:
16547: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16548:
16549: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16550: tries to write core dump
16551:
16552: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16553:
16554: * src/: classes/hash.C, classes/string.C, classes/table.C,
16555: classes/void.C, main/pa_sql_driver_manager.C,
16556: sql/pa_sql_driver.h: changed exception handling mech in sql
16557: handlers #2
16558:
16559: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16560: exception handling mech in sql handlers
16561:
16562: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16563: handlers
16564:
16565: * src/: classes/hash.C, classes/string.C, classes/table.C,
16566: classes/void.C, main/pa_sql_driver_manager.C,
16567: sql/pa_sql_driver.h: changed exception handling mech in sql
16568: handlers
16569:
1.116 moko 16570: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16571: to write makefile which used libtool to install things, which is
16572: not needed
1.95 moko 16573:
16574: 2002-12-06 paf
16575:
16576: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16577: $hash.fields -- pseudo field to make 'hash' more like 'table'
16578:
16579: 2002-12-05 paf
16580:
16581: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16582: cc/bcc OK now
16583:
16584: * src/main/untaint.C: mail header closed properly
16585:
16586: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16587: header ',' allowed. still bugs in smtp [only one receiptient
16588: works, cc, bcc ignored now, and MAILED ;)]
16589:
16590: [strncpy killed, memnchr used]
16591:
16592: * src/main/pa_table.C: table-copy now current=0
16593:
16594: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16595: lowlevel proc
16596:
16597: * src/targets/cgi/parser3.C: more checks on
16598: http://domain/parser.cgi start [maybe some getenv returns "",
16599: checked that now
16600:
16601: * src/targets/cgi/parser3.C: more checks on
16602: http://domain/parser.cgi start [maybe some getenv returns "",
16603: checked that now
16604:
16605: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16606: out-of-mem errors reached log]
16607:
16608: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16609: mail:send MIME-Version default
16610:
16611: * src/main/main.dsp: pa_version included into main.dsp
16612:
16613: 2002-12-04 paf
16614:
16615: * src/types/pa_vform.C: $form:field string value cut by premature 0
16616:
16617: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16618: lib/libltdl -> lib/ltdl Win32 changes. s
16619:
16620: * src/classes/classes.awk: more strict *.C$
16621:
16622: * gnu.dsp: restored
16623:
1.116 moko 16624: * configure.in, gnu.dsp, src/lib/Makefile.am,
16625: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16626: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16627: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16628: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16629: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16630: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16631: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16632: now created with /configure, not ltdl/configure, so it does have
16633: no problems with automake. ltdl/configure
16634: AC_OUTPUT(Makefile<<removed)
1.95 moko 16635:
16636: 2002-12-02 paf
16637:
16638: * operators.txt: removed outdated status:db
16639:
16640: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16641: src/main/pa_common.C, src/main/pa_request.C,
16642: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16643: tainted parts becomes http-header
16644:
16645: 2002-11-29 paf
16646:
16647: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16648: dates now objects of type date
16649:
16650: * src/classes/image.C: file.seek removed [it were used in image.C
16651: only, and for parser user this means that jpeg image has bad
16652: size in fragment's header] now used image.format
16653:
16654: * src/: include/pa_common.h, main/pa_common.C,
16655: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16656: now handled exactly like $response:header values. e.g. can be
16657: hash [can have subattributes] & contain date values.
16658:
16659: * src/main/pa_common.C: http:// param values lang forced URI
16660:
16661: * src/main/pa_common.C: http:// tainted partes now %xx
16662:
16663: 2002-11-28 paf
16664:
16665: * operators.txt: http.timeout
16666:
16667: * src/classes/image.C: ^image.length now counts interchar space.
16668: plus space after last char
16669:
16670: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16671:
16672: * src/classes/image.C: ^image.font width measurer now scans full
16673: height [were -1]
16674:
16675: * configure.in: stopped double libltdl/Makefile generation
16676:
16677: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16678: chars [one top horizontal line of 1pixel height were missing]
16679:
16680: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16681: 'false' to go into (Hash *) parameter
16682:
16683: 2002-11-27 paf
16684:
16685: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16686: types/pa_vmail.C: response:body[file] if file nows it's name now
16687: returns content-disposition: >>attachment<<
16688:
16689: * src/classes/image.C: ^image.font << bad font file-size now
16690: properly reported
16691:
16692: 2002-11-26 paf
16693:
16694: * src/main/pa_request.C: fixed lang in reponse header
16695:
16696: * src/main/pa_common.C: utf8 prefix ignored @read text
16697:
16698: * operators.txt, src/main/pa_common.C: http:// response status!=200
16699: made exception: http.status with source=bad status#
16700:
16701: 2002-11-25 paf
16702:
16703: * configure.in, src/classes/image.C,
16704: src/include/pa_config_auto.h.in,
16705: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16706: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16707: const void related probs fixed
1.95 moko 16708:
16709: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16710:
16711: $file[^file::load[http://there]] $file.SERVER
16712:
16713: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16714: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16715: http options [invalid onces now reported] made default
16716: user-agent: paf
16717:
16718: * operators.txt, src/classes/file.C, src/classes/table.C,
16719: src/classes/xdoc.C, src/include/pa_common.h,
16720: src/include/pa_globals.h, src/main/pa_common.C,
16721: src/main/pa_globals.C, src/main/pa_request.C,
16722: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16723: now understand http:// prefix and additional params, sample:
16724: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16725: $.USER-AGENT[parser3] ]]
16726:
16727: 2002-11-22 paf
16728:
16729: * src/classes/image.C, src/include/pa_globals.h,
16730: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16731: src/types/pa_vimage.h, operators.txt: $image.exif support
16732: $image.exif.DateTime & co
16733:
16734: 2002-11-21 paf
16735:
16736: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16737: _PASS_APPENDED)
16738:
16739: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16740: EXIF information [were big block and it's size were considered
16741: negative :(]
16742:
16743: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16744: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16745: internals rewritten. no there's reader.seek, and all's ready for
16746: EXIF extraction [now we fail to measure files with EXIF info]
16747:
16748: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16749: O_TRUNC truncates even exclusevely write-locked file [thanks to
16750: Igor Milyakov <virtan@rotabanner.com> for discovering]
16751:
16752: 2002-11-20 paf
16753:
16754: * src/targets/cgi/parser3.C: logging @signal += query_string
16755:
16756: * configure.in, src/include/pa_config_auto.h.in,
16757: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16758: comment
16759:
16760: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16761:
16762: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16763: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16764: currently processed document SIGPIPE >> interrupts request
16765: processing [exception = DB rollback]
16766:
16767: * src/main/pa_exec.C: comment
16768:
16769: * src/main/pa_exec.C: pa_exec: data written only if size>0
16770:
16771: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16772: << disable HTTP-POST repassing
16773:
16774: * src/: include/pa_config_fixed.h, main/pa_common.C,
16775: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16776: pipe read errors now checked
16777:
16778: 2002-11-19 paf
16779:
16780: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16781: CGI: Illegal call
16782:
16783: 2002-11-01 paf
16784:
16785: * src/main/execute.C: comment
16786:
16787: 2002-10-31 paf
16788:
16789: * src/main/execute.C: found out why, checked that for now. todo:
16790: find out a way for that user could do that
16791:
16792: * src/types/pa_vstateless_object.h: object put replaces static
16793: parent if any
16794:
16795: * src/types/pa_vobject.C: object put replaces static parent if any
16796:
16797: * src/: classes/form.C, classes/mail.C, classes/op.C,
16798: classes/xnode.h, main/compile.tab.C, main/execute.C,
16799: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16800: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16801: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16802: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16803: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16804: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16805: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16806: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16807: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16808: types/pa_vstateless_object.h, types/pa_vstatus.C,
16809: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16810: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16811: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16812: types/pa_wwrapper.h: static fix merged
16813:
16814: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16815: $virtual_fields in dynamic, but one can reach derived
16816: static[class] variable from base
16817:
16818: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16819: types/pa_vobject.C, types/pa_vobject.h,
16820: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16821: statics, left $virtual_fields in dynamic
16822:
16823: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16824: one can't remember derivates in base class: there's so many of
16825: them. also there can be no virtual method calls in static
16826: classes
16827:
16828: * src/: classes/form.C, classes/mail.C, classes/op.C,
16829: classes/xnode.h, main/execute.C, main/pa_request.C,
16830: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16831: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16832: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16833: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16834: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16835: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16836: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16837: types/pa_vresponse.C, types/pa_vresponse.h,
16838: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16839: types/pa_vstateless_object.h, types/pa_vstatus.C,
16840: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16841: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16842: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16843: types/pa_wwrapper.h: static call $self fixed
16844:
16845: * src/main/execute.C: comment
16846:
16847: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16848: ^process[$caller.self]{...} now compiles to last derived object
16849: part of that 'self'
16850:
16851: 2002-10-29 paf
16852:
16853: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16854: re-passing [iis to blame]
16855:
16856: * src/classes/string.C: changed string.save to pass current sql
16857: connection to cstr thus one can ^connect[some server]{
16858: $s[insert into table x (x) values (^taint[sql]{value})]
16859: ^s.save[some.sql] } and he'd get in some.sql file code with
16860: properly escaped. [tried in mssql->mysql export->import of
16861: binary data]
16862:
16863: 2002-10-25 paf
16864:
16865: * src/types/pa_vresponse.C: case insensitive response user fields
16866: get/put
16867:
16868: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16869: types/pa_vresponse.C: saving for maybe-future
16870:
16871: 2002-10-23 paf
16872:
16873: * operators.txt, src/classes/table.C: ^table.hash{code}...
16874: ^table.hash(expr)...
16875:
16876: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16877:
16878: 2002-10-22 paf
16879:
16880: * src/types/: pa_vform.C, pa_vform.h: removed needless
16881: VForm::Append...(...Value)
16882:
16883: * src/main/execute.C: $.name outside of $name[...] checked
16884:
16885: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16886: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16887:
16888: 2002-10-21 paf
16889:
16890: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16891: $form:qtail $form:imap.x/y
16892:
16893: * operators.txt, src/types/pa_vform.C: $form:nameless =
16894: "?value&...", "...&value&...", "...&value"
16895:
16896: * operators.txt, src/types/pa_vform.C: $form:image-map
16897:
16898: * operators.txt, src/classes/file.C: /some/page.html:
16899: ^file:fullpath[a.gif] => /some/a.gif
16900:
16901: 2002-10-17 paf
16902:
16903: * src/main/: compile.tab.C, compile.y: operators precedence changed
16904: a little: logical not and bitwise negation precedence made
16905: highest, << and >> bitshits precedence made equal [were << higher
16906: than >>]
16907:
16908: * src/classes/op.C: exception handling fixed [were bad with
16909: contexts]
16910:
16911: 2002-10-16 paf
16912:
16913: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16914: main/pa_request.C: Request::self considered equal to
16915: VMethodFrame::self, and removed, Request::get_self() mapped to
16916: VMethodFrame.self()
16917:
16918: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16919: $hash in open field now gives old good error meesage
16920:
16921: 2002-10-15 paf
16922:
16923: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16924: use ^if($junction is junction){was and now true}
16925:
16926: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16927: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16928: types/pa_vxnode.C: xml->parser strings now have origin, which
16929: points to place where value left xml library and came to parser:
16930: place of dom field extraction/call
16931:
16932: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16933: main/compile.tab.C, main/compile.y, main/execute.C,
16934: types/pa_vmethod_frame.h: removed last pieces of old code
16935: allowing $junction.xxx at compile time
16936:
16937: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16938: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16939: objects also considered [were only classes]
16940:
16941: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16942: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16943: with CLASS self. [ (request&method_frame).self temporarily
16944: changed ]
16945:
16946: * src/classes/: hash.C, op.C: method_frame now always changed, with
16947: no exception to native calls. for&foreach changed to use
16948: method_frame.caller for their var's name context
16949:
16950: * src/: main/execute.C, targets/cgi/parser3.C,
16951: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16952: compiling to system classes disabled
16953:
16954: * operators.txt, src/classes/op.C:
16955: ^process[$caller.CLASS]{code-string} added
16956:
16957: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16958: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16959: src/types/Makefile.am, src/types/pa_vjunction.C,
16960: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16961: src/types/types.dsp: removed $junction.get $junction.set[]
16962: introducing $caller
16963:
16964: * src/types/pa_value.h: removed outdated comments. doxygen would
16965: find them lower by inheritance tree
16966:
16967: * src/types/pa_vjunction.C: ident
16968:
16969: 2002-10-14 paf
16970:
16971: * src/classes/op.C: process compiles to code's class class
16972:
16973: * src/: classes/form.C, classes/mail.C, classes/op.C,
16974: include/pa_request.h, main/compile.C, main/compile.tab.C,
16975: main/compile.y, main/execute.C, main/pa_request.C,
16976: types/pa_vstateless_class.h: operators now main-class-methods
16977:
16978: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16979: better stack trace [has "call" & co there]
16980:
16981: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16982: operators @auto now executed in MAIN context
16983:
16984: * src/main/execute.C: operator execution context now = MAIN, not
16985: closest stack frame
16986:
16987: @touchit[] $i[after]
16988:
16989: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16990: were 'after'
16991:
16992: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16993: 'after'
16994:
16995: * src/main/execute.C: comment
16996:
16997: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16998: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16999: action]
17000:
17001: * src/types/pa_vxnode.C: misreplace fixed
17002:
17003: * configure, configure.in, src/include/pa_config_auto.h.in,
17004: src/types/pa_vstatus.C, operators.txt:
17005: $status:rusage.tv_secs/usecs introduced
17006:
17007: 2002-10-09 paf
17008:
17009: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17010: on empty string [or uses (default)]
17011:
17012: 2002-10-08 paf
17013:
17014: * src/main/untaint.C: mail header quoted printable changed after
17015: RFC reread
17016:
17017: * operators.txt: plan on ^if(method
17018:
17019: * src/types/pa_vxnode.C: misreplace
17020:
17021: 2002-09-24 paf
17022:
1.116 moko 17023: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17024:
17025: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17026: mailreceive would compile on freebsd now
17027:
17028: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17029: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17030: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17031: mailreceive would compile on freebsd now
1.95 moko 17032:
17033: * src/: classes/file.C, main/untaint.C: 1. file spec language
17034: changed: now there are only few chars are untainted: * ? ' " < >
17035: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17036: one should use ^untaint[uri]{...} now]
17037:
17038: 2. $list[^file:list[dir]] now returns simply tainted names in
17039: $list.name, not tainted as filespec
17040:
17041: @russianindex[] #dir with files with russian-lang names
17042: $where[dir]
17043:
17044: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17045: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17046:
17047: 2002-09-23 paf
17048:
17049: * src/types/pa_vdouble.h: double->int round added
17050:
17051: * src/classes/date.C: date bug fix, now
17052: round(floatDays*secondsPerDay)
17053:
17054: * src/classes/date.C: date bug fix, now
17055: round(floatDays*secondsPerDay)
17056:
17057: 2002-09-20 paf
17058:
17059: * src/main/execute.C: code junction calls disabled [before: code
17060: was compiled in such a way, that there were no code-junctions in
17061: OP_CALL]
17062:
17063: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17064:
17065: @badjunctioncallinside[code] ^code[]
17066:
17067: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17068: expanding to include ^junction.method
17069:
17070: * src/main/pa_common.C: -d "DIR/" now true
17071:
17072: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17073: as internal xdoc encoding, and after decoding attributes set by
17074: dom functions now encoded OK, not as digital entities
17075:
17076: * src/classes/xdoc.C: empty transform result, being taken as file
17077: now returns empty file, not raises stupid error about "stat-ed
17078: file"
17079:
17080: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17081: allowed
17082:
17083: * src/types/types.dsp: introducing $junction.get/put(1) one can
17084: write iterators now:
17085:
17086: ^user-foreach[key;value]{$key=$value<br>}
17087:
17088: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17089: $code.value($i*2) $code }
17090:
17091: * src/main/compile_tools.h: mistype
17092:
1.116 moko 17093: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17094: thus taking linking options configure changes into account [were:
17095: ignoring]
1.95 moko 17096:
17097: * src/types/: pa_vjunction.C, Makefile.am: introducing
17098: $junction.get/put(1) one can write iterators now:
17099:
17100: ^user-foreach[key;value]{$key=$value<br>}
17101:
17102: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17103: $code.value($i*2) $code }
17104:
17105: * src/: include/pa_opcode.h, include/pa_request.h,
17106: main/compile.tab.C, main/compile.y, main/execute.C,
17107: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17108: introducing $junction.get/put(1) one can write iterators now:
17109:
17110: ^user-foreach[key;value]{$key=$value<br>}
17111:
17112: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17113: $code.value($i*2) $code }
17114:
17115: 2002-09-19 paf
17116:
1.116 moko 17117: * Makefile.am: new: make commit
1.95 moko 17118:
17119: * aclocal.m4: forced to be older
17120:
17121: 2002-09-18 paf
17122:
17123: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17124: src/main/compile.y, src/main/execute.C: << >> int shifts
17125:
17126: * src/: include/pa_common.h, include/pa_request.h,
17127: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17128: - now this - fatal error
17129:
17130: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17131: that one can pass binary data there
17132:
17133: * src/: classes/date.C, classes/double.C, classes/file.C,
17134: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17135: classes/op.C, classes/response.C, classes/string.C,
17136: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17137: include/pa_request.h: pa_request contexts made privated, plus
17138: get_{self/method_frame} to read. Request_context_saver used in
17139: ^try to save flang too. [were not saved]
17140:
17141: * src/types/pa_vresponse.C: header value chains joined before
17142: output, this should help $.subject[$var $var] from being
17143: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17144:
17145: 2002-09-17 paf
17146:
17147: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17148: removed changes, operators executed with calling self. lots of
17149: code with ^include code relies on defined/defining self variables
17150:
17151: $a[1] ^include[print_a.p] print_a.p: $a
17152:
17153: ^include[set_a.p] a=$a set_a.p: $a[1]
17154:
17155: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17156: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17157: types/pa_vstateless_class.h: operators now executed with MAIN
17158: self. it's for ^include sake, too strong a change
17159:
17160: * src/classes/op.C: made place for ^process to compile it's code to
17161: in case of no self
17162:
17163: * src/main/execute.C: found ancient param to Junction, removed.
17164: allowed passing self to native_code_operators [for ^process to
17165: work, she needs self]
17166:
17167: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17168: types/pa_vstateless_class.h: found ancient param to Junction,
17169: removed. allowed passing self to native_code_operators [for
17170: ^process to work, she needs self]
17171:
17172: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17173: types/pa_value.h, types/pa_vmethod_frame.h,
17174: types/pa_vstateless_class.h: allowed Request.self to be 0,
17175: checked that in VMethodFrame get/put and $self.
17176:
17177: * src/classes/: table.C, xdoc.C: table::sql options table::create
17178: copy options options checked, wrong option now fatal error
17179:
17180: * src/main/pa_string.C: string.replace fixed [were missing words on
17181: pieces boundaries]
17182:
1.150 moko 17183: * configure, configure.in: .so now detected [can be .sl on hpux,
17184: .dll on cygwin, .so in other cases)
1.95 moko 17185:
17186: * configure, configure.in: .so now detected [can be .sl on hpux,
17187: .dll on cygwin, .so in other cases)
17188:
17189: * operators.txt, src/classes/hash.C, src/classes/table.C,
17190: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17191: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17192: record taken [were last]
17193:
17194: * src/: classes/hash.C, classes/table.C,
17195: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17196: now errors
17197:
17198: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17199:
17200: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17201: ,2,3]
17202:
17203: 2002-09-16 paf
17204:
17205: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17206: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17207: stdout to be binary. now detected closest header break.
17208:
17209: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17210: closed right
17211:
17212: 2002-09-13 paf
17213:
17214: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17215: src/main/compile_tools.h: (expression #comment)
17216:
17217: (multiline expression #comment line2 #comment )
17218:
17219: (expression #comment with (brackets) comment) << OK
17220:
17221: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17222: bitwise !|| numerical xor now [preparing for expression
17223: #comments]
17224:
17225: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17226: error
17227:
17228: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17229: cheched in pa_socks.C
17230:
1.116 moko 17231: * configure, configure.in, src/include/pa_config_auto.h.in:
17232: HAVE_WINSOCK_H created in configure.in
1.95 moko 17233:
17234: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17235: cookie date now clean [were mistakenly tainted & that worked bad
17236: with opera -- 'happily' that worked OK with msie]
17237:
17238: 2002-09-12 paf
17239:
17240: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17241: VClass get_element now first looks to fields, next to methods &
17242: co todo: the rest reason: more speed
17243:
17244: * src/main/untaint.C: quoted printable encoding stops before
17245: \s*<...>$
17246:
17247: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17248: stops before <...>$
17249:
17250: 2002-09-11 paf
17251:
17252: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17253: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17254: forgot to check users of those funcs. not all were using that
17255: return value convention
17256:
17257: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17258: windows-1254 added
17259:
17260: 2002-09-10 paf
17261:
17262: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17263: VCodeFrame parent param were specified badly
17264:
17265: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17266: WWrapper which used in constructing objects(second param to sql
17267: method) ^...sql{}[$.default{code}] now has parent, wich helps
17268: code in hash to survivi
17269:
17270: * src/: include/pa_request.h, main/execute.C: removed redundant
17271: param to execute [stack said 'thanks']
17272:
17273: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17274: types/pa_value.h, types/pa_vcode_frame.h,
17275: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17276: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17277: responsibility to wcontext
17278:
17279: * src/classes/file.C: decided not to log exec's with stderr, that
17280: could be warnings, and it's up to scritper to log/show them
17281:
17282: * src/: classes/double.C, main/execute.C: double:sql badly called
17283: write_assign_lang, not write_no_lang, thus doing unnecessary
17284: double/string converstion, which were loosing time&precesion
17285:
17286: * src/: main/pa_charset.C, types/pa_vmail.C:
17287: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17288: case of unfinished in buffer processing, causing accidental
17289: transcode stop [in case that source enc != utf-8 & there is
17290: incomplete utf-8 sequence at the end of 16000block iside of
17291: libxml lib] tfm readed & code updated
17292:
17293: 2002-09-04 paf
17294:
17295: * configure: makes with sjlj
17296:
17297: * INSTALL, src/include/pa_config_fixed.h,
17298: src/include/pa_sql_connection.h,
17299: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17300: checked. on win32 it made default
17301:
17302: * src/include/pa_config_auto.h.in: sjlj define
17303:
17304: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17305: can not work with longjump/throw pair, and one must switch that
17306: on there. todo: detect that automatically]
17307:
17308: * src/types/pa_vxnode.C: removed too strong checks of
17309: xnode.elements. now, for instance, if element does not have any
17310: attributes, $xnode.attributes is void, not error
17311:
17312: 2002-09-02 paf
17313:
17314: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17315: removed double_result, didn't help
17316:
17317: * src/main/execute.C: double_result made to move that var away from
17318: hungry g++ optimizer (-O2), before: it were optimized and
17319: comparison operators worked badly
17320:
17321: * src/types/pa_vdate.h: removed debug
17322:
1.116 moko 17323: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17324:
17325: * src/main/execute.C: fixed numeric < & co so that thay now use
17326: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17327: unknown reason.
17328:
17329: 2002-08-29 paf
17330:
17331: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17332: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17333: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17334: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17335: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17336: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17337: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17338: [called less frequent, allowed to remove ugly
17339: Junction.change_context-s from many places, switch,
17340: mail:send..html{}, ..] request.root renamed to method_frame [more
17341: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17342: [speed up]
17343:
17344: 2002-08-28 paf
17345:
17346: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17347: tainted
17348:
17349: * src/types/pa_vcookie.C: fixed cookie delete when
17350: $cookie:name[$.value[]]
17351:
17352: * operators.txt, src/classes/string.C:
17353: ^string.split[delim[;options]]
17354:
17355: 2002-08-27 paf
17356:
1.116 moko 17357: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17358:
17359: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17360: delimiter
17361:
17362: * INSTALL: recommended latest gmime 1.0.5
17363:
17364: 2002-08-26 paf
17365:
17366: * configure, configure.in: apache13/hook added to make dist.
17367:
17368: 2002-08-23 paf
17369:
17370: * src/: include/pa_common.h, main/pa_common.C,
17371: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17372: beside binary [cgi, isapi] not accessible [due to bad rights or
17373: whatever] it's error now
17374:
17375: 2002-08-21 paf
17376:
1.116 moko 17377: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17378:
17379: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17380: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17381: class". compiled as if here they named base class
17382:
17383: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17384: cloning constructor]
17385:
17386: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17387:
1.150 moko 17388: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17389: $mail.received.file.value.content-type fixed
17390:
17391: 2002-08-20 paf
17392:
17393: * src/classes/file.C: fixed language of file:file result
17394:
17395: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17396: from 3.0.0005
17397:
17398: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17399:
17400: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17401: 3.0.0005
17402:
17403: * src/classes/void.C, operators.txt: ^void.length[] = 0
17404:
17405: 2002-08-19 paf
17406:
17407: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17408: work now
17409:
17410: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17411: error in xnode, which were not catched in xdoc]
17412:
17413: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17414: prepared: // validate each document after load/create (?)
17415: //xmlDoValidityCheckingDefaultValue = 1;
17416:
17417: 2002-08-15 paf
17418:
17419: * src/classes/classes.h: write to static var caused useless
17420: Exception, introduced Methoded::put_element wich consumes those
17421:
17422: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17423: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17424: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17425: $response:field[date] $response:field[$.xxx[date]]
17426:
17427: * src/: classes/hash.C, classes/string.C, classes/table.C,
17428: classes/void.C, include/pa_sql_connection.h: fixed source of
17429: ^hash::sql{bad}
17430:
17431: * operators.txt: $request:body unprecessed POST request body
17432:
17433: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17434:
17435: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17436: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17437:
17438: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17439: src/include/pa_request.h, src/main/pa_pool.C,
17440: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17441: $request:body r.post_data now const
17442:
17443: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17444: classes/xnode.C, main/execute.C, types/pa_value.h,
17445: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17446: types/pa_vtable.h: instead of type() checking everywhere used
17447: Value.as now user descendants can be used in params.
17448:
17449: VObject::as_*, is_defined now taken from bases. xtable(table)
17450: ^if($xtable) now OK
17451:
17452: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17453: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17454: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17455:
17456: 2002-08-14 paf
17457:
17458: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17459: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17460: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17461: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17462: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17463: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17464: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17465: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17466: types/pa_vresponse.C, types/pa_vresponse.h,
17467: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17468: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17469: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17470: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17471: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17472: & VClass
17473:
17474: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17475:
17476: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17477: removed fixopt stupidity. on stupid linux use cd /document/root
17478: ../cgi/parser3 script
17479:
17480: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17481: params, splitting them by space, excluding argv[0], argv[argc-1]
17482:
17483: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17484: fixopt.h: fixopt now preprocesses command line params, splitting
17485: them by space, excluding argv[0], argv[argc-1]
17486:
17487: * src/targets/cgi/parser3.C: -f config file
17488:
17489: * src/targets/cgi/parser3.C: fixed .log file dir
17490:
17491: 2002-08-13 paf
17492:
17493: * src/types/pa_vobject.C: allow override parent variables, useful
17494: for form descendants [in vobject too, were in vclass]
17495:
17496: * src/types/pa_vclass.C: allow override parent variables, useful
17497: for form descendants
17498:
17499: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17500: overwritten in derived(table)
17501:
17502: * src/: classes/form.C, classes/mail.C, classes/op.C,
17503: classes/xnode.h, include/pa_request.h, main/execute.C,
17504: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17505: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17506: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17507: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17508: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17509: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17510: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17511: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17512: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17513: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17514: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17515: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17516: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17517: Value::get_element(..., bool looking_down) [needed to exclude
17518: endless recoursion]
17519:
17520: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17521: fix bug with put endless recoursion todo: check 'as'
17522:
17523: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17524: reorganized modules todo: fix bug with put endless recoursion
17525: todo: check 'as'
17526:
17527: * src/types/pa_vobject.h: checked: table fields can be overwritten
17528: in derived(table)
17529:
17530: * src/types/pa_vobject.h: derived classes can have fields of their
17531: own now
17532:
17533: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17534: fixed error message on using non-created table
17535:
17536: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17537: classes/op.C, classes/xnode.h, include/pa_request.h,
17538: main/compile.C, main/compile.tab.C, main/execute.C,
17539: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17540: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17541: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17542: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17543: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17544: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17545: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17546: types/pa_vresponse.C, types/pa_vresponse.h,
17547: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17548: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17549: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17550: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17551: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17552: looking down/up tree todo: fix error message on non-constructed
17553: parents
17554:
17555: 2002-08-12 paf
17556:
17557: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17558: derived OK
17559:
17560: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17561: thorough testing
17562:
17563: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17564: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17565: types/pa_vobject.h, types/pa_vstateless_class.h,
17566: types/pa_vstateless_object.h, types/pa_wcontext.h,
17567: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17568: ^base:create[] dynamic call rewritten todo: thorough testing
17569:
17570: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17571: now instantates base class, remembers it and saves child in
17572: parent VObject.get_class now returns last child = downward
17573: virtual calls OK
17574:
17575: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17576: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17577: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17578: types/pa_vobject.h, types/pa_vresponse.h,
17579: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17580: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17581: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17582: VAliased [redundant], moved $CLASS to VObject only [parser class
17583: instance]
17584:
17585: * src/main/pa_request.C: $response:body[file] content-type check
17586: fixed [were bad when content-type is hash]
17587:
17588: 2002-08-09 paf
17589:
17590: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17591: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17592:
17593: 2002-08-08 paf
17594:
17595: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17596: src/main/pa_globals.C: year column in month calendar [week year]
17597:
17598: * src/main/execute.C: error reporting on object writes to MAIN
17599: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17600:
17601: * operators.txt, src/types/pa_vdate.h: $date.yearday
17602: $date.daylightsaving
17603:
17604: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17605: use tainted data now. only she must specify the language.
17606:
17607: ^mail:send[ $.from[paf@mail.design.ru]
17608: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17609: $.text[^taint[uri][ìîñêâà]=] ]
17610:
17611: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17612: now prints more precise origin
17613:
17614: * src/include/pa_string.h: String::first_char now not fails on
17615: empty strings ^if(-f '') now ok and in 3 other places.
17616:
17617: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17618: String::first_char now not fails on empty strings ^if(-f '') now
17619: ok and in 3 other places.
17620:
17621: 2002-08-07 paf
17622:
17623: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17624: fixed
17625:
17626: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17627:
17628: * src/: main/execute.C, types/pa_vcode_frame.h,
17629: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17630: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17631: mistakenly not completely transparent to object writes.
17632: $hash[^if(1){$hash}] now works
17633:
17634: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17635: now erasing cache file [there were bad check on that]
17636:
17637: * src/: classes/classes.dsp, classes/table.C,
17638: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17639: all Debug dirs in .dsp now named 'Debug'
17640:
1.116 moko 17641: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17642:
17643: * operators.txt, src/classes/mail.C: exception_type email.send
17644:
17645: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17646:
17647: * src/types/pa_vmail.C: mail:send empty email checked
17648:
17649: 2002-08-06 paf
17650:
17651: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17652: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17653: ^table::create[$source;$.options] ^table::join[$source;$.options]
17654:
17655: * operators.txt, src/classes/hash.C, src/classes/string.C,
17656: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17657: # $.default() }
17658:
17659: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17660:
17661: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17662: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17663: $file.content-type [instead of .mime-type] now works for
17664: file::stat also
17665:
17666: * src/main/pa_request.C: case insensitive mime_type_of
17667:
17668: 2002-08-05 paf
17669:
17670: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17671:
17672: * src/types/pa_vmail.C: file buffer relocated to parser heap
17673:
17674: * operators.txt: comment on date:calendar week column
17675:
17676: * src/main/pa_common.C: write checked
17677:
17678: * src/main/: pa_common.C: write checked
17679:
17680: * src/classes/date.C: +1 buf size for stupid snprintfs
17681:
17682: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17683: month calendar week column [ISO 8601 Week Numbers]
17684:
17685: 2002-08-02 paf
17686:
17687: * src/: include/pa_config_fixed.h, main/pa_string.C,
17688: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17689: DEBUG*
17690:
17691: * configure, configure.in, src/include/pa_version.h: release
17692: 3_0_0005
17693:
17694: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17695: multipart post fixed
17696:
17697: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17698: response transcoded source->client only when text/* or simple
17699: onoverridden $response:body
17700:
17701: 2002-08-01 paf
17702:
17703: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17704: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17705: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17706: classes/op.C, classes/response.C, classes/string.C,
17707: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17708: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17709: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17710: include/pa_config_fixed.h, include/pa_dictionary.h,
17711: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17712: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17713: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17714: include/pa_socks.h, include/pa_sql_connection.h,
17715: include/pa_sql_driver_manager.h, include/pa_stack.h,
17716: include/pa_string.h, include/pa_stylesheet_connection.h,
17717: include/pa_stylesheet_manager.h, include/pa_table.h,
17718: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17719: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17720: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17721: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17722: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17723: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17724: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17725: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17726: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17727: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17728: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17729: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17730: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17731: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17732: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17733: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17734: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17735: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17736: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17737: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17738: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17739: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17740: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17741: types/pa_vmethod_frame.h, types/pa_vobject.h,
17742: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17743: types/pa_vresponse.h, types/pa_vstateless_class.C,
17744: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17745: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17746: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17747: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17748: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17749: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17750:
17751: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17752: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17753: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17754: classes/math.C, classes/op.C, classes/response.C,
17755: classes/string.C, classes/table.C, classes/void.C,
17756: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17757: include/pa_array.h, include/pa_cache_managers.h,
17758: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17759: include/pa_config_fixed.h, include/pa_config_includes.h,
17760: include/pa_dictionary.h, include/pa_dir.h,
17761: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17762: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17763: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17764: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17765: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17766: include/pa_stack.h, include/pa_string.h,
17767: include/pa_stylesheet_connection.h,
17768: include/pa_stylesheet_manager.h, include/pa_table.h,
17769: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17770: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17771: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17772: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17773: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17774: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17775: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17776: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17777: main/pa_sql_driver_manager.C, main/pa_string.C,
17778: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17779: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17780: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17781: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17782: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17783: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17784: targets/isapi/pool_storage.h, types/pa_valiased.C,
17785: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17786: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17787: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17788: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17789: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17790: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17791: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17792: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17793: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17794: types/pa_vresponse.C, types/pa_vresponse.h,
17795: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17796: types/pa_vstateless_object.h, types/pa_vstatus.C,
17797: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17798: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17799: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17800: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17801: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17802: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17803: types/Makefile.am: ident.C* removed
17804:
17805: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17806: file:find[/can/do/this/now.txt]
17807:
17808: * src/targets/cgi/parser3.C: usage to stdout now
17809:
17810: 2002-07-31 paf
17811:
17812: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17813:
17814: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17815: default "postmaster"
17816:
17817: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17818: -f postmaster now default sendmail key word "postmaster"
17819: replaced to $.from
17820:
17821: 2002-07-30 paf
17822:
1.116 moko 17823: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17824: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17825:
17826: * src/main/pa_charset.C: comment
17827:
17828: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17829: table, &#decimal;
17830:
17831: * src/main/pa_request.C: comment
17832:
17833: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17834: paragraf]
17835:
17836: 2002-07-11 paf
17837:
17838: * src/main/pa_exec.C: build command line badly added params twice
17839: [and first time without ' ']. double wrong. fixed.
17840:
17841: * src/main/pa_exec.C: invalid .exe caused error message with params
17842: wich parser did not provide = reported badly. fixed that.
17843:
17844: * src/classes/mail.C: $MAIL[ # xxx ]
17845:
17846: now ok
17847:
17848: * operators.txt: plan: sql detailed exception
17849:
17850: 2002-07-01 paf
17851:
17852: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17853: [MForm.configure_admin were called when request.main_class ==0
17854:
17855: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17856:
17857: * src/classes/form.C: content_length type fix
17858:
17859: 2002-06-30 paf
17860:
17861: * src/classes/mail.C: merged from 4
17862:
17863: * src/classes/mail.C: restored $MAIL
17864:
17865: 2002-06-28 paf
17866:
17867: * configure, configure.in: removed paths.h
17868:
1.116 moko 17869: * configure, src/include/pa_version.h,
1.95 moko 17870: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17871: merged, makes updated
17872:
17873: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17874: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17875: src/include/pa_pool.h, src/include/pa_version.h,
17876: src/main/pa_charset.C, src/main/pa_pool.C,
17877: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17878: src/types/pa_vmail.C: merged latest updates to head
17879:
17880: 2002-06-27 paf
17881:
17882: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17883: not error now
17884:
17885: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17886: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17887: src/main/pa_charset.C, src/main/pa_pool.C:
17888: ^xdoc::create[[uri]]... base uri for document being created,
17889: imports and other relative file names would be relative to this
17890: uri default uri=path_translated
17891:
17892: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17893:
17894: 2002-06-26 paf
17895:
17896: * configure, configure.in, src/include/pa_version.h:
17897: release_3_0_0004
17898:
17899: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17900: 0 now
17901:
17902: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17903:
17904: 2002-06-25 paf
17905:
17906: * src/main/pa_string.C: emtpy string, or string of whitespaces
17907: considered bad number now
17908:
17909: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17910: now
17911:
17912: * operators.txt, src/classes/string.C: ^string.normalize [old
17913: name: optimize
17914:
17915: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17916: library configured
17917:
17918: * src/main/pa_request.C: configure_admin forced if no @conf
17919:
1.150 moko 17920: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17921: ^math:crypt updated to generate random salt when needed and to
17922: call system crypt() if not $apr1$ prefix
1.95 moko 17923:
17924: 2002-06-24 paf
17925:
17926: * INSTALL: --with-static/shared-mailreceive described
17927:
17928: * src/include/pa_config_fixed.h: ssize_t fixed
17929:
1.116 moko 17930: * configure, configure.in, src/include/pa_config_auto.h.in,
17931: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17932: src/types/pa_vmail.C: $mail:received makes update
17933:
17934: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17935: WITH_MAILRECEIVE
17936:
17937: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17938:
17939: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17940: option, for $mail:receive
17941:
17942: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17943: introducting $message:received ^mail:send rewritten with backward
17944: comp
17945:
17946: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17947: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17948: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17949: now
17950:
17951: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17952: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17953: src/include/pa_request.h, src/include/pa_string.h,
17954: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17955: src/main/pa_globals.C, src/main/pa_request.C,
17956: src/main/pa_string.C, src/main/pa_uue.C,
17957: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17958: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17959: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17960: uue to separate file introducting $message:received ^mail:send
17961: rewritten with backward comp
17962:
17963: 2002-06-21 paf
17964:
1.116 moko 17965: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17966: co changes
1.95 moko 17967:
1.116 moko 17968: * configure, configure.in, src/lib/md5/Makefile.am,
17969: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17970: restructure .in and .am files appropriate changes
1.95 moko 17971:
17972: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17973: pcre to libs/ added libs/md5 which is linked to non-apache
17974: targets ^math:crypt[password;$apr1$salt]
17975:
17976: * INSTALL, configure.in, operators.txt, parser3.dsw,
17977: src/Makefile.am, src/classes/Makefile.am,
17978: src/classes/classes.dsp, src/classes/math.C,
17979: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17980: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17981: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17982: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17983: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17984: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17985: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17986: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17987: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17988: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17989: src/lib/pcre/pcre_parser_ctype.dsp,
17990: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17991: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17992: src/main/compile.tab.C, src/main/main.dsp,
17993: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17994: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17995: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17996: to libs/ added libs/md5 which is linked to non-apache targets
17997: ^math:crypt[password;$apr1$salt]
17998:
17999: 2002-06-20 paf
18000:
1.150 moko 18001: * INSTALL, configure, configure.in, operators.txt,
18002: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18003: src/include/pa_globals.h, src/include/pa_request.h,
18004: src/main/execute.C, src/main/pa_request.C,
18005: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18006: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18007: file:justname&co & @auto/conf[filespec
1.95 moko 18008:
18009: * operators.txt, src/classes/file.C:
18010: !^file:dirname[/a/some.tar.gz]=/a
18011: !^file:dirname[/a/b/]=/a
18012: !^file:basename[/a/some.tar.gz]=some.tar.gz
18013: !^file:justname[/a/some.tar.gz]=some.tar
18014: !^file:justext[/a/some.tar.gz]=gz
18015:
18016: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18017: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18018: @conf/auto[filespec]
18019:
1.116 moko 18020: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18021:
1.150 moko 18022: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18023: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18024: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18025:
18026: 2002-06-18 paf
18027:
18028: * configure, configure.in, src/include/pa_version.h: version to
18029: configure.in
18030:
18031: * INSTALL: reflected .conf.dist dir change
18032:
1.150 moko 18033: * Makefile.am, configure, configure.in,
1.116 moko 18034: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18035: .in & *.am updated
18036:
18037: * src/classes/file.C: strncasecmp
18038:
18039: * src/classes/file.C: strcasecmp
18040:
1.150 moko 18041: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18042:
18043: * src/classes/file.C: ^file::exec[script;$.bad error case
18044: insensitive check now
18045:
18046: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18047:
18048: * configure, configure.in, src/include/pa_pool.h,
18049: src/include/pa_types.h: pack configure.in detection simplified.
18050: figured out that gcc on sparc not that stupid as thought
18051: previously: on sparc: when it sees packed class it modifies it's
18052: field-access-code to byte operations [stb, ldub] instead of 4byte
18053: operations [st, lduh] so packed must be all parts of packed
18054: class, i.e. it's parents&fields(classes). for now it's only
18055: String that packed and what was wrong is that it's parent -
18056: Pooled, were not packed. fixed that.
18057:
18058: 2002-06-14 paf
18059:
18060: * operators.txt: more precise xml-to-text options
18061:
18062: * operators.txt, src/types/pa_vxnode.C: xnode
18063: attribute_node.name/value xnode pi.node.data
18064:
18065: 2002-06-12 paf
18066:
1.116 moko 18067: * configure, configure.in, src/targets/cgi/Makefile.am,
18068: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18069:
18070: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18071: src/include/pa_globals.h, src/include/pa_request.h,
18072: src/main/compile.tab.C, src/main/pa_globals.C,
18073: src/main/pa_request.C, src/targets/cgi/parser3.C,
18074: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18075:
18076: * src/classes/mail.C: sendmail -ti [default now]
18077:
18078: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18079: to be strings. for convinient #ing
18080:
18081: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18082: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18083:
18084: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18085: main/pa_globals.C, main/pa_request.C: @conf
18086:
18087: 2002-06-11 paf
18088:
18089: * src/classes/file.C: check simplified
18090:
18091: * src/: classes/file.C, targets/cgi/parser3.dsp,
18092: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18093: valid prefix
18094:
18095: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18096: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18097: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18098:
18099: 2002-06-10 paf
18100:
18101: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18102: src/main/pa_common.C: lock failures reported now
18103:
18104: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18105: string->double @ compile time were not-enough-checking...
18106:
18107: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18108: autoconvert now ignored
18109:
18110: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18111: check
18112:
18113: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18114: $response:body content-type:name
18115:
18116: * configure, configure.in: hpux check, nsl link, no socket
18117:
18118: * operators.txt: old merge conflict removed
18119:
18120: * configure, configure.in: pack even address access on sparc&co
18121: arch checked in configure
18122:
18123: * configure, src/include/pa_version.h: makes
18124:
18125: * configure, configure.in, src/include/pa_version.h: makes
18126:
18127: * src/main/untaint.C: (bug#2) mail subject got always prepended
18128: with charset even when all letters were 7bit one
18129:
18130: * src/main/pa_common.C: merged fixed -d (bug)
18131:
18132: * src/main/pa_common.C: fixed -d (bug)
18133:
18134: 2002-06-03 paf
18135:
18136: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18137: src/classes/classes.dsp, src/main/compile.tab.C,
18138: src/main/main.dsp, src/main/pa_globals.C,
18139: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18140: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18141: .dsp-s along with reorganized cvs modules dirs structure
18142:
18143: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18144: main/pa_globals.C, targets/cgi/parser3.dsp,
18145: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18146: modules
18147:
18148: 2002-05-28 paf
18149:
18150: * src/targets/cgi/parser3.C: info.uri now ""
18151:
18152: 2002-05-17 paf
18153:
18154: * src/classes/: table.C: ^table.save << checked empty
18155: pre/match/post columns
18156:
18157: 2002-05-16 paf
18158:
18159: * src/classes/image.C: image::measure can png now
18160:
18161: 2002-05-15 paf
18162:
18163: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18164: added
18165:
18166: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18167:
18168: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18169: %H[:%M[:%S]]]]]] [-%m now
18170:
18171: 2002-05-14 paf
18172:
18173: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18174:
18175: 2002-05-07 paf
18176:
18177: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18178: src/include/pa_globals.h, src/include/pa_request.h,
18179: src/include/pa_table.h, src/main/compile.tab.C,
18180: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18181: src/main/pa_request.C, src/main/pa_table.C,
18182: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18183: src/targets/isapi/parser3isapi.dsp,
18184: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18185: name2number field now &. main_method_name now on Request pool
18186: rather on global_pool [Junction+VJunction created on same pool as
18187: name = were created on global pool, causing mem leaks]
18188:
18189: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18190: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18191: main/compile.y, main/main.dsp, main/pa_globals.C,
18192: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18193: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18194: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18195: field now &. main_method_name now on Request pool rather on
18196: global_pool [Junction+VJunction created on same pool as name =
18197: were created on global pool, causing mem leaks]
18198:
18199: 2002-05-06 paf
18200:
18201: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18202: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18203: 100*40 bytes per request memory leak [nonpool malloc in globals]
18204:
18205: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18206: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18207: 100*40 bytes per request memory leak [nonpool malloc in globals]
18208:
18209: 2002-04-30 paf
18210:
18211: * configure, src/include/pa_version.h: version now not b
18212:
18213: * src/targets/cgi/parser3.C: request.uri now never 0
18214:
18215: 2002-04-29 paf
18216:
18217: * configure.in: removed b
18218:
18219: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18220: Exception::comment/type checked in (), no there's no empty
18221: type/comment by default
18222:
18223: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18224: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18225: src/doc/value.dox, src/include/pa_exception.h,
18226: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18227: 0001
18228:
18229: 2002-04-26 paf
18230:
18231: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18232: size reduced
18233:
18234: 2002-04-25 paf
18235:
18236: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18237: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18238: now that took into account
18239:
18240: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18241: 01:03:04]
18242:
18243: * ChangeLog, operators.txt, src/classes/date.C:
18244: ^date::create[2002-12-33 01:03:04]
18245:
18246: * ChangeLog: updated changelog
18247:
18248: * src/classes/table.C: removed restriction on column count to
18249: ^table.hash to work, now must be >0 [were >1]
18250:
18251: 2002-04-24 paf
18252:
18253: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18254: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18255: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18256: targets
18257:
18258: 2002-04-23 paf
18259:
18260: * operators.txt, src/classes/string.C:
18261: int/double/string:sql{}[$.default{code}] fixed [were barking:
18262: "junction used outside of context"]
18263:
18264: 2002-04-22 paf
18265:
18266: * types.txt, src/classes/string.C, src/include/pa_string.h,
18267: src/main/pa_string.C, src/types/pa_vstring.C,
18268: src/types/pa_vstring.h: ^string.optimize[]
18269:
18270: * src/: include/pa_globals.h, include/pa_table.h,
18271: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18272: table template
18273:
18274: * src/classes/: string.C: optimize removed from string
18275: .left/right/pos
18276:
18277: * src/main/execute.C: rolled back to
18278: before_killing_userjunction_contexts
18279:
18280: * src/main/execute.C: user junctions context killed
18281:
18282: * src/main/execute.C: junctions to local contexts got
18283: cleanized&checked later
18284:
18285: 2002-04-19 paf
18286:
18287: * src/: classes/string.C, include/pa_request.h,
18288: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18289: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18290: prior to .left .right .mid .pos .match when that is profitable,
18291: and always before .replace when $ORIGINS(1) optimization disabled
18292: economy from not wasting mem on lots of strings which occur by
18293: lots of String:mid calls to get parts of source string between
18294: found_occurances
18295:
18296: * src/classes/file.C: ovector now local economy: 16 bytes per
18297: ^file:list
18298:
18299: * src/: include/pa_globals.h, include/pa_table.h,
18300: main/pa_globals.C, main/pa_string.C: String::match table columns
18301: globalized, not created @ each ^match anymore economy:
18302: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18303:
18304: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18305: removed from each String::match replace iteration, and made
18306: stacked sizeof(VTable)=12bytes economy on each replace code
18307:
18308: * src/doc/footer.htm: 2001,
18309:
18310: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18311: string.match[]['] option enables generation of $match.prematch
18312: .match .postmatch columns
18313:
18314: * src/main/pa_string.C: String::match options analized without
18315: cstr-ing them now
18316:
18317: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18318: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18319: config updated to doxygen 1.2.15, created helper which fixes
18320: minor bugs in chm project files & htm tree. changed extension to
18321: .htm
18322:
18323: 2002-04-18 paf
18324:
18325: * src/doc/doxygen.cfg: .chi generation disabled
18326:
18327: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18328: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18329: fields&methods
18330:
18331: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18332: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18333: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18334: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18335: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18336: types/pa_vresponse.h, types/pa_vstateless_class.h,
18337: types/pa_vstateless_object.h, types/pa_vstatus.h,
18338: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18339: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18340: VStateless_class to VObject
18341:
18342: * src/: main/pa_request.C, types/pa_valiased.h,
18343: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18344: types/pa_vstring.h: VStateless_string_object speicalized light
18345: version of VStateless_object
18346:
18347: * src/classes/op.C: ^throw comment param made optional
18348:
18349: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18350: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18351: and implemented down in VClass, fclass_alias removed,
18352:
18353: * src/types/pa_value.C: forced to cut that from .h because of
18354: VStateless_class usage [undefined in .h]
18355:
18356: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18357: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18358: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18359: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18360: on each CALL]
18361:
18362: * src/: classes/classes.h, classes/date.C, classes/double.C,
18363: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18364: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18365: classes/response.C, classes/string.C, classes/table.C,
18366: classes/void.C, classes/xnode.C, include/pa_globals.h,
18367: include/pa_request.h, main/execute.C, main/pa_globals.C,
18368: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18369: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18370: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18371: types/pa_vstateless_class.h, types/pa_wcontext.C,
18372: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18373: removed Value::fname
18374:
18375: 2002-04-17 paf
18376:
18377: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18378: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18379: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18380: include/pa_pool.h, include/pa_types.h: dox updated to current
18381: state, PTHROW freshen to throw & co
18382:
18383: * src/types/pa_vhash.h: vstring wrong parent fixed
18384:
18385: * src/classes/op.C: taint local result var bug fixed
18386:
18387: 2002-04-16 paf
18388:
18389: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18390: Attic asm.txt as most interesting
18391:
18392: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18393: check, preventing content-length: 0 from appearing
18394:
18395: * src/main/execute.C: $result in @main now taken into account as in
18396: usual functions
18397:
18398: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18399: & @unhandled_exception now taken into account as in usual
18400: functions
18401:
18402: * src/doc/postbuild.txt: instructions on post .html build
18403:
18404: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18405:
18406: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18407: tainted
18408:
18409: * src/main/pa_request.C: uri in error log
18410:
18411: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18412: cheched date:create(days) param for validity [later were assumed
18413: valid and crashed on invalid onces]
18414:
18415: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18416: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18417: and used that for removing VString wrapper
18418:
18419: * src/classes/op.C: exception2vhash file now tainted
18420:
18421: * src/classes/op.C: _process pseudo origin copied from local var to
18422: heap
18423:
18424: * src/classes/op.C: extra check on empty file in origin in _execute
18425:
18426: 2002-04-15 paf
18427:
18428: * src/: main/execute.C, types/pa_value.h: fixed name update
18429:
18430: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18431: functions
18432:
18433: * src/: classes/file.C, classes/hash.C, classes/op.C,
18434: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18435: started dual write_xxx_lang functions, if checked & works
18436:
18437: * src/: classes/date.C, classes/file.C, classes/mail.C,
18438: classes/string.C, classes/xnode.C, include/pa_request.h,
18439: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18440: unnecessary VString shells
18441:
18442: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18443: prev changes]
18444:
18445: * src/: classes/image.C, classes/op.C, classes/string.C,
18446: classes/table.C, include/pa_request.h, main/execute.C,
18447: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18448: StringOrValue wcontext result, now ready for dual writes
18449:
18450: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18451: checked that
18452:
18453: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18454: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18455: changed to OP_WRITE_VALUE in var get cases
18456:
18457: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18458: include/pa_request.h, main/compile.tab.C, main/compile.y,
18459: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18460: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18461: switch in hash constructor fixed [were problems with using of
18462: stacked wwrapper after it's death]
18463:
18464: 2002-04-12 paf
18465:
18466: * operators.txt, src/classes/table.C: table.select(expression) 0
18467:
18468: 2002-04-11 paf
18469:
18470: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18471: Request::process_internal codeFrame & wwrapper stacked [not
18472: wasting heap anymore]
18473:
18474: 2002-04-10 paf
18475:
18476: * src/: classes/double.C, classes/file.C, classes/hash.C,
18477: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18478: classes/string.C, classes/table.C, classes/void.C,
18479: classes/xdoc.C, include/pa_request.h, main/execute.C,
18480: main/pa_string.C: killed Request::process() wrapping
18481: VString(String) in case we need only String
18482:
18483: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18484: killed 8 bytes from String.head
18485:
18486: 2002-04-09 paf
18487:
18488: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18489: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18490: local*/char b[...]; a=b; situations
18491:
18492: * operators.txt, src/classes/xdoc.C: xslt params made literal
18493:
18494: * src/classes/xdoc.C: xslt params fixed
18495:
18496: * src/: main/pa_common.C, targets/cgi/parser3.C,
18497: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18498: not pool.malloc(MAX_NUMBER) but really neaded
18499:
18500: * operators.txt, src/classes/double.C, src/classes/int.C:
18501: int/double.int/double(default)
18502:
18503: 2002-04-04 paf
18504:
18505: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18506: [when reconstructing pieces were split by
18507: max_integral(piece.size), thus some strings to replace happen to
18508: be split into two = not replaced)
18509:
18510: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18511: standalone version = current dir
18512:
18513: * src/targets/cgi/parser3.C: document root in standalone version =
18514: current dir
18515:
18516: 2002-04-03 paf
18517:
18518: * configure, configure.in: more checks on nonexistent charset
18519:
1.116 moko 18520: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18521:
18522: 2002-04-02 paf
18523:
18524: * src/main/compile.C: parser.compile [exception name more like in
18525: doc]
18526:
18527: 2002-04-01 paf
18528:
18529: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18530: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18531: .content-type.charset, not .charset
18532:
18533: 2002-03-29 paf
18534:
18535: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18536:
18537: * operators.txt, src/classes/date.C: ^date::create now may not
18538: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18539: days' year. | 31.05->31.04 roll
18540:
18541: 2002-03-28 paf
18542:
18543: * operators.txt, src/classes/date.C, src/classes/op.C,
18544: src/include/pa_globals.h, src/include/pa_hash.h,
18545: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18546: ^cache(seconds) ^cache[date] }
18547:
18548: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18549: param
18550:
18551: 2002-03-27 paf
18552:
18553: * operators.txt, src/classes/date.C, src/classes/double.C,
18554: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18555: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18556: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18557: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18558: src/classes/xnode.C, src/include/pa_exception.h,
18559: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18560: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18561: src/main/pa_array.C, src/main/pa_charset.C,
18562: src/main/pa_charsets.C, src/main/pa_common.C,
18563: src/main/pa_dictionary.C, src/main/pa_exception.C,
18564: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18565: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18566: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18567: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18568: src/types/pa_value.h, src/types/pa_vcookie.C,
18569: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18570: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18571: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18572: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18573: src/types/pa_wwrapper.h: assigned exception types
18574:
18575: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18576: src/include/pa_request.h, src/main/execute.C,
18577: src/main/pa_request.C: decided agains resetting exception_trace,
18578: just changed name
18579:
18580: 2002-03-26 paf
18581:
18582: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18583: fixed
18584:
18585: * src/classes/op.C: forced language of $source field of exception
18586: to 'tainted', so that sql-langed-frags could be outputed outside
18587: of connect
18588:
18589: * operators.txt: removed date.roll limit of +-1 offset
18590:
18591: * src/classes/date.C: removed date.roll limit of +-1 offset
18592:
18593: * operators.txt, src/classes/date.C: fixed date roll on
18594: daylightsaving days mktime took into account tm_isdst flag, which
18595: remained from BEFORE roll, but should have been reset
18596:
18597: 2002-03-25 paf
18598:
18599: * operators.txt, src/targets/cgi/parser3.C:
18600: http_site_config_filespec
18601:
18602: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18603: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18604: with any/both --disable-foreign-group-files --disable-execs
18605:
18606: * INSTALL: "--with=sendmail=COMMAND" comment
18607:
18608: * INSTALL, configure, configure.in, src/classes/mail.C,
18609: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18610: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18611: disables execs also. introducing --sendmail
1.95 moko 18612:
18613: * operators.txt: pgsql options comment
18614:
18615: * INSTALL: comment on --disable-link-stdcpp
18616:
1.116 moko 18617: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18618: libstdc++ link skipping configure option
1.95 moko 18619:
18620: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18621: with error were put to cache with 'marked_to_rollback' flag, all
18622: consequent even OK requests rolled back
18623:
18624: 2002-03-22 paf
18625:
18626: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18627: false return
18628:
18629: * operators.txt: few comments on sets
18630:
18631: 2002-03-18 paf
18632:
18633: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18634: src/include/pa_globals.h, src/include/pa_request.h,
18635: src/include/pa_stack.h, src/main/pa_globals.C,
18636: src/main/pa_request.C: introducing ^try
18637:
18638: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18639: types/pa_vdouble.h: removed some tested @tests
18640:
18641: 2002-03-15 paf
18642:
18643: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18644:
18645: 2002-03-13 paf
18646:
18647: * src/main/pa_exception.C: checked not-pooled malloc
18648:
18649: 2002-03-11 paf
18650:
18651: * INSTALL, configure, configure.in,
18652: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18653:
18654: * src/main/pa_common.C: --disable-foreign-group-files
18655:
18656: * INSTALL: --disable-execs
18657:
18658: * src/main/pa_exec.C: --disable-execs
18659:
18660: * configure, configure.in, src/include/pa_config_auto.h.in:
18661: --disable-execs
18662:
18663: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18664:
18665: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18666: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18667:
18668: 2002-03-05 paf
18669:
18670: * operators.txt, src/classes/date.C: date week calendar columns
18671: named
18672:
18673: * operators.txt, src/classes/date.C: date week calendar columns
18674: named
18675:
18676: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18677: requires headers to be terminated with \r\n manually [refuses to
18678: separate header/body itself]
18679:
18680: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18681: targets/isapi/parser3isapi.C: isapi site config beside .dll
18682:
18683: 2002-03-04 paf
18684:
18685: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18686: in PASS language
18687:
18688: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18689: deserialize checks on broken file
18690:
18691: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18692: parser3isapi.dsp: isapi updated
18693:
18694: 2002-03-01 paf
18695:
18696: * src/main/pa_exec.C: execle -> execve, now argc OK
18697:
18698: 2002-02-28 paf
18699:
18700: * src/main/untaint.C: removed some debug comments
18701:
18702: * src/main/pa_charsets.C: when placing charset to cache using
18703: global name now [were request]
18704:
18705: * configure, configure.in: apache module updated
18706:
18707: * src/main/pa_string.C: origin by first piece preferred before last
18708: piece
18709:
18710: 2002-02-27 paf
18711:
18712: * src/main/pa_charset.C: size_t
18713:
18714: * INSTALL: shared/static-xml with-pathlink
18715:
18716: * operators.txt: SMTP comment
18717:
18718: 2002-02-26 paf
18719:
18720: * src/main/pa_exec.C: more precise names for vars, cosmetic
18721:
18722: * src/classes/xnode.C: in some situation, xpath query returned
18723: result with type NODESET, but empty nodeset member field, checked
18724: that
18725:
18726: 2002-02-22 paf
18727:
18728: * INSTALL: without-zlib comment
18729:
18730: * etc/parser3.charsets/windows-1251.cfg: °
18731:
18732: * configure, configure.in: glib###.a detection fixed
18733:
18734: * INSTALL: hashfile removed from INSTALL
18735:
1.116 moko 18736: * Makefile.am: make update
1.95 moko 18737:
18738: * src/main/pa_string.C: string iterators fixed again, so were
18739: String::join_chain
18740:
18741: * src/main/pa_string.C: string iterators fixed again, so were
18742: String::join_chain
18743:
18744: * src/: include/pa_string.h, main/pa_string.C: string iterators
18745: fixed again, so were String::join_chain
18746:
18747: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18748:
18749: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18750: "session"
18751:
1.116 moko 18752: * configure, configure.in, src/include/pa_config_auto.h.in:
18753: --with-shared-xml --with-static-xml
1.95 moko 18754:
18755: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18756: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18757: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18758: xalan&xml
18759:
18760: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18761:
18762: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18763: src/types/types.dsp: removed hashfile support from sources for
18764: now
18765:
1.116 moko 18766: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18767: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18768: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18769: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18770: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18771: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18772: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18773: src/types/Makefile.am, src/types/pa_vhashfile.C,
18774: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18775:
18776: 2002-02-21 paf
18777:
18778: * src/main/untaint.C: removed debug code, activated commented-for
18779: debug parts
18780:
1.116 moko 18781: * Makefile.am: make cvsupdate
1.95 moko 18782:
18783: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18784: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18785: append_row, not at link zero now string to string appending works
18786:
18787: 2002-02-20 paf
18788:
18789: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18790: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18791: DEBUG_STRING_APPENDS_VS_EXPANDS
18792:
18793: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18794: economy: 22%
18795:
18796: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18797: space uptimized: string::link_row removed
18798:
18799: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18800: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18801: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18802: types/pa_vstring.h: speed uptimized: string::is_empty
18803:
18804: * operators.txt, src/include/pa_common.h,
18805: src/include/pa_config_fixed.h, src/include/pa_string.h,
18806: src/include/pa_types.h, src/main/compile.tab.C,
18807: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18808: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18809: string append optimiziation idea and estimates
18810:
18811: 2002-02-19 paf
18812:
18813: * src/classes/math.C: not used directly [but erroreously reported
18814: that 'is', thus registering twice&other probs]
18815:
18816: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18817: to node [element]
18818:
18819: * src/main/compile.C: without string_origins parse error
18820: file+line+col possible
18821:
18822: * src/main/: compile.C: without string_origins not worked
18823:
18824: 2002-02-18 paf
18825:
18826: * src/types/pa_vdouble.h: since we have in_expression removed that
18827: trick i've installed into double::as_string
18828:
18829: * src/main/pa_globals.C: extern "C" was removed too fast
18830:
18831: * src/: include/pa_opcode.h, include/pa_request.h,
18832: main/compile.tab.C, main/compile.y, main/execute.C,
18833: types/pa_wcontext.h: in_expression aimed to solve old problem
18834: with string/nonstring values, now in expressions double/int
18835: values are passed as-is, without stupid tostring/fromstring
18836: conversions
18837:
18838: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18839: __cplusplus } #endif
18840:
18841: * src/main/compile.tab.C: bison env set so one could compile
18842: without cygwin installed
18843:
18844: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18845: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18846: gnome xml libs parser .dsp-s changed accordingly
18847:
18848: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18849:
18850: * operators.txt, src/classes/date.C: date::create [were date::set,
18851: with backward comp
18852:
18853: * src/classes/math.C: math:random range check fixed
18854:
18855: * src/main/: compile.tab.C, compile.y: integer division stops name
18856:
18857: * INSTALL: local install comment
18858:
1.116 moko 18859: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18860:
1.116 moko 18861: * acinclude.m4, aclocal.m4, configure, configure.in,
18862: src/include/pa_config_auto.h.in,
18863: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18864: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18865:
18866: * operators.txt: \ comment
18867:
18868: 2002-02-13 paf
18869:
18870: * src/include/pa_config_includes.h: sys/time time both included
18871: now. vaguely remember confilicts on this on some system [not on
18872: six|ablv] so when would see them again would think up proper
18873: check
18874:
1.116 moko 18875: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18876: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18877:
18878: * src/main/pa_common.C: truncation never occured when writing files
18879: on unix [since i've changed cache mech] fix
18880:
18881: * src/main/pa_common.C: strnchr: sanity check added
18882:
18883: * etc/parser3.charsets/windows-1257.cfg: id added
18884:
18885: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18886: baltic charset file generated, in generation script ispunct check
18887: added
18888:
18889: 2002-02-08 paf
18890:
1.116 moko 18891: * src/: include/Makefile.am, sql/Makefile.am,
18892: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18893:
18894: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18895: forgotten
18896:
18897: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18898:
18899: * INSTALL, README: install&others updated
18900:
18901: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18902:
1.116 moko 18903: * Makefile.am, configure, configure.in,
18904: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18905: src/classes/Makefile.am, src/main/Makefile.am,
18906: src/main/pa_status_provider.C, src/targets/Makefile.am,
18907: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18908: works
1.95 moko 18909:
18910: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18911: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18912: classes/hashfile.C, classes/int.C, classes/mail.C,
18913: classes/math.C, classes/op.C, classes/response.C,
18914: classes/string.C, classes/table.C, classes/void.C,
18915: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18916: include/pa_array.h, include/pa_cache_managers.h,
18917: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18918: include/pa_config_fixed.h, include/pa_config_includes.h,
18919: include/pa_db_connection.h, include/pa_db_manager.h,
18920: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18921: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18922: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18923: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18924: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18925: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18926: include/pa_stack.h, include/pa_string.h,
18927: include/pa_stylesheet_connection.h,
18928: include/pa_stylesheet_manager.h, include/pa_table.h,
18929: include/pa_threads.h, include/pa_types.h, main/compile.C,
18930: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18931: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18932: main/pa_db_connection.C, main/pa_db_manager.C,
18933: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18934: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18935: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18936: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18937: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18938: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18939: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18940: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18941: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18942: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18943: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18944: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18945: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18946: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18947: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18948: types/pa_vmethod_frame.h, types/pa_vobject.h,
18949: types/pa_vrequest.h, types/pa_vresponse.h,
18950: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18951: types/pa_vstateless_object.h, types/pa_vstatus.C,
18952: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18953: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18954: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18955: classes/image.C, main/pa_common.C, main/pa_exec.C,
18956: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18957: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18958: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18959: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18960: types/pa_vxnode.C, main/pa_charset.C: name spelling
18961:
18962: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18963: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18964: classes/hashfile.C, classes/image.C, classes/int.C,
18965: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18966: classes/string.C, classes/table.C, classes/void.C,
18967: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18968: include/pa_array.h, include/pa_cache_managers.h,
18969: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18970: include/pa_config_fixed.h, include/pa_config_includes.h,
18971: include/pa_db_connection.h, include/pa_db_manager.h,
18972: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18973: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18974: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18975: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18976: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18977: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18978: include/pa_stack.h, include/pa_string.h,
18979: include/pa_stylesheet_connection.h,
18980: include/pa_stylesheet_manager.h, include/pa_table.h,
18981: include/pa_threads.h, include/pa_types.h, main/compile.C,
18982: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18983: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18984: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18985: main/pa_db_connection.C, main/pa_db_manager.C,
18986: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18987: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18988: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18989: main/pa_socks.C, main/pa_sql_driver_manager.C,
18990: main/pa_status_provider.C, main/pa_string.C,
18991: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18992: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18993: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18994: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18995: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18996: targets/isapi/pool_storage.h, types/pa_valiased.C,
18997: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18998: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18999: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19000: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19001: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19002: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19003: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19004: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19005: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19006: types/pa_vresponse.h, types/pa_vstateless_class.C,
19007: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19008: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19009: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19010: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19011: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19012: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19013:
19014: 2002-02-07 paf
19015:
19016: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19017:
1.116 moko 19018: * configure, configure.in, src/include/pa_config_auto.h.in,
19019: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19020: added yet another locking function: fcntl
1.95 moko 19021:
19022: * config.sub: on cygwin configure passes it with strange i1586
19023: const, hacked it to mean i586
19024:
19025: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19026: disabled $if reference due to conflicts with local variables
19027:
19028: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19029: xdoc::set obsolete now, now xdoc::create, with both sences
19030:
19031: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19032: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19033: table::create now // 'set' name obsolete now table clone.
19034:
19035: * operators.txt, src/classes/string.C,
19036: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19037: ^int/double/string.format now can be called with normal []
19038: brackets, not stupid {} as it were implemented for some strange
19039: reason. retaining backward compatibility due to some
19040: already-implemented servers
19041:
19042: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19043: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19044: operators now detected by check at name_without_curly_rdive_read
19045: rule whether diving code constists only of
19046: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19047: with OP_GET_ELEMENT_OR_OPERATOR to form
19048: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19049:
19050: 2002-02-06 paf
19051:
19052: * configure, configure.in: prefix expanded, grr
19053:
19054: * operators.txt, src/classes/mail.C: mail:send config changed
19055:
19056: 2002-02-05 paf
19057:
19058: * operators.txt: regex options commented
19059:
19060: * src/main/: pa_exec.C: argv0 now correct
19061:
19062: * src/types/pa_vstatus.C: status:rusage 3
19063:
19064: * src/types/pa_vstatus.C: status:rusage 2
19065:
19066: * operators.txt: status:rusage described int operators
19067:
19068: * src/types/pa_vstatus.C: status:rusage 1
19069:
19070: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19071: src/types/types.dsp: status:rusage
19072:
19073: * configure.in, operators.txt, src/classes/file.C,
19074: src/classes/op.C, src/include/pa_common.h,
19075: src/include/pa_config_includes.h, src/main/compile.tab.C,
19076: src/main/pa_common.C: rewritten ^cache to use
19077: non-blocking-exclusive-caches
19078:
19079: * src/main/pa_common.C: text file read mode on win32 adjusted
19080: [speed impact. was off for debugging purpose, but forgotten
19081: afterwards]
19082:
19083: 2002-02-01 paf
19084:
19085: * src/classes/op.C: file_write does EX lock after create, while
19086: file_read does SH after open, so there's a moment after create
19087: but before EX lock when read can sneak into, and read
19088: just-created-for-writing-and-not-yet-locked file, added a check
19089: for that in ^cache...read
19090:
19091: 2002-01-31 paf
19092:
19093: * src/main/: compile.y, compile.tab.C: disabled operator call after
19094: ^xxx:
19095:
19096: * src/main/: compile.tab.C, execute.C: made operators lookup first
19097: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19098:
19099: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19100: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19101: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19102: operators check 6.1 rewritten. now check is done at compile time
19103:
19104: * src/main/execute.C: operators check 5 floated up old error of
19105: staying in 'entered class/object' state after $a($a..) it
19106: prevented operators from being called thereafter
19107:
19108: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19109: main/execute.C: operators check 4 floated up old error of staying
19110: in 'entered object' state after ^a.a(a) it prevented operators
19111: from being called thereafter
19112:
19113: * src/main/execute.C: operators check 3 floated up old error of
19114: staying in 'entered class' state after $a:a(a) it prevented
19115: operators from being called thereafter
19116:
19117: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19118: floated up old error of staying in 'entered class' state after
19119: $a:a[a] it prevented operators from being called thereafter
19120:
19121: * src/main/execute.C: operators check, thay mistakenly seen in
19122: $class:operator $object.operators contexts
19123:
19124: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19125: win32
19126:
1.116 moko 19127: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19128: src/classes/Makefile.am, src/main/Makefile.am,
19129: src/targets/cgi/Makefile.am,
1.95 moko 19130: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19131: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19132:
1.116 moko 19133: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19134: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19135: configure, configure.in, form.txt, ident.awk, install-sh,
19136: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19137: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19138: etc/parser3.charsets/Makefile.am,
19139: etc/parser3.charsets/koi8-r.cfg,
19140: etc/parser3.charsets/windows-1250.cfg,
19141: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19142: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19143: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19144: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19145: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19146: straightened installation scripts procedure made
19147: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19148: change
19149:
19150: 2002-01-30 paf
19151:
19152: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19153: removed] those comments were a mistake, and prevented libltdl
19154: from function properly
19155:
19156: 2002-01-29 paf
19157:
1.116 moko 19158: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19159: creation [modified acinclude.m4 which were creating int into just
19160: assignment LIBTOOL=../libtool] added default system
19161: config&charsetts prepared 'make install', now it installs
19162: targets/cgi/parser3 into bin directory etc/parser3.conf &
19163: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19164: $sysconfdir/parser3.charsets respectively
19165:
19166: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19167: main/pa_globals.C: few forgotten ifdef XML added
19168:
19169: 2002-01-28 paf
19170:
1.116 moko 19171: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19172: removed
19173:
19174: * src/main/pa_exception.C: dom|generic error output fix
19175:
19176: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19177:
19178: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19179:
19180: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19181: [fixed as_node helper func to accept docs]
19182:
19183: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19184: xdoc.importNode 0
19185:
19186: * src/classes/xdoc.C: xdoc::set now untaints OK
19187:
19188: 2002-01-25 paf
19189:
19190: * src/main/: compile.tab.C, compile.y: #comment before @ after
19191: @SPECIAL now works OK
19192:
19193: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19194:
19195: * src/main/pa_exec.C: max arg count now 10, and proper message on
19196: violation that added
19197:
19198: * src/classes/hash.C: unified hash::sql, now
19199: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19200:
19201: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19202: ^file:lock[filename]{code}
19203:
19204: * src/: classes/file.C, classes/op.C, classes/string.C,
19205: classes/table.C, classes/xdoc.C, include/pa_common.h,
19206: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19207: to some pa_common funcs
19208:
19209: * src/: include/pa_charset.h, main/pa_globals.C:
19210: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19211:
19212: * src/: include/pa_charset.h, main/pa_charset.C,
19213: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19214: not stupid illegal define
19215:
19216: 2002-01-24 paf
19217:
19218: * src/include/pa_version.h: changed version number
19219:
19220: * src/: classes/hashfile.C, include/pa_db_table.h,
19221: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19222: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19223: main/pa_db_connection.C, main/pa_db_table.C,
19224: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19225: hashfile without logfiles
19226:
19227: * src/: classes/hashfile.C, include/pa_db_table.h,
19228: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19229: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19230: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19231: DB_INIT_TXN init bits, thus got rid of huge log files, which
19232: cluttered disk without huge need]
19233:
19234: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19235: handy macro, which is strangly abscent in dome lib
19236:
19237: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19238:
19239: * src/classes/xdoc.C: checked empty response
19240:
19241: * src/classes/xnode.C: xdoc.select fixed context node [were always
19242: /, not self node]
19243:
19244: * src/classes/xnode.C: xnode.select returns array always now, in
19245: case 'nothing found' returns empty array
19246:
19247: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19248: be more tender with ctrl/c/v
19249:
19250: 2002-01-23 paf
19251:
19252: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19253: substituted. // 2. when dom tree with entites goes under
19254: transform text nodes // got [erroreosly] cut on first
19255: entity occurance
19256:
19257: * src/types/pa_vdouble.h: double prec. todo: get rid of
19258: twice-converting
19259:
19260: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19261: 'e' in output this is for regretful twice-converting here:
19262: $a(double value) when they write double falue they convert it to
19263: string first, thus %g were losing precesion.
19264:
19265: todo: think up some way to remove double->string string->double
19266: twice-converting
19267:
19268: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19269: %.20E now default float format this is for regretful
19270: twice-converting here: $a(double value) when they write double
19271: falue they convert it to string first, thus %g were losing
19272: precesion.
19273:
19274: todo: think up some way to remove double->string string->double
19275: twice-converting
19276:
19277: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19278: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19279: reasons in comment inside
19280:
19281: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19282: statically linked]
19283:
19284: * src/: include/pa_exception.h, main/compile.tab.C,
19285: main/pa_exception.C: removed exception va_list constructor. 1.
19286: not needed anymore 2. there were a conflict[causing errors]
19287: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19288: never detected an ambiguilty here, compiling ctor(, "hello") into
19289: ctor(, va_list) which, of course, caused gpf
19290:
19291: * src/main/pa_globals.C: removed debug xslt messages
19292:
19293: 2002-01-22 paf
19294:
19295: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19296: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19297: helps compiling stylesheet properly. example: this refused to
19298: work, <b>«<xsl:value-of select="@title"
19299: />»</b> stranly worked only this way:
19300: <b>«<xsl:value-of select="@title" />»</b>
19301:
19302: docs says "set it to 1", never going into details, so I decided
19303: to try NOT to do that
19304:
19305: * src/classes/table.C: join behaived badly in case named tables
19306: structure mismatched: 0 strings sneaked into dest failing
19307: afterwards. replaced them with empty strings
19308:
19309: 2002-01-21 paf
19310:
19311: * src/main/pa_charset.C: checked empty transcoders in
19312: transcode_cstr|buf
19313:
19314: * src/classes/xdoc.C: xdoc::load error source = filespec
19315:
19316: * src/classes/xdoc.C: transform error source now
19317: stylesheet_filespec
19318:
1.116 moko 19319: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19320: include/pa_stylesheet_connection.h, main/pa_charset.C,
19321: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19322: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19323: gnome
1.95 moko 19324:
19325: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19326: include/pa_globals.h, include/pa_stylesheet_connection.h,
19327: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19328: xslt generic error 1
19329:
19330: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19331: xml generic message 1
19332:
19333: * src/classes/table.C: ^table::load empty lines or #comments before
19334: headline
19335:
19336: * src/: include/pa_array.h, include/pa_globals.h,
19337: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19338: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19339: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19340: errors 0
19341:
19342: 2002-01-16 paf
19343:
19344: * src/: classes/hash.C, classes/op.C, classes/string.C,
19345: classes/table.C, classes/void.C, classes/xdoc.C,
19346: include/pa_db_connection.h, include/pa_request.h,
19347: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19348: include/pa_stylesheet_connection.h,
19349: include/pa_stylesheet_manager.h, main/pa_request.C,
19350: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19351: targets/cgi/pool_storage.h: auto closers to sql_connection,
19352: stylesheet_connection auto destroyers to remaining gnome objects
19353:
19354: * src/classes/xdoc.C: few comments
19355:
19356: 2002-01-15 paf
19357:
19358: * src/classes/xdoc.C: xdoc file save string
19359:
19360: ready. todo: error handling
19361:
19362: * src/classes/xdoc.C: xdoc save rewritten using
19363: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19364: result
19365:
19366: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19367: started output options parsing
19368:
19369: 2002-01-14 paf
19370:
19371: * src/classes/xdoc.C: method
19372:
19373: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19374: include/pa_pool.h, include/pa_stylesheet_connection.h,
19375: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19376: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19377: xslt transform0. TODO: use output options handle errors
19378:
19379: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19380:
19381: 2002-01-11 paf
19382:
19383: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19384: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19385: partial logical && || evaluation
19386:
19387: * src/classes/xnode.C: xpath selectNodes
19388:
19389: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19390: string/number/bool
19391:
19392: * src/classes/xnode.C: xpath selectNode 2
19393:
19394: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19395: xpath selectNode 1
19396:
19397: 2002-01-10 paf
19398:
19399: * src/classes/xnode.C: xpath selectNode -100 [just written]
19400:
19401: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19402: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19403: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19404: refcounter]
19405:
19406: 2001-12-29 paf
19407:
19408: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19409: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19410: glib works 0
19411:
19412: 2001-12-28 paf
19413:
19414: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19415: main/pa_exception.C: started glib transcoders
19416:
19417: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19418:
19419: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19420: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19421: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19422: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19423: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19424: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19425: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19426: libs just compiled in. no refcounting no xpath no xslt yet
19427:
19428: 2001-12-27 paf
19429:
19430: * src/: include/pa_charset.h, include/pa_common.h,
19431: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19432: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19433: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19434: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19435: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19436: from xalan&xerces, started the process. globals [initialization
19437: pool [charset update charset [transcodings vxnode vxdoc [DOM
19438: calls
19439:
19440: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19441: anymore
19442:
19443: 2001-12-26 paf
19444:
19445: * src/: include/pa_charset.h, include/pa_charsets.h,
19446: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19447: key globalized [bug]
19448:
19449: 2001-12-25 paf
19450:
19451: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19452: main/pa_string.C: table set & append changed splitting languages,
19453: separators now can be clean AND as-is same to mail command line
19454: $MAIN:MAIL.progX arguments
19455:
19456: 2001-12-24 paf
19457:
19458: * src/classes/mail.C: one parted text messages - no multipart
19459: mime-type anymore. for convinient if $.attach-ments
19460:
19461: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19462: main/pa_string.C: read from cache size check updated
19463:
19464: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19465:
19466: 2001-12-21 paf
19467:
19468: * src/classes/date.C: date:sql-string now returns localtime
19469:
19470: * src/main/pa_request.C: $result in @main actually not working, to
19471: hell with it for now
19472:
19473: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19474: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19475: @postprocess @exception
19476:
19477: * src/main/execute.C: junction evaluation canceled - endless
19478: recursion detected
19479:
19480: 2001-12-19 paf
19481:
19482: * src/main/pa_charset.C: charset->charset transcoding via unicode
19483: intermediate
19484:
19485: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19486:
19487: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19488:
19489: * src/classes/op.C: ^cache keypath now relative
19490:
19491: * src/classes/mail.C: changed weighting prior to sort
19492:
19493: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19494: were missing
19495:
19496: 2001-12-17 paf
19497:
19498: * src/main/pa_charset.C: ifndef XML were bad type
19499:
19500: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19501: outdated unset services_pool
19502:
19503: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19504: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19505: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19506:
19507: * src/main/untaint.C: allowed space in filespec
19508:
19509: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19510:
19511: * src/classes/image.C: no govno
19512:
19513: * src/classes/image.C: govno
19514:
19515: 2001-12-16 paf
19516:
19517: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19518:
19519: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19520: charset_connection&manager replaced by charset&charsets
19521:
19522: * src/main/pa_charset.C: name_cstr 0
19523:
19524: * src/main/untaint.C: uri lang now knows about client/source
19525: charsets
19526:
19527: * src/: classes/file.C, classes/math.C, classes/op.C,
19528: classes/string.C, classes/table.C, classes/xdoc.C,
19529: include/pa_array.h, include/pa_cache_managers.h,
19530: include/pa_charset_connection.h, include/pa_charset_manager.h,
19531: include/pa_common.h, include/pa_db_connection.h,
19532: include/pa_db_manager.h, include/pa_db_table.h,
19533: include/pa_dictionary.h, include/pa_exception.h,
19534: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19535: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19536: include/pa_sapi.h, include/pa_socks.h,
19537: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19538: include/pa_string.h, include/pa_stylesheet_connection.h,
19539: include/pa_stylesheet_manager.h, include/pa_table.h,
19540: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19541: main/pa_charset.C, main/pa_charset_connection.C,
19542: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19543: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19544: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19545: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19546: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19547: types/types.dsp: introducing Charset
19548:
19549: 2001-12-14 paf
19550:
19551: * src/: include/pa_request.h, include/pa_transcoder.h,
19552: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19553: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19554: uri lang
19555:
19556: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19557:
19558: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19559:
19560: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19561: defalts_name global
19562:
19563: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19564: include/pa_request.h, main/main.dsp,
19565: main/pa_charset_connection.C, main/pa_charset_manager.C,
19566: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19567: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19568: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19569: changed charset model. now important: $request:charset
19570: $response:charset while $response:content-type.charset become
19571: unimportant [informational]
19572:
19573: 2001-12-13 paf
19574:
19575: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19576:
19577: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19578: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19579: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19580: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19581: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19582: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19583:
19584: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19585: auto_ptr part other way, because of stupid gcc 2.96
19586: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19587: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19588: FormatterListener] /usr/include/g++-3/memory:48:
19589: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19590: _Tp1 = FormatterListener, _Tp = FormatterListener]
19591:
19592: * src/classes/xdoc.C: removed extra inc
19593:
19594: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19595:
19596: * src/include/pa_types.h: msvc head debugging flag
19597:
19598: * src/classes/xdoc.C: freed up listener
19599:
19600: * src/classes/string.C: change msg '... code is not code'
19601:
19602: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19603: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19604: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19605: [past/future prob]
19606:
19607: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19608: include/pa_config_fixed.h, include/pa_db_manager.h,
19609: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19610: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19611:
19612: * src/: include/pa_config_fixed.h, main/pa_common.C,
19613: main/pa_string.C: removed signed mismatch warnings
19614:
19615: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19616: 'expires' from header outputs
19617:
19618: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19619: row ptr
19620:
19621: * src/classes/file.C: file::cgi bug, request_method were passed to
19622: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19623:
19624: * src/classes/xdoc.C: lang list updated
19625:
19626: 2001-12-10 paf
19627:
19628: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19629:
19630: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19631: erase files like that, knowing their full name introducing //
19632: theoretical problem with, for instance, "_2B" and "." fragments,
19633: // they would yield the same // because
19634: need_file_encode('_')=false // but we need to delete such files
19635: somehow, getting names from ^index
19636:
19637: * src/main/pa_string.C: ^string.replace bug fixed [bad
19638: string::join_chank break]
19639:
19640: 2001-12-07 paf
19641:
19642: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19643: include/pa_common.h, include/pa_config_auto.h.in,
19644: include/pa_config_fixed.h, include/pa_config_includes.h,
19645: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19646: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19647: types/pa_vhashfile.C: merged from r14_simple_cache
19648:
19649: * src/main/pa_string.C: stupid sparc architecture failed to access
19650: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19651: lduh [ %i2 + 1 ], %l0
19652:
19653: bus error, fixed that
19654:
19655: * src/main/pa_string.C: strange string deserialize bug on
19656: client[pmts], a bit shortened,
19657:
19658: * src/include/pa_config_auto.h.in: makes
19659:
19660: * src/: include/pa_common.h, include/pa_config_fixed.h,
19661: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19662: file write shared lock file read
19663:
19664: * src/: classes/op.C, include/pa_common.h,
19665: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19666:
19667: 2001-12-06 paf
19668:
19669: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19670: main/pa_request.C: #ifdef RESOURCES_DEBUG
19671:
19672: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19673: info
19674:
19675: * src/classes/hashfile.C: removed transaction from ^cache
19676:
19677: 2001-12-05 paf
19678:
19679: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19680: IIS5 there were a prob with illegal call check
19681:
19682: 2001-12-04 paf
19683:
19684: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19685: main/pa_request.C: measures to log
19686:
19687: 2001-11-23 paf
19688:
19689: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19690: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19691: types/pa_vhashfile.C: merged from _0014, 1
19692:
19693: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19694: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19695: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19696: ^cache(33) would change
19697:
19698: 0660 bits in file_write & hashfile create
19699:
19700: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19701: after pa_string optimization]
19702:
19703: 2001-11-22 paf
19704:
19705: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19706: table.offset[whence]
19707:
19708: * src/classes/op.C: process cstr(,connection)
19709:
19710: * src/classes/op.C: process now gets its body on current language,
19711: not as-is
19712:
19713: * src/main/untaint.C: ORIGINS mode removed UHTML
19714:
19715: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19716: bit
19717:
1.116 moko 19718: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19719:
19720: 2001-11-21 paf
19721:
19722: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19723: <xsl:output output options made identical to xsl:output
19724: attributes exclusion: cdata-section-elements what xalan can do
19725: but that not used now: it can escape and remove CDATA sections
19726:
19727: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19728: produced by xslt
19729:
19730: * src/targets/cgi/parser3.C: removed debug cgi||1
19731:
19732: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19733:
19734: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19735: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19736: default language for {code}, it happen to change it's language
19737: from CLEAN, so later refused to split by CLEAN \t
19738:
19739: 2001-11-20 paf
19740:
1.116 moko 19741: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19742: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19743: bottom of dependeces, so that errors would popup quicklier, fixed
19744: line numbering in table::sql
19745:
19746: 2001-11-19 paf
19747:
19748: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19749: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19750: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19751: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19752: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19753: at wcontext.write
19754:
1.116 moko 19755: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19756: _set_new_handler
19757:
1.116 moko 19758: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19759: set_new_handler in apache&isapi
1.95 moko 19760:
19761: 2001-11-16 paf
19762:
19763: * src/targets/cgi/parser3.C: pool debug @ die
19764:
19765: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19766: removed 8 bytes from String, 2 bytes from
19767: string::chunk::row::item
19768:
19769: * src/main/pa_string.C: removed 1+4 bytes from String
19770:
19771: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19772: types/pa_vstring.C: removed 1+4 bytes from String
19773:
19774: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19775: 0
19776:
19777: * src/: include/pa_globals.h, include/pa_string.h,
19778: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19779: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19780: targets/cgi/parser3.C: introducing estimating
19781: String::cstr_bufsize, 0
19782:
19783: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19784:
19785: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19786:
19787: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19788: include/pa_pool.h: die in pool::fail
19789:
19790: 2001-11-15 paf
19791:
19792: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19793: main/pa_exception.C, targets/cgi/parser3.C: exception with
19794: dynamic buffer re-back now with counter
19795:
19796: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19797: static buffer back
19798:
19799: * src/targets/cgi/parser3.C: std::
19800:
19801: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19802: include/pa_config_includes.h: setnewhandler check
19803:
1.116 moko 19804: * src/include/pa_config_auto.h.in: makes
1.95 moko 19805:
19806: * src/targets/cgi/parser3.C: set_new_handler started
19807:
19808: 2001-11-14 paf
19809:
19810: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19811: was wrong
19812:
19813: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19814: was wrong
19815:
19816: * src/main/pa_request.C: z
19817:
19818: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19819: full returns win32 -1 solaris >buffer_size
19820:
19821: checked all that
19822:
19823: * src/classes/op.C: ^untaint{body} as-is default now
19824:
19825: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19826: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19827: with no_bad_constructors_try
19828:
19829: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19830: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19831: this: $bred[^string::length[]] $bred[^response::clear[]]
19832: $bred[^int::int[]]
19833:
19834: now VObject creation moved into overriden
19835: VClass::create_new_value, thus 0 from create_new_value means that
19836: class has no ctors
19837:
19838: 2001-11-13 paf
19839:
19840: * src/classes/classes.C: returned accedently removed if in foreach
19841: callbacks [when hash no-0-restructure]
19842:
19843: 2001-11-12 paf
19844:
19845: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19846: passed as-is to method, xalan makes & into & itself
19847:
19848: * src/classes/date.C: date.roll parser2 alg used
19849:
19850: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19851: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19852: main/pa_dictionary.C, main/pa_hash.C,
19853: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19854: now does not containt 0 values. put 0 actullay removes. no check
19855: on 0 value in foreach now required
19856:
19857: 2001-11-11 paf
19858:
19859: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19860:
19861: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19862:
19863: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19864: driver initialize not const
19865:
19866: 2001-11-10 paf
19867:
19868: * src/main/pa_exec.C: doc
19869:
19870: 2001-11-09 paf
19871:
19872: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19873: param properly
19874:
19875: * src/classes/string.C: string.save now does untainting before
19876: saving
19877:
19878: * src/main/pa_common.C: line endings fixing fixed last piece[was
19879: still cstr oriented]
19880:
19881: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19882: line endings fixing got rid of cstr, now must work ok with post
19883: multipart
19884:
19885: * src/types/pa_vform.C: line endings fixed at post / multipart /
19886: not file also now
19887:
19888: 2001-11-08 paf
19889:
19890: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19891: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19892: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19893: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19894: main/pa_stylesheet_manager.C: restructured Cache manager to be
19895: simple parent, not second parent [gcc 2.96 strangly refused to
19896: call virtual from second parent]
19897:
1.116 moko 19898: * src/: include/pa_common.h, main/Makefile.am,
19899: targets/cgi/pa_pool.C: makes
1.95 moko 19900:
19901: * src/: include/pa_request.h, main/pa_request.C,
19902: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19903: 'status' class enabler
19904:
19905: <Location /parser-status.html> ParserStatusAllowed </Location>
19906:
19907: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19908: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19909: include/pa_stylesheet_manager.h, main/main.dsp,
19910: main/pa_cache_managers.C, main/pa_charset_manager.C,
19911: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19912: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19913: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19914: todo: apache 'status' class enabler
19915:
19916: 2001-11-05 paf
19917:
19918: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19919: debug to normal
19920:
19921: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19922: hence i removed skipping 0 values in hash::for_each-es we need to
19923: check cleaned cache items manually. few more checks.
19924:
19925: expiring to 0 time was wrong, changed to 'now' time
19926:
19927: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19928: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19929: on apache already done :)
19930:
19931: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19932: skipping 0 values in hash::for_each-es we need to check cleaned
19933: cache items manually
19934:
19935: * src/main/: pa_db_connection.C, pa_db_table.C:
19936: parser_multithreaded check was wrong
19937:
19938: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19939: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19940: classes/hashfile.C, classes/image.C, classes/int.C,
19941: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19942: classes/string.C, classes/table.C, classes/void.C,
19943: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19944: include/pa_array.h, include/pa_charset_connection.h,
19945: include/pa_charset_manager.h, include/pa_common.h,
19946: include/pa_config_fixed.h, include/pa_config_includes.h,
19947: include/pa_db_connection.h, include/pa_db_manager.h,
19948: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19949: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19950: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19951: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19952: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19953: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19954: include/pa_stack.h, include/pa_string.h,
19955: include/pa_stylesheet_connection.h,
19956: include/pa_stylesheet_manager.h, include/pa_table.h,
19957: include/pa_threads.h, include/pa_types.h, main/compile.C,
19958: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19959: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19960: main/pa_charset_manager.C, main/pa_common.C,
19961: main/pa_db_connection.C, main/pa_db_manager.C,
19962: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19963: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19964: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19965: main/pa_socks.C, main/pa_sql_driver_manager.C,
19966: main/pa_status_provider.C, main/pa_string.C,
19967: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19968: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19969: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19970: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19971: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19972: targets/isapi/pool_storage.h, types/pa_valiased.C,
19973: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19974: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19975: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19976: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19977: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19978: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19979: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19980: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19981: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19982: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19983: types/pa_vstateless_object.h, types/pa_vstatus.h,
19984: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19985: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19986: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19987: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19988: $status:db fixed used not initialized in db_connection & db_table
19989:
19990: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19991: $status:charset
19992:
19993: * src/: classes/xdoc.C, include/pa_db_connection.h,
19994: include/pa_stylesheet_connection.h,
19995: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19996: types/pa_vstatus.h: $status:stylesheet
19997:
19998: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19999: include/pa_request.h, include/pa_sql_connection.h,
20000: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20001: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20002: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20003: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20004: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20005: types/pa_vxnode.C, types/types.dsp: started status parser class
20006:
20007: 2001-11-01 paf
20008:
20009: * src/include/pa_config_auto.h.in: makes
20010:
20011: * src/main/pa_hash.C: removed old extra include
20012:
20013: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20014: checks [for hp, there are such in math.h]
20015:
20016: * src/classes/op.C: ^for endless loop check strightened
20017:
20018: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20019: behavior in native calls. it left unchanged, so ^for ^foreach &
20020: co can use r.root to write their i & key,value there
20021:
20022: * src/classes/op.C: detected for var storage bug, fixed.
20023: todo:foreach
20024:
20025: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20026: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20027: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20028: changing of hash inside of foreach
20029:
20030: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20031: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20032: were hash.foreach
20033:
20034: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20035: types/pa_vstring.C, types/pa_vstring.h:
20036: ^foreach[key|value]{body}[[separator]|{separator}]
20037:
20038: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20039: types/pa_vcookie.C: ^hash.delete[key]
20040:
20041: 2001-10-31 paf
20042:
20043: * src/main/: compile.C, pa_common.C: completely empty file now
20044: considered "read", not ignored [not perfect trick used]
20045:
20046: * src/main/pa_common.C: simplier common ifdefs
20047:
20048: * src/main/pa_common.C: typing bug in common - bad ifdeff
20049:
20050: * src/main/pa_db_connection.C: z
20051:
20052: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20053: lockdetector flags
20054: dbenv.lk_detect=DB_LOCK_RANDOM;
20055:
20056: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20057: from accidental show [imagine user forgot @exception]
20058:
20059: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20060:
20061: * src/: classes/file.C, classes/image.C, classes/mail.C,
20062: classes/string.C, classes/xnode.C, include/pa_common.h,
20063: main/pa_common.C: ^string.save[[append;]path]
20064:
20065: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20066: main/execute.C: \ in expression: int divide 10/3=3
20067:
20068: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20069: inside of ^cache
20070:
20071: * src/: include/pa_threads.h, main/pa_db_connection.C,
20072: main/pa_db_table.C, targets/cgi/pa_threads.C,
20073: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20074: needed
20075:
20076: 2001-10-30 paf
20077:
20078: * src/: classes/classes.dsp, main/main.dsp,
20079: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20080: types/types.dsp: enabled debug incremental compile
20081:
20082: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20083: form post data line endings not reformatted now.
20084:
20085: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20086: now required [had bug when file= has no value]
20087:
20088: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20089: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20090: cstr(asis) default param removed
20091:
20092: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20093:
20094: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20095:
20096: * src/include/pa_dir.h: LOAD_DIR fixed
20097:
20098: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20099: was broken} fix_line_breaks
20100:
20101: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20102: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20103: packed with #pragma pack
20104:
1.116 moko 20105: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20106:
20107: 2001-10-29 paf
20108:
20109: * src/types/pa_wcontext.h: bitfield syntax stricter
20110:
20111: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20112: string hash.puts
20113:
20114: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20115:
20116: * src/include/pa_sql_connection.h: there were one wrong
20117: SQL_CONNECTION_FUNC_GUARDED [failed]
20118:
20119: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20120: param.someday either ifdef or remove it
20121:
20122: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20123:
20124: * src/main/untaint.C: optimizing returned after debugging
20125:
20126: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20127: main/untaint.C: memory hunging #pragma pack(1)
20128:
20129: 16 419 844 13 169 394
20130:
20131: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20132: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20133: places [todo:Array]
20134:
20135: * src/: main/execute.C, targets/cgi/pa_pool.C,
20136: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20137: types/pa_wwrapper.h: debugging memory WContext flags to bits
20138:
20139: total 5 652 652/158731 total 5 469 332/158731
20140:
20141: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20142: Array:: without cache in get/put now
20143:
20144: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20145: 18:25:27 2001] total 5 652 652/158731
20146:
20147: * src/: include/pa_string.h, main/pa_string.C,
20148: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20149: now
20150:
20151: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20152: 18:11:53 2001] total 5796092/158731
20153:
20154: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20155: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20156: key ref now
20157:
20158: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20159: 17:11:17 2001] total 16867948/202658
20160:
20161: * src/: classes/file.C, classes/image.C, classes/string.C,
20162: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20163: main/execute.C, main/pa_array.C, main/pa_common.C,
20164: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20165: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20166: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20167: string::as_int/double now usually uses stack, not heap [200K out
20168: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20169:
20170: * src/main/pa_sql_driver_manager.C: ping to have services [old
20171: hiding bug]
20172:
20173: * src/Makefile.am: .am order
20174:
20175: * src/: include/pa_array.h, include/pa_charset_manager.h,
20176: include/pa_db_connection.h, include/pa_db_manager.h,
20177: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20178: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20179: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20180: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20181: required "friend class"
20182:
20183: ../include/pa_request.h:51: friend declaration requires
20184: class-key, i.e. `friend class Temp_lang'
20185:
20186: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20187: main/pa_exception.C, main/pa_sql_driver_manager.C,
20188: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20189:
20190: the idea is to #1 jump to C++ some function to main body, where
20191: every function stack frame has exception unwind information and
20192: from there... #2 propagate_exception()
20193:
20194: 2001-10-28 paf
20195:
20196: * src/main/pa_db_connection.C: removed old consts
20197:
20198: * src/main/pa_db_connection.C: expire table [was accidently pasted
20199: with wrong type/cast]
20200:
20201: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20202: translation
20203:
1.116 moko 20204: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20205: remember to build DB2 with -fexceptions!!!
20206:
20207: * src/main/pa_db_table.C: DB_RMW defed
20208:
20209: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20210: include/pa_db_connection.h, include/pa_db_manager.h,
20211: include/pa_db_table.h, main/pa_db_connection.C,
20212: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20213:
20214: 2001-10-27 paf
20215:
20216: * src/: classes/hashfile.C, include/pa_db_connection.h,
20217: include/pa_db_table.h, main/pa_db_connection.C,
20218: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20219: types/pa_vhashfile.C: DB2 ifdefs
20220:
1.116 moko 20221: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20222: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20223: makes with DB2
20224:
1.116 moko 20225: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20226: types/Makefile.am: makes db
1.95 moko 20227:
20228: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20229: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20230: globals.C
20231:
20232: * src/: classes/hashfile.C, include/pa_db_connection.h,
20233: include/pa_db_table.h, main/pa_db_connection.C,
20234: main/pa_db_table.C: ^hashfile.clear[]
20235:
20236: * src/classes/classes.awk: no $ in var names
20237:
20238: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20239: connection&table [forgotten calls]
20240:
20241: 2001-10-26 paf
20242:
20243: * src/main/pa_db_connection.C: db checkpoints
20244:
20245: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20246: checkpoints
20247:
20248: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20249: default. but entities still reparsed. todo: tothink
20250:
20251: * src/main/pa_db_connection.C: db recover mech 2
20252:
20253: * src/: classes/hashfile.C, include/pa_db_connection.h,
20254: include/pa_db_manager.h, include/pa_db_table.h,
20255: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20256: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20257: types/pa_vhashfile.h: db connections & tables now cached at
20258: create time & multithreaded
20259:
20260: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20261: parsed_source
20262:
20263: * src/main/pa_db_connection.C: about to remove connection from
20264: vhashfile
20265:
20266: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20267: transaction commit/rollback responsibility left to parent [as it
20268: sould - else there were a bug with double free]
20269:
20270: * src/include/pa_db_table.h: db: child transaction commit/rollback
20271: responsibility left to parent [as it sould - else there were a
20272: bug with double free]
20273:
20274: 2001-10-25 paf
20275:
20276: * src/: classes/hashfile.C, include/pa_common.h,
20277: include/pa_db_connection.h, include/pa_db_manager.h,
20278: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20279: types/pa_vhashfile.C, types/pa_vhashfile.h,
20280: include/pa_db_table.h, main/pa_db_table.C: started db_home
20281: [multiple, cached] todo: autorecover [tried, but not succeded,
20282: yet]
20283:
20284: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20285:
20286: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20287: transaction parent passed
20288:
20289: 2001-10-24 parser
20290:
1.116 moko 20291: * src/classes/Makefile.am: makes
1.95 moko 20292:
20293: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20294: isapi/pool_storage.h: pool_storage fixed
20295:
20296: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20297: types/pa_vform.h: form fix_line_breaks
20298:
1.116 moko 20299: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20300:
20301: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20302: targets/cgi/pool_storage.h: makes
20303:
20304: * src/sql/pa_sql_driver.h: version
20305:
20306: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20307: types/pa_vform.C, types/pa_vform.h: .am
20308:
20309: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20310: this: DB_RMW Acquire write locks instead of read locks when doing
20311: the retrieval. Setting this flag may decrease the likelihood of
20312: deadlock during a read-modify-write cycle by immediately
20313: acquiring the write lock during the read part of the cycle so
20314: that another thread of control acquiring a read lock for the same
20315: item, in its own read-modify-write cycle, will not result in
20316: deadlock
20317:
20318: * src/targets/isapi/parser3isapi.dsp: doc
20319:
20320: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20321:
20322: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20323:
20324: * src/: classes/hashfile.C, include/pa_db_connection.h,
20325: main/pa_db_connection.C: hashfile expired deleted from db when
20326: get & iterate
20327:
20328: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20329: expiring 1
20330:
20331: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20332:
20333: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20334: db_connection not bothers with key when not returning expired
20335: data
20336:
20337: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20338: types/pa_vhashfile.C: db_cursor constructor public now
20339:
20340: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20341: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20342: stamped, todo: put_element analize
20343:
20344: * src/: include/pa_db_connection.h, include/pa_string.h,
20345: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20346: serialize. todo stamp
20347:
20348: 2001-10-23 parser
20349:
20350: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20351: classes/image.C, classes/mail.C, classes/response.C,
20352: classes/string.C, classes/table.C, classes/xdoc.C,
20353: include/pa_config_fixed.h, include/pa_db_connection.h,
20354: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20355: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20356: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20357: types/pa_vtable.C: ^hashfile.hash[]
20358:
20359: * src/: classes/hashfile.C, classes/xdoc.C,
20360: include/pa_config_fixed.h, main/pa_db_manager.C,
20361: main/pa_globals.C: ifdefs so it compiled without db
20362:
20363: * src/: classes/hashfile.C, include/pa_db_connection.h,
20364: include/pa_db_manager.h, main/pa_db_connection.C,
20365: main/pa_db_manager.C, types/pa_vhashfile.h:
20366: ^hashfile.transaction{code} ^hashfile:clear[filename]
20367: ^hashfile.delete[key]
20368:
20369: 2001-10-22 parser
20370:
20371: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20372: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20373:
20374: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20375: classes/xnode.C, include/pa_charset_connection.h,
20376: include/pa_db_connection.h, include/pa_db_manager.h,
20377: include/pa_exception.h, include/pa_sapi.h,
20378: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20379: include/pa_stylesheet_connection.h,
20380: include/pa_stylesheet_manager.h,
20381: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20382: main/pa_db_connection.C, main/pa_db_manager.C,
20383: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20384: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20385: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20386: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20387: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20388: types/types.dsp: hashfile 0
20389:
20390: * src/types/pa_vhashfile.C: z
20391:
20392: * src/: classes/classes.dsp, classes/hashfile.C,
20393: include/pa_config_fixed.h, main/execute.C,
20394: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20395: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20396:
20397: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20398:
20399: * src/: include/pa_exception.h, include/pa_request.h,
20400: main/execute.C, main/pa_exception.C, main/pa_request.C,
20401: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20402: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20403:
20404: 2001-10-19 parser
20405:
20406: * src/include/pa_pool.h: header
20407:
20408: * src/main/pa_pool.C: auto compiled on gcc
20409:
20410: * src/classes/image.C: comment
20411:
1.116 moko 20412: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20413:
20414: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20415: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20416: types/pa_vxnode.h: xnode clone got freed
20417:
20418: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20419: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20420: can free up xalandomstring resulting from pool::transcode
20421:
20422: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20423: include/pa_config_fixed.h, include/pa_exception.h,
20424: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20425: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20426: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20427: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20428: from non-xml compile
20429:
20430: * src/main/pa_request.C: pool:: context - get_context
20431:
20432: * src/: classes/classes.h, classes/date.C, classes/double.C,
20433: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20434: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20435: classes/string.C, classes/table.C, classes/void.C,
20436: include/pa_config_fixed.h, include/pa_exception.h,
20437: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20438: main/compile.C, main/compile_tools.C, main/execute.C,
20439: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20440: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20441: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20442: main/pa_string.C, main/pa_table.C, main/untaint.C,
20443: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20444: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20445: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20446: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20447: types/pa_vstateless_class.h, types/pa_vtable.C,
20448: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20449: exceptions 0
20450:
20451: * src/classes/classes.awk: $ removed
20452:
20453: 2001-10-18 parser
20454:
20455: * src/types/pa_vcookie.C: cookie:CLASS
20456:
20457: * src/main/main.dsp: project
20458:
20459: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20460: set_document & ctor question "who owns document" solved
20461:
20462: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20463:
20464: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20465: main/pa_pool.C: encoding in dom creating funcs
20466:
20467: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20468: be transformed now
20469:
20470: * src/classes/xdoc.C: dom created by create can be transformed now
20471:
20472: * src/classes/xdoc.C: z
20473:
20474: * src/classes/xdoc.C: comment
20475:
20476: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20477: create now uses XercesDocumentBridge, appendChild&co now works
20478:
20479: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20480: @ recompile
20481:
20482: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20483: $origin @exception[
20484:
20485: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20486: tag names forced to XML lang
20487:
20488: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20489: leechy-found bugs in code&doc fixed
20490:
20491: 2001-10-17 parser
20492:
20493: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20494: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20495: n functionality preserved
20496:
20497: * src/types/pa_vimage.h: removed unused vimage::save
20498:
20499: 2001-10-16 parser
20500:
20501: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20502:
20503: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20504:
20505: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20506:
20507: * src/classes/image.C: image.copy tolerance
20508:
20509: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20510: ineffective, but works for small paleted image
20511:
20512: * src/types/pa_vimage.C: comment
20513:
20514: * src/classes/image.C: gd size/resize bugfix
20515:
20516: * src/: classes/classes.dsp, main/main.dsp,
20517: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20518: types/types.dsp: ident >nul 2>&1
20519:
20520: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20521: systems
20522:
20523: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20524: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20525:
20526: 2001-10-15 parser
20527:
20528: * src/main/execute.C: z
20529:
20530: * src/classes/: xdoc.C: !::create{qualifiedName}
20531:
20532: * src/types/pa_vxnode.C: document_type_node.
20533: !readonly attribute DOMString name
20534: !notation_node.
20535: !readonly attribute DOMString publicId
20536: !readonly attribute DOMString systemId
20537:
1.116 moko 20538: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20539: ::write badly passed string too transparently [failed to
20540: intercept it]
1.95 moko 20541:
20542: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20543: include/pa_request.h, main/pa_sql_driver_manager.C,
20544: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20545: types/pa_vxnode.h: DOM1 major addtion, only few
20546: attributes/methods left
20547:
20548: 2001-10-13 parser
20549:
20550: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20551: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20552: in main handler
20553:
20554: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20555: cleanups & frees order
20556:
20557: * src/types/pa_vcode_frame.h: couple comments
20558:
20559: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20560: transparent enough to handle hash if creation&passing
20561:
20562: * src/: include/pa_config_fixed.h, main/execute.C,
20563: main/pa_exception.C: noticed that vcodeframe not transparent
20564: enough, would change now
20565:
20566: 2001-10-12 parser
20567:
20568: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20569: fixed. initialization&free on each thread!
20570:
20571: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20572: handling changed: now type of default param analized always, not
20573: only at problem time, thus helping early problem spotting
20574:
20575: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20576: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20577: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20578: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20579: multithread bug fixed. initialization&free on each thread!
20580:
20581: 2001-10-11 parser
20582:
20583: * src/classes/xnode.C: xnode.selectSingle now
20584:
20585: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20586: include/pa_pool.h, include/pa_stylesheet_connection.h,
20587: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20588: convertors out of Pool into Exception
20589:
20590: * src/main/pa_string.C: const
20591:
20592: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20593: linked pieces of same language together prior to String::replace
20594:
20595: * src/classes/hash.C: !^hash.add[addme]
20596: !^hash.sub[subme]
20597: !^a.union[b] = new
20598: !^a.intersection[b] = new
20599: !^a.intersects[b] = bool
20600:
20601: * src/classes/hash.C: !^hash::append[append_from]
20602:
20603: * src/: classes/hash.C, types/pa_vhash.h:
20604: !^hash::create[[copy_from]]
20605:
20606: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20607: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20608: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20609: fixed. got rid of empty_string, which caused errors - it hasnt
20610: exception but somebody[value.bark] tried to throw it on it's pool
20611:
1.116 moko 20612: * src/include/pa_config_auto.h.in: makes
1.95 moko 20613:
20614: 2001-10-10 parser
20615:
20616: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20617:
20618: * src/main/: compile.tab.C, compile.y: ^a[
20619:
20620: @next_method << now unclosed ] would be reported here
20621:
20622: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20623: compile error
20624:
20625: 2001-10-09 parser
20626:
1.116 moko 20627: * src/: classes/Makefile.am, main/Makefile.am,
20628: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20629:
20630: * src/classes/Makefile.am: makes
20631:
20632: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20633: win32 errors intercepted [xalan transformer patched and
20634: incorporated]
20635:
20636: * src/: classes/classes.dsp, classes/xdoc.C,
20637: include/pa_stylesheet_connection.h, main/main.dsp,
20638: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20639: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20640: patches starting
20641:
20642: * src/classes/: string.C, table.C: ^string.save[file]
20643:
20644: * src/classes/: date.C, table.C: calendar moved to date
20645:
20646: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20647: string/table] now
20648:
20649: * src/classes/: op.C, table.C: z
20650:
20651: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20652: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20653: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20654: be code [be string..]
20655:
20656: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20657: table.C: lots of
20658: params->as_int/double/as_string/as_junction/as_no_junction
20659: messages added
20660:
20661: 2001-10-08 parser
20662:
20663: * src/: classes/date.C, classes/image.C, classes/string.C,
20664: classes/table.C, classes/void.C, include/pa_request.h:
20665: params->as_int/double message added
20666:
20667: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20668:
20669: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20670: image:sector removed image:html internal "line-*" attribs
20671:
20672: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20673: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20674:
20675: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20676: way
20677:
20678: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20679: main/untaint.C: header untainting to UL_HTTP_HEADER,
20680: UL_MAIL_HEADER made nonforced [only tainted pieces]
20681:
20682: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20683: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20684: @ SAPI::log
20685:
20686: * src/main/untaint.C: \r to ' ' in origins mode
20687:
20688: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20689: set]
20690:
20691: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20692: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20693: nonstandard liaison freed up
20694:
20695: 2001-10-07 parser
20696:
20697: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20698: project
20699:
20700: 2001-10-05 parser
20701:
20702: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20703: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20704: from outputing to cerr. lots of "todos"
20705:
20706: * src/main/untaint.C: http_header tainting more gentle with
20707: enquoting now
20708:
20709: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20710: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20711: xml errorhandler. fixed string.replace a little, read @test
20712:
20713: * src/main/pa_string.C: found replace bug - first_that_starts(char
20714: *) does not have limit, and looks further eos, fixing....
20715:
20716: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20717:
20718: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20719:
20720: * src/main/: pa_charset_connection.C: ctype another mem clear
20721: bugfix
20722:
1.116 moko 20723: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20724: $result[^[$p^]z] now works fine
1.95 moko 20725:
20726: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20727: wrong. fixed it
20728:
20729: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20730: of totable appered to be vital
20731:
20732: 2001-10-04 parser
20733:
20734: * src/classes/image.C: ^image.length[text]
20735:
20736: 2001-10-03 parser
20737:
20738: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20739:
20740: * src/main/pa_request.C: restored pcre defaulting in request
20741: [mindlessly "optimized" yesterday] comment left
20742:
20743: 2001-10-02 parser
20744:
20745: * src/: main/pa_charset_manager.C,
20746: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20747: needed
20748:
20749: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20750: forgot non-xml pool.*charset needed
20751:
20752: * src/classes/table.C: # config comments fixed
20753:
20754: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20755: charset_connection #comment now
20756:
20757: * src/: classes/classes.dsp, types/types.dsp: release projects
20758: options fixed to use release msvcrt lib
20759:
20760: * src/main/pa_charset_connection.C: pcre tables now const inside
20761: removed default - pcre handles that internally fixed bug on
20762: not-cleaning tables [previously was calloced, now member]
20763:
20764: * src/: include/pa_request.h, main/pa_charset_connection.C,
20765: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20766: inside removed default - pcre handles that internally fixed bug
20767: on not-cleaning tables [previously was calloced, now member]
20768:
20769: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20770: tested charset reload on file change @ apache version = OK tested
20771: freeing up prev encoding on adding new = OK
20772:
20773: 2001-10-01 parser
20774:
20775: * src/main/pa_charset_connection.C: removed entitify external hack
20776: [internal installed]
20777:
1.116 moko 20778: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20779:
20780: * src/: include/pa_charset_connection.h,
20781: include/pa_charset_manager.h,
20782: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20783: main/pa_charset_connection.C, main/pa_charset_manager.C,
20784: main/pa_request.C: charset loading & caching mech 0
20785:
20786: * src/: include/pa_stylesheet_connection.h,
20787: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20788: main/pa_globals.C, main/pa_request.C: would make charset loading
20789: & caching mech now
20790:
20791: 2001-09-30 parser
20792:
20793: * src/main/pa_request.C: forgot to fill toTable
20794:
20795: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20796: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20797: failed on win32 for now..
20798:
20799: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20800: now charsets table configuration variable is: CHARSETS
20801:
20802: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20803: ctype with unicode 1. todo: no П entities on output somehow
20804:
20805: * src/: classes/file.C, classes/op.C, classes/string.C,
20806: include/pa_request.h, main/pa_request.C: started ctype with
20807: unicode values
20808:
20809: 2001-09-28 parser
20810:
20811: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20812: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20813: string passed AS-IS now
20814:
20815: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20816: way of user-configuring... todo: implement
20817:
20818: 2001-09-27 parser
20819:
20820: * src/classes/table.C: table.sort changed to sort table itself
20821:
20822: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20823: X^.getElementsByTagName[tagname] = array of xnode
20824: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20825: nodes removed - regretfully not supported @ xalan. maybe someday
20826: would reimplement, if needed.
20827:
20828: win32build system: solved long waiting anti-non-started-apache
20829: problem
20830:
20831: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20832: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20833: types/types.dsp: win32 ident make system so not to rebuild
20834: library [ident.C.new]
20835:
20836: 2001-09-26 parser
20837:
20838: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20839: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20840: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20841: types/pa_vxnode.C, types/types.dsp: z
20842:
20843: * src/classes/classes.C: forgot one non-xml check
20844:
1.116 moko 20845: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20846: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20847:
20848: * src/targets/cgi/parser3.C: z
20849:
20850: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20851: targets/isapi/parser3isapi.C: #ifdef SMTP
20852:
20853: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20854: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20855: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20856: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20857: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20858: types/types.dsp: xdoc&xnode now
20859:
20860: * src/: classes/classes.C, classes/classes.awk,
20861: classes/classes.dsp, classes/classes.h, classes/date.C,
20862: classes/dnode.C, classes/dnode.h, classes/dom.C,
20863: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20864: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20865: classes/op.C, classes/response.C, classes/string.C,
20866: classes/table.C, classes/void.C, include/pa_array.h,
20867: include/pa_common.h, include/pa_config_fixed.h,
20868: include/pa_config_includes.h, include/pa_dictionary.h,
20869: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20870: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20871: include/pa_socks.h, include/pa_sql_connection.h,
20872: include/pa_sql_driver_manager.h, include/pa_stack.h,
20873: include/pa_string.h, include/pa_stylesheet_connection.h,
20874: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20875: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20876: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20877: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20878: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20879: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20880: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20881: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20882: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20883: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20884: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20885: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20886: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20887: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20888: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20889: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20890: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20891: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20892: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20893: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20894: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20895: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20896: types/pa_vmethod_frame.h, types/pa_vobject.h,
20897: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20898: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20899: types/pa_vstateless_object.h, types/pa_vstring.C,
20900: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20901: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20902: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20903: main.dsp splitted to main+classes+types along to .am
20904:
20905: * src/classes/Makefile.am: removed useless var
20906:
20907: * src/: classes/classes.cmd, main/main.dsp,
20908: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20909: main.dsp
20910:
20911: 2001-09-25 parser
20912:
20913: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20914: 1251 though, todo ICU
20915:
1.116 moko 20916: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20917: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20918: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20919: types/pa_vdom.h: xml configure makes
1.95 moko 20920:
20921: 2001-09-24 parser
20922:
1.116 moko 20923: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20924: types/Makefile.am: makes
1.95 moko 20925:
1.116 moko 20926: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20927:
20928: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20929: started unix makes update
20930:
20931: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20932: started unix makes update
20933:
20934: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20935:
20936: * src/types/pa_value.h: z
20937:
20938: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20939: bugs with usinge hash/table in expressions
20940:
20941: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20942: resolved conflicts fixed [const]
20943:
20944: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20945: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20946: main/compile.C, main/compile.tab.C, main/compile.y,
20947: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20948: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20949: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20950: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20951: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20952: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20953: with before_xml [merge2 actually didn't happen - i've created
20954: tags on wrong branch. so this merge is in fact re-merge]
20955:
20956: 2001-09-21 parser
20957:
20958: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20959: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20960: produced "" in make file and sadly wrong interpreted on load]
20961:
1.116 moko 20962: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20963: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20964: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20965: include/pa_sql_driver_manager.h, include/pa_string.h,
20966: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20967: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20968: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20969:
20970: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20971: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20972: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20973: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20974: main/pa_pool.C, main/pa_request.C,
20975: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20976: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20977: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20978: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20979: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20980: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20981: types/pa_vrequest.C, types/pa_vresponse.h,
20982: types/pa_vstateless_class.C, types/pa_vstring.C,
20983: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20984: created new projects for sql drivers [planning to remove sql
20985: drivers from main cvs project] first, will join latest changes
20986:
20987: * src/classes/: dom.C: defaulted dom writing methods encoding to
20988: pool.get_charset
20989:
20990: * src/classes/dom.C: defaulted dom writing methods encoding to
20991: pool.get_charset
20992:
20993: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20994: pool.get_charset
20995:
20996: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20997: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20998: methods encoding to pool.get_charset
20999:
21000: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21001: transcoder were created right "unsupported encoding" message.
21002: not @ set time, but @ use time, so until xml output functions
21003: .string, .file, .save used - no encoding name check occur
21004:
21005: reduced transcode buffer size to 60 fixed pool cleanup - no
21006: registration needed, pools are officially destructured
21007:
21008: 2001-09-20 parser
21009:
21010: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21011:
21012: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21013: $MAIN:DEFAULTS.content-type[$.charset[here]]
21014:
21015: * src/: classes/dnode.C, classes/dom.C,
21016: include/pa_config_includes.h, include/pa_globals.h,
21017: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21018: main/pa_pool.C, targets/cgi/parser3.dsp,
21019: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21020: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21021: Pool::transcode 0
21022:
21023: * src/classes/dom.C: dom. string save file moved output xml options
21024: to last param and made it optional
21025:
21026: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21027: dnodes
21028: !$attributenode.specified = boolean
21029: true if the attribute received its value explicitly
21030: in the XML document,
21031: or if a value was assigned programatically with the
21032: setValue function.
21033: false if the attribute value came from the default value
21034: declared in the document's DTD.
21035: !$pinode.target = target of this processing instruction
21036: XML defines this as being the first token following the
21037: markup
21038: that begins the processing instruction.
21039: XPath:
21040: !^node.select[xpath/query/expression] = hash of 0->node0
21041: 1->node1
21042: !^node.select-single[xpath/query/expression] = first node if
21043: any
21044:
21045: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21046: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21047: some 'const's added
21048:
21049: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21050: expression context now, there value = size and boolean value
21051: size!=0
21052:
21053: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21054: can be used in expression context now, there value = size and
21055: boolean value size!=0
21056:
21057: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21058: types/pa_vstring.h: dnode .file .string .save moved back to dom
21059: due to strange xalan bug
21060:
21061: 2001-09-18 parser
21062:
21063: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21064: classes/image.C, classes/op.C, classes/table.C,
21065: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21066: include/pa_sql_driver_manager.h, main/compile.C,
21067: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21068: main/execute.C, main/pa_common.C, main/pa_request.C,
21069: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21070: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21071: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21072: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21073: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21074: before_xml branch ^if(def $hash) now true only when
21075: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21076:
21077: * src/: classes/op.C, main/execute.C: operators self changed to
21078: root ^for variable context changed to self
21079:
21080: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21081: dnode 1
21082:
21083: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21084: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21085:
21086: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21087: poly* fixed
21088:
21089: 2001-09-17 parser
21090:
21091: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21092: types/pa_vdom.h: started dnode+dom
21093:
21094: dnode DOM methods: $node.name $node.value
21095: ...others...
21096:
21097: ^node.xpath[/rates/USD] = hash
21098: $hash[
21099: $.0[node0]
21100: $.1[node1]
21101: ]
21102:
21103: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21104: applies to all linear primitives
21105:
21106: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21107: include/pa_stylesheet_connection.h, main/main.dsp,
21108: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21109: types/pa_vimage.h: started dnode DOM: $node.name
21110: $node.value ...others... ^node.xpath[/rates/USD] = hash
21111: dom(dnode)
21112:
21113: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21114: main/compile.y, main/compile_tools.h, main/execute.C,
21115: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21116: in expression compound($aa.zz.xx) names now can have minus '-' in
21117: name after '.'
21118:
21119: 2001-09-15 parser
21120:
21121: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21122: image: $line-width ^line(...)[**** style]
21123:
21124: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21125: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21126: pool_storage - cleanups first, allocations second. apache wisely
21127: does just like that
21128:
21129: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21130: rewritten using template, no bugs now
21131:
21132: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21133: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21134: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21135: poorly started isapi pool_storage, would rewrite using template
21136: now
21137:
21138: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21139: include/pa_stylesheet_connection.h, main/main.dsp,
21140: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21141: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21142: xalan objects freed up [introducing Pool::register_cleanup]
21143:
21144: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21145: comments
21146:
21147: 2001-09-14 parser
21148:
21149: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21150: z
21151:
21152: * src/: classes/dom.C, classes/file.C, classes/image.C,
21153: classes/mail.C, include/pa_common.h,
21154: include/pa_sql_driver_manager.h, include/pa_string.h,
21155: include/pa_stylesheet_connection.h,
21156: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21157: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21158: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21159: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21160: compiled&cached
21161:
21162: 2001-09-13 parser
21163:
21164: * src/: classes/dom.C, classes/file.C, classes/image.C,
21165: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21166:
21167: * src/classes/dom.C: dom:file content-type(.method)
21168:
21169: * src/: include/pa_common.h, include/pa_globals.h,
21170: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21171: string now more informative error messages
21172:
21173: * src/: include/pa_globals.h, include/pa_request.h,
21174: main/pa_request.C, targets/cgi/parser3.C,
21175: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21176: ParserSiteConfig .../parser3.conf
21177:
21178: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21179:
21180: 2001-09-12 parser
21181:
21182: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21183: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21184: precise error reporting: "connection string must start with
21185: protocol://" now
21186:
21187: * src/main/compile.tab.C: fixed - subname code parts actually []
21188: braced
21189:
21190: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21191: lexer on LS_USER level did [] matching without setting nestage,
21192: introduced special LS_NAME_SQUARE_PART state
21193:
21194: 2001-09-11 parser
21195:
21196: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21197: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21198: languages+=xml
21199:
21200: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21201:
21202: * src/classes/dom.C: ^dom:save/string/file[output options] output
21203: options: $.method[xml|html|text] detection fixed
21204:
21205: * src/types/pa_vdom.h: messages
21206:
21207: * src/classes/dom.C: ^dom:save/string/file[output options] output
21208: options: $.method[xml|html|text] detection fixed
21209:
21210: 2001-09-10 parser
21211:
21212: * src/classes/dom.C: ^dom:save/string/file[output options] output
21213: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21214:
21215: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21216: added]
21217:
21218: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21219: ^dom.xslt[stylesheet filename] 0
21220:
21221: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21222: ^dom.xslt[stylesheet filename] -1 doc is lying
21223:
21224: * src/classes/dom.C: ^dom.file[encoding] = file
21225:
21226: * src/classes/: dom.C: ^dom.string[encoding] 1
21227: ^dom.save[encoding;filename]
21228:
21229: * src/classes/dom.C: ^dom.string[] 0
21230:
21231: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21232:
21233: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21234: types/pa_vform.h: ^dom.save[b.xml] 0
21235:
21236: 2001-09-08 parser
21237:
21238: * src/types/pa_vform.C: $form:tables.name.field
21239:
21240: 2001-09-07 parser
21241:
21242: * src/classes/table.C: table:empty removed, superceded by ^if(def
21243: $table)...
21244:
21245: * src/targets/cgi/parser3.C: z
21246:
21247: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21248: from '' to int/double is 0]
21249:
21250: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21251: $table) is false when table is empty
21252:
21253: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21254: !$form:tables $atable[$form:tables.a]
21255: ^atable.menu{a=$atable.element}[,]
21256:
21257: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21258: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21259:
1.116 moko 21260: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21261: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21262: of dom
21263:
21264: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21265: types/pa_vform.C, types/pa_vform.h: z
21266:
21267: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21268: element [not last]
21269:
1.116 moko 21270: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21271: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21272:
21273: 2001-09-06 parser
21274:
21275: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21276: table with one column 'element' and two rows: 1 and 2
21277:
21278: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21279: table with one column 'element' and two rows: 1 and 2
21280:
21281: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21282: bad int/double conversions, and now $form:nonexistent.int(88)
21283: would return 88
21284:
21285: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21286: types/pa_vhash.h: now there's special hash key '_default'
21287: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21288: $._default[xx] ] $hash.c
21289:
21290: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21291: fixed [thanks, fif], ^; were treated there non-literally
21292:
21293: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21294: doxygen
21295:
21296: * src/: classes/image.C, classes/op.C, classes/string.C,
21297: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21298: types/pa_vtable.C: few #ifndef DOXYGEN
21299:
21300: 2001-09-05 parser
21301:
21302: * src/classes/: string.C, table.C: sql options can be void [same as
21303: image:html the other day]
21304:
21305: * src/targets/cgi/Makefile.am: .am undo
21306:
21307: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21308: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21309: macro expantion on param, simply qoutes whatever passed, undone
21310:
21311: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21312: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21313: STRINGIZE(name) #name invented
21314:
21315: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21316: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21317: MAIN_SQL_DRIVERS_NAME "drivers"
21318:
21319: moved to be availible to all users
21320:
21321: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21322: SQL_DRIVER_CREATE_FUNC_NAME
21323:
21324: * src/classes/mail.C: MAIN:MAIL check fixed
21325:
21326: 2001-09-04 parser
21327:
21328: * src/classes/image.C: image.html now can accept void params
21329:
21330: * src/targets/isapi/parser3isapi.C: z
21331:
21332: * src/targets/cgi/parser3.C: full_file_spec bug
21333:
21334: * src/targets/cgi/parser3.C: getenvcheck
21335:
21336: * src/targets/cgi/parser3.C: zz
21337:
21338: * src/targets/cgi/parser3.C: zzz
21339:
21340: * src/classes/date.C: date
21341:
21342: * src/classes/date.C: date:sql-string is now without ''
21343:
1.116 moko 21344: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21345: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21346: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21347:
1.116 moko 21348: * src/include/pa_config_auto.h.in: makes
1.95 moko 21349:
21350: 2001-09-03 parser
21351:
21352: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21353:
21354: 2001-09-01 parser
21355:
21356: * src/classes/image.C: letter_spacing
21357:
21358: * src/classes/image.C: image: font params changed
21359:
21360: * src/classes/image.C: image: as_int as_string used
21361:
21362: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21363: analized
21364:
21365: 2001-08-31 parser
21366:
21367: * src/targets/cgi/parser3.C: z
21368:
1.116 moko 21369: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21370: cygwin
1.95 moko 21371:
21372: * src/classes/void.C: void:int/double += (default)
21373:
21374: * src/classes/image.C: image:font added space param image:font
21375: changed charwidth alg, added kerning const[for now]
21376:
21377: * src/classes/: string.C, table.C: string:int/double (defaults)
21378:
21379: 2001-08-29 parser
21380:
21381: * src/main/pa_exception.C: exception redundant debug info
21382:
21383: 2001-08-28 parser
21384:
21385: * src/classes/image.C: image error msgs
21386:
21387: * src/classes/image.C: image: gifsize little endian
21388:
21389: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21390: doxygeneration
21391:
21392: * src/: classes/Makefile.am, main/Makefile.am,
21393: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21394:
21395: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21396: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21397:
21398: * src/main/compile.C: NO_STRING_ORIGIN check2
21399:
21400: * src/classes/table.C: NO_STRING_ORIGIN check
21401:
21402: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21403: storage class specifiers invalid in friend function declarations
21404:
21405: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21406: main/untaint.C, targets/cgi/parser3.C,
21407: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21408: case of limit
21409:
21410: * src/: classes/file.C, main/pa_common.C: file:move
21411: autocreate/remove dest/src dir
21412:
21413: * src/: classes/string.C, include/pa_dictionary.h,
21414: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21415: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21416: to directory constructor. string:replace
21417:
21418: 2001-08-27 parser
21419:
21420: * src/classes/image.C: fixed jpgsize alg
21421:
21422: * src/classes/image.C: fixed jpgsize alg
21423:
21424: * src/main/pa_exception.C: z
21425:
21426: * src/main/pa_common.C: removed debug info from pa_common
21427:
21428: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21429: [auto.p from current dir loading]
21430:
1.116 moko 21431: * src/: main/pa_common.C, main/pa_exception.C,
21432: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21433: for solaris -lsocket
1.95 moko 21434:
21435: 2001-08-24 parser
21436:
21437: * src/targets/cgi/parser3.C: not cgi extra \n 3
21438:
21439: * src/targets/cgi/parser3.C: not cgi extra \n 2
21440:
21441: * src/targets/cgi/parser3.C: not cgi extra \n
21442:
21443: * src/main/pa_sql_driver_manager.C: z
21444:
21445: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21446: sql* removed services from disconnect - cross-request ideological
21447: probs.
21448:
21449: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21450: cross-request ideological probs. oracle - fixed bug: cs
21451: allocated on request.pool and got freed before disconnect
21452:
21453: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21454: mallocs fixed
21455:
21456: 2001-08-23 parser
21457:
21458: * src/classes/file.C: minor bug in file:save fixed
21459:
21460: * src/main/pa_sql_driver_manager.C: oracle: dlink
21461:
21462: 2001-08-22 parser
21463:
21464: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21465: types/pa_vfile.h: file:load|save[text|binary;
21466:
21467: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21468:
21469: 2001-08-21 parser
21470:
21471: * src/classes/: file.C, table.C: ^file:list
21472:
21473: 2001-08-20 parser
21474:
21475: * src/: main/compile.tab.C, main/compile.y,
21476: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21477: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21478: recousively caused problems: inc incremeted 123 literal!! fixed
21479:
21480: 2001-08-10 parser
21481:
21482: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21483:
21484: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21485: added
21486:
21487: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21488: added
21489:
21490: * src/classes/table.C: table:sort restored [it was bad test :(]
21491:
21492: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21493: ''
21494:
21495: * src/main/: pa_request.C: wanted to make const int
21496: MAX_EXECUTE_SECONDS=1;
21497:
21498: but couldnt, set_callback_and_alarm appeared to be not exported
21499: :(
21500:
21501: * src/main/pa_string.C: string.match hanged on. there were a hang
21502: check but it weren't wise enough
21503:
21504: @parse[dateString][tmp]
21505: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21506: #end
21507:
21508: @main[] ^parse[2001-02-03]
21509:
21510: * src/classes/: table.C: table:sort now default desc
21511:
21512: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21513: table.sort now creates new sorted table
21514:
21515: 2001-08-09 parser
21516:
21517: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21518:
21519: * src/classes/hash.C: hash:_default now [was hash:default]
21520:
21521: * src/classes/op.C: case without switch check added
21522:
21523: * src/types/pa_vcookie.C: cookie name&value origins added, more
21524: precise $ORIGINS(1)
21525:
21526: * src/main/Makefile.am: .am
21527:
21528: * src/classes/void.C: void: int double copy/paste from int: bug
21529: fixed
21530:
21531: * src/classes/void.C: void: int double copy/paste from int: bug
21532: fixed
21533:
21534: 2001-08-07 parser
21535:
21536: * src/: classes/double.C, classes/int.C, classes/string.C,
21537: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21538: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21539: string, table
21540:
21541: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21542: srand made working
21543:
21544: 2001-08-06 parser
21545:
21546: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21547: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21548: main/compile.tab.C, main/compile.y, main/pa_array.C,
21549: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21550: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21551:
21552: * src/main/pa_exec.C: exec win32 real filename
21553:
21554: * src/classes/file.C: exec stderr out
21555:
21556: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21557:
21558: 2001-08-03 parser
21559:
21560: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21561:
21562: 2001-08-02 parser
21563:
21564: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21565: main/execute.C, main/pa_exec.C: introducing Array_iter
21566:
21567: * src/main/execute.C: detected quick_get recursion bug. changed to
21568: get@execute, but needs array iterator, separate from array to
21569: avoid it & use caching
21570:
21571: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21572: bug fixed
21573:
21574: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21575: main/execute.C, main/pa_globals.C: found another multithread bug
21576: in op.C (last, last global var killed) :)
21577:
21578: 2001-08-01 parser
21579:
21580: * src/: include/pa_dictionary.h, include/pa_globals.h,
21581: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21582: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21583: main/untaint.C: speeded up typo-html replacements. introducing
21584: Dictionary with first-char caching
21585:
21586: 2001-07-31 parser
21587:
21588: * src/types/Makefile.am: pa_vtable.C added to .am
21589:
21590: * src/main/compile.tab.C: added, so that could be compiled even on
21591: non-bison-enabled platforms
21592:
21593: 2001-07-28 parser
21594:
21595: * src/classes/table.C: table:hash always produces hash, when can't
21596: - empty
21597:
21598: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21599: skipped \n
21600:
21601: 2001-07-27 parser
21602:
21603: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21604: on int/double/string :sql without result and default
21605:
21606: 2001-07-26 parser
21607:
21608: * src/classes/op.C: fixed bad multithread bug with strangly global
21609: OP
21610:
21611: * src/main/compile.y: $man[$.age[zzz]] 0
21612:
21613: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21614: creation syntax problem persists. restored $: for a while.
21615: thinking of $man[$.age[zzz]] syntax now
21616:
21617: * src/: classes/double.C, classes/int.C, classes/string.C,
21618: include/pa_opcode.h, main/compile.C, main/compile.y,
21619: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21620: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21621: types/pa_wwrapper.h: fixing :: realization #1
21622:
21623: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21624: main/compile_tools.h, main/execute.C, main/pa_request.C,
21625: types/pa_vmethod_frame.h: introducing :: this is constructor call
21626: prefix. ordinary : remains for static accesses
21627:
21628: 2001-07-25 parser
21629:
21630: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21631: fields 2. methods 3. columns
21632:
21633: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21634: quote. optimized double&int tostring-s
21635:
21636: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21637: whitespace before first method decl
21638:
21639: * src/classes/table.C: allowed nontable result in table:sql,
21640: results in empty table
21641:
21642: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21643: lines before first method decl
21644:
21645: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21646: types/pa_vtable.h: ^table.record[] now $table.fields
21647:
21648: * src/main/compile.y: $var[] is now empty string, not void
21649:
21650: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21651: void
21652:
21653: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21654: main/pa_globals.C: match replace code context moved to implicit
21655: $match context
21656:
21657: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21658: main/compile_tools.h, main/execute.C: with killed, code storage
21659: introduced with former 'with' syntax
21660:
21661: 2001-07-24 parser
21662:
21663: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21664: types/pa_value.h: first get_element, next get operator
21665:
21666: * src/main/compile.y: removed @end handling
21667:
21668: * src/main/: compile.C, compile.y: @end handling method2
21669:
21670: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21671: file:move
21672:
21673: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21674: fixed
21675:
21676: 2001-07-23 parser
21677:
21678: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21679: driver
21680:
21681: * src/classes/hash.C: changed sql driver query interface
21682:
21683: * src/: classes/hash.C, classes/string.C, classes/table.C,
21684: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21685: changed sql driver query interface
21686:
21687: 2001-07-20 parser
21688:
21689: * src/types/pa_vrequest.C: X!$browser:type
21690:
21691: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21692: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21693: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21694: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21695: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21696: types/pa_vobject.h, types/pa_vrequest.C,
21697: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21698: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21699: BASE element globally removed
21700:
21701: 2001-07-18 parser
21702:
21703: * src/classes/file.C: file:exec/cgi msg
21704:
21705: * src/classes/file.C: $file:exit-code renamed to 'status'
21706:
21707: * src/: classes/file.C, main/pa_exec.C: file:exec
21708:
1.116 moko 21709: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21710: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21711: removed $id from *.in *.am
1.95 moko 21712:
21713: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21714: abbrevations
21715:
21716: * src/: classes/date.C, classes/mail.C, classes/math.C,
21717: classes/string.C, classes/table.C, include/pa_globals.h,
21718: include/pa_string.h, main/execute.C, main/pa_globals.C,
21719: main/pa_request.C, main/pa_string.C, main/untaint.C,
21720: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21721: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21722: $ORIGINS(1) output tracing mode
21723:
21724: 2001-07-13 parser
21725:
21726: * src/: classes/double.C, classes/int.C, classes/string.C,
21727: include/pa_request.h, main/execute.C, main/pa_request.C:
21728: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21729: second would not call first @auto
21730:
21731: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21732: wrong, fixed
21733:
21734: 2001-07-12 parser
21735:
21736: * src/types/pa_value.h: pa_value.putelement modification of system
21737: classes prevented
21738:
21739: 2001-07-11 parser
21740:
21741: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21742: table $piece
21743:
21744: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21745: types/pa_vstateless_class.h: $file created by file:state +=
21746: .atime .mtime .ctime +found&fixed bug with exceptions on
21747: get_junction-created objects [they were on wrong pool]
21748:
21749: 2001-07-09 parser
21750:
21751: * src/main/untaint.C: qp wrong name
21752:
21753: * src/: classes/date.C, classes/string.C, classes/table.C,
21754: main/compile.y: date format 0
21755:
21756: 2001-07-07 parser
21757:
21758: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21759: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21760: roll table calendar
21761:
21762: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21763: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21764: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21765: include/pa_request.h, main/main.dsp, types/pa_value.h,
21766: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21767: string. todo: sql, calendar
21768:
21769: 2001-07-06 parser
21770:
21771: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21772: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21773:
21774: 2001-07-03 parser
21775:
21776: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21777: classes/random.C, main/main.dsp: class random renamed to math,
21778: operators became methods
21779:
21780: * src/classes/op.C: pow sqrt
21781:
21782: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21783:
21784: 2001-07-02 parser
21785:
21786: * src/classes/table.C: ^table.columns column renamed from 'name' to
21787: 'column'
21788:
21789: * src/classes/hash.C: ^hash.keys[]
21790:
21791: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21792:
21793: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21794: 'strings'
21795:
21796: 2001-06-29 parser
21797:
21798: * src/main/: execute.C: /0 %0 checkes ver 2
21799:
21800: * src/main/execute.C: /0 %0 checke
21801:
21802: * src/classes/Makefile.am: nothing - void
21803:
21804: * src/classes/table.C: empty strings @ sql
21805:
21806: 2001-06-28 parser
21807:
21808: * src/: classes/double.C, classes/file.C, classes/form.C,
21809: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21810: classes/op.C, classes/random.C, classes/response.C,
21811: classes/string.C, classes/table.C, classes/void.C,
21812: main/compile.C, main/compile_tools.C, main/execute.C,
21813: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21814: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21815: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21816: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21817: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21818: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21819: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21820: $";
21821:
21822: * src/: classes/double.C, classes/file.C, classes/form.C,
21823: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21824: classes/op.C, classes/random.C, classes/response.C,
21825: classes/string.C, classes/table.C, classes/void.C,
21826: main/compile.C, main/compile.y, main/compile_tools.C,
21827: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21828: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21829: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21830: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21831: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21832: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21833:
21834: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21835: $class:name: == ${class:name}:
21836:
21837: * src/classes/string.C: exactly one
21838:
21839: 2001-06-27 parser
21840:
21841: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21842: types/pa_vvoid.h: nothing renamed to void
21843:
21844: * src/classes/op.C: ^switch ^case
21845:
21846: * src/main/compile.y: nothing renamed to void
21847:
21848: * src/: classes/hash.C, classes/table.C, main/compile.y,
21849: main/execute.C, main/main.dsp, main/pa_request.C,
21850: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21851: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21852: void
21853:
21854: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21855:
21856: 2001-05-28 parser
21857:
21858: * src/doc/html2chm.cmd: removed >a
21859:
21860: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21861: project options [some bugs]
21862:
21863: * src/doc/sources2html.cmd: z
21864:
21865: * src/: classes/classes.C, main/compile.C, main/compile.y,
21866: main/execute.C: operators are not in root class again
21867:
21868: 2001-05-24 parser
21869:
21870: * src/targets/cgi/parser3.dsp: project file
21871:
21872: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21873: ^log ^exp
21874:
21875: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21876: conversions in @exception[params]
21877:
21878: * src/main/pa_request.C: // no _ conversions in @exception[params]
21879:
21880: 2001-05-23 parser
21881:
21882: * src/main/pa_string.C: string cmp bug
21883:
21884: * src/classes/: mail.C, op.C: rem max 1000
21885:
21886: * src/: classes/op.C, main/compile.y: allow one empty line before
21887: LS_DEF_NAME
21888:
21889: 2001-05-22 parser
21890:
21891: * src/classes/op.C: if params code-required
21892:
21893: 2001-05-21 parser
21894:
21895: * src/types/pa_vstring.C: eoleof
21896:
21897: * src/classes/Makefile.am: .AM
21898:
21899: * src/classes/nothing.C: resultless ^sql moved to nothing:
21900:
21901: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21902:
21903: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21904: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21905: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21906: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21907: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21908: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21909: 'nothing'
21910:
21911: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21912: vstring::set_string
21913:
21914: * src/classes/: double.C, int.C, string.C: int,double;sql
21915:
21916: * src/: classes/hash.C, classes/int.C, classes/string.C,
21917: classes/table.C, include/pa_string.h, main/pa_string.C,
21918: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21919:
21920: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21921: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21922: hash:sql moved to main trunc. operators.txt updated
21923:
21924: * src/classes/: hash.C, op.C, table.C: hash:sql
21925:
21926: * src/classes/op.C: z
21927:
21928: * src/: main/compile.C, classes/classes.C: 1
21929:
21930: * src/: classes/classes.C, main/compile.C, main/compile.y,
21931: main/execute.C: 0
21932:
21933: * src/main/execute.C: z
21934:
21935: * src/targets/cgi/parser3.C: z
21936:
21937: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21938: site_auto_path "." in that case
21939:
21940: * src/targets/cgi/: parser3.C: z
21941:
21942: * src/main/pa_request.C: .am
21943:
21944: * src/: main/pa_request.C, targets/cgi/parser3.C:
21945: pcre_tables=pcre_default_tables;
21946:
21947: 2001-05-19 parser
21948:
21949: * src/main/pa_string.C: z
21950:
21951: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21952: introducing String::cstr_bufsize, returns just size+1 for as_is
21953: target.
21954:
21955: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21956: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21957: used, 4* mem wasted
21958:
21959: * src/classes/string.C: root context in match replace body now
21960: unchanged
21961:
21962: * src/types/pa_value.h: parameter # 1 based
21963:
21964: * src/main/pa_common.C: common: actual filename '%s'
21965:
21966: * src/classes/string.C: z
21967:
21968: * src/classes/Makefile.am: classes/.am
21969:
21970: * src/classes/: Makefile.am: classes/.am
21971:
21972: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21973: targets/cgi/pa_pool.C: classes/.am
21974:
21975: 2001-05-18 parser
21976:
1.116 moko 21977: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21978: pa_threads.C ins
1.95 moko 21979:
21980: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21981:
21982: 2001-05-17 parser
21983:
21984: * src/: classes/string.C, include/pa_config_fixed.h,
21985: include/pa_config_includes.h, main/compile.y,
21986: main/compile_tools.h, main/execute.C, main/pa_array.C,
21987: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21988: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21989: types/pa_vform.C: #include "pa_config_includes.h" removed from
21990: most .C
21991:
21992: * src/doc/html2chm.cmd: z
21993:
21994: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21995: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21996:
21997: * src/main/pa_sql_driver_manager.C: moved expiration to
21998: get_connection_from_cache
21999:
22000: * src/main/pa_sql_driver_manager.C: cache expiration bf
22001:
22002: * src/: classes/classes.h, include/pa_sql_connection.h,
22003: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22004: cache expiration[use SQL_Driver::disconnect]
22005:
22006: * src/main/pa_table.C: table.locate current restored on "not found"
22007:
22008: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22009: line no
22010:
22011: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22012: ANTI_ENDLESS_EXECUTE_RECOURSION
22013:
22014: * src/: classes/op.C, include/pa_sql_connection.h,
22015: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22016: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22017: 1driver and set_services fight for driver::fservices. before fix
22018:
22019: * src/: classes/op.C, include/pa_config_fixed.h,
22020: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22021: main/pa_sql_driver_manager.C: found problem at last: 2connections
22022: own 1driver and set_services fight for driver::fservices. before
22023: fix
22024:
22025: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22026: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22027: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22028: pa_threads.C
22029:
22030: * src/include/pa_threads.h: removed targets/parser
22031:
22032: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22033: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22034: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22035: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22036: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22037: headers
22038:
22039: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22040: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22041: order prevented sqlmanager to see MULTYTHREAD define
22042:
22043: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22044: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22045: put/gets
22046:
22047: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22048: from hash.h
22049:
22050: * src/: classes/op.C, include/pa_sql_connection.h,
22051: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22052: from cache ->set_services(&services);
22053:
22054: 2001-05-16 parser
22055:
22056: * src/targets/cgi/parser3.C: z
22057:
22058: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22059: debug, #ifdefed some. would debug later, on more precise sample
22060: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22061: $name.$tail[$tail!] $name.$tail } ok3
22062:
22063: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22064: removed array debug. before vstring rebasing
22065:
22066: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22067: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22068: array debugged; adjusted
22069:
22070: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22071: SQL_Driver_manager line no for connect/charset errors
22072:
22073: 2001-05-15 parser
22074:
22075: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22076: main/pa_string.C: string+array made linear grows
22077:
22078: * src/: include/pa_string.h, main/pa_string.C,
22079: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22080: grow lineary, not exponentialy
22081:
22082: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22083: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22084: with fullchunk cmps
22085:
22086: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22087: 70041= 81
22088:
22089: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22090: targets/cgi/parser3.C: detected huge mem allocation: size/times
22091: malloc 27809390/368771, calloc 3232/83. would test now
22092:
22093: * src/: classes/random.C, main/compile.y, main/execute.C,
22094: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22095: numbered params had wrong name - for instance: bad error message
22096: in ^for[] bad body type. fixed
22097:
22098: 2001-05-14 parser
22099:
22100: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22101: main/untaint.C: ^string.upper|lower[]
22102:
22103: 2001-05-11 parser
22104:
22105: * src/: classes/double.C, classes/image.C, classes/op.C,
22106: classes/string.C, classes/table.C, classes/unknown.C,
22107: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22108: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22109: types/pa_vunknown.h: op: MAX_LOOPS as_int
22110:
22111: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22112: .dsp for win32tools
22113:
22114: 2001-05-11 paf
22115:
22116: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22117: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22118: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22119: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22120:
22121: 2001-05-10 paf
22122:
22123: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22124: for C++, that's all
22125:
1.116 moko 22126: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22127: pa_config_includes.h: inline wonders
1.95 moko 22128:
22129: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22130: doc/doxygen.cmd: hash.C added
22131:
22132: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22133:
22134: * src/main/compile.y: @end grammar: allowed zero strings in control
22135: menthod
22136:
22137: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22138: pa_vstateless_object.h: changed priority: field before method
22139: lookup in vclass & vobject
22140:
22141: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22142: grammar: priorities changes [lowerd && prior] vobject: now first
22143: fields, next methods
22144:
22145: 2001-05-08 paf
22146:
22147: * src/main/pa_table.C: table columnname2item on nameless ignored
22148: bark=false. fixed
22149:
22150: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22151: types/pa_vmethod_frame.h: hash:default works at last!
22152:
22153: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22154: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22155: hash:default
22156:
22157: * src/classes/table.C: z
22158:
22159: * src/classes/table.C: table:hash always hash of hash now
22160:
22161: * src/classes/table.C: table:empty return bool now
22162:
22163: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22164: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22165: types/pa_vtable.h: table:hash
22166:
22167: * src/classes/table.C: table:record have name
22168:
22169: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22170: returns vunknown
22171:
22172: * src/classes/: double.C, int.C, op.C, string.C:
22173: int,double,string:int[] double[] string:length[] results now have
22174: hames
22175:
22176: * src/: classes/op.C, classes/table.C, main/main.dsp,
22177: types/pa_vtable.h: removed table:find. table:locate and op:eval
22178: now return bool
22179:
22180: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22181: in method checkparams again. fixed
22182:
22183: 2001-05-07 paf
22184:
22185: * src/doc/chm.cmd: cmd
22186:
22187: * src/: classes/image.C, classes/mail.C, classes/string.C,
22188: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22189: types/pa_value.h: method reported errors on wrong pool
22190:
22191: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22192: now
22193:
22194: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22195: include/code.h, include/pa_opcode.h, main/compile.C,
22196: main/compile_tools.h, main/execute.C, types/pa_value.h,
22197: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22198: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22199: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22200: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22201: types/pa_vmethod_frame.h, types/pa_vobject.h,
22202: types/pa_vrequest.h, types/pa_vresponse.h,
22203: types/pa_vstateless_class.h, types/pa_vstring.h,
22204: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22205: types/pa_wwrapper.h: pa_code.h
22206:
22207: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22208:
22209: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22210: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22211: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22212: doc/doxygen.cmd, 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, include/code.h,
22215: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22216: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22217: types/pa_vtable.h: dox, split by not clean parts also
22218:
22219: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22220: types/pa_vtable.h: table: fields, then methods. so to enable
22221: 'dir' fields & co. more
22222:
22223: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22224: so to enable 'dir' fields & co.
22225:
22226: * src/main/compile.y: grammar: @end
22227:
22228: 2001-05-04 paf
22229:
22230: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22231: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22232:
22233: * src/: classes/classes.h, classes/double.C, classes/file.C,
22234: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22235: classes/op.C, classes/random.C, classes/response.C,
22236: classes/string.C, classes/table.C, classes/unknown.C,
22237: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22238: method dox
22239:
22240: 2001-05-03 paf
22241:
22242: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22243: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22244: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22245: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22246: doc/string.dox, doc/targets.dox, doc/value.dox,
22247: main/pa_request.C: dox splitted .dox files and added some
22248:
22249: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22250:
22251: 2001-05-02 paf
22252:
22253: * src/classes/: image.C, table.C: table:dir result are not tainted
22254: by file_name language now
22255:
22256: 2001-04-28 paf
22257:
22258: * src/classes/classes.inc: removed classes.inc
22259:
22260: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22261: from .am
22262:
22263: * src/classes/classes.awk: skipped classes in .awk
22264:
22265: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22266: classes/classes.inc, classes/double.C, classes/file.C,
22267: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22268: classes/string.C, classes/table.C, classes/unknown.C,
22269: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22270: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22271: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22272: pa_methoded back to classes/classes.h
22273:
22274: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22275:
22276: * src/: classes/Makefile.am, classes/classes.awk,
22277: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22278: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22279:
22280: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22281: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22282: classes/response.C, classes/string.C, classes/table.C,
22283: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22284: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22285: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22286: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22287: include|main/pa_methoded
22288:
22289: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22291:
22292: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22293: moved some configured data to request::classes_conf moved some
22294: string crations from globals to M... [works]
22295:
22296: * src/: classes/form.C, classes/mail.C, classes/op.C,
22297: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22298: main/pa_request.C: moved some configured data to
22299: request::classes_conf moved some string crations from globals to
22300: M...
22301:
22302: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22303: about to move configured data to special request hash
22304:
22305: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22306: classes/form.C, classes/mail.C, include/pa_request.h,
22307: main/pa_request.C: configure started
22308:
22309: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22310: 2. todo: methoded-configure
22311:
22312: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22313: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22314: classes/_random.h, classes/_response.h, classes/_string.h,
22315: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22316: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22317: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22318: classes/random.C, classes/response.C, classes/string.C,
22319: classes/table.C, classes/unknown.C, include/pa_globals.h,
22320: include/pa_request.h, main/compile.y, main/execute.C,
22321: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22322: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22323: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22324: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22325: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22326: types/pa_vrequest.h, types/pa_vresponse.h,
22327: types/pa_vstateless_class.h, types/pa_vstring.h,
22328: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22329: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22330: methoded-configure
22331:
22332: * src/: classes/file.C, classes/table.C, main/compile.y,
22333: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22334: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22335: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22336:
22337: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22338: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22339: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22340: classes/random.C, classes/response.C, classes/string.C,
22341: classes/table.C, classes/unknown.C, include/pa_request.h,
22342: main/compile.y, main/execute.C, main/pa_globals.C,
22343: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22344: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22345: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22346: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22347: beautifying just compiled. todo: debug, configure
22348:
22349: 2001-04-27 paf
22350:
22351: * src/: classes/file.C, classes/image.C, classes/table.C,
22352: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22353: beautifying -99
22354:
22355: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22356: classes/_response.h, classes/_unknown.h, classes/classes.C,
22357: classes/classes.h, classes/double.C, classes/file.C,
22358: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22359: classes/op.C, classes/random.C, classes/response.C,
22360: classes/string.C, include/pa_globals.h, main/main.dsp,
22361: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22362: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22363: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22364: types/pa_vunknown.h: beautifying -100
22365:
22366: * src/main/compile.y: serge@ found @CLASS bug. fixed
22367:
22368: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22369: classes/_op.h, classes/_random.h, classes/_table.h,
22370: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22371: classes/op.C, classes/random.C, classes/response.C,
22372: classes/string.C, classes/table.C, classes/unknown.C,
22373: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22374: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22375: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22376: beautifying
22377:
22378: 2001-04-26 paf
22379:
22380: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22381:
22382: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22383: documentation ++
22384:
22385: * src/: classes/_exec.h, doc/doxygen.cfg,
22386: include/pa_config_fixed.h, include/pa_config_includes.h,
22387: targets/cgi/pa_pool.C: code documentation ++
22388:
22389: * src/: classes/_image.h, classes/op.C, classes/random.C,
22390: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22391: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22392: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22393: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22394: types/pa_vmethod_frame.h, types/pa_vobject.h,
22395: types/pa_vrequest.C, types/pa_vrequest.h,
22396: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22397: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22398: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22399: code documentation ++
22400:
22401: * src/: classes/image.C, classes/mail.C, classes/string.C,
22402: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22403: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22404: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22405: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22406: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22407: types/pa_vobject.h, types/pa_vstateless_class.h,
22408: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22409:
22410: * src/main/: pa_request.C, pa_string.C: z
22411:
22412: * src/: include/pa_common.h, include/pa_types.h,
22413: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22414: connection caching fixed. request-pooled-url were stored into
22415: global connectioncache
22416:
22417: 2001-04-25 paf
22418:
22419: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22420: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22421:
22422: * src/: include/code.h, include/pa_common.h, main/compile.y,
22423: main/execute.C, main/pa_common.C: -d
22424:
22425: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22426: illegal call check a bit improved, but still under iis no mapping
22427: of dir with parser allowed!
22428:
22429: 2001-04-24 paf
22430:
22431: * src/targets/Makefile.am: apache module lib .am
22432:
22433: * src/main/pa_exec.C: windows32 buildCommand
22434:
22435: 2001-04-23 paf
22436:
22437: * src/targets/cgi/Makefile.am: win32 conditional
22438:
22439: * src/targets/cgi/Makefile.am: win32 conditional
22440:
22441: * src/targets/cgi/Makefile.am: liblink
22442:
22443: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22444: vfile fields return type
22445:
22446: * src/types/pa_vfile.h: vfile fields return type
22447:
22448: * src/include/pa_config_auto.h.in: .h.in
22449:
22450: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22451: types/Makefile: makefiles removed
22452:
22453: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22454: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22455:
22456: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22457: [tested: i & g ]
22458:
22459: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22460: @test noticed series in isapi, check how initialize_random_class
22461: is called! [must be called only once]
22462:
22463: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22464: would not be 'unknown column'
22465:
22466: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22467: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22468:
22469: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22470: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22471: [now doesnt]
22472:
22473: * src/targets/cgi/parser3.C: cgi cmdline ver
22474:
22475: * src/targets/cgi/parser3.C: cgi /// @test disable
22476: /cgi-bin/parser3/auto.p
22477:
22478: * src/main/untaint.C: untaint without charset
22479:
22480: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22481: main/pa_common.C: common: file_write /// @test mkdirs
22482: file_delete rmdirs
22483:
22484: * src/main/untaint.C: mail header only once to =?
22485:
22486: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22487: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22488: main/untaint.C: untaint - @test optimize whitespaces for
22489: all but 'html'
22490:
22491: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22492: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22493: main/untaint.C: untaint - @test mail-header
22494:
22495: 2001-04-20 paf
22496:
22497: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22498: include/pa_request.h, include/pa_string.h, main/compile.y,
22499: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22500: targets/cgi/parser3.C: $MAIN:LOCALE
22501:
22502: * src/main/untaint.C: z
22503:
22504: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22505:
22506: 2001-04-19 paf
22507:
22508: * src/main/compile_tools.h: $a$b bugfix
22509:
22510: * src/targets/cgi/parser3.C: z
22511:
22512: * src/classes/file.C: z
22513:
22514: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22515: done: header to $fields. waits for header '\' tricks
22516:
22517: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22518: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22519: changed urlencode here and in untaint.C to HTTP standard's " and
22520: \" mech
22521:
22522: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22523: http://alx/~paf/ doesnt load /auto.p
22524:
22525: 2001-04-18 paf
22526:
22527: * src/main/pa_request.C: 1
22528:
22529: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22530: linux @alx
22531:
22532: 2001-04-17 paf
22533:
22534: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22535: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22536: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22537: enabled
22538:
22539: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22540: classes/_exec.h, classes/_file.h, classes/_form.h,
22541: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22542: classes/_random.h, classes/_response.h, classes/_string.h,
22543: classes/_table.h, classes/_unknown.h, classes/file.C,
22544: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22545: include/pa_config_fixed.h, include/pa_config_includes.h,
22546: include/pa_hash.h, include/pa_sql_driver_manager.h,
22547: include/pa_version.h, main/Makefile.am, main/compile.y,
22548: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22549: main/pa_sql_driver_manager.C, sql/Makefile.am,
22550: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22551: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22552: types/pa_vform.C, types/pa_vimage.h: exec @jav
22553:
22554: * src/: include/pa_sql_driver_manager.h,
22555: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22556: types/pa_vimage.h: sql driver interface now has initialize(client
22557: .so)
22558:
22559: 2001-04-16 paf
22560:
22561: * src/Makefile.am: compile2 cygwin
22562:
22563: * src/: include/pa_config_includes.h, main/pa_exec.C,
22564: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22565:
22566: * src/targets/cgi/Makefile.am: compile0 jav
22567:
22568: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22569: classes/_exec.h, classes/_file.h, classes/_form.h,
22570: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22571: classes/_random.h, classes/_response.h, classes/_string.h,
22572: classes/_table.h, classes/_unknown.h, classes/image.C,
22573: classes/mail.C, classes/op.C, classes/random.C,
22574: include/pa_config_fixed.h, include/pa_config_includes.h,
22575: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22576: main/compile.y, main/pa_common.C, main/pa_exec.C,
22577: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22578: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22579: compile-1
22580:
22581: 2001-04-15 paf
22582:
22583: * src/classes/op.C: z
22584:
22585: * src/classes/table.C: table:empty +=process
22586:
22587: * src/types/pa_value.h: MethodParams !junction
22588:
22589: * src/: classes/_string.h, classes/double.C, classes/file.C,
22590: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22591: classes/random.C, classes/response.C, classes/string.C,
22592: classes/table.C, classes/unknown.C, main/pa_request.C:
22593: MethodParams everywhere
22594:
22595: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22596: types/pa_vmethod_frame.h: MethodParams in op.C
22597:
22598: 2001-04-12 paf
22599:
22600: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22601:
22602: * src/: classes/_unknown.h, classes/unknown.C,
22603: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22604: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22605:
22606: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22607:
22608: * src/classes/image.C: image:gif now does not have params
22609:
22610: * src/classes/image.C:
22611: image:line/fill/rectangle/bar/replace/polygon/polybar
22612:
22613: * src/: classes/image.C, classes/op.C, main/execute.C,
22614: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22615: for var now written not to r.wcontext, but to r.root cleared
22616: "entered_object" state
22617:
22618: 2001-04-11 paf
22619:
22620: * src/classes/image.C: image:create image:load
22621:
22622: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22623: just compiled
22624:
22625: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22626: todo: gif without file
22627:
22628: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22629: started porting to Pooled descendant
22630:
22631: * src/: classes/image.C, main/execute.C, main/main.dsp,
22632: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22633: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22634: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22635:
22636: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22637: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22638: end. switching to python imaging lib
22639:
22640: * src/main/main.dsp: gd+smtp made separate libs
22641:
22642: * src/: include/pa_globals.h, include/pa_string.h,
22643: main/pa_common.C, main/pa_request.C, main/untaint.C,
22644: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22645: length
22646:
22647: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22648: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22649: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22650: UL_FILE_NAME of posted file name
22651:
22652: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22653: post [broke when moved post read to core]
22654:
22655: 2001-04-10 paf
22656:
22657: * src/classes/image.C: image:html done
22658:
22659: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22660:
22661: * src/classes/image.C: z
22662:
22663: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22664: forgotten!
22665:
22666: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22667: main/pa_request.C, main/pa_string.C, main/untaint.C,
22668: types/pa_vimage.h: image:measure -90
22669:
22670: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22671: classes/_int.h, classes/_mail.h, classes/_op.h,
22672: classes/_random.h, classes/_response.h, classes/_string.h,
22673: classes/_table.h, classes/file.C, classes/mail.C,
22674: include/pa_common.h, include/pa_globals.h, main/execute.C,
22675: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22676: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22677: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22678: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22679: compiled
22680:
22681: * src/classes/mail.C: minor bug with unclear from/to
22682:
22683: * src/classes/mail.C: sendmail unix skipping defaults
22684:
22685: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22686: sendmail unix added defaults
22687:
22688: * src/classes/mail.C: unix sendmail compiled. todo:testing
22689:
22690: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22691:
22692: 2001-04-09 paf
22693:
22694: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22695: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22696: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22697: targets/isapi/parser3isapi.dsp: all targets exec
22698:
22699: * src/: include/pa_sapi.h, include/pa_string.h,
22700: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22701: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22702: args in apache:util.script
22703:
22704: * src/include/pa_string.h: written but not tested exec with env for
22705: unix
22706:
22707: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22708: targets/cgi/parser3.C: exec win32 env
22709:
22710: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22711: 0
22712:
22713: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22714: main/execute.C, main/main.dsp, main/pa_globals.C,
22715: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22716: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22717:
22718: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22719: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22720:
22721: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22722: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22723:
22724: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22725: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22726: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22727: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22728: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22729: exec class just compiled. moved post read to request core
22730:
22731: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22732: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22733: main/pa_globals.C, targets/cgi/parser3.C,
22734: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22735: are already read by vform
22736:
22737: 2001-04-08 paf
22738:
22739: * src/: classes/file.C, classes/mail.C, classes/string.C,
22740: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22741: uuencode. string<<
22742:
22743: 2001-04-07 paf
22744:
22745: * src/classes/mail.C: z
22746:
22747: * src/classes/mail.C: z
22748:
22749: * src/classes/mail.C: ^mail[$attach
22750:
22751: * src/classes/mail.C: ^attach dead end
22752:
22753: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22754: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22755: targets/isapi/parser3isapi.C: mail:send 1
22756:
22757: * src/: classes/mail.C, main/pa_request.C: z
22758:
22759: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22760: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22761: compiled
22762:
22763: * src/classes/mail.C: +=
22764:
22765: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22766: prepared
22767:
22768: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22769: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22770: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22771: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22772:
22773: 2001-04-06 paf
22774:
22775: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22776: main/pa_string.C: table:dir 1
22777:
22778: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22779: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22780:
22781: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22782: classes/root.C, include/pa_globals.h, include/pa_request.h,
22783: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22784: main/pa_request.C: renamed 'root' to 'op'
22785:
22786: * src/classes/: _op.h, op.C: renamed from 'root'
22787:
22788: * src/types/pa_valiased.C: another root inherititance skipped
22789:
22790: * src/main/: compile.C, compile.y, execute.C: operators are now not
22791: root methods of parent class. just 'ROOT' class
22792:
22793: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22794: @office
22795:
22796: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22797:
22798: 2001-04-05 paf
22799:
22800: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22801: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22802: constructor flag dropped at get_method_frame and remembered into
22803: method_frame
22804:
22805: * src/: classes/file.C, classes/root.C, classes/string.C,
22806: classes/table.C, main/pa_request.C: junction to code&expression
22807: in errors
22808:
22809: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22810: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22811: $LOCALE:ctype[Russian_Russia.1251]
22812:
22813: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22814: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22815: main/pa_table.C: hash now not thread-safe.
22816:
22817: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22818: main/untaint.C: z
22819:
22820: * src/: classes/random.C, classes/root.C, classes/table.C,
22821: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22822: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22823: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22824: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22825:
22826: * src/: classes/table.C, include/pa_sql_connection.h,
22827: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22828:
22829: * src/classes/table.C: select * from hren error contains statement
22830:
22831: * src/: classes/table.C, include/pa_sql_connection.h,
22832: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22833: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22834:
22835: * src/: classes/root.C, include/pa_sql_connection.h,
22836: include/pa_sql_driver.h, main/main.dsp,
22837: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22838: services for conv memory & error reporting
22839:
22840: 2001-04-04 paf
22841:
22842: * src/doc/doxygen.cfg: z
22843:
22844: * src/include/pa_sql_driver.h: mysql connect
22845:
22846: * src/include/pa_sql_driver.h: mysql info
22847:
22848: * src/: classes/root.C, include/pa_sql_driver.h,
22849: include/pa_sql_driver_manager.h, main/main.dsp,
22850: main/pa_sql_driver_manager.C: more manager&connection&driver
22851:
22852: * src/sql/Makefile.am: forgot to add mysql client
22853:
22854: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22855: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22856: [forgot to add libltdl, added]
22857:
22858: * src/: Makefile.am, classes/root.C, classes/string.C,
22859: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22860: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22861: include/pa_string.h, include/pa_table.h, main/main.dsp,
22862: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22863: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22864: -1000 just compiled
22865:
22866: * src/: classes/random.C, classes/root.C, classes/table.C,
22867: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22868: main/pa_request.C, types/pa_vclass.h: sql frame -10
22869:
22870: 2001-04-03 paf
22871:
22872: * src/types/pa_vform.C: z
22873:
22874: * src/: classes/string.C, types/pa_vform.C: string:match replace
22875: assigned lang
22876:
22877: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22878: {}[]< empty []
22879:
22880: * src/: classes/file.C, classes/string.C, classes/table.C,
22881: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22882: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22883:
22884: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22885: string:match replace strange matches
22886:
22887: * src/classes/string.C: string:match replace 0
22888:
22889: * src/: classes/string.C, main/pa_string.C: string:match replace
22890: prepared 2
22891:
22892: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22893: string:match replace prepared
22894:
22895: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22896: string:match replace -11
22897:
22898: * src/: classes/string.C, include/pa_globals.h,
22899: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22900: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22901:
22902: * src/: classes/string.C, include/pa_globals.h,
22903: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22904: main/pa_string.C: string:match [search] -1 just compiled
22905:
22906: * src/types/pa_vstring.C: z
22907:
22908: * src/: classes/double.C, classes/file.C, classes/form.C,
22909: classes/int.C, classes/response.C, classes/root.C,
22910: classes/string.C, classes/table.C, include/pa_string.h,
22911: main/pa_string.C: string:match -10 [frame]
22912:
22913: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22914: main/pa_request.C: z
22915:
22916: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22917: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22918: todo/tests
22919:
22920: * src/include/pa_common.h: z
22921:
22922: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22923: main/pa_request.C, targets/cgi/parser3.C,
22924: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22925: content-disposition
22926:
22927: * src/: include/pa_common.h, include/pa_globals.h,
22928: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22929: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22930:
22931: * src/: include/pa_common.h, include/pa_request.h,
22932: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22933: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22934: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22935: response:body
22936:
22937: * src/classes/table.C: table:append now uses string::split
22938:
22939: * src/classes/table.C: z
22940:
22941: * src/: classes/file.C, classes/root.C, classes/string.C,
22942: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22943: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22944: include/pa_string.h, main/execute.C, main/pa_string.C,
22945: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22946: string::pos & cmp & piece bugs fixed. string::split new
22947: table:load separated from set table:set implemented with clean \n
22948: \t searches
22949:
22950: 2001-04-02 paf
22951:
22952: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22953: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22954: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22955: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22956: it in table:set/load
22957:
22958: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22959: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22960:
22961: * src/classes/random.C: random:generate 1
22962:
22963: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22964: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22965: types/pa_value.h: random:generate
22966:
22967: 2001-03-30 paf
22968:
22969: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22970: todo: table flip and append. string::pos
22971:
22972: * src/: classes/double.C, classes/file.C, classes/int.C,
22973: classes/response.C, classes/root.C, classes/string.C,
22974: classes/table.C, main/compile.y, main/execute.C,
22975: types/pa_value.h, types/pa_vstateless_class.C,
22976: types/pa_vstateless_class.h: static|dynamic|any method
22977: registration
22978:
22979: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22980: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22981: table:flip
22982:
22983: 2001-03-29 paf
22984:
22985: * src/classes/string.C: string:xsplit forgot that they must result
22986: in 1 row N column [not vice versa]
22987:
22988: * src/classes/string.C: z
22989:
22990: * src/classes/string.C: string: rsplit
22991:
22992: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22993: string: lsplit
22994:
22995: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22996: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22997: lsplit -1
22998:
22999: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23000: string: pos
23001:
23002: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23003: string: pos -1
23004:
23005: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23006: main/compile.y, main/pa_request.C, main/pa_string.C,
23007: main/untaint.C: string: left right mid
23008:
23009: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23010: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23011: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23012: and [;] are different now.
23013:
23014: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23015: main/untaint.C: pool.request undone
23016:
23017: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23018: main/untaint.C: pool.request
23019:
23020: 2001-03-28 paf
23021:
23022: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23023: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23024: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23025: $request:browser [.type .version]; unknown.get_double now = 0.
23026:
23027: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23028: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23029: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23030: types/pa_vform.C: file:load autodetection of mime-type by
23031: user-file-name
23032:
23033: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23034: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23035: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23036:
23037: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23038: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23039: write. must be self.set
23040:
23041: * src/: classes/file.C, classes/root.C, classes/table.C,
23042: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23043:
23044: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23045: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23046: types/pa_vtable.h: table:locate just compiled
23047:
23048: 2001-03-27 paf
23049:
23050: * src/main/: execute.C, pa_common.C: fixed r/w context of
23051: code-params2, fixed ntfs hardlink slow dir update
23052:
23053: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23054: types/pa_wcontext.h: fixed r/w context of code-params
23055:
23056: * src/: classes/table.C, main/execute.C: about to change junction
23057: rcontext!!
23058:
23059: * src/: classes/double.C, classes/int.C, classes/root.C,
23060: classes/string.C, classes/table.C, main/compile_tools.C,
23061: main/execute.C, main/pa_request.C, main/untaint.C,
23062: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23063: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23064: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23065: types/pa_vunknown.h: sort 0
23066:
23067: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23068: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23069: renamed to are_static_calls_disabled
23070:
23071: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23072: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23073: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23074: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23075:
23076: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23077:
23078: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23079: started table:sort fixed minor bug in #...^{
23080:
23081: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23082: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23083: decided to have as it were. stepped back. grammar: added 'in'
23084: 'is' 'lt'&co follow-space check
23085:
23086: 2001-03-26 paf
23087:
23088: * src/: classes/file.C, classes/root.C, classes/table.C,
23089: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23090: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23091: main/pa_table.C: moved ::save to pa_table. disabled @auto
23092: invocation in ^process
23093:
23094: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23095:
23096: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23097: main/pa_array.C: table:record
23098:
23099: * src/: main/untaint.C, targets/cgi/parser3.C,
23100: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23101: targets/isapi/pool_storage.h, types/pa_valiased.h,
23102: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23103: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23104: types/pa_vtable.h: z
23105:
23106: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23107: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23108: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23109: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23110: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23111: method realisations on 'self' validity - they now can simply
23112: assume that 'self' is V{Proper} .
23113:
23114: 2001-03-25 paf
23115:
23116: * src/main/untaint.C: z
23117:
23118: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23119: lowlevel - it initialization could be skipped if failed in @auto.
23120: so that exception report would use some table
23121:
23122: * src/main/pa_request.C: table empty lines ignored. system-default
23123: content type assigned in output:result [can fail in main:auto and
23124: skipped normal defaults extraction]
23125:
23126: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23127: bug
23128:
23129: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23130: processing to table [except preliminary \r\n \r \n replacements
23131: to "\n"]
23132:
23133: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23134: move all the processing to table
23135:
23136: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23137: main/pa_table.C, main/untaint.C: returned table originating.
23138: useful for reporting typo table problems origin. think would be
23139: useful somewhere else
23140:
23141: * src/main/untaint.C: typo \r \r\n \n properly handled
23142:
23143: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23144: include/pa_table.h, main/compile.y, main/compile_tools.C,
23145: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23146: main/pa_string.C, main/pa_table.C, main/untaint.C,
23147: types/pa_vcookie.h: typo & typo-default
23148:
23149: 2001-03-24 paf
23150:
23151: * src/main/pa_common.C: z
23152:
23153: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23154: targets/cgi/parser3.C: html-typo 2
23155:
23156: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23157: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23158: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23159: main/execute.C, main/pa_array.C, main/pa_globals.C,
23160: main/pa_request.C, main/pa_string.C, main/untaint.C,
23161: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23162: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23163: noticed double default content-type prob. run cgi.cmd tomorrow
23164: first html-typo sample. detected << problem: they become ltlt too
23165: fast
23166:
23167: * src/main/compile.y: z
23168:
23169: * src/main/: compile.y, compile_tools.h: #comment
23170:
23171: * src/: classes/file.C, classes/root.C, classes/table.C,
23172: include/pa_common.h, include/pa_request.h, main/compile.y,
23173: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23174: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23175: stringified
23176:
23177: * src/types/pa_valiased.C: decided to String-ify file_read
23178:
23179: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23180: isapi/parser3isapi.dsp: cgi: sapi::log
23181:
23182: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23183: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23184: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23185: error log experiments failed - cgi under iis got no access to
23186: log. registereventsource simply failed with 5(illegal call) code,
23187: while worked OK as standalone executable. isapi: used
23188: HSE_APPEND_LOG_PARAMETER feature
23189:
23190: * src/: include/pa_common.h, include/pa_globals.h,
23191: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23192: targets/isapi/parser3isapi.C: fixed default content-type
23193: allocation storage
23194:
23195: * src/: include/pa_globals.h, include/pa_request.h,
23196: main/pa_globals.C, main/pa_request.C: z
23197:
23198: * src/: include/pa_array.h, include/pa_hash.h,
23199: include/pa_request.h, main/compile.y, main/pa_array.C,
23200: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23201: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23202: content-type
23203:
23204: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23205: sanity
23206:
23207: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23208: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23209: away freeze mech. no danger now for you can't do
23210: ^request:process[@new-method[] body] trick anymore. still
23211: remains $some_instance.process[@new-method[] possibility] but
23212: would leave it as a feature. see index for sample
23213:
23214: * src/: include/pa_common.h, main/pa_common.C,
23215: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23216: monkey every target
23217:
23218: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23219: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23220: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23221:
23222: 2001-03-23 paf
23223:
23224: * src/: include/pa_pool.h, main/pa_request.C,
23225: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23226: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23227: targets/isapi/pool_storage.h: isapi: dumb pool storage
23228:
23229: * src/targets/isapi/pa_pool.C: decided to continue with extension
23230:
23231: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23232: it would be better to rewrite as filter then to deal with pool
23233:
23234: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23235: now like in cgi, not from APPL_PHYSICAL_PATH
23236:
23237: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23238: include/pa_config_fixed.h, include/pa_config_includes.h,
23239: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23240: include/pa_version.h, main/compile.y, main/execute.C,
23241: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23242: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23243: main/untaint.C, targets/cgi/parser3.C,
23244: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23245: cgi: reinvent document_root and request_uri under iis. autoconf
23246: updated. introducing ap_config_includes
23247:
23248: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23249:
23250: * src/targets/cgi/parser3.C: cgi: only one pool now
23251:
23252: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23253: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23254: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23255: types/pa_venv.h, types/pa_vform.C: sapi made object
23256:
23257: * src/: include/pa_globals.h, main/pa_request.C,
23258: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23259: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23260: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23261:
23262: * src/: main/pa_request.C, targets/cgi/parser3.C,
23263: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23264: isapi minor env beauty
23265:
23266: * src/: main/pa_request.C, targets/cgi/parser3.C,
23267: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23268: isapi document_root 0
23269:
23270: 2001-03-22 paf
23271:
23272: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23273:
23274: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23275: isapi/parser3isapi.C: z
23276:
23277: * src/: include/pa_pool.h, main/pa_request.C,
23278: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23279:
23280: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23281: kill.pl: isapi added utils
23282:
23283: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23284: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23285: types/pa_vform.C: isapi 0
23286:
23287: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23288: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23289: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23290: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23291: started isapi
23292:
23293: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23294: some comments
23295:
23296: * src/: include/pa_globals.h, include/pa_request.h,
23297: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23298: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23299: parser_root_auto_path parser_site_auto_path
23300:
23301: * src/types/pa_vcookie.C: cookie attr decoded
23302:
23303: 2001-03-21 paf
23304:
23305: * src/targets/cgi/parser3.C: z
23306:
23307: * src/include/pa_globals.h: post. todo: config of auto.p path
23308:
23309: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23310: types/pa_venv.h: in cookie & env. todo:post
23311:
23312: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23313: classes/root.C, classes/table.C, include/pa_array.h,
23314: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23315: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23316: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23317: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23318: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23319: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23320: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23321: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23322: shifted apache branch on main trunc
23323:
23324: * src/: include/pa_common.h, include/pa_globals.h,
23325: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23326: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23327: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23328: starting mod_parser3
23329:
23330: * src/targets/cgi/parser3.C: starting mod_parser3
23331:
23332: 2001-03-20 paf
23333:
23334: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23335: targets/cgi/parser3.C: automake compiled and works. todo:make
23336: win32 ifdefs work and add ifdef unistd
23337:
23338: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23339: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23340: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23341: z
23342:
23343: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23344: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23345: locking
23346:
23347: * src/: classes/Makefile.am, types/Makefile.am: z
23348:
23349: * src/: Makefile.am, classes/file.C, classes/root.C,
23350: classes/table.C, include/pa_array.h, include/pa_request.h,
23351: include/pa_string.h, main/Makefile.am, main/execute.C,
23352: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23353: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23354: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23355: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23356:
23357: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23358: main/pa_request.C, types/pa_vfile.h: ^table:save
23359:
23360: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23361: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23362: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23363: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23364: types/pa_vform.h: z
23365:
23366: * src/include/pa_string.h: z
23367:
23368: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23369: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23370: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23371: :Value
23372:
23373: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23374: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23375: :VStateless_object
23376:
23377: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23378: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23379: :VStateless_object
23380:
23381: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23382: types/pa_valiased.C, types/pa_vform.h: commented VForm
23383:
23384: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23385: types/pa_valiased.h, types/pa_value.h,
23386: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23387: types/pa_vstateless_object.h: moved common get_element part from
23388: stateless object&class into VAliased
23389:
23390: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23391: classes/table.C, main/execute.C, main/main.dsp,
23392: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23393: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23394: now :Value
23395:
23396: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23397: main/execute.C, main/main.dsp, main/pa_globals.C,
23398: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23399:
23400: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23401: doxx
23402:
23403: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23404: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23405: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23406: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23407: and ^file:save
23408:
23409: 2001-03-19 paf
23410:
23411: * src/types/pa_vfile.C: z
23412:
23413: * src/: classes/file.C, classes/request.C, classes/table.C,
23414: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23415: main/pa_request.C, main/untaint.C, types/pa_value.h,
23416: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23417:
23418: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23419: include/pa_string.h, include/pa_table.h, main/main.dsp,
23420: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23421: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23422: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23423: classes/_file.h, classes/file.C, types/pa_vfile.C,
23424: types/pa_vfile.h: file class just compiled
23425:
23426: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23427: include/pa_table.h, include/pa_types.h, main/execute.C,
23428: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23429: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23430: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23431:
23432: * src/include/pa_pool.h: z
23433:
23434: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23435: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23436: Hash::Value to Val so to doxygen would finlly stop confusing
23437: those Value-s
23438:
23439: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23440: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23441: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23442: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23443: include/pa_types.h, main/compile.C, main/compile.y,
23444: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23445: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23446: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23447: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23448: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23449:
23450: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23451: derivates somehow unlinked. don't know why yet
23452:
23453: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23454: include/pa_string.h, include/pa_threads.h, main/compile.C,
23455: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23456: main/execute.C, main/pa_array.C, main/pa_common.C,
23457: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23458: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23459: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23460:
23461: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23462: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23463: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23464: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23465: types/pa_vrequest.h: doc: detected Value derivates prob
23466:
23467: * src/include/pa_globals.h: z
23468:
23469: * src/: classes/_request.h, classes/request.C, include/code.h,
23470: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23471: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23472: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23473: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23474: main/execute.C, main/pa_pool.C, main/pa_request.C,
23475: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23476: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23477:
23478: 2001-03-18 paf
23479:
23480: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23481: cookie: allowed access to hash-assigned
23482:
23483: * src/targets/cgi/parser3.C: z
23484:
23485: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23486: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23487: include/pa_types.h, main/main.dsp, main/pa_common.C,
23488: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23489: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23490: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23491: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23492: types/pa_vunknown.h: cookie class
23493:
23494: * src/main/pa_request.C: zero length output allowed
23495:
23496: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23497: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23498:
23499: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23500: lang switch
23501:
23502: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23503: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23504: types/pa_value.h, types/pa_vhash.h:
23505: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23506:
23507: * src/main/execute.C: z
23508:
23509: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23510: targets/cgi/parser3.C: taint[uri
23511:
23512: * src/: classes/request.C, classes/response.C, classes/root.C,
23513: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23514: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23515: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23516:
23517: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23518: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23519: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23520: types/pa_vstateless_class.C: convinient string(pool, char *src,
23521: bool tainted) ctor
23522:
23523: * src/: include/pa_hash.h, include/pa_request.h,
23524: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23525: main/pa_request.C, main/pa_string.C, main/untaint.C,
23526: targets/cgi/parser3.C: proper @exceptions params tainting
23527:
23528: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23529: response fields to header
23530:
23531: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23532: z
23533:
23534: * src/: classes/_response.h, classes/response.C,
23535: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23536: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23537: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23538: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23539: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23540: $response: 0 request::core exception rethrow
23541:
23542: 2001-03-16 paf
23543:
23544: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23545: types/pa_vrequest.h: native method' class call with less params
23546: then needed error reporting
23547:
23548: * src/: classes/_request.h, classes/request.C,
23549: include/pa_globals.h, include/pa_request.h, main/execute.C,
23550: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23551: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23552: types/pa_vrequest.h: $request : query :uri
23553:
23554: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23555: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23556: types/pa_wcontext.h: $result
23557:
23558: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23559:
23560: * src/: classes/double.C, include/code.h, main/compile.y,
23561: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23562: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23563:
23564: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23565: main/compile.y, main/execute.C, types/pa_value.h,
23566: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23567: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23568: wcontext conflict
23569:
23570: * src/: main/execute.C, types/pa_value.h,
23571: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23572: $string.field
23573:
23574: 2001-03-15 paf
23575:
23576: * src/main/pa_request.C: news sample
23577:
23578: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23579: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23580:
23581: * src/main/: compile.y, execute.C: z
23582:
23583: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23584: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23585: pre pre works
23586:
23587: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23588: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23589: fillfields just compiled
23590:
23591: 2001-03-14 paf
23592:
23593: * src/: include/pa_request.h, main/pa_request.C,
23594: targets/cgi/parser3.C: z
23595:
23596: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23597: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23598: types/pa_vstring.h: limits -1
23599:
23600: * src/: include/pa_globals.h, include/pa_request.h,
23601: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23602: main/pa_request.C, targets/cgi/parser3.C,
23603: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23604: request_info -1
23605:
23606: * src/: include/pa_globals.h, main/pa_globals.C,
23607: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23608: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23609: vform_fields_fill
23610:
23611: * src/targets/cgi/parser3.C: # if MSVC
23612:
23613: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23614: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23615:
23616: * src/targets/cgi/parser3.C: z
23617:
23618: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23619: include/pa_string.h, include/pa_types.h, main/compile.y,
23620: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23621: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23622: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23623: types/pa_vunknown.h: global handler, exceptions in parser3
23624:
23625: 2001-03-13 paf
23626:
23627: * src/: classes/form.C, main/compile.y, main/core.C,
23628: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23629: types/pa_vform.h, types/pa_vstateless_class.C,
23630: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23631: instead
23632:
23633: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23634: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23635: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23636: started cgi target
23637:
23638: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23639: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23640: before error show with parser
23641:
23642: * src/: classes/_form.h, classes/form.C, include/core.h,
23643: include/pa_request.h, main/core.C, main/pa_request.C,
23644: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23645:
23646: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23647:
23648: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23649: parser3.C: renamed targets/ parser to cgi
23650:
23651: * src/: classes/double.C, classes/env.C, classes/int.C,
23652: classes/root.C, classes/string.C, classes/table.C,
23653: include/pa_request.h, types/pa_vhash.h: z
23654:
23655: * src/: classes/_env.h, classes/env.C, classes/root.C,
23656: include/core.h, include/pa_pool.h, include/pa_request.h,
23657: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23658: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23659: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23660: [historical moment :)]
23661:
23662: * src/: include/code.h, include/pa_string.h, main/compile.y,
23663: main/execute.C, main/pa_string.C: 'value is type' expr operator
23664:
23665: * src/types/pa_venv.h: $ENV 1
23666:
23667: * src/main/execute.C: z
23668:
23669: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23670: future methods of ENV constructor if
23671:
23672: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23673: class
23674:
23675: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23676: classes/_root.h, classes/_string.h, classes/_table.h,
23677: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23678: classes/string.C, classes/table.C, include/pa_request.h,
23679: main/compile.C, main/compile_tools.h, main/core.C,
23680: main/execute.C, main/main.dsp, main/pa_request.C,
23681: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23682: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23683: types/pa_vobject.h, types/pa_vstateless_class.C,
23684: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23685: types/pa_wcontext.h: $ENV: re 0, stateless classes
23686:
23687: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23688: classes/_root.h, classes/_string.h, classes/_table.h,
23689: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23690: classes/string.C, classes/table.C, include/pa_request.h,
23691: main/compile.C, main/compile_tools.h, main/core.C,
23692: main/execute.C, main/main.dsp, main/pa_request.C,
23693: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23694: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23695: types/pa_vobject.h, types/pa_vstateless_class.C,
23696: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23697: types/pa_wcontext.h: $ENV: re 0, stateless classes
23698:
23699: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23700: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23701: yesterdays bad decision on execute_static_method
23702:
23703: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23704:
23705: * src/: classes/double.C, classes/int.C, classes/root.C,
23706: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23707:
23708: * src/main/pa_request.C: z
23709:
23710: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23711: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23712:
23713: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23714: include/pa_pool.h, main/pa_request.C:
23715: restructure_exceptions_dead_end
23716:
23717: * src/: classes/root.C, main/compile.y: ^if required junctions.
23718: allowed ; inside {} to break params
23719:
23720: * src/classes/root.C: ^eval
23721:
23722: * src/: classes/_string.h, classes/double.C, classes/int.C,
23723: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23724: string ^format
23725:
23726: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23727: 'bad' but not 'enough'
23728:
23729: * src/: classes/double.C, classes/root.C, classes/table.C,
23730: include/pa_common.h, include/pa_types.h, main/compile.y,
23731: main/pa_common.C, main/pa_request.C, main/untaint.C,
23732: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23733: types/pa_wwrapper.h: think constructing flag as is is bad
23734:
23735: * src/: classes/double.C, classes/int.C, classes/root.C,
23736: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23737: types/pa_vint.h: ^for
23738:
23739: 2001-03-12 paf
23740:
23741: * src/classes/table.C: table ^empty
23742:
23743: * src/: classes/table.C, include/pa_table.h: table ^menu
23744:
23745: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23746: ^offset ^line ^count
23747:
23748: * src/classes/root.C: ^round() ^floor() ^ceiling()
23749: ^abs() ^sign()
23750:
23751: * src/classes/: root.C, table.C: ^use
23752:
23753: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23754: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23755: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23756: ^while. switched off wcontext.constructing after write(value) or
23757: auto-vhash-constructing
23758:
23759: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23760: main/pa_request.C: fail_if_junction_ helper func
23761:
23762: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23763: include/pa_request.h, main/execute.C, main/main.dsp,
23764: main/pa_common.C, main/pa_request.C: ^process error point by
23765: actual method_name, not source. ^load
23766:
23767: * src/types/pa_vtable.h: table: no, better with string in cells...
23768:
23769: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23770: classes/_table.h, classes/table.C, main/untaint.C: z
23771:
23772: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23773: include/pa_table.h, main/core.C, main/execute.C,
23774: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23775: types/pa_value.h: table:set 0
23776:
23777: * src/: classes/root.C, include/core.h, include/pa_array.h,
23778: include/pa_request.h, include/pa_table.h, main/core.C,
23779: main/main.dsp, main/pa_request.C, main/pa_table.C,
23780: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23781: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23782: types/pa_vstring.h: freeze, ^table:create[] -1
23783:
23784: * src/: classes/root.C, types/pa_value.h: z
23785:
23786: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23787: get_method in couple places optimizing them
23788:
23789: * src/classes/root.C: z
23790:
23791: * src/: classes/root.C, types/pa_vclass.h: process temp main
23792: zeroing
23793:
23794: * src/: classes/double.C, classes/int.C, classes/root.C,
23795: classes/string.C, include/pa_common.h, include/pa_request.h,
23796: include/pa_string.h, include/pa_types.h, main/compile.C,
23797: main/compile.y, main/compile_tools.h, main/execute.C,
23798: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23799: types/pa_vmframe.h: ^process. actual names to store param and
23800: check_actual_numbered_params for better place diagnostics
23801:
23802: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23803: method-junctions bug fixed
23804:
23805: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23806: pa_vstateless_object.h, pa_vstring.h: stateless_object
23807:
23808: 2001-03-11 paf
23809:
23810: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23811: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23812: VDouble VInt base now VObject_base - without fields
23813:
23814: * src/: classes/root.C, include/core.h, main/core.C: z
23815:
23816: * src/: classes/double.C, classes/int.C, classes/root.C,
23817: classes/string.C, include/core.h, include/pa_hash.h,
23818: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23819: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23820:
23821: * src/: classes/double.C, classes/int.C, classes/root.C,
23822: include/pa_request.h, main/execute.C: intercept_string
23823:
23824: * src/: classes/double.C, classes/int.C, classes/root.C,
23825: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23826:
23827: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23828: ^inc-s(expr)
23829:
23830: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23831: classes/_root.h, classes/_string.h, classes/double.C,
23832: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23833: include/code.h, include/core.h, include/pa_array.h,
23834: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23835: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23836: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23837: include/pa_types.h, main/compile.C, main/compile.y,
23838: main/compile_tools.C, main/compile_tools.h, main/core.C,
23839: main/execute.C, main/pa_array.C, main/pa_common.C,
23840: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23841: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23842: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23843: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23844: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23845: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23846: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23847: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23848:
23849: * src/: main/pa_request.C, types/pa_vhash.h: z
23850:
23851: * src/: include/core.h, include/pa_request.h, main/core.C,
23852: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23853:
23854: * src/: include/pa_valiased.h, include/pa_value.h,
23855: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23856: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23857: include/pa_vjunction.h, include/pa_vmframe.h,
23858: include/pa_vobject.h, include/pa_vstring.h,
23859: include/pa_vunknown.h, include/pa_wcontext.h,
23860: include/pa_wwrapper.h, main/compile.y, main/core.C,
23861: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23862: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23863: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23864: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23865: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23866: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23867: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23868: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23869: include/
23870:
23871: 2001-03-10 paf
23872:
23873: * src/: include/core.h, include/pa_request.h, main/core.C,
23874: main/pa_request.C: run+auto=run
23875:
23876: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23877:
23878: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23879: classes/_root.h, classes/_string.h, classes/double.C,
23880: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23881: include/code.h, include/core.h, include/pa_array.h,
23882: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23883: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23884: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23885: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23886: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23887: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23888: include/pa_vjunction.h, include/pa_vmframe.h,
23889: include/pa_vobject.h, include/pa_vstring.h,
23890: include/pa_vunknown.h, include/pa_wcontext.h,
23891: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23892: main/compile_tools.C, main/compile_tools.h, main/core.C,
23893: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23894: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23895: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23896: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23897: main/pa_wcontext.C: sources header
23898:
23899: * src/main/pa_request.C: auto..
23900:
23901: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23902: main/pa_request.C: auto tree0
23903:
23904: * src/: include/core.h, include/pa_request.h, main/compile.y,
23905: main/core.C, main/pa_request.C: names to core.C
23906:
23907: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23908: include/pa_request.h, main/core.C, main/execute.C,
23909: main/pa_common.C, main/pa_request.C: root auto.p loaded
23910:
23911: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23912: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23913: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23914: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23915:
23916: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23917: @auto[] realised. auto.p scan togo
23918:
23919: * src/: include/pa_request.h, main/execute.C: autocalc
23920: code-junctions result now have names
23921:
23922: * src/: classes/double.C, classes/int.C, classes/root.C,
23923: classes/string.C, include/pa_request.h, include/pa_string.h,
23924: include/pa_wcontext.h, main/compile.y, main/execute.C,
23925: main/pa_string.C, main/pa_wcontext.C: tainting 0
23926:
23927: * src/classes/env.C: env:file/line
23928:
23929: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23930: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23931: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23932: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23933: main/compile_tools.C, main/compile_tools.h, main/core.C,
23934: main/execute.C, main/main.dsp, main/pa_cframe.C,
23935: main/pa_request.C, main/pa_wcontext.C: const fight finished
23936:
23937: * src/include/pa_vclass.h: const fight to go
23938:
23939: * src/: classes/_env.h, classes/env.C, classes/root.C,
23940: include/pa_request.h, include/pa_vclass.h, main/core.C,
23941: main/main.dsp: env0
23942:
23943: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23944: classes/_string.h, classes/double.C, classes/int.C,
23945: classes/root.C, classes/string.C, include/pa_request.h,
23946: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23947: include/pa_wcontext.h, main/core.C, main/main.dsp,
23948: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23949: main/pa_wcontext.C: ^lang prepare0
23950:
23951: 2001-03-09 paf
23952:
23953: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23954: construct proper naming
23955:
23956: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23957: classes/double.C, classes/int.C, classes/root.C,
23958: classes/string.C, include/code.h, include/pa_value.h,
23959: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23960: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23961: main/compile.y, main/compile_tools.C, main/core.C,
23962: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23963: and ^double[]. fixed expr type
23964:
23965: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23966: ^string.length[]
23967:
23968: 2001-03-08 paf
23969:
23970: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23971:
23972: * src/: include/pa_vclass.h, include/pa_vstring.h,
23973: include/pa_wcontext.h, main/compile.y, main/core.C,
23974: main/execute.C, main/main.dsp: dead end: vstring can't be
23975: derivated from vobject
23976:
23977: * src/: include/pa_vclass.h, include/pa_vhash.h,
23978: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23979:
23980: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23981: remained clone conseqs
23982:
23983: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23984:
23985: * src/main/pa_vclass.C: wow! vclass were out of vcs
23986:
23987: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23988: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23989: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23990: include/pa_vobject.h, include/pa_vstring.h,
23991: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23992: main/execute.C: withoud cloning. didn't need it actually, params
23993: got passed from out unnamed ewpool
23994:
23995: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23996: include/pa_vjunction.h, include/pa_vobject.h,
23997: include/pa_vunknown.h, main/compile.y: cloning dead end
23998:
23999: * src/: include/pa_bool.h, include/pa_double.h,
24000: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24001: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24002: include/pa_vjunction.h, include/pa_vmframe.h,
24003: include/pa_vobject.h, include/pa_vstring.h,
24004: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24005: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24006: to give params proper names
24007:
24008: * src/main/pa_wcontext.C: z
24009:
24010: * src/: include/pa_vmframe.h, main/execute.C: added names to
24011: unknown values in get_element and unfilled params. removed wrong
24012: name change in get_element
24013:
24014: * src/main/execute.C: z
24015:
24016: * src/main/execute.C: fixed problems calling operators in
24017: constructors
24018:
24019: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24020: detected problems calling operators in constructors
24021:
24022: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24023: autocalc def to string
24024:
24025: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24026: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24027:
24028: * src/classes/root.C: added root.c
24029:
24030: * src/: include/pa_request.h, include/pa_value.h,
24031: include/pa_vcframe.h, include/pa_vmframe.h,
24032: include/pa_wcontext.h, main/compile.C, main/compile.y,
24033: main/core.C, main/execute.C, main/pa_cframe.C,
24034: main/pa_wcontext.C: 'if' just compiled
24035:
24036: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24037: include/pa_vjunction.h, include/pa_vmframe.h,
24038: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24039: main/pa_wcontext.C: z
24040:
24041: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24042: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24043: with parameter names in operator methods
24044:
24045: * src/main/compile.y: minor renamings in .y
24046:
24047: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24048: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24049: @BASE. changed 'RUN' assignment mech
24050:
24051: * src/main/execute.C: z
24052:
24053: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24054: main/compile_tools.h, main/execute.C: made class: dynamic, not
24055: static. so to enable runtime ^use
24056:
24057: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24058:
24059: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24060: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24061:
24062: * src/main/execute.C: root root in code-junction
24063:
24064: 2001-03-07 paf
24065:
24066: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24067: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24068:
24069: * src/: include/pa_stack.h, include/pa_value.h,
24070: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24071: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24072: fixed rwcontext of {} params up
24073:
24074: * src/main/: compile.y, compile_tools.h: ^func(params)
24075:
24076: * src/main/compile.y: .y priorities syntax shaped up a bit
24077:
24078: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24079: include/pa_vunknown.h, main/compile.y, main/execute.C,
24080: main/pa_hash.C: expr def in -f
24081:
24082: * src/main/: compile.y, execute.C: expr calls
24083:
24084: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24085: fixed
24086:
24087: * src/main/compile.y: expr quoted code
24088:
24089: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24090: support0
24091:
24092: * src/main/compile.y: expr string comparisons 0
24093:
24094: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24095: main/pa_string.C: just compiled lt&co
24096:
24097: * src/main/execute.C: ^var.menu{$field} problem detected. that
24098: $field not a $var.field
24099:
24100: 2001-03-06 paf
24101:
24102: * src/main/compile.y: .y expr visible-shorter
24103:
24104: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24105: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24106: logical
24107:
24108: * src/: include/pa_vstring.h, main/compile.y: problems with
24109: skipping whitespace in yylex
24110:
24111: * src/include/pa_vbool.h: forgot this
24112:
24113: * src/: include/code.h, main/compile.y, main/execute.C: without
24114: string ops in expressions 0
24115:
24116: * src/: include/pa_value.h, include/pa_vdouble.h,
24117: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24118: main/execute.C, main/main.dsp: !~
24119:
24120: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24121: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24122: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24123: include/pa_vunknown.h, include/pa_wcontext.h,
24124: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24125: main/compile_tools.h, main/execute.C: +-*/
24126:
24127: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24128: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24129:
24130: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24131: main/execute.C: expr grammar-1 2*2=4.000000 :)
24132:
24133: * src/main/compile.y: expr grammar-1
24134:
24135: * src/main/compile.y: expr lexx1
24136:
24137: * src/main/: compile.y, execute.C, main.dsp: z
24138:
24139: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24140: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24141: main/execute.C: expr lex0 exec-1
24142:
24143: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24144:
24145: 2001-02-26 paf
24146:
24147: * src/main/compile.y: max_string in yyerror bug fix
24148:
24149: 2001-02-25 paf
24150:
24151: * src/: include/pa_value.h, include/pa_vmframe.h,
24152: include/pa_wcontext.h, main/execute.C: VAliased3
24153:
24154: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24155:
24156: * src/main/execute.C: VAliased1
24157:
24158: * src/: include/pa_request.h, include/pa_value.h,
24159: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24160: VAliased0
24161:
24162: * src/: include/pa_pool.h, include/pa_request.h,
24163: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24164: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24165: VAliased just compiled
24166:
24167: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24168: include/pa_vobject.h, main/execute.C: alias dead end
24169:
24170: * src/: include/pa_value.h, include/pa_vclass.h,
24171: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24172: main/main.dsp: no not get fields into interm VFielded class.
24173: fields & staticfields 1
24174:
24175: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24176: include/pa_vobject.h, include/pa_wcontext.h,
24177: include/pa_wwrapper.h, main/core.C, main/execute.C,
24178: main/main.dsp: would now get fields into interm VFielded class
24179:
24180: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24181: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24182: include/pa_wcontext.h, main/compile.y, main/core.C,
24183: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24184: main/pa_wcontext.C: virtuals2
24185:
24186: * src/main/compile.y: : 1
24187:
24188: * src/main/compile.y: rethought to $class:static.field.subfield
24189:
24190: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24191: $class:element
24192:
24193: * src/: include/pa_value.h, include/pa_vmframe.h,
24194: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24195: main/pa_wcontext.C: before execute class calls rewrite
24196:
24197: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24198: name RUN, also alias
24199:
24200: * src/main/compile.y: escaping bug
24201:
24202: * src/: include/pa_request.h, include/pa_value.h,
24203: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24204: main/core.C, main/execute.C, main/pa_common.C: vobject1
24205:
24206: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24207: include/pa_vmframe.h, include/pa_vobject.h,
24208: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24209: main/compile_tools.h, main/execute.C: ^class:method() just
24210: compiled
24211:
24212: 2001-02-24 paf
24213:
24214: * src/main/main.dsp: no bison -d
24215:
24216: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24217: class' err msg wrong
24218:
24219: * src/main/compile.y: z
24220:
24221: * src/main/: compile.y, core.C: yylex need some @special lines adj
24222:
24223: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24224: main/compile.y, main/compile_tools.h, main/core.C: modules0
24225:
24226: * src/: include/pa_vclass.h, main/core.C: z
24227:
24228: * src/: include/pa_value.h, include/pa_vclass.h,
24229: include/pa_vobject.h, main/main.dsp: vobject00
24230:
24231: * src/main/pa_array.C: minor bug in expanding very small arrays.
24232: 60% from 1 were 0
24233:
24234: * src/: include/pa_value.h, include/pa_wcontext.h,
24235: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24236: as bad as you've named it: wcontext.value() was not a perfect
24237: idea
24238:
24239: * src/main/execute.C: codeframe1
24240:
24241: * src/: include/pa_value.h, include/pa_vcframe.h,
24242: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24243: include/pa_vjunction.h, include/pa_vmframe.h,
24244: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24245: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24246: just compiled
24247:
24248: * src/: include/pa_vframe.h, main/compile.y: found junction
24249: ideology @: ^x{$a()) must construct current wcontext element, so
24250: smart wcontext handling needed
24251:
24252: * src/main/compile.y: fixed grammar bugs in constructor/params
24253: klinch
24254:
24255: * src/main/: compile.y, execute.C: fixed empty constructor
24256: optimized empty case. failed on calls - produced empty string
24257: param
24258:
24259: * src/main/compile.y: fixed last \n macrotemplate strip bug
24260:
24261: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24262: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24263: main/compile_tools.C, main/compile_tools.h, main/core.C,
24264: main/execute.C: code junctions0. something wrong with last \n
24265: macrotemplate strip
24266:
24267: * src/: include/pa_value.h, main/compile.C, main/core.C,
24268: main/pa_value.C: minor error reporting format beautifyings
24269:
24270: * src/: include/pa_value.h, include/pa_vclass.h,
24271: include/pa_vframe.h, main/core.C, main/execute.C,
24272: main/pa_value.C: get_method RIP. junctions everywhere. call with
24273: junctions0
24274:
24275: 2001-02-23 paf
24276:
24277: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24278: pa_wwrapper.h: lara came, can't work, sorry :(
24279:
24280: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24281: junction
24282:
24283: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24284: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24285: main/execute.C, main/main.dsp, main/pa_value.C: call0
24286:
24287: * src/: include/pa_hash.h, include/pa_value.h,
24288: include/pa_wcontext.h, main/core.C, main/execute.C,
24289: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24290: done
24291:
24292: * src/include/pa_wcontext.h: z
24293:
24294: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24295: wrong grammar in complex constructor case
24296:
24297: * src/main/: compile.y, execute.C: empty constructor bug fixed
24298:
24299: * src/main/execute.C: with result rwpool
24300:
24301: * src/: include/pa_value.h, main/core.C, main/execute.C,
24302: main/main.dsp: value named
24303:
24304: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24305: strign 2 value in 2 places in execute
24306:
24307: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24308: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24309: wcontext.put_element when wcontext fvalue==0
24310:
24311: 2001-02-22 paf
24312:
24313: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24314: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24315: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24316:
24317: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24318: erroreos checkout
24319:
24320: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24321:
24322: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24323: main/compile_tools.h, main/pa_array.C: $self.get
24324:
24325: * src/main/: compile.C, compile.y, compile_tools.C: z
24326:
24327: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24328: bit. finished now.
24329:
24330: * src/main/compile.y: $: finished
24331:
24332: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24333:
24334: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24335: main/execute.C: OP_STRING better then some xxx _VALUE
24336:
24337: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24338: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24339: string to vstring it .y all
24340:
24341: * src/: include/pa_request.h, include/pa_stack.h,
24342: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24343: all
24344:
24345: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24346: precise parse error line:col
24347:
24348: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24349: main/pa_hash.C, main/pa_pool.C: TRY...
24350:
24351: * src/: include/pa_exception.h, include/pa_pool.h,
24352: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24353: main/compile.C, main/compile.y, main/compile_tools.C,
24354: main/core.C, main/pa_array.C, main/pa_exception.C,
24355: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24356: main/pa_table.C: removed exception from request
24357:
24358: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24359: some forgotten
24360:
24361: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24362: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24363: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24364: get/put simple vars to VClass works0
24365:
24366: * src/: include/pa_array.h, include/pa_wcontext.h,
24367: main/pa_string.C: in process, but found that exceptions are too
24368: global
24369:
24370: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24371: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24372: main/execute.C, main/pa_string.C: write_value write_string 0 it
24373: seems wcontext must write strings regardles of fvalue!=0
24374:
24375: 2001-02-21 paf
24376:
24377: * src/main/execute.C: tired :)
24378:
24379: * src/main/: compile.C, compile.y, execute.C: store0
24380:
24381: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24382: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24383: include/pa_wcontext.h, main/compile.C, main/compile.y,
24384: main/execute.C, main/main.dsp, main/pa_array.C,
24385: main/pa_request.C: get put -1 [just compiled]
24386:
24387: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24388: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24389: main/main.dsp, main/pa_request.C: request core methods0
24390:
24391: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24392: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24393: execute
24394:
24395: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24396: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24397: methods and one_big_piece. now compile returns array<method*>
24398:
24399: * src/main/compile.y: more straightforward yylex[end]
24400:
24401: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24402: string.operator==(char*)
24403:
24404: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24405: main/execute.C, main/pa_array.C: after array.const get wonders
24406:
24407: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24408: pa_string.h, pa_value.h: struck with const array.gets
24409:
24410: * src/main/: execute.C: z
24411:
24412: * src/main/: compile.y, execute.C: z
24413:
24414: * src/main/: compile.C, compile.y, compile_tools.h: error
24415: processing in eval & yyerror so it wouldn't cause memleaks.
24416:
24417: * src/main/: compile.C, compile.y: failed to add absolute precies
24418: parse error positions. leaving RIGHTMOST position as
24419: @file[line:col]
24420:
24421: * src/: include/compile.h, main/compile.C, main/compile.y,
24422: main/compile_tools.h: line numbers needed. would add them to .y
24423: now internally. externally it's not as precise as needed
24424:
24425: * src/: include/code.h, include/pa_types.h, main/compile.C,
24426: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24427: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24428: compiler works ok
24429:
24430: 2001-02-20 paf
24431:
24432: * src/main/: compile.C, compile.y, compile_tools.C,
24433: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24434: not perfect
24435:
24436: * src/: include/code.h, include/compile.h, include/execute.h,
24437: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24438: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24439: main/compile.C, main/compile.y, main/compile_tools.C,
24440: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24441: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24442: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24443: compiled. execute=dump for now
24444:
24445: * src/main/core.C: core rewrite using yacc investigations now will
24446: be compile[yacc]/execute[opcodes]
24447:
24448: 2001-02-15 paf
24449:
24450: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24451: rewrite as turing machine? for it seems it would be it's too many
24452: ifs with this syntax now
24453:
24454: 2001-02-14 paf
24455:
24456: * src/main/core.C: get_params 1
24457:
24458: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24459: :( ]
24460:
24461: * src/main/core.C: varios breaks
24462:
24463: * src/main/core.C: get names 3
24464:
24465: * src/main/core.C: get names 2
24466:
24467: * src/main/core.C: get names 1
24468:
24469: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24470: names 0
24471:
24472: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24473: text repassing2 operator static vars
24474:
24475: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24476: main/pa_string.C: process text repassing
24477:
24478: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24479: module:calls changes
24480:
24481: 2001-02-13 paf
24482:
24483: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24484: ^class:calls[] started
24485:
24486: * src/: include/pa_value.h, main/core.C: z
24487:
24488: * src/main/core.C: operators : and self. prefixes
24489:
24490: * src/main/core.C: z
24491:
24492: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24493: tested
24494:
24495: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24496: optimized
24497:
24498: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24499: would change privates to better support optimization
24500:
24501: * src/: include/pa_string.h, main/pa_string.C:
24502: String_iterator::skip_to todo:optimize
24503:
24504: 2001-02-12 paf
24505:
24506: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24507: String_iterator
24508:
24509: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24510: comments
24511:
24512: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24513: self/methodref joined
24514:
24515: 2001-02-11 paf
24516:
24517: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24518: main/main.dsp: core started. core.C, context&value .h
24519:
24520: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24521: include/pa_string.h, main/main.dsp, main/pa_array.C,
24522: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24523:
24524: 2001-01-30 paf
24525:
24526: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24527: comments
24528:
24529: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24530: main/pa_pool.C: moved pa_pool.C to be target specific
24531:
24532: * src/: include/pa_exception.h, include/pa_pool.h,
24533: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24534: to & changes
24535:
24536: * src/: include/pa_exception.h, include/pa_pool.h,
24537: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24538: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24539: re-associated. that's much better even removed 'die' necessety
24540:
24541: * src/: include/pa_error.h, include/pa_exception.h,
24542: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24543: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24544: targets/Makefile.am: lowered targets/parser into subdir, added
24545: parser_Pool(Pool) failed to add. would think..
24546:
24547: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24548: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24549: main/pa_string.C, main/pa_table.C: Table more like C++ style
24550: hence lots of 'const'
24551:
24552: * src/: include/pa_error.h, include/pa_request.h,
24553: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24554: main/pa_table.C: Error fixed
24555:
24556: 2001-01-29 paf
24557:
24558: * src/: include/pa_array.h, include/pa_common.h,
24559: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24560: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24561: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24562: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24563:
24564: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24565: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24566: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24567: main/pa_string.C, main/pa_table.C: Request Error Table
24568:
24569: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24570: templates"
24571:
24572: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24573: main/main.dsp, main/pa_array.C: templates failed no template
24574: specializations [VC6], no library auto instantation [VC6, GNU c++
24575: 2.95.2-6 from latest cygwin]
24576:
24577: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24578: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24579: main/main.dsp, main/pa_array.C, main/pa_string.C,
24580: main/pa_table.C: Table started would test template Array now
24581:
24582: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24583: String originating
24584:
24585: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24586: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24587: SYNCHRONIZED(thread_safe)
24588:
24589: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24590: parts to top
24591:
24592: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24593: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24594: see: needed only in global Hash now, made Hash:: put/get
24595: SYNCHRONIZED
24596:
24597: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24598: main/pa_threads.C: added pa_threads
24599:
24600: Mutex
24601:
24602: * src/include/pa_hash.h: some comments
24603:
24604: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24605: Array& operator += (Array& src)
24606:
24607: * src/main/pa_array.C: expand not convinient, would rewrite
24608:
24609: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24610: (Array& src)
24611:
24612: rethought, would change now
24613:
24614: 2001-01-27 paf
24615:
24616: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24617: caching
24618:
24619: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24620: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24621: cache rethought to chunk caching
24622:
24623: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24624: include/pa_string.h, main/main.dsp, main/pa_array.C,
24625: main/pa_hash.C, main/pa_string.C: Array 0
24626:
24627: * src/main/pa_string.C: String::operator ==
24628:
24629: * src/main/pa_hash.C: String(&String)
24630:
24631: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24632:
24633: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24634: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24635: pa_hash[forgotten]
24636:
24637: 2001-01-26 paf
24638:
24639: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24640: removed templates [vc++ suxx]
24641:
24642: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24643: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24644:
24645: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24646:
1.119 moko 24647: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24648:
1.119 moko 24649: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24650: check
24651:
24652: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24653: dynamic row_count
24654:
24655: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24656: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24657: targets/Makefile.am: Initial revision
24658:
24659: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24660: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24661: targets/Makefile.am: creating parser3 module
24662:
E-mail: