Annotation of parser3/ChangeLog, revision 1.174
1.174 ! moko 1: 2021-12-28 moko
! 2:
! 3: * tests/: 417.html, results/417.processed: test for empty string
! 4: match added (related to bug #1224)
! 5:
! 6: * src/main/pa_string.C: empty string match now works (fixes bug
! 7: #1224)
! 8:
1.173 moko 9: 2021-12-24 moko
10:
11: * tests/: 415_dir/29.p, results/415.processed: yet another test
12:
13: 2021-12-23 moko
14:
15: * src/: classes/table.C, main/pa_request.C: warnings war
16:
17: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
18: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
19:
20: 2021-12-21 moko
21:
22: * tests/: 416.html, results/416.processed: test for ^break[] in
23: ^hash/table.select[] (related to feature #1222)
24:
25: * src/classes/: hash.C, table.C: ^break[] support for
26: ^hash/table.select[] (implements feature #1222)
27:
1.172 moko 28: 2021-11-30 moko
29:
30: * src/targets/cgi/parser3.C: default sock_ready interval changed to
31: 0.5 sec
32:
1.171 moko 33: 2021-11-10 moko
34:
35: * tests/results/415.processed: more syntax errors tests added
36:
37: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
38: 28.p: minor syntax error tests
39:
40: * src/main/pa_exception.C: pa_strdup added for compatibility
41:
42: * src/classes/curl.C: hint to call ^curl:options[
43: $.library[correct.libcurl.so.name] ] added if default load fails.
44:
45: 2021-11-09 moko
46:
47: * src/main/compile.y: error message can be on stack
48:
49: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
50:
51: * src/main/pa_charset.C: memcpy is more correct and efficient in
52: this case then strncpy
53:
54: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
55: instead of strcpy where possible
56:
57: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
58: used to avoid MAX_STRING limit in Exception comment
59:
60: * tests/results/415.processed: compiler exceptions are no longer
61: limited to MAX_STRING
62:
63: * src/main/: compile.y, compile_tools.h: Parse_control uses const
64: char * instead of fixed buffer
65:
66: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
67: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
68: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
69: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
70: results/415.processed: tests for parser.compile exceptions added
71:
72: 2021-11-08 moko
73:
74: * src/: classes/math.C, include/pa_common.h, main/compile.y,
75: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
76: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
77: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
78: drawbacks
79:
1.170 moko 80: 2021-11-06 moko
81:
82: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
83: (implements feature #1219)
84:
85: * tests/: 414.html, results/414.processed: test for
86: ^hash.rename[from;to] added (related to feature #1144)
87:
88: 2021-11-05 moko
89:
90: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
91: (related to feature #1144)
92:
93: 2021-11-04 moko
94:
95: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
96: added (implements feature #1144)
97:
1.169 moko 98: 2021-10-19 moko
99:
100: * tests/: 413.html, results/413.processed: test for hash no longer
101: is accepted as file parameter (related to bug #1218)
102:
103: * src/: classes/curl.C, classes/file.C, classes/image.C,
104: classes/math.C, classes/xdoc.C, types/pa_value.C,
105: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
106: longer is accepted as file parameter (fixes bug #1218)
107:
1.168 moko 108: 2021-07-19 moko
109:
110: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
111: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
112:
1.167 moko 113: 2021-04-16 moko
114:
115: * src/types/pa_vmail.C: message can be null when e-mail is broken,
116: processing it leads to assertions.
117:
1.166 moko 118: 2021-03-25 moko
119:
120: * tests/: 412.html, results/412.processed: test to demonstrate bug
121: #1213
122:
1.165 moko 123: 2021-02-12 moko
124:
125: * tests/: 360.html, results/360.processed, results/363.processed:
126: parser method call in expression mode no longer differs from call
127: in string mode (related to feature #1211)
128:
129: 2021-02-11 moko
130:
131: * src/types/pa_vmail.C: mail parsing with Windows line endings
132: fixed (bug #1212)
133:
134: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
135: when called $v[^test[]] vs $v(^test[]), numbers are converted to
136: strings in both calls (implements feature #1211)
137:
1.164 moko 138: 2021-01-28 moko
139:
140: * buildall, etc/auto.p.in: to remove last patch in debian package
141:
142: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
143: 3.4.7b
144:
1.162 moko 145: 2021-01-21 moko
146:
147: * src/main/pa_http.C: no alarm() in file::load when web server mode
148: is MULTITHREADED
149:
1.157 moko 150: 2021-01-20 moko
151:
1.161 moko 152: * src/targets/apache/mod_parser3.c: it is more correct to recommend
153: 'a2enmod mpm_prefork'
154:
1.160 moko 155: * src/targets/apache/mod_parser3.c: prefork name is now
156: 'libapache2-mpm-itk'
157:
158: * src/targets/apache/mod_parser3_core.C: last regular malloc
159: removed
160:
1.159 moko 161: * src/targets/isapi/Makefile.am: -pa_threads.C
162:
1.158 moko 163: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
164: 3.4.6
165:
1.157 moko 166: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
167:
168: * etc/auto.p.in: @config[result] added to simplify $cfg change in
169: /httpd.p
170:
171: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
172: ^use[/httpd.p] + optional ^preprocess[] (related to feature
173: #1203)
174:
175: 2021-01-19 moko
176:
177: * buildall: --disable-parallel-mark added to avoid "number of
178: processors" threads creation for heap marking as it conflicts
179: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
180: limits threads)
181:
1.156 moko 182: 2021-01-16 moko
183:
184: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
185: main/pa_globals.C, main/pa_memory.C,
186: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
187: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
188: feature #1209)
189:
190: 2021-01-15 moko
191:
192: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
193: 3.4.6rc
194:
195: * src/classes/json.C: get_delim added for delimiter caching (10%
196: faster on large json)
197:
198: 2021-01-14 moko
199:
200: * operators.txt: updated with 3.4.6 changes
201:
202: * tests/results/224.processed: test result modified after
203: today(shift) implemented
204:
205: * tests/: 407.html, results/407.processed: test for ^hash.select
206: option $.default(bool) added (related to feature #1172)
207:
208: * src/classes/hash.C: ^hash.select option $.default(bool) added
209: (related to feature #1172)
210:
211: * tests/: 141.html, results/141.processed: test modified for
212: feature #1185.
213:
214: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
215: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
216: options $.lower(bool) (implements feature #1185)
217:
218: 2021-01-11 moko
219:
220: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
221: #1192)
222:
223: * tests/: 411.html, results/411.processed: test for ^date::today(N)
224: added (related to feature #1192)
225:
1.155 moko 226: 2021-01-05 moko
227:
228: * tests/: 270.html, results/270.processed: test modified to work
229: under Windows
230:
231: * tests/: 390.html, 395.html, results/395.processed: tests updated
232: 4 windows
233:
234: * tests/: 410.html, results/410.processed: test for
235: $CLASS-GETTER-PROTECTED(false) added
236:
237: 2021-01-04 moko
238:
239: * tests/: 409.html, results/409.processed, results/auto.p: test for
240: $MAIN:LOCALS(true) added
241:
1.154 moko 242: 2021-01-03 moko
243:
244: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
245: types/pa_vclass.h, types/pa_vstateless_class.C,
246: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
247: +LOCALS. $main -> $MAIN in exception texts (implements feature
248: #1207)
249:
250: 2021-01-02 moko
251:
252: * etc/auto.p.in: minor
253:
254: * src/main/pa_request.C: sending headers only after opening file to
255: allow error reporting if file was not opened (foreign group,
256: etc).
257:
258: 2020-12-31 moko
259:
260: * src/: include/pa_request.h, main/pa_request.C,
261: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
262:
263: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
264: main/pa_request.C: get_class_ref added and used
265:
266: * etc/auto.p.in: @CLASS httpd added
267:
268: * etc/auto.p.in: @auto[] is now first
269:
270: 2020-12-30 moko
271:
272: * tests/: 408.html, results/408.processed: test for bug #1166
273: (windows only) added
274:
275: * src/main/pa_common.C: create_dir_for_file should not create dir
276: for trailing / (fixes bug #1166)
277:
278: * tests/: 341.html, results/341.processed: tests for
279: ^nameless_table.hash[] added (related to feature #1138)
280:
281: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
282: (implements feature #1138), extra fields in named tables no
283: longer ignored (implements feature #1138)
284:
285: * tests/results/390.processed: updated after exception text change
286:
287: 2020-12-29 moko
288:
289: * tests/: 407.html, results/407.processed: +$._default check
290:
291: * src/classes/hash.C: keep $_default in ^hash.reverse[]
292:
293: * tests/: 407.html, results/407.processed: test for ^hash.select[]
294: and ^hash.reverse[] added (releated to feature #1172)
295:
296: * src/classes/hash.C:
297: ^hash.select[key;value](bool-condition)[options hash] +
298: ^hash.reverse[] added (implements feature #1172)
299:
300: * src/types/pa_vtable.h: warning war
301:
302: * src/include/pa_config_fixed.h: win32 fix
303:
1.153 moko 304: 2020-12-27 moko
305:
306: * tests/: 406.html, results/406.processed: test results updated
307:
308: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
309: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
310: spelling
311:
312: 2020-12-26 moko
313:
314: * tests/: 406.html, results/406.processed: tests for
315: ^table.rename[] added (related to feature #1148)
316:
317: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
318: ^table.rename[column name from;column name to], ^table.rename[
319: $.[column name from][column name to] ... ] added (implements
320: feature #1148)
321:
322: 2020-12-25 moko
323:
324: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
325: request_info now on stack to avoid yet another THREAD_LOCAL
326: memory deallocation issue (now with cookies), explained in #1203
327:
328: * src/types/pa_vcookie.C: fields should be inited
329:
330: 2020-12-24 moko
331:
332: * src/include/pa_stylesheet_connection.h: looks like
333: xsltFreeStylesheet leads to memory double-free. If so, it's for
334: sure libxml bug, but we have GC anyway, so we just remove this
335: call and see...
336:
337: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
338: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
339: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
340: abort.c:65:8 frame #3: 0x00000000004da663
341: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
342: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
343: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
344: malloc.c:617:9 frame #5: 0x0000000000577f0c
345: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
346: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
347: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
348: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
349: frame #8: 0x000000000050d35c
350: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
351: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
352: frame #10: 0x00000000004436e5
353: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
354: [inlined]
355: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
356: pa_stylesheet_connection.h:62:3
357:
358: 2020-12-23 moko
359:
360: * src/classes/image.C: ^image::measure[; $.video() ] option added
361:
362: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
363: ^image::measure[; $.video(true) ] added
364:
365: * src/main/pa_exec.C: not cleared automatically in multithreaded
366: httpd mode for unknown reasons
367:
368: 2020-12-22 moko
369:
370: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
371: error_log uri of currently processed document", but never used
372: and conflicts with how libgc stops threads on FreeBSD (#define
373: SIG_SUSPEND SIGUSR1), thus removed.
374:
375: 2020-12-21 moko
376:
377: * src/main/pa_request.C: +comment
378:
1.151 moko 379: 2020-12-20 moko
380:
1.152 moko 381: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
382: it is more safe to have versions of pa_strdup with one and two
383: arguments, as helper_length=0 not always mean that strlen()
384: should be called, but means zero.
385:
386: * src/targets/isapi/parser3isapi.C: minor
387:
388: * src/main/pa_http.C: +valid_http_method
389:
1.151 moko 390: * src/: include/pa_http.h, main/pa_http.C,
391: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
392:
393: 2020-12-17 moko
394:
395: * tests/: 405.html, results/405.processed: test for split by regex
396: added (related to feature #1160)
397:
398: * src/classes/string.C: split by regex implemented (feature #1160)
399:
400: * src/classes/string.C: minor
401:
402: * tests/: 404.html, results/404.processed: test for whitespace
403: string is now OK for table argument (related to feature #1169)
404:
405: * src/: classes/image.C, classes/string.C, classes/table.C,
406: types/pa_vmethod_frame.C: whitespace string is now OK for table
407: argument (as with hash) (implements feature #1169)
408:
409: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
410: limit for comment (fixes bug #1102)
411:
412: * src/targets/cgi/parser3.C: +HAVE_TLS check
413:
414: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
415:
416: * src/include/pa_config_includes.h: HAVE_TLS used
417:
418: * configure.ac: +TLS check
419:
420: * src/main/pa_http.C: content logging added
421:
422: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
423: clear_response_headers added
424:
425: 2020-12-16 moko
426:
427: * buildall: as we now use threads, libatomic_ops still required for
428: some OS.
429:
430: * src/main/pa_request.C: whitespace
431:
432: * src/: include/pa_request.h, main/pa_request.C:
433: Request::Exception_trace::table extracted and used
434:
435: * src/main/pa_request.C: moving output_result call outside of try
436: as network exceptions should not be handled by parser code
437:
438: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
439: logging network exchange
440:
441: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
442: via network if it was network write error.
443:
444: * src/targets/cgi/parser3.C: log -> pa_log
445:
446: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
447:
448: * src/main/pa_threads.C: getpid() if no gettid() found
449:
450: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
451: we need to ignore "void" connections from browsers (browsers open
452: connections in advance and they will be empty if user does not
453: request more pages)
454:
455: 2020-12-15 moko
456:
457: * src/targets/cgi/parser3.C: avoid previous uri in logs
458:
459: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
460: RequestController not needed in httpd mode
461:
462: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
463: classes/classes.h, classes/curl.C, classes/date.C,
464: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
465: classes/hashfile.C, classes/image.C, classes/inet.C,
466: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
467: classes/memcached.C, classes/memory.C, classes/op.C,
468: classes/reflection.C, classes/regex.C, classes/response.C,
469: classes/string.C, classes/table.C, classes/void.C,
470: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
471: include/pa_array.h, include/pa_base64.h,
472: include/pa_cache_managers.h, include/pa_charset.h,
473: include/pa_charsets.h, include/pa_common.h,
474: include/pa_config_fixed.h, include/pa_config_includes.h,
475: include/pa_dictionary.h, include/pa_dir.h,
476: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
477: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
478: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
479: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
480: include/pa_request_charsets.h, include/pa_request_info.h,
481: include/pa_sapi.h, include/pa_socks.h,
482: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
483: include/pa_stack.h, include/pa_string.h,
484: include/pa_stylesheet_connection.h,
485: include/pa_stylesheet_manager.h, include/pa_symbols.h,
486: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
487: include/pa_uue.h, include/pa_xml_exception.h,
488: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
489: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
490: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
491: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
492: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
493: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
494: main/compile.tab.C, main/compile.y, main/compile_tools.C,
495: main/compile_tools.h, main/execute.C, main/pa_base64.C,
496: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
497: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
498: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
499: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
500: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
501: main/pa_sql_driver_manager.C, main/pa_string.C,
502: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
503: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
504: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
505: main/untaint.C, sql/pa_sql_driver.h,
506: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
507: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
508: targets/isapi/parser3isapi.C, types/pa_junction.h,
509: types/pa_method.h, types/pa_property.h, types/pa_value.C,
510: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
511: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
512: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
513: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
514: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
515: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
516: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
517: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
518: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
519: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
520: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
521: types/pa_vmemory.h, types/pa_vmethod_frame.C,
522: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
523: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
524: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
525: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
526: types/pa_vstateless_object.h, types/pa_vstatus.C,
527: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
528: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
529: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
530: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
531: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
532:
533: * src/main/pa_request.C: old compilers support
534:
535: * tests/: 362.html, results/362.processed: test updated after
536: changes after upgrade to libxml2-2.9.9 were made (related to bug
537: #1108)
538:
539: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
540: removed, as xsltFreeStylesheet has side effects on original doc.
541: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
542: not updated after xdoc modification (part 3 of test 362).
543: (related to bug #1108)
544:
545: * src/targets/isapi/parser3isapi.C: +pa_strcat
546:
547: * src/: classes/memory.C, include/pa_memory.h,
548: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
549: PA_GC_GCOLLECT used
550:
551: * src/include/pa_memory.h: +PA_GC_COLLECT
552:
553: * src/targets/cgi/parser3.C: msvs support fixes
554:
555: * src/lib/gc/include/gc.h: more cleanup
556:
557: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
558:
559: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
560: targets/cgi/parser3.C: $main:HTTPD.mode implemented
561:
562: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
563:
564: * configure.ac: pthread.h added to checked headers
565:
566: * src/classes/table.C: string stream is back :)
567:
568: * src/classes/memory.C: GC_generate_random_backtrace no longer
569: exists
570:
571: * src/main/pa_globals.C: GC_dont_gc replaced
572:
573: * src/lib/gc/include/gc.h: major cleanup, only used functions are
574: left to simplify adding new functions. depricated GC_dont_gc
575: replaced with GC_disable and GC_enable calls.
576:
577: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
578: CORD_from_file* not used and thus removed
579:
580: * src/lib/gc/include/gc_allocator.h: minor cleanup
581:
582: 2020-12-14 moko
583:
584: * src/classes/: curl.C, memory.C, table.C: every TLS should be
585: referenced elsewhere, or GC will collect it.
586:
587: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
588: main/pa_xml_io.C: bugfix: TLS variables should be referenced
589: elsewhere, or GC will collect them (and we'll get GPF in
590: multithreaded enviroment). May be it can be also fixed by some
591: GC call, not sure. But this fix costs nothing (but hours of
592: debugging to find the issue :).
593:
1.150 moko 594: 2020-12-11 moko
595:
596: * configure.ac: gettid() check added
597:
598: * src/main/pa_threads.C: HAVE_GETTID used
599:
600: * src/include/pa_config_auto.h.in: +HAVE_GETTID
601:
602: * src/: include/pa_threads.h, main/pa_threads.C: now unified
603: version for isapi/cgi/apache
604:
605: * buildall: threads are now required.
606:
607: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
608: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
609: main/main.vcproj: pa_threads.C moved to main
610:
611: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
612: isapi/pa_threads.C: pa_threads.C moved to main
613:
614: * src/: main/Makefile.am, targets/cgi/Makefile.am,
615: targets/apache/Makefile.am: pa_threads.C moved to main
616:
617: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
618:
619: * src/: include/pa_stylesheet_connection.h,
620: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
621: and weird GPF in multithreaded httpd is gone
622:
623: * src/include/: pa_stylesheet_connection.h,
624: pa_sql_driver_manager.h: whitespace
625:
626: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
627:
628: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
629: main/pa_stylesheet_manager.C: whitespace, warning war
630:
631: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
632: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
633: parser_multithreaded never used
634:
635: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
636:
637: 2020-12-10 moko
638:
639: * src/: include/pa_config_includes.h, include/pa_http.h,
640: main/pa_http.C, targets/cgi/parser3.C: initial support for
641: MULTITHREADED and PARALLEL httpd server modes
642:
643: * src/main/pa_globals.C: GC_java_finalization is depricated
644:
645: 2020-12-09 moko
646:
647: * etc/auto.p.in: + @httpd-main
648:
649: * src/: include/pa_common.h, main/pa_request.C,
650: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
651: work
652:
653: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
654: slow file_read_binary no longer used, send_range added
655:
656: 2020-12-08 moko
657:
658: * src/main/pa_request.C: >4Gb support
659:
660: * src/targets/cgi/parser3.C: msvc warning war
661:
662: * src/: include/pa_config_includes.h, main/pa_http.C,
663: main/pa_request.C: msvc warnings war
664:
665: * src/classes/image.C: warning war
666:
667: * src/classes/table.C: MSVC warning war
668:
669: * src/targets/cgi/parser3.C: msvc warnings war
670:
671: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
672: added
673:
1.149 moko 674: 2020-12-07 moko
675:
1.150 moko 676: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
677: avoid logging beside system-wide auto.p
678:
679: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
680:
681: * configure, configure.ac, src/include/pa_config_auto.h.in:
682: configure options added:
683:
684: --with-system-cfg=FILE to specify system-wide auto.p
685: --with-system-log=FILE to specify system-wide parser3.log
686:
687: * Makefile.am: bin no longer exists
688:
689: * configure, configure.ac: auto.p moved to etc to simplify debian
690: package
691:
692: * buildall: auto.p and parser3.charsets moved to their default
693: location after install
694:
695: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
696:
697: * aclocal.m4, configure: automake 1.15 -> 1.16.1
698:
1.149 moko 699: * src/targets/cgi/parser3.C: locate_config call returned to
700: original place as it requires pa_thread_request() under Windows
701:
702: * src/targets/cgi/parser3.C: renaming
703:
704: 2020-12-06 moko
705:
706: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
707: check added
708:
709: 2020-12-04 moko
710:
711: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
712: main/pa_request.C: unified uint64_t lseek implemented to support
713: >4Gb files under x86, including Windows
714:
715: 2020-12-02 moko
716:
717: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
718: with max_file_size
719:
720: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
721: support for processing files sized >4Gb on 32 bit planforms
722:
723: * tests/399.html: file moved
724:
725: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
726:
727: * src/targets/cgi/pa_sapi_info.h: warning war
728:
729: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
730: warning war
731:
732: 2020-12-01 moko
733:
734: * src/classes/image.C: mp4 extended size (>4Gb) support added
735:
736: * src/classes/image.C: for "size not found" exception to be shown
737: if size not found until eof
738:
739: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
740: bit linux)
741:
742: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
743: #1188)
744:
745: 2020-11-30 moko
746:
747: * src/classes/image.C: definitions moved closer to code
748:
749: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
750: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
751: 395_dir/3_VP8X.webp, results/395.processed,
752: results/396.processed: tests for ^image::measure[] .webp support
753: added, all image files moved into one directory (related to
754: feature #1188)
755:
756: * src/classes/image.C: ^image::measure[] now supports webp (feature
757: #1188)
758:
1.148 moko 759: 2020-11-29 moko
760:
761: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
762: processing, unnessesary defines removed
763:
764: 2020-11-24 moko
765:
766: * tests/results/: 099.processed, 100.processed, 205.processed,
767: 309.processed, 310.processed: Content-Disposition: inline
768: returned
769:
770: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
771: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
772: ] added (related to bug #1204)
773:
774: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
775: ] supported to avoid Content-Disposition: inline;
776: filename="<file>.ext" but still set Content-Type for ext (related
777: to bug #1204)
778:
1.147 moko 779: 2020-11-22 moko
780:
781: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
782: types/pa_vfile.C: pa_filename added to avoid useless rsplit
783:
784: * src/main/pa_request.C: content_disposition_inline returned.
785:
786: 2020-11-17 moko
787:
788: * src/main/pa_request.C: empty main method name support
789:
790: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
791: config_handler added, stdout flush added.
792:
793: 2020-11-16 moko
794:
795: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
796:
797: * tests/results/: 099.processed, 205.processed, 237.processed,
798: 309.processed, 310.processed: Content-Disposition: inline is not
799: required and should not contain filename="<name>"
800:
801: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
802: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
803: targets/isapi/parser3isapi.C: pa_strcat implemented and used
804:
1.146 moko 805: 2020-11-14 moko
806:
807: * src/targets/cgi/parser3.C: spelling
808:
809: * src/targets/cgi/parser3.C: renaming
810:
811: * src/targets/cgi/parser3.C: args_skip removed, locate_config
812: relocated
813:
814: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
815: before request processing, which is weired
816:
817: 2020-11-13 moko
818:
819: * src/main/pa_http.C: pa_recv added with timeout support, thus read
820: copied in httpd.
821:
822: 2020-11-12 moko
823:
824: * src/main/pa_http.C: ALARM code unified to be used in httpd
825:
826: * src/: include/pa_request.h, main/pa_request.C,
827: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
828:
829: * src/main/pa_http.C: URI validation added
830:
831: * src/targets/cgi/parser3.C: filespec_to_process now variable,
832: can't be empty but can be null. httpd-main is now main method
833: name for httpd mode
834:
835: 2020-11-11 moko
836:
837: * src/main/pa_request.C: path_translated can be null in httpd mode
838:
839: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
840: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
841: classes/xdoc.C, include/pa_request.h, main/execute.C,
842: main/pa_request.C: r.absolute -> r.full_disk_path
843:
844: * src/targets/cgi/parser3.C: if filename to process is not
845: specified, auto.p should be present.
846:
1.145 moko 847: 2020-11-03 moko
848:
849: * src/: classes/op.C, include/pa_request.h: unused argument removed
850:
851: * src/main/pa_request.C: content_disposition_inline is the default,
852: not required.
853:
1.144 moko 854: 2020-10-29 moko
855:
856: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
857: ^use[file; $.main(true) ] implemented for auto.p processing and
858: path_translated changing to correct relative files path
859: calculation in httpd mode
860:
861: * src/: include/pa_request.h, main/pa_request.C:
862: fail_on_read_problem removed, as it allways true, as if should
863: be.
864:
865: * src/: include/pa_request.h, main/pa_request.C,
866: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
867: targets/isapi/parser3isapi.C: clearing config_filespec when
868: config was not found, thus flag not required and removed.
869:
870: 2020-10-28 moko
871:
872: * tests/: 402.html, results/402.processed: error reporting test
873:
874: * src/main/execute.C: better error reporting when
875: $result[^hash::create[]] in @main.
876:
877: * src/main/: execute.C, pa_request.C: frame.result() should be used
878: + minor optimization
879:
880: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
881: main/pa_xml_io.C: execute_*_method simplified and unified
882:
883: 2020-10-27 moko
884:
885: * tests/: 306.html, results/306.processed: a bit more testing. :)
886:
887: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
888: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
889: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
890: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
891: types/pa_vmethod_frame.h, types/pa_vobject.C,
892: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
893: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
894: longer used in object-prototype mode
895:
896: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
897: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
898: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
899: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
900: $form:name[value] features
901:
1.143 moko 902: 2020-10-18 moko
903:
904: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
905:
906: 2020-10-15 moko
907:
908: * src/main/pa_http.C: url no longer needed as
909: ALTER_EXCEPTION_SOURCE is used
910:
911: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
912: main/pa_http.C: check_file_size filespec is now optional
913:
914: * src/: classes/curl.C, include/pa_exception.h,
915: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
916: ALTER_EXCEPTION_COMMENT added for better error reporting
917:
918: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
919: results/346-curl.processed, results/379-curl.processed,
920: results/379.processed: test results updated as load now provides
921: better error reporting + curl responses updated
922:
923: 2020-10-14 moko
924:
925: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
926: main/pa_string.C, targets/apache/mod_parser3_core.C,
927: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
928: checked. 10 is now default base, no hex autodetect by default
929:
930: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
931: connection socket closing in destructor + accept exception
932: handling
933:
934: * src/targets/cgi/parser3.C: warning war
935:
936: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
937: main/pa_request.C, targets/apache/mod_parser3_core.C,
938: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
939: exception handling unified
940:
941: 2020-10-13 moko
942:
943: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
944: autodetection
945:
946: * src/targets/apache/mod_parser3_core.C: reverted to atoi
947:
948: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
949:
950: * src/main/pa_http.C: warning war
951:
1.142 moko 952: 2020-10-12 moko
953:
1.143 moko 954: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
955: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
956: unhandled exception code optimization
957:
958: * src/targets/cgi/parser3.C: request_info now global variable
959:
960: * src/main/pa_http.C: http_read_response moved to HTTP_response
961: class
962:
963: * src/: include/pa_http.h, main/pa_http.C,
964: targets/cgi/pa_sapi_info.h: read_post implemented
965:
1.142 moko 966: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
967: [host:]port syntax support in httpd mode
968:
969: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
970: targets/cgi/parser3.C: populate_env added
971:
972: * src/include/pa_hash.h: to make get(char *) compiling in
973: HashStringString
974:
975: 2020-10-10 moko
976:
977: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
978: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
979:
980: * src/: include/pa_http.h, include/pa_request_info.h,
981: main/pa_http.C, main/pa_string.C,
982: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
983: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
984: types/pa_vrequest.C: initial httpd mode implementation
985:
1.141 moko 986: 2020-10-04 moko
987:
988: * src/targets/cgi/parser3.C: options together
989:
990: 2020-09-30 moko
991:
992: * src/main/pa_http.C: renamed
993:
1.140 moko 994: 2020-08-14 moko
995:
996: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
997: src/targets/cgi/Makefile.am: no httpd as separate library
998:
999: 2020-08-13 moko
1000:
1001: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1002: unhandled exception handler to report 500 instead of 200 it was
1003: before.
1004:
1005: * src/targets/apache/mod_parser3_core.C: minor cleanup
1006:
1007: * src/: include/pa_sapi.h, main/untaint.C,
1008: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1009: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1010: thus replaced with SAPI::die and removed
1011:
1012: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1013: cgi/parser3.C: whitespace
1014:
1015: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1016:
1017: 2020-08-12 moko
1018:
1019: * src/targets/cgi/parser3.C: duplicate info in signal logging
1020: removed, whitespace was: SIGPIPE received while executing code.
1021: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1022: cl=0]
1023:
1024: * parser3.sln: + httpd.vcproj
1025:
1026: 2020-08-11 moko
1027:
1028: * src/targets/cgi/Makefile.am: +libhttpd
1029:
1030: * configure.ac, src/lib/Makefile.am: +libhttpd
1031:
1.139 moko 1032: 2020-07-13 moko
1033:
1034: * tests/: 401.html, results/401.processed: test for hash key does
1035: not keep language, but tainted in foreach.
1036:
1.138 moko 1037: 2020-07-01 moko
1038:
1039: * tests/: 235.html, results/235.processed: test result updated as
1040: messages before attachments implemented (feature #1176)
1041:
1.137 moko 1042: 2020-06-27 moko
1043:
1044: * tests/: 400.html, results/400.processed: test updated to check
1045: ^return{code}
1046:
1047: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1048: fixed
1049:
1050: 2020-06-26 moko
1051:
1052: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1053: added (related to https://www.parser.ru/forum/?id=85319)
1054:
1055: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1056: when $result assignment was last statement in the method
1057: (https://www.parser.ru/forum/?id=85319)
1058:
1.136 moko 1059: 2020-05-23 moko
1060:
1061: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1062: whitespace, unused level removed
1063:
1064: 2020-05-19 moko
1065:
1066: * src/types/pa_vmail.C: whitespace
1067:
1068: * src/types/pa_vmail.C: files should be processed last (related to
1069: feature #1176)
1070:
1.135 moko 1071: 2020-05-12 moko
1072:
1073: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1074: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1075:
1076: * configure.ac: FreeBSD1X.X check added to avoid
1077: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1078:
1.134 moko 1079: 2020-02-26 moko
1080:
1081: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1082: compilation issue (related to bug #1201)
1083:
1084: * src/main/pa_common.C: entry_readable -> entry_exists,
1085: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1086: -f and -d now works under Windows in UTF-8 with Russian
1087: filenames.
1088:
1089: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1090: advice (related to feature #1199)
1091:
1092: 2020-02-25 moko
1093:
1094: * buildall: --silent removed
1095:
1096: * configure.ac: gmime-3.0 support
1097:
1098: * buildall: --with-system-mailreceive option added to build with
1099: system libgmime
1100:
1101: * src/types/pa_vmail.C: avoiding
1102: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1103: to feature #1199)
1104:
1.133 moko 1105: 2020-02-18 moko
1106:
1107: * src/classes/op.C: windows x64 debug mode compile fix
1108:
1109: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1110: change (releated to feature #1200)
1111:
1112: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1113: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1114: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1115: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1116: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1117: targets/apache/ApacheModuleParser3.vcproj,
1118: targets/apache/ApacheModuleParser3Core.vcproj,
1119: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1120: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1121: dependency (related to feature #1200)
1122:
1.132 moko 1123: 2020-02-12 moko
1124:
1125: * src/types/pa_vmail.C: minimize diff
1126:
1127: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1128: #1199)
1129:
1.131 moko 1130: 2020-01-18 moko
1131:
1132: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1133:
1.130 moko 1134: 2019-12-28 moko
1135:
1136: * src/targets/cgi/parser3.C: avoid empty ?
1137:
1138: 2019-12-27 moko
1139:
1140: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1141: DOCUMENT_ROOT (related to feature #1164)
1142:
1143: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1144: fcgiwrap setup (implements feature #1164)
1145:
1146: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1147: but no issues found (related to feature #1164)
1148:
1149: * src/targets/cgi/parser3.C: actualized
1150:
1151: 2019-12-26 moko
1152:
1153: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1154: removed
1155:
1156: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1157: removed
1158:
1159: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1160: allocation errors, we don't want default gc warnings (without
1161: timestamp and URI).
1162:
1163: * src/: classes/memory.C, main/pa_globals.C,
1164: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1165: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1166: pa_globals_init
1167:
1168: * src/main/pa_globals.C: setup_hex_value() removed, static array
1169: initialization used (optimization)
1170:
1171: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1172: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1173: pa_socks_init/pa_socks_done moved inside pa_globals_init
1174: (optimization)
1175:
1.129 moko 1176: 2019-12-09 moko
1177:
1178: * src/include/pa_config_fixed.h: warning war
1179:
1.128 moko 1180: 2019-12-08 moko
1181:
1182: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1183: process grammar under Unix.
1184:
1185: 2019-12-07 moko
1186:
1187: * tests/389.html: For Windows XP. :)
1188:
1189: * tests/388-sql.html: Windows compatibility added
1190:
1191: 2019-12-06 moko
1192:
1193: * src/targets/cgi/parser3.C: warning war
1194:
1195: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1196: == sizeof(CORD)) to avoid aligning bugs in future
1197:
1198: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1199: XML_STATIC
1200:
1201: * src/include/pa_request.h: StackItem() not required
1202:
1203: * src/include/pa_stack.h: warning war
1204:
1205: * src/include/pa_config_includes.h: GCC warning silenced
1206:
1207: * src/include/pa_memory.h: warning war: the program should also
1208: define 'void operator delete [](void*, std::size_t)'
1209: [-Wsized-deallocation]
1210:
1211: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1212:
1213: * src/classes/string.C: not reqired cast removed
1214:
1215: * src/classes/string.C: not reqired cast removed
1216:
1217: 2019-12-05 moko
1218:
1219: * src/lib/sdbm/pa_file_io.C: warning war
1220:
1221: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1222: enum Language : size_t - required for VS2015+ to make
1223: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1224: without it (related to feature #1198)
1225:
1226: 2019-12-04 moko
1227:
1228: * src/main/pa_base64.C: unsigned char -> uchar
1229:
1230: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1231: as other libs
1232:
1233: * src/include/pa_version.h: +amd64
1234:
1235: 2019-12-03 moko
1236:
1237: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1238: release
1239:
1240: * src/include/pa_config_includes.h: warning war
1241:
1242: * src/classes/image.C: warning war
1243:
1244: * src/main/pa_globals.C: x64 libs support
1245:
1246: * src/include/pa_config_includes.h: warning war
1247:
1248: * src/types/pa_method.h: warning war
1249:
1.127 moko 1250: 2019-11-28 moko
1251:
1252: * src/classes/math.C: vs2003 compatibility + warning war
1253:
1254: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1255: libxml2-2.9.9 (related to feature #1136)
1256:
1257: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1258: typecast for more compatibility (related to feature #1136)
1259:
1260: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1261: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1262: feature #1136)
1263:
1264: 2019-11-26 moko
1265:
1266: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1267: removed (it was failing in $$var case), condition added
1268:
1.126 moko 1269: 2019-11-25 moko
1270:
1271: * tests/: 397.html, 399.html, results/141.processed,
1272: results/399.processed: base64 options tested
1273:
1274: * src/: classes/math.C, main/pa_http.C: base64 options used
1275:
1276: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1277: implemented (feature #986)
1278:
1279: * src/main/pa_cache_managers.C: whitespace
1280:
1281: * tests/: 397.html, 399.html, results/399.processed: tests for
1282: ^base64 encode options added (related to feature #986)
1283:
1284: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1285: pa_base64_encode(file) removed - more memory, but faster and less
1286: code (related fo feature #986)
1287:
1288: 2019-11-24 moko
1289:
1290: * tests/: 155.html, results/155.processed: limit and offset in
1291: ^table::load[] now supported, thus test added
1292:
1293: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1294: main/pa_common.C: optimization: offset and limit options parsing
1295: moved inside file_load.
1296:
1297: 2019-11-23 moko
1298:
1299: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1300: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1301: optimization: file_read replaced with simplified file_read_binary
1302:
1303: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1304: types/pa_vform.C: whitespace
1305:
1306: * src/: include/pa_common.h, main/pa_common.C: never used params
1307: removed
1308:
1309: 2019-11-21 moko
1310:
1311: * tests/: 193.html, results/193.processed, results/389.processed:
1312: test results updated as now base64 does not discard tail without
1313: padding (related to feature #986)
1314:
1315: 2019-11-20 moko
1316:
1317: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1318: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1319: pa_base64_decode (related to feature #986)
1320:
1321: * tests/398.html: tests for base64 decode added (related to feature
1322: #986)
1323:
1324: * src/main/pa_base64.C: base64_decode rewritten - padding option
1325: support, padding inside base 64 supported (related to feature
1326: #096)
1327:
1328: 2019-11-19 moko
1329:
1330: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1331: FreeBSD 12
1332:
1.125 moko 1333: 2019-11-16 moko
1334:
1335: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1336: support added, step support removed (related to #986)
1337:
1338: 2019-11-15 moko
1339:
1340: * src/classes/math.C: using log since log2 is not present on
1341: FreeBSD < 8.4 (related to feature #1177)
1342:
1343: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1344: pa_base64_size extracted and used for files as well (related to
1345: feature 986)
1346:
1347: 2019-11-14 moko
1348:
1349: * tests/: 397.html, results/397.processed: + content check
1350:
1351: * tests/: 141.html, results/141.processed: make test resuls more
1352: readable
1353:
1354: * tests/: 397.html, results/193.processed, results/397.processed:
1355: test results updated after \x00 character was disabled in
1356: math:convert string mode (related to feature #1177)
1357:
1358: * src/classes/: math.C, string.C: \\x00 character disabled while
1359: converting to string (as in base64, related to feature #1177)
1360:
1361: * src/classes/file.C: more correct arguments separation
1362:
1363: * src/: classes/file.C, classes/math.C, classes/string.C,
1364: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1365: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1366: options added, but not yet implemented (related to feature #986)
1367:
1368: * src/classes/math.C: whitespace
1369:
1370: 2019-11-13 moko
1371:
1372: * tests/: 397.html, results/397.processed: +tainting test (related
1373: to feature #1177)
1374:
1375: * src/classes/math.C: as we now produce not only digits, result
1376: should be tainted (related to feature #1177)
1377:
1378: * src/main/pa_base64.C: whitespace
1379:
1380: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1381: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1382: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1383: implementation moved from pa_common.h and pa_common.C
1384:
1385: 2019-11-12 moko
1386:
1387: * tests/: 275.html, results/275.processed: out of range test fixed,
1388: as ^math:convert now supports arbitrary precision
1389:
1390: 2019-11-11 moko
1391:
1392: * tests/results/389.processed: uctualized error message
1393:
1394: * tests/: 389.html, 397.html, results/397.processed: tests for
1395: ^math:convert added (related to feature #1177)
1396:
1397: * src/classes/math.C: ^math:convert now supports arbitrary
1398: precision, alphabet support added (implements feature #1177)
1399:
1.124 moko 1400: 2019-11-06 moko
1401:
1402: * tests/: 181.html, results/181.processed: entities usage added,
1403: more entites load tests (related to bug #842 discussion)
1404:
1405: 2019-11-05 moko
1406:
1407: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1408: call from xmlFileOpen if http://localhost/<file> was not found
1409: (related to bug #842)
1410:
1411: * src/main/pa_xml_io.C: rename
1412:
1413: * src/main/pa_xml_io.C: +MemoryStream constructor
1414:
1415: * src/main/pa_xml_io.C: whitespace
1416:
1.123 moko 1417: 2019-10-31 moko
1418:
1419: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1420: XML_PARSE_NOENT) added to fix entities load, (related to feature
1421: #1181)
1422:
1.122 moko 1423: 2019-10-25 moko
1424:
1425: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1426: queries tests
1427:
1428: 2019-10-24 moko
1429:
1430: * tests/: 388-sql.html, results/388-sql.processed: support for
1431: pgsql driver test
1432:
1433: * tests/: 388-sql.html, results/388-sql.processed:
1434: multi_statements=1 now tested, mysql test now supported
1435: (connection must be specified in [parser3] section in .my.cnf)
1436: related to issues #1195 and #1194
1437:
1.121 moko 1438: 2019-09-11 moko
1439:
1440: * src/classes/int.C: whitespace
1441:
1442: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1443: exception test
1444:
1445: * tests/results/388-sql.processed: sql queries now shown (related
1446: to feature #1196)
1447:
1448: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1449: with old parser versions.
1450:
1451: * src/: classes/file.C, classes/hash.C, classes/string.C,
1452: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1453: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1454: instead of connect string in query_event_handlers exceptions
1455: (implements feature #1196)
1456:
1.120 moko 1457: 2019-09-06 moko
1458:
1459: * tests/388-sql.html: mysql compat
1460:
1461: * src/: classes/hash.C, classes/string.C, classes/table.C,
1462: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1463: sql_ variables declaration moved to pa_common.h
1464:
1.116 moko 1465: 2019-01-15 moko
1466:
1467: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1468: logically sorted
1469:
1470: 2018-12-27 moko
1471:
1472: * src/include/pa_config_includes.h: warning war:
1473: -Wdeprecated-register added for C++ 17
1474:
1475: 2018-10-15 moko
1476:
1477: * configure.ac: FreeBSD 11.2 can be build with ./configure
1478: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1479: --with-xml=/usr/local/
1480:
1481: 2018-09-24 moko
1482:
1483: * tests/: 396.html, 396.tiff, results/396.processed: test for
1484: ^image::measure[] now supports tiff added (related to feature
1485: #1188)
1486:
1487: * src/classes/image.C: ^image::measure[] now supports tiff
1488: (implements feature #1188)
1489:
1490: 2018-09-20 moko
1491:
1492: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1493: files measure added (related to ticket #1188)
1494:
1495: * src/classes/image.C: measure of bmp files implemented (related to
1496: ticket #1188)
1497:
1498: 2018-09-18 moko
1499:
1500: * tests/: 394-curl.html, results/394-curl.processed,
1501: results/auto.p: test for bug #1187 (max_file_size check for head
1502: requests) added
1503:
1504: 2018-08-24 moko
1505:
1506: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1507: response content-length check is required (fixes bug #1187)
1508:
1509: 2018-05-11 moko
1510:
1511: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1512: $.append(bool) ] option added (related to feature #919)
1513:
1514: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1515: from misha@ patch (implements feature #919)
1516:
1517: 2018-03-22 moko
1518:
1519: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1520: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1521: with 128kb buffer. Now works at least 12 times faster. :) May be
1522: Windows-only problem.
1523:
1524: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1525: build fix)
1526:
1527: 2018-02-03 moko
1528:
1529: * src/main/execute.C: removes irrelevant lines from exception stack
1530: trace when exceptions occurs in assigment (fixes bug #1165)
1531:
1532: * tests/: 393.html, results/393.processed: test for behavour after
1533: "Property can not be created, already exists field with that
1534: name" exception removed (related to feature #1183)
1535:
1536: * src/types/pa_vclass.C: "Property can not be created, already
1537: exists field with that name" exception removed (implements
1538: feature #1183)
1539:
1540: 2018-01-19 moko
1541:
1542: * src/classes/string.C: whitespace
1543:
1544: * src/classes/string.C: whitespace
1545:
1546: * tests/: 392.html, results/392.processed: test for
1547: ^regex::create[$regex] added (related to feature #1135)
1548:
1549: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1550: ^regex::create[$regex] added (implements feature #1135)
1551:
1552: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1553: commented define added (related to feature #1157)
1554:
1555: 2018-01-17 moko
1556:
1557: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1558:
1559: 2018-01-15 moko
1560:
1561: * tests/: 390.html, results/390.processed: real path replaced by
1562: stub
1563:
1564: * tests/: 391.html, results/391.processed: test for feature #1181
1565: (XML_PARSE_HUGE exception) added
1566:
1567: 2018-01-11 moko
1568:
1569: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1570: XML_PARSE_HUGE option passed by default (implements feature
1571: #1181)
1572:
1573: * src/classes/string.C: whitespace
1574:
1575: 2017-12-10 moko
1576:
1577: * tests/: 389.html, 390.html, results/389.processed,
1578: results/390.processed: image code coverage tests added (related
1579: to feature #1125)
1580:
1581: 2017-12-08 moko
1582:
1583: * tests/: 346-curl.html, 388-sql.html, 389.html,
1584: results/346-curl.processed, results/388-sql.processed,
1585: results/389.processed: more code coverage tests
1586:
1587: * tests/: 264.html, results/264.processed: code coverage for
1588: ^file::exec[]
1589:
1590: 2017-12-07 moko
1591:
1592: * tests/: 174.html, 388-sql.html, 389.html,
1593: results/388-sql.processed, results/389.processed,
1594: results/174.processed: more coverage tests
1595:
1596: * src/classes/math.C: exception text actualized
1597:
1598: 2017-12-06 moko
1599:
1600: * tests/388-sql.html: $SQL can be here
1601:
1602: * tests/results/auto.p: $SQL not required here
1603:
1604: * tests/: 388-sql.html, 389.html, Makefile,
1605: results/388-sql.processed, results/389.processed, results/auto.p:
1606: code coverage tests for sql (using sqlite) and int/double/bool
1607: added (related to feature #1125)
1608:
1609: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1610: lib/json/json.vcproj, lib/md5/md5.vcproj,
1611: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1612: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1613: targets/apache/ApacheModuleParser3Core.vcproj,
1614: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1615: types/types.vcproj: gc\include no longer required
1616:
1617: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1618: required
1619:
1620: * src/: classes/Makefile.am, classes/table.C,
1621: include/pa_config_includes.h, include/pa_string.h,
1622: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1623: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1624: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1625: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1626: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1627: used, we now include it directly
1628:
1629: 2017-12-04 moko
1630:
1631: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1632: memcached/memcached.vcproj, punycode/punycode.vcproj,
1633: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1634: where required
1635:
1636: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1637: now can be used to trace memory allocations
1638:
1639: * src/: classes/table.C, include/pa_config_includes.h,
1640: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1641: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1642: method removes, libcord also can work without libgc
1643:
1644: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1645:
1646: 2017-11-29 moko
1647:
1648: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1649: are not present (related to feature #1173)
1650:
1651: * tests/346-curl.html: test updated to test curl content-length bug
1652: (related to feature #1173)
1653:
1654: * tests/results/346-curl.processed: more test for content-length
1655: curl bug (related to feature #1173)
1656:
1657: * tests/results/346-curl.processed: test results updated after
1658: #1173 implemented
1659:
1660: 2017-11-28 moko
1661:
1662: * src/classes/curl.C: another libcurl Content-length bug walkaround
1663: (related to feature #1173)
1664:
1665: 2017-11-27 moko
1666:
1667: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1668: $.http_version[version string] added (implements feature #1173),
1669: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1670: where $post(true) bug existed.
1671:
1672: 2017-11-18 moko
1673:
1674: * src/include/pa_memory.h: warning war (related to feature #1170)
1675:
1676: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1677: feature #1170)
1678:
1679: 2017-11-17 moko
1680:
1681: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1682: std::basic_stringstream used in ^table.csv-string[] is compatible
1683: with delete usage check only under Debian 9 (related to feature
1684: #1170)
1685:
1686: 2017-11-16 moko
1687:
1688: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1689: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1690: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1691: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1692: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1693: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1694: stubs defend from accidental use (implements feature #1170)
1695:
1696: 2017-06-24 moko
1697:
1698: * configure.ac: minor fix: thanks to alx@
1699:
1.115 moko 1700: 2017-05-29 moko
1701:
1702: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1703: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1704: added to avoid cutting of UTF-8 chars (fixed bug #123)
1705:
1706: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1707: ignored, =?UTF-8?Q?= should start in case of leading space
1708: (related to bug #123)
1709:
1710: * buildall: echo -n -> printf for OS X. :)
1711:
1712: 2017-05-25 moko
1713:
1714: * tests/: 288.html, results/288.processed: test updated afted
1715: setting $o.prop without setter exception removed (related to
1716: feature #1157)
1717:
1718: * src/types/pa_vclass.C: no more "this property has no setter
1719: method" when setting $o.prop without setter (implements feature
1720: #1157)
1721:
1722: * buildall: echo \c -> echo -n for FreeBSD
1723:
1724: * configure, configure.ac, src/include/pa_config_auto.h.in,
1725: src/types/pa_vdouble.h: isfinite now checked in configure
1726:
1727: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1728: upgraded to automake 1.15
1729:
1730: 2017-05-23 moko
1731:
1732: * src/types/pa_vdouble.h: finite returned where isfinite not
1733: defined
1734:
1735: 2017-05-22 moko
1736:
1737: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1738:
1739: * buildall: extern CFLAGS setting support
1740:
1741: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1742:
1743: * buildall: http -> https
1744:
1745: * buildall: gc-7.2f -> gc-7.6.0
1746:
1747: 2017-05-20 moko
1748:
1749: * buildall: https, pcre, xml, xslt updated to current versions
1750: (related to feature #1136)
1751:
1752: 2017-05-19 moko
1753:
1754: * tests/097.html: after parser.ru moved to https
1755:
1756: 2017-05-17 moko
1757:
1758: * tests/results/: 175.processed, 372.processed: tests resuls
1759: updated after lintian spelling typos fixed (related to bug #1156)
1760:
1761: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1762: classes/string.C, classes/table.C, main/pa_charset.C,
1763: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1764: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1765: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1766:
1767: * tests/results/096.processed: +XMP
1768:
1769: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1770: $.xmp(true) options tested (test for feature #1154)
1771:
1772: * src/classes/image.C: ^image:measure[] options $.exif(false)
1773: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1774: fetched by default! (implements feature #1154)
1775:
1776: 2017-05-16 moko
1777:
1778: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1779: allowed (related to feature #1154)
1780:
1781: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1782: initial XMP implementation - without options and transcode
1783: (related to feature #1154)
1784:
1785: 2017-05-12 moko
1786:
1787: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1788: image: exif moved to ffields, skipped in ^image.html[] where
1789: iterators now used (preparation for feature #1154)
1790:
1791: 2017-05-05 moko
1792:
1793: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1794: results/387.processed: test for circular class inheritance check
1795: added (related to bug #1150)
1796:
1797: * src/types/pa_vstateless_class.C: circular class inheritance check
1798: added (fixes endless add_derived bug #1150)
1799:
1800: 2017-05-04 moko
1801:
1802: * tests/: 386.html, results/386.processed: test for
1803: $table.value(number) added (related to feature #1152)
1804:
1805: * src/types/pa_vtable.C: table put_element: column value must be
1806: string - > column value must be string compatible to allow
1807: $t.value(1) (implements feature #1152)
1808:
1809: 2017-05-03 moko
1810:
1811: * src/main/pa_request.C: $use[$method] is not possible, reverting
1812: (related to feature #1151)
1813:
1814: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1815: not possible, removing test (related to feature #1151)
1816:
1817: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1818: get_element_method added and used to allow $use[$method] and
1819: $autouse[$method] (implements feature 1151)
1820:
1821: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1822: variable added (related to feature #1151)
1823:
1824: * tests/results/226.processed: actualized after ^try-catch used
1825:
1826: * tests/: 226.html, 385.html, results/385.processed: test for
1827: @autouse in variable added
1828:
1829: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1830:
1.114 moko 1831: 2017-02-27 moko
1832:
1833: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1834:
1.113 moko 1835: 2017-02-20 moko
1836:
1837: * operators.txt: actualization + beauty
1838:
1839: 2017-02-16 moko
1840:
1841: * tests/: 384.html, results/384.processed: test for
1842: ^reflection:mixin[; $.name[] ] option added (related to feature
1843: #1089)
1844:
1845: * tests/: 384.html, results/384.processed: test for
1846: ^reflection:mixin[] added (related to feature #1089)
1847:
1848: * src/types/pa_value.h: warning war: virtual ~Value() added
1849:
1.112 moko 1850: 2017-02-15 moko
1851:
1852: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1853: fixed
1854:
1855: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1856: test added (related to feature #1069)
1857:
1858: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1859: compilation without HASH_ORDER fixed
1860:
1861: * src/: classes/reflection.C, include/pa_hash.h:
1862: $.reverse(true/false) added to ^reflection:methods[] (related to
1863: feature #1069)
1864:
1865: 2017-02-14 moko
1866:
1867: * tests/: 152.html, results/152.processed: test for $._default hash
1868: added (related to bug #1131)
1869:
1870: * tests/: 277.html, results/277.processed: test for hash with only
1871: $._default is now defined (related to bug #1131)
1872:
1873: * src/types/pa_vhash.h: hash with only $._default is now defined
1874: (fixed bug #1131)
1875:
1876: 2017-02-13 moko
1877:
1878: * tests/cat-windows.sh: cat-windows added (cygwin required)
1879:
1880: * tests/: 171.html, 264.html, 286.html, 370.html,
1881: results/320.processed, results/375.processed, results/auto.p:
1882: cat-windows.sh support added
1883:
1884: * tests/375.html: Windows support
1885:
1886: * tests/270.html: documented
1887:
1888: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1889: (not backslashes) even under Windows (broke test 270)
1890:
1891: 2017-02-12 moko
1892:
1893: * tests/: descript.ion, todo.txt: cleanup
1894:
1895: 2017-02-09 moko
1896:
1897: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1898: run_tests.cmd: Windows compatibility
1899:
1900: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1901: incorrectly (GMT) if parser is called from cygwin
1902:
1.111 moko 1903: 2017-02-08 moko
1904:
1.112 moko 1905: * operators.txt: actualization 15% completed
1906:
1907: * operators.txt: cp1251 -> utf-8
1908:
1909: * NEWS, README: minor update
1910:
1911: * src/include/pa_config_includes.h: warning war continues
1912:
1913: * src/: include/pa_config_includes.h, include/pa_memory.h,
1914: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1915: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1916: gcc 6.x issues fixed
1917:
1.111 moko 1918: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1919: classes/classes.h, classes/curl.C, classes/date.C,
1920: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1921: classes/hashfile.C, classes/image.C, classes/inet.C,
1922: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1923: classes/memcached.C, classes/memory.C, classes/op.C,
1924: classes/reflection.C, classes/regex.C, classes/response.C,
1925: classes/string.C, classes/table.C, classes/void.C,
1926: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1927: include/pa_array.h, include/pa_cache_managers.h,
1928: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1929: include/pa_config_fixed.h, include/pa_config_includes.h,
1930: include/pa_dictionary.h, include/pa_dir.h,
1931: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1932: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1933: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1934: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1935: include/pa_request_charsets.h, include/pa_request_info.h,
1936: include/pa_sapi.h, include/pa_socks.h,
1937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1938: include/pa_stack.h, include/pa_string.h,
1939: include/pa_stylesheet_connection.h,
1940: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1941: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1942: include/pa_uue.h, include/pa_xml_exception.h,
1943: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1944: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1945: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1946: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1947: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1948: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1949: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1950: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1951: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1952: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1953: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1954: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1955: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1956: main/pa_string.C, main/pa_stylesheet_connection.C,
1957: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1958: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1959: main/untaint.C, sql/pa_sql_driver.h,
1960: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1961: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1962: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1963: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1964: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1965: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1966: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1967: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1968: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1969: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1970: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1971: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1972: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1973: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1974: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1975: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1976: types/pa_vmemcached.h, types/pa_vmemory.h,
1977: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1978: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1979: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1980: types/pa_vresponse.C, types/pa_vresponse.h,
1981: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1982: types/pa_vstateless_object.h, types/pa_vstatus.C,
1983: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1984: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1985: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1986: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1987: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1988: 2015->2017
1989:
1.110 moko 1990: 2017-02-07 moko
1991:
1992: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1993:
1994: 2017-02-06 moko
1995:
1996: * src/main/pa_common.C: minor fixes, whitespace
1997:
1998: * src/: classes/curl.C, classes/file.C, classes/image.C,
1999: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2000: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2001: now used (implements feature #1081)
2002:
2003: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2004:
2005: 2017-02-01 moko
2006:
2007: * src/include/pa_request.h: cleanup
2008:
2009: 2017-01-30 moko
2010:
2011: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2012:
2013: 2017-01-29 moko
2014:
2015: * tests/: 383.html, results/383.processed: test for
2016: ^reflection:stack[] added (related to feature #1052)
2017:
2018: * src/classes/reflection.C: else added
2019:
2020: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2021: $.max_file_lock_wait added (implements feature #1128)
2022:
2023: 2017-01-28 moko
2024:
2025: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2026: body and other cases tests added (related to featue #1014)
2027:
2028: * src/classes/curl.C: bug if response is empty fixed (related to
2029: feature #1014)
2030:
2031: 2017-01-27 moko
2032:
2033: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2034: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2035: added (implements feature #1052)
2036:
2037: 2017-01-25 moko
2038:
2039: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2040: method test added
2041:
2042: 2017-01-23 moko
2043:
2044: * src/classes/reflection.C: optimization: options->get replaced by
2045: hash iterator
2046:
2047: * tests/: 381.html, results/381.processed: now -> fixed date
2048:
2049: * src/main/pa_request.C: warning war
2050:
2051: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2052: 5Mb (fixes bug #1058)
2053:
2054: * src/classes/curl.C: warning war
2055:
2056: * tests/: 381.html, results/381.processed: tests for ^json:string
2057: $.one-line(true) option added (related to feature #1124)
2058:
2059: * src/: classes/json.C, types/pa_value.h: $json-string
2060: $.one-line(true|false) options is now supported (implements
2061: feature #1124)
2062:
2063: * tests/: 380.html, results/380.processed: test for modified
2064: $.max_file_size added (related to bug #1014)
2065:
2066: * tests/: 379.html, results/auto.p: tests for rewritten http file
2067: load added (related to bug #1014)
2068:
2069: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2070: main/pa_common.C, main/pa_http.C: check_file_size added and used
2071: in curl / file load from disk and http, http file load rewritten
2072: (related to bug #1014)
2073:
2074: 2017-01-18 moko
2075:
2076: * tests/: 378.html, results/378.processed: tests for ^result[]
2077: added (related to feature #66)
2078:
2079: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2080: Method::CO_WITHOUT_FRAME as frame still added in expression
2081: (related to feature #66)
2082:
2083: 2017-01-17 moko
2084:
2085: * tests/: 377.html, results/377.processed: test for different
2086: combinations of breaks in body and delimiter (related to bug
2087: #1077)
2088:
2089: * tests/: 376.html, results/376.processed: many ^break[] tests
2090: added (related to bug #1077)
2091:
2092: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2093: passed to native method" exception added to avoid bugs due to
2094: WRITE_EXPR_RESULT skipped and native methods execution continues
2095: after ^break[] (related to bug #1077)
2096:
2097: 2017-01-14 moko
2098:
2099: * tests/: 330.html, results/330.processed: test results updated
2100: after ^break[] bugs where fixed (related to bug #1077)
2101:
2102: * tests/: 329.html, results/329.processed: test results updated
2103: after ^break[] bugs where fixed (related to bug #1077)
2104:
2105: * tests/results/320.processed: ^return[] added
2106:
2107: 2017-01-13 moko
2108:
2109: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2110: classes/table.C, include/pa_request.h, main/execute.C,
2111: main/pa_request.C, targets/cgi/parser3.C,
2112: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2113: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2114: checked after each possible process/execute call (fixes bug
2115: #1077)
2116:
2117: 2016-12-29 moko
2118:
2119: * src/main/pa_common.C: warning war
2120:
2121: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2122: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2123: pa_file_size_limit added, ^math:random fixed for upper limit and
2124: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2125: (related to feature #1014)
2126:
2127: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2128: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2129: (related to feature #1014)
2130:
2131: 2016-12-28 moko
2132:
2133: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2134: warning war
2135:
2136: 2016-12-26 moko
2137:
2138: * tests/: 341.html, results/341.processed: test for
2139: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2140:
2141: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2142: (related to feature #1057)
2143:
2144: * src/types/pa_vdate.C: warning war continues...
2145:
2146: * src/: classes/date.C, classes/image.C, classes/table.C,
2147: include/pa_config_includes.h, types/pa_vfile.C: warning war
2148:
2149: * src/lib/gd/gifio.C: warning war / cleanup
2150:
2151: * src/lib/json/pa_json.C: warning war
2152:
2153: * src/classes/hash.C: warning war
2154:
2155: * src/types/pa_vfile.C: warning war
2156:
2157: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2158: -Wall warning war continues
2159:
2160: * configure.ac: --with-build-warnings actualized
2161:
2162: 2016-12-25 moko
2163:
2164: * src/main/pa_exec.C: -wAll warning war
2165:
2166: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2167: -wAll warning war
2168:
2169: * src/: include/pa_common.h, include/pa_sapi.h,
2170: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2171: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2172: -wAll warning war
2173:
2174: 2016-12-23 moko
2175:
2176: * src/lib/ltdl/Makefile.am: extra dist added
2177:
2178: * tests/results/344.processed: test result updated after $file.text
2179: prefetched in ^hash::create[$file] (related to feature #1075)
2180:
2181: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2182: ^hash::create[$file] (related to feature #1075)
2183:
2184: 2016-12-22 moko
2185:
2186: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2187: main/pa_request.C, main/pa_stylesheet_connection.C,
2188: types/pa_vfile.C: file_stat now return 64-bit size (implements
2189: #1014 under 32-bit unix versions)
2190:
2191: 2016-12-21 moko
2192:
2193: * tests/: 375.html, results/375.processed: test for exec returning
2194: stated file added (related to feature #1119)
2195:
2196: * src/classes/file.C: load should not return file with null body
2197: (fixes bug #1119)
2198:
2199: 2016-12-14 moko
2200:
2201: * tests/: 374.html, results/374.processed: test for $method.name
2202: added (related to feature #1117) plus method returning junction
2203: test
2204:
2205: 2016-12-13 moko
2206:
2207: * src/: include/pa_symbols.h, main/pa_symbols.C,
2208: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2209: (implements feature #1117)
2210:
2211: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2212: HEAD and TRACE can't have body (implements feature #1116)
2213:
2214: 2016-12-09 moko
2215:
2216: * tests/: 373.html, results/373.processed: tests for
2217: ^reflection:tainting added (related to feature #1098)
2218:
2219: * src/classes/reflection.C: ^reflection:tainting arguments order
2220: change (related to feature #1098)
2221:
2222: 2016-12-06 moko
2223:
2224: * src/: classes/reflection.C, include/pa_string.h,
2225: main/pa_string.C: ^reflection:tainting[$string] added (implements
2226: feature #1098)
2227:
2228: 2016-12-05 moko
2229:
2230: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2231: (fixes bug #1114)
2232:
2233: 2016-12-04 moko
2234:
2235: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2236: check added
2237:
2238: 2016-12-03 moko
2239:
2240: * tests/: 346-curl.html, results/346-curl.processed: test modified
2241: to test value.as_hash() usage
2242:
2243: * src/classes/curl.C: value.as_hash() used for correct hash
2244: processing
2245:
2246: * src/classes/reflection.C: exceptions texts fixes
2247:
2248: 2016-12-02 moko
2249:
2250: * tests/: 372.html, results/372.processed: tests for
2251: ^reflection:create[ $.class[name] $.constructor[name]
2252: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2253: feature #1094)
2254:
2255: * src/types/pa_vmethod_frame.h: comment added: params should be
2256: declared outside of *_FRAME_ACTION as MethodParams destructor
2257: will be called in ~VNativeMethodFrame
2258:
2259: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2260: ] minor fix
2261:
2262: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2263: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2264: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2265: now supported (implements feature #1094) value::as_hash added
2266: (and should be used everywhere)
2267:
2268: * src/classes/reflection.C: cleanup
2269:
2270: 2016-12-01 moko
2271:
2272: * tests/: 356.html, results/356.processed: test for method
2273: junctions class name added to the resulting hash added (related
2274: to feature #1068)
2275:
2276: * src/classes/reflection.C: for method junctions class name added
2277: to the resulting hash (related to feature #1068)
2278:
2279: 2016-11-30 moko
2280:
2281: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2282: exception (related to bug #1113)
2283:
2284: * src/types/pa_vhashfile.C: whitespace
2285:
2286: * src/main/pa_os.C: errno now returned as it should (fixes bug
2287: #1113)
2288:
2289: * tests/results/: 175.processed, 192.processed, 224.processed,
2290: 229.processed, 239.processed, 244.processed, 246.processed,
2291: 314.processed, 352.processed: tests results updated after method
2292: call exceptions improved as method now keeps its name
2293:
2294: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2295: types/pa_vmethod_frame.h: method call exceptions improved as
2296: method now keeps its name
2297:
2298: * tests/: 224.html, 239.html, results/224.processed,
2299: results/239.processed: tests and tests results updated after
2300: Request::construct exception changed
2301:
2302: * src/: classes/reflection.C, main/execute.C: Request::construct
2303: exception optimized
2304:
2305: * tests/: 371.html, results/371.processed: test for
2306: WWrapper.get_element call in $.name.key[value] code added
2307: (related to feature #1091)
2308:
2309: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2310: in $.name.key[value] code (related to feature #1091)
2311:
2312: 2016-11-29 moko
2313:
2314: * src/classes/op.C: VS warning war
2315:
2316: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2317: C4239: nonstandard extension used : 'return' : conversion from
2318: 'Value' to 'Value &' (related to feature #1020)
2319:
2320: * src/: main/execute.C, types/pa_vmethod_frame.h,
2321: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2322: used : 'return' : conversion from 'Value' to 'Value &' (related
2323: to feature #1020)
2324:
2325: * src/main/execute.C: VS warning war
2326:
2327: * src/targets/cgi/parser3.C: VS compatibility fix
2328:
2329: * src/include/pa_request.h: VS warning war
2330:
2331: * tests/: 370.html, results/370.processed: test for ^file::exec[
2332: ... $.stdin[$binary_file] ] added (related to bug #1044)
2333:
2334: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2335: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2336: $.stdin[$binary_file] (fixes bug #1044)
2337:
2338: 2016-11-28 moko
2339:
2340: * src/main/pa_exec.C: whitespace
2341:
2342: * src/main/pa_request.C: whitespace
2343:
2344: * tests/: 369.html, results/369.processed: test for
2345: $response:status usage added (related to feature #1099)
2346:
2347: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2348: if < 100 (implements feature #1099)
2349:
2350: * src/targets/cgi/parser3.C: whitespace
2351:
2352: * src/targets/cgi/parser3.C: whitespace
2353:
2354: * tests/: 368.html, results/368.processed: test updated after
2355: ^reflection:filename[$method] added (related to feature #1053)
2356:
2357: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2358: main/compile.y, main/execute.C, main/pa_request.C,
2359: types/pa_vclass.h: filename -> filespec,
2360: ^reflection:filename[$method] added (related to feature #1053)
2361:
2362: 2016-11-27 moko
2363:
2364: * tests/: 368.html, results/368.processed: test for
2365: reflection:filename[$class or object] added (related to feature
2366: #1053)
2367:
2368: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2369: types/pa_vstateless_class.h: ^reflection:filename[$class or
2370: object] added (implements feature #1053)
2371:
2372: 2016-11-26 moko
2373:
2374: * src/: include/pa_request_info.h,
2375: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2376: remove_absolute_uri -> strip_absolute_uri
2377:
2378: 2016-11-25 moko
2379:
2380: * src/: include/pa_request_info.h,
2381: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2382: request_info.remove_absolute_uri added to remove possible
2383: http://site.name/ from $request:uri (implements feature #1112)
2384:
2385: 2016-11-24 moko
2386:
2387: * tests/: 367-curl.html, results/367-curl.processed: test for
2388: previous request headers clearing after redirect added (related
2389: to bug #1109)
2390:
2391: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2392: response headers from previous requests are now cleared, only
2393: last request headers are collected (fixes bug #1109)
2394:
2395: * tests/results/: 266.processed, 321.processed, 356.processed:
2396: tests results updated as method name now added to the resulting
2397: hash for new syntax only (Imp1 compatimility fixed, related to
2398: feature #1068)
2399:
2400: * src/classes/reflection.C: method name now added to the resulting
2401: hash for new syntax only (Imp1 compatimility fixed, related to
2402: feature #1068)
2403:
2404: * tests/results/366.processed: test for native and parser
2405: implementation of ^use[] logic (related to feature #1074)
2406:
2407: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2408: for native and parser implementation of ^use[] logic (related to
2409: feature #1074)
2410:
2411: 2016-11-23 moko
2412:
2413: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2414: main/pa_request.C: @USE file now implemented as ^use[file;
2415: $.origin[origin_file] ] (implements feature #1074)
2416:
1.109 moko 2417: 2016-11-21 moko
2418:
1.110 moko 2419: * tests/: 365.html, results/365.processed: test for $caller bugs in
2420: 3.4.4 and $caller.method now tested (related to feature #1110)
2421:
2422: * tests/: 364.html, results/364.processed: $caller usage in
2423: different contexts now tested (related to feature #1110)
2424:
2425: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2426:
2427: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2428:
1.109 moko 2429: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2430: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2431: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2432: used (implements feature #1110)
2433:
2434: 2016-11-20 moko
2435:
2436: * src/types/pa_vdouble.h: whitespace
2437:
2438: 2016-11-11 moko
2439:
2440: * tests/: 363.html, results/363.processed: more tests for feature
2441: #1091 (how parser methods work in expression context)
2442:
2443: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2444: expressions strings are now written as strings, not values by
2445: write_as_string (related to feature #1091)
2446:
2447: * src/classes/op.C: to make more correct behavour in expression
2448: context
2449:
2450: 2016-11-07 moko
2451:
2452: * tests/: 362.html, results/362.processed: test for
2453: xsltParseStylesheetDoc caching as xsl modification after it added
2454: (related to bug #1108)
2455:
2456: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2457: result now cached as xdoc is modified after it (fixes bug #1108)
2458:
2459: 2016-11-06 moko
2460:
2461: * src/types/pa_vxdoc.h: whitespace
2462:
2463: 2016-11-05 moko
2464:
2465: * src/types/pa_vmethod_frame.h: cleanup
2466:
2467: 2016-11-03 moko
2468:
2469: * tests/results/244.processed: more correct exception after method
2470: frames separation
2471:
2472: * src/types/pa_vmethod_frame.h: minor optimizaion
2473:
2474: * src/types/pa_method.h: optimization: params_count added
2475:
2476: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2477: include/pa_request.h, main/execute.C, main/pa_request.C,
2478: types/pa_value.C, types/pa_vmethod_frame.C,
2479: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2480: VMethodFrame now divided into VNativeMethodFrame,
2481: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2482: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2483: and used (related to feature #1104)
2484:
2485: 2016-11-02 moko
2486:
2487: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2488: classes/double.C, classes/file.C, classes/hash.C,
2489: classes/hashfile.C, classes/image.C, classes/inet.C,
2490: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2491: classes/memcached.C, classes/op.C, classes/reflection.C,
2492: classes/regex.C, classes/string.C, classes/table.C,
2493: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2494: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2495: r.write (implements feature #1091)
2496:
2497: * src/main/execute.C: cleanup (related to feature #1104)
2498:
2499: * src/: include/pa_request.h, main/execute.C,
2500: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2501: added, in_expression removed (implements feature #1104)
2502:
2503: 2016-10-31 moko
2504:
2505: * src/types/pa_value.C: whitespace
2506:
2507: 2016-10-28 moko
2508:
2509: * tests/results/244.processed: updated after error reporting fixed
2510: in pa_wcontext.C
2511:
2512: * src/types/pa_wcontext.C: error reporting fixed
2513:
2514: * src/types/pa_wcontext.h: whitespace
2515:
2516: * src/classes/image.C: not fully readed entries are no longer
2517: processed (fixes bug #1106)
2518:
2519: 2016-10-26 moko
2520:
2521: * src/classes/image.C: whitespace
2522:
2523: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2524: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2525: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2526: longer required (related to feature #1091)
2527:
2528: * tests/results/: 264.processed, 350.processed: test results update
2529: reverted (whitespace optimization) after write_no_lang removed :)
2530: (related to feature #1091)
2531:
2532: * src/: classes/file.C, classes/hash.C, classes/op.C,
2533: classes/string.C, classes/table.C, classes/void.C,
2534: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2535: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2536: equal write_pass_lang (related to feature #1091)
2537:
2538: * tests/results/: 264.processed, 350.processed: test results
2539: updated (whitespace optimization) after write_assign_lang removed
2540: (related to feature #1091)
2541:
2542: * tests/: 361.html, results/361.processed: test for non-string
2543: ^untaint added (related to feature #1091)
2544:
2545: * src/: classes/curl.C, classes/date.C, classes/file.C,
2546: classes/hash.C, classes/op.C, classes/string.C,
2547: include/pa_request.h, main/execute.C: optimization:
2548: write_assign_lang removed as not required (first part of feature
2549: #1091 implementation)
2550:
1.108 moko 2551: 2016-10-12 moko
2552:
2553: * tests/: 360.html, results/360.processed: more test code (related
2554: to feature #1104)
2555:
2556: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2557: include/pa_request.h, main/compile.y, main/execute.C: opcode
2558: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2559: WContext is next task (implements feature #1104)
2560:
2561: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2562: / CO_WITHOUT_WCONTEXT
2563:
2564: * tests/: 360.html, results/360.processed: test for in expression
2565: state (related to feature #1104)
2566:
2567: 2016-10-11 moko
2568:
2569: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2570:
2571: * src/classes/op.C: default value removed from initializer
2572:
2573: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2574:
2575: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2576:
2577: 2016-10-10 moko
2578:
2579: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2580: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2581: to feature #42)
2582:
2583: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2584: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2585:
2586: 2016-10-08 moko
2587:
2588: * src/classes/double.C: whitespace
2589:
2590: 2016-10-07 moko
2591:
2592: * src/types/pa_vmethod_frame.h: reorder
2593:
2594: 2016-10-06 moko
2595:
2596: * src/classes/date.C: typo
2597:
2598: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2599:
2600: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2601: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2602: types/pa_vmethod_frame.h: params.get now returns Value&, not
2603: Value*
2604:
2605: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2606:
2607: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2608: removed; first as_* code rewrite
2609:
2610: 2016-10-05 moko
2611:
2612: * src/include/pa_request.h: whitespace
2613:
2614: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2615: intercept_string added (related to feature #1097)
2616:
2617: * src/: classes/image.C, classes/op.C, classes/table.C,
2618: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2619: optimization: intercept_string removed (implements feature #1097)
2620:
2621: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2622:
2623: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2624: from VCodeFrame and WWrapper as not required
2625:
2626: 2016-10-04 moko
2627:
2628: * src/: classes/curl.C, classes/date.C, classes/double.C,
2629: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2630: classes/int.C, classes/json.C, classes/op.C,
2631: classes/reflection.C, classes/string.C, classes/table.C,
2632: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2633: proces_to_value -> process after StringOrValue removed (related
2634: to feature #1020)
2635:
2636: * src/classes/form.C: whitespace
2637:
2638: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2639:
2640: * tests/: 357.html, 358.html, results/357.processed,
2641: results/358.processed, results/auto.p: test for @conf
2642: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2643:
2644: 2016-10-03 moko
2645:
2646: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2647: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2648: supported (implements feature #42)
2649:
2650: * src/types/pa_vregex.h: no reason for VRegex to be
2651: is_evaluated_expr
2652:
2653: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2654: (implements feature #1095)
2655:
2656: 2016-10-01 moko
2657:
2658: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2659: false by default (related to feature #1089)
2660:
2661: 2016-09-30 moko
2662:
2663: * src/types/pa_wcontext.h: cleanup
2664:
2665: 2016-09-29 moko
2666:
2667: * src/main/execute.C: whitespace
2668:
2669: * src/include/pa_request.h: whitespace
2670:
2671: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2672: classes/op.C, classes/table.C, include/pa_request.h,
2673: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2674: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2675: StringOrValue removed as it just slows down and adds complexity
2676: (implements feature #1020)
2677:
2678: 2016-09-28 moko
2679:
2680: * tests/: 356.html, results/266.processed, results/321.processed,
2681: results/356.processed: tests updated after name was added to
2682: method_info hash, test for ^reflection:method_info[junction]
2683: added (related to feature #1068)
2684:
2685: * src/classes/reflection.C: ^reflection:method_info[junction] now
2686: supported, method name added to the resulting hash (implements
2687: feature #1068)
2688:
2689: * tests/: 276.html, results/276.processed: more tests for
2690: ^reflection:delete[]
2691:
2692: * src/classes/reflection.C: fixed bug then ^reflection:delete
2693: didn't work on class and could damage native objects (like file)
2694:
2695: 2016-09-26 moko
2696:
2697: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2698: results/345.processed, results/346-curl.processed,
2699: results/347-curl.processed, results/348.processed: numbers added
2700: to simplify diff analysis
2701:
2702: * tests/: 352.html, results/352.processed: test result updated as
2703: method name used
2704:
2705: * src/classes/reflection.C: method name used
2706:
2707: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2708: its name
2709:
2710: * src/types/pa_method.h: whitespace
2711:
2712: * src/classes/reflection.C: both method and field with one name can
2713: exist.
2714:
2715: * src/classes/reflection.C: ^reflection:mixin added (implements
2716: feature #1089)
2717:
2718: * tests/: 355.html, results/355.processed: property appears in
2719: derived class if added in base test added
2720:
2721: * src/types/pa_vstateless_class.h: get_method declaration +
2722: whitespace
2723:
2724: * tests/: 354.html, results/354.processed: nice test from method
2725: and property with one name in class added
2726:
2727: 2016-09-23 moko
2728:
2729: * src/classes/reflection.C: ^reflection:method usage documented
2730:
2731: 2016-09-22 moko
2732:
2733: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2734: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2735: compile warning and GPF occures on VS2003 (related to feature
2736: #1087)
2737:
2738: * tests/: 350.html, results/350.processed: test added for
2739: $.encloser[] support in ^table::create (related to feature #11)
2740:
2741: * src/classes/table.C: another minor fix (related to feature #11)
2742:
1.107 moko 2743: 2016-09-21 moko
2744:
2745: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2746:
2747: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2748: classes/json.C, classes/string.C, classes/table.C,
2749: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2750: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2751: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2752: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2753: pa_charsets, vs2015 warning war
2754:
2755: * src/classes/table.C: vs2015 warning war
2756:
2757: * src/types/pa_vdate.C: vs2015 warning war
2758:
2759: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2760:
2761: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2762: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2763:
2764: * src/main/pa_common.C: vs2015 compilation fixes
2765:
2766: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2767: vs2015 compilation fixes
2768:
2769: * src/main/pa_charset.C: vs2015 warning war
2770:
2771: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2772:
2773: * src/main/pa_charset.C: vs2015 warning war
2774:
2775: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2776:
2777: * src/types/pa_vdate.C: vs2015 compilation fix
2778:
2779: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2780:
2781: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2782: VS2015 compilation fixes
2783:
2784: * src/classes/table.C: minor fix (related to feature #11)
2785:
2786: * tests/results/282.processed: no longer skipping extra enclosers
2787: (related to feature #11)
2788:
2789: * src/classes/table.C: minor fix + no longer skipping extra
2790: enclosers (related to feature #11)
2791:
2792: * src/classes/table.C: minor optimization (related to feature #11)
2793:
2794: * src/classes/table.C: minor fix and optimization (related to
2795: feature #11)
2796:
2797: 2016-09-20 moko
2798:
2799: * tests/: 353.html, results/353.processed: test for
2800: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2801: added (related to bug #1090)
2802:
2803: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2804: one_big_piece (fixes bug #1090)
2805:
2806: * tests/: 229.html, results/229.processed: code coverage tests
2807:
2808: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2809: body) was called
2810:
2811: * src/classes/op.C: whitespace
2812:
2813: * tests/: 323.html, results/323.processed: test for code junction
2814: should not be returned by ^reflection:class, ^reflection:base
2815:
2816: * src/classes/reflection.C: bugfix: code junction should not be
2817: returned by ^reflection:class, ^reflection:base
2818:
2819: * tests/: 323.html, 352.html, results/352.processed: no more
2820: exception for ^reflection:method[class;no-such-method] (related
2821: to feature #1087)
2822:
2823: * src/classes/reflection.C:
2824: ^reflection:method[class;no-such-method] : exception -> void
2825: (related to feature #1087)
2826:
2827: * src/include/pa_request.h: request::write_value added to allow
2828: write value without convertion (related to issue #1091)
2829:
2830: 2016-09-19 moko
2831:
2832: * src/main/pa_random.C: windows build fix
2833:
2834: * src/types/pa_vhash.h: warning war
2835:
2836: 2016-09-14 moko
2837:
2838: * tests/: 352.html, 552.html, results/352.processed,
2839: results/552.processed: test for ^reflection:method[] extension
2840: added (related to feature #1087)
2841:
2842: * tests/: 552.html, results/552.processed: test for
2843: ^reflection:method[] extension added (related to feature #1087)
2844:
2845: * src/classes/reflection.C: compatibility issue fixed, VClass
2846: dynamic_cast check added (related to feature #1087)
2847:
2848: * tests/: 351.html, results/351.processed: test for @auto[]
2849: inheritance bug diring ^process[] added (related to bug #1088)
2850:
2851: * src/: classes/op.C, main/pa_request.C,
2852: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2853: disable it inheritance during ^process (fixes bug #1088)
2854:
2855: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2856: added (implements feature #1087)
2857:
2858: 2016-09-13 moko
2859:
2860: * tests/: 349.html, results/auto.p: test for objects prototyping
2861: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2862: to feature #1086)
2863:
2864: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2865: types/pa_vobject.C: objects now are not class instances, but have
2866: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2867: in @conf (implements feature #1086)
2868:
2869: 2016-09-08 moko
2870:
2871: * src/: classes/file.C, classes/mail.C, classes/string.C,
2872: classes/table.C, main/pa_http.C, main/pa_string.C,
2873: include/pa_string.h: cleanup: string::split limit argument
2874: removed as no longer required, pos_after no longer reference
2875: (related to feature #11)
2876:
2877: * src/classes/table.C, tests/results/348.processed: now exception
2878: is rised when invalid option is passed to ^table::create[]
2879:
2880: * tests/: 282.cfg, 282.html, results/282.processed: more code
2881: coverage tests
2882:
2883: * tests/: 348.html, results/348.processed: code coverage tests
2884: added
2885:
2886: * tests/: 348.html, results/348.processed: generic ^table::create[]
2887: tests
2888:
2889: * tests/: 035.html, results/035.processed, results/272.processed:
2890: tests updated after $.encloser[] support for ^table::create
2891: implementation (related to feature #11)
2892:
2893: * src/classes/table.C: $.encloser[] support for ^table::create
2894: finally added (implements feature #11)
2895:
2896: 2016-09-07 moko
2897:
2898: * src/include/pa_string.h: added StringSplitHelper as friend
2899: (related to feature #11)
2900:
2901: * src/include/pa_string.h: body and langs now protected, not
2902: private to allow inheritance (related to feature #11)
2903:
2904: * src/classes/table.C: lsplit optimized before cloning for
2905: ^table::create with $.encloser[] (related to feature #11)
2906:
2907: * src/classes/table.C: optimizaion: TableControlChars.separators
2908: added and used (related to feature #11)
2909:
2910: * src/classes/table.C: spelling:
2911:
2912: TableSeparators -> TableControlChars column -> separator
2913: separators -> control_chars
2914:
2915: 2016-09-06 moko
2916:
2917: * src/main/pa_string.C: whitespace
2918:
2919: * src/main/pa_string.C: whitespace
2920:
2921: 2016-09-01 moko
2922:
2923: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2924: results OS-independent
2925:
2926: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2927: compiler (related to feature #1042)
2928:
2929: 2016-08-15 moko
2930:
2931: * src/include/pa_string.h: whitespace
2932:
2933: * src/classes/table.C: whitespace
2934:
1.106 moko 2935: 2016-08-05 moko
2936:
2937: * tests/: 344.html, results/344.processed: test for
2938: ^hash::create[$file] added (related to feature #1075)
2939:
2940: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2941: supported (implements feature #1075)
2942:
2943: 2016-08-04 moko
2944:
2945: * tests/: 341.html, results/341.processed: more code coverage tests
2946:
2947: * tests/: 346-curl.html, results/346-curl.processed: more code
2948: coverage tests for curl
2949:
2950: * tests/: 346-curl.html, results/346-curl.processed: more code
2951: coverage tests for curl
2952:
2953: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2954: results/223.processed: code coverage tests: $.form[ $.table[] ]
2955: test added
2956:
2957: * tests/: 223-curl.html, results/223-curl.processed: more code
2958: coverage tests for curl
2959:
2960: 2016-08-03 moko
2961:
2962: * src/classes/curl.C: dlink(curl_library) now called not once, but
2963: until it will be loaded, allowing to find existing library.
2964:
2965: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2966: results/347-curl.processed: more code coverage tests for curl
2967:
2968: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2969: results/339-curl.processed, results/346-curl.processed: curl
2970: functionality tests
2971:
2972: 2016-08-02 moko
2973:
2974: * tests/: 339.html, results/339.processed: test for tables in
2975: ^file:load[] and ^curl:load[] (commented) added (related to
2976: feature #1042)
2977:
2978: * tests/: 345.html, results/345.processed: code coverage tests for
2979: file class
2980:
2981: * tests/: 344.html, results/344.processed: code coverage tests
2982:
2983: * tests/: 344.html, results/344.processed: mdate removed from
2984: output
2985:
2986: * src/classes/file.C: minor bugfix: is_text should be taked from
2987: fcontent.is_text_mode() if not set (related to feature #1061)
2988:
2989: * tests/: 344.html, results/344.processed: more tests
2990:
2991: * tests/: 343.html, 344.html, results/343.processed,
2992: results/344.processed: tests for ^file::create[ $.from-charset
2993: and $.to-charset ] (related to feature #1061)
2994:
2995: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2996: aset_text_mode argument optimized
2997:
2998: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2999: checkBOM now used in detect_binary_content (related to feature
3000: #1061)
3001:
3002: * src/main/pa_request.C: load_charset no longer required to_upper
3003:
3004: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3005: preserves original file mode (if no $.mode specified)
3006:
3007: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3008: ^file::create now supports $.from-charset[] and $.to-charset
3009: options (implements feature #1061), automatic transcode is done
3010: if text file is created from binary file and charset is detected.
3011:
3012: 2016-07-30 moko
3013:
3014: * src/classes/table.C: ^t.hash[..;] now supported (related to
3015: feature #1057)
3016:
3017: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3018: added (related to feature #1057)
3019:
3020: * tests/: 286.html, results/286.processed: code tests coverage
3021:
3022: 2016-07-29 moko
3023:
3024: * src/classes/table.C: table size should be checked inside menu and
3025: foreach (related to feature #858)
3026:
3027: * src/: classes/curl.C, classes/file.C, classes/string.C,
3028: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3029: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3030: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3031: charsets.get now does str_upper inside (related to feature #1061)
3032:
3033: * tests/: 342.html, results/342.processed: more code coverage tests
3034:
3035: * tests/: 342.html, outputs/342.processed: table menu code coverage
3036: + foreach test added (related to feature #858)
3037:
3038: * tests/: 341.html, results/341.processed: tests for
3039: ^table.hash[]{code} added + code coverage tests (related to
3040: feature #1057)
3041:
3042: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3043: value} support (implements feature #1057)
3044:
3045: * src/classes/table.C: whitespace
3046:
3047: 2016-07-28 moko
3048:
3049: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3050: from URL, if not specified query string removed from url-based
3051: filenames in ^curl:load[] and ^file::load[] (related to feature
3052: #1042)
3053:
3054: 2016-07-27 moko
3055:
3056: * tests/: 340.html, results/340.processed: test for
3057: transcode_text_result=false added (related to issue #1042)
3058:
3059: 2016-07-26 moko
3060:
3061: * src/types/pa_vfile.C: file name should not be empty (if file path
3062: is folder and ends with /) (related to feature #1042)
3063:
3064: * src/main/pa_http.C: whitespace optimizaion
3065:
3066: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3067: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3068: multiple headers, ^file::load supports headers transcoding
3069: (implements feature #1042)
3070:
3071: 2016-07-25 moko
3072:
3073: * src/include/pa_common.h: PA_DEFAULT added
3074:
3075: 2016-07-22 moko
3076:
3077: * tests/: 338.html, results/338.processed: test for
3078: $date.field(value) added (related to feature #1066)
3079:
3080: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3081: $date.field(value) now supported for y/m/d/h/m/s (implements
3082: feature #1066)
3083:
1.105 moko 3084: 2016-07-21 moko
3085:
3086: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3087: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3088: arguments removed; image.C - absolute path shown in exception
3089: (implements feature #1071)
3090:
3091: * tests/: 235.html, results/235.processed: test and test result
3092: updated after static boundary in mail and Errors-To: mail header
3093: removed (related to feature #1047)
3094:
3095: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3096: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3097: used, static boundary in mail removed, Errors-To: mail header
3098: removed (implements feature #1047)
3099:
3100: 2016-07-20 moko
3101:
3102: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3103: equest.classes(): Value -> VStateless_class, part 3 (related to
3104: issue #1051)
3105:
3106: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3107: request.classes(): Value -> VStateless_class, part 2 (related to
3108: issue #1051)
3109:
3110: * tests/results/: 224.processed, 323.processed: classes without
3111: methods should not be methoded (related to issue #1051)
3112:
3113: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3114: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3115: -> VStateless_class, part 1 (related to issue #1051)
3116:
3117: * tests/: 337.html, results/337.processed: test for
3118: ^reflection:fields_reference[] and VHashReference class added
3119: (related to feature #1072)
3120:
3121: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3122: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3123: and VHashReference added, allowing ^reflection:fields_reference[]
3124: implementation (closes feature #1072)
3125:
3126: 2016-07-19 moko
3127:
3128: * tests/: 323.html, results/323.processed: we want to see
3129: "methoded"
3130:
3131: * tests/: 336.html, results/336.processed: test for $BASE:property
3132: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3133: #1059)
3134:
3135: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3136: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3137: somebody_entered_some_class, $BASE:property works again,
3138: ^BASE:method[] bugs fixed (fixes bug #1059)
3139:
3140: 2016-07-14 moko
3141:
3142: * tests/: 335.html, results/335.processed: test for feature #1055
3143: added
3144:
3145: * src/classes/hash.C: bugfix: $._default was not copied if empty
3146: feature: ^hash.contains[_default] added (implements feature
3147: #1055)
3148:
3149: 2016-07-13 moko
3150:
3151: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3152: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3153:
3154: 2016-07-05 moko
3155:
3156: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3157: in ^hash.foreach (related to feature #1073)
3158:
3159: 2016-07-04 moko
3160:
3161: * tests/: 134.html, 281.html, results/134.processed,
3162: results/281.processed: tests updated after hash blocking removed
3163: (related to feature #1073)
3164:
3165: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3166: no longer blocks on change during foreach (implements feature
3167: #1073)
3168:
3169: 2016-06-17 moko
3170:
3171: * tests/: 330.html, results/330.processed: try exception source
3172: test added (related to bug in #1062)
3173:
3174: * tests/: 334.html, results/334.processed: Exception stack trace
3175: test added (related to bug in $1062)
3176:
3177: * src/classes/op.C: Exception trace now correctly restored and
3178: errors reported (related to bug #1062)
3179:
1.104 moko 3180: 2016-05-25 moko
3181:
3182: * src/main/compile.y: minor cleanup + beauty
3183:
3184: 2016-05-24 moko
3185:
3186: * tests/: 333.html, results/333.processed: more exceptions testing
3187:
3188: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3189: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3190: features #1056, #1026)
3191:
3192: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3193: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3194: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3195: (implements feature #1056)
3196:
3197: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3198: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3199: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3200: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3201: feature #1026)
3202:
3203: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3204: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3205: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3206: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3207: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3208: feature #1026)
3209:
3210: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3211: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3212: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3213: SYMBOLS_CACHING define implemented (related to feature #1026)
3214:
3215: * src/main/main.vcproj: + ps_symbols
3216:
3217: * src/: include/Makefile.am, include/pa_string.h,
3218: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3219: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3220: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3221: types/pa_vstateless_class.C: initial implementation for symbols
3222: cache (related to feature #1026)
3223:
3224: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3225:
3226: * src/main/pa_globals.C: minor cleanup
3227:
3228: 2016-05-19 moko
3229:
3230: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3231: (related to feature #1046)
3232:
3233: * tests/: 331.html, results/331.processed: test for
3234: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3235: (related to feature #1051)
3236:
3237: * src/main/compile.y:
3238: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3239: (implements feature #1054)
3240:
3241: 2016-05-18 moko
3242:
3243: * src/types/pa_vtable.C, tests/results/324.processed: no more
3244: "column not found" exception for ^table.no-such-method[] (related
3245: to feature #1046)
3246:
3247: * tests/: 261.html, results/261.processed: test added and updated
3248: after feature #1046 implementation
3249:
3250: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3251: types/pa_vvoid.h: $string.anything works for whitespace strings,
3252: ^string.contains added for hash compatibility, $string.method no
3253: longer returns stting method (implements feature #1046)
3254:
3255: 2016-05-12 moko
3256:
3257: * src/classes/curl.C: content-type response header no longer
3258: ignored (fixes issue #1045)
3259:
3260: * tests/: 330.html, results/330.processed: test for incomplete
3261: finally execution when break occures added (related to issue
3262: #1077)
3263:
3264: * src/classes/op.C: bugfix: Request::skip reset is called before
3265: executing catch and finally code (fixes issue #1062)
3266:
3267: 2016-05-11 moko
3268:
3269: * tests/: 329.html, results/329.processed: test for invalid
3270: ^break[] behavour added (bug #1077)
3271:
3272: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3273:
3274: 2016-04-24 moko
3275:
3276: * src/types/pa_vstateless_class.h: warning war
3277:
3278: 2016-04-17 moko
3279:
3280: * tests/: 328.html, results/328.processed: test for
3281: ^break(condition) and ^continue(condition) (related to feature
3282: #1063)
3283:
3284: * src/classes/op.C: ^break(condition) and ^continue(condition)
3285: implemented (feature #1063)
3286:
3287: 2016-04-12 moko
3288:
3289: * tests/results/280.processed: ordered hash now used for class
3290: methods and properties (test results updated for feature #1069)
3291:
3292: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3293: to xdoc.C as under FreeBSD it was inited after and inheritance
3294: failed (related to issue #1051)
3295:
3296: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3297: are printed to check inheritance (related to feature #1051)
3298:
1.103 moko 3299: 2016-04-09 moko
3300:
3301: * tests/results/320.processed: ordered hash now used for class
3302: methods and properties (test results updated for feature #1069)
3303:
3304: * src/types/pa_vstateless_class.h: ordered hash now used for class
3305: methods and properties (implements feature #1069)
3306:
3307: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3308: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3309: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3310: feature #1051)
3311:
3312: 2016-04-07 moko
3313:
3314: * src/main/execute.C: returned Value in .CLASS case for VJunction
3315: (related to feature #1051)
3316:
3317: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3318: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3319: string constants deduplication (related to feature #1051)
3320:
3321: * tests/results/224.processed: test result updated (related to
3322: feature #1051)
3323:
3324: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3325: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3326: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3327: types/pa_vstatus.h: classes hash now contains only
3328: VStateless_class derived objects, .CLASS is also allways
3329: VStateless_class derived object (related to feature #1051).
3330:
3331: 2016-04-06 moko
3332:
3333: * tests/results/323.processed: test result updated after feature
3334: #1051 implementation
3335:
3336: * src/: classes/classes.h, classes/op.C, classes/response.C,
3337: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3338: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3339: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3340: types/pa_vresponse.C, types/pa_vresponse.h,
3341: types/pa_vstateless_class.h: base -> methoded_donor for static
3342: classes, type() moved from VStateless_class to VClass and
3343: Methoded (implements feature #1051)
3344:
3345: 2016-04-04 moko
3346:
3347: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3348: beauty: put_class added (related to feature #1051)
3349:
3350: 2016-04-01 moko
3351:
3352: * tests/results/: 175.processed, 192.processed, 224.processed,
3353: 229.processed, 244.processed, 246.processed, 316.processed: test
3354: results updated as class.type() removed from error messages, only
3355: type() left (related to feature #1051)
3356:
3357: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3358: classes/op.C, classes/reflection.C, main/compile.y,
3359: main/compile_tools.h, main/execute.C, main/pa_request.C,
3360: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3361: types/pa_vmethod_frame.h, types/pa_vobject.h,
3362: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3363: from VStateless_class, type() is used instead (related to feature
3364: #1051)
3365:
3366: * src/classes/mail.C: old logic restored.
3367:
3368: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3369: classes/classes.h, classes/curl.C, classes/date.C,
3370: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3371: classes/hashfile.C, classes/image.C, classes/inet.C,
3372: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3373: classes/memcached.C, classes/memory.C, classes/reflection.C,
3374: classes/regex.C, classes/response.C, classes/string.C,
3375: classes/table.C, classes/xdoc.C, classes/xnode.C,
3376: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3377: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3378: feature #1051)
3379:
3380: 2016-03-30 moko
3381:
3382: * tests/: 327.html, results/224.processed, results/327.processed:
3383: test for TZ specification in ^date::create[], TZ is kept during
3384: ^date::create[$dt] (related to feature #1048)
3385:
3386: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3387: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3388: feature #1048)
3389:
3390: 2016-03-29 moko
3391:
3392: * tests/: 315.html, results/315.processed: test for timezone format
3393: +HHmm added (related to feature #1065)
3394:
3395: * src/classes/date.C: timezone format +HHmm now supported
3396: (implements feature #1065)
3397:
3398: 2016-03-28 moko
3399:
3400: * tests/: 202.html, results/131.processed, results/202.processed,
3401: results/224.processed, results/256.processed,
3402: results/315.processed: test results updated after %.2d now
3403: default for hours offset in iso-string (was %2d), test for
3404: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3405: added (related to feature #1065)
3406:
3407: 2016-03-27 moko
3408:
3409: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3410: feature #1065)
3411:
3412: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3413: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3414: added (implements feature #1065)
3415:
3416: 2016-03-24 moko
3417:
3418: * tests/: 202.html, results/202.processed: test $date.week added
3419: (related to bug #1067)
3420:
3421: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3422: date (fix for bug #1067)
3423:
3424: 2016-03-10 moko
3425:
3426: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3427:
1.102 moko 3428: 2015-12-07 moko
3429:
3430: * tests/: 326.html, results/326.processed: test for .CLASS &
3431: .CLASS_NAME optimization added (related to feature #844)
3432:
3433: 2015-11-17 moko
3434:
3435: * tests/: 323.html, results/323.processed: order added
3436:
3437: * tests/: 325.html, results/325.processed: double range test added
3438: (related to bug #1049)
3439:
3440: 2015-11-16 moko
3441:
3442: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3443: added to disallow NaN and Infinity (fixes bug #1049)
3444:
3445: 2015-11-11 moko
3446:
3447: * tests/324.html: parser 3.4.3 execution support added (related to
3448: feature #1017)
3449:
3450: * tests/: 324.html, results/324.processed: test for
3451: GET_ELEMENT4CALL feature added (feature #1017)
3452:
1.101 moko 3453: 2015-10-29 moko
3454:
3455: * operators.txt: updated for 3.4.4
3456:
3457: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3458:
3459: * src/main/pa_exec.C: get_exit_status implemented for Windows
3460: (related to bug #1043)
3461:
3462: 2015-10-28 moko
3463:
3464: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3465: hangup during ^file::exec (fixes bug #1043)
3466:
1.100 moko 3467: 2015-10-27 moko
3468:
3469: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3470:
1.99 moko 3471: 2015-10-26 moko
3472:
1.100 moko 3473: * tests/322.html, src/classes/reflection.C: arguments reorder
3474: (related to issue #1041)
3475:
3476: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3477: Copyright year updated
3478:
1.99 moko 3479: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3480: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3481: classes/form.C, classes/hash.C, classes/hashfile.C,
3482: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3483: classes/mail.C, classes/math.C, classes/memcached.C,
3484: classes/memory.C, classes/op.C, classes/reflection.C,
3485: classes/regex.C, classes/response.C, classes/string.C,
3486: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3487: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3488: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3489: include/pa_config_fixed.h, include/pa_config_includes.h,
3490: include/pa_dictionary.h, include/pa_dir.h,
3491: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3492: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3493: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3494: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3495: include/pa_request_charsets.h, include/pa_request_info.h,
3496: include/pa_sapi.h, include/pa_socks.h,
3497: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3498: include/pa_stack.h, include/pa_string.h,
3499: include/pa_stylesheet_connection.h,
3500: include/pa_stylesheet_manager.h, include/pa_table.h,
3501: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3502: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3503: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3504: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3505: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3506: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3507: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3508: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3509: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3510: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3511: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3512: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3513: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3514: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3515: main/pa_string.C, main/pa_stylesheet_connection.C,
3516: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3517: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3518: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3519: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3520: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3521: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3522: targets/isapi/parser3isapi.C, types/pa_junction.h,
3523: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3524: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3525: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3526: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3527: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3528: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3529: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3530: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3531: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3532: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3533: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3534: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3535: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3536: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3537: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3538: types/pa_vresponse.C, types/pa_vresponse.h,
3539: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3540: types/pa_vstateless_object.h, types/pa_vstatus.C,
3541: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3542: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3543: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3544: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3545: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3546:
3547: * src/targets/cgi/parser3.C: year updated
3548:
3549: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3550: issue #1041)
3551:
3552: * tests/: 323.html, results/323.processed: test for base classes
3553: added
3554:
3555: * tests/: 261.html, results/261.processed: updated after better
3556: error reporting done for $string.key exception
3557:
3558: * src/types/pa_vstring.h: better error report for $string.key
3559: exception
3560:
3561: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3562: copied as VObject::get_element4call to remove extra virtual call
3563:
3564: * tests/: 322.html, results/322.processed: test for
3565: ^reflection:is[] added (related to feature #1041)
3566:
3567: * src/classes/reflection.C: ^reflection:is empty value is void
3568: (related to feature #1041)
3569:
3570: * src/classes/reflection.C:
3571: ^reflection:is[class_name|code|method;[context;]element_name]
3572: added (implements feature #1041)
3573:
3574: 2015-10-24 moko
3575:
3576: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3577:
1.98 moko 3578: 2015-10-22 moko
3579:
3580: * tests/: 321.html, results/321.processed: test for
3581: ^reflection:method_info[] file detection added
3582:
3583: * tests/: 320.html, results/320.processed: test for
3584: ^reflection:class_by_name[class_name] added (related to feature
3585: #993)
3586:
3587: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3588: added (implements feature #993)
3589:
3590: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3591: (related to feature #1017)
3592:
3593: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3594: added (related to issue #1039)
3595:
3596: * src/main/pa_request.C: ^throw origin fixed (related to feature
3597: #1039)
3598:
3599: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3600: for VDate
3601:
3602: * tests/results/182.processed: updated after feature #1038
3603: implemented
3604:
3605: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3606: compile-time exception origin added (test for feature #1039)
3607:
3608: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3609: main/pa_request.C: exception unification: compile-time exceptions
3610: now have origin, @USE origins also tracked (implements feature
3611: #1039)
3612:
3613: 2015-10-20 moko
3614:
3615: * src/main/pa_request.C: cleanup
3616:
3617: 2015-10-15 moko
3618:
3619: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3620:
3621: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3622: types/pa_vtable.C: new feature: no more $table.method and
3623: $hash.method, aliases for _at, _count, _key (related to feature
3624: #1017)
3625:
1.97 moko 3626: 2015-10-14 moko
3627:
1.98 moko 3628: * tests/: 317.html, results/317.processed: test for
3629: ^string.unescape[] added (related to feature #120)
3630:
1.97 moko 3631: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3632: defined" bug (described in issue #1036)
3633:
3634: * tests/: 247.html, results/247.processed: test for checkBOM added
3635: (test for bug #1037)
3636:
3637: * src/: include/pa_charsets.h, main/pa_charsets.C,
3638: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3639: it's not enforced, skips BOM signature if it complies charset
3640: (fixes bug #1037)
3641:
3642: 2015-10-13 moko
3643:
3644: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3645: linking
3646:
3647: * src/classes/inet.C: vs2003 compilation fix
3648:
3649: * src/classes/math.C: warning war
3650:
3651: * src/lib/punycode/pa_punycode.c: warning war
3652:
3653: 2015-10-12 moko
3654:
3655: * src/lib/punycode/pa_punycode.c: warning war
3656:
3657: * parser3.sln: moved parser3 first, to make it default startup
3658: project
3659:
3660: * buildall: parser "mirror" now used for external libs sources
3661: (implements feature #1036)
3662:
3663: * buildall: most external libs are updated to their current
3664: versions (related to feature #1036)
3665:
3666: * src/classes/image.C: more tags added
3667:
3668: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3669:
3670: 2015-10-11 moko
3671:
3672: * src/classes/curl.C: minor optimization (related to feature #1035)
3673:
3674: 2015-10-09 moko
3675:
3676: * src/classes/curl.C: pa_strdup added for strings from curl
3677: (related to feature #1035)
3678:
3679: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3680: ULLONG_MAX definition
3681:
3682: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3683: (implements feature #1035)
3684:
3685: * src/main/pa_charset.C: String::Body(String::C) used
3686:
3687: * src/main/pa_charset.C: exceptions unified
3688:
3689: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3690: unified
3691:
3692: * src/: classes/file.C, classes/image.C, classes/mail.C,
3693: classes/op.C, classes/xdoc.C, classes/xnode.C,
3694: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3695: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3696: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3697: String::Body(String::C) constructor added (related to bug #957)
3698:
3699: * src/classes/file.C: minor optimization
3700:
3701: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3702: Cord(char*) autocreation (related to bug #957)
3703:
3704: * src/: classes/string.C, main/untaint.C: minor optimizations
3705:
3706: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3707: String(char*, Lang, length) removed, String(C(), Lang) used
3708: instead (related to bug #957)
3709:
3710: 2015-10-08 moko
3711:
3712: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3713: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3714: main/untaint.C: Now char * is converted to CORD only using
3715: AS_CORD() to check for empty cord bug (fixes bug #957)
3716:
3717: * src/include/pa_hash.h: fixed compilation without
3718: HASH_CODE_CACHING
3719:
3720: * src/classes/string.C:
3721: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3722: feature #120)
3723:
3724: * src/main/pa_common.C: reduce js flags checks count (related to
3725: feature #120)
3726:
1.96 moko 3727: 2015-10-07 moko
3728:
3729: * tests/: 275.html, results/275.processed: test modified after
3730: unsigned long long int support implemented (feature #1034)
3731:
3732: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3733: pa_atoul added for unsigned long long int support
3734:
3735: 2015-10-06 moko
3736:
3737: * src/types/pa_vdate.C: INT_MAX used
3738:
3739: 2015-10-03 moko
3740:
3741: * tests/: 302.html, results/302.processed: test for bug #1023
3742: (\u2028, \u2029 escaping) added
3743:
3744: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3745: json:string[] (fixes bug #1023)
3746:
3747: 2015-09-29 moko
3748:
3749: * tests/305.html: try-catch added for OS without ipv6 support
3750:
3751: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3752: compilation
3753:
3754: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3755: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3756: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3757: implemented to distinguish ^hash.method from $hash.field
3758: (implements feature #1017)
3759:
3760: * src/lib/punycode/pa_punycode.c: warning war
3761:
3762: * src/include/pa_config_includes.h: warning war
3763:
3764: * src/include/pa_config_includes.h: pragma warning actualized a bit
3765:
3766: * src/include/pa_config_includes.h: warning war
3767:
3768: * src/include/pa_hash.h: clang compilation fix
3769:
3770: 2015-09-27 moko
3771:
3772: * src/main/compile.tab.C: Bison 3 is now default
3773:
3774: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3775:
3776: 2015-09-25 moko
3777:
3778: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3779: works with undefined HASH_ORDER (related to feature #196)
3780:
3781: 2015-09-24 moko
3782:
3783: * tests/: 027.html, results/027.processed: test modified to test
3784: ^hash.sort (feature #196)
3785:
3786: * src/: classes/hash.C, include/pa_hash.h:
3787: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3788: added (implements feature #196)
3789:
3790: * tests/: 316.html, results/316.processed: Added test for bug #1025
3791: (exception handling in non-cached ^cache), plus for "it does not
3792: have logical value" and "$exception.handled value must be either
3793: boolean or string 'cache'" exceptions.
3794:
3795: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3796: code (fixes bug #1025)
3797:
1.95 moko 3798: 2015-09-23 moko
3799:
3800: * src/classes/table.C: warning war
3801:
3802: * src/: classes/math.C, types/pa_vcookie.C: warning war
3803:
3804: * src/classes/file.C: warning war
3805:
3806: * src/: include/pa_table.h, main/pa_table.C: warning war
3807:
3808: * src/: main/pa_request.C, classes/date.C: warning war
3809:
3810: * src/: types/pa_vdate.C, classes/op.C: warning war
3811:
3812: * tests/: 122.html, results/122.processed: win sync: to remove
3813: differences with OS that doesn't keep timezone change history
3814:
3815: * src/types/pa_vdate.C: tzset() should be called in Windows after
3816: TZ change (related to feature #36)
3817:
3818: * tests/: 075.html, results/075.processed: win sync: to remove
3819: differences with OS that doesn't keep timezone change history
3820:
3821: * tests/: 315.html, results/315.processed: win sync: to remove
3822: differences with OS that doesn't keep timezone change history
3823:
3824: * tests/: 256.html, results/256.processed: win sync: to remove
3825: differences with OS that doesn't keep timezone change history
3826:
3827: * tests/: 124.html, results/124.processed: win results sync: to
3828: avoid hitting time change hole.
3829:
3830: * src/types/pa_vdate.C: static returned. :)
3831:
3832: 2015-09-22 moko
3833:
3834: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3835:
3836: * tests/results/131.processed: more tests for feature #1032
3837:
3838: * src/classes/date.C: minor fix related to feature #1032
3839:
3840: * operators.txt: ISO date creation documented (related to feature
3841: #1032)
3842:
3843: * operators.txt: iso-string documented (related to feature #1032)
3844:
3845: * tests/: 315.html, results/315.processed: more tests added
3846: (related to feature #1032)
3847:
3848: * tests/: 131.html, results/131.processed: date range checks
3849: updated (related to feature #36)
3850:
3851: * tests/: 315.html, results/057.processed, results/315.processed:
3852: test added for ISO date support (related to issue #315)
3853:
3854: * src/classes/date.C: more readable exceptions in date creation
3855: (related to ticket #1032)
3856:
3857: 2015-09-18 moko
3858:
3859: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3860: added (related to issue #1032)
3861:
3862: * tests/results/256.processed, src/classes/json.C: iso-string
3863: documented (related to issue #1032)
3864:
3865: * tests/: 256.html, results/256.processed: ISO date check added
3866: (related to issue #1032)
3867:
3868: * tests/: 057.html, results/057.processed, results/224.processed:
3869: tests results updated after ISO date support implemented (related
3870: to feature #1032)
3871:
3872: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3873: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3874: ^date::create[string] constructor formalized, ^date.iso-string[]
3875: added (implements feature #1032)
3876:
3877: 2015-09-05 moko
3878:
3879: * operators.txt: actualized
3880:
3881: * operators.txt: date changes documented (related to ticket #36)
3882:
3883: 2015-09-04 moko
3884:
3885: * src/types/pa_vdate.C: warning war
3886:
3887: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3888:
3889: 2015-09-03 moko
3890:
3891: * tests/results/096.processed: test result updated for 0..9999 year
3892: date range support (related to feature #36)
3893:
3894: * tests/: 314.html, results/314.processed: test for
3895: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3896: bug #1031)
3897:
3898: * src/classes/string.C: Static calls fixed for ^string:base64[],
3899: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3900:
1.116 moko 3901: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3902: configure.in -> configure.ac
1.95 moko 3903:
1.116 moko 3904: * configure, configure.in, src/include/pa_config_auto.h.in: more
3905: correct timezone check for FreeBSD Warning war: configure.in ->
3906: configure.ac
1.95 moko 3907:
3908: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3909: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3910: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3911: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3912: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3913: src/main/Makefile.am, src/targets/apache/Makefile.am,
3914: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3915: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3916: check added
3917:
3918: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3919:
3920: * tests/results/: 124.processed, 224.processed: test resuls updated
3921: for new date implementation (related to feature #36)
3922:
3923: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3924: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3925: types/pa_vdate.h: new double date implementation with internal
3926: support for extended 0..9999 year range, default timezone support
3927: (related to feature #36)
3928:
3929: 2015-08-28 moko
3930:
3931: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3932: (fixes bug #1030)
3933:
3934: 2015-08-21 moko
3935:
3936: * src/classes/inet.C: snprintf size "bug" commented
3937:
3938: * src/main/pa_common.C: snprintf comments updated
3939:
3940: 2015-08-16 moko
3941:
3942: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3943:
3944: 2015-08-11 moko
3945:
3946: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3947: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3948: can be null (fixes bug #1029)
3949:
3950: 2015-08-06 moko
3951:
1.116 moko 3952: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3953: pa_vdate.C added
1.95 moko 3954:
3955: 2015-08-05 moko
3956:
3957: * tests/: 313.html, results/313.processed: test for
3958: ^table.count[columns] and ^table.flip[] with nameless tables
3959: (feature #1003)
3960:
3961: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3962: max_cell added, now ^table.count[columns] and ^table.flip[] works
3963: correctly for nameless tables (implements feature #1003)
3964:
3965: 2015-08-03 moko
3966:
3967: * tests/312.html: test for ^table.append[$hash] and
3968: ^table.insert[$hash] added (related to feature #1028)
3969:
3970: * src/classes/table.C: ^table.append[$hash] and
3971: ^table.insert[$hash] now supported (implements feature #1028)
3972:
3973: * tests/: 312.html, results/312.processed: test row copy in
3974: ^table.hash[; $.type[table] ] added (related to feature #1016)
3975:
3976: * src/classes/table.C: row copy now created in ^table.hash[;
3977: $.type[table] ] (related to feature #1016)
3978:
3979: 2015-07-29 moko
3980:
3981: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3982: added (related to feature #1016)
3983:
3984: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3985: ^table.delete[] added to delete current row (related to feature
3986: 1016)
3987:
3988: 2015-07-28 moko
3989:
3990: * tests/: 312.html, results/312.processed: test for
3991: $table.column[value] and ^table.insert{row} (related to feature
3992: #1016)
3993:
3994: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3995: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3996: ^table.insert{row} are now implemented (feature #1016)
3997:
3998: * src/include/pa_array.h: Optimization: bool reverse removed from
3999: append(), insert() added, memmove arguments order in remove()
4000: fixed (related to feature #1016)
4001:
4002: 2015-07-23 moko
4003:
4004: * src/classes/json.C: tainted json and empty json exception added
4005: (implements feature #1015)
4006:
4007: * tests/: 311.html, results/311.processed: empty json and tainted
4008: json exception test added (related to issue #1015)
4009:
4010: 2015-07-22 moko
4011:
4012: * tests/: 311.html, results/311.processed: test for UTF-8
4013: processing added
4014:
4015: * tests/: 311.html, results/311.processed: test for
4016: json_exception_with_source added (related to issue #394)
4017:
4018: * src/classes/json.C: json_exception_with_source added (implements
4019: feature #394)
4020:
4021: 2015-06-29 moko
4022:
4023: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4024: directories are now correctly determined if _d_type == DT_UNKNOWN
4025: (closes bug #1027)
4026:
4027: 2015-06-10 moko
4028:
4029: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4030: error if libxml has LIBXML_ICU_ENABLED.
4031:
4032: 2015-06-04 moko
4033:
4034: * tests/099.html: ups, reverting
4035:
4036: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4037: results/310.processed: tests for $response:body[ $.file[] ] and
4038: $response:last-modified added
4039:
4040: * src/main/pa_request.C: last-modified check fixed
4041:
4042: 2015-06-03 moko
4043:
4044: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4045: results/205.processed, results/293.processed: $response:headers
4046: logging added (tests for feature #1007)
4047:
4048: * src/: include/pa_common.h, include/pa_request.h,
4049: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4050: $response:headers are now in uppercase (closes feature #1007)
4051:
4052: 2015-06-02 moko
4053:
4054: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4055: build errors reverted for clang compatibility
4056:
4057: 2015-06-01 moko
4058:
4059: * src/include/pa_memory.h: -pedantic build errors fixed
4060:
4061: * src/classes/math.C: -pedantic build error fixed
4062:
4063: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4064:
4065: 2015-05-31 moko
4066:
4067: * src/classes/table.C: USE_STRINGSTREAM optimized
4068:
4069: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4070: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4071: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4072: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4073: types/pa_vxnode.h: warning war (-pedantic flag)
4074:
4075: 2015-05-28 moko
4076:
4077: * tests/: 308.html, results/308.processed: test for
4078: ^table::create[$t;], etc work added (related to bug #975)
4079:
4080: * src/classes/table.C: check_option_param removed,
4081: ^table::create[$t;], etc now works (fixes bug #975)
4082:
4083: 2015-05-27 moko
4084:
4085: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4086: (Debian jessie) fixed (closes issue #1024)
4087:
4088: * tests/Makefile: sort added as in Debian jessie list become
4089: unsorted
4090:
4091: 2015-05-18 moko
4092:
4093: * tests/: 201.html, results/201.processed: test for
4094: ^string.trim[what] feature #1022
4095:
4096: * src/classes/string.C: ^string.trim[what] now supported,
4097: implements feature #1022
4098:
4099: 2015-05-17 moko
4100:
4101: * tests/results/185.processed: test result updated as feature #1021
4102: implemented (left/right accept negative parameter)
4103:
4104: * src/classes/string.C: left/right now accept negative parameter
4105: (implements feature #1021)
4106:
4107: 2015-05-08 moko
4108:
4109: * src/classes/math.C: isalnum -> pa_isalnum
4110:
4111: * src/main/execute.C: optimization in getter-junction processing
4112: (related to issue #997)
4113:
4114: 2015-05-07 moko
4115:
4116: * tests/: 307.html, results/307.processed: test for issue #997
4117: added
4118:
4119: * src/main/execute.C: process_getter result now checked if junction
4120: returned (closes issue #997)
4121:
4122: * tests/: 305.html, results/305.processed: sort added to ignore
4123: different order
4124:
4125: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4126: assignment (closes issue #994)
4127:
4128: * tests/: 306.html, results/306.processed: test for issue #994
4129: added
4130:
4131: * tests/: 303.html, results/303.processed: two more errors tested
4132:
4133: 2015-05-06 moko
4134:
4135: * tests/: 305.html, results/305.processed: test for name2ip &
4136: ip2name added (related to feature #992)
4137:
4138: * tests/: 303.html, 304.html, results/303.processed,
4139: results/304.processed: tests for idna conversion added (related
4140: to issue #849)
4141:
4142: 2015-05-02 moko
4143:
4144: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4145: implemented
4146:
4147: 2015-04-30 moko
4148:
4149: * src/main/pa_http.C: idna_host added, related to issue #849
4150:
4151: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4152: (related to issue #849)
4153:
4154: 2015-04-24 moko
4155:
4156: * src/types/pa_vjunction.C: warning war
4157:
4158: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4159: unification
4160:
4161: * src/lib/punycode/pa_idna.c: warning war
4162:
4163: 2015-04-22 moko
4164:
4165: * src/main/main.vcproj: punycode include path added
4166:
4167: * src/lib/punycode/pa_idna.c: windows compile error fixed
4168:
4169: * src/lib/punycode/pa_idna.c: warning war
4170:
4171: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4172: project file added
4173:
4174: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4175:
4176: * src/include/pa_memory.h: warning war
4177:
4178: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4179: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4180: implemented (related to feature #849)
4181:
4182: * configure.in, src/main/Makefile.am,
4183: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4184: libpunycode added in Unix
4185:
4186: 2015-04-21 moko
4187:
4188: * configure.in: large files support
4189:
4190: 2015-04-15 moko
4191:
4192: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4193: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4194: pa_punycode.h: initial version for punycode/idna support library
4195: (ticket #849)
4196:
4197: 2015-04-08 moko
4198:
4199: * src/: classes/curl.C, classes/date.C, classes/file.C,
4200: classes/image.C, classes/mail.C, classes/reflection.C,
4201: classes/string.C, classes/xnode.C, include/pa_request.h,
4202: include/pa_string.h, include/pa_stylesheet_connection.h,
4203: main/compile.y, main/compile_tools.h, main/execute.C,
4204: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4205: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4206: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4207: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4208: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4209: clang compiler warnings (closes issue #1018)
4210:
4211: * src/include/pa_string.h: String::Body comparation operators with
4212: char * added (related to issue #958)
4213:
4214: 2015-04-07 moko
4215:
4216: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4217: pa_malloc/pa_free to remove system malloc/free usage (related to
4218: issue #1018)
4219:
4220: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4221: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4222: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4223: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4224: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4225: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4226: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4227: malloc/strdup/free replaced with pa_ version and checks for
4228: accidental use of non-pa_ version added (related to issue #1018)
4229:
4230: 2015-04-03 moko
4231:
4232: * buildall: pcre-8.33 -> pcre-8.36
4233:
4234: * src/: main/compile.y, classes/form.C, classes/mail.C,
4235: classes/op.C, classes/string.C, main/compile.tab.C,
4236: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4237: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4238: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4239: ticket #958)
4240:
4241: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4242: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4243: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4244: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4245: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4246: $request:headers, $request:method added (implements feature
4247: #1007)
4248:
4249: 2015-03-17 misha
4250:
4251: * tests/302.html: - test for
4252: ^json:string[...;$._default[method-name]]
4253:
4254: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4255: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4256: option $._default[method-name] is specified in ^json:string[], a
4257: method with specified name will be called for classes/objects
4258: serialization ( new feature: #982 )
4259:
4260: 2015-03-16 misha
4261:
4262: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4263: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4264: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4265: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4266: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4267: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4268: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4269: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4270: types/pa_vrequest.h, types/pa_vstateless_class.C,
4271: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4272: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4273: $var.CLASS_NAME now have special opcodes. This can be switched
4274: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4275: on pa_opcode.h ( new feature: #844 )
4276:
4277: 2015-03-15 misha
4278:
4279: * tests/075.html: - test for $response:header[]
4280:
4281: * src/types/pa_vresponse.C: - $response:header[] deletes header
4282: that was set earlie ( new feature: #1001 )
4283:
4284: 2015-03-12 misha
4285:
4286: * tests/246.html: - more tests for ^hash._at[]
4287:
4288: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4289: accepts second param [key|value|hash] ( new feature: #1012 )
4290:
4291: 2015-03-09 moko
4292:
4293: * src/types/pa_vmail.C: exception for everything but
4294: $mail:received, closes issue #1011
4295:
4296: 2015-02-20 moko
4297:
4298: * tests/: 275.html, results/275.processed: hex detection in
4299: pa_atoui fix test (closes issue #1010)
4300:
4301: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4302: issue #1010)
4303:
4304: 2015-02-17 moko
4305:
4306: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4307: tainted.
4308:
4309: 2015-02-03 misha
4310:
4311: * tests/301.html: - test for ^json:string($double) causes
4312: exception. bugfix: #1008
4313:
4314: * src/classes/json.C: - ^json:string($double) causes exception.
4315: bugfix: #1008
4316:
4317: * tests/014.html: - updated for work with ^hash.delete[]
4318:
4319: 2015-01-12 misha
4320:
4321: * src/: classes/form.C, include/pa_common.h,
4322: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4323: types/pa_vform.h: - supports body with PUT method as well ( new
4324: feature: #1006 )
4325:
4326: * src/classes/file.C: - warnings war
4327:
4328: 2015-01-11 misha
4329:
4330: * tests/300.html: - test for ^hash.delete[] is added
4331:
4332: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4333: feature: #989 ) - tiny optimization in intersects
4334:
4335: 2015-01-06 moko
4336:
4337: * src/types/pa_vmail.C: file names transcode added, to and cc added
4338: with transcode, attachments detection fixed
4339:
4340: * src/main/pa_request.C: filling mail received after cgi/auto.p
4341: load to allow charset switch (related to issue #996)
4342:
4343: 2014-12-31 moko
4344:
4345: * src/types/pa_vmail.C: from and subject now transcoded if not
4346: UTF-8 source charset (fixes issue 996)
4347:
4348: * src/main/pa_exception.C: fixed string from stack bug (closes
4349: issue #1000)
4350:
4351: 2014-12-11 misha
4352:
4353: * src/types/pa_vhashfile.C: - check if key is not empty before
4354: access ( bug fix: #1005 )
4355:
4356: 2014-11-13 misha
4357:
4358: * src/main/compile.y: - PC.append does not reset to false while
4359: creating a new class. bugfix: #990
4360:
4361: * tests/299.html: - test for creation class after working with
4362: partial class (create+append)
4363:
4364: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4365: #995
4366:
4367: * tests/232.html: - test for @get[def] added
4368:
4369: 2014-10-12 moko
4370:
4371: * src/lib/pcre/pcre_internal.vcproj: correct path
4372:
4373: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4374: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4375: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4376: targets/apache/ApacheModuleParser3.vcproj,
4377: targets/apache/ApacheModuleParser3Core.vcproj,
4378: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4379: types/types.vcproj: project GUID inserted in *.vcproj for correct
4380: conversion in newer VS versions
4381:
4382: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4383: pcre_internal.vcproj added
4384:
4385: 2014-08-28 moko
4386:
4387: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4388: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4389: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4390:
4391: 2014-06-30 misha
4392:
4393: * tests/298.html: - tests for ^reflection:def[class;className]
4394: added
4395:
4396: * src/classes/reflection.C: - ^reflection:def[class;className]
4397: added ( new feature: #918 )
4398:
4399: 2014-06-29 misha
4400:
4401: * src/classes/table.C: - ^table::create[unsupported data] -
4402: exception comment changed to "body must be table or code" ( bug
4403: fix: #951 )
4404:
4405: * tests/: 261.html, results/261.processed: - tests for
4406: ^json:string[...;$.void[null|string]] added
4407:
4408: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4409: option $.void[string|null] added to ^json:string[...] ( new
4410: feature: #952 )
4411:
4412: 2014-06-28 moko
4413:
4414: * src/classes/curl.C: $.charset now processed before other curl
4415: options (closes issue #980)
4416:
4417: 2014-05-23 misha
4418:
4419: * src/classes/json.C: - bug fix: #987
4420:
4421: 2014-05-04 misha
4422:
4423: * tests/: 253.html, 253_json.txt: - test for
4424: ^json:parse[$.int(false)] is added
4425:
4426: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4427: default true). The option is similar to $.double(bool) but for
4428: integers.
4429:
4430: 2014-05-01 moko
4431:
4432: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4433: #12 )
4434:
4435: 2014-04-16 moko
4436:
4437: * src/main/pa_http.C: response-charset option should finally work
4438: now (fix for issue #867)
4439:
4440: * src/main/pa_http.C: response-charset option should work now (fix
4441: for issue #867)
4442:
4443: 2014-03-07 moko
4444:
4445: * buildall: libgc moved
4446:
4447: * buildall: libgc moved
4448:
4449: 2013-12-29 moko
4450:
4451: * src/classes/string.C: ^string:js-unescape result now tainted,
4452: closes issue #966
4453:
4454: * tests/: 186.html, results/186.processed: ^string:js-unescape
4455: result now tainted, issue #966
4456:
4457: 2013-12-03 moko
4458:
4459: * src/: classes/memcached.C, types/pa_vmemcached.C,
4460: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4461: option was added for http://www.parser.ru/forum/?id=79343
4462:
4463: * src/classes/file.C: bugfix for
4464: http://www.parser.ru/forum/?id=79337
4465:
4466: 2013-11-05 moko
4467:
4468: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4469:
4470: * src/main/pa_globals.C: spelling fixed
4471:
4472: 2013-10-29 moko
4473:
4474: * src/lib/json/json.vcproj: json.c -> pa_json.C
4475:
4476: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4477: #892
4478:
4479: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4480: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4481: exceptions to be thrown thougth json library), related to issue
4482: #892
4483:
4484: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4485: related to issue #896
4486:
4487: 2013-10-24 moko
4488:
4489: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4490:
4491: 2013-10-23 moko
4492:
4493: * README: actualization
4494:
4495: 2013-10-22 moko
4496:
4497: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4498: compatibility patch from Sergey Kirpichev
4499:
4500: * tests/: 297.html, results/297.processed: non-working getter fix
4501: test for issue #948
4502:
4503: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4504: called when saving value of $match variable in ^string.match[] to
4505: increase compatibility (related to issue #948).
4506:
4507: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4508: usage optimization
4509:
4510: 2013-10-21 moko
4511:
4512: * tests/: 182.html, results/182.processed: local path removed for
4513: compatibility
4514:
4515: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4516: results/244.processed, results/253.processed,
4517: results/254.processed, results/275.processed,
4518: results/281.processed: try_catch -> try-catch
4519:
4520: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4521: results/294.processed, results/296.processed: try_catch ->
4522: try-catch
4523:
4524: 2013-10-20 moko
4525:
4526: * tests/: 296.html, results/296.processed: test for xsl exception
4527: for issue #938 added.
4528:
4529: * src/: include/pa_xml_exception.h,
4530: main/pa_stylesheet_connection.C: forgotten to be replaced
4531: XmlException is now replaced (once again closes issue #938)
4532:
4533: 2013-10-18 moko
4534:
4535: * buildall: disable clock_gettime detection to avoid librt linking
4536: (which in turn depends on libpthread), related to issue #943
4537:
4538: 2013-10-18 misha
4539:
4540: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4541: lib/smtp/smtp.vcproj, main/main.vcproj,
4542: targets/apache/ApacheModuleParser3Core.vcproj,
4543: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4544: types/types.vcproj: - new locations for libxml2 includes where
4545: added to vcproj files
4546:
4547: 2013-10-18 moko
4548:
4549: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4550: fix
4551:
4552: * tests/: 295.html, results/295.processed: test for issue #948
4553: updated
4554:
4555: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4556: :)
4557:
4558: * tests/: 295.html, results/295.processed: test for issue #948
4559: added
4560:
4561: * src/: classes/hash.C, classes/string.C, classes/table.C,
4562: include/pa_request.h, types/pa_method.h: for getters and setters
4563: to be executed request.put_element should be called, not
4564: context.put_element (fixes issue #948)
4565:
4566: 2013-10-17 moko
4567:
4568: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4569: LIBXML2_NEW_BUFFER check (closes issue #943)
4570:
4571: * buildall: libxml 2.9.1 build is broken --without-reader.
4572:
4573: 2013-10-16 moko
4574:
4575: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4576:
4577: * tests/: 294.html, results/294.processed: test for issue #938
4578:
4579: * src/: classes/xdoc.C, classes/xnode.C,
4580: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4581: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4582:
4583: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4584: libxslt-1.1.26 -> libxslt-1.1.28
4585:
4586: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4587: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4588: to '?', related to issue #938
4589:
4590: 2013-10-15 moko
4591:
4592: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4593: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4594: minor optimizations (closes issue #896)
4595:
4596: * tests/results/: 292.processed, 293.processed: results updated to
4597: comply with issue #896
4598:
4599: * tests/: 292.html, 293.html, results/292.processed,
4600: results/293.processed: tests for json escaping
4601:
4602: 2013-10-14 moko
4603:
4604: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4605: and cleanup, code moved from .h to .C, no changes in code
4606:
4607: 2013-10-12 moko
4608:
4609: * tests/results/119.processed: updated test result commited
4610:
4611: * tests/: 291.html, results/291.processed: test for issue #894
4612: added
4613:
4614: * src/types/pa_wcontext.h: base methods call support function
4615: get_somebody_entered_some_class should not be true forever, as
4616: wcontext can have many get_elements calls (fixes issue #894)
4617:
4618: 2013-10-11 moko
4619:
4620: * tests/: 290.html, results/290.processed: test for junction GPF
4621: issue #942 added
4622:
4623: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4624: to native method fixed (closes issue #942)
4625:
4626: * tests/: 158.html, results/158.processed: test for csv-string[]
4627: added
4628:
4629: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4630: feature #907)
4631:
4632: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4633: feature #907)
4634:
4635: 2013-10-09 moko
4636:
4637: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4638: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4639: types/pa_vstateless_class.C: GET_default, SET_default now works
4640: properly not only in objects, but in classes as well (closes
4641: issue #903)
4642:
4643: * tests/: 289.html, results/289.processed: GET/SET_default now
4644: works in classes, not only objects, test case added, related to
4645: issue #903
4646:
4647: * tests/: 288.html, results/288.processed: test for endless
4648: recursion bug added (related to issue #903)
4649:
4650: 2013-10-05 moko
4651:
4652: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4653: classes/table.C, main/execute.C, types/pa_method.h,
4654: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4655: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4656: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4657: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4658: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4659: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4660: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4661: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4662: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4663: optimization: put_element no longer has "bool areplace" argument,
4664: related to issue #903
4665:
4666: 2013-10-03 moko
4667:
4668: * tests/results/182.processed: result for $.replace(false) test
4669: commited
4670:
4671: * src/classes/date.C: ^date::create(number) processed correctly
4672: (fixes issue #901)
4673:
4674: * src/classes/image.C: as_no_junction removed, as param can be
4675: expression (closes issue #931)
4676:
4677: * tests/233.html: test for issue #931 added
4678:
4679: 2013-10-02 moko
4680:
4681: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4682: modified, test for $.replace(false) added
4683:
4684: * src/main/compile_tools.h: forgotten class replace returned. :)
4685:
4686: 2013-09-30 moko
4687:
4688: * tests/: 141.html, results/141.processed: md5 tainting test added
4689:
4690: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4691: main/compile_tools.h, main/pa_request.C: allow_class_replace
4692: implemented; $.replace option added to ^process and ^use
4693:
4694: 2013-08-27 moko
4695:
4696: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4697: cstr_to_string_body_untaint should be called with charsets for
4698: possible uri language and connection for possible sql language.
4699: related to issue #857
4700:
4701: * buildall: and -> or fixed
4702:
4703: 2013-08-26 moko
4704:
4705: * buildall: prepare_ functions logic changed to support
4706: gc-7.2d.tar.gz extracting to gc-7.2 directory
4707:
4708: 2013-08-23 moko
4709:
4710: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4711: statically
4712:
4713: 2013-08-22 moko
4714:
4715: * src/classes/string.C: String::Empty used (related to issue #912)
4716: append_know_length removed (related to old GPF bug)
4717:
4718: 2013-08-21 moko
4719:
4720: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4721:
4722: * src/classes/math.C: ^math:digest[...;$file] support added
4723: (related to ticket #857
4724:
4725: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4726: implemented
4727:
4728: * src/types/pa_vhashfile.h: warning war
4729:
4730: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4731: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4732: anti_endless_json_string_recoursion removed from request;
4733: json_string_recoursion added to json_options; $.indent[indent
4734: value] now supported and passed within recoursion closes feature
4735: #937
4736:
4737: * tests/: 287.html, results/287.processed: test for feature #937
4738:
4739: 2013-07-31 moko
4740:
4741: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4742: compilation having #define _S
4743:
4744: * src/main/pa_globals.C: cleanup
4745:
4746: 2013-07-30 moko
4747:
4748: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4749: main/pa_common.C: vs2003 warning war
4750:
4751: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4752:
4753: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4754:
4755: * src/lib/md5/pa_sha2.c: warning war
4756:
4757: 2013-07-29 moko
4758:
4759: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4760: patches from github
4761:
4762: * src/: classes/bool.C, classes/double.C, classes/int.C,
4763: classes/memcached.C, include/pa_config_includes.h,
4764: types/pa_vfile.C, types/pa_vfile.h: warning war
4765:
4766: * src/lib/json/json.vcproj: C++ -> C
4767:
4768: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4769:
4770: * src/lib/json/: json.c, pa_json.C: windows compatibility
4771:
4772: * src/lib/json/: json.c, pa_json.C: windows compatibility
4773:
4774: * src/lib/json/: json.c, pa_json.C: warning war
4775:
4776: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4777:
4778: * src/include/pa_config_fixed.h: uint16_t added
4779:
4780: * configure.in: uint16_t check added
4781:
4782: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4783: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4784: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4785: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4786: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4787:
4788: 2013-07-25 moko
4789:
4790: * parser3.sln: dependencies added
4791:
4792: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4793: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4794: module support
4795:
4796: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4797:
4798: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4799:
4800: 2013-07-23 moko
4801:
4802: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4803: PA_DEBUG_GC_MEMORY removed
4804:
4805: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4806: PA_DEBUG_DISABLE_GC compilation fix
4807:
4808: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4809: main/pa_request.C: outdated RESOURCES_DEBUG removed
4810:
4811: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4812: garbage cleanup
4813:
4814: * src/main/pa_common.C: warning war
4815:
4816: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4817:
4818: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4819: minor cleanup
4820:
4821: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4822: uses cygwin, not WIN32 implementation
4823:
4824: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4825: able to exec shell scripts
4826:
4827: * src/classes/math.C: ifdef WIN32 cleanup
4828:
4829: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4830:
4831: * src/classes/curl.C: LT_MODULE_EXT used
4832:
4833: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4834:
4835: 2013-07-22 moko
4836:
4837: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4838: includes fix
4839:
4840: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4841:
4842: * configure.in, src/include/pa_config_includes.h,
4843: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4844: src/main/pa_exec.C: includes cleanup
4845:
4846: * src/targets/cgi/parser3.C: 2012->2013
4847:
4848: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4849:
4850: * configure.in, src/include/pa_config_includes.h,
4851: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4852: src/main/pa_random.C, src/main/pa_socks.C,
4853: src/types/pa_vstatus.C: cygwin support cleanup
4854:
4855: * configure.in: dirent.h check added
4856:
4857: * src/: include/pa_config_includes.h, include/pa_dir.h,
4858: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4859: not copied
4860:
4861: 2013-07-21 moko
4862:
4863: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4864:
4865: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4866: parser3.vcproj: unused getopt.h / getopt.c removed
4867:
4868: * operators.txt, src/classes/file.C, tests/022.html,
4869: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4870: $.stat(true)] usage commented
4871:
4872: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4873: src/main/pa_dir.C: ^file:list[] now has dir column and when
4874: $.stat(true) it has size/*date columns modified patch from misha@
4875: that closes issue #914.
4876:
4877: * src/: include/pa_config_includes.h, main/pa_globals.C:
4878: PA_RELEASE_ASSERTS removed
4879:
4880: * src/lib/md5/pa_md5c.c: minor cleanup
4881:
4882: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4883: localeconv()->decimal_point usage remoed (related to issue #934)
4884:
4885: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4886: cordprnt.c removed
4887:
4888: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4889: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4890: pa-include/pa_strings.h: includes cleanup
4891:
4892: * src/lib/md5/pa_md5c.c: headers cleanup
4893:
4894: 2013-07-20 moko
4895:
4896: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4897: cleanup
4898:
4899: 2013-07-19 moko
4900:
4901: * src/classes/math.C: extern "C" added for crypt
4902:
4903: 2013-07-18 moko
4904:
4905: * src/classes/math.C: fix redhat7.2 build
4906:
4907: 2013-07-17 moko
4908:
4909: * configure.in, src/include/pa_config_includes.h,
4910: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4911: added for uint8/32/64_t)
4912:
4913: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4914: pa_config_includes.h used for uint32/64_t
4915:
4916: 2013-07-16 moko
4917:
4918: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4919: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4920: war
4921:
4922: * src/main/compile.tab.C: compile.y was updated
4923:
4924: * src/main/compile.y: warning war
4925:
4926: * src/: include/pa_exception.h, main/pa_exception.C,
4927: main/pa_xml_exception.C: warning war
4928:
4929: * src/: include/pa_common.h, main/pa_common.C: warning war
4930:
4931: * configure.in: beauty :)
4932:
4933: * tests/: 141.html, results/141.processed: sha256/512 added
4934:
4935: 2013-07-13 moko
4936:
4937: * src/lib/md5/md5.vcproj: sha2 added
4938:
4939: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4940: classes/math.C: sha2 support (sha256/sha512 digest)
4941:
4942: 2013-07-08 moko
4943:
4944: * src/classes/image.C: directory read or other read problem message
4945: fixed (related to issue #933)
4946:
4947: 2013-07-07 moko
4948:
4949: * AUTHORS: + misha + moko. :)
4950:
4951: 2013-07-06 moko
4952:
4953: * src/: classes/curl.C, include/pa_globals.h,
4954: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4955: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4956: for lt_dlinit to be called once and lt_dlexit called at right
4957: place (related to issue #925)
4958:
4959: 2013-07-04 moko
4960:
4961: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4962: VString::as_vfile now uses vfile.set_binary_string to avoid
4963: content-type to be set, as it brokes badly designed logic in
4964: response output. This hopefully finishes issue #928.
4965:
4966: * tests/results/: 256.processed, 286.processed: file now displayed
4967: as name, size, mode, content-type
4968:
4969: * src/main/pa_common.C: read error now reported cottectly (fixes
4970: issue #933
4971:
4972: 2013-06-28 moko
4973:
4974: * tests/: 286.html, results/286.processed: test extended
4975:
4976: * tests/: 286.html, results/286.processed: Test for issue #928
4977: added. it tests default content-type change.
4978:
4979: * src/types/pa_vfile.C: closes issue #928 - default content-type
4980: now updated
4981:
4982: 2013-06-25 moko
4983:
4984: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4985: content-type for text/binary files without name added;
4986: ^file::create[$f;...] options now works properly and $f
4987: properties are default (fixes issue #928)
4988:
4989: 2013-05-16 misha
4990:
4991: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4992: added
4993:
4994: * src/main/pa_table.C: - a tiny memory optimisation while creating
4995: table if specified limit is bigger than source rows count
4996:
4997: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4998: added ( new feature: #858 )
4999:
5000: 2013-04-29 moko
5001:
5002: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5003: $.ipresolve(0|1|2) added (closes issue #891)
5004:
5005: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5006:
5007: 2013-04-24 moko
5008:
5009: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5010: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5011: types/pa_vmemcached.h: ^memcache.release[] added, calls
5012: memcached_quit (refs #893)
5013:
5014: 2013-04-22 moko
5015:
5016: * src/: include/pa_string.h, main/pa_common.C: no more double
5017: slashes in file path (fixes bug #872)
5018:
5019: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5020: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5021: #739)
5022:
5023: * tests/results/266.processed: $.max_params added (feature #915)
5024:
5025: * src/: include/pa_common.h, main/pa_http.C: response-charset
5026: option added to file::load (closes issue #867)
5027:
5028: 2013-04-20 misha
5029:
5030: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5031: commited
5032:
5033: 2013-03-15 misha
5034:
5035: * src/classes/: hash.C, table.C: - Optimisation: do not create
5036: multiple empty strings while ::sql. uae String::Empty instead
5037:
5038: 2013-03-14 misha
5039:
5040: * src/classes/reflection.C: - for user classes
5041: ^reflection:method_info[] returns $.max_params and $.extra_param
5042: with $.call_type if they available ( new feature: #915 )
5043:
5044: * src/classes/file.C: - ^file:delete[] now supports an option
5045: $.exception(false) that suppress any exception while deleting
5046: file ( new feature: #916 )
5047:
5048: * src/classes/curl.C: - parsing cookies after curl:load now should
5049: work :)
5050:
5051: 2013-03-12 misha
5052:
5053: * src/types/pa_vfile.C: - if specified file_name is empty string
5054: set default name for the file
5055:
5056: 2013-03-11 misha
5057:
5058: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5059: also available in $f.cookies
5060:
5061: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5062: moved to a separate method
5063:
5064: 2013-03-10 moko
5065:
5066: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5067: added
5068:
5069: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5070: removed (declared by autoconf)
5071:
5072: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5073: uint32_t define
5074:
5075: 2013-03-10 misha
5076:
5077: * src/classes/file.C: ^file:delete and ^file:move now support
5078: option $.keep-empty-dirs(true) ( new feature: #884 )
5079:
5080: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5081: empty dirs is added
5082:
5083: 2013-03-10 moko
5084:
5085: * src/classes/: bool.C, double.C, int.C: default can be present,
5086: but default check removed from ^int/double/bool.int/double/bool
5087: for string.int/double/bool compatibility (related to issue #913)
5088:
5089: * src/classes/string.C: ^string.int/dobule/bool no longer
5090: internally throws exception if default is present (closes issue
5091: #913)
5092:
5093: 2013-03-09 misha
5094:
5095: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5096: optimisations ( #845 )
5097:
5098: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5099:
5100: 2013-03-08 moko
5101:
5102: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5103: creates correct table (fixes issue #910)
5104:
5105: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5106: use outside of 'connect' operator (fixes issue #911)
5107:
5108: * tests/results/: 096.processed, 122.processed: test results
5109: updated as doubles now printed with 15 significant digits, not 5
5110: (fixes issue #882)
5111:
5112: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5113: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5114:
5115: 2013-02-21 moko
5116:
5117: * src/classes/table.C: _locate_name_value does not check arguments
5118: count, so we check it in advance (fixes issue #905)
5119:
5120: 2012-10-23 moko
5121:
5122: * buildall: old shell for and echo compatibility (for six)
5123:
5124: 2012-10-19 moko
5125:
5126: * buildall: --strip added --disable-safe-mode listed in usage
5127:
5128: 2012-10-17 misha
5129:
5130: * src/classes/op.C: - apply-taint should not throw "outside
5131: connect" exception with sql lang now
5132:
5133: 2012-10-17 moko
5134:
5135: * src/main/pa_request.C: bugfix: safe mode should be inited for
5136: each request (for apache module)
5137:
5138: 2012-09-26 moko
5139:
5140: * src/doc/doxygen.cfg: png -> svg
5141:
5142: 2012-09-25 moko
5143:
5144: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5145: test added
5146:
5147: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5148: double use when key is long
5149:
5150: 2012-09-16 moko
5151:
5152: * src/classes/math.C: Format -> Method Encode -> Format
5153:
5154: * tests/: 141.html, results/141.processed: math:digest hmac test
5155: added
5156:
5157: 2012-09-14 moko
5158:
5159: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5160: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5161: implementation added
5162:
5163: 2012-09-12 moko
5164:
5165: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5166: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5167: targets.dox and string.dox slightly actualized
5168:
5169: 2012-08-31 moko
5170:
5171: * ChangeLog: now generated with patched cvs2cl.pl
5172:
5173: 2012-07-29 moko
5174:
5175: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5176: result should be pushed after VMethodFrame destructor is called,
5177: as it deletes junctions from stack params (fixes issue #868)
5178:
5179: 2012-07-23 moko
5180:
5181: * INSTALL, README: buildall script usage documented, other outdated
5182: info updated.
5183:
5184: * buildall-with-xml, buildall-without-xml: replaced by buildall
5185:
5186: 2012-07-21 moko
5187:
5188: * buildall: glib does not compile when threads are disabled...
5189:
5190: * src/types/pa_vmail.C: g_assertion fixes for empty input
5191:
5192: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5193: unref, can't unref nested objects)
5194:
5195: * src/types/pa_vmail.C: another check added
5196:
5197: 2012-07-19 moko
5198:
5199: * buildall: usage added
5200:
5201: * buildall: new buildall script that unites buildall-with-xml,
5202: buildall-without-xml, --with-apache and --with-mailreceive
5203:
5204: * configure.in: support for static gmime and dynamic glib linking.
5205: fixes for FreeBSD
5206:
5207: 2012-07-17 moko
5208:
5209: * configure.in: --with-mailreceive replaced
5210: --with-static-mailreceive and --with-shared-mailreceive pathlink
5211: removed
5212:
5213: 2012-07-16 moko
5214:
5215: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5216: capitalized, content now decoded and text content converted to
5217: $request:charset. all properties are accessed by functions, this
5218: ready for dynamic load.
5219:
5220: 2012-06-28 moko
5221:
1.116 moko 5222: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5223: 32 bit
1.95 moko 5224:
5225: 2012-06-27 moko
5226:
5227: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5228: passive ftp
5229:
5230: * src/lib/ltdl/ltdl.vcproj: release build fixed
5231:
5232: * configure.in: 3.4.2 RC -> 3.4.2
5233:
5234: 2012-06-22 moko
5235:
5236: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5237: #815)
5238:
5239: * tests/: 284.html, results/284.processed: output options test
5240: (feature #265)
5241:
5242: 2012-06-22 misha
5243:
5244: * tests/215.html: - little changes
5245:
5246: 2012-06-21 moko
5247:
5248: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5249: types/pa_vxdoc.h: output_options returned and used (bugfix for
5250: feature #265)
5251:
5252: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5253: breaks long .*, default 10M restored. (issue #216)
5254:
5255: * tests/: 283.html, results/283.processed: test for issue #815
5256: added
5257:
5258: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5259: again, cstrm not required.
5260:
5261: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5262: Win32 and broken FreeBSD (issue #45)
5263:
5264: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5265:
5266: * src/main/pa_string.C: warnings war
5267:
5268: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5269: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5270: main/pa_socks.C, targets/apache/pa_threads.C,
5271: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5272: types/pa_vstatus.C: compilation under cygwin fixed
5273:
5274: 2012-06-19 moko
5275:
5276: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5277: Windows fixed
5278:
5279: * parser3.sln: removed antique pcre_ctype
5280:
5281: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5282:
5283: * src/include/pa_config_fixed.h: undefined reference to
5284: __imp__pcre_* fix for Windows
5285:
5286: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5287: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5288: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5289: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5290: define fixed
1.95 moko 5291:
5292: 2012-06-18 moko
5293:
5294: * src/classes/memcached.C: flush -> clear
5295:
5296: * src/classes/memcached.C: memcached does not support quotes even
5297: in server name
5298:
5299: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5300: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5301: called on open to check servers existance. $.key(true) syntax
5302: now supported
5303:
5304: 2012-06-17 moko
5305:
5306: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5307: cleanup
5308:
5309: * src/classes/table.C, tests/282.cfg, tests/282.html,
5310: tests/results/282.processed: encloser at the EOF bug fixed,
5311: incorrectly enclosed data now processed more logicaly (fixes
5312: #339)
5313:
5314: 2012-06-15 moko
5315:
5316: * buildall-without-xml: sync with buildall-with-xml
5317:
5318: * buildall-with-xml: download auto-detected between fetch and curl
5319:
5320: * configure.in: --with-gc and --with-pcre now also processed
5321: correctly
5322:
1.116 moko 5323: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5324: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5325: should be run on rol1 using automake / aclocal (GNU automake)
5326: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5327:
5328: * configure.in: new PARSER_VERSION logic
5329:
5330: * src/include/pa_version.h: new pa_version.h logic
5331:
5332: * src/: classes/curl.C, classes/file.C, classes/image.C,
5333: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5334: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5335: feols_normalized -> fis_text_content set_binary added
5336:
5337: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5338:
5339: 2012-06-15 misha
5340:
5341: * src/: classes/curl.C, classes/file.C, classes/image.C,
5342: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5343: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5344: ^file::create[text;content] EOLs in content now is normalized. (
5345: new feature: #815 )
5346:
5347: 2012-06-15 moko
5348:
5349: * configure.in: --disable-version-update added to disable version
5350: update with host information (for debian package) whitespace
5351: optimized
5352:
5353: * configure.in: version changed to 3.4.2 RC no-pic added for
5354: libtool
5355:
5356: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5357: it.
5358:
5359: 2012-06-14 moko
5360:
5361: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5362: tests/results/281.processed: "hash flocked" error removed for
5363: safe operations like ^h._count[] ( new feature: #335 )
5364:
1.116 moko 5365: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5366:
5367: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5368:
5369: * configure.in: --with-static/shared xml replaced with --with-xml,
5370: xml compilation check added
5371:
5372: * configure.in: --with-static/shared-gc, --with-static-pcre are
5373: replaced with --with-gc and --with-pcre test for pcre linking
5374: added
5375:
5376: 2012-06-13 moko
5377:
5378: * configure.in: apxs2 check optimized
5379:
5380: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5381: .la, includes optimized
5382:
5383: * buildall-with-xml: --with-pic looks better for -fPIC
5384:
5385: * configure.in: switched to convenience library in static linking
5386:
5387: * src/targets/apache/Makefile.am: switched to convenience library
5388: usage to avoid libtool warnings
5389:
5390: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5391: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5392: smtp/Makefile.am: switched to convenience library usage
5393:
5394: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5395:
5396: * src/targets/apache/Makefile.am: updated for libtool usage
5397:
5398: * buildall-without-xml: --with-included-ltdl added
5399:
5400: * buildall-without-xml: sync with buildall-with-xml
5401:
5402: * buildall-with-xml: --with-included-ltdl added $cflags added for
5403: -fPIC for x64 $download added for wget success check added
5404:
5405: * buildall-without-xml: --with-dynamic-stdcpp removed
5406:
5407: * configure.in: disable-static returned
5408:
5409: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5410: LIBTOOLFLAGS
5411:
5412: 2012-06-12 moko
5413:
5414: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5415: compatible with LIBTOOLFLAGS for unknown reasons
5416:
5417: * buildall-with-xml: --with-dynamic-stdcpp removed
5418:
5419: * configure.in: static/dynamic -lstdc++ linking option removed
5420: apxs2 check added
5421:
5422: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5423: option removed
5424:
5425: 2012-06-10 moko
5426:
5427: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5428: added
5429:
5430: * src/targets/cgi/pp3.cmd: old PAF stuff
5431:
1.116 moko 5432: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5433: beauty
1.95 moko 5434:
5435: * depcomp: from libtool 2.4.2
5436:
5437: * configure.in: ltdl directory removed, it has correct Makefile.in
5438:
5439: 2012-06-09 moko
5440:
1.116 moko 5441: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5442: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5443: autogenerated files updated after libtool update
5444:
1.116 moko 5445: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5446: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5447: config_auto.h.in, config_fixed.h, configure, configure.ac,
5448: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5449: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5450: config/compile, config/config.guess, config/config.sub,
5451: config/depcomp, config/install-sh, config/ltmain.sh,
5452: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5453: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5454: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5455: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5456: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5457: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5458: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5459: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5460:
5461: * configure.in: preparation for new libtool
5462:
5463: * configure.in: Some beauty added :)
5464:
5465: * src/targets/apache/Makefile.am: := -> =
5466:
5467: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5468: again. :)
5469:
5470: * src/include/pa_config_includes.h, configure.in: limits.h added,
5471: previously was taken from pcre_internal.h. :)
5472:
5473: * src/lib/pcre/Makefile.am: config.h returned
5474:
5475: * src/lib/pcre/config.h: still need this. :)
5476:
5477: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5478:
5479: * configure.in: --with-charsets removed; --with-mysql-client & co
5480: removed
5481:
5482: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5483: now in parser tree, no need to copy
5484:
5485: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5486: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5487: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5488: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5489: extracts now used old trash removed
5490:
5491: * etc/parser3.charsets/Makefile.am: charsets now in share
5492: (debian/patches/104_automake.patch) + all charsets are copied
5493:
5494: * buildall-with-xml, buildall-without-xml: curl option removed +
5495: extra arguments now supported
5496:
5497: 2012-06-08 misha
5498:
5499: * src/classes/table.C: - one params.as_hash usage was rolled back:
5500: the 2nd option in ^table.hash[] could be hash or table so
5501: .as_hash will throw an exception when table option is specified
5502:
5503: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5504: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5505: classes/table.C, classes/void.C, classes/xdoc.C,
5506: include/pa_exception.h, types/pa_vmethod_frame.C,
5507: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5508: and improved (whitespaces are allowed as empty options) -
5509: MethodParams::as_table is added - above methods are used for
5510: parsing methods' options ( new feature: #9 )
5511:
5512: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5513: to vclass. now class fields can be accessible as a hash:
5514: $h[^hash::create[$asd:CLASS]]
5515:
5516: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5517: have get_fields method so their fields can be accessed with
5518: ^reflection:fields[...] & ^reflection:field[...]
5519:
5520: 2012-06-06 misha
5521:
5522: * tests/280.html: - tests for
5523: ^reflection:method[obj-or-class;method],
5524: ^reflection:field[obj-or-class;field] and
5525: ^reflection:fields[obj-or-class] are added
5526:
5527: 2012-06-05 misha
5528:
5529: * src/classes/reflection.C: - ^reflection:method[class or
5530: object;method name] and ^reflection:field[class or object;field
5531: name] are added
5532:
5533: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5534: is used
5535:
5536: * src/types/pa_method.h: - Method::as_vjunction method is added
5537:
5538: 2012-06-05 moko
5539:
1.116 moko 5540: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5541:
5542: * src/classes/memcached.C: flish ttl fixed
5543:
5544: 2012-06-04 moko
5545:
5546: * src/classes/json.C, src/classes/op.C, tests/279.html,
5547: tests/results/279.processed: ^json:parse[] now supports $.taint
5548: option (new feature #833)
5549:
5550: 2012-06-04 misha
5551:
5552: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5553: - search_stop method was moved from pa_vcookie.C to pa_common.C
5554:
5555: 2012-06-03 misha
5556:
5557: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5558: cookies are parced and stored into $.cookies ( new feature: #31 )
5559:
5560: 2012-05-30 misha
5561:
5562: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5563: incomplete class into a scope while @USE is found
5564:
5565: * src/main/compile.y: - add incomplete class into a scope while
5566: @USE and @CLASS instructions are found ( bugfix: #838 )
5567:
5568: 2012-05-30 moko
5569:
5570: * src/types/pa_vclass.C, tests/278.html,
5571: tests/results/278.processed: removed "property has no getter
5572: method" exception when GET_DEFAULT present (fixes #269)
5573:
5574: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5575: $._default
5576:
5577: 2012-05-29 moko
5578:
5579: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5580: uninitialized values usage (new feature: #154)
5581:
5582: 2012-05-28 moko
5583:
5584: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5585: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5586: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5587: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5588: src/types/pa_vobject.C, src/types/pa_vobject.h,
5589: src/types/pa_vstring.h, src/types/pa_vtable.C,
5590: tests/results/277.processed, src/types/pa_vtable.h,
5591: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5592: ^json:string[$o; $.default[$method]] implemented for VObject (new
5593: feature #803)
5594:
5595: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5596: tests/results/277.processed: json numbers are now treated as
5597: double ( new feature: #834 )
5598:
5599: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5600: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5601: added for out of range checks, zero division in vint/vdouble
5602: check added ( fixes #832 )
5603:
5604: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5605: ( fixes #832 )
5606:
5607: 2012-05-28 misha
5608:
5609: * buildall-with-xml: - --without-lzma option is added to libxml2
5610: configure
5611:
5612: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5613: added - tests for unsupported values for options $.file, $.table
5614: and $.date are added
5615:
5616: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5617: accepts "stat" $.file[] option's value in addition to existed
5618: "text" and "base64" ( new feature: #835 )
5619:
5620: * tests/276.html: - test for
5621: ^reflection:delete[$object-or-class;field-name]
5622:
5623: * src/classes/reflection.C: -
5624: ^reflection:delete[$object-or-class;field-name] is added ( new
5625: feature: #268 )
5626:
5627: 2012-05-27 misha
5628:
5629: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5630:
5631: 2012-05-24 misha
5632:
5633: * src/include/pa_common.h: - method lastposafter was removed
5634:
5635: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5636: lastposafter - ^file:dirname[] & Co proper handle windows file
5637: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5638: work as *nix commands
5639:
5640: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5641:
5642: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5643: rskipchars were added
5644:
5645: * tests/270.html: - more tests for ^file:find[]
5646:
5647: * tests/065.html: - more tests for ^file:dirname[] & Co
5648:
5649: * src/include/pa_version.h: - must be "win32" here. it is
5650: auto-generated on *nix
5651:
5652: 2012-05-24 moko
5653:
5654: * src/classes/math.C: ^math:convert[] now supports uint32 and
5655: throws overflow exception ( new feature: #830 )
5656:
5657: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5658: uint32 support and overflow added ( new feature: #830 )
5659:
5660: 2012-05-23 moko
5661:
5662: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5663: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5664: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5665: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5666: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5667: types/pa_vregex.h, types/pa_vstateless_class.C,
5668: types/pa_vstateless_class.h, types/pa_vstring.h,
5669: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5670: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5671: "return string as-is" removed from as_expr_result. ( new feature:
5672: #831 )
5673:
5674: * tests/results/244.processed: test changed after bug #782 fix
5675: commited
5676:
5677: * tests/results/229.processed: test results for bug #782 commited
5678:
5679: * tests/: 254.html, results/254.processed: uid now just compared,
5680: not printed. :)
5681:
5682: 2012-05-20 moko
5683:
5684: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5685: feature: #341 )
5686:
5687: * tests/: 254.html, results/254.processed: test for
5688: ^reflection:uid[] added
5689:
5690: * tests/: 254.html, results/254.processed: test for
5691: ^reflection:uid[$obj] added
5692:
5693: 2012-05-17 misha
5694:
5695: * src/main/untaint.C: - do not replace ' char by _26 while
5696: exploding filespec-tainting ( new feature: #829 )
5697:
5698: 2012-05-12 moko
5699:
5700: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5701: not.
5702:
5703: 2012-05-08 moko
5704:
5705: * src/types/pa_vmethod_frame.h: bug #782 fixed
5706:
5707: * tests/229.html: test for bug #782
5708:
5709: * tests/results/259.processed, src/main/pa_request.C,
5710: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5711: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5712: src/types/pa_vvoid.h: feature #154 - first empty param now
5713: string; defined locals are empty strings; $STRICT-VARS(true)
5714: added
5715:
5716: 2012-04-27 moko
5717:
1.116 moko 5718: * src/targets/apache/Makefile.am:
1.95 moko 5719: ../../lib/memcached/libmemcached.a added
5720:
5721: 2012-04-27 misha
5722:
5723: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5724: ( #827 )
5725:
5726: 2012-04-25 moko
5727:
5728: * src/: classes/json.C, classes/memcached.C,
5729: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5730: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5731: implemented.
5732:
5733: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5734:
5735: 2012-04-23 moko
5736:
5737: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5738: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5739: types/pa_vmemcached.h: open allows options hash for new
5740: memcached(options) function
5741:
5742: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5743: not appended
5744:
5745: 2012-04-21 moko
5746:
5747: * src/classes/curl.C: '' added. :)
5748:
5749: * src/classes/classes.vcproj: new curl.h location
5750:
5751: * src/classes/curl.C: verbose output redirection from stderr to
5752: file curl option added
5753:
5754: 2012-04-20 moko
5755:
5756: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5757: contains what we need from curl, #ifdef HAVE_CURL removed
5758:
1.116 moko 5759: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5760: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5761: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5762: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5763: configure option
5764:
5765: 2012-04-19 moko
5766:
5767: * src/: classes/double.C, classes/inet.C, classes/int.C,
5768: classes/string.C, lib/gc/include/gc_allocator.h,
5769: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5770: options from sql_result_string removed. (closes issue #468)
5771:
5772: * src/types/pa_vmemcached.C: empty string fix
5773:
5774: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5775: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5776: pa_vmemcached.C
5777:
5778: 2012-04-18 moko
5779:
5780: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5781: apache2-mpm-prefork" error displayed in threaded mpm.
5782:
5783: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5784: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5785: installed (issue #354)
5786:
5787: 2012-04-16 moko
5788:
5789: * src/types/pa_vmemcached.C: call to memcached_result_create and
5790: memcached_result_free removed
5791:
5792: 2012-04-14 moko
5793:
5794: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5795:
5796: * src/types/pa_vmemcached.C: check_key added and used
5797:
5798: 2012-04-13 moko
5799:
5800: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5801: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5802: Serialization_data now added and used, VString now serialized
5803: with languages into memcached.
5804:
5805: 2012-03-28 moko
5806:
5807: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5808: lib/memcached/pa_memcached.h: result lengths added
5809:
5810: 2012-03-27 moko
5811:
5812: * src/types/pa_vmemcached.C: strdup added
5813:
5814: 2012-03-24 moko
5815:
5816: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5817: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5818: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5819:
5820: 2012-03-20 moko
5821:
1.116 moko 5822: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5823:
5824: * src/targets/cgi/Makefile.am: cleanup
5825:
5826: * src/: types/Makefile.am, types/pa_vmemcached.C,
5827: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5828:
5829: * src/: classes/Makefile.am, classes/memcached.C,
5830: lib/memcached/Makefile.am, lib/memcached/constants.h,
5831: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5832: lib/memcached/types.h, lib/Makefile.am: memcached initial
5833:
5834: 2012-03-16 moko
5835:
5836: * src/main/execute.C: ident now works under Linux + ident displays
5837: filenames (closes issue #818)
5838:
1.116 moko 5839: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5840: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5841: pa_vmethod_frame_local.h removed
5842:
5843: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5844: classes/classes.h, classes/curl.C, classes/date.C,
5845: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5846: classes/hashfile.C, classes/image.C, classes/inet.C,
5847: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5848: classes/memory.C, classes/op.C, classes/reflection.C,
5849: classes/regex.C, classes/response.C, classes/string.C,
5850: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5851: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5852: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5853: include/pa_config_fixed.h, include/pa_config_includes.h,
5854: include/pa_dictionary.h, include/pa_dir.h,
5855: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5856: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5857: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5858: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5859: include/pa_request_charsets.h, include/pa_request_info.h,
5860: include/pa_sapi.h, include/pa_socks.h,
5861: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5862: include/pa_stack.h, include/pa_string.h,
5863: include/pa_stylesheet_connection.h,
5864: include/pa_stylesheet_manager.h, include/pa_table.h,
5865: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5866: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5867: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5868: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5869: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5870: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5871: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5872: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5873: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5874: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5875: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5876: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5877: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5878: main/pa_string.C, main/pa_stylesheet_connection.C,
5879: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5880: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5881: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5882: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5883: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5884: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5885: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5886: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5887: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5888: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5889: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5890: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5891: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5892: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5893: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5894: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5895: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5896: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5897: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5898: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5899: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5900: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5901: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5902: types/pa_vresponse.h, types/pa_vstateless_class.C,
5903: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5904: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5905: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5906: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5907: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5908: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5909: ident now works under Linux + ident displays filenames (closes
5910: issue #818) Copyright updated
5911:
5912: 2012-03-13 moko
5913:
5914: * src/main/pa_string.C: compilation fix for feature #741
5915:
5916: 2012-03-09 misha
5917:
5918: * tests/193.html: - tests for ^string:base64[encoded] are updated
5919:
5920: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5921: now detects invalid base64 chars in the middle of encoded stricg
5922: ( new feature: #55 )
5923:
5924: * src/include/pa_exception.h: - new exception type for base64
5925: decoding is added
5926:
5927: 2012-03-06 misha
5928:
5929: * tests/274.html: - tests for ^date::today[] and
5930: ^date.sql-string[datetime|date|time] are added
5931:
5932: * src/classes/date.C: - constructor ^date::today[] is added ( new
5933: feature: #811 ) - ^date.sql-string[] now can accept one param --
5934: strings "datetime", "date" or "time" - comments tidying up
5935:
5936: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5937: date and time
5938:
5939: 2012-03-03 misha
5940:
5941: * tests/193.html: - tests for
5942: ^string:base64[encoded;$.strict(true)] are added
5943:
5944: * tests/results/auto.p: - try-catch operator is added
5945:
5946: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5947: main/pa_common.C: - $.strict(true|false) option is added to
5948: base64 decode methods ( new feature: #55 )
5949:
5950: * src/main/pa_common.C: - base64 decode memory usage was decreased
5951: ( new feature: #819 )
5952:
5953: 2012-02-28 moko
5954:
5955: * src/classes/hash.C: ident test
5956:
5957: 2012-02-27 misha
5958:
5959: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5960:
5961: 2012-01-08 misha
5962:
5963: * tests/273.html: - tests for ^string.replace[from;to] are added
5964:
5965: * src/: classes/string.C, include/pa_dictionary.h,
5966: main/pa_dictionary.C, main/pa_string.C: -
5967: ^string.replace[from;to] is added ( new feature: #741 ) -
5968: ^string.replace[one subst here] is slightly optimized
5969:
5970: 2011-12-07 misha
5971:
5972: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5973: named table with one empty column ( bugfix: #63 )
5974:
5975: 2011-11-30 misha
5976:
5977: * src/classes/json.C: - it's possible to set user's method for
5978: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5979: #763 )
5980:
5981: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5982:
5983: 2011-11-23 misha
5984:
5985: * src/: classes/curl.C, classes/file.C, classes/image.C,
5986: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5987: types/pa_vfile.h, types/pa_vform.C: - constructor
5988: ^file::create[mode;filename;content[;options]] now accepts binary
5989: mode and file-content - new constructor's format:
5990: ^file::create[string-or-file-content[;$.name[filename]
5991: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5992: feature: #65 )
5993:
5994: * src/: include/pa_request.h, main/pa_request.C: - new method
5995: mime_type_of(const String*) is added
5996:
5997: * src/include/pa_exception.h: - new exception constant
5998: FILE_NAME_MUST_BE_SPECIFIED is added
5999:
6000: * src/classes/table.C: - bug with negative offset transformed into
6001: a feature. it means pointing to a row from the end of the table (
6002: new feature: #810 )
6003:
6004: 2011-11-19 misha
6005:
6006: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6007: â ìåòîäå _select ( new feature: #810 )
6008:
6009: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6010: options were specified together is simplified
6011:
6012: 2011-11-12 misha
6013:
6014: * src/main/pa_request.C: - forgotten fix for escaping filename in
6015: HTTP content-disposition header (a part of bug #361 )
6016:
6017: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6018: checks for ancestors' classes as well ( new feature: #456 )
6019:
6020: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6021: "without cycle" now have types "parser.break" and
6022: "parser.continue" instead of "parser.runtime" ( new feature: #799
6023: )
6024:
6025: 2011-11-11 misha
6026:
6027: * tests/results/: 099.processed, 100.processed, 205.processed,
6028: 237.processed: - since bug #361 was fixed the content of filename
6029: in HTTP headers is quoted
6030:
6031: * tests/results/270.processed: - result for test 270
6032:
6033: * tests/: 065.html, results/065.processed: - more tests for
6034: ^file:basename[] & Co were added
6035:
6036: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6037:
6038: * tests/270.html: - tests for ^file:find[] are added
6039:
6040: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6041: using option $.charset. option $.engoding is still supported but
6042: these options can not be specified together
6043:
6044: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6045: comparation charset name with string "UTF-8" ( bugfix: #759 )
6046:
6047: 2011-10-11 misha
6048:
6049: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6050: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6051: #622)
6052:
6053: 2011-09-30 misha
6054:
6055: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6056: exception "saving stat-ed file" ( bugfix: #395 )
6057:
6058: 2011-05-30 misha
6059:
6060: * src/classes/string.C: - fixed bug which was added with
6061: params.as_hash into string:sql
6062:
6063: 2011-05-29 misha
6064:
6065: * src/types/pa_value.C: - filename in content-disposition header
6066: must be quoted ( bugfix: #361 )
6067:
6068: 2011-05-27 misha
6069:
6070: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6071: created file
6072:
6073: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6074: usage
6075:
6076: * src/include/pa_exception.h: - one more string for exception was
6077: added
6078:
6079: 2011-05-25 misha
6080:
6081: * tests/269.html: - tests for checking input params in some dom
6082: methods
6083:
6084: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6085: was added. it isn't possible not wo create xdoc with invalid
6086: tagName. ( bugfix: #160 )
6087:
6088: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6089: string "data must be string" was mover from pa_exception.h to
6090: pa_xml_exception.h
6091:
6092: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6093: as_xmlncname, as_xmlname and as_xmlnsuri were added
6094:
6095: * src/main/pa_xml_exception.C: - XmlException accepts more options
6096:
6097: * src/include/pa_xml_exception.h: - XmlException accepts more
6098: options - XML-related exception's strings were added
6099:
6100: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6101: output_options were removed)
6102:
6103: 2011-05-19 misha
6104:
6105: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6106: params.as_hash is used more while parsing methods hash-options
6107:
6108: 2011-05-18 misha
6109:
6110: * operators.txt: - info about json-serialization of xdoc was added
6111:
6112: * tests/256.html: - tests for json-serialization xdoc were added
6113:
6114: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6115:
6116: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6117: classes/json.C, classes/xdoc.C: - now json:string can serialize
6118: xdoc-objects. options (the same as ^xdoc.string[]) could be
6119: specified in $.xdoc[] ( new feature: #265 )
6120:
6121: 2011-05-15 misha
6122:
6123: * tests/268.html: - tests for ^table.count[with options] were added
6124:
6125: * src/classes/table.C: - method ^table.count[] now can accept
6126: options ( new feature: #93 ): ^table.count[column] returns number
6127: of columns for named table; ^table.count[cells] returns number of
6128: cells in the current row; ^table.count[] & ^table.count[rows]
6129: return number of rows in a table.
6130:
6131: * tests/267.html: - test for checking switch/case in boolean mode
6132: was added
6133:
6134: * src/classes/op.C: - if switch's or case's value is bool, they are
6135: compared as bool values, not as double values: new feature: #351
6136:
6137: 2011-05-06 misha
6138:
6139: * tests/242.html: - EOL before EOF was added
6140:
6141: * tests/169.html: - tests for splitting empty string and void were
6142: added
6143:
6144: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6145: returned table with one empty cell)
6146:
6147: 2011-04-03 misha
6148:
6149: * src/include/pa_version.h, configure.in: - version in head was
6150: changed to 3.4.2b
6151:
6152: 2011-03-30 misha
6153:
6154: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6155: as well ( new feature #294 )
6156:
6157: 2011-03-29 misha
6158:
6159: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6160: limited to approx. 6 MB. previous limits were too big for real
6161: life. bugfix: #216
6162:
6163: 2011-03-04 moko
6164:
6165: * etc/parser3.charsets/cp866.cfg: Conforms to
6166: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6167:
6168: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6169: vlalek@
6170:
6171: 2011-02-22 misha
6172:
6173: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6174: be under #ifdef XML or parser can't be compiled without xml
6175: support
6176:
6177: 2011-02-21 misha
6178:
1.116 moko 6179: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6180: ApacheModuleParser3.vcproj was removed
6181:
6182: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6183: removed)
6184:
6185: 2011-02-20 misha
6186:
6187: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6188: $.overridden in ^reflection:method_info[...] were added
6189:
6190: * src/classes/reflection.C: - beautifying result of
6191: ^reflection:method_info[] ($.overridden/inherited)
6192:
6193: 2011-02-18 misha
6194:
6195: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6196: and pa_isalnum instead of isalpha and isalnum - bug with
6197: redundand quoting lowercased latin chars while building email
6198: body was fixed
6199:
6200: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6201: added (they check for latin chars only)
6202:
6203: 2011-02-16 misha
6204:
6205: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6206: string size for transcoding gave too small value (should ever
6207: look for availability char in dest charset inspite of the char
6208: size)
6209:
6210: 2011-02-04 moko
6211:
6212: * tests/223.html: header values now not url-encoded (issue #195)
6213:
6214: 2011-02-01 misha
6215:
6216: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6217:
6218: 2011-01-31 misha
6219:
6220: * src/main/pa_request.C: - throw exception if param file_name in
6221: use_file is empty
6222:
6223: 2011-01-08 moko
6224:
6225: * src/classes/curl.C: compilations errors fixed
6226:
6227: 2010-12-29 moko
6228:
6229: * tests/: 265.html, results/265.processed: test for issue #200
6230: added
6231:
6232: * src/main/pa_string.C: empty regex result check added (fixes issue
6233: #200)
6234:
6235: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6236:
6237: * tests/results/223.processed: header values now not url-encoded
6238: (issue #195)
6239:
6240: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6241: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6242: pa_http_safe_header_name added for headers names (fixes bug #195)
6243:
6244: 2010-12-18 misha
6245:
6246: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6247: => pa-include
6248:
6249: 2010-11-28 moko
6250:
6251: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6252:
6253: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6254: -> pa
6255:
6256: * configure.in: apr -> pa
6257:
6258: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6259:
6260: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6261: classes/Makefile.am, types/Makefile.am: apr -> pa
6262:
6263: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6264: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6265: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6266: pa-include/pa_apr.h, pa-include/pa_errno.h,
6267: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6268: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6269: module apr name conflict resolved)
6270:
6271: 2010-11-27 misha
6272:
6273: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6274: libbz2
6275:
6276: 2010-11-26 misha
6277:
6278: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6279: warnings removed
6280:
6281: 2010-11-25 moko
6282:
6283: * operators.txt: $.indent(true)
6284:
6285: * operators.txt: another bugfix. :)
6286:
6287: * operators.txt: bugfix. :)
6288:
6289: * buildall-with-xml: libxml2-2.7.8 + with-apache
6290:
6291: 2010-11-24 moko
6292:
1.116 moko 6293: * configure: apxs support
1.95 moko 6294:
6295: * configure.in: apxs support -Bstatic gc removed for OS X
6296:
6297: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6298:
6299: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6300: THREAD_LOCAL usage
6301:
6302: * src/: classes/curl.C, include/pa_config_includes.h,
6303: main/pa_globals.C: THREAD_LOCAL defined and used
6304:
6305: 2010-11-23 moko
6306:
6307: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6308: should be passed to pa_sleep, and only fractional part (bugfix:
6309: #188)
6310:
6311: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6312:
6313: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6314: GC_dont_gc=1, as in cgi version
6315:
6316: * src/targets/apache/mod_parser3.c: warning war
6317:
6318: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6319: pa_httpd.h: version removed, some trash removed
6320:
6321: * src/targets/apache/mod_parser3.c: version removed (we don't want
6322: to show it), warning war
6323:
6324: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6325: pa_httpd.h: parser_status_allowed removed + merge config
6326: functions removed (override is the default) + beauty
6327:
6328: * src/: include/pa_request.h, main/pa_request.C,
6329: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6330: hide $status used in apache module removed
6331:
6332: 2010-11-18 moko
6333:
6334: * operators.txt: $.table[compact] added for ^json:string[]
6335:
6336: 2010-11-16 moko
6337:
6338: * src/targets/apache/mod_parser3.c: some cleanup done
6339:
6340: * src/main/untaint.C: bugfix: first, second String::Body argument
6341: is hashcode; second, info.fragment_begin is original, not
6342: resulting length
6343:
6344: * src/classes/file.C: new feature: $.stdin now untainted
6345:
6346: * tests/results/264.processed: new feature: $.stdin[] now untainted
6347:
6348: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6349:
6350: * src/classes/op.C: ^apply-taint[] method added
6351:
6352: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6353: added; $.stdin untaint test added
6354:
6355: 2010-11-15 moko
6356:
6357: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6358: removed
6359:
6360: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6361: pa_httpd.h: 2x2 calculated under apache2. :)
6362:
6363: 2010-11-13 moko
6364:
6365: * src/targets/apache/mod_parser3.c: initial changes to build module
6366: with apache 2.x includes
6367:
6368: * src/targets/apache/: Makefile.am, mod_parser3.c,
6369: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6370: united apache 1.3 / apache 2.x DSO module
6371:
6372: 2010-11-09 moko
6373:
6374: * src/types/pa_method.h: check added to dissallow @method[name;*]
6375: syntax
6376:
6377: * tests/: 263.html, results/263.processed: test from method[*args]
6378: added
6379:
6380: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6381: number of params can now be passed to a method declared with *arg
6382:
6383: 2010-11-06 moko
6384:
6385: * src/classes/table.C: formating fixed. :)
6386:
6387: * src/classes/table.C: closes #4: ^table.select now supports
6388: $.limit(), $.offset, $.reverse() options
6389:
6390: * tests/: 262.html, results/262.processed: test for ^table:select
6391: with options added (feature #4)
6392:
6393: * src/include/pa_array.h: remove function added
6394:
6395: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6396: object in get_element/put_element, using static one.
6397:
6398: 2010-11-04 moko
6399:
6400: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6401: options is passed
6402:
6403: * tests/: 256.html, results/256.processed: $.table[compact] feature
6404: now tested; k and p in handler now tested.
6405:
6406: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6407: $.table[compact] feature added
6408:
6409: * src/classes/json.C: key is now passed to handler in
6410: value_json_string; ^json:string result now process tainting
6411: inside and returns clean string, related to issue #153
6412:
6413: * src/main/untaint.C: bugfix: charset can be null (in
6414: ^string:save[] as example), thus check is added
6415:
6416: 2010-10-31 moko
6417:
6418: * src/classes/string.C: error message changed (fixes issue #149)
6419:
6420: 2010-10-29 moko
6421:
6422: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6423: port is not default (fixes issue #155); exception on invalid port
6424: added.
6425:
6426: * src/main/untaint.C: '*' is now not urlencoded to allow header
6427: "Accept: */*" to be passed
6428:
6429: 2010-10-28 moko
6430:
6431: * src/classes/curl.C: bugfix: detect_charset() was throwing
6432: exception on unknown charset even if response_charset was
6433: specified
6434:
6435: 2010-10-27 moko
6436:
6437: * src/classes/string.C: ^string.append removed for void
6438: compatibility
6439:
6440: 2010-10-26 moko
6441:
6442: * src/classes/json.C: libjson supports array at top level, we too
6443: (GPF fixed)
6444:
6445: 2010-10-25 moko
6446:
6447: * tests/: 253.html, results/253.processed: libjson supports array
6448: at top level, parser now supports it as well.
6449:
6450: * tests/261.html, tests/results/261.processed,
6451: src/types/pa_vstring.h: empty string is now void compatible
6452: (allows $empty.key)
6453:
6454: 2010-10-22 misha
6455:
6456: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6457: while adding additional expires checkout)
6458:
6459: * tests/030.html: - test for session cookie was added
6460:
6461: 2010-10-21 moko
6462:
6463: * src/: classes/string.C, classes/void.C, main/execute.C,
6464: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6465: string (feature #111)
6466:
6467: * tests/: 261.html, results/261.processed: checks void from string
6468: inheritance (feature #111)
6469:
6470: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6471: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6472: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6473: now true by default
6474:
6475: 2010-10-17 moko
6476:
6477: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6478: upload now uses binary blocks instead of L_FILE_POST tainting.
6479: (bugfix: #128)
6480:
6481: * tests/: 223.html, results/223.processed: binary file upload test
6482: added, GPF (issue #128) also checked in this test
6483:
6484: 2010-10-13 misha
6485:
6486: * tests/260.html: - test for math:convert
6487:
6488: * src/classes/math.C: - error in math:convert was fixed
6489:
6490: * operators.txt: - info about
6491: ^math:convert[number](from-base;to-base) was added
6492:
6493: * src/classes/math.C: - method
6494: ^math:convert[number](from-base;to-base) for converting number
6495: represention from one base to another was added ( new feature:
6496: #23 )
6497:
6498: 2010-10-13 moko
6499:
6500: * src/main/compile.tab.C: [] now is empty string, not void
6501:
6502: * src/main/compile.y: [] now is empty string, not void
6503:
6504: * src/types/pa_vvoid.h: void now passed as parameter
6505:
6506: * tests/: 259.html, results/259.processed: to test difference
6507: between void and empty string (see ticket #111)
6508:
6509: * tests/results/152.processed: $sEmpty[] is now empty string, not
6510: void
6511:
6512: * tests/256.html: $s[$void] is no longer empty string
6513:
6514: * tests/254.html: empty string is no longer void
6515:
6516: 2010-10-12 misha
6517:
6518: * src/types/pa_vcookie.C: - check if $.expires value can be
6519: converted to date during cookies set up ( bugfix: #104 )
6520:
6521: * tests/041.html: - more tests for ^table.locate were added
6522:
6523: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6524: work ( bugfix: #129 ) - exception comment for incorrect options
6525: ^table.locate[field;value;options] was fixed
6526:
6527: 2010-10-10 moko
6528:
6529: * src/: classes/reflection.C, main/execute.C: constructor returning
6530: another object feature returned
6531:
6532: * tests/results/258.processed: test result updated as constructor
6533: returning another object feature returned
6534:
6535: * tests/: 258.html, results/258.processed: test for constructor
6536: returning another object
6537:
6538: 2010-10-08 misha
6539:
6540: * tests/257.html: - whitespaces after @METACOMMANDS and their
6541: options shouldn't cause exceptions any longer
6542:
6543: 2010-10-06 moko
6544:
6545: * src/classes/: hash.C, table.C: length from sql server is now
6546: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6547:
6548: 2010-10-02 misha
6549:
6550: * operators.txt: - the X mark was removed from ^cache[file]. it is
6551: usable to delete cache file.
6552:
6553: 2010-10-02 moko
6554:
6555: * tests/: 253.html, results/253.processed: hook_key added for key
6556: checking
6557:
6558: * src/classes/json.C: null key bug fixed
6559:
6560: 2010-09-29 misha
6561:
6562: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6563:
6564: 2010-09-25 moko
6565:
6566: * src/classes/json.C: small fixed
6567:
6568: * tests/results/: 253.processed, 255.processed: just updated
6569:
6570: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6571: results/255.processed: charset transcode test added for
6572: json:parse
6573:
6574: 2010-09-24 moko
6575:
6576: * src/types/pa_value.h: warning war :)
6577:
6578: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6579: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6580: ^json:string
6581:
6582: 2010-09-22 moko
6583:
6584: * src/main/pa_charset.C: parser charset tables declare only
6585: white-space before 0x20, thus adding the missing chars
6586:
6587: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6588: to http://unicode.org/Public/MAPPINGS/VENDORS/
6589:
6590: 2010-09-21 misha
6591:
6592: * src/main/compile.y: - some semicolons were added (VS2010 don't
6593: want to compile grammar if they are absent)
6594:
6595: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6596:
6597: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6598:
6599: * src/main/main.vcproj: - path to bison is changed
6600:
6601: 2010-09-21 moko
6602:
1.116 moko 6603: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6604: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6605: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6606:
6607: 2010-09-20 misha
6608:
6609: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6610:
6611: * src/classes/json.C: - add EOL while json-serializing hash
6612:
6613: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6614: compilers don't like 'ES'.
6615:
6616: 2010-09-17 misha
6617:
6618: * operators.txt: - info about json class was added
6619:
6620: * src/classes/json.C: - ^json:string[object]
6621:
6622: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6623: preventing infinite recursion while executing json:string was
6624: added
6625:
6626: * src/include/pa_string.h: - method append_quoted was added
6627:
6628: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6629: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6630: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6631: was added to Value & Co
6632:
6633: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6634: were used
6635:
6636: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6637: were added
6638:
6639: 2010-09-10 moko
6640:
6641: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6642: die_or_abort (backport from 3.4.1)
6643:
6644: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6645: die_or_abort (bugfix: #106)
6646:
6647: 2010-09-09 moko
6648:
6649: * src/classes/json.C: warning war. :)
6650:
6651: 2010-09-08 misha
6652:
6653: * src/lib/json/Makefile.am: - additional include directories were
6654: added (for pa_memory.h and gc.h)
6655:
6656: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6657: compile as C++ instead default - additional include directory was
6658: added (for gc.h)
6659:
6660: * src/types/pa_vform.C: - little code reformating
6661:
6662: * src/classes/file.C: - $.content-type option now can be specified
6663: in ^file::create ( new feature: #102 )
6664:
6665: 2010-09-08 moko
6666:
6667: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6668: pa_malloc/pa_free
6669:
6670: 2010-09-07 moko
6671:
6672: * tests/results/254.processed: VStateless_class:put_element
6673: exception was fixed
6674:
6675: * src/types/: pa_value.h, pa_vstateless_class.h: now
6676: VStateless_class:put_element barks self.type, not this.type
6677: (bugfix: #105)
6678:
6679: 2010-09-06 moko
6680:
6681: * src/classes/reflection.C: bugfix: new String() is required for
6682: exception handling
6683:
6684: * tests/: 254.html, results/254.processed: test modified
6685:
6686: 2010-09-05 moko
6687:
6688: * tests/: 254.html, results/254.processed: ^reflection:copy test
6689: added
6690:
6691: * src/: classes/reflection.C, include/pa_request.h:
6692: ^reflection:copy implemented (new feature: #100)
6693:
6694: 2010-09-03 moko
6695:
6696: * src/lib/json/JSON_parser.C: c++ compatiblity
6697:
6698: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6699: option testing added
6700:
6701: 2010-09-02 moko
6702:
6703: * src/classes/json.C: $.distinct[first|last|all] added
6704:
6705: 2010-09-01 moko
6706:
6707: * tests/results/253.processed: json test result
6708:
6709: * tests/: 253.html, 253_json.txt: json test added
6710:
6711: * src/classes/json.C: json.C update to actual version + hash key
6712: creation bugfix
6713:
6714: 2010-08-31 misha
6715:
6716: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6717: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6718: src/lib/Makefile.am, src/classes/Makefile.am,
6719: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6720: json library was added
6721:
6722: 2010-08-30 moko
6723:
6724: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6725: types/pa_vobject.C: cosmetic optimization in
6726: request:execute_method usage
6727:
6728: * src/: include/pa_charset.h, main/pa_charset.C: small
6729: optimization, just to decrease number of lines. :)
6730:
6731: 2010-08-27 misha
6732:
6733: * src/classes/op.C: - taint[json] was added
6734:
6735: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6736: were added
6737:
6738: * src/main/pa_exec.C: - warning fix was rolled back.
6739:
6740: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6741: include/pa_string.h: - taint[json] was added - escaping was
6742: slightly modified
6743:
6744: 2010-08-25 misha
6745:
6746: * src/classes/file.C: - typo in file:sql exception was fixed
6747:
6748: * src/main/pa_exec.C: - warning about declared and not used
6749: variable forced_allow was removed
6750:
6751: 2010-08-14 misha
6752:
6753: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6754: were removed
6755:
6756: 2010-08-11 moko
6757:
6758: * tests/: 249.html, results/249.processed: default setter and
6759: anti-recursive default getter test added
6760:
6761: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6762: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6763: types/pa_vobject.h, types/pa_vstateless_class.C,
6764: types/pa_vstateless_class.h: default setter support +
6765: anti-recursive default getter support ( new feature: #13 )
6766:
6767: * src/include/pa_hash.h: optimization: threshold member removed
6768: from hash, reducing sizeof(hash)
6769:
6770: 2010-08-10 misha
6771:
6772: * tests/196.html: - junction-method was added to the test
6773:
6774: * tests/248.html: - ups. typo :)
6775:
6776: * tests/248.html: - test for checking .match with 4 params
6777:
6778: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6779: 247_windows1251.txt: - test for "transcode file from utf-8 to
6780: $request:charset during loading if the BOM code is detected"
6781:
6782: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6783: $request:charset during loading if the BOM code is detected ( new
6784: feature: #98 )
6785:
6786: 2010-08-05 misha
6787:
6788: * src/classes/image.C: - ^image.replace now can accept only 2
6789: params. in this case the whole image is affected ( new feature:
6790: #95 )
6791:
6792: 2010-08-04 misha
6793:
6794: * tests/246.html: - test tor ^hash._at[] was added
6795:
6796: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6797: #53 )
6798:
6799: * src/include/pa_hash.h: - methods for accessing the first and the
6800: last values of ordered hash were added (first_value and
6801: last_value)
6802:
6803: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6804: (similar to others file's methods):
6805: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6806: #68 )
6807:
6808: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6809:
6810: 2010-08-01 moko
6811:
6812: * src/classes/op.C: to correctly process $result[] in code, called
6813: from ^process
6814:
6815: * tests/245.html: $result in ^process[] test added
6816:
6817: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6818: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6819: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6820: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6821: caller, self) op_call(VMethodFrame &frame, bool constructing)
6822: removed, construct(class,method) added
6823:
6824: * tests/results/: 192.processed, 244.processed: request::construct
6825: added
6826:
6827: * tests/: 244.html, 245.html, results/244.processed,
6828: results/245.processed: object creation exceptions and ^process
6829: tests added
6830:
6831: 2010-07-28 misha
6832:
6833: * tests/make_tests.cmd: - win32 EOLs
6834:
6835: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6836: tests on Win32 were added (The system timezone should be GMT+3)
6837:
6838: 2010-07-26 misha
6839:
6840: * tests/: 212.html, results/212.processed: - sizes were removed
6841: mecause they could be different on different OSs
6842:
6843: * tests/065.html: - make it "win32 friendly"
6844:
6845: 2010-07-25 misha
6846:
6847: * src/main/compile.y: - all EOLs between methods are removed during
6848: compilation ( new feature: #47 )
6849:
6850: * tests/results/149.processed: - prepare tests to trim trailing
6851: methods' EOLs
6852:
6853: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6854:
6855: * tests/: results/006.processed, results/014.processed, 006.html,
6856: 014.html, 022.html: - prepare tests to trim trailing methods'
6857: EOLs
6858:
6859: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6860: results/071.processed, results/022.processed: - prepare tests to
6861: trim trailing methods' EOLs
6862:
6863: * tests/: results/073.processed, results/109.processed,
6864: results/142.processed, results/144.processed,
6865: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6866: 144.html: - prepare tests to trim trailing methods' EOLs
6867:
6868: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6869: 149.html, 152.html, results/096.processed, results/107.processed,
6870: results/109.processed, results/142.processed,
6871: results/144.processed: - prepare tests to trim trailing methods'
6872: EOLs
6873:
6874: 2010-07-24 moko
6875:
6876: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6877: the hash order in this test
6878:
6879: * tests/014.html: to check hash order, hash no is longer sorted
6880: before print
6881:
6882: * src/include/pa_hash.h: hash copy constructor now keeps order
6883: (bugfix: #54)
6884:
6885: 2010-07-23 moko
6886:
6887: * tests/results/224.processed: @auto[] is no longer inherited
6888:
6889: * src/types/pa_vstateless_class.C, tests/227.html,
6890: tests/results/227.processed: @auto[] is no longer inherited
6891: (bugfix: #57)
6892:
6893: 2010-07-22 misha
6894:
6895: * src/classes/table.C: - don't skip comment lines during
6896: table::load if encloser or separator is set as '#' ( new feature:
6897: #30 )
6898:
6899: * src/targets/cgi/parser3.C: - don't run as cgi if
6900: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6901: #12 )
6902:
6903: * src/classes/file.C: - set PARSER_VARSION env before external
6904: script executing
6905:
6906: 2010-07-13 misha
6907:
6908: * tests/058.html: - test for suppressing @border was added - test
6909: for user attribute was added
6910:
6911: * tests/results/186.processed: unescaping from \uXXXX
6912:
6913: * tests/186.html: unescaping from \uXXXX
6914:
6915: * tests/: 239.html, results/239.processed: method call type
6916:
6917: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6918: $junction_method.CLASS_NAME (+CLASS)
6919:
6920: 2010-07-07 misha
6921:
6922: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6923: *nix
6924:
6925: 2010-07-05 misha
6926:
6927: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6928: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6929: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6930: comment strings "options must be hash", "options must be hash,
6931: not code" and "called with invalid option" were replaced by
6932: constatns - exception comment string "invalid option passed" was
6933: replaced by "called with invalid option" (now in different
6934: methods are the same exception comment string)
6935:
6936: * src/include/pa_exception.h: - more exception strings were defined
6937:
6938: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6939: types/pa_vstateless_class.h: - now we can define possible
6940: method's call type ( new feature: #5 ) 1.
6941: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6942: methods 2. @static:method[params] (only static keyword could be
6943: used here) -- for specified methods
6944:
6945: * src/main/pa_common.C: - junction points should not be deleted on
6946: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6947: cleanup
6948:
6949: 2010-07-03 misha
6950:
6951: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6952: results/158.processed, results/160.processed,
6953: results/161.processed, results/162.processed,
6954: results/163.processed: - prepare tests to trim trailing methods'
6955: EOLs
6956:
6957: * tests/results/169.processed: - prepare tests to trim trailing
6958: methods' EOLs
6959:
6960: * tests/results/: 168.processed, 169.processed: - prepare tests to
6961: trim trailing methods' EOLs
6962:
6963: * tests/: results/170.processed, results/167.processed,
6964: results/168.processed, results/169.processed, 167.html, 168.html,
6965: 169.html: - prepare tests to trim trailing methods' EOLs
6966:
6967: * tests/: results/170.processed, results/171.processed,
6968: results/172.processed, results/173.processed,
6969: results/174.processed, results/175.processed, 170.html, 171.html,
6970: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6971: trailing methods' EOLs
6972:
6973: * tests/: results/176.processed, results/180.processed,
6974: results/184.processed, results/185.processed,
6975: results/191.processed, results/192.processed,
6976: results/196.processed, results/197.processed,
6977: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6978: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6979: to trim trailing methods' EOLs
6980:
6981: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6982: results/199.processed, results/208.processed,
6983: results/209.processed, results/213.processed,
6984: results/214.processed: - prepare tests to trim trailing methods'
6985: EOLs
6986:
6987: 2010-06-29 misha
6988:
6989: * tests/: 220.html, 218.html, results/218.processed,
6990: results/215.processed, results/217.processed, 215.html, 217.html:
6991: - prepare tests to trim trailing methods' EOLs
6992:
6993: * tests/: results/224.processed, 224.html, 223.html,
6994: results/223.processed, results/220.processed: - prepare tests to
6995: trim trailing methods' EOLs
6996:
6997: * tests/results/: 226.processed, 230.processed: - prepare tests to
6998: trim trailing methods' EOLs
6999:
7000: * tests/: 229.html, results/229.processed: - prepare tests to trim
7001: trailing methods' EOLs
7002:
7003: * tests/: 232.html, 235.html, results/232.processed,
7004: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7005: results/226.processed, results/227.processed,
7006: results/228.processed, results/230.processed: - prepare tests to
7007: trim trailing methods' EOLs
7008:
7009: 2010-06-16 moko
7010:
7011: * tests/: 229.html, results/229.processed: elseif now supported in
7012: ^if
7013:
7014: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7015:
7016: 2010-06-03 misha
7017:
7018: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7019: instead of memcopy for overlaped regions
7020:
7021: 2010-05-25 misha
7022:
7023: * src/main/pa_common.C: - wanring about unused vars was removed
7024:
7025: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7026: get_method_filename was moved to execute.C
7027:
7028: 2010-05-23 misha
7029:
7030: * src/main/pa_request.C: - more accurate detection of method's file
7031:
7032: 2010-05-22 misha
7033:
7034: * src/classes/reflection.C: - bugfix: core during detection of
7035: .file if filespec isn't detected successfully
7036:
7037: 2010-05-20 misha
7038:
7039: * src/main/pa_request.C: - fix in get_method_filename
7040:
7041: * src/include/pa_request.h: - new feature: #24 -- searching
7042: included file in @USE/^use is changed. if its filespec doesn't
7043: start from '/' it will be searched in caller file directory
7044:
7045: * src/classes/reflection.C: - ^reflection:method_info returns file
7046: where the method is defined
7047:
7048: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7049: classes/op.C: - new feature: #24 -- searching included file in
7050: @USE/^use is changed. if its filespec doesn't start from '/' it
7051: will be searched in caller file directory
7052:
7053: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7054: is moved to pa_common.h
7055:
7056: 2010-05-18 misha
7057:
7058: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7059: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7060: cookie parser decode \uXXXX as well as %uXXXX
7061:
7062: 2010-05-17 misha
7063:
7064: * src/classes/curl.C: beauty: - unused param is removed in method
7065: _curl_version_action - some spaces were removed or replaced by
7066: tabs
7067:
7068: * src/classes/table.C: - bugfix: #72 core with empty value during
7069: ^table.hash[...;name_of_the_last_column][$.type[string]]
7070:
7071: 2010-05-16 misha
7072:
7073: * src/classes/curl.C: new: #61 more curl options were added
7074: (contributed by Sumo)
7075:
7076: 2010-04-29 pretender
7077:
7078: * src/main/pa_string.C: fixes #63 Split result from empty string
7079: now empty string.
7080:
7081: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7082: string type.
7083:
7084: 2010-04-28 pretender
7085:
7086: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7087: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7088: macrodefinition removed
7089:
7090: 2010-04-19 pretender
7091:
7092: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7093: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7094:
7095: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7096: fixes #64 Now file.missing exception generates in unsafe mode to.
7097:
7098: * src/classes/file.C: fixes #48 Now not throw "not save environment
7099: variable" exception in grpunlim version.
7100:
7101: 2010-04-05 misha
7102:
7103: * src/classes/string.C: - new feature: 4th param was added to
7104: match. if specified its value is returned in case of nothing was
7105: found
7106:
7107: 2010-04-01 misha
7108:
7109: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7110: multiple execution of /a/b/auto.p
7111:
7112: 2010-03-19 misha
7113:
7114: * src/main/execute.C: - core in $table1.$table2 was fixed
7115:
7116: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7117:
7118: 2010-01-27 misha
7119:
7120: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7121: trying to open file by path /existing-file/non-exixting-file
7122:
7123: 2010-01-26 misha
7124:
7125: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7126: was added (returns file)
7127:
7128: 2009-12-22 misha
7129:
7130: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7131: now parser doesn't have class curl if it was built without it
7132:
7133: 2009-12-15 misha
7134:
7135: * configure.in: - little cheat with curl include dir was added
7136:
7137: 2009-12-05 misha
7138:
7139: * src/classes/curl.C: - some fixes
7140:
7141: 2009-12-04 misha
7142:
7143: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7144: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7145: buildall-with-xml, buildall-without-xml, configure.in: - curl
7146: class was added
7147:
7148: * src/include/pa_hash.h: - hash-iterator was added
7149:
7150: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7151: was added to pcre
7152:
7153: 2009-11-27 misha
7154:
7155: * src/classes/image.C: - don't add @border attribute to output of
7156: ^image.html[] if it was specified by user with empty value
7157:
7158: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7159: root element and we are trying to access .documentElement
7160:
7161: 2009-11-11 misha
7162:
7163: * src/classes/table.C: - in ^table.flip[] look at number of columns
7164: instead of number of items in first row for named tables
7165:
7166: 2009-11-10 misha
7167:
7168: * operators.txt: - info about hash-options in ^file::create was
7169: added
7170:
7171: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7172: added
7173:
7174: 2009-11-09 misha
7175:
7176: * buildall-with-xml: - moving to libxml 2.7.6
7177:
7178: * tests/236.html: - tests for comparations cords with functions
7179: were added
7180:
7181: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7182: added
7183:
7184: * src/main/pa_http.C: - little optimisation
7185:
7186: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7187: GPF mallocs + stringstream (table.save)
7188:
7189: * src/classes/file.C: - file::create now accepts 4th param: options
7190: with $.charset
7191:
7192: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7193: bug in cord (comparation cords with functions was buggy)
7194:
7195: 2009-11-06 misha
7196:
7197: * src/main/pa_string.C: - bugfix: calculation string.length
7198: sometimes was buggy
7199:
7200: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7201: destroyed if exception occured during match/replace
7202:
7203: * src/: main/pa_charset.C, include/pa_charset.h: - method
7204: lengthUTF8Char was added
7205:
7206: * src/classes/op.C: - clean tainting lang was added for user's
7207: usage
7208:
7209: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7210: fixed: checkouts are required after GC_MALLOC
7211:
7212: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7213:
7214: * operators.txt: - actually, there is no ^untaint[xml] in
7215: file::create
7216:
7217: 2009-10-15 misha
7218:
7219: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7220: were added
7221:
7222: * tests/234.html: - more tests for checking ^taint[uri] escaping
7223: were added
7224:
7225: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7226: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7227: hacking: for dealing with transcoding+^taint[uri]
7228: transcode_and_untaint was replaced by untaint_and_transcode
7229:
7230: 2009-10-13 misha
7231:
7232: * tests/: 121.html, results/121.processed: - test transcoding +
7233: url-escaping now
7234:
7235: * tests/results/auto.p: - more helpers' methods were added
7236:
7237: * src/main/pa_globals.C: - die instead of abort
7238:
7239: 2009-10-06 misha
7240:
7241: * src/main/pa_common.C: - don't allocate memory during
7242: capitalization if input string is already capitalized
7243:
7244: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7245:
7246: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7247: use format function because it calls malloc
7248:
7249: * src/include/pa_common.h: - more capitalized headers were added
7250:
7251: * src/main/pa_common.C: - in safe mode clear executable bits during
7252: file writing
7253:
7254: 2009-10-05 misha
7255:
7256: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7257:
7258: 2009-10-03 misha
7259:
7260: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7261: ^img.text[] & ^img.length[] can work in utf-8 now
7262:
7263: * src/: include/pa_charset.h, main/pa_charset.C: - class
7264: UTF8_string_iterator was added
7265:
7266: * src/classes/image.C: - respect utf-8 when calculate alphabet
7267: length
7268:
7269: * src/classes/mail.C: - check from before get message.cstr
7270:
7271: 2009-10-02 misha
7272:
7273: * tests/233.html: - test for image.font, image.length, image.text
7274: with text in utf-8 were added
7275:
7276: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7277:
7278: * buildall-with-xml, buildall-without-xml: - comment about gc
7279: version for freebsd 4 was added
7280:
7281: 2009-10-01 misha
7282:
7283: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7284: terminator) - read_pipe were slightly optimized
7285:
7286: 2009-09-28 misha
7287:
7288: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7289: removed
7290:
7291: * src/types/pa_vmail.C: - forgot about space after ':'
7292:
7293: * src/types/pa_vmail.C: - escape filenames while preparing mail
7294: body - small simplifications
7295:
7296: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7297: inout params like pa_base64
7298:
7299: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7300: option $.debug-print(1) was added to mail:send - changes for
7301: using uue_encode which uses less memory
7302:
7303: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7304:
7305: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7306: memory now
7307:
7308: 2009-09-26 misha
7309:
7310: * src/types/pa_vmail.C: - default encoding now is base64
7311:
7312: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7313:
7314: 2009-09-25 misha
7315:
7316: * src/types/pa_vmail.C: - capitalization of headers was added to
7317: sending mail as well
7318:
7319: * buildall-with-xml: - catalog package was removed from libxml
7320:
7321: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7322: win32 absolute path
7323:
7324: * src/include/pa_common.h: - one more capitalized header was added
7325:
7326: 2009-09-22 misha
7327:
7328: * INSTALL: - comment about building just httpd binary while
7329: building apache module was added
7330:
7331: 2009-09-21 misha
7332:
7333: * buildall-with-xml: - moving to the latest versions of xml libs:
7334: libxml 2.7.4 and libxslt 1.1.25
7335:
7336: 2009-09-19 misha
7337:
7338: * tests/231.html: - test for encoding cookie in win-1251
7339:
7340: 2009-09-18 misha
7341:
7342: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7343: object] were added
7344:
7345: * operators.txt: - info about method ^reflection:fields[class or
7346: object] was added
7347:
7348: * src/classes/reflection.C: - method ^reflection:fields[class or
7349: object] was added
7350:
7351: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7352: methods get_fields were added
7353:
7354: * tests/232.html: - tests for @GET[name]
7355:
7356: * src/classes/table.C: - some changes in handling hash-options for
7357: creare, join and locate
7358:
7359: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7360: defined with option: the type of requested value
7361:
7362: 2009-09-17 misha
7363:
7364: * tests/212.html: - tests for .pattern and .options were added
7365:
7366: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7367: $regex.options were added
7368:
7369: 2009-09-11 misha
7370:
7371: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7372: rewrited. it checks not just one case of sending cookies during
7373: file::load[http], but also sending headers and fields (including
7374: files)
7375:
7376: 2009-09-10 misha
7377:
7378: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7379: was removed => now parser can open files with Russian 'r' in
7380: filename
7381:
7382: * src/main/untaint.C: - bugfix: client charset whould be analized
7383: while escaping cookies but now source charset
7384:
7385: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7386: ^tainted[uri] so it was possible to make request with incorrect
7387: http header
7388:
7389: * src/main/pa_http.C: - capitalization of http headers during
7390: file::load[http was slightly changes - bugfix: all headers which
7391: parser sends during file::load[http should be transcoded and only
7392: then escaped
7393:
7394: * src/main/untaint.C: - a bit more comments were added
7395:
7396: * src/classes/: file.C, string.C: - types where changes (minus 2
7397: warnings)
7398:
7399: * src/include/pa_common.h: - 2 capitalized strings for making http
7400: headers during file::load[http were added
7401:
7402: 2009-09-08 misha
7403:
7404: * operators.txt: - changes in file.save and string.save were added
7405:
7406: * tests/: 230.html, 230.txt: - tests for checking options in
7407: file.save and string.save were added
7408:
7409: * src/main/pa_request.C: - http headers names, which are passed to
7410: SAPI::add_header_attribute are lowercased now (it'll be
7411: capitalized in that method)
7412:
7413: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7414: classes/string.C: - file_write accepts Request_charsets and asked
7415: charset and cound transcode content before writing - string.save
7416: and file.save have option $.charset now
7417:
7418: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7419: classes/xdoc.C: - file_write accepts Request_charsets and asked
7420: charset and cound transcode content before writing
7421:
7422: * src/include/pa_exception.h: - new exception comment string was
7423: defined
7424:
7425: 2009-09-07 misha
7426:
7427: * src/main/compile.y: - grammar $name\ name stops now for regex
7428: sub-pattern\s
7429:
7430: 2009-09-04 misha
7431:
7432: * src/main/pa_http.C: - capitalization of http headers during
7433: file::load[http was implemented
7434:
7435: 2009-09-03 misha
7436:
7437: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7438: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7439: types/pa_vmail.C, targets/cgi/parser3.C,
7440: targets/isapi/parser3isapi.C: - back to storing response http
7441: headers in lowercase - capitalize them during output
7442:
7443: 2009-08-31 misha
7444:
7445: * src/classes/table.C: - allow call with any brackets (it could be
7446: useful in methods with explict result declaration)
7447:
7448: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7449: correctly if $request:charset==koi8-r
7450:
7451: 2009-08-30 misha
7452:
7453: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7454: changed: content-type => Content-type and so on
7455:
7456: * src/classes/file.C, src/include/pa_common.h,
7457: src/include/pa_request.h, src/main/pa_http.C,
7458: src/main/pa_request.C, src/types/pa_vcookie.C,
7459: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7460: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7461: tests/results/002.processed, tests/results/003.processed,
7462: tests/results/004.processed, tests/results/005.processed,
7463: tests/results/006.processed, tests/results/007.processed,
7464: tests/results/008.processed, tests/results/009.processed,
7465: tests/results/010.processed, tests/results/011.processed,
7466: tests/results/012.processed, tests/results/013.processed,
7467: tests/results/014.processed, tests/results/015.processed,
7468: tests/results/016.processed, tests/results/017.processed,
7469: tests/results/018.processed, tests/results/019.processed,
7470: tests/results/020.processed, tests/results/021.processed,
7471: tests/results/022.processed, tests/results/023.processed,
7472: tests/results/024.processed, tests/results/025.processed,
7473: tests/results/026.processed, tests/results/027.processed,
7474: tests/results/028.processed, tests/results/029.processed,
7475: tests/results/030.processed, tests/results/031.processed,
7476: tests/results/032.processed, tests/results/033.processed,
7477: tests/results/034.processed, tests/results/035.processed,
7478: tests/results/036.processed, tests/results/037.processed,
7479: tests/results/038.processed, tests/results/039.processed,
7480: tests/results/040.processed, tests/results/041.processed,
7481: tests/results/042.processed, tests/results/043.processed,
7482: tests/results/044.processed, tests/results/045.processed,
7483: tests/results/046.processed, tests/results/047.processed,
7484: tests/results/048.processed, tests/results/049.processed,
7485: tests/results/050.processed, tests/results/051.processed,
7486: tests/results/052.processed, tests/results/053.processed,
7487: tests/results/054.processed, tests/results/055.processed,
7488: tests/results/056.processed, tests/results/057.processed,
7489: tests/results/058.processed, tests/results/059.processed,
7490: tests/results/060.processed, tests/results/061.processed,
7491: tests/results/062.processed, tests/results/063.processed,
7492: tests/results/064.processed, tests/results/065.processed,
7493: tests/results/066.processed, tests/results/067.processed,
7494: tests/results/068.processed, tests/results/069.processed,
7495: tests/results/070.processed, tests/results/071.processed,
7496: tests/results/072.processed, tests/results/073.processed,
7497: tests/results/074.processed, tests/results/075.processed,
7498: tests/results/076.processed, tests/results/077.processed,
7499: tests/results/078.processed, tests/results/079.processed,
7500: tests/results/080.processed, tests/results/081.processed,
7501: tests/results/082.processed, tests/results/083.processed,
7502: tests/results/084.processed, tests/results/085.processed,
7503: tests/results/086.processed, tests/results/087.processed,
7504: tests/results/088.processed, tests/results/089.processed,
7505: tests/results/090.processed, tests/results/091.processed,
7506: tests/results/092.processed, tests/results/093.processed,
7507: tests/results/094.processed, tests/results/095.processed,
7508: tests/results/096.processed, tests/results/097.processed,
7509: tests/results/098.processed, tests/results/099.processed,
7510: tests/results/100.processed, tests/results/101.processed,
7511: tests/results/102.processed, tests/results/103.processed,
7512: tests/results/104.processed, tests/results/105.processed,
7513: tests/results/106.processed, tests/results/107.processed,
7514: tests/results/108.processed, tests/results/109.processed,
7515: tests/results/110.processed, tests/results/111.processed,
7516: tests/results/112.processed, tests/results/113.processed,
7517: tests/results/114.processed, tests/results/115.processed,
7518: tests/results/116.processed, tests/results/117.processed,
7519: tests/results/118.processed, tests/results/119.processed,
7520: tests/results/120.processed, tests/results/121.processed,
7521: tests/results/122.processed, tests/results/123.processed,
7522: tests/results/124.processed, tests/results/125.processed,
7523: tests/results/126.processed, tests/results/127.processed,
7524: tests/results/128.processed, tests/results/129.processed,
7525: tests/results/130.processed, tests/results/131.processed,
7526: tests/results/132.processed, tests/results/133.processed,
7527: tests/results/134.processed, tests/results/135.processed,
7528: tests/results/136.processed, tests/results/138.processed,
7529: tests/results/139.processed, tests/results/140.processed,
7530: tests/results/141.processed, tests/results/142.processed,
7531: tests/results/143.processed, tests/results/144.processed,
7532: tests/results/145.processed, tests/results/146.processed,
7533: tests/results/147.processed, tests/results/148.processed,
7534: tests/results/149.processed, tests/results/150.processed,
7535: tests/results/151.processed, tests/results/152.processed,
7536: tests/results/153.processed, tests/results/154.processed,
7537: tests/results/155.processed, tests/results/156.processed,
7538: tests/results/157.processed, tests/results/158.processed,
7539: tests/results/159.processed, tests/results/160.processed,
7540: tests/results/161.processed, tests/results/162.processed,
7541: tests/results/163.processed, tests/results/164.processed,
7542: tests/results/165.processed, tests/results/166.processed,
7543: tests/results/167.processed, tests/results/168.processed,
7544: tests/results/169.processed, tests/results/170.processed,
7545: tests/results/171.processed, tests/results/172.processed,
7546: tests/results/173.processed, tests/results/174.processed,
7547: tests/results/175.processed, tests/results/176.processed,
7548: tests/results/177.processed, tests/results/178.processed,
7549: tests/results/179.processed, tests/results/180.processed,
7550: tests/results/181.processed, tests/results/182.processed,
7551: tests/results/183.processed, tests/results/184.processed,
7552: tests/results/185.processed, tests/results/186.processed,
7553: tests/results/187.processed, tests/results/188.processed,
7554: tests/results/189.processed, tests/results/190.processed,
7555: tests/results/191.processed, tests/results/192.processed,
7556: tests/results/193.processed, tests/results/194.processed,
7557: tests/results/195.processed, tests/results/196.processed,
7558: tests/results/197.processed, tests/results/198.processed,
7559: tests/results/199.processed, tests/results/200.processed,
7560: tests/results/201.processed, tests/results/202.processed,
7561: tests/results/203.processed, tests/results/204.processed,
7562: tests/results/205.processed, tests/results/206.processed,
7563: tests/results/207.processed, tests/results/208.processed,
7564: tests/results/209.processed, tests/results/210.processed,
7565: tests/results/211.processed, tests/results/212.processed,
7566: tests/results/213.processed, tests/results/214.processed,
7567: tests/results/215.processed, tests/results/216.processed,
7568: tests/results/217.processed, tests/results/218.processed,
7569: tests/results/219.processed, tests/results/220.processed,
7570: tests/results/221.processed, tests/results/222.processed,
7571: tests/results/223.processed, tests/results/224.processed,
7572: tests/results/225.processed, tests/results/226.processed,
7573: tests/results/227.processed, tests/results/228.processed,
7574: tests/results/229.processed: - http headers were changed:
7575: content-type => Content-type and so on
7576:
7577: 2009-08-27 misha
7578:
7579: * src/: main/pa_random.C, include/pa_random.h,
7580: targets/cgi/parser3.C: - year was updated :)
7581:
7582: 2009-08-26 misha
7583:
7584: * tests/: 224.html, 224.p: - test for creating of parser object
7585: using constructor without params - little bugfix in test
7586:
7587: * src/main/compile_tools.h: - bugfix: should't call autouse while
7588: checking existed class while processing partial option
7589:
7590: * src/classes/reflection.C: - bugfix: core when creating object
7591: with reflection and constructor doesn't have params
7592:
7593: 2009-08-24 misha
7594:
7595: * tests/229.html: - tests for checking the number of parameters
7596: were added
7597:
7598: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7599: number of method's parameters wasn't checked correctly (the bug
7600: was introduced in 3.4.0)
7601:
7602: 2009-08-22 misha
7603:
7604: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7605: transcoded, but tainted pieces are escaped only when
7606: content-type==url-encoding
7607:
7608: * tests/228.html: - test for checking
7609: ^file::load[http://...;$.body[]]
7610:
7611: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7612: post charset was too early (charsets is empty at this moment)
7613:
7614: 2009-08-21 misha
7615:
7616: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7617: main/untaint.C: - some fixes with transcode+untaint
7618:
7619: 2009-08-15 misha
7620:
7621: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7622: was increaced to 100 (was 50)
7623:
7624: * tests/227.html: - test for checking overriding properties in
7625: static classes was added
7626:
7627: * tests/: 226.html, 226.p: - test for @autoload[] was added
7628:
7629: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7630: main/execute.C, main/pa_request.C, classes/reflection.C: -
7631: autouse was implemented
7632:
7633: 2009-08-14 misha
7634:
7635: * src/classes/reflection.C: - outdated checkout was removed
7636:
7637: * src/classes/reflection.C: - optimization - method ^dynamical was
7638: added.
7639:
7640: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7641: types/pa_vstateless_class.h, main/execute.C: - optimization
7642:
7643: * src/types/pa_vclass.C: - exception if base on sytem class
7644:
7645: 2009-08-12 misha
7646:
7647: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7648: pa_vstateless_class.h: - little optimisation
7649:
7650: 2009-08-11 misha
7651:
7652: * tests/224.html: - method_params => method_info - checking for
7653: $.inherited
7654:
7655: * src/classes/reflection.C, operators.txt: - method method_params
7656: was renamed to method_info and now it returns class name, if
7657: method was defined in ancestor
7658:
7659: * tests/225.html: - tests for cheching properties in hierarhical
7660: classes were added
7661:
7662: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7663: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7664: main/compile.y, main/execute.C, classes/classes.C: - problems
7665: with properties in new classes implementation were fixed
7666:
7667: 2009-08-10 misha
7668:
7669: * src/main/execute.C: - now constructor shouldn't be defined in
7670: class. it could be defined in parent.
7671:
7672: 2009-08-09 misha
7673:
7674: * src/classes/reflection.C: - ^reflection:methods doesn't return
7675: base's methods
7676:
7677: 2009-08-08 misha
7678:
7679: * src/: classes/classes.h, classes/date.C, classes/file.C,
7680: classes/form.C, classes/hash.C, classes/hashfile.C,
7681: classes/image.C, classes/mail.C, classes/op.C,
7682: classes/reflection.C, classes/regex.C, classes/string.C,
7683: classes/table.C, classes/xdoc.C, classes/xnode.C,
7684: classes/xnode.h, include/pa_hash.h, main/execute.C,
7685: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7686: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7687: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7688: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7689: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7690: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7691: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7692: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7693: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7694: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7695: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7696: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7697: types/pa_vresponse.C, types/pa_vresponse.h,
7698: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7699: types/pa_vstateless_object.h, types/pa_vstatus.C,
7700: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7701: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7702: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7703: types/pa_wwrapper.h, types/types.vcproj: - new classes
7704: implementation
7705:
7706: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7707: USE_MUNMAP is used. so it is disabled as a workaround.
7708:
7709: 2009-08-05 misha
7710:
7711: * src/: main/pa_common.C, include/pa_common.h: - not needed
7712: parameter was removed
7713:
7714: * src/main/pa_http.C: - bugfix: error was during detecting
7715: content-type of file which was loaded by http
7716:
7717: 2009-08-01 misha
7718:
7719: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7720: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7721: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7722: can't be disabled with defines any longer
7723:
7724: 2009-07-29 misha
7725:
7726: * src/classes/reflection.C, tests/results/224.processed: - for
7727: native methods with any call type now returned empty call_type
7728: value
7729:
7730: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7731: classes/table.C, include/pa_hash.h, include/pa_request.h,
7732: main/pa_request.C: - break in cycles was optimized
7733:
7734: * INSTALL: - more defines were described
7735:
7736: 2009-07-28 misha
7737:
7738: * operators.txt: - some changes in information about reflection
7739: class
7740:
7741: * tests/: 224.html, 224.p: - tests for reflection class
7742:
7743: * src/classes/reflection.C: - some bugs were fixed, method classes
7744: was added, refactoring
7745:
7746: 2009-07-26 misha
7747:
7748: * src/classes/classes.vcproj: - reflection class wass added to
7749: project
7750:
7751: * operators.txt: - information about reflection class was added
7752:
7753: * src/classes/reflection.C: - class was redesigned
7754:
7755: 2009-07-24 misha
7756:
7757: * src/classes/: Makefile.am, reflection.C: - class reflection was
7758: added
7759:
7760: * src/types/pa_vstateless_class.h: - method for reflection method's
7761: in classes was added
7762:
7763: 2009-07-22 misha
7764:
7765: * src/main/compile_tools.h: - bugfix: $object.$var was
7766: over-optimized. it failed if $object1.$object2.field
7767:
7768: 2009-07-16 misha
7769:
7770: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7771: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7772: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7773: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7774: one more arg: length of cord
7775:
7776: 2009-07-15 misha
7777:
7778: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7779: tainted in ^file::load[http://...;$.cookies[]]
7780:
7781: * src/classes/: op.C, regex.C, string.C: - new string with
7782: exception was used
7783:
7784: * src/include/pa_exception.h: - new string with exception was added
7785:
7786: * tests/223.html: - test for checking cookie-encoding during
7787: ^file::load[http was added
7788:
7789: * tests/: 221.html, 222.html: - tests for checking type of
7790: $table.fields.field were added
7791:
7792: * src/types/pa_vtable.C: - not used var decl was removed
7793:
7794: * src/include/pa_string.h: - use cached string length in Body::mid.
7795: it improves speed of match with brackets in pattern
7796:
7797: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7798: outside
7799:
7800: 2009-07-14 misha
7801:
7802: * src/types/pa_vtable.C: - $table.fields.a return string even if
7803: column is empty (sometime returned void) - $table.fields was
7804: added for nameless tables
7805:
7806: * src/targets/cgi/getopt.c: - one warning resolved
7807:
7808: * src/main/pa_string.C: - potentian bug fixed
7809:
7810: * src/classes/op.C: - small optimization in taint/untaint
7811:
7812: 2009-07-13 misha
7813:
7814: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7815: added
7816:
7817: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7818: souldn't add the attribut to output
7819:
7820: 2009-07-11 misha
7821:
7822: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7823: stack size was increaced to 2MB (default=1MB)
7824:
7825: 2009-07-08 misha
7826:
7827: * src/main/pa_string.C: - link to UTF-8 description was added
7828:
7829: * src/include/pa_hash.h: - hash keeps element's order in more
7830: places (ex: ._keys[])
7831:
7832: * tests/220.html: - test for checking order of elements in hash in
7833: foreach was added
7834:
7835: * tests/172.html: - small changes in printing hash
7836:
7837: * tests/129.html: - small changes in printing hash
7838:
7839: * src/: include/pa_common.h, include/pa_hash.h,
7840: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7841: types/pa_vmethod_frame.h: - hash now keeps order of elements
7842:
7843: * tests/014.html: - small changes in printing hash
7844:
7845: 2009-07-07 misha
7846:
7847: * src/classes/op.C: - new taint language "parser-code" was added
7848:
7849: * tests/219.html: - test for auto untaint parser code in process
7850: was added
7851:
7852: * src/classes/op.C: - tainted pieces in body of process are
7853: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7854:
7855: * src/: include/pa_string.h, main/untaint.C: - new language
7856: L_PARSER_CODE for auto-untaint in process was added
7857:
7858: * src/: classes/file.C, classes/hash.C, classes/image.C,
7859: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7860: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7861: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7862: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7863: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7864: code cleanup
7865:
7866: 2009-07-06 misha
7867:
7868: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7869: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7870: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7871:
7872: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7873: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7874: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7875: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7876: should be used
7877:
7878: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7879: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7880: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7881: untaint_cstr[m] should be used
7882:
7883: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7884: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7885:
7886: * tests/218.html: - test for checking automatic file-spec-taint was
7887: added
7888:
7889: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7890: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7891: classes/file.C, classes/hash.C, classes/image.C,
7892: classes/string.C, classes/table.C, classes/void.C,
7893: classes/xdoc.C: - optimizations and simplification of
7894: string.cstr(...)
7895:
7896: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7897: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7898: - optimizations and simplification of string.cstr(...)
7899:
7900: 2009-07-04 misha
7901:
7902: * tests/217.html: - test for recursion detection was added
7903:
7904: * src/: types/types.vcproj, main/main.vcproj,
7905: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7906: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7907: from .vcproj
7908:
7909: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7910:
7911: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7912: uploading files and case-insensitive http-method were added
7913:
7914: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7915: tainted pattern in ^file:list[] was added
7916:
7917: 2009-07-03 misha
7918:
7919: * src/: classes/classes.vcproj, main/main.vcproj,
7920: types/types.vcproj, targets/cgi/parser3.vcproj,
7921: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7922: for dynamic_cast) - little options changes
7923:
7924: * src/main/pa_http.C: - file::load[http works now with uploading
7925: files _and_ changing $.charset
7926:
7927: 2009-06-29 misha
7928:
7929: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7930: while creating pattern
7931:
7932: 2009-06-25 misha
7933:
7934: * src/classes/image.C, operators.txt: - options' names for
7935: ^image.font were changed to $.space, $.width and $spacing -
7936: default space width now == gif's width
7937:
7938: 2009-06-24 misha
7939:
7940: * tests/215.html: - tests for $file.mode were added
7941:
7942: * operators.txt: - added info about $file.mode and changes in
7943: ^image.font[
7944:
7945: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7946: param now could be omited - third param now could be hash (with
7947: all widths options: $.space-width, $.letter-width) - it's
7948: possible to specify tracking ($.letter-space)
7949:
7950: * src/classes/file.C: - file objects now could have mode field
7951: (text|binary)
7952:
7953: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7954:
7955: 2009-06-23 misha
7956:
7957: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7958: trim can work with utf-8 chars now
7959:
7960: 2009-06-20 misha
7961:
7962: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7963: was implemented
7964:
7965: * src/classes/table.C: - string length cacheing was implemented
7966:
7967: * src/include/pa_string.h: - string length cacheing was implemented
7968:
7969: 2009-06-17 misha
7970:
7971: * src/main/execute.C: - value param was removed from
7972: WContext::WContext
7973:
7974: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7975: pa_wwrapper.h: - value param was removed from WContext::WContext
7976: - field wcontext was removed from VCodeFrame (using fparent
7977: instead)
7978:
7979: * tests/214.html: - test with hash copying
7980:
7981: 2009-06-16 misha
7982:
7983: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7984: strings doesn't work in expression anymore
7985:
7986: * src/main/execute.C: - less calls for get_constructing() - little
7987: refactoring
7988:
7989: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7990: include/pa_request.h: - less calls for get_constructing()
7991:
7992: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7993: introduced with OPTIMIZE_SINGLE_STRING optimization
7994:
7995: 2009-06-14 misha
7996:
7997: * src/: classes/date.C, classes/file.C, classes/hash.C,
7998: classes/hashfile.C, classes/image.C, classes/regex.C,
7999: classes/table.C, classes/xdoc.C, classes/xnode.h,
8000: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8001: types/pa_vstateless_class.h, main/execute.C: - create object for
8002: storing object's fields only for parser objects
8003:
8004: 2009-06-13 misha
8005:
8006: * buildall-with-xml, buildall-without-xml: - new option was added
8007: for building GC (it slightly reduces memory usage)
8008:
8009: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8010: single string write
8011:
8012: * src/main/execute.C: - bytecode optimization of ^class:constructor
8013: - optimization of single string write
8014:
8015: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8016: - bytecode optimization of ^class:constructor
8017:
8018: 2009-06-09 misha
8019:
8020: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8021: main (better compatibility)
8022:
8023: 2009-06-08 misha
8024:
8025: * src/main/compile.y: - I've forgot to commit it :(
8026:
8027: 2009-06-07 misha
8028:
8029: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8030: WITH_READ and WITH_ROOT
8031:
8032: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8033: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8034: WITH_ROOT - little refactoring
8035:
8036: 2009-06-06 misha
8037:
8038: * tests/213.html: - tests for 3rd match string-param were added
8039:
8040: * src/classes/string.C: - 3rd match param could be string now
8041:
8042: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8043: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8044: GET_OBJECT_ELEMENT
8045:
8046: 2009-06-05 misha
8047:
8048: * src/main/pa_http.C: - bugfix: content-length was not calculated
8049: if $.body was specified
8050:
8051: 2009-06-04 misha
8052:
8053: * src/classes/op.C: - optimizing write_assign_lang in connect
8054:
8055: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8056:
8057: * src/main/execute.C: - little refactoring - optimizing
8058: write_assign_lang in taint/untaint
8059:
8060: * src/include/pa_opcode.h: - little refactoring
8061:
8062: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8063: main/compile_tools.h, main/execute.C: - optimizations for
8064: $self.field, ^self.method, $self.field[...] and $self.field(...)
8065: were added
8066:
8067: 2009-06-03 misha
8068:
8069: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8070:
8071: 2009-06-02 misha
8072:
8073: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8074: include/pa_opcode.h: - refactoring in last optimizations
8075: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8076: now but code is much easy and it is ready for further
8077: improvements.
8078:
8079: 2009-05-27 misha
8080:
8081: * src/: types/pa_junction.h, types/pa_vjunction.C,
8082: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8083: changed in destructing junctions
8084:
8085: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8086: String:Body
8087:
8088: 2009-05-26 misha
8089:
8090: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8091: one method detect_charset was deleted - bug was fixed in this
8092: method (error while detecting charset in content_type withot last
8093: ';')
8094:
8095: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8096: once
8097:
8098: 2009-05-25 misha
8099:
8100: * src/classes/file.C: - bugfix: file::exec didn't work after
8101: optimizing of helper_length
8102:
8103: 2009-05-24 misha
8104:
8105: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8106: were added - little refactoring
8107:
8108: * src/main/execute.C: - core while printing in debug log
8109: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8110: optimisations were added
8111:
8112: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8113: were added
8114:
8115: 2009-05-23 misha
8116:
8117: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8118: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8119: CORD_cat optimization
8120:
8121: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8122: - call constr optimisation under separate define now
8123:
8124: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8125: in $b should be string, not void
8126:
8127: * src/main/compile.y: - little fix for rem-cut optimisation
8128:
8129: * src/: include/pa_opcode.h, main/compile_tools.C,
8130: main/compile_tools.h, main/execute.C: - optimisations for
8131: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8132:
8133: * INSTALL: - description of some #defined were added
8134:
8135: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8136: before 1st access (memory usage is reduced if don't access to
8137: .text field)
8138:
8139: * src/include/pa_array.h: - array grows step now not static (it
8140: reduces numbers of reallocs)
8141:
8142: 2009-05-20 misha
8143:
8144: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8145: $.b(2), $c[d] and $.e[f] was added
8146:
8147: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8148: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8149: $.e[f] was added
8150:
8151: * src/main/execute.C: - debug printing moved in defines
8152:
8153: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8154: and little refactoring for OP_GET_OBJECT_ELEMENT +
8155: OP_GET_OBJECT_VAR_ELEMENT optimisation
8156:
8157: 2009-05-19 misha
8158:
8159: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8160: execute.C: - $a.$b & ^a.$b bytecode optimisation
8161:
8162: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8163: ^a.$b optimisation)
8164:
8165: * src/main/compile.y: - compiler now generate new opcodes:
8166: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8167: ^a.b - compiler now cut off ^rem{ with all content ; any number
8168: of params }
8169:
8170: * src/main/execute.C: - code for handle new opcodes
8171: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8172:
8173: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8174: added for LA2V and LA2S
8175:
8176: * src/include/pa_opcode.h: - new defines which can be used for
8177: disable some bytecode optimisation and new opcodes were added
8178:
8179: 2009-05-17 misha
8180:
8181: * src/lib/cord/cordxtra.c: - bugfix.
8182:
8183: * tests/212.html: - .size[] and .study_size[] were added to tests
8184:
8185: * operators.txt: - info about regex class was added
8186:
8187: * tests/212.html: - tests for regex class were added
8188:
8189: 2009-05-16 misha
8190:
8191: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8192: gc7.1
8193:
8194: * tests/022.html: - test for ^file:list[path;] (empty second param)
8195: was added
8196:
8197: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8198: param) should work
8199:
8200: 2009-05-15 misha
8201:
8202: * src/classes/table.C: - automatically disable stringstream usage
8203: on freebsd4
8204:
8205: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8206: scope
8207:
8208: * tests/211.html: - test with different types of access to hash was
8209: added
8210:
8211: * tests/210.html: - test which checks for loosing tainting in
8212: hash's keys was added
8213:
8214: * tests/208.html: - some parser work added. or stime == 0 %-)
8215:
8216: * src/lib/cord/cordbscs.c: - little hack was added to cord
8217:
8218: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8219:
8220: * src/include/pa_version.h, configure.in: - moko have made a lot of
8221: optimisations for increacing version number more dramatically :)
8222:
8223: * src/classes/date.C: - little refactoring: use constructor which
8224: accepts formated string
8225:
8226: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8227: which can print formatted string was added
8228:
8229: 2009-05-14 misha
8230:
8231: * src/include/pa_string.h: - type was fixed
8232:
8233: * src/: classes/hashfile.C, classes/op.C,
8234: include/pa_cache_managers.h, include/pa_charset.h,
8235: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8236: include/pa_request.h, include/pa_sql_driver_manager.h,
8237: include/pa_string.h, include/pa_stylesheet_manager.h,
8238: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8239: main/pa_charsets.C, main/pa_string.C,
8240: main/pa_stylesheet_connection.C, types/pa_value.h,
8241: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8242: types/pa_vobject.C, types/pa_vstateless_class.C,
8243: types/pa_vstateless_class.h: - hash_code caching was implemented
8244: (seaches should be faster now)
8245:
8246: * src/: classes/file.C, classes/hash.C, classes/image.C,
8247: classes/string.C, classes/table.C, include/pa_string.h,
8248: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8249: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8250: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8251: types/pa_vrequest.C: - String constructors don't have that stupid
8252: true/false param which means 'tainted'. they accept lang instead.
8253:
8254: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8255: with OPTIMIZE_RESULT
8256:
8257: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8258: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8259:
8260: 2009-05-13 misha
8261:
8262: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8263: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8264: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8265: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8266: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8267: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8268: include/pa_string.h, classes/date.C, classes/file.C,
8269: classes/hash.C, classes/image.C, classes/string.C,
8270: classes/table.C, classes/xdoc.C: - result optimisation -
8271: helper_length parameter removed from string constructors
8272:
8273: 2009-05-11 misha
8274:
8275: * tests/209.html: - tests for ^hash::create[hash] were added
8276:
8277: * tests/208.html: - tests for $status:rusage, $status:memory,
8278: ^memory:compact[] were added
8279:
8280: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8281: log10 were added
8282:
8283: * tests/206.html: - test for try with finally was added
8284:
8285: 2009-05-10 misha
8286:
8287: * tests/205.html: - test for ^file::create[...] was added
8288:
8289: * tests/204.html: - test for ^response:clear[] was added
8290:
8291: * tests/038.html: - tests for trigonometric functions were added
8292:
8293: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8294: added - more tests for .add, .sub, .union, .intersects and
8295: .intersections
8296:
8297: * tests/065.html: - test for ^file:dirname was added
8298:
8299: * tests/030.html: - test for $cookie:fields was added
8300:
8301: * tests/203.html: - test for ^h._keys[column name] was added
8302:
8303: * tests/201.html: - tests for .trim were added
8304:
8305: * tests/202.html: - tests for last-day,
8306: date:calendar[type](YYYY;MM;DD) were added
8307:
8308: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8309: .offset[type](N) were added
8310:
8311: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8312: and .pos[c](N) were added
8313:
8314: * tests/141.html: - test for math:sha1 was added
8315:
8316: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8317:
8318: 2009-05-09 misha
8319:
8320: * src/main/compile.y: - rollback
8321:
8322: 2009-05-05 misha
8323:
8324: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8325: replaced by is_empty()
8326:
8327: * src/: include/pa_string.h, main/pa_charset.C: - little
8328: optimisation: somewhere length() was replaced by is_empty()
8329:
8330: * src/classes/table.C: - little optimisation: somewhere length()
8331: was replaced by is_empty()
8332:
8333: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8334: classes/op.C, classes/table.C, main/pa_exception.C: - little
8335: optimisation: somewhere length() was replaced by is_empty()
8336:
8337: 2009-05-04 misha
8338:
8339: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8340: types/pa_vstateless_class.h, main/execute.C,
8341: include/pa_request.h, classes/hash.C, classes/op.C,
8342: classes/table.C: - more optimisations were added: some operators
8343: don't switch write context anylonger
8344:
8345: 2009-05-01 misha
8346:
8347: * src/main/compile.y: - slightly more opcode optimisations for
8348: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8349:
8350: * src/main/execute.C: - simplifying process for getters
8351:
8352: 2009-04-30 misha
8353:
8354: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8355:
8356: * tests/results/199.processed: - test for checking $result into
8357: ^rem was added
8358:
8359: * tests/199.html: - test for checking $result into ^rem was added
8360:
8361: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8362: some OS it returns list in different order)
8363:
8364: * src/: include/pa_array.h, include/pa_request.h,
8365: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8366: changes in stack impl - get_element() optimisation: 3rd param
8367: removed - bugfix: problems with reading empty input param -
8368: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8369:
8370: * tests/results/198.processed: - test for reading empty local var
8371: was added
8372:
8373: * tests/198.html: - test for reading empty local var was added
8374:
8375: 2009-04-29 misha
8376:
8377: * src/main/compile.y: - bugfix: couldn't compile because
8378: OP_VALUE__GET_ELEMENT should be unde #ifdef
8379:
8380: * src/: include/pa_array.h, include/pa_opcode.h,
8381: include/pa_request.h, main/compile.y, main/execute.C,
8382: main/pa_request.C, types/pa_vmethod_frame.C,
8383: types/pa_vmethod_frame.h: - we can work without opcode
8384: OP_STORE_PARAM, so it was removed
8385:
8386: 2009-04-28 misha
8387:
8388: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8389: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8390: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8391: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8392: 4.
8393: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8394:
8395: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8396:
8397: * src/: main/pa_string.C, classes/string.C: - !length() =>
8398: is_empty()
8399:
8400: 2009-04-27 misha
8401:
8402: * src/types/pa_vregex.h: - back explicit vars initialisation
8403:
8404: 2009-04-24 misha
8405:
8406: * src/classes/string.C: - ups. typo fixed
8407:
8408: * src/main/execute.C: - more replacements '*new VBool' to
8409: 'VBool::get' - checks for ^break[], ^continue[] and
8410: parser.interrupted were optimised
8411:
8412: * src/classes/string.C: - number of params.count() calls was
8413: slightly reduced
8414:
8415: 2009-04-23 misha
8416:
8417: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8418: make it x64 friendly
8419:
8420: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8421: parser is x64 friendly now
8422:
8423: 2009-04-22 misha
8424:
8425: * src/types/pa_vhashfile.C: - coder friendly exception about
8426: exceeding record size was added
8427:
8428: * src/classes/file.C: - use vregex object instead of direct calls
8429: methods from pcre lib
8430:
8431: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8432: classes/string.C: - use vregex object instead of direct calls
8433: methods from pcre lib
8434:
8435: * src/: include/pa_common.h, main/pa_common.C: - method
8436: print_pcre_exec_error_text was moved to class vregex
8437:
8438: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8439: was added
8440:
8441: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8442: - class vregex was added
8443:
8444: 2009-04-21 misha
8445:
8446: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8447:
8448: * src/: types/pa_junction.h, types/pa_value.C,
8449: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8450: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8451: junction-optimisation (destructors)
8452:
8453: * src/include/pa_array.h: - free under if now
8454:
8455: 2009-04-19 misha
8456:
8457: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8458:
8459: 2009-04-18 misha
8460:
8461: * src/include/pa_version.h:
8462: :q :
8463:
8464: CV:
8465: ----------------------------------------------------------------------
8466:
8467: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8468: refactoring
8469:
8470: * src/: include/pa_array.h, include/pa_hash.h,
8471: types/pa_vmethod_frame.h: - destructors under #ifdef now
8472:
8473: * src/include/pa_memory.h: - define for using destructors was added
8474:
8475: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8476: main/execute.C: - some junctions will be cached now
8477:
8478: * src/include/pa_hash.h: - hash destructor frees pairs now
8479:
8480: * src/include/pa_array.h: - inline was added to destructor
8481:
8482: * src/types/pa_method.h: - comment was changed
8483:
8484: 2009-04-17 misha
8485:
8486: * src/: include/pa_array.h, include/pa_hash.h,
8487: types/pa_vmethod_frame.h: - destructors were added
8488:
8489: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8490: renamed to always_use_result
8491:
8492: * src/main/: compile.y, compile_tools.h: - rollback changes in
8493: compiler: full backward compatibility is better
8494:
8495: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8496: result in var's hash
8497:
8498: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8499: optimisation in method_frame
8500:
8501: * src/include/pa_array.h: - optimisation in array (allocate
8502: elements only when needed)
8503:
8504: * src/types/pa_vresponse.C: - check for $response:headers field
8505: before looking at custom fields
8506:
8507: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8508: not needed to check existance var with name 'result' in var's
8509: hash
8510:
8511: * src/main/compile.y: - compiler was changed: now it detects
8512: writings to $result and set flag writo_to_result in method
8513:
8514: * src/classes/string.C: - little optimisation: no needed to write
8515: number with lang
8516:
8517: * src/main/pa_charset.C: - methods readChar and skipChar which is
8518: used for read utf8-strings were renamed - is_escaped was renamed
8519: to isEscaped (to the same name convention)
8520:
8521: * src/: types/pa_method.h, main/compile_tools.h: - flag
8522: write_to_result added. compiler get this info from code.
8523:
8524: 2009-04-16 misha
8525:
8526: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8527: String only before 1st write
8528:
8529: * src/include/pa_string.h: - not needed template removed
8530:
8531: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8532: types/pa_vjunction.C, types/pa_vproperty.C,
8533: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8534: main/pa_request.C, classes/bool.C, classes/double.C,
8535: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8536: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8537: bool objects)
8538:
8539: 2009-04-15 misha
8540:
8541: * src/lib/cord/cordxtra.c: - more optimisation
8542:
8543: * src/: include/pa_string.h, main/untaint.C: - String::append
8544: optimisation
8545:
8546: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8547: then get and can sometime be used)
8548:
8549: * src/main/pa_string.C: - String::length optimisation
8550:
8551: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8552: these methods read different strings
8553:
8554: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8555: fresult_initial_void removed + some optimisation - if $result
8556: defined we don't write to context anymore
8557:
8558: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8559: need just skip char)
8560:
8561: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8562: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8563: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8564:
8565: * src/types/pa_vvoid.h: - added get() method for retreave one
8566: instance
8567:
8568: 2009-04-11 misha
8569:
8570: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8571:
8572: * tests/197.html: - test for parser://test in xml was added
8573:
8574: * src/classes/string.C: - small optimisation
8575:
8576: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8577: optimisation
8578:
8579: 2009-04-10 misha
8580:
8581: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8582: to pcre-7.8
8583:
8584: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8585:
8586: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8587: added
8588:
8589: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8590: $request:CLASS_NAME were added
8591:
8592: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8593: were added
8594:
8595: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8596: $env:CLASS_NAME were added
8597:
8598: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8599: '@todo' now
8600:
8601: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8602: compirer
8603:
8604: * src/main/pa_string.C: - little code cleanup
8605:
8606: * src/main/pa_common.C: - describe one more UTF-8 related error
8607: during PCRE compile/execute
8608:
8609: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8610: normalizing todo-comments: '@todo' now
8611:
8612: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8613:
8614: * src/main/pa_charset.C: - type changed for making compiler happy
8615:
8616: 2009-03-10 misha
8617:
8618: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8619: in main()
8620:
8621: 2009-02-01 misha
8622:
8623: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8624: boundary
8625:
8626: 2009-01-25 misha
8627:
8628: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8629:
8630: * src/classes/file.C: - more changes for parsing different number
8631: of params for file::load
8632:
8633: * tests/193.html: - tests for exception while base64-decode binary
8634: to string was added
8635:
8636: * tests/192.html: - tests for file::load with different number of
8637: options
8638:
8639: * src/classes/math.C: - ups. forgot '+1'
8640:
8641: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8642: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8643: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8644: (new option $.encode[multipart-form/data] should be specified) -
8645: $.method[] option for file::load now is not case-sensitive
8646:
8647: * src/: include/pa_string.h, main/untaint.C: - for file post the
8648: new taint language L_FILE_POST was added
8649:
8650: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8651: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8652: stuff was moved to separate files
8653:
8654: 2009-01-23 misha
8655:
8656: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8657: spaces to tabs were converted
8658:
8659: 2009-01-12 misha
8660:
8661: * src/main/pa_http.C: - value of $.method[] option force uppercased
8662: now
8663:
8664: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8665: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8666: their names
8667:
8668: * src/main/pa_common.C: - changes in formating
8669:
8670: * src/: classes/file.C, main/pa_http.C: - some constants changed
8671: their names
8672:
8673: * src/include/pa_http.h: - some spaces were converted to tabs
8674:
8675: * src/include/pa_common.h: - some constants changed their names
8676:
8677: * src/classes/file.C: - fixed 4-th paramether for file::load -
8678: little code rewriting
8679:
8680: * src/types/pa_vfile.C: - little code rewriting
8681:
8682: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8683: types/pa_value.h: - some formating changes
8684:
8685: * src/include/pa_common.h: - some formating spaces transformed to
8686: tabs
8687:
8688: * src/classes/string.C: - exception while base64-decode binary to a
8689: string
8690:
8691: 2009-01-11 misha
8692:
8693: * configure.in: - version changed to 3.3.1b
8694:
8695: 2008-09-05 misha
8696:
8697: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8698: release_3_3_0 on 2008-09-05 10:59:35 +0000
8699:
8700: 2008-09-04 misha
8701:
8702: * tests/: 130.html, 131.html: - these exceptions not typeless
8703: anymore
8704:
8705: * src/classes/op.C: - exception with 'invalid taint language' not
8706: typeless anylonger
8707:
8708: * src/classes/image.C: - some exceptions while operations with
8709: image not typeless anymore
8710:
8711: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8712: main/pa_exec.C, main/pa_http.C: - some exceptions while
8713: operations with files not typeless anymore
8714:
8715: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8716: types/pa_vdate.h: - exceptions while checking date range not
8717: typeless anymore
8718:
8719: * src/include/pa_exception.h: - exception type string for invalid
8720: date range was added
8721:
8722: 2008-09-03 misha
8723:
8724: * src/: classes/file.C, main/pa_string.C: - exception while pce
8725: operations not typeless anymore
8726:
8727: * src/include/pa_exception.h: - exception type for pce operations
8728: was added
8729:
8730: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8731: and .CLASS_NAME insite classes
8732:
8733: * src/classes/table.C: - don't save table header whiile
8734: ^table.save[append;filename] if file exists
8735:
8736: 2008-09-02 misha
8737:
8738: * src/main/compile.y, src/main/compile_tools.h,
8739: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8740: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8741: renamed to partial and it login changed: we must mark class as
8742: partial for allow their modifications in future.
8743:
8744: 2008-08-29 misha
8745:
8746: * tests/results/022.processed: - testing taint[regex] in mask for
8747: file:list
8748:
8749: * tests/022.html: - testing taint[regex] in mask for file:list
8750:
8751: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8752: for file:list was added
8753:
8754: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8755: file:list
8756:
8757: 2008-08-26 misha
8758:
8759: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8760: last derived object
8761:
8762: * src/classes/image.C: - many strings "image.format" replaced by
8763: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8764: understand some more exif tags
8765:
8766: * src/include/pa_exception.h: - string "image.format" was added
8767:
8768: 2008-08-21 misha
8769:
8770: * src/: main/pa_string.C, classes/file.C: - use method for print
8771: pcre_exec text error
8772:
8773: * src/main/pa_common.C: - method for print pcre_exec text error was
8774: added
8775:
8776: * src/include/pa_common.h: - method declaration for print pcre_exec
8777: text error was added
8778:
8779: 2008-08-19 misha
8780:
8781: * src/main/execute.C: - bugfix: opcodes must be in separate
8782: namespace while debug execution as well
8783:
8784: * tests/: 015.html, results/015.processed: - test for escaping some
8785: parser chars was added
8786:
8787: 2008-08-18 misha
8788:
8789: * tests/: 190.html, 190.p, results/190.processed: - test for
8790: $caller.self.field + default getter in one class was added
8791:
8792: * tests/: 189.html, results/189.processed: - test for
8793: ^date::create[date object]
8794:
8795: * tests/: 188.html, results/188.processed: - tests for match with
8796: UTF-8 strings
8797:
8798: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8799: ^string.match[]
8800:
8801: * ChangeLog: - parser 3.3.0 beta13
8802:
8803: 2008-08-15 misha
8804:
1.116 moko 8805: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8806: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8807: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8808: dftables.c: - old PCRE files removed
1.95 moko 8809:
8810: * src/lib/pcre/config.h: - configuration for PCRE library
8811:
8812: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8813: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8814:
8815: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8816: library and set flag UTF8 if $request:charset is UTF-8
8817:
8818: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8819: include/pa_config_fixed.h: - moved to new PCRE library
8820:
8821: * src/: main/main.vcproj, types/types.vcproj,
8822: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8823: win32\pcre instead of parser3\src\lib\pcre
8824:
8825: * src/: include/pa_opcode.h, include/pa_operation.h,
8826: main/compile.C, main/compile.y, main/compile_tools.C,
8827: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8828: opcodes were moved to separate namespace
8829:
8830: 2008-08-14 misha
8831:
8832: * src/types/pa_vstateless_class.C: - newline at the end missed
8833:
8834: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8835: tainting
8836:
8837: 2008-08-11 misha
8838:
8839: * tests/: 187.html, 187.p, results/187.processed: - tests for
8840: $caller.self, $caller.self.field and $caller.self.field[value]
8841: were added
8842:
8843: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8844: runtime as well (for $caller.self)
8845:
8846: 2008-07-25 misha
8847:
8848: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8849: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8850: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8851: tests with international characters
8852:
8853: 2008-07-23 misha
8854:
8855: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8856: file::load[...;http://
8857:
8858: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8859: now everywhere in separate namespace
8860:
8861: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8862: for vars
8863:
8864: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8865: can be escaped by '^'
8866:
8867: 2008-07-22 misha
8868:
8869: * src/classes/string.C, tests/186.html: - names changes:
8870: escape=>js-escape, unescape=>js-unescape
8871:
8872: 2008-07-21 misha
8873:
8874: * tests/results/186.processed: - test for string escape/unescape
8875:
8876: * tests/186.html: - test for string escape/unescape
8877:
8878: * src/classes/string.C: - string has escape and unescape methods
8879: now
8880:
8881: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8882: added
8883:
8884: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8885: method-layers added (with different params)
8886:
8887: 2008-07-18 misha
8888:
8889: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8890: was added
8891:
8892: * tests/185.html: - test for ^str.pos[sub](offset) added
8893:
8894: * src/classes/string.C, src/classes/void.C, operators.txt: -
8895: ^string.pos[substr](offset) -- 2nd param accepted now
8896:
8897: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8898: strings
8899:
8900: 2008-07-17 misha
8901:
8902: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8903: helper length added for mid for small optimisation
8904:
8905: 2008-07-16 misha
8906:
8907: * tests/: 185.html, results/185.processed: - tests for
8908: length/left/right/mid/pos with utf-8 strings
8909:
8910: * src/classes/string.C: - left/right/mid/length/pos works fine for
8911: utf-8 strings
8912:
8913: * src/main/untaint.C: - comments removed
8914:
8915: * src/: include/pa_string.h, main/pa_string.C,
8916: include/pa_charset.h, main/pa_charset.C: - methods for working
8917: with pos/mid for strings in utf-8 were added
8918:
8919: 2008-07-15 misha
8920:
8921: * tests/: 184.html, results/184.processed: - test for case body as
8922: expression: $var(^switch(1){^case(1)(true)..})
8923:
8924: * src/classes/op.C: - case body can be expression now:
8925: $var(^switch(1){^case(1)(true)..})
8926:
8927: * tests/: results/183.processed, 183.html: - added test for testing
8928: new cookie encoding (%uXXXX)
8929:
8930: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8931: decoding for backward compatibility they decoded from %XX in
8932: request:charset too
8933:
8934: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8935: - cookie class now decode cookies before first access after last
8936: request:charset changing (as form class).
8937:
8938: * src/main/pa_charset.C: - added method escape for escaping cookies
8939: as %uXXXX - before transcode calculate required space for dest
8940: string. it reduce mem usage for transcode
8941:
8942: * src/include/pa_charset.h: - added method escape for escaping
8943: cookies as %uXXXX
8944:
8945: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8946: was added. will used for escaping cookies as %uXXXX
8947:
8948: * src/include/pa_common.h: - escape method has new option for skip
8949: converting '+' to a space char
8950:
8951: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8952: transcode - escape method has new option for skip converting '+'
8953: to a space char
8954:
8955: 2008-07-08 misha
8956:
8957: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8958: (no UE if more then 1 case matches anylonger) - optimization:
8959: doing searching.as_string() || searching.as_double() only once
8960:
8961: 2008-07-04 misha
8962:
8963: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8964: now ^date::create[date object] works
8965:
8966: * src/classes/string.C: - left and right added as aliases for start
8967: and end in ^string.trim[]
8968:
8969: 2008-07-03 misha
8970:
8971: * src/classes/file.C: - allow $.limit for file::sql as well
8972:
8973: * src/classes/file.C: - allow $.offset option for file::sql - force
8974: send limit=1 to query for use sql specifics authomatically
8975:
8976: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8977: if $.limit value if empty. autoconvert it as everywere
8978:
8979: 2008-07-02 misha
8980:
8981: * configure.in: - time to change version number to 3.3.0 %-)
8982:
8983: * src/include/pa_version.h: - time to change version number to
8984: 3.3.0 %-)
8985:
8986: 2008-06-26 misha
8987:
8988: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8989: $.limit(0) fixes
8990:
8991: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8992: - $.limit(0) fixes
8993:
8994: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8995: new API)
8996:
8997: * src/: include/pa_sql_driver_manager.h,
8998: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8999: classes/op.C: - document_root added
9000:
9001: * src/main/compile.tab.C: - error message was changed
9002:
9003: 2008-06-25 misha
9004:
9005: * src/main/compile.y: - error message was changed
9006:
9007: 2008-06-24 misha
9008:
9009: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9010:
9011: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9012: tests for @OPTIONS\nappend
9013:
9014: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9015:
9016: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9017:
9018: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9019:
9020: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9021: compile.y
9022:
9023: 2008-06-17 misha
9024:
9025: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9026: compilation: ^if(default){true. it's incorrect. must be
9027: exception}
9028:
9029: 2008-06-16 misha
9030:
9031: * tests/: 181.ent, 181.html, results/181.processed: - test for
9032: checking external reference loading with 'http://localhost'
9033: prefix while creating xdoc
9034:
9035: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9036: ^math:long2ip[] and ^math:ip2long[]
9037:
9038: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9039: added which use scalar stateless class method when user object
9040: used in scalar context - use get_scalar_value when user object
9041: requested in scalar context
9042:
9043: * src/main/pa_common.C: - size must be int but not size_t or we
9044: can't compare with 0 sprintf result
9045:
9046: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9047: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9048: with internal switch between local/global vars
9049:
9050: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9051: specified
9052:
9053: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9054: pa_vstateless_object.h: - stateless class and object now has
9055: private scalar field and getter/setter for working with it
9056:
9057: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9058: moved to inet static class
9059:
9060: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9061: class added (^inet:aton[IP], ^inet:ntoa(number))
9062:
9063: * tests/: 180.html, results/180.processed: - tests for
9064: ^math:long2ip(long) and ^math:ip2long[IP]
9065:
9066: * src/classes/math.C: - ^math:ip2long[IP] added
9067:
9068: 2008-06-11 misha
9069:
9070: * src/main/pa_xml_io.C: - use file_read_text again because of we
9071: need cut BOM code and remove DOS newline chars. but don't
9072: transcode it anyway.
9073:
9074: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9075: main/pa_http.C: - option for disable transcoding while file_read
9076: and file_read_text added
9077:
9078: 2008-06-10 misha
9079:
9080: * tests/: 179.html, 179.p, results/179.processed: - test for many
9081: classes in 1 file
9082:
9083: * src/main/: compile.C, compile_tools.h: - compile return list of
9084: classes now.
9085:
9086: * src/main/: compile.y, compile.tab.C: - compile return list of
9087: classes now. internals.
9088:
9089: * src/main/pa_request.C: - compile return list of classes now. try
9090: call @conf and @auto for each returned class
9091:
9092: * src/include/pa_request.h: - compile return list of classes now
9093:
9094: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9095: return list of classes when compile buf)
9096:
9097: 2008-06-07 misha
9098:
9099: * src/main/pa_request.C: - constructing VRequest object with 3rd
9100: param -- form
9101:
9102: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9103: 3rd param: form. needed for get post_charset
9104:
9105: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9106: added
9107:
9108: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9109: types/pa_vform.C, types/pa_vform.h: - some polish
9110:
9111: 2008-06-06 misha
9112:
9113: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9114: charset and decode chars from it but not from response:charset
9115:
9116: * src/main/pa_http.C: - detect_charset moved out of here
9117:
9118: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9119: methods moved here - unescape_chars accepn one charset now
9120:
9121: * src/main/pa_http.C: - new constants used - don't allow
9122: $.content-type in ^file::load[;http://;$.method[POST]] - add
9123: charset info while ^file::load[;http://;$.method[POST]] - option
9124: $.omit-post-charset(true) added to ^file::load[;http://] for
9125: disabling charset during post
9126:
9127: * src/types/pa_vform.C: - new constants used
9128:
9129: * src/include/pa_common.h: - some constants were added
9130:
9131: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9132: instead of StrEqNc
9133:
9134: * src/main/pa_common.C: - new method for caseless search
9135: c-substring in c-string - use isxdigit instead of is_hex_digit
9136:
9137: * src/include/pa_common.h: - new method for caseless search
9138: c-substring in c-string
9139:
9140: 2008-06-05 misha
9141:
9142: * tests/results/178.processed: - test for testing default getter
9143:
9144: * tests/178.html: - test for testing default getter
9145:
9146: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9147: for test for testing default getter
9148:
9149: * src/main/execute.C: - default getter soul
9150:
9151: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9152: requested objects' field not found
9153:
9154: * src/types/pa_vclass.C: - register default getter if defined - get
9155: default getter if requested field not found
9156:
9157: * src/types/pa_vstateless_object.h: - method get_default_getter was
9158: added
9159:
9160: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9161: pointer to default getter and methods for get/set it were added
9162:
9163: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9164: auto_name field (for default getter)
9165:
9166: 2008-06-04 misha
9167:
9168: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9169: transcoding, no cutting BOM code, no fixing line breaks) and get
9170: it to libxml "as is"
9171:
9172: 2008-06-03 misha
9173:
9174: * src/main/pa_common.C: - use store_Char instead of
9175: transcodeCharFromUTF8
9176:
9177: * src/: include/pa_charset.h, main/pa_charset.C: - method
9178: store_Char added, transcodeCharFromUTF8 -- removed
9179:
9180: 2008-06-02 misha
9181:
9182: * tests/: results/177.processed, 177.html: - test for checking
9183: .[acm]date after local ^file::load[] was added
9184:
9185: * tests/: results/176.processed, 176.html: - test for checking
9186: @OPTION\locals + @method[vars][locals] added
9187:
9188: * tests/results/auto.p: - CLASS_PATH specified for checking use
9189:
9190: 2008-05-30 misha
9191:
9192: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9193: @OPTION\nlocals + @method[vars][;locals;] were added
9194:
9195: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9196: moved to separate method op_code - switch from VMethodFrame to
9197: VMethodFrameGlobal + VMethodFrameLocal
9198:
9199: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9200: was moved to separate method op_code
9201:
9202: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9203: VMethodFrame now
9204:
9205: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9206: all_vars_local as well
9207:
9208: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9209: pa_vmethod_frame_local.h, Makefile.am: - who children for
9210: VMethodFrame were added: one (global) works as VMethodFrame
9211: before and second (local) write all vars in self vars scope
9212:
9213: * src/types/pa_method.h: - method has bool flag all_vars_local now
9214:
9215: 2008-05-29 misha
9216:
9217: * tests/: 129.html, results/129.processed: - more tests for
9218: ^table.hash[]
9219:
9220: * src/classes/hash.C: - ^hash::sql has a new option:
9221: $.type[hash|string|table] as ^table.hash[] one.
9222:
9223: * src/classes/op.C: - ^try has 3rd param now: finally code which
9224: executed anyway after try or catch section
9225:
9226: 2008-05-27 misha
9227:
9228: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9229: must not fail if $.distinct(1) wasn't specified
9230:
9231: 2008-05-26 misha
9232:
9233: * src/classes/op.C: - allow ^throw[my type]
9234:
9235: 2008-05-22 misha
9236:
9237: * configure.in, configure: - version number updated to 3.2.4b
9238:
9239: * src/classes/: op.C, string.C: - trim format string before
9240: eval/format
9241:
9242: * tests/: results/175.processed, 175.html: - more tests for
9243: different format strings in .format[]
9244:
9245: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9246: as well (not only %XX)
9247:
9248: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9249: charset specified - checks for format before print number
9250: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9251: (instead of tabs) removed
9252:
9253: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9254: charset specified
9255:
9256: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9257: char in requested charset from utf code was added
9258:
9259: 2008-05-19 misha
9260:
9261: * tests/: 174.html, results/174.processed: - test for
9262: ^hashfile.cleanup[] added
9263:
9264: * src/classes/hashfile.C: - optimization: don't create any key or
9265: value variable if it's name weren't specified
9266: (^hf.foreach[;v]{...})
9267:
9268: 2008-05-16 misha
9269:
9270: * src/classes/hash.C: - optimization: don't create any key variable
9271: if variable name wasn't specified (^h.foreach[;v]{...})
9272:
9273: 2008-05-15 misha
9274:
9275: * src/classes/op.C: - small changes
9276:
9277: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9278:
9279: * src/classes/hash.C: - calculate var_context once before foreach
9280:
9281: 2008-05-14 misha
9282:
9283: * src/classes/hashfile.C: - incorrect vars context calculation for
9284: ^hashfile.foreach[;]{} fixed
9285:
9286: * src/classes/: hash.C, table.C: - little optimisation
9287:
9288: * src/classes/file.C: - bugfix: double absolute path while loading
9289: file
9290:
9291: * tests/: 174.html, results/174.processed: - tests for hashfile
9292: were added
9293:
9294: * buildall-with-xml: - moving to libxslt 1.1.24
9295:
9296: 2008-04-30 misha
9297:
9298: * src/classes/file.C: - stat file while loading (local only) so
9299: .adate, .mdate and .cdate available without additional ::stat
9300:
9301: 2008-04-28 misha
9302:
9303: * src/classes/file.C: - $.name and $.content-type available for
9304: stated file
9305:
9306: 2008-04-14 misha
9307:
9308: * src/targets/cgi/parser3.C: - new year in copyright %-)
9309:
9310: * src/include/pa_version.h: - new version number in head
9311:
9312: 2008-04-10 misha
9313:
9314: * tests/: 080.html, results/080.processed: - cut '0' from
9315: exponential part because of on diff OS it differ (20 or 020 for
9316: ex)
9317:
9318: * tests/: 119.html, results/119.processed: - check for encoding
9319: while creating xdoc
9320:
9321: 2008-04-09 misha
9322:
9323: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9324:
9325: * src/main/pa_common.C: - comment added
9326:
9327: * src/classes/date.C: - little refactoring
9328:
9329: 2008-04-07 misha
9330:
9331: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9332: style of ^table.save[]: prepare one big string and sabe it at
9333: once. it's safe on freebsd 4.x but use much more memory.
9334:
9335: * buildall-with-xml, buildall-without-xml: - option
9336: --disable-stringstream added (under comment. use it on freebsd
9337: 4.x)
9338:
9339: 2008-02-22 misha
9340:
9341: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9342: specified together in file::load[;http] - get back transcoding
9343: $.body[] in file::load[;http]
9344:
9345: 2008-02-21 misha
9346:
9347: * src/classes/date.C: - ^date.gmt-string[] was added
9348:
9349: * src/types/pa_value.C: - method for output date in RFC 822 format
9350: moved to pa_common.h
9351:
9352: * src/include/pa_common.h: - method for output date in RFC 822
9353: format moved here from pa_value.C
9354:
9355: * src/types/pa_vmail.C: - fixed core in sending mail with
9356: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9357:
9358: 2008-02-20 misha
9359:
9360: * src/main/pa_http.C: - transcode $.headers before escaping into
9361: specified charset while ^file::load[...;http://...] (L_URI
9362: instead of L_HTTP_HEADER) - $.cookies param available in
9363: ^file::load[;http://...] now (but we don't parse set-cookies from
9364: response yet) (cookies not transcoded as common $cookies)
9365:
9366: 2008-02-19 misha
9367:
9368: * src/main/pa_request.C: - rollback: we mustn't force taint
9369: $response:field values because in this case
9370: $response:locateion[http://...] don't works.
9371:
9372: 2008-02-15 misha
9373:
9374: * src/classes/op.C: - little refactoring
9375:
9376: * src/main/pa_http.C: - taint names of $.headers for load[;http
9377:
9378: * src/main/pa_request.C: - force taint values of $response:field
9379:
9380: 2008-02-14 misha
9381:
9382: * src/main/pa_request.C: - $response:field transcoded to
9383: $response:charset before escaping now
9384:
9385: * src/main/pa_http.C: - some outdated comments removed
9386:
9387: * src/classes/date.C: - lastdat -> last-day
9388:
9389: * src/classes/date.C: - ^date:lastday(year;month) and
9390: ^date.lastday[] were added - little code refactoring - comments
9391: changes
9392:
9393: * tests/: 159.html, results/159.processed: - test for number of
9394: days in February
9395:
9396: * src/types/pa_value.C: - fixes in code formatting
9397:
9398: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9399: and comments
9400:
9401: 2008-02-13 misha
9402:
9403: * src/main/pa_common.C: - bugfix for february at leap year
9404:
9405: 2008-01-28 misha
9406:
9407: * tests/: 160.html, results/160.processed: - more test for cache
9408: added
9409:
9410: * src/classes/op.C: - bugfix: cache body executed twice if contains
9411: unhandled exception
9412:
9413: 2008-01-25 misha
9414:
9415: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9416: bug when hashfile became inavailable after memory:compact)
9417:
9418: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9419:
9420: 2008-01-22 misha
9421:
9422: * src/classes/table.C: - little refactiring and exception texts
9423: changes in method ^table.hash[]
9424:
9425: * src/types/pa_vcookie.C: - link to cookie specification changed
9426:
9427: 2008-01-21 misha
9428:
9429: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9430: file::exec/cgi
9431:
9432: * src/classes/file.C: - bugfix: core while processing headers if
9433: executed cgi script don't return content
9434:
9435: 2008-01-18 misha
9436:
9437: * buildall-with-xml: - move to libxml2 version 2.6.31
9438:
9439: * src/include/pa_version.h, configure.in: - version number updated
9440: to '3.2.3b'
9441:
9442: 2007-12-28 misha
9443:
9444: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9445: hash.contains
9446:
9447: 2007-12-27 misha
9448:
9449: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9450: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9451: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9452: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9453: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9454: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9455: src/targets/cgi/parser3.vcproj,
9456: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9457: back to VS2003 because of Apache 1.3 module can't work if it was
9458: built in VS 2005. with cgi all file so VS2003 project files can
9459: be easy converted to the new format.
9460:
9461: 2007-12-04 misha
9462:
9463: * src/types/pa_vcode_frame.h: - changes in comment
9464:
9465: 2007-11-29 misha
9466:
9467: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9468: intercept strings any longer
9469:
9470: * tests/: 173.html, results/173.processed: - tests for
9471: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9472: but not in main code frame
9473:
9474: * tests/: 172.html, results/172.processed: - more tests for pass
9475: objects from code frames
9476:
9477: 2007-11-27 misha
9478:
9479: * tests/: 152.html, results/152.processed: - tests for converting
9480: strings 'true'/'false' to bool were added
9481:
9482: * tests/152.html: - added checks for converting strings
9483: 'true'/'false' to bool
9484:
9485: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9486: not only strings with numbers but with values 'true'/'false' as
9487: well
9488:
9489: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9490: for parser3.log increased
9491:
9492: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9493:
9494: * src/include/pa_common.h: - remove_crlf return cstring size now
9495:
9496: * src/include/pa_types.h: - constant with buffer size for
9497: parser3.log added
9498:
9499: 2007-11-16 misha
9500:
9501: * tests/cat.sh: - script for tests for file::exec/cgi
9502:
9503: * tests/171.html: - tests for file::exec/cgi
9504:
9505: * tests/results/171.processed: - tests results for file::exec/cgi
9506:
9507: 2007-11-15 misha
9508:
9509: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9510:
9511: * src/classes/file.C: - .body must be set before analyzing cgi
9512: headers
9513:
9514: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9515: only if exec/cgi return anything.
9516:
9517: 2007-11-14 misha
9518:
9519: * operators.txt: - info about new text|binary option for
9520: file::exec/cgi was added
9521:
9522: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9523: ^file:exec[[text|binary];script;...]
9524:
9525: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9526: classes/string.C, classes/table.C: - more text strings moved to
9527: the one place
9528:
9529: 2007-11-09 misha
9530:
9531: * src/types/pa_vrequest.C: - $request:argv must be taint
9532:
9533: * ChangeLog: - $request:argv [patch from Sumo]
9534:
9535: * operators.txt: - $request:argv
9536:
9537: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9538: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9539:
9540: 2007-10-25 misha
9541:
9542: * buildall-with-xml, buildall-without-xml: - options preparations
9543: for ./configure rewrited
9544:
9545: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9546: error occure in unhandled_exception finally fixed
9547:
9548: 2007-10-23 misha
9549:
9550: * tests/: 170.html, results/170.processed: - test for
9551: @method[][result]
9552:
9553: * operators.txt: - added info about node.prefix and
9554: node.namespaceURI
9555:
9556: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9557:
9558: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9559: added for node and attribute
9560:
9561: 2007-10-22 misha
9562:
9563: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9564:
9565: * src/main/pa_request.C: - added const content-transfer-encoding
9566:
9567: * src/include/pa_request.h: - added const content-transfer-encoding
9568: - ups. constants must be in lowercase (for search)
9569:
9570: * src/types/pa_vmail.C: - more constants used -
9571: content-transfer-encoding: 8bit added
9572:
9573: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9574:
9575: * src/include/pa_request.h: - more constants
9576:
9577: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9578: ommit anymore if $.content-disposition was specified - little
9579: refactoring
9580:
9581: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9582:
9583: 2007-10-17 misha
9584:
9585: * operators.txt: - info about
9586: table::create[nameless]{data}[>options<] was added
9587:
9588: * src/main/: compile.tab.C, compile.y: - if error occure while
9589: compile method don't put this method in methods table anymore.
9590: in other case the parser coredumped if @unhandled_exception
9591: method can't be compiled because of parser.compile error.
9592:
9593: * src/main/execute.C: - little code reformating
9594:
9595: * src/main/pa_request.C: - little code reformating - comment
9596: changed
9597:
9598: 2007-10-16 misha
9599:
9600: * tests/: 035.html, results/035.processed: - tests
9601: table::create[]{}[options] added
9602:
9603: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9604: options (only $.seperator[] yet)
9605:
9606: 2007-10-10 misha
9607:
9608: * src/classes/table.C: - some contstants moved to pa_common.h -
9609: some code changes
9610:
9611: 2007-10-02 misha
9612:
9613: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9614: then three time as much. but base64 encoding method still use
9615: less memory anyway.
9616:
9617: 2007-09-17 misha
9618:
9619: * operators.txt: - added info about $cookie:fields
9620:
9621: * src/types/pa_vcookie.C: - $cookie:fields available now
9622:
9623: * src/classes/hash.C: - some stuff for use with .for_each moved to
9624: common
9625:
9626: * src/include/pa_common.h: - some stuff for use with .for_each
9627: moved here
9628:
9629: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9630:
9631: 2007-09-14 misha
9632:
9633: * buildall-with-xml: - new xml libs again =)
9634:
9635: 2007-08-28 misha
9636:
9637: * operators.txt: - texts about ^table.columns[[column name]] and
9638: ^string.split[...][v][column name] were added
9639:
9640: * tests/: 168.html, 169.html, results/168.processed,
9641: results/169.processed: - tests for ^table.columns[[column name]]
9642: and ^string.split[...][v][column name] were added
9643:
9644: * src/classes/table.C: - new option ^table.columns[[column name]]
9645: was added
9646:
9647: * src/classes/string.C: - new option ^string.split[...;v;[column
9648: name]]
9649:
9650: * src/include/pa_exception.h: - error text message for
9651: ^hash._keys[], ^table.columns[] and ^string.split[]
9652:
9653: 2007-08-27 misha
9654:
9655: * src/main/untaint.C: - try to fix coredump on unix if print to
9656: body ^taint[sql][something] outside of connect
9657:
9658: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9659: outside of connect
9660:
9661: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9662: added (commented by default)
9663:
9664: 2007-08-20 misha
9665:
9666: * operators.txt: - comment about new method ^node.hasAttributes[]
9667: was added
9668:
9669: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9670: duplicated exception text strings were removed
9671:
9672: * src/include/pa_exception.h: - more exception text strings moved
9673: here
9674:
9675: * src/classes/table.C: - some duplicate exceptions' text strings
9676: removed
9677:
9678: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9679: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9680: removed
9681:
9682: * src/include/pa_exception.h: - some exception text strings movet
9683: to pa_exception
9684:
9685: * tests/: 149.html, results/149.processed: - test for
9686: ^xnode.hasAttributes[] was added - some code changes
9687:
9688: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9689: added
9690:
9691: 2007-08-17 misha
9692:
9693: * tests/: results/006.processed, results/059.processed, 006.html,
9694: 059.html: - more tests for match
9695:
9696: * tests/: 129.html, results/129.processed: - tests for
9697: ^table.hash[...][$.type[string|hash|table]] added
9698:
9699: * src/targets/cgi/parser3.C: - little syntax changes
9700:
9701: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9702: syntax changes
9703:
9704: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9705: messages in parser3.log switched off by default. If someone
9706: really still need it: use $SIGPIPE(1)
9707:
9708: 2007-08-08 misha
9709:
9710: * buildall-with-xml, buildall-without-xml: - remove libs source
9711: files by default since now
9712:
9713: 2007-08-07 misha
9714:
9715: * buildall-without-xml: - some option syntax changes
9716:
9717: * buildall-with-xml: - compile libxml2 without http support - some
9718: option syntax changes
9719:
9720: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9721:
9722: 2007-08-06 misha
9723:
9724: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9725:
9726: * tests/: 160.html, results/160.processed: - cache test was
9727: rewrited
9728:
9729: 2007-07-06 misha
9730:
9731: * tests/: 153.html, results/153.processed: - added test for
9732: ^math:sha1[string]
9733:
9734: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9735: transcoded
9736:
9737: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9738: were added
9739:
9740: 2007-06-28 misha
9741:
9742: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9743: some incorrect chars
9744:
9745: 2007-06-19 misha
9746:
9747: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9748: were moved on top because of gcc 4 had a problems during
9749: building.
9750:
9751: 2007-06-18 misha
9752:
9753: * tests/results/019.processed: - new image commited
9754:
9755: 2007-06-09 misha
9756:
9757: * src/classes/: op.C, table.C: - in while and table.select method
9758: as_expression used now
9759:
9760: * src/types/pa_vmethod_frame.h: - method as_expression was added
9761:
9762: 2007-06-08 misha
9763:
9764: * tests/: 166.html, results/166.processed: - test for
9765: ^match[...][n]
9766:
9767: * tests/: 165.html, results/165.processed: - tests for loops
9768:
9769: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9770: because of no speed/memory optimisation but some proglems with
9771: long cycles occure
9772:
9773: 2007-06-06 misha
9774:
9775: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9776: ^table.select(true) and ^table.select(1) didn't works because of
9777: awaiting junction-param only. fixed.
9778:
9779: 2007-05-24 misha
9780:
9781: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9782: with 0.5 secs interval
9783:
9784: * src/classes/op.C: - cache was rewrited. I hope it works with
9785: locking system now on unix
9786:
9787: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9788: system locks which wait till other threads release it but try get
9789: lock, if fail wait 1 sec and make 10 attempts.
9790:
9791: * src/include/pa_os.h: - consts for blocking locks + some comments
9792: were added
9793:
9794: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9795: opening files
9796:
9797: * src/classes/table.C: - changes in includes. if unclude <sstream>
9798: after our classes on unix it can't be build
9799:
9800: * src/types/pa_vhashfile.C: - not needed code removed
9801:
9802: 2007-05-23 misha
9803:
9804: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9805: include/pa_common.h: - cosmetic changes
9806:
9807: 2007-05-18 misha
9808:
9809: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9810: often. it's give some speed increasing
9811:
9812: * tests/results/160.processed: - returned time corrected
9813:
9814: * tests/160.html: - time increased because on unix 1 mean nothing
9815: :(
9816:
9817: * operators.txt: - added info about ^hash.contain[key]
9818:
9819: * src/classes/hash.C: - added ^hash.contain[key]
9820:
9821: * src/include/pa_hash.h: - added method for checking key exists in
9822: hash
9823:
9824: 2007-05-07 misha
9825:
9826: * src/include/pa_string.h: - was compilation error during build on
9827: freebsd4
9828:
9829: 2007-05-03 misha
9830:
9831: * src/classes/table.C: - option $.type[hash|string|table] was added
9832: for ^table.hash[]
9833:
9834: * src/classes/file.C: - comment removed
9835:
9836: 2007-04-26 misha
9837:
9838: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9839: real files doesn't opened in place anymore
9840:
9841: 2007-04-24 misha
9842:
9843: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9844:
9845: * src/include/pa_exception.h: "static" removed
9846:
9847: 2007-04-23 misha
9848:
9849: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9850:
9851: * src/classes/math.C: added: - ^math:ln(N) (the same as
9852: ^math:log(N)) - ^math:lg(N)
9853:
9854: * tests/: 097.html, results/097.processed: - charsets converstion
9855: during ^file::load[text;http://...] added
9856:
9857: * tests/: 164.html, results/164.processed: - check for set expires
9858: as a date
9859:
9860: * tests/: 164.html, results/164.processed: - test for hashfile
9861:
9862: * src/classes/hashfile.C: - little comment changes
9863:
9864: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9865: access
9866:
9867: * src/: classes/date.C, classes/double.C, classes/file.C,
9868: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9869: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9870: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9871: classes/xnode.h, include/pa_request.h, main/execute.C,
9872: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9873: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9874: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9875: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9876: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9877: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9878: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9879: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9880: "parser.runtime" strings were removed
9881:
9882: * src/classes/hashfile.C: - with .clear[] called files_delete()
9883: now.
9884:
9885: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9886:
9887: * src/include/pa_exception.h: - string constant with
9888: "parser.runtime" text was added
9889:
9890: 2007-04-20 misha
9891:
9892: * operators.txt: - some comments changing
9893:
9894: * operators.txt: - added info about .^hashfile.release[],
9895: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9896:
9897: * configure: =cheching for unsetenv
9898:
9899: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9900: ^hashfile.release[] were added
9901:
9902: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9903: ^string.match[][] understand new option now: return number of
9904: matches but not table wit results
9905:
9906: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9907: reopen now
9908:
9909: * src/classes/op.C: - bug. must be false
9910:
9911: * configure.in: - checking for unsetenv was added
9912:
9913: * src/types/pa_vform.C: - some comments
9914:
9915: 2007-04-18 misha
9916:
9917: * buildall-with-xml: moving to libxml2-2.6.28
9918:
9919: * buildall-with-xml, buildall-without-xml: added commented lines
9920: with --disable-safe-mode option
9921:
9922: * operators.txt: - info about $form:files
9923:
9924: 2007-04-17 misha
9925:
9926: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9927: $form:files was added
9928:
9929: * tests/: 163.html, results/163.processed: removing auto format
9930:
9931: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9932:
9933: 2007-04-16 misha
9934:
9935: * tests/: 163.html, results/163.processed: - test for .int[],
9936: floor, round, ceiling and .format[]
9937:
9938: * src/classes/file.C: - little optimization for getting args in
9939: exec/cgi
9940:
9941: 2007-04-13 misha
9942:
9943: * src/classes/file.C: - arguments for file::exec/cgi can be
9944: specified now as s table with one column
9945:
9946: 2007-03-27 misha
9947:
9948: * tests/: 162.html, results/162.processed: - test for
9949: ^table.select(^condition[$t])
9950:
9951: * tests/results/auto.p: - load windows-1251 charset for some tests
9952:
9953: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9954:
9955: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9956: 161_windows1251.txt: - added test for
9957: ^file::load[text;/local/file.txt;$.charset[...]]
9958:
9959: * tests/: results/013.processed, 013.html: - added test for
9960: checking $._default value while hash modifications
9961:
9962: * tests/: 160.html, results/160.processed: - add test for
9963: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9964:
9965: 2007-03-22 misha
9966:
9967: * src/include/pa_common.h: - "charset" string defined for
9968: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9969:
9970: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9971: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9972: added - not needed transcodes were removed from
9973: ^file::load[...;http://...]
9974:
9975: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9976: added
9977:
9978: * src/classes/date.C: - date.week was fixed
9979:
9980: * operators.txt: - added info about date.weekyear
9981:
9982: * tests/: 159.html, results/159.processed: - tests for date.week
9983: and date.weekyear added
9984:
9985: 2007-03-15 misha
9986:
9987: * src/classes/table.C: - enclose column numbers for nameless tables
9988: as well
9989:
9990: 2007-03-14 misha
9991:
9992: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9993:
9994: * src/classes/table.C: - table.save optimization: now required much
9995: less memory
9996:
9997: 2007-03-13 misha
9998:
9999: * tests/results/: 158.processed, 158.processes: - tests for
10000: table.save/table.load
10001:
10002: * tests/: 158.html, results/158.processes: - tests for
10003: table.save/table.load
10004:
10005: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10006:
10007: * buildall-with-xml: - pattern needed now for building
10008:
10009: * tests/results/097.processed: - added test results for xdoc::load
10010: & xdoc::load[http://...]
10011:
10012: * tests/097.html: - added test for xdoc::load
10013:
10014: 2007-03-12 misha
10015:
10016: * tests/: 107.html, results/107.processed: - added test for xpath
10017: '//man'
10018:
10019: 2007-03-01 misha
10020:
10021: * tests/: 097.html, results/097.processed: - added test for
10022: creating xdoc from file
10023:
10024: * tests/: results/157.processed, 157.html: - added test for
10025: file:move
10026:
10027: 2007-02-28 misha
10028:
10029: * src/classes/xdoc.C: - another attempt
10030:
10031: * src/classes/xdoc.C: - roll back last changes for a while
10032:
10033: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10034:
10035: * src/classes/file.C: - under lock we create non-exist dir anyway
10036:
10037: * tests/results/099.processed: - ever send content-disposition to
10038: client with file
10039:
10040: * tests/157.html: + test for file:copy
10041:
10042: 2007-02-26 misha
10043:
10044: * src/classes/file.C: - some similar strings moved to #define
10045: instead of to be copy/pasted many times
10046:
10047: * src/types/pa_vfile.h: - class name string ("file") moved to
10048: #define
10049:
10050: 2007-02-20 misha
10051:
10052: * configure.in: - added some strings for sqlite detection
10053:
10054: 2007-02-19 misha
10055:
10056: * operators.txt: - some comments changes
10057:
10058: * buildall-with-xml, buildall-without-xml: - some modifications
10059:
10060: 2007-02-17 misha
10061:
10062: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10063:
10064: * src/main/pa_request.C: - damn, i forgot to commit it while I
10065: change console behaviour
10066:
10067: 2007-02-12 misha
10068:
10069: * src/targets/cgi/parser3.C: - don't print headers if
10070: $console:line[data] was used during cgi execution.
10071:
10072: * src/types/pa_vconsole.h: - console class have bool flag now which
10073: marked as 'true' if class was used.
10074:
10075: * tests/: 152.html, results/152.processed: - more types was added
10076: to test 152
10077:
10078: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10079: adding 'bool' (^if($image){} caused exception)
10080:
10081: 2007-02-09 misha
10082:
10083: * tests/: 152.html, results/152.processed: - test alightly updated
10084:
10085: * tests/: 152.html, results/152.processed: - test rewrited
10086:
10087: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10088: bugfix. I broke xdoc & xnode in expression
10089:
10090: 2007-02-08 misha
10091:
10092: * tests/: 152.html, results/152.processed: - add test for checking
10093: 'def' for void, string, bool, int & double
10094:
10095: 2007-02-07 misha
10096:
10097: * operators.txt: - ^file:base64[filespec] was added
10098:
10099: * tests/results/153.processed: - result test for
10100: ^file:base64[filespec] was updated
10101:
10102: * tests/153.html: - test for ^file:base64[filespec] was added
10103:
10104: * src/types/pa_vconsole.h: - little optimization
10105:
10106: * src/classes/file.C: - ^file:base64[filespec]
10107:
10108: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10109:
10110: * src/include/pa_common.h: - declarations for
10111: ^file:base64[filespec]
10112:
10113: * src/types/pa_vcookie.C: - little optimization
10114:
10115: 2007-02-06 misha
10116:
10117: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10118: were temporary commented
10119:
10120: * src/types/pa_vbool.h: - bugfix
10121:
10122: * tests/156.html: - added test for bool cookie
10123:
10124: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10125:
10126: * tests/: 155.html, results/155.processed: - added test for check
10127: $.encloser[] option for table save/load
10128:
10129: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10130:
10131: 2007-02-05 misha
10132:
10133: * tests/results/152.processed: - newline at the end was missed
10134:
10135: * tests/results/141.processed: - math:md5 must be lowercased
10136:
10137: * src/targets/cgi/parser3.C: - 2007 in help ;)
10138:
10139: 2007-02-03 misha
10140:
10141: * tests/results/: 150.processed, 151.processed, 152.processed: -
10142: test for bool added and some content length fixes
10143:
10144: * tests/152.html: - test for bool added
10145:
10146: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10147:
10148: * operators.txt: - info bool class was added
10149:
1.116 moko 10150: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10151: classes/classes.vcproj, classes/double.C, classes/int.C,
10152: classes/string.C, classes/void.C, classes/xnode.C,
10153: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10154: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10155: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10156: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10157: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10158: types/types.vcproj: - bool class was added
10159:
10160: * src/main/pa_request.C: - fix
10161:
10162: 2007-01-18 misha
10163:
10164: * src/: main/pa_string.C, classes/string.C: - return table during
10165: ^string.match[][] even if no matched found.
10166:
10167: 2006-12-20 misha
10168:
10169: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10170: http://www.parser.ru/forum/?id=55598 ]
10171:
10172: 2006-12-19 misha
10173:
10174: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10175: details: http://www.parser.ru/forum/?id=52359
10176:
10177: * src/main/pa_request.C: - always set content-disposition for
10178: $response:body[hash here]. more details:
10179: http://www.parser.ru/forum/?id=52130
10180:
10181: 2006-12-07 misha
10182:
10183: * operators.txt: - added info about bool params in cookie set
10184:
10185: * src/types/pa_vcookie.C: - bool param in cookies available now
10186: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10187: ]
10188:
10189: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10190: was added
10191:
10192: 2006-12-02 misha
10193:
10194: * src/classes/file.C: - file_block_read used instead of native read
10195:
10196: * src/main/pa_common.C: - added file_block_read with read error
10197: detection - file_block_read used instead of native read
10198:
10199: * src/include/pa_common.h: - added file_block_read declaration
10200:
10201: 2006-12-01 misha
10202:
10203: * operators.txt: - info about $var.CLASS_NAME was added
10204:
10205: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10206: $var.CLASS_NAME added
10207:
10208: * operators.txt: - added info about ^file:copy[]
10209:
10210: * src/classes/file.C: - ^file:copy[from;fo] was added
10211:
10212: 2006-11-20 misha
10213:
10214: * src/classes/date.C: - bug fix :)
10215:
10216: 2006-11-17 misha
10217:
10218: * src/include/pa_common.h: - array in crc32 calculation was changed
10219: to static
10220:
10221: * src/main/pa_common.C: - little optimization in getMonthDays -
10222: small changes in crc32 calculation
10223:
10224: * src/classes/date.C: - not needed code was removed
10225:
10226: 2006-11-16 misha
10227:
10228: * src/types/pa_vmail.C: - fix missed brakes
10229:
10230: * src/types/pa_vmail.C: - mail:send now set content-type:
10231: multipart/related instead of multipart/mixed if file have
10232: $.content-id[]
10233:
10234: 2006-11-15 misha
10235:
10236: * src/types/pa_vdouble.h: abs -> fabs
10237:
10238: 2006-11-14 misha
10239:
10240: * operators.txt: - added info about ^file.md5[] and
10241: ^file:md5[file-name]
10242:
10243: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10244: added
10245:
10246: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10247: FILE_BUFFER_SIZE
10248:
10249: * src/classes/math.C: - hex_string was moved to pa_common.h
10250:
10251: * src/include/pa_common.h: - hex_string was moved from math.C -
10252: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10253:
10254: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10255: values was fixed
10256:
10257: 2006-11-13 misha
10258:
10259: * operators.txt: - added info about ^math:crc32[string],
10260: ^file:crc32[file-name] & ^file.crc32[]
10261:
10262: * src/classes/math.C: - added ^math:crc32[string]
10263:
10264: * src/classes/file.C: - some comments were changed - added
10265: ^file:crc32[file-name] and ^file.crc32[]
10266:
10267: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10268: crc32 calculation added
10269:
10270: 2006-11-03 misha
10271:
10272: * src/include/pa_array.h: - not needed variable removed
10273:
10274: * tests/: 150.html, 151.html, results/150.processed,
10275: results/151.processed: - 2 tests were added
10276:
10277: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10278: with $.reverse(1) were fixed
10279:
10280: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10281: query converted to $.charset during ^file::load[http://...]
10282:
10283: 2006-11-02 misha
10284:
10285: * src/include/pa_table.h: ups. forget '=' char
10286:
10287: * src/include/pa_table.h: - one more fix in
10288: .locate[...][$.reverse(1)]
10289:
10290: 2006-11-01 misha
10291:
10292: * src/classes/math.C: - bug fix, details:
10293: http://www.parser.ru/forum/?id=53360
10294:
10295: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10296: false for all records )[$.reverse(1)]
10297:
10298: * src/main/pa_http.C: - second param for this mid method is length
10299: but not end_index so this method has error and can't detect
10300: charsets in next content-types: Content-type: text/html;
10301: charset="windows-1251" Content-type: text/html;
10302: charset="windows-1251"; Content-type: text/html;
10303: charset=windows-1251;
10304:
10305: only Content-type: text/html; charset=windows-1251 was fine
10306:
10307: 2006-10-31 misha
10308:
10309: * src/classes/file.C: - empty args in file::exec removed now
10310:
10311: 2006-09-03 paf
10312:
10313: * src/classes/file.C: proper tainting of
10314: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10315:
10316: 2006-06-09 paf
10317:
10318: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10319:
10320: * src/classes/table.C: formatting
10321:
10322: * src/classes/table.C: incorporated patch from misha: Sent:
10323: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10324: ignoring string options for ^table.save[]
10325:
10326: * src/classes/hash.C: incorporated patch from misha Sent:
10327: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10328: $hash._default disappear while
10329:
10330: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10331: $.format[!uue|!base64] << new base64 option. default uue ] ]
10332:
10333: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10334: PM Subject: patch for base64 in ^mail:send[] %-)
10335:
10336: 2006-04-09 paf
10337:
10338: * src/main/compile.tab.C: ` change compiled
10339:
10340: * gnu.vcproj, operators.txt, parser3.sln,
10341: src/classes/classes.vcproj, src/classes/file.C,
10342: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10343: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10344: src/classes/xnode.C, src/include/pa_array.h,
10345: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10346: src/include/pa_memory.h, src/include/pa_request.h,
10347: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10348: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10349: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10350: src/lib/pcre/pcre_dftables.vcproj,
10351: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10352: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10353: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10354: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10355: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10356: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10357: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10358: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10359: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10360: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10361: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10362: src/types/pa_value.h, src/types/pa_vcookie.C,
10363: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10364: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10365: src/types/pa_vstatus.C, src/types/types.vcproj,
10366: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10367: ^menu, ^hash/hashfile.foreach
10368:
10369: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10370: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10371: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10372: src/classes/xnode.C, src/include/pa_array.h,
10373: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10374: src/include/pa_memory.h, src/include/pa_request.h,
10375: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10376: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10377: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10378: src/lib/pcre/pcre_dftables.vcproj,
10379: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10380: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10381: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10382: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10383: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10384: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10385: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10386: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10387: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10388: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10389: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10390: src/types/pa_value.h, src/types/pa_vcookie.C,
10391: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10392: src/types/pa_vstatus.C, src/types/types.vcproj,
10393: tests/descript.ion: ! switched to VS2005 (projects and
10394: object<info explicitly typed>.for_each(, info)) +
10395: $response:field[] setting void means removing + grammar $name`
10396: name stops now, for mysql `$field` + started ^break[]
10397: ^continue[], in ^for. TODO: to other iterators (while, menu,
10398: foreach) + all log messages += [uri=, method=, cl=]
10399:
10400: * buildall-with-xml: merged . ftp paths update
10401:
10402: * buildall-with-xml: . ftp paths update
10403:
10404: 2006-03-04 paf
10405:
10406: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10407: checks++ [thanks to Igor Zinkovsky for detailed report]
10408:
10409: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10410: Igor Zinkovsky for detailed report]
10411:
10412: 2006-03-01 paf
10413:
10414: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10415: \n to ' ' in
10416:
10417: 2006-02-18 paf
10418:
10419: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10420: \n to ' ' in
10421:
10422: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10423:
10424: 2006-02-03 paf
10425:
10426: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10427: base64
10428:
10429: * src/main/pa_common.C: ! bugfix: decoding from base64
10430:
10431: 2006-01-20 paf
10432:
10433: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10434: economy fix
10435:
10436: * src/classes/: table.C: merged from HEAD ! bugfix
10437: ^table.save[$.encloser-s now handled properly
10438:
10439: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10440: handled properly
10441:
10442: 2006-01-19 paf
10443:
10444: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10445: libgc:USE_MUNMAP activates merging of free memory blocks which
10446: helps a lot in our case: after transform we want
10447: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10448:
10449: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10450: economy fix
10451:
10452: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10453: activates merging of free memory blocks which helps a lot in our
10454: case: after transform we want CORD(main.result)->cstr[big
10455: malloc]->transcode[big malloc]
10456:
10457: 2006-01-17 paf
10458:
10459: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10460: before reading them. got rid of reallocs = became quicker and
10461: less fragmentated
10462:
10463: 2005-12-29 paf
10464:
1.116 moko 10465: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10466: configure, configure.in, src/include/pa_version.h,
10467: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10468: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10469: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10470: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10471: src/lib/ltdl/missing: . merged from 3.2.1
10472:
1.116 moko 10473: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10474: packaged when 'make dist', so do configure companion files in
10475: src/lib/ltdl
10476:
10477: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10478: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10479: missing: . now config_auto.h is created with configure [were
10480: constant]
1.95 moko 10481:
10482: * INSTALL: . references to documentation and some clarification
10483:
10484: * buildall-with-xml, buildall-without-xml: . farawell doc
10485: indication
10486:
1.116 moko 10487: * Makefile.am: . dist+=buildall*
1.95 moko 10488:
10489: 2005-12-28 paf
10490:
10491: * configure: . 3.2.1
10492:
10493: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10494: simplify build process, see INSTALL
10495:
10496: 2005-12-26 paf
10497:
10498: * configure: ver
10499:
10500: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10501: version
10502:
10503: 2005-12-21 paf
10504:
10505: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10506: compiled with bison 1.875b, it reports unexpected token names
10507:
10508: 2005-12-19 paf
10509:
10510: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10511: holds a link to xmlNode to prevent premature gc(xmlNode)
10512:
10513: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10514: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10515: src/main/main.vcproj, src/main/pa_globals.C,
10516: src/targets/cgi/parser3.vcproj,
10517: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10518: configure, configure.in, src/include/pa_version.h: . killing
10519: gdome [what a relief]
10520:
10521: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10522: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10523: run_parser.sh, results/001.processed, results/002.processed,
10524: results/003.processed, results/004.processed,
10525: results/005.processed, results/006.processed,
10526: results/008.processed, results/009.processed,
10527: results/010.processed, results/011.processed,
10528: results/012.processed, results/013.processed,
10529: results/014.processed, results/015.processed,
10530: results/016.processed, results/017.processed,
10531: results/018.processed, results/020.processed,
10532: results/021.processed, results/022.processed,
10533: results/023.processed, results/024.processed,
10534: results/025.processed, results/026.processed,
10535: results/027.processed, results/028.processed,
10536: results/029.processed, results/030.processed,
10537: results/031.processed, results/032.processed,
10538: results/033.processed, results/034.processed,
10539: results/035.processed, results/036.processed,
10540: results/037.processed, results/038.processed,
10541: results/039.processed, results/040.processed,
10542: results/041.processed, results/042.processed,
10543: results/043.processed, results/044.processed,
10544: results/045.processed, results/046.processed,
10545: results/047.processed, results/048.processed,
10546: results/049.processed, results/050.processed,
10547: results/051.processed, results/052.processed,
10548: results/053.processed, results/054.processed,
10549: results/055.processed, results/056.processed,
10550: results/057.processed, results/058.processed,
10551: results/059.processed, results/060.processed,
10552: results/061.processed, results/062.processed,
10553: results/063.processed, results/064.processed,
10554: results/065.processed, results/066.processed,
10555: results/067.processed, results/068.processed,
10556: results/069.processed, results/070.processed,
10557: results/071.processed, results/072.processed,
10558: results/073.processed, results/074.processed,
10559: results/075.processed, results/076.processed,
10560: results/077.processed, results/078.processed,
10561: results/079.processed, results/080.processed,
10562: results/081.processed, results/082.processed,
10563: results/083.processed, results/084.processed,
10564: results/085.processed, results/086.processed,
10565: results/087.processed, results/088.processed,
10566: results/089.processed, results/090.processed,
10567: results/091.processed, results/092.processed,
10568: results/093.processed, results/094.processed,
10569: results/095.processed, results/096.processed,
10570: results/097.processed, results/099.processed,
10571: results/100.processed, results/101.processed,
10572: results/102.processed, results/104.processed,
10573: results/105.processed, results/106.processed,
10574: results/107.processed, results/108.processed,
10575: results/109.processed, results/110.processed,
10576: results/111.processed, results/112.processed,
10577: results/113.processed, results/114.processed,
10578: results/115.processed, results/117.processed,
10579: results/119.processed, results/120.processed,
10580: results/121.processed, results/122.processed,
10581: results/123.processed, results/124.processed,
10582: results/125.processed, results/126.processed,
10583: results/127.processed, results/128.processed,
10584: results/129.processed, results/130.processed,
10585: results/131.processed, results/132.processed,
10586: results/133.processed, results/134.processed,
10587: results/135.processed, results/136.processed,
10588: results/138.processed, results/139.processed,
10589: results/140.processed, results/141.processed,
10590: results/142.processed, results/143.processed,
10591: results/144.processed, results/145.processed,
10592: results/146.processed, results/147.processed,
10593: results/148.processed, results/149.processed, results/auto.p: .
10594: now works if we turn off default auto.p
10595:
1.116 moko 10596: * configure: . makes
1.95 moko 10597:
10598: * src/types/pa_vxnode.C: . less warnings
10599:
10600: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10601: tests/145.html, tests/149.html, tests/descript.ion,
10602: tests/outputs/d.cmd, tests/results/142.processed,
10603: tests/results/143.processed, tests/results/144.processed,
10604: tests/results/145.processed, tests/results/146.processed,
10605: tests/results/147.processed, tests/results/148.processed,
10606: tests/results/149.processed: . removed .nodeValue from all node
10607: types other than 5 (grabbed piece from gdome)
10608:
10609: * tests/: 137.html, results/137.processed: . not handled this case
10610: yet. code does not hang from inserting parent into child,
10611: considering thing minor issue -- nodes are removed from source
10612: anyway, don't know why shold that be an error after all
10613:
10614: * src/targets/cgi/parser3.C: . style
10615:
10616: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10617: xdoc too [were barking "not element"]
10618:
10619: 2005-12-16 paf
10620:
10621: * tests/: 146.html, 147.html, 148.html: . more tests
10622:
10623: * src/classes/xnode.C: . also bark on possible errors
10624:
10625: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10626: props
10627:
10628: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10629: main/compile.y: merged from HEAD ! fixed overoptimized
10630: ^call(false) case. (confused it with ^call[] case)
10631:
10632: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10633: ^call(false) case. (confused it with ^call[] case)
10634:
10635: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10636:
10637: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10638: results/001.processed, results/002.processed,
10639: results/003.processed, results/004.processed,
10640: results/005.processed, results/006.processed,
10641: results/008.processed, results/009.processed,
10642: results/010.processed, results/011.processed,
10643: results/012.processed, results/013.processed,
10644: results/014.processed, results/015.processed,
10645: results/016.processed, results/017.processed,
10646: results/018.processed, results/019.processed,
10647: results/020.processed, results/021.processed,
10648: results/022.processed, results/023.processed,
10649: results/024.processed, results/025.processed,
10650: results/026.processed, results/027.processed,
10651: results/028.processed, results/029.processed,
10652: results/030.processed, results/031.processed,
10653: results/032.processed, results/033.processed,
10654: results/034.processed, results/035.processed,
10655: results/036.processed, results/037.processed,
10656: results/038.processed, results/039.processed,
10657: results/040.processed, results/041.processed,
10658: results/042.processed, results/043.processed,
10659: results/044.processed, results/045.processed,
10660: results/046.processed, results/047.processed,
10661: results/048.processed, results/049.processed,
10662: results/050.processed, results/051.processed,
10663: results/052.processed, results/053.processed,
10664: results/054.processed, results/055.processed,
10665: results/056.processed, results/057.processed,
10666: results/058.processed, results/059.processed,
10667: results/060.processed, results/061.processed,
10668: results/062.processed, results/063.processed,
10669: results/064.processed, results/065.processed,
10670: results/066.processed, results/067.processed,
10671: results/068.processed, results/069.processed,
10672: results/070.processed, results/071.processed,
10673: results/072.processed, results/073.processed,
10674: results/074.processed, results/075.processed,
10675: results/076.processed, results/077.processed,
10676: results/078.processed, results/079.processed,
10677: results/080.processed, results/081.processed,
10678: results/082.processed, results/083.processed,
10679: results/084.processed, results/085.processed,
10680: results/086.processed, results/087.processed,
10681: results/088.processed, results/089.processed,
10682: results/090.processed, results/091.processed,
10683: results/092.processed, results/093.processed,
10684: results/094.processed, results/095.processed,
10685: results/096.processed, results/097.processed,
10686: results/099.processed, results/101.processed,
10687: results/102.processed, results/104.processed,
10688: results/105.processed, results/106.processed,
10689: results/107.processed, results/108.processed,
10690: results/109.processed, results/110.processed,
10691: results/111.processed, results/112.processed,
10692: results/113.processed, results/114.processed,
10693: results/115.processed, results/116.processed,
10694: results/117.processed, results/118.processed,
10695: results/119.processed, results/120.processed,
10696: results/121.processed, results/122.processed,
10697: results/123.processed, results/124.processed,
10698: results/125.processed, results/126.processed,
10699: results/127.processed, results/128.processed,
10700: results/129.processed, results/130.processed,
10701: results/131.processed, results/132.processed,
10702: results/133.processed, results/134.processed,
10703: results/135.processed, results/136.processed,
10704: results/137.processed, results/138.processed,
10705: results/139.processed, results/140.processed,
10706: results/141.processed: . refreshed old tests, made them work
10707: without auto.p (in utf8) . things noted: . gif got encoded
10708: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10709: some strange year)
10710:
10711: * INSTALL: . revived linux libgc fix
10712:
10713: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10714: glib/gdome in INSTALL and patches]
10715:
10716: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10717: include/pa_charset.h, include/pa_config_includes.h,
10718: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10719: include/pa_xml_exception.h, lib/cord/Makefile.am,
10720: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10721: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10722: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10723: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10724: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10725: types/pa_vxnode.h: . started killing gdome
10726:
10727: 2005-12-13 paf
10728:
10729: * src/main/: pa_request.C: merged from HEAD ! when code in
10730: @unhandled_exception thrown another exception, print correct
10731: origin (earlier code in catch of exception inside of
10732: @unhandled_exception grabbed parent_frame(original_exception)
10733: origin and printed it, instead of true origin)
10734:
10735: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10736: another exception, print correct origin (earlier code in catch of
10737: exception inside of @unhandled_exception grabbed
10738: parent_frame(original_exception) origin and printed it, instead
10739: of true origin)
10740:
10741: 2005-12-09 paf
10742:
10743: * INSTALL: . updated INSTALL doc to work around linux stack base
10744: detection problem, due to change in gc6.4 code
10745:
10746: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10747: ignored in ^string.matched :(
10748:
10749: * src/main/pa_string.C: ! regex tainting were ignored in
10750: ^string.matched :(
10751:
10752: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10753: src/include/pa_config_fixed.h, src/include/pa_version.h,
10754: src/main/compile.y, src/main/compile_tools.h,
10755: src/main/pa_charset.C, src/main/pa_common.C,
10756: src/main/pa_globals.C, src/main/pa_string.C,
10757: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10758: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10759:
10760: 2005-12-08 paf
10761:
10762: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10763: 500 chars now handled OK [were wrapped on 500th char according to
10764: rfc, but sendmail failed to unwrap it properly]
10765:
10766: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10767: handled OK [were wrapped on 500th char according to rfc, but
10768: sendmail failed to unwrap it properly]
10769:
10770: * src/targets/isapi/parser3isapi.C: . less warnings
10771:
10772: * src/targets/isapi/parser3isapi.C: . undone some strange change
10773: since 3.1.5
10774:
10775: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10776: link fixes
10777:
10778: * src/: classes/date.C, include/pa_config_fixed.h,
10779: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10780: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10781: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10782:
10783: * src/include/pa_config_fixed.h: . removed outdated string origins
10784: [in current storage scheme there's no place for them. someday we
10785: can add third CORD to store origins and special version of parser
10786: which stores origins there [separate binary]]
10787:
10788: 2005-12-07 paf
10789:
10790: * src/targets/isapi/parser3isapi.C: . now links in release mode
10791:
10792: * src/include/pa_version.h: makefiles
10793:
10794: * src/include/pa_version.h: . not beta
10795:
10796: * configure, configure.in, src/include/pa_version.h: not beta
10797:
10798: 2005-12-06 paf
10799:
10800: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10801: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10802: decided to undo the change ^call[$void] passes void. now it will
10803: pass empty string again.
10804:
10805: * src/main/: compile.tab.C, compile.y: . version readded
10806:
10807: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10808: = ^switch[void] problem
10809:
10810: 2005-12-01 paf
10811:
10812: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10813: caused ^case[string] to be coerced to double since searching
10814: value were not string (it was vvoid)
10815:
10816: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10817: ^case[string] to be coerced to double since searching value were
10818: not string (it was vvoid)
10819:
10820: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10821: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10822:
10823: 2005-11-30 paf
10824:
10825: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10826: win32 must putenv("TZ="), on unix works only putenv("TZ")
10827:
10828: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10829: putenv("TZ="), on unix works only putenv("TZ")
10830:
10831: * INSTALL: . xml libs versions updated
10832:
10833: * src/main/pa_globals.C: //20051130 trying to remove this, author
10834: claims that fixed a lot there // 20040920 for now both
10835: workarounds needed. wait for new libxml/xsl versions
10836:
10837: 2005-11-28 paf
10838:
10839: * src/classes/table.C: merged from HEAD: ! nameless table has
10840: columns==0
10841:
10842: * src/classes/table.C: ! nameless table has columns==0
10843:
10844: * src/main/pa_http.C: merged from HEAD: ! status line check made
10845: earlier [was totally wrong]
10846:
10847: * src/main/pa_http.C: ! status line check made earlier [was totally
10848: wrong]
10849:
10850: 2005-11-25 paf
10851:
10852: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10853: undoing for now...
10854:
10855: * src/include/pa_version.h: -this reduces speed(table::load),
10856: strange. undoing
10857:
10858: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10859:
10860: * src/classes/op.C: + ^while(){}[SEPARATOR]
10861:
10862: * src/include/pa_array.h: + optimistics added: all arrays (table
10863: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10864: this speeds things up and saves memory a LOT! (not noticed
10865: negative effect on syntetic tests, future will tell...)
10866:
10867: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10868: changed gc_malloc implementation, which obscured profiling
10869:
10870: * src/classes/table.C: merged from HEAD: + optimized
10871: table::load/sql, now row ArrayString-s allocated with
10872: columns.count() elements and don't always grow from
10873: count=3[realloc,realloc]
10874:
10875: * src/classes/table.C: + optimized table::load/sql, now row
10876: ArrayString-s allocated with columns.count() elements and don't
10877: always grow from count=3[realloc,realloc]
10878:
10879: * src/classes/table.C: merged from HEAD: . ^table.save unused
10880: buffer after save
10881:
10882: * src/classes/table.C: . ^table.save unused buffer after save
10883:
10884: 2005-11-24 paf
10885:
10886: * configure.in: . merged glib2-config patch
10887:
10888: * configure.in: + trying to find glib2-config
10889:
10890: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10891: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10892: file/dir_readable to simple file/dir_exist, this would help in
10893: situations "class not found because .p file has bad rights" << in
10894: that case error would be explicit "access denied to 'this' file"
10895:
1.116 moko 10896: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10897:
10898: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10899: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10900: to simple file/dir_exist, this would help in situations "class
10901: not found because .p file has bad rights" << in that case error
10902: would be explicit "access denied to 'this' file"
10903:
10904: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10905: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10906: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10907: ^file::exec/cgi[script;$.charset[changed]
10908: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10909: encoded in $.charset charset
10910:
10911: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10912: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10913: encoded in $.charset charset
10914:
10915: * src/: include/Makefile.am, include/pa_common.h,
10916: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10917: main/pa_common.C, main/pa_http.C: . extracted http:// into
10918: separate file [preparation for
10919: ^file::cgi[script;$.form[$.field1[]
10920:
10921: 2005-11-22 paf
10922:
10923: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10924:
10925: * acinclude.m4, configure.in: . merged underquting fixes
10926:
1.116 moko 10927: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10928:
10929: * src/classes/op.C: . overmerged a little
10930:
10931: * src/main/compile.tab.C: Makefile
10932:
10933: * src/main/: pa_common.C: . less gcc warnings
10934:
10935: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10936: now reports original exception if we have no old cache
10937:
10938: * src/classes/op.C: + $exception.handled[cache] now reports
10939: original exception if we have no old cache
10940:
10941: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10942: from HEAD: + ^taint/untaint[regex] << escapes these:
10943: \^$.[]|()?*+{}
10944:
10945: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10946: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10947:
10948: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10949: getenv-ed variable, which does not work both on win32&unix.
10950: copied old TZ value now
10951:
10952: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10953: stored pointer to getenv-ed variable, which does not work both on
10954: win32&unix. copied old TZ value now
10955:
10956: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10957: getenv-ed variable, which does not work both on win32&unix.
10958: copied old TZ value now
10959:
10960: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10961: access to internal hash
10962:
10963: * src/types/pa_vresponse.C: + $response:headers access to internal
10964: hash
10965:
10966: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10967: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10968: isapi] this reduces number of "GC Warning: Repeated allocation of
10969: very large block" messages to only important onces
10970:
10971: * src/targets/isapi/parser3isapi.C: +
10972: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10973: isapi] this reduces number of "GC Warning: Repeated allocation of
10974: very large block" messages to only important onces
10975:
10976: * src/classes/string.C: merged from HEAD: + removed limitation on
10977: ^string/int/double:sql{}[$.default[({param style})] ]
10978:
10979: * src/classes/string.C: + removed limitation on
10980: ^string/int/double:sql{}[$.default[({param style})] ]
10981:
10982: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10983: with ?params or $.form option" limitation
10984:
10985: * src/main/pa_common.C: + removed "use either uri with ?params or
10986: $.form option" limitation
10987:
10988: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10989: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10990: ^file::base64[encoded] decode
10991:
10992: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10993: main/pa_common.C: + ^file.base64[] encode +
10994: ^file::base64[encoded] decode
10995:
10996: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10997: ^string:base64[encoded] decode
10998:
10999: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11000: ^string:base64[in] encode + ^string.base64[] decode
11001:
11002: 2005-11-21 paf
11003:
11004: * src/classes/file.C: + merged from HEAD:
11005: ^file::create[text;file.xml;^untaint[xml]{data}]
11006:
11007: * src/classes/file.C: +
11008: ^file::create[text;file.xml;^untaint[xml]{data}]
11009:
11010: * src/main/pa_request.C: ! merged: $response:body[file] now
11011: differes from :download, it does not return content-disposition
11012: at all now [previusely it returned valueless content-disposition]
11013:
11014: * src/main/pa_request.C: ! $response:body[file] now differes from
11015: :download, it does not return content-disposition at all now
11016: [previusely it returned valueless content-disposition]
11017:
11018: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11019: literals, reverted to just vvod, recreating empty array with each
11020: void_value token. that's absolutely needed, since that array
11021: grows
11022:
11023: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11024: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11025: types/pa_vmethod_frame.h: + merged: expression literals:
11026: true/false. ^format[$.indent(true)]
11027:
11028: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11029: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11030: types/pa_vmethod_frame.h: + expression literals: true/false.
11031: ^format[$.indent(true)]
11032:
11033: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11034: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11035: i386-pc-win32)"
11036:
11037: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11038: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11039: i386-pc-win32)"
11040:
11041: 2005-11-18 paf
11042:
11043: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11044: null}[$.default(123)] will now return default value
11045:
11046: * src/classes/op.C: + merged ^cache[] << returns current cache
11047: expiration time
11048:
11049: * src/classes/op.C: + ^cache[] << returns current cache expiration
11050: time
11051:
11052: * src/classes/table.C: ! merged ^table::create[not'nameless';
11053: failed << Exception.problem_source pointed to local var!
11054:
11055: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11056: Exception.problem_source pointed to local var!
11057:
11058: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11059: now loads VFile.ptr!=0, so such files can be saved now
11060:
11061: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11062: loads VFile.ptr!=0, so such files can be saved now
11063:
11064: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11065: only . and .. now removed from list [were removed all .*]
11066:
11067: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11068: .. now removed from list [were removed all .*]
11069:
11070: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11071: open error now checked, were not :( [stole that piece from apache
11072: 1.3 sources]
11073:
11074: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11075: checked, were not :( [stole that piece from apache 1.3 sources]
11076:
11077: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11078: untainting of @main result if returned by $result or
11079: $response:body
11080:
11081: * src/main/pa_request.C: ! ensured proper untainting of @main
11082: result if returned by $result or $response:body
11083:
11084: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11085: issue: now tries to guess content-length and allocates one big
11086: piece if possible [regretfully gc_realloc works as malloc+free,
11087: leaving lots of holes behind]
11088:
11089: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11090: fixed file load memory issue: now tries to guess content-length
11091: and allocates one big piece if possible [regretfully gc_realloc
11092: works as malloc+free, leaving lots of holes behind]
11093:
11094: 2005-11-16 paf
11095:
11096: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11097: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11098: table::save with enclosers now doubles them: "->"" !
11099: table::save/load do not remove elements from options hash
11100:
11101: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11102: [were overoptimized ^if(double_literal), compiler confused
11103: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11104:
11105: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11106: [were overoptimized ^if(double_literal), compiler confused
11107: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11108:
11109: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11110: main/pa_common.C: ! table::save with enclosers now doubles them:
11111: "->"" ! table::save/load do not remove elements from options hash
11112:
11113: 2005-11-03 paf
11114:
1.116 moko 11115: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11116: compilation, not all makefiles liked that
1.95 moko 11117:
11118: 2005-08-30 paf
11119:
11120: * src/classes/op.C: merge . speedup check of [DEFAULT]
11121:
11122: * src/classes/op.C: . speedup check of [DEFAULT]
11123:
11124: 2005-08-26 paf
11125:
11126: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11127:
11128: * src/: classes/date.C, types/pa_vdate.h: + date.week
11129:
11130: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11131: complains about bad!=nameless
11132:
11133: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11134: about bad!=nameless
11135:
11136: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11137: optional options were allowed to be empty. were checked
11138: if(is_string), changed to !defined||is_string to allow void
11139:
11140: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11141: classes/string.C, classes/table.C, classes/void.C: ! optional
11142: options were allowed to be empty. were checked if(is_string),
11143: changed to !defined||is_string to allow void
11144:
11145: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11146: as_junction where they needed as_int/double, so failed with
11147: recent "(const) now no junction" optimization
11148:
11149: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11150: merged ! many classes/* used as_junction where they needed
11151: as_int/double, so failed with recent "(const) now no junction"
11152: optimization
11153:
11154: * src/: classes/double.C, classes/int.C, classes/math.C,
11155: classes/op.C, classes/string.C, classes/table.C,
11156: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11157: used as_junction where they needed as_int/double, so failed with
11158: recent "(const) now no junction" optimization
11159:
11160: 2005-08-24 paf
11161:
11162: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11163: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11164: stripped it
11165:
11166: 2005-08-09 paf
11167:
11168: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11169: not cleared
11170:
11171: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11172: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11173: classes/hashfile.C, classes/image.C, classes/int.C,
11174: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11175: classes/response.C, classes/string.C, classes/table.C,
11176: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11177: include/pa_array.h, include/pa_cache_managers.h,
11178: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11179: include/pa_config_fixed.h, include/pa_config_includes.h,
11180: include/pa_dictionary.h, include/pa_dir.h,
11181: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11182: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11183: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11184: include/pa_request_charsets.h, include/pa_request_info.h,
11185: include/pa_sapi.h, include/pa_socks.h,
11186: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11187: include/pa_stack.h, include/pa_string.h,
11188: include/pa_stylesheet_connection.h,
11189: include/pa_stylesheet_manager.h, include/pa_table.h,
11190: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11191: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11192: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11193: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11194: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11195: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11196: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11197: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11198: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11199: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11200: main/pa_sql_driver_manager.C, main/pa_string.C,
11201: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11202: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11203: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11204: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11205: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11206: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11207: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11208: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11209: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11210: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11211: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11212: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11213: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11214: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11215: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11216: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11217: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11218: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11219: types/pa_vresponse.C, types/pa_vresponse.h,
11220: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11221: types/pa_vstateless_object.h, types/pa_vstatus.C,
11222: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11223: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11224: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11225: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11226: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11227:
11228: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11229: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11230: speedup consequent checks in vmethod_frame
11231:
11232: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11233: not cleared
11234:
11235: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11236: params: 50 max (were 10)
11237:
11238: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11239: params: 50 max (were 10)
11240:
11241: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11242: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11243: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11244: empty string) ! simplified (double) speedup consequent checks in
11245: vmethod_frame
11246:
11247: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11248: optimized constants in expressions vstring->vdouble + optimized
11249: ^call(vdouble), no junction creation, no calls later
11250:
11251: 2005-08-08 paf
11252:
11253: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11254: compile_tools.h: merged + optimized constants in expressions
11255: vstring->vdouble + optimized ^call(vdouble), no junction
11256: creation, no calls later
11257:
11258: * src/types/pa_vdouble.h: merged . double values without fractional
11259: part now default printed as %.0f instead of %g
11260:
11261: * src/types/pa_vdouble.h: . double values without fractional part
11262: now default printed as %.0f instead of %g
11263:
11264: * src/classes/hashfile.C: . merged ! second hashfile::open would
11265: cause an exception
11266:
11267: * src/classes/hashfile.C: ! second hashfile::open would cause an
11268: exception
11269:
11270: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11271: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11272: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11273: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11274: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11275: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11276: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11277: types/pa_vresponse.h, types/pa_vstateless_class.C,
11278: types/pa_vstateless_object.h, types/pa_vvoid.h,
11279: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11280: merged VJunction(new Junction) optimization from 3.1.4
11281:
11282: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11283: types/pa_vstateless_class.C: + optimized new VJunction(new
11284: Junction(params)) to new VJunction(params), thousands of mallocs
11285: removed
11286:
11287: 2005-08-05 paf
11288:
11289: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11290: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11291: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11292: creation, no calls later
11293:
11294: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11295: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11296: classes/hashfile.C, classes/image.C, classes/int.C,
11297: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11298: classes/response.C, classes/string.C, classes/table.C,
11299: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11300: include/pa_array.h, include/pa_cache_managers.h,
11301: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11302: include/pa_config_fixed.h, include/pa_config_includes.h,
11303: include/pa_dictionary.h, include/pa_dir.h,
11304: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11305: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11306: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11307: include/pa_request_charsets.h, include/pa_request_info.h,
11308: include/pa_sapi.h, include/pa_socks.h,
11309: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11310: include/pa_stack.h, include/pa_string.h,
11311: include/pa_stylesheet_connection.h,
11312: include/pa_stylesheet_manager.h, include/pa_table.h,
11313: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11314: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11315: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11316: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11317: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11318: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11319: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11320: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11321: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11322: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11323: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11324: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11325: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11326: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11327: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11328: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11329: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11330: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11331: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11332: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11333: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11334: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11335: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11336: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11337: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11338: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11339: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11340: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11341: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11342: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11343: types/pa_vstateless_object.h, types/pa_vstatus.C,
11344: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11345: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11346: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11347: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11348: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11349:
11350: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11351: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11352: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11353: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11354: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11355: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11356: optimized constants in expressions vstring->vdouble
11357:
11358: 2005-07-29 paf
11359:
11360: * src/types/pa_vclass.C: . shaped up error messages a bit
11361:
11362: * src/types/pa_vclass.C: + property getter can now be overridden
11363:
11364: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11365: bug fix: static parent fields were not replaced in case
11366: $derived:field[put] + property setter can now be overridden
11367:
11368: 2005-07-28 paf
11369:
11370: * configure, configure.in, src/classes/classes.h,
11371: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11372: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11373: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11374: src/classes/xnode.h, src/include/pa_hash.h,
11375: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11376: src/types/Makefile.am, src/types/pa_method.h,
11377: src/types/pa_value.h, src/types/pa_vclass.C,
11378: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11379: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11380: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11381: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11382: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11383: src/types/pa_vobject.C, src/types/pa_vobject.h,
11384: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11385: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11386: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11387: src/types/pa_vstateless_class.h,
1.95 moko 11388: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11389: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11390: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11391: dynamic_fields_join
11392:
11393: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11394: classes/xnode.C, include/pa_hash.h, main/execute.C,
11395: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11396: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11397: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11398: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11399: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11400: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11401: types/pa_vresponse.h, types/pa_vstateless_object.h,
11402: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11403: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11404: restored its checks in vobject.put_element->static fields |
11405: dynamic properties
11406:
11407: 2005-07-27 paf
11408:
11409: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11410: is some old code containing @set_name $name
11411:
11412: * src/types/pa_vobject.h: . fixed warning
11413:
11414: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11415: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11416:
11417: * src/: classes/xnode.C, include/pa_hash.h,
11418: types/pa_vstateless_class.C: ! new asserts were all false.
11419: regretfully reverted them all to checks
11420:
11421: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11422: classes/op.C, main/execute.C, types/pa_method.h,
11423: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11424: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11425: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11426: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11427: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11428: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11429: types/pa_vstateless_object.h, types/pa_vvoid.h,
11430: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11431: joined_dynamic_fields: removed unused param from put_method
11432: (returned to 3 params)
11433:
11434: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11435: joined_dynamic_fields: dynamic get/set works with overriding
11436: props [alpha2]
11437:
11438: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11439: works [alfa]
11440:
11441: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11442: classes/op.C, include/pa_hash.h, main/execute.C,
11443: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11444: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11445: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11446: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11447: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11448: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11449: types/pa_vresponse.h, types/pa_vstateless_class.C,
11450: types/pa_vstateless_object.h, types/pa_vvoid.h,
11451: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11452: joined_dynamic_fields: just compiled
11453:
11454: * src/: classes/date.C, classes/file.C, classes/hash.C,
11455: classes/hashfile.C, classes/image.C, classes/table.C,
11456: classes/xdoc.C, classes/xnode.h, main/execute.C,
11457: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11458: types/pa_vstateless_class.h: joined_dynamic_fields: started
11459:
11460: * src/types/pa_vobject.C: . object setters [only started, does not
11461: work yet]
11462:
11463: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11464: object setters [only started, does not work yet]
11465:
11466: 2005-07-26 paf
11467:
11468: * src/: include/pa_request.h, main/execute.C: . properties: set
11469: works [alpha2]. for classes. todo: for objects
11470:
11471: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11472: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11473: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11474: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11475: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11476: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11477: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11478: types/pa_vstateless_object.h, types/pa_vvoid.h,
11479: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11480: properties: set works [alpha1]
11481:
11482: 2005-07-25 paf
11483:
11484: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11485: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11486: properties: started, get works [alpha1, other approach]
11487:
11488: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11489: properties: started, get works [alpha2]
11490:
11491: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11492: pa_vstateless_class.h: . properties: started, get works [alpha]
11493:
11494: 2005-07-15 paf
11495:
11496: * src/: classes/classes.h, classes/op.C, main/execute.C,
11497: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11498: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11499: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11500: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11501: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11502: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11503: types/pa_vresponse.C, types/pa_vresponse.h,
11504: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11505: types/pa_vstateless_object.h, types/pa_vvoid.h,
11506: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11507: types/pa_wwrapper.h, types/types.vcproj: + started property
11508: [getters work but think of changing them too to precaching]
11509:
11510: 2005-07-08 paf
11511:
11512: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11513: gpf
11514:
11515: 2005-06-28 paf
11516:
11517: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11518: in passing empty strings to file::exec/cgi environment
11519:
11520: 2005-06-06 paf
11521:
11522: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11523: ^table:sql ^hash:sql now DO process $.bind option
11524:
11525: 2005-05-24 paf
11526:
11527: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11528: $.limit] now work again [support was broken in 3.1.4]
11529:
11530: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11531: ALL_INTERIOR_POINTERS
11532:
11533: 2005-05-12 paf
11534:
11535: * configure: 3.1.5beta
11536:
11537: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11538:
11539: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11540: $.limit] now work again [support was broken in 3.1.4]
11541:
11542: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11543: line-width [was refusing to fill if line-width >1, thanks to
11544: Seras <seras@pinxit.lt> for repro case
11545:
11546: 2005-04-25 paf
11547:
11548: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11549: correctly
11550:
11551: 2005-04-19 paf
11552:
11553: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11554: in VString violating invariant!!
11555:
11556: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11557: getenv("TZ")==null
11558:
11559: 2005-04-08 paf
11560:
11561: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11562: bugfix: when there is no char in charset one byte produces 6
11563: (ÿ <<max). increased buffer size!
11564:
11565: 2005-03-23 paf
11566:
11567: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11568: ^date.sql-string now takes TZ into account
11569:
11570: 2005-03-16 paf
11571:
11572: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11573: gcc 3.4
11574:
11575: * src/types/pa_vhash.C: . warning about eof eol
11576:
11577: 2005-02-17 paf
11578:
11579: * operators.txt, src/classes/op.C: + operator ^sleep(double
11580: seconds)
11581:
11582: 2005-02-02 paf
11583:
11584: * src/classes/xnode.C: beauty: removed needless includes
11585:
11586: 2005-01-31 paf
11587:
11588: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11589: $.partNoNumber now alias to $.part1
11590:
11591: * src/types/pa_vmail.C: change: incoming letter part contains
11592: "content-disposition" header with any value? now considering that
11593: part to be "file#" [for text/plain text/html were $.text#
11594: $.html#]
11595:
11596: * INSTALL: updatet to latest working versions available
11597:
11598: 2005-01-20 paf
11599:
11600: * configure.in, src/include/pa_version.h: version
11601:
11602: 2005-01-19 paf
11603:
1.116 moko 11604: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11605: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11606: couple warnings in parser3.C
1.95 moko 11607:
11608: 2004-12-23 paf
11609:
11610: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11611:
11612: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11613: dir to directory of script (when shbang used), not to directory
11614: of its interpreter
11615:
11616: * src/include/pa_version.h: compiled on win32...
11617:
11618: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11619: we need more hspace
11620:
11621: * configure, configure.in, src/include/pa_version.h: configured
11622: host to pa_version. will be displayed everywhere
11623:
11624: * src/main/pa_request.C: new: @unhandled_exception can prevent
11625: exception from being logged by setting $exception.handled(1)
11626:
11627: * operators.txt, src/classes/file.C: change:
11628: ^file::sql{query}[[options]] options: $.name[file name]
11629: $.content-type[application/what]
11630:
11631: * src/: include/pa_common.h, main/pa_common.C,
11632: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11633: new file
11634:
11635: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11636: bugfix: table->hash now regards _default
11637:
11638: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11639: created by accessing $name_of_method it acquired bad self=closest
11640: methodframe; instead of proper self (current class)
11641:
11642: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11643: hashfile produced bad cord
11644:
11645: 2004-12-10 paf
11646:
11647: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11648: subsequent failures though defined in .h
11649:
11650: * src/main/pa_common.C: comment on volatile
11651:
11652: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11653: alarm function were not used since the beginning due to stupid
11654: error [setsigjmp were not checked in configure.in]
11655:
11656: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11657: unix too
11658:
11659: * src/main/pa_common.C: http: exception status of send/recv errors
11660: change to most probable http.timeout
11661:
11662: * src/main/pa_common.C: win32: http connection $.timeout option now
11663: works [setsockopt on send/receive]
11664:
11665: 2004-12-08 paf
11666:
11667: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11668: cstr-ed knowing mail charset, and untainting uri lang now knows
11669: proper charset
11670:
11671: 2004-11-24 paf
11672:
11673: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11674:
11675: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11676: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11677:
11678: 2004-11-12 paf
11679:
11680: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11681: [since 3.0.4]
11682:
11683: 2004-11-09 paf
11684:
11685: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11686: writes basics to c:\parser3.log
11687:
11688: 2004-10-21 paf
11689:
11690: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11691: tainted strings [were returning clean onces]
11692:
11693: 2004-10-15 paf
11694:
11695: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11696: cycles(i=1; i=2), which was wrong, now does ONE
11697:
11698: 2004-10-12 paf
11699:
11700: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11701:
11702: 2004-10-07 paf
11703:
11704: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11705: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11706: release asserts
11707:
11708: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11709: String.dump() to stdout in detailed form [were String.v() in
11710: short form]
11711:
11712: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11713: \t\r\n as @#| and truncates long char sequences less
11714:
11715: 2004-10-06 paf
11716:
11717: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11718: win32 beauty: socket errors properly decoded
11719:
11720: 2004-10-05 paf
11721:
11722: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11723: request::configure_user/admin done always, even if no
11724: file-to-process useful in @unhandled_exception [say, if they
11725: would want to mail by SMTP something]
11726:
11727: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11728: now performed prior to file loading [and @auto executing] thus
11729: making $cookie:value available in @auto and in
11730: @unhandled_exception when IIS is configured to run interpreter
11731: even if no file exist
11732:
11733: 2004-09-20 paf
11734:
11735: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11736: somewhere where it should have called xmlMalloc and it calls
11737: xmlFree when it should have not called it. inserted two
11738: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11739: xmlFree just ignored. put away a testcase, maybe someday libxml
11740: author would fix all that. until that day: we have SLOW garbage
11741: collecting when many xml objects are alive hint: do
11742: ^memory:compact[] before xdoc::create
11743:
11744: 2004-09-17 paf
11745:
11746: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11747: error from 3.0.8 version]
11748:
11749: 2004-09-14 paf
11750:
11751: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11752: part bugfix: hashfile.foreach iterated only part if hashfile were
11753: modified inside
11754:
11755: 2004-09-13 paf
11756:
11757: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11758: [were as octal]
11759:
11760: * src/types/pa_vhashfile.C: beauty: not reproduced
11761: $hashfile.key[$novalue] bug [reported by motorin], inserted
11762: safety-check
11763:
11764: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11765: [not something obscure from sdbm lib]
11766:
11767: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11768: = strerror now returnes something and we can properly report that
11769: to client
11770:
11771: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11772: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11773:
11774: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11775: [tainted as-is] this helps //[space][newline] to remain as-is and
11776: not be unnecessary optimized away [ruining javascript]
11777:
11778: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11779: [tainted as-is]
11780:
11781: * src/classes/mail.C: bugfix: typo error
11782:
11783: 2004-09-09 paf
11784:
11785: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11786: separators bugfix: loads header with endings \r\n\r\n and \n\n
11787: (bloody yandex.server)
11788:
11789: 2004-09-06 paf
11790:
11791: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11792: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11793: encoded
11794:
11795: 2004-09-01 paf
11796:
11797: * src/types/pa_vmail.C: change: multipart/mixed changed to
11798: multipart/related outlook express have no problems showing
11799: unrelated attachments. todo: someday figure out a way of
11800: multipart/mixed multipart/related text/html
11801: image/xxx application/octet-stream << true attachments
11802:
11803: * src/types/pa_vmail.C: new:
11804: ^mail:send[$.file[$.content-disposition can be overriden new:
11805: empty mail header fields removed from letter
11806:
11807: * src/: classes/mail.C, include/pa_config_fixed.h,
11808: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11809: ^mail:send[ $.file[ $.any[header]
11810:
11811: 2004-08-30 paf
11812:
11813: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11814: warnings
11815:
11816: * src/main/pa_common.C: beauty: do not bother with charset
11817: detection when ^file::load[binary
11818:
11819: 2004-08-27 paf
11820:
11821: * src/main/pa_common.C: hack: for yandex.server http server
11822:
11823: 2004-08-18 paf
11824:
11825: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11826: possibly-chunked response
11827:
11828: 2004-08-17 paf
11829:
11830: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11831: $f.content-type now = that of http response
11832:
11833: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11834: $f.content-type now = that of http response
11835:
11836: 2004-07-30 paf
11837:
11838: * src/: include/pa_request.h, main/pa_request.C,
11839: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11840: win32: system&parser exceptions in release mode reported properly
11841: parser exception in exception handler WERE mistakenly reported as
11842: system exception, without details [in apache & isapi] +some
11843: beauty in exception text
11844:
11845: * src/: include/pa_exception.h, main/pa_request.C,
11846: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11847: release mode reported properly parser exception in exception
11848: handler WERE mistakenly reported as system exception, without
11849: details
11850:
11851: * src/main/execute.C: beauty: simplified system exception handling
11852:
11853: 2004-07-29 paf
11854:
11855: * src/classes/table.C: bugfix:
11856: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11857: were ignored, and \t used unconditionally]
11858:
11859: * src/types/Makefile.am: added vhash.c
11860:
11861: 2004-07-28 paf
11862:
11863: * src/: classes/date.C, classes/image.C, classes/math.C,
11864: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11865: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11866: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11867: failed on russian letters
11868:
11869: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11870: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11871: letters
11872:
11873: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11874: as 'currentDirectory' parameter to CreateProcess
11875:
11876: 2004-07-27 paf
11877:
11878: * src/targets/cgi/parser3.vcproj: beauty: win32:
11879: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11880: from release somewhere [to help searching for unhandled system
11881: exceptions]
11882:
11883: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11884: TZ shift
11885:
11886: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11887: but also in ctor
11888:
11889: 2004-07-26 paf
11890:
11891: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11892: src/main/pa_request.C, src/types/pa_vfile.h,
11893: src/types/pa_vhash.C, src/types/pa_vhash.h,
11894: src/types/types.vcproj: new: $response:body/download[
11895: $.file[name on disk] $.name[of file for user]
11896: $.mdate[date of last-modified. default from directory] ]
11897:
11898: * src/classes/file.C: moving file:send somewhere else..
11899:
11900: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11901: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11902: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11903: $response:download[ $.filename[filename] $.option[] ,, ]
11904:
11905: * src/classes/file.C: beauty: invalid mode thoroughly reported
11906:
11907: 2004-07-21 paf
11908:
11909: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11910: to several lines
11911:
11912: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11913:
11914: note: ms outlook[!express] shows only first 255 characters of
11915: subject
11916:
11917: 2004-07-15 paf
11918:
11919: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11920: off]
11921:
11922: 2004-07-14 paf
11923:
11924: * src/classes/table.C: bugfix: $.bind values now got untainted
11925: according to lang [were: as-is]
11926:
11927: 2004-07-07 paf
11928:
11929: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11930: checked that
11931:
11932: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11933: now untainted according to their languages. were: as-is.
11934: EVERYWHERE
11935:
11936: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11937: environment string now untainted according to their languages.
11938: were: as-is. EVERYWHERE
11939:
11940: * src/main/pa_exec.C: bufix: on unix environment string now
11941: untainted according to their languages. were: as-is. on win32:
11942: ok
11943:
11944: * parser3.vssscc: ...would not go unnoticed
11945:
11946: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11947: fails. in case on input appears nonutf, those bytes will be
11948: printed in %HH form. that can be easily decoded/recovered.
11949:
11950: this form is quite noticable, and hopefully would not go noticed
11951:
11952: 2004-07-06 paf
11953:
11954: * src/main/pa_exec.C: bufix: on unix environment string now
11955: untainted according to their languages. were: as-is. on win32:
11956: ok
11957:
11958: 2004-07-01 paf
11959:
11960: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11961: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11962: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11963: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11964: main/main.vcproj, targets/cgi/parser3.vcproj,
11965: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11966: option: global optimization ON
11967:
11968: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11969: to do xdoc::create{invalid chars} standard disables chars less
11970: then \x20, except tab, cr, lf.
11971:
11972: changed tainting so that those become '!'
11973:
11974: 2004-06-25 paf
11975:
11976: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11977: int on odd address [prev bugfix failed due to superwize
11978: optimizer, which turned memcpy into same 'ld' asm command]
11979:
11980: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11981: int on odd address
11982:
11983: 2004-06-22 paf
11984:
11985: * src/sql/pa_sql_driver.h: note: about possible optimization
11986:
11987: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11988: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11989: src/include/pa_config_includes.h: new: ^void:sql{call
11990: paf(:a)}[ $.bind[ $.a[2]
11991: ] ] output variables work. todo: check in out
11992: variables
11993:
11994: 2004-06-18 paf
11995:
11996: * src/: classes/file.C, classes/hash.C, classes/string.C,
11997: classes/table.C, classes/void.C, include/pa_globals.h,
11998: include/pa_sql_connection.h, main/compile.tab.C,
11999: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12000: $.bind[ $.a[2] ]
12001: ] input variables work. todo:output
12002:
12003: * src/targets/cgi/parser3.C: bugfix: iis specific
12004: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12005: /_bug.html?404;http://hpsv/test/
12006: --------------------------------------------------------------------------------
12007: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12008: --------------------------------------------------------------------------------
12009: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12010:
12011: 2004-06-16 paf
12012:
12013: * src/targets/cgi/parser3.C: new: iis specific
12014: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12015: $request:query
12016: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12017: $form:fields IIS-STATUS="404"
12018: IIS-DOCUMENT="http://server/_bug.html" f="v"
12019:
12020: todo: isapi too
12021:
12022: 2004-05-26 paf
12023:
12024: * src/include/pa_version.h: 3.1.3
12025:
12026: * operators.txt: beauty: removed outdated level 'table'
12027:
12028: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12029:
12030: * src/main/pa_string.C: beauty: removed 3 warnings
12031:
12032: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12033: classes/op.C: beauty: removed outdated level 'table'
12034:
12035: 2004-05-25 paf
12036:
12037: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12038: implementation. mistery: how anything worked
12039:
12040: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12041: changed, it is now safe to use url if pointers to it are stored
12042: to gc mem
12043:
12044: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12045: unknown errors reported and not cause SIGSEGV now
12046:
12047: 2004-05-24 paf
12048:
12049: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12050: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12051: less memory: CORD_chars_block originally intended to ... it was
12052: good that CORD_chars_block were not used: it consumes more memory
12053: [and, might be slow too] undoing that. [and removed that func so
12054: that it would not confuse parser developer in future]
12055:
12056: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12057: less memory: CORD_chars_block originally intended to
12058: speedup/reduce mem usage were forgotten, and were used stupid
12059: CORD_chars
12060:
12061: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12062:
12063: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12064: BIGENDIAN processors space-conserving mech failed, causing
12065: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12066: (1|2|3));
12067:
12068: 2004-05-14 paf
12069:
12070: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12071: bugfix: void now has vfile value, and $response:body[] works OK
12072:
12073: 2004-05-12 paf
12074:
12075: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12076: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12077: sources to use is_defined() {return as_bool();} along VBool
12078:
12079: 2004-05-11 paf
12080:
12081: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12082: referencing to local objects
12083:
12084: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12085: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12086: left intact
12087:
12088: 2004-04-15 paf
12089:
12090: * src/classes/date.C: merged: beauty: unused var removed
12091:
12092: * src/classes/date.C: beauty: unused var removed
12093:
12094: * src/include/: pa_exec.h: bugfix: interface without pointer
12095: provoked bug
12096:
12097: 2004-04-09 paf
12098:
12099: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12100:
12101: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12102:
12103: 2004-04-08 paf
12104:
12105: * src/classes/date.C: new: ^date::create[y-m-d
12106: h-M-s>>.milliseconds<<] now allowed, ignored so far
12107:
12108: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12109:
12110: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12111: to consult default catalog [usually, that file belongs to other
12112: user/group]
12113:
12114: 2004-04-06 paf
12115:
12116: * src/main/pa_common.C: beauty: gcc warning removed
12117:
12118: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12119: accept that trick, trying other
12120:
12121: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12122: explicit result problem
12123:
12124: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12125: explicit result problem
12126:
12127: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12128: explicit result problem
12129:
12130: * operators.txt, src/classes/string.C: new: ^string.append[string]
12131:
12132: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12133: main/execute.C: attempt_check_call_in_explicit_result_mode:
12134: failed
12135:
12136: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12137: http://i.p.a.ddress gethostbyaddr added [on some platforms
12138: gethostbyname failed with such 'domains'] now checked properly,
12139: were: needless reverse/forward dns lookup
12140:
12141: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12142: http://i.p.a.ddress gethostbyaddr added [on some platforms
12143: gethostbyname failed with such 'domains'] now checked properly,
12144: were: needless reverse/forward dns lookup
12145:
12146: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12147: @method[][result] means "no string output here" moved to lexical
12148: level [on grammar level it were too difficult]
12149:
12150: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12151: src/main/compile.y, src/main/compile_tools.h,
12152: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12153: @method[][result] means "no string output here", implemented part
12154: of that idea: compiler throws away string literal generation
12155: code. and barks nonwhitespace chars
12156:
12157: * operators.txt: truth: removed comment about $ORIGIN
12158:
12159: 2004-04-05 paf
12160:
12161: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12162: src/include/pa_version.h, src/main/pa_common.C,
12163: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12164:
12165: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12166: Konstantin Tomashevitch [mailto:konst@design.ru]
12167:
12168: * src/doc/html2chm.cmd: beauty: no need in bg here
12169:
12170: * src/doc/sources2html.cmd: beauty: same window, in bg it
12171: interfered with FAR console
12172:
12173: * configure, configure.in: 3.1.3
12174:
12175: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12176:
12177: * src/main/pa_common.C: removed warning
12178:
12179: * src/include/pa_version.h: 3.1.3
12180:
12181: 2004-04-02 paf
12182:
12183: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12184:
12185: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12186: allows to specify where to put parser log file
12187:
12188: 2004-04-01 paf
12189:
12190: * src/classes/table.C: bugfix: bugfix: table::load last line
12191: without tab and enter were ignored
12192:
12193: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12194: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12195: main/pa_socks.C, targets/cgi/parser3.C,
12196: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12197: bugfix: sql connections now are disconnected
12198:
12199: 2004-03-30 paf
12200:
12201: * src/classes/table.C: bugfix: table::load last line without tab
12202: and enter were ignored
12203:
12204: * src/classes/table.C: bufix: if last table lines were commented,
12205: gpfed
12206:
12207: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12208: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12209: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12210: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12211: doc/methoded.dox, doc/object.dox, doc/string.dox,
12212: doc/targets.dox, doc/value.dox, include/pa_version.h,
12213: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12214: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12215: bugfixes from 3.1.2, changed version to 3.1.3beta
12216:
12217: 2004-03-29 paf
12218:
12219: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12220: causes gpf
12221:
12222: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12223: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12224: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12225: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12226: value.dox: translated to english
12227:
12228: 2004-03-25 paf
12229:
12230: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12231: parser3project dependency removed
12232:
12233: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12234: bugfix: refused to compile without xml
12235:
12236: * src/types/pa_vform.C: beauty: removed warning
12237:
12238: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12239: any folder [removed last ;) folder dependency]
12240:
12241: * src/classes/classes.vcproj: bugfix: now all compiles in any
12242: folder [removed last ;) folder dependency]
12243:
12244: * src/include/pa_version.h: release
12245:
12246: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12247:
12248: * src/classes/table.C: beauty: comment& more meaningful error
12249: message
12250:
12251: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12252: $.hash[$.column_value1(true) ... ] [were producing some strang
12253: thing]
12254:
12255: 2004-03-23 paf
12256:
12257: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12258: and http status line parsing checked number of columns in table
12259: [user reported an assert]
12260:
12261: * operators.txt: example: on hashfile
12262:
12263: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12264: bugfix: junction reattach now actually reattaches a junction to
12265: new wcontext [were only assigning it to junction, which caused
12266: junction tracking to loose junction, and it's context were not
12267: killed, and it tried to process in invalid context, gpf]
12268:
12269: * src/targets/cgi/parser3.C: debug helper added
12270:
12271: 2004-03-19 paf
12272:
12273: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12274: "type(type)" in braces
12275:
12276: 2004-03-10 paf
12277:
12278: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12279: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12280: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12281: solution to search-in-namespaces problem:
12282: $xdoc.search-namespaces.x[http://pif.design.ru/]
12283: $nodes[^xdoc.select[//x:second]]
12284:
12285: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12286: expression][[NAMESPACES HASH]] allows to search for info in
12287: namespaces
12288:
12289: $nodes[^xdoc.select[//x:second][
12290: $.x[http://pif.design.ru/] ]]
12291:
12292: 2004-03-09 paf
12293:
12294: * operators.txt, src/main/pa_common.C: new:
12295: ^file::load[...][options] $.form[
12296: !$.field1[string]
12297: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12298: ] !$.body[string]
12299:
12300: GET ?here notGET(POST, HEAD, others) in content-type:
12301: application/x-www-form-urlencoded
12302:
12303: todo: upload files ability
12304:
12305: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12306: properly, done
12307:
12308: 2004-03-05 paf
12309:
12310: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12311: GET/POST $.form[$.fields started, not tested yet
12312: todo:$.field[table] for multiple values
12313:
12314: * operators.txt: new: http:// options $.user $.password basic
12315: authorization
12316:
12317: * src/main/pa_common.C: beauty: link to rtf added
12318:
12319: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12320: new: http:// options $.user $.password basic authorization
12321:
12322: * src/main/pa_common.C: beauty: removed needless vars
12323:
12324: * operators.txt: new: pgsql option [like that recently added to
12325: oracle driver] ClientCharset=parser-charset <<
12326: charset in which parser thinks client works
12327:
12328: * operators.txt: new: odbc option [like that recently added to
12329: oracle driver] ClientCharset=parser-charset <<
12330: charset in which parser thinks client works
12331:
12332: * src/sql/pa_sql_driver.h: beauty: important warning added
12333:
12334: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12335: char!
12336:
12337: * etc/parser3.charsets/windows-1251.cfg: typo
12338:
12339: 2004-03-04 paf
12340:
12341: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12342: cached, sql transcoding now goes faster
12343:
12344: * operators.txt: new: mysql option [like that recently added to
12345: oracle driver] ClientCharset=parser-charset <<
12346: charset in which parser thinks client works
12347:
12348: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12349: typo error
12350:
12351: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12352: chars commented
12353:
12354: 2004-03-03 paf
12355:
12356: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12357: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12358:
12359: 2004-03-02 paf
12360:
12361: * operators.txt: new[update typo]: !^void.left(n)
12362: nothing !^void.right(n) nothing !^void.mid(p[;n])
12363: nothing
12364:
12365: * operators.txt, src/classes/void.C: new: !^void.left(n)
12366: nothing !^void.right(n) nothing !^void.pos(p[;n])
12367: nothing
12368:
12369: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12370: ^file::sql[[name_to_become_$.name]]{} query result must be one
12371: row with columns: first: data second: file name third:
12372: content-type
12373:
12374: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12375: ^connect gets properly escaped string, which can be passed to
12376: request now this for mysql only. it's up to parser sql driver to
12377: fix zeros properly
12378:
12379: * INSTALL: note: added on building apache with this option:
12380: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12381:
12382: 2004-03-01 paf
12383:
12384: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12385: extension memory:compact befor processingrequest
12386:
12387: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12388: call sole column of result
12389:
12390: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12391: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12392: pixel color
12393:
12394: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12395: beauty: image -- less checks [were ugly impl]
12396:
12397: * src/classes/string.C: bugfix: ^string.left/right/mid with
12398: negative values now considered bad
12399:
12400: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12401:
12402: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12403: options now have unified defaults [after transform
12404: indent/omit-xml-declaration/standalone 'default' erroreously
12405: meant 'true']
12406:
12407: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12408: added [on some platforms gethostbyname failed with such
12409: 'domains']
12410:
12411: * src/include/pa_config_auto.h.in: no select check, no define
12412:
12413: * src/classes/string.C: feature: ^string.trim both parameters may
12414: be empty-strings, meaning kind=both chars=whitespaces
12415:
12416: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12417: exist
12418:
12419: * src/classes/string.C: check: trim 'chars' must not be empty,
12420: exception if it is
12421:
12422: * src/classes/string.C: changed: ^string.trim [] << both,
12423: whitespaces [start|both|end] << kind, whitespaces
12424: [start|both|end;chars] full
12425:
12426: 2004-02-27 paf
12427:
12428: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12429: method: ^string.trim[start|both|end[;chars]] default
12430: 'chars' -- whitespace chars finished
12431:
12432: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12433: src/main/pa_string.C: new method:
12434: ^string.trim[start|both|end[;chars]] default 'chars' --
12435: whitespace chars started, only start works
12436:
12437: * src/main/compile.C: bugfix: line numbers after
12438: ^process{}[$.line(-10]] can be negative, allowed to print they as
12439: signed
12440:
12441: * src/main/untaint.C: speed: there's no \n chars in output
12442: [normally], so no need to optimize them they could be retrived
12443: from databases, though. but 1. should be replaced 2. if not
12444: optimized, no harm done
12445:
12446: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12447: ^file::exec/cgi could return invalid status & zombie child can
12448: remain for short period until process exists [very bad in
12449: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12450:
12451: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12452: malicious SMTP server to attack as by returning too long status
12453: responses http://i2/tasks/edit/?id=4629448401140924947
12454:
12455: 2004-02-26 paf
12456:
12457: * operators.txt: feature: ^process...{CODE}[now has options] which
12458: are $.main[to what to rename @main] $.file[file,
12459: from which (user says) goes that CODE] $.lineno(line
12460: number in that file, where CODE starts. may be negative)
12461:
12462: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12463: src/main/compile.C, src/main/compile_tools.h,
12464: src/main/pa_request.C: feature: ^process...{CODE}[now has
12465: options] which are $.main[to what to rename @main]
12466: $.file[file, from which (user says) goes that CODE]
12467: $.lineno(line number in that file, where CODE starts. may be
12468: negative)
12469:
12470: 2004-02-25 paf
12471:
1.116 moko 12472: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12473: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12474:
12475: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12476: produces hash of column=>1
12477:
12478: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12479: with incomplete errno constants set
12480:
12481: 2004-02-24 paf
12482:
12483: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12484: "man select"
12485:
12486: * src/main/pa_os.C: beauty: <0 better then ==-1
12487:
12488: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12489:
12490: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12491:
1.116 moko 12492: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12493:
12494: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12495: unix: steps to work on unix [extracted 'to']
12496:
12497: * src/classes/mail.C: smtp on unix: steps to work on unix
12498:
12499: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12500:
1.116 moko 12501: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12502: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12503: unix [testing on solaris]
1.95 moko 12504:
12505: 2004-02-20 paf
12506:
12507: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12508: pointing that out
12509:
12510: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12511: fixed again [same solution, mistanenly removed one line]
12512:
12513: 2004-02-19 paf
12514:
12515: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12516: date::create from bad datetime in spring daylightsaving hole now
12517: OK for all platforms [on some platforms it failed]
12518:
12519: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12520: in daylightsaving hole] now throws error
12521:
12522: * src/classes/date.C: comment: mistake fixed
12523:
12524: 2004-02-18 paf
12525:
12526: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12527: now renderes in $request:charset, but in header puts
12528: $response:charset todo: make that default only so that coder
12529: could override that
12530:
12531: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12532: turns off omit-xml-declaration
12533:
12534: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12535: /.xsl for sample
12536:
12537: 2004-02-17 paf
12538:
12539: * src/classes/xdoc.C: beauty: needless helper class removed
12540:
12541: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12542: copied extra time
12543:
12544: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12545: part of libxml
12546:
12547: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12548: libxml to do the work] <xsl:output method="html"
12549: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12550: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12551: />
12552:
12553: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12554:
12555: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12556: caused assertion
12557:
12558: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12559: could hang. now such add does nothing, sub clears $hash
12560:
12561: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12562: not made quoted-printable
12563:
12564: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12565: string invariant
12566:
12567: 2004-02-16 paf
12568:
12569: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12570: cleared [were not cleared properly]
12571:
12572: 2004-02-13 paf
12573:
1.116 moko 12574: * src/include/pa_version.h: prerelease
1.95 moko 12575:
12576: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12577: used, introducing dependencies timestamp check
12578:
12579: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12580: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12581: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12582: .xsl.stamp now not used, introducing dependencies timestamp check
12583:
1.150 moko 12584: * configure.in: auto.p: @conf made relative
1.95 moko 12585:
12586: 2004-02-12 paf
12587:
12588: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12589: ruined empty <input type=file> submits. parser thought there were
12590: nameless empty file and $form:field got value of type 'file'
12591:
12592: * INSTALL: --without-threads
12593:
12594: * src/include/pa_sapi.h: 2004
12595:
12596: 2004-02-11 paf
12597:
12598: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12599: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12600: classes/hashfile.C, classes/image.C, classes/int.C,
12601: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12602: classes/response.C, classes/string.C, classes/table.C,
12603: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12604: include/pa_array.h, include/pa_cache_managers.h,
12605: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12606: include/pa_config_fixed.h, include/pa_config_includes.h,
12607: include/pa_dictionary.h, include/pa_dir.h,
12608: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12609: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12610: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12611: include/pa_request_charsets.h, include/pa_request_info.h,
12612: include/pa_socks.h, include/pa_sql_connection.h,
12613: include/pa_sql_driver_manager.h, include/pa_stack.h,
12614: include/pa_string.h, include/pa_stylesheet_connection.h,
12615: include/pa_stylesheet_manager.h, include/pa_table.h,
12616: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12617: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12618: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12619: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12620: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12621: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12622: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12623: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12624: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12625: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12626: main/pa_sql_driver_manager.C, main/pa_string.C,
12627: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12628: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12629: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12630: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12631: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12632: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12633: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12634: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12635: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12636: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12637: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12638: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12639: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12640: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12641: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12642: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12643: types/pa_vresponse.h, types/pa_vstateless_class.C,
12644: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12645: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12646: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12647: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12648: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12649: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12650:
12651: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12652: debug version of gc.dll
12653:
12654: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12655: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12656: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12657: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12658: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12659: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12660: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12661: processes
12662:
12663: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12664: main/pa_globals.C, targets/cgi/parser3.vcproj,
12665: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12666: changes to reflect libxml xsl new folders
12667:
12668: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12669: lib/smtp/smtp.vcproj, main/main.vcproj,
12670: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12671: to reflect libxml xsl new folders
12672:
12673: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12674: lib/smtp/smtp.vcproj, main/main.vcproj,
12675: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12676: types/types.vcproj: started changes to reflect libxml xsl new
12677: folders
12678:
12679: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12680: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12681: src/main/compile.tab.C, src/main/main.vcproj,
12682: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12683: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12684: started changes to reflect libxml xsl new folders
12685:
12686: 2004-02-10 paf
12687:
12688: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12689: compile. recommened latest libxml up to date
12690:
12691: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12692: pattern compilation errors", on which spent 4 hours worktime. use
12693: versions higher than that. recommended now latest up to date
12694:
12695: 2004-02-06 paf
12696:
12697: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12698: beauty: unified destructing style
12699:
12700: * src/main/untaint.C: beauty: removed old def/ifdef
12701:
12702: * src/main/untaint.C: beauty: coredump @unknown untaint language
12703: now
12704:
12705: 2004-02-03 paf
12706:
12707: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12708: targets/isapi/parser3isapi.C, types/pa_value.C,
12709: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12710: then %ld/%lu
12711:
12712: * src/main/pa_common.C: typo: %l -> %u
12713:
12714: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12715: in attributes or documents-results of transform now not xx;
12716:
12717: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12718:
12719: * src/main/pa_charset.C: bugfix: forgot to undo some
12720:
12721: * src/main/pa_charset.C: beauty: uncomment
12722: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12723: libraries
12724:
12725: 2004-02-02 paf
12726:
12727: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12728: $cookie:example[ $.value[value] $.path[/there/] ]
12729:
12730: $cookie:example[ $.value[] $.expires[session]
12731: $.path[/there/] $.domain[test.com] ]
12732:
12733: * src/types/pa_vform.C: bugfix: empty values with
12734: enctype=multipart/form-data now produce entries in $form:tables
12735: <form method=post enctype=multipart/form-data> <input type=hidden
12736: name=a> <input type=hidden name=b>
12737:
12738: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12739: <hr> <pre>$request:body
12740:
12741: 2004-01-30 paf
12742:
12743: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12744: or documents-results of transform now not xx;
12745:
12746: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12747: produce exception.
12748:
12749: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12750: bugfix: ^date::create[invalid fields now produce exception.
12751:
12752: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12753: year] now produces exception. todo: check other fields
12754:
12755: 2004-01-29 paf
12756:
12757: * src/include/pa_memory.h: typo error
12758:
12759: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12760: more byte then specified, then zeroed it << useless and
12761: potentially harmful(could gpf)
12762:
12763: 2004-01-22 paf
12764:
12765: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12766:
12767: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12768: optimization
12769:
12770: * src/main/untaint.C: bugfix: whitespace now optimized properly
12771: [were bug: ^taint[1 & 2]="1 &2"
12772:
12773: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12774: errors
12775:
12776: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12777: overflow
12778:
12779: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12780: error-reporting code * in parser-error reporting code [when no
12781: @unhandled_exception defined]
12782:
12783: fixed in one place: my *snprintf override
12784:
12785: 2004-01-13 paf
12786:
12787: * operators.txt: typo erro
12788:
12789: 2003-12-25 paf
12790:
12791: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12792: garbled [pieces after zero bytes were removed]
12793:
12794: 2003-12-22 paf
12795:
1.116 moko 12796: * src/include/Makefile.am: bugfix: removed from dist:
12797: src/include/pa_config_auto.h which were configured for
1.95 moko 12798: make-dist-platform and badly updated proper config file in target
12799: [when .tar used for updating existing source tree]
12800:
12801: * ChangeLog, operators.txt, src/classes/op.C,
12802: src/include/pa_sql_connection.h,
12803: src/include/pa_sql_driver_manager.h,
12804: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12805: feature: sql introducing ability to transcode charsets
12806:
12807: 2003-12-19 paf
12808:
12809: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12810: error message
12811:
12812: * src/main/pa_charset.C: bugfix: memory for charsethandler
12813: structure for libxml now allocated properly
12814:
12815: 2003-12-17 paf
12816:
12817: * src/types/pa_vfile.C: beauty: removed outdated cast
12818:
12819: * src/main/pa_common.C: bugfix: empty http response caused gpf
12820:
12821: * src/include/pa_string.h: bugfix: removed too strong a assert
12822:
12823: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12824: unreported xmlGenericErrors]
12825:
12826: 2003-12-15 paf
12827:
12828: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12829: works}
12830:
12831: 2003-12-11 paf
12832:
12833: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12834: id
12835: !$status:tid thread id
12836:
12837: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12838: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12839: bugfix(solaris): removed dependency on object initialization
12840: order [one more place]
12841:
12842: * src/: classes/file.C, classes/mail.C, classes/op.C,
12843: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12844: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12845: understand that
12846:
12847: * src/: classes/file.C, classes/mail.C, classes/op.C,
12848: classes/xdoc.C, include/pa_cache_managers.h,
12849: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12850: include/pa_stylesheet_manager.h, main/pa_request.C,
12851: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12852: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12853: ctor call [relying on implicit String::Body(cstr) call]
12854:
12855: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12856: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12857: object initialization order [two places]
12858:
12859: 2003-12-10 paf
12860:
12861: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12862: << time now ok
12863:
12864: * operators.txt, src/main/pa_sql_driver_manager.C,
12865: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12866: operational
12867:
12868: * ChangeLog, operators.txt, src/classes/xdoc.C,
12869: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12870: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12871: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12872: back operational
12873:
12874: 2003-12-02 paf
12875:
12876: * src/types/pa_vmail.C: bugfix:
12877: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12878: as-is forced]
12879:
12880: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12881: exceptions out of libxml callbacks: reimplemented error handling
12882: of http://localhost, parser://method and safemode check callbacks
12883:
12884: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12885: [merged from HEAD]
12886:
12887: * src/classes/image.C: nothing: comment removed
12888:
12889: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12890: addresses to int
12891:
12892: 2003-12-01 paf
12893:
12894: * src/main/pa_xml_io.C: bugfix: typo
12895:
12896: * src/main/pa_globals.C: bugfix: win32: compile prob
12897:
12898: * src/classes/xdoc.C: bugfix: typo
12899:
12900: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12901: exception
12902:
12903: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12904:
12905: 2003-11-28 paf
12906:
12907: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12908: all xml documents read
12909:
12910: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12911:
12912: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12913: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12914: replaced original open mech of xdoc::create & co to use libxml
12915: open, so that this would work for root document todo: safe mode
12916: checks to libxml: ideally to some 1 point
12917:
12918: * src/main/pa_xml_io.C: comment
12919:
12920: * operators.txt, src/main/pa_xml_io.C: leading / in
12921: http://parser[abscent params]
12922:
12923: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12924: works. todo: maybe replace original open mech of xdoc::create &
12925: co to use libxml open, so that this would work for root document
12926:
12927: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12928: "parser://method/params/here"> <test> &test^; </test> }]
12929:
12930: ^taint[^xdoc.string[]]
12931:
12932: @method[param] <!ENTITY test
12933: "test-entity-value+$form:user+$param!">
12934:
12935: 2003-11-27 paf
12936:
12937: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12938:
12939: * src/classes/date.C: bugfix: typo error
12940:
12941: 2003-11-26 paf
12942:
12943: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12944: src/main/Makefile.am, src/main/main.vcproj,
12945: src/main/pa_globals.C, src/main/pa_request.C,
12946: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12947: xml errors to hash<thread_id,error> reorganization: xml io moved
12948: to pa_xml_io.C/h
12949:
12950: * src/types/pa_value.h: warnings: --
12951:
12952: 2003-11-25 paf
12953:
12954: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12955: whatever)
12956:
12957: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12958: a, (c?x:y, z)
12959:
12960: * src/main/untaint.C: bugfix: consequences of not reading this
12961: comment: CORD_pos_chars_left /* Number of characters in cache.
12962: <= 0 ==> none */
12963:
12964: * src/include/pa_array.h: removed needless checks
12965:
12966: 2003-11-24 paf
12967:
12968: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12969: removed limit: now $form:xxx can be accessed anytime, even in
12970: @auto/conf [and request/response:charset still can be changed
12971: anytime]
12972:
12973: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12974: now not transcodes response body
12975:
12976: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12977: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12978: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12979: $xdoc.firstChild.firstChild.nodeValue[different]
12980: ^taint[^xdoc.string[]]
12981:
12982: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12983: workaround: static Hash::allocates -> static Hash_allocates
12984:
12985: 2003-11-21 paf
12986:
1.116 moko 12987: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12988: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12989: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12990:
12991: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12992:
12993: * src/classes/mail.C: bugfix: typo
12994:
12995: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12996: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12997: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12998: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12999: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13000: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13001:
13002: * src/main/pa_exec.C: bug in safe mode
13003:
13004: * src/include/Makefile.am: pa_xml_exception.h
13005:
13006: * src/targets/isapi/parser3isapi.C: more warnings --
13007:
13008: 2003-11-20 paf
13009:
13010: * src/: classes/math.C, classes/op.C, classes/string.C,
13011: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13012: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13013: --
13014:
13015: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13016: more warnings --
13017:
13018: * src/classes/xdoc.C: more warnings --
13019:
13020: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13021:
13022: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13023: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13024:
13025: * src/: classes/date.C, classes/file.C, classes/hash.C,
13026: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13027: classes/table.C, include/pa_cache_managers.h,
13028: include/pa_stylesheet_connection.h, main/pa_request.C,
13029: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13030: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13031: --
13032:
13033: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13034: can't report problem (undefined @unhandled_exception) problem
13035: source string were not reported
13036:
13037: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13038: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13039: classes/hashfile.C, classes/image.C, classes/int.C,
13040: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13041: classes/response.C, classes/string.C, classes/table.C,
13042: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13043: include/pa_array.h, include/pa_cache_managers.h,
13044: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13045: include/pa_config_fixed.h, include/pa_dictionary.h,
13046: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13047: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13048: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13049: include/pa_request.h, include/pa_request_charsets.h,
13050: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13051: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13052: include/pa_stack.h, include/pa_string.h,
13053: include/pa_stylesheet_connection.h,
13054: include/pa_stylesheet_manager.h, include/pa_table.h,
13055: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13056: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13057: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13058: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13059: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13060: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13061: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13062: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13063: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13064: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13065: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13066: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13067: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13068: targets/isapi/parser3isapi.C, types/pa_junction.h,
13069: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13070: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13071: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13072: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13073: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13074: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13075: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13076: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13077: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13078: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13079: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13080: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13081: types/pa_vresponse.h, types/pa_vstateless_class.C,
13082: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13083: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13084: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13085: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13086: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13087: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13088: const IDENT
13089:
13090: * src/: include/pa_array.h, include/pa_pool.h,
13091: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13092: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13093: types/pa_wcontext.h: more warnings --
13094:
13095: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13096: classes/file.C, classes/hash.C, classes/hashfile.C,
13097: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13098: classes/memory.C, classes/op.C, classes/string.C,
13099: classes/table.C, classes/xdoc.C, classes/xnode.C,
13100: include/pa_config_includes.h, include/pa_operation.h,
13101: include/pa_sql_connection.h, include/pa_table.h,
13102: include/pa_types.h, lib/ltdl/config_fixed.h,
13103: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13104: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13105: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13106: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13107: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13108: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13109: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13110: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13111: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13112: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13113: types/pa_vmail.C, types/pa_vobject.C,
13114: types/pa_vstateless_class.h, types/pa_vtable.C,
13115: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13116: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13117: on all projects (except libltdl=off & libsdbm=level3) found
13118: several unitialized vars
13119:
13120: 2003-11-19 paf
13121:
13122: * src/classes/op.C: more ansi C++ comp
13123:
13124: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13125: src/main/pa_request.C: ^cache[...]{body}{catch block with
13126: $exception.handled[cache] meaning "get expired cache, if any.
13127: else error"}
13128:
13129: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13130: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13131: ^cache[...]{body}{catch code with $exception.cache field}
13132:
13133: 2003-11-12 paf
13134:
13135: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13136: [copy/paste bug]
13137:
13138: 2003-11-11 paf
13139:
13140: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13141: failed]
13142:
13143: 2003-11-10 paf
13144:
13145: * src/types/pa_vconsole.h: flush
13146:
13147: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13148: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13149: read/write [for nntp]
13150:
13151: * operators.txt: mysql: transaction support: ?autocommit=0
13152:
13153: * operators.txt: comment: updated
13154:
13155: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13156: serialize version and exipire now removes entries
13157:
13158: * operators.txt: ^hashfile.delete[] removes files altogether [and
13159: dir, if could]
13160:
13161: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13162: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13163: removes files altogether [and dir, if could]
13164:
13165: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13166: nonexistent pair. .c coded that that was error. fixed
13167:
13168: * src/types/pa_vhashfile.C: sdbm: exception type change to
13169: file.access [regretfull can't split it to different exceptions
13170: without modifying sdbm source wich would prefer not to]
13171:
13172: 2003-11-07 paf
13173:
13174: * src/: classes/date.C, classes/file.C, classes/hash.C,
13175: classes/hashfile.C, classes/image.C, classes/table.C,
13176: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13177: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13178: main/execute.C, main/main.vcproj, main/pa_pool.C,
13179: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13180: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13181: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13182: destructing objects at request processing end
13183:
13184: 2003-11-06 paf
13185:
13186: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13187: updates
13188:
13189: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13190: to include sdbm
13191:
1.116 moko 13192: * src/include/: pa_config_includes.h, pa_version.h: our
13193: replacements of max& co only for cpp
1.95 moko 13194:
13195: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13196: upper dir, .am updated
13197:
13198: * tests/todo.txt: hashfile: done
13199:
13200: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13201: expiration [time in value. todo: move time to key]
13202:
13203: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13204:
13205: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13206: to do that in foreach, no errors, but surely wrong]
13207:
13208: * operators.txt, src/types/pa_vhashfile.C,
13209: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13210:
13211: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13212: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13213: foreach
13214:
13215: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13216: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13217:
13218: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13219: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13220:
13221: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13222: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13223: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13224: get/put [raw]
13225:
13226: * src/: classes/op.C, main/pa_os.C: just linked
13227:
13228: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13229: XmlException changes
13230:
13231: * src/: include/pa_charset.h, include/pa_globals.h,
13232: include/pa_stylesheet_connection.h, main/pa_exception.C:
13233: XmlException changes
13234:
13235: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13236:
13237: * src/: include/pa_common.h, include/pa_exception.h,
13238: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13239: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13240: main/pa_xml_exception.C: locking move to pa_os [along with
13241: pa_sleep] apr-impl locking done
13242:
13243: * configure, configure.in, operators.txt, parser3.sln,
13244: src/classes/classes.vcproj, src/classes/hashfile.C,
13245: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13246: src/include/pa_exception.h, src/include/pa_globals.h,
13247: src/include/pa_memory.h, src/include/pa_version.h,
13248: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13249: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13250: src/main/compile.tab.C, src/main/main.vcproj,
13251: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13252: src/types/Makefile.am, src/types/pa_vhash.C,
13253: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13254: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13255: again with sdbm from apache
13256:
13257: 2003-11-05 paf
13258:
13259: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13260: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13261: \parser3project dir anymore
13262:
13263: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13264: thoughtlessly from xalan]
13265:
13266: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13267: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13268: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13269:
13270: * src/main/helpers/CaseFolding.txt:
13271: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13272:
13273: 2003-11-04 paf
13274:
13275: * operators.txt: comment: ^mail:send[$.options[
13276:
13277: * src/classes/table.C: compiled on unix
13278:
1.116 moko 13279: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13280:
13281: * src/classes/mail.C: compiled on unix
13282:
13283: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13284: src/types/pa_vmail.h: !^mail:send[
13285: $.options[unix: string to append to sendmail command
13286: line]
13287:
13288: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13289: tests/todo.txt: ^table.save[... $.separator[^#09]
13290: $.encloser["] <nothing> by default
13291:
13292: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13293: !$.separator[^#09] !$.encloser["] <nothing> by
13294: default
13295:
13296: 2003-11-03 paf
13297:
13298: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13299: ^table::load[; options: !$.column-separator[^#09]
13300: !$.column-encloser["]
13301:
13302: * operators.txt, src/include/pa_config_fixed.h,
13303: src/types/pa_vrequest.C: $request:document-root
13304:
13305: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13306: [already included into uri=xxx]
13307:
13308: * operators.txt, src/classes/image.C, tests/todo.txt:
13309: ^image.gif[filename] for $response:download
13310:
13311: * src/classes/date.C: minor precaution
13312:
13313: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13314: !^date.unix-timestamp[]
13315:
13316: 2003-10-30 paf
13317:
13318: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13319: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13320:
13321: * src/classes/: date.C, image.C: improvement diagnostics:
13322: $now[^date::create[$undefined]] now is error
13323:
13324: * src/main/pa_common.C: read errors would now be reported 'actually
13325: read -1 bytes'
13326:
13327: 2003-10-24 paf
13328:
13329: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13330: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13331: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13332: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13333:
13334: 2003-10-22 paf
13335:
13336: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13337:
13338: 2003-10-21 paf
13339:
13340: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13341: fixed: string.match[g] without <'> option produced columns with
13342: NULL's, which gpf'ed at table.save time
13343:
13344: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13345: recoursion' message with intensive throw-catches fixed: incorrect
13346: name and line (one name upper then needed) in error message about
13347: problems inside try block
13348:
13349: 2003-10-10 paf
13350:
13351: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13352: check offset argument for validity did that in String::Body::pos
13353: myself http://i2/tasks/edit/?id=4577425257580789777
13354:
13355: 2003-10-07 paf
13356:
13357: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13358: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13359:
13360: 2003-10-03 paf
13361:
13362: * parser3.sln, src/include/pa_dictionary.h,
13363: src/main/pa_dictionary.C, src/main/pa_string.C,
13364: src/targets/cgi/parser3.vcproj: dictionary optimized by
13365: precalculating cstr&length
13366:
13367: 2003-10-02 paf
13368:
13369: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13370: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13371: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13372: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13373:
13374: 2003-09-30 paf
13375:
13376: * src/main/pa_string.C: string::replace bug fix [were ignoring
13377: occurrances after lang-mismatched
13378:
13379: 2003-09-29 paf
13380:
13381: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13382: helper
13383:
13384: * src/main/pa_string.C: string::serialize bug fix with
13385: zero-terminator
13386:
13387: * src/classes/table.C: ^nameless_table.save column row now has no
13388: \t at the end
13389:
13390: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13391: @postprocess now takes $response:body/download
13392:
13393: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13394: error message
13395:
13396: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13397:
13398: * src/classes/table.C: bugfix: flip: must produce nameless
13399: http://i2/tasks/edit/?id=4573405524674081244
13400:
13401: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13402: main/helpers/simple_folding.pl: utf-8 upper/lower
13403:
13404: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13405: to typo error http://i2/tasks/edit/?id=4573354650786434584
13406:
13407: 2003-09-26 paf
13408:
13409: * src/main/untaint.C: removed needless field
13410:
13411: * src/main/untaint.C: removed needless const
13412:
13413: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13414: String.for_each bug fixed [omited one-char cases]
13415:
13416: * src/include/pa_stack.h: bugfix: before collecting garbage,
13417: runtime-executor stack were cleared... BADLY
13418:
13419: * src/main/pa_string.C: ^stirng.replace code used old
13420: param-convention on langs.append, fixed that search fo the like,
13421: found none
13422:
13423: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13424: string::serialize/deserialize implemented Language enum assigned
13425: meaningful letters [more convinient for debugging. read warning
13426: before adding/changing anything]
13427:
13428: 2003-09-25 paf
13429:
13430: * src/: include/pa_string.h, include/pa_version.h,
13431: main/pa_string.C, main/untaint.C: templates and anonymous unions
13432: differences on unix
13433:
13434: * parser3.sln, src/classes/file.C, src/classes/image.C,
13435: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13436: src/classes/xdoc.C, src/classes/xnode.C,
13437: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13438: src/include/pa_charsets.h, src/include/pa_common.h,
13439: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13440: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13441: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13442: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13443: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13444: src/main/compile_tools.h, src/main/pa_charset.C,
13445: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13446: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13447: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13448: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13449: src/types/pa_vmail.C, src/types/pa_vmath.C,
13450: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13451: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13452:
13453: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13454: functions aligned to that of eeparser3 look
13455:
13456: * src/lib/cord/cordprnt.c: removed warnings
13457:
13458: 2003-09-24 paf
13459:
13460: * src/: classes/file.C, classes/image.C, classes/mail.C,
13461: classes/op.C, classes/xdoc.C, classes/xnode.C,
13462: include/pa_cache_managers.h, include/pa_charset.h,
13463: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13464: include/pa_sql_driver_manager.h, include/pa_string.h,
13465: include/pa_stylesheet_manager.h, include/pa_table.h,
13466: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13467: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13468: main/pa_sql_driver_manager.C, main/pa_string.C,
13469: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13470: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13471: types/pa_vstateless_class.h, types/pa_vstatus.C,
13472: types/pa_vxnode.C: v() functions of String::Body,
13473: String::Languages and String itself StringBody->String::Body
13474:
13475: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13476: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13477: never optimized anything. todo: somehow speed up harder cases:
13478: concatenationA+concatenationB when last block of A and first of B
13479: contain same letters
13480:
13481: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13482: lib/cord/include/cord.h: langs: speed up by joining adjucent
13483: blocks of same char [CORD_append_block]
13484:
13485: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13486: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13487: save space by extending blocks when appending block with c ==
13488: lastblock.c
13489:
13490: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13491: working yet :( but more working &understood :)
13492:
13493: * src/: classes/table.C, include/pa_string.h,
13494: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13495:
13496: 2003-09-23 paf
13497:
13498: * src/main/untaint.C: $a[ok!] $a works!
13499:
13500: * src/main/untaint.C: something even more works :)
13501:
13502: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13503: something more works :)
13504:
13505: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13506: lib/cord/cordxtra.c: something already works :)
13507:
13508: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13509: serialize&deserialize
13510:
13511: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13512: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13513: main/untaint.C: main idea implemented, details left
13514:
13515: 2003-09-22 paf
13516:
13517: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13518:
13519: * src/classes/xnode.C: copy/paste comment bugfix
13520:
13521: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13522: allocator returns 0, just die.
13523: http://i2/tasks/edit/?id=4570798492410259445
13524:
13525: * src/classes/xdoc.C: copy/paste comment bugfix
13526:
13527: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13528: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13529: xnode: getAttributeNS setAttributeNS removeAttributeNS
13530: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13531:
13532: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13533: chars due to bitwise operation signed-char error]
13534:
13535: 2003-09-19 paf
13536:
13537: * src/types/pa_wcontext.C: output message: more practical
13538: suggestion
13539:
13540: * src/main/pa_common.C, operators.txt: merged
13541: $f[^file::load[binary;http://...]] $f.tables
13542:
13543: 2003-09-02 paf
13544:
13545: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13546: flush stdout without referencing 'stdout' symbol. to hell with
13547: non-ansi libraries without 'stdout' symbol
13548:
13549: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13550: unix (users reported problems with some old libc)
13551:
13552: * src/types/pa_vdate.h: forgot initializer
13553:
13554: 2003-09-01 paf
13555:
13556: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13557: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13558: zone]
13559:
13560: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13561:
13562: 2003-08-19 paf
13563:
13564: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13565: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13566: simplified a little
13567:
13568: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13569: [lost fix from 3.0.8]
13570:
13571: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13572: visible here }
13573:
13574: bug fix
13575:
13576: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13577:
13578: * src/main/compile.tab.C: initialized couple of variables about
13579: which user reported runtime problems when parser were compiled
13580: with VC7, warning level4. study shows that later in bison
13581: they've fixed that. would migrate to latest bison someday
13582:
13583: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13584: recoding headers)
13585:
13586: * src/types/pa_vmail.C: works as before, same charset problems:
13587: gmime recodes to UTF-8 only headers, not body. so not recoding
13588: anything for now
13589:
13590: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13591: problems with body
13592:
13593: * src/types/pa_vmail.C: mail_receive just compiled
13594:
13595: 2003-08-18 paf
13596:
13597: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13598: main/main.vcproj, types/types.vcproj: win32: continued process
13599: detaching from \parser3project directory
13600:
13601: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13602: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13603: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13604: src/lib/pcre/pcre_dftables.dsp,
13605: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13606: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13607: src/types/types.dsp: moved to MSVC 7
13608:
13609: * gnu.vcproj.vspscc, parser3.vssscc,
13610: src/classes/classes.vcproj.vspscc,
13611: src/lib/cord/cord.vcproj.vspscc,
13612: src/lib/ltdl/libltdl.vcproj.vspscc,
13613: src/lib/md5/md5.vcproj.vspscc,
13614: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13615: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13616: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13617: src/targets/isapi/parser3isapi.vcproj.vspscc,
13618: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13619: moved to MSVC 7
13620:
13621: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13622: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13623: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13624: src/lib/pcre/pcre_dftables.vcproj,
13625: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13626: src/targets/cgi/parser3.vcproj,
13627: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13628: new VS project files
13629:
13630: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13631: .NET to detect Jalindi Igloo capabilities.
13632:
13633: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13634: src/classes/classes.awk, src/doc/footer.htm,
13635: src/include/pa_config_fixed.h, src/include/pa_version.h,
13636: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13637: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13638: src/types/pa_vmail.C: merged 3.1.0 latest changes
13639:
13640: 2003-08-15 paf
13641:
13642: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13643: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13644:
13645: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13646: non-ascii <yyy> now encoded correctly
13647:
13648: 2003-07-29 paf
13649:
1.116 moko 13650: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13651: dist
1.95 moko 13652:
13653: * src/types/pa_vmail.C: just started --with-mail-receive
13654:
13655: 2003-07-28 paf
13656:
1.116 moko 13657: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13658: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13659:
13660: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13661:
13662: 2003-07-25 paf
13663:
13664: * src/doc/footer.htm: year
13665:
13666: 2003-07-24 paf
13667:
13668: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13669: fix
13670:
13671: * src/include/pa_version.h: release
13672:
1.116 moko 13673: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13674:
13675: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13676: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13677: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13678: getting rid of win32xml pseudo project
13679:
13680: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13681:
1.116 moko 13682: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13683: configure.in, operators.txt, parser3.dsw,
1.95 moko 13684: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13685: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13686: src/classes/classes.C, src/classes/classes.awk,
13687: src/classes/classes.dsp, src/classes/classes.h,
13688: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13689: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13690: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13691: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13692: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13693: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13694: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13695: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13696: src/include/pa_array.h, src/include/pa_cache_managers.h,
13697: src/include/pa_charset.h, src/include/pa_charsets.h,
13698: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13699: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13700: src/include/pa_dictionary.h, src/include/pa_dir.h,
13701: src/include/pa_exception.h, src/include/pa_exec.h,
13702: src/include/pa_globals.h, src/include/pa_hash.h,
13703: src/include/pa_memory.h, src/include/pa_opcode.h,
13704: src/include/pa_operation.h, src/include/pa_pool.h,
13705: src/include/pa_pragma_pack_begin.h,
1.95 moko 13706: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13707: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13708: src/include/pa_sapi.h, src/include/pa_socks.h,
13709: src/include/pa_sql_connection.h,
13710: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13711: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13712: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13713: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13714: src/include/pa_uue.h, src/lib/Makefile.am,
13715: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13716: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13717: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13718: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13719: src/lib/cord/include/ec.h,
13720: src/lib/cord/include/private/Makefile.am,
13721: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13722: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13723: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13724: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13725: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13726: src/main/compile_tools.C, src/main/compile_tools.h,
13727: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13728: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13729: src/main/pa_charsets.C, src/main/pa_common.C,
13730: src/main/pa_dictionary.C, src/main/pa_dir.C,
13731: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13732: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13733: src/main/pa_request.C, src/main/pa_socks.C,
13734: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13735: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13736: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13737: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13738: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13739: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13740: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13741: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13742: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13743: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13744: src/targets/isapi/parser3isapi.dsp,
13745: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13746: src/types/pa_junction.h, src/types/pa_method.h,
13747: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13748: src/types/pa_vclass.C, src/types/pa_vclass.h,
13749: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13750: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13751: src/types/pa_vdouble.h, src/types/pa_venv.h,
13752: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13753: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13754: src/types/pa_vimage.C, src/types/pa_vimage.h,
13755: src/types/pa_vint.h, src/types/pa_vjunction.h,
13756: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13757: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13758: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13759: src/types/pa_vobject.C, src/types/pa_vobject.h,
13760: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13761: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13762: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13763: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13764: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13765: src/types/pa_vstring.h, src/types/pa_vtable.C,
13766: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13767: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13768: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13769: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13770: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13771: HEAD
13772:
13773: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13774: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13775: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13776: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13777: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13778: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13779: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13780: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13781: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13782: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13783: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13784: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13785: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13786: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13787: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13788: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13789: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13790: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13791: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13792: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13793: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13794: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13795: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13796: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13797: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13798: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13799: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13800: outputs/create-dir, results/001.processed, results/002.processed,
13801: results/003.processed, results/004.processed,
13802: results/005.processed, results/006.processed,
13803: results/007.processed, results/008.processed,
13804: results/009.processed, results/010.processed,
13805: results/011.processed, results/012.processed,
13806: results/013.processed, results/014.processed,
13807: results/015.processed, results/016.processed,
13808: results/017.processed, results/018.processed,
13809: results/019.processed, results/020.processed,
13810: results/021.processed, results/022.processed,
13811: results/023.processed, results/024.processed,
13812: results/025.processed, results/026.processed,
13813: results/027.processed, results/028.processed,
13814: results/029.processed, results/030.processed,
13815: results/031.processed, results/032.processed,
13816: results/033.processed, results/034.processed,
13817: results/035.processed, results/036.processed,
13818: results/037.processed, results/038.processed,
13819: results/039.processed, results/040.processed,
13820: results/041.processed, results/042.processed,
13821: results/043.processed, results/044.processed,
13822: results/045.processed, results/046.processed,
13823: results/047.processed, results/048.processed,
13824: results/049.processed, results/050.processed,
13825: results/051.processed, results/052.processed,
13826: results/053.processed, results/054.processed,
13827: results/055.processed, results/056.processed,
13828: results/057.processed, results/058.processed,
13829: results/059.processed, results/060.processed,
13830: results/061.processed, results/062.processed,
13831: results/063.processed, results/064.processed,
13832: results/065.processed, results/066.processed,
13833: results/067.processed, results/068.processed,
13834: results/069.processed, results/070.processed,
13835: results/071.processed, results/072.processed,
13836: results/073.processed, results/074.processed,
13837: results/075.processed, results/076.processed,
13838: results/077.processed, results/078.processed,
13839: results/079.processed, results/080.processed,
13840: results/081.processed, results/082.processed,
13841: results/083.processed, results/084.processed,
13842: results/085.processed, results/086.processed,
13843: results/087.processed, results/088.processed,
13844: results/089.processed, results/090.processed,
13845: results/091.processed, results/092.processed,
13846: results/093.processed, results/094.processed,
13847: results/095.processed, results/096.processed,
13848: results/097.processed, results/098.processed,
13849: results/099.processed, results/100.processed,
13850: results/101.processed, results/102.processed,
13851: results/103.processed, results/104.processed,
13852: results/105.processed, results/106.processed,
13853: results/107.processed, results/108.processed,
13854: results/109.processed, results/110.processed,
13855: results/111.processed, results/112.processed,
13856: results/113.processed, results/114.processed,
13857: results/115.processed, results/116.processed,
13858: results/117.processed, results/118.processed,
13859: results/119.processed, results/120.processed,
13860: results/121.processed, results/122.processed,
13861: results/123.processed, results/124.processed,
13862: results/125.processed, results/126.processed,
13863: results/127.processed, results/128.processed,
13864: results/129.processed, results/130.processed,
13865: results/131.processed, results/132.processed,
13866: results/133.processed, results/134.processed,
13867: results/135.processed, results/136.processed,
13868: results/137.processed, results/138.processed,
13869: results/139.processed, results/140.processed,
13870: results/141.processed: merged(copied) to HEAD from template_gc
13871:
13872: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13873: towards \parser3project not having to be in root
13874:
13875: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13876: module compiled [were minor unnecessary changes in lib/md5
13877: interface]
13878:
13879: * src/include/pa_version.h: release
13880:
13881: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13882:
13883: * src/classes/math.C: merged uuid bugfix
13884:
13885: * tests/: 141.html, results/141.processed: fixed bug with
13886: too-small-a-buffer
13887:
13888: * src/classes/math.C: uuid bugfix
13889:
13890: * tests/: 141.html, Makefile, results/005.processed,
13891: results/030.processed, results/075.processed,
13892: results/078.processed: to reflect date format change (were -
13893: become ' ')
13894:
13895: * src/classes/math.C: uuid bugfix
13896:
13897: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13898: debug/release changes
13899:
13900: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13901:
13902: 2003-07-23 paf
13903:
13904: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13905: renamed a little [to move to comman naming conv]
13906:
1.116 moko 13907: * src/targets/Makefile.am: apache13 splitted to simplify apache
13908: build
1.95 moko 13909:
13910: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13911: main/pa_request.C, main/pa_sql_driver_manager.C,
13912: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13913: stack top_index() fixed
13914:
13915: * src/main/pa_globals.C: minor style changes
13916:
13917: * src/: classes/op.C, include/pa_sql_connection.h: connection
13918: closing/caching fixed [connections were not closed/put to cache]
13919:
13920: 2003-07-22 paf
13921:
13922: * INSTALL: gc part updated stightly
13923:
13924: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13925: new sapi interface
13926:
13927: * src/classes/file.C: comment on OS
13928:
13929: * src/main/pa_string.C: removed reduntant invariant check [there is
13930: one deeper in cord lib]
13931:
13932: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13933:
13934: * src/main/pa_memory.C: out of memory is no longer coredump
13935:
13936: * INSTALL: disable-threads adviced
13937:
13938: 2003-07-21 paf
13939:
1.116 moko 13940: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13941:
13942: * src/classes/file.C: file::exec/cgi environment variables now must
13943: be UPPERCASE and A-Z 0-9 _-
13944:
13945: * src/classes/file.C: env passing fixed
13946:
13947: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13948:
13949: * src/main/pa_common.C: http:// CRLF now
13950:
13951: 2003-07-02 paf
13952:
13953: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13954: fields to reflect their real meaning
13955:
13956: 2003-06-27 paf
13957:
13958: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13959: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13960: file::exec/cgi .charset
13961:
13962: 2003-06-26 paf
13963:
13964: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13965: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13966: src/classes/table.C: fixed several uninitialized local
13967: structures. notably ^hash.foreach now inserts delimiters
13968: properly [were inserting it before first body]
13969:
13970: 2003-06-24 paf
13971:
13972: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13973:
13974: 2003-06-20 paf
13975:
13976: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13977: src/main/pa_globals.C: introducing
13978: $f[^file::load[binary;http://...]] $f.tables
13979:
13980: 2003-06-06 paf
13981:
13982: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13983: table. [were method lookup: inconsistent]
13984:
13985: 2003-06-02 paf
13986:
13987: * src/include/pa_memory.h: empty string clone fixed to return
13988: writable memory
13989:
13990: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13991: were not appended] which violated string invariant
13992:
13993: 2003-05-30 paf
13994:
13995: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13996: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13997:
13998: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13999: GMT ; RFC 822, updated by RFC 1123
14000:
14001: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14002: targets/isapi/parser3isapi.C: initialized request_info properly
14003:
14004: * src/classes/xnode.C: found minor bug, commended for future
14005:
14006: 2003-05-28 paf
14007:
14008: * src/classes/form.C: request_info.content_length can't be <0,
14009: size_t for some time
14010:
14011: 2003-05-26 paf
14012:
14013: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14014: forgotten <0 changed to !=STRING_NOT_FOUND
14015:
14016: * src/classes/math.C: merged ffffu from HEAD
14017:
14018: 2003-05-11 paf
14019:
14020: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14021:
14022: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14023: premature doc free. transformed document had xmlDoc reference
14024: stored to non-gc-memory (libgdome) added holding-reference
14025:
14026: 2003-04-29 paf
14027:
14028: * src/main/pa_globals.C: started digging on double free. on win32
14029: found that that's perfectly normal.
14030:
14031: 2003-04-25 paf
14032:
14033: * src/classes/table.C: table.join bug fix [bad limit check]
14034:
14035: * src/classes/math.C: merged from HEAD: simpiler hash_string
14036:
14037: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14038: print anything. changed to quicker and simplier code
14039:
14040: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14041: strict a check]
14042:
14043: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14044:
14045: 2003-04-24 paf
14046:
14047: * src/include/pa_table.h: too strict assert loosened
14048:
14049: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14050: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14051: report
14052:
14053: 2003-04-21 paf
14054:
1.116 moko 14055: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14056:
14057: * src/main/pa_globals.C: pcre memory management changed to use GC
14058: memory
14059:
14060: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14061: xmlMallocAtomic [author agreed to my suggestion], used that
14062:
14063: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14064:
14065: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14066: types/pa_vmail.C: attributed_meaning_to_string added
14067: L_UNSPECIFIED piece which was sortof OK, but violated string
14068: invariant [assertion barked on that] changed to L_PASS_APPEND,
14069: made that param obligatory
14070:
14071: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14072: fixed [assert helped]
14073:
14074: * src/include/pa_string.h: assert added [looking for bug]
14075:
14076: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14077: names on Win32 considered disk-global
14078:
14079: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14080: considered disk-global
14081:
14082: 2003-04-18 paf
14083:
14084: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14085: filenames
14086:
14087: * src/main/untaint.C: enabled '~' letter in filenames
14088:
14089: 2003-04-16 paf
14090:
14091: * src/classes/file.C: small bug introduced in autoptr times fixed
14092:
14093: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14094: HEAD
14095:
1.116 moko 14096: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14097:
14098: 2003-04-15 paf
14099:
14100: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14101: src/lib/md5/pa_md5c.c, tests/141.html,
14102: tests/results/141.processed: merged from head ^math:uuid[]
14103: ^math:uid64[] ^math:md5[string]
14104:
14105: test added: 141.html
14106:
14107: * operators.txt, src/classes/math.C: ^math:uid64[]
14108:
14109: * src/classes/math.C: ^math:uuid[]
14110:
14111: * operators.txt, src/classes/math.C: ^math:uuid[]
14112:
14113: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14114: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14115:
14116: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14117: src/include/pa_config_fixed.h, src/main/pa_common.C:
14118: ^file::load[mode;name; $.offset $.limit
14119:
14120: 2003-04-14 paf
14121:
14122: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14123: started ^math:md5
14124:
14125: * src/classes/table.C, src/include/pa_array.h,
14126: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14127: tests/results/140.processed: table $.reverse option works in
14128: create&co table $.distinct[tables] bug fix merged
14129:
14130: * src/: classes/table.C, include/pa_table.h: table
14131: $.distinct[tables] bug fixed
14132:
14133: * src/classes/table.C: more warnings
14134:
14135: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14136: removed checks in table::set_current, moved them back to
14137: table::locate implemented table::create/join ñ $.reverse
14138:
14139: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14140: removed checks in table::set_current, moved them back to
14141: table::locate
14142:
14143: 2003-04-11 paf
14144:
14145: * operators.txt, src/classes/date.C, src/classes/table.C,
14146: src/include/pa_array.h, src/include/pa_common.h,
14147: src/include/pa_config_includes.h, src/include/pa_string.h,
14148: src/include/pa_table.h, src/main/pa_request.C,
14149: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14150: src/main/pa_table.C: merged from HEAD from
14151: before_append_array_limit_sense_change to
14152: after_append_array_limit_sense_change
14153:
14154: * src/classes/table.C: typo
14155:
14156: * operators.txt, src/classes/date.C, src/classes/table.C,
14157: src/include/pa_array.h, src/include/pa_common.h,
14158: src/include/pa_config_includes.h, src/include/pa_globals.h,
14159: src/include/pa_table.h, src/main/pa_array.C,
14160: src/main/pa_globals.C, src/main/pa_request.C,
14161: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14162: src/main/pa_table.C: append_array_limit_sense_change locate
14163: accepts options same as create new option: $.reverse(1) [do not
14164: work in table::create]
14165:
14166: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14167: (stat xxx,
14168:
14169: * src/classes/: table.C: typo
14170:
14171: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14172: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14173: results/130.processed, results/131.processed,
14174: results/132.processed, results/133.processed,
14175: results/134.processed, results/135.processed,
14176: results/136.processed, results/137.processed,
14177: results/138.processed, results/139.processed: added few mustfail
14178: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14179: date/time 132.html mustfail: access to junction outside of
14180: context 133.html mustfail: access to junction outside of context,
14181: case version 134.html mustfail: hash: adding a key inside of
14182: foreach 135.html mustfail: modifying system class 136.html
14183: mustfail: $.name outside of $hash[here] 137.html mustfail:
14184: appendChild without import 138.html mustfail: invalid encoding
14185: inside of xml 139.html mustfail: bad XPath
14186:
14187: * operators.txt, src/classes/table.C, tests/084.html,
14188: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14189: tests/129.html, tests/results/125.processed,
14190: tests/results/126.processed, tests/results/127.processed,
14191: tests/results/128.processed, tests/results/129.processed: merged
14192: from HEAD ^table.hash[key][$.distinct[tables]]
14193:
14194: maked appropriate tests [changed one old nonconforming]
14195:
14196: * operators.txt, src/classes/table.C:
14197: ^table.hash[key][$.distinct[tables]]
14198:
14199: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14200: merged fix for found very old xml (dom) bug: were passing
14201: domString objects and later ERROREOUSLY freed them
14202:
14203: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14204: src/main/pa_charset.C: re-added libgdome patch. regretfully
14205: libgdome bug can not be worked around
14206:
14207: 2003-04-10 paf
14208:
14209: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14210: found very old xml (dom) bug: were passing domString objects and
14211: later ERROREOUSLY freed them
14212:
14213: * src/doc/string.dox, src/include/pa_memory.h,
14214: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14215: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14216: tests/123.html, tests/124.html, tests/results/001.processed,
14217: tests/results/002.processed, tests/results/003.processed,
14218: tests/results/004.processed, tests/results/005.processed,
14219: tests/results/006.processed, tests/results/008.processed,
14220: tests/results/009.processed, tests/results/010.processed,
14221: tests/results/011.processed, tests/results/012.processed,
14222: tests/results/013.processed, tests/results/014.processed,
14223: tests/results/015.processed, tests/results/016.processed,
14224: tests/results/017.processed, tests/results/018.processed,
14225: tests/results/020.processed, tests/results/021.processed,
14226: tests/results/022.processed, tests/results/023.processed,
14227: tests/results/024.processed, tests/results/025.processed,
14228: tests/results/026.processed, tests/results/027.processed,
14229: tests/results/028.processed, tests/results/029.processed,
14230: tests/results/030.processed, tests/results/031.processed,
14231: tests/results/032.processed, tests/results/033.processed,
14232: tests/results/034.processed, tests/results/035.processed,
14233: tests/results/036.processed, tests/results/037.processed,
14234: tests/results/038.processed, tests/results/039.processed,
14235: tests/results/040.processed, tests/results/041.processed,
14236: tests/results/042.processed, tests/results/043.processed,
14237: tests/results/044.processed, tests/results/045.processed,
14238: tests/results/046.processed, tests/results/047.processed,
14239: tests/results/048.processed, tests/results/049.processed,
14240: tests/results/050.processed, tests/results/051.processed,
14241: tests/results/052.processed, tests/results/053.processed,
14242: tests/results/054.processed, tests/results/055.processed,
14243: tests/results/056.processed, tests/results/057.processed,
14244: tests/results/058.processed, tests/results/059.processed,
14245: tests/results/060.processed, tests/results/061.processed,
14246: tests/results/062.processed, tests/results/063.processed,
14247: tests/results/064.processed, tests/results/065.processed,
14248: tests/results/066.processed, tests/results/067.processed,
14249: tests/results/068.processed, tests/results/069.processed,
14250: tests/results/070.processed, tests/results/071.processed,
14251: tests/results/072.processed, tests/results/073.processed,
14252: tests/results/074.processed, tests/results/075.processed,
14253: tests/results/076.processed, tests/results/077.processed,
14254: tests/results/078.processed, tests/results/079.processed,
14255: tests/results/080.processed, tests/results/081.processed,
14256: tests/results/082.processed, tests/results/083.processed,
14257: tests/results/084.processed, tests/results/085.processed,
14258: tests/results/086.processed, tests/results/087.processed,
14259: tests/results/088.processed, tests/results/089.processed,
14260: tests/results/090.processed, tests/results/091.processed,
14261: tests/results/092.processed, tests/results/093.processed,
14262: tests/results/094.processed, tests/results/095.processed,
14263: tests/results/096.processed, tests/results/097.processed,
14264: tests/results/101.processed, tests/results/102.processed,
14265: tests/results/104.processed, tests/results/105.processed,
14266: tests/results/106.processed, tests/results/107.processed,
14267: tests/results/108.processed, tests/results/109.processed,
14268: tests/results/110.processed, tests/results/111.processed,
14269: tests/results/112.processed, tests/results/113.processed,
14270: tests/results/114.processed, tests/results/115.processed,
14271: tests/results/116.processed, tests/results/117.processed,
14272: tests/results/118.processed, tests/results/119.processed,
14273: tests/results/120.processed, tests/results/121.processed,
14274: tests/results/122.processed, tests/results/123.processed,
14275: tests/results/124.processed: new convention: char* never 0.
14276: assert in cord on that
14277:
14278: * src/main/pa_charset.C: couple more asserts
14279:
14280: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14281: speedup
14282:
14283: * src/main/pa_charset.C: couple assertions on fantastic situations
14284: added [may be those is the case now?]
14285:
14286: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14287: that's memory from gc_malloc, not from g_malloc :(, but would
14288: hope]
14289:
14290: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14291: that's memory from gc_malloc, not from g_malloc :(, but would
14292: hope]
14293:
14294: * src/main/pa_charset.C: checked custom malloc for returning 0
14295:
14296: 2003-04-09 paf
14297:
14298: * src/classes/date.C: merged ^date.roll changes
14299:
14300: * src/classes/date.C: ^date.roll bug fix
14301:
14302: * src/classes/date.C: ^date.roll now throws less errors: month
14303: shifts handles end of month situation by reducing day number
14304: hour-hole shift reduces hour to recover
14305:
14306: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14307: Sort by function time
14308:
14309: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14310: http:// $.charset[] param done
14311:
14312: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14313: added [after volatile fix. passes on win&intel-solaris]
14314:
14315: 2003-04-08 paf
14316:
14317: * src/: classes/file.C, classes/op.C, classes/table.C,
14318: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14319: include/pa_common.h, include/pa_request_charsets.h,
14320: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14321: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14322: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14323: types/pa_vresponse.C: started http:// $.charset[] param and
14324: http response charset detection just compiled. todo:test
14325:
14326: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14327:
14328: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14329: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14330: types/pa_vmail.C: changed transcode param converntion along with
14331: string creating convention -- all strings are zero-terminated,
14332: this allowed to fix one remaining String("123", 2) case
14333:
14334: * src/: classes/date.C, classes/file.C, classes/hash.C,
14335: classes/op.C, classes/string.C, classes/table.C,
14336: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14337: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14338: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14339: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14340: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14341: violated String::invariant. started fixing [not compiled now]
14342:
14343: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14344: main/compile.tab.C, main/compile.y, main/pa_string.C,
14345: main/untaint.C, targets/cgi/parser3.C: number of string style
14346: improvements & optimizations
14347:
14348: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14349: :(]
14350:
14351: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14352: [for it's a pointer really]
14353:
14354: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14355: 'n' param. worked that around
14356:
14357: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14358: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14359: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14360: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14361: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14362:
14363: Thanks for the bug report and patch.
14364:
14365: I hadn't looked at this code in a while. Reading it now, it
14366: seems to me that the tests should also be ">= MAX_DEPTH" to
14367: comply with the invariant, though that may not matter a lot. I
14368: changed that, too.
14369:
14370: Hans
14371:
14372: 2003-04-07 paf
14373:
14374: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14375: merged from head:safe mode error message now includes numbers
14376:
14377: * src/main/execute.C: n-th attempt to make a=a work with double.
14378: problem: as_double returns it's result in fp-register compiler
14379: optimizes access to that register after b->as_double, and just
14380: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14381: from memory. _SAME_ double values do not match here. when
14382: forced to REload fp-register, values do match.
14383:
14384: tried to make them volatile.
14385:
14386: * src/main/execute.C: n-th attempt to make a=a work with double.
14387: problem: as_double returns it's result in fp-register compiler
14388: optimizes access to that register after b->as_double, and just
14389: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14390: from memory. _SAME_ double values do not match here. when
14391: forced to REload fp-register, values do match.
14392:
14393: tried to make them volatile.
14394:
14395: * src/types/pa_vobject.h: small style change
14396:
14397: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14398:
14399: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14400: mode error message now includes numbers
14401:
14402: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14403: now causes death
14404:
14405: 2003-04-04 paf
14406:
14407: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14408: incorportated pa_exec patch by From: "Victor Fedoseev"
14409: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14410: Sent: Thursday, January 23, 2003 9:14 AM
14411:
14412: huge speedup on ^file::cgi with big result
14413:
14414: * src/classes/table.C: sort table with 0 rows bug fixed
14415:
14416: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14417: fix http://i2/tasks/edit/?id=4493701604654042676
14418:
14419: @main[] $with_default[ $.a[1] $._default[default from
14420: with_default] ] ^show[$with_default]
14421:
14422: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14423: =$to_add_to.xxx=<br>
14424:
14425: ^show[$to_add_to]
14426:
14427: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14428: ^show[$cloned]
14429:
14430: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14431:
14432: } <hr>
14433:
14434: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14435: http://i2/tasks/edit/?id=4493701604654042676
14436:
14437: @main[] $with_default[ $.a[1] $._default[default from
14438: with_default] ] ^show[$with_default]
14439:
14440: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14441: =$to_add_to.xxx=<br>
14442:
14443: ^show[$to_add_to]
14444:
14445: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14446: ^show[$cloned]
14447:
14448: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14449:
14450: } <hr>
14451:
14452: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14453: http://i2/tasks/edit/?id=4507350336410850921
14454:
14455: * src/classes/xdoc.C: memory allocation func bugfix
14456: http://i2/tasks/edit/?id=4499303470368629745
14457:
14458: * src/classes/math.C: allowed random 1...
14459:
14460: * src/classes/math.C: allowed random 0..
14461:
14462: * src/main/pa_globals.C: exif mem leak
14463: http://i2/tasks/edit/?id=4480590323629807263
14464:
14465: * src/: classes/classes.dsp, main/main.dsp,
14466: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14467: fix http://i2/tasks/edit/?id=4493946731322521294
14468: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14469:
14470: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14471: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14472: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14473: links to xml libs made relative, no need to unpack parser3project
14474: to /parser3project.
14475:
14476: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14477: column more precise - tab handling bug fixed
14478:
14479: * src/main/: compile.tab.C, compile.y: more understandable error
14480: message in case @CLASS with more then one line inside
14481:
14482: * src/targets/cgi/parser3.C: more understandable error message in
14483: case of errors in @unhandled_exception
14484:
14485: 2003-04-03 paf
14486:
14487: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14488: src/main/compile.tab.C, src/main/compile.y,
14489: src/main/compile_tools.C, src/main/compile_tools.h,
14490: src/main/execute.C, src/main/pa_request.C: debug info format
14491: simplified, now it's: OP_VALUE Operation::Origin << here value*
14492:
14493: higher limits: file number (max: 255) line number (max:
14494: 64535) column number (max: 255)
14495:
14496: * src/classes/math.C: top limit
14497:
14498: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14499: precise parse error position in case of
14500:
14501: ^bug ]
14502:
14503: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14504: changed to realities, and passed [bug fixed]
14505:
14506: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14507: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14508: main/compile_tools.h, main/pa_request.C: introducing
14509: ^process...[main-method-alias]
14510:
14511: * src/: classes/date.C, classes/image.C, classes/op.C,
14512: classes/string.C, classes/table.C, classes/xdoc.C,
14513: types/pa_vmethod_frame.h: MethodParams& now [methods without
14514: params receive zero reference, but they are expected not to look
14515: there]
14516:
14517: * operators.txt, src/classes/date.C, src/classes/double.C,
14518: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14519: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14520: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14521: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14522: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14523: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14524: [methods without params receive zero reference, but they are
14525: expected not to look there]
14526:
14527: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14528: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14529: ^process...[filename] useful for better error reporting
14530: [file/line/col]
14531:
14532: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14533: types/pa_vstring.h: slightly improved error messages text: 1. is
14534: '%s', it 2. method undefined in case of ^void[]
14535:
14536: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14537: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14538: handling done. now we have error columns todo: test it
14539:
14540: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14541: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14542:
14543: this makes life easier: were: bad stack order -- were in
14544: exception catch unwind order, which didn't match execution order
14545:
14546: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14547:
14548: @first[] ^throw[a;1]
14549:
14550: showed throw a first throw b try
14551:
14552: which is no good
14553:
14554: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14555: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14556: trace reset after handled exception [old bug fixed]
14557:
14558: * src/main/: compile.tab.C, compile.y: parse position old bug
14559: fixed. position reporting made precise [both, in parse erros and
14560: runtime errors]
14561:
14562: 2003-04-02 paf
14563:
14564: * src/: include/pa_operation.h, include/pa_request.h,
14565: main/compile.C, main/compile.tab.C, main/compile.y,
14566: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14567: main/pa_exception.C, main/pa_request.C: debug info: started
14568: using. todo:complete
14569:
14570: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14571: main/compile.C, main/compile.tab.C, main/compile.y,
14572: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14573: main/pa_request.C: prepared debug info todo:use it
14574:
14575: * src/include/pa_operation.h: strange mistake fixed: forgot to
14576: return Operation class->union after switching from autoptrs.
14577:
14578: * tests/: Makefile, results/108.processed, results/117.processed:
14579: meta considered OK [it's up to coder now to remove it not needed]
14580:
14581: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14582: Dictionary constructor when moved to gc]
14583:
14584: * src/main/pa_common.C: uncommented http:// file loading
14585:
14586: * src/include/pa_array.h, src/main/execute.C,
14587: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14588: fix [gdGrowingBuf]
14589:
14590: * configure.in, src/lib/Makefile.am: removed patches
14591:
14592: * configure, src/include/pa_config_auto.h.in,
14593: src/main/pa_charset.C: --enable-assertions autoconf-ed
14594:
14595: * src/main/pa_common.C: uncommented http:// file loading
14596:
14597: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14598: xdoc::create/load
14599:
14600: * src/: classes/form.C, classes/hash.C, classes/image.C,
14601: classes/string.C, classes/table.C, classes/void.C,
14602: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14603: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14604: String::String(str,helper_length) are checked. found/fixed one
14605: place: $request:body now zero-terminated,
14606:
14607: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14608: main/compile_tools.C, main/execute.C, types/pa_value.h,
14609: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14610: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14611: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14612: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14613: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14614: types/pa_vxnode.h: more locally scoped vars in execute (more
14615: easily optimizable)
14616:
14617: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14618: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14619:
14620: * src/: include/pa_array.h, include/pa_stack.h,
14621: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14622: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14623: become assertion iterator in methodframe filler
14624:
14625: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14626: targets/cgi/parser3.C: array::get/put inlined
14627:
14628: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14629: gc_substitute_memory_management_functions +installed CORD_oom
14630: function
14631:
14632: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14633: src/include/pa_config_includes.h, src/include/pa_string.h,
14634: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14635: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14636: assertions started configure.in --enable-assertions
14637:
14638: 2003-04-01 paf
14639:
14640: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14641: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14642: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14643: gdome uses glib memory, and stores last pointer to xmlDoc there,
14644: gc misses that and collects valid memory fixed by remembering
14645: xmlDoc from dom object in xdoc. todo: do something with
14646: premature free of xdoc with xnodes/node values referring into it
14647:
14648: * src/classes/: mail.C: typo fix
14649:
14650: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14651: changes
14652:
14653: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14654: main/pa_memory.C: moved memory debugging to global level: to
14655: pa_gc_malloc
14656:
14657: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14658: debugging showed no errors. todo: debug parser memory
14659:
14660: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14661: configurations
14662:
14663: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14664: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14665: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14666: types/types.dsp: prepared xml-static configuration
14667:
14668: 2003-03-31 paf
14669:
14670: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14671: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14672: xml lib memory debugging, simple checks failed: it seems that
14673: library does realloc(bad ptr), and recording those ptrs in heap
14674: [for debugging] was bad: heap situation changes = everything
14675: works fine
14676:
14677: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14678: xmlRegisterCharEncodingHandler limitation [currently imposed
14679: limit of 10 user-defined charsets]
14680:
14681: 2003-03-28 paf
14682:
14683: * src/main/execute.C: execution stack copied to local register
14684: variable, removed lots [~2e7) of memory accesses
14685:
14686: 2003-03-27 paf
14687:
14688: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14689: works in debug, but fails in release todo: fix that
14690:
14691: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14692: targets/cgi/parser3.C: forgot to merge XML memory funcs
14693: replacement from gc branch
14694:
14695: * src/main/pa_exec.C: introducing append_help_length [radical
14696: improvement here]
14697:
14698: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14699: 'not recommened' in gc.h, on win32 noticed no difference]
14700:
14701: * src/include/pa_array.h: returned checked array get [were disabled
14702: for debugging] result:not slower [don't understand that, it were
14703: INLINED] todo: find out a way of inlining it!
14704:
14705: * src/: include/pa_string.h, lib/gc/include/gc.h,
14706: lib/gc/include/gc_fake.h, main/compile.tab.C,
14707: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14708: convention changed: all resulting strings are zero-terminated
14709:
14710: * src/: classes/date.C, classes/file.C, classes/hash.C,
14711: classes/string.C, classes/table.C, classes/void.C,
14712: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14713: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14714: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14715: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14716: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14717: types/pa_vfile.C, types/pa_vmail.C: introducing
14718: append_help_length [radical improvement here]
14719:
14720: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14721: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14722: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14723: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14724: even slower
14725:
14726: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14727: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14728: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14729: clients of &get(): most to use non-ref version, some[in tight
14730: places] to get_unchecked_ref
14731:
14732: * src/doc/memory.dox: forgot to add
14733:
14734: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14735: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14736: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14737: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14738: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14739: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14740: targets/cgi/parser3.dsp, types/pa_vmail.C,
14741: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14742: T>>&<< removed after Stack::pop wiping removed [moved to separate
14743: func] other Array & removed
14744:
14745: 2003-03-26 paf
14746:
14747: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14748: classes/table.C, include/pa_array.h, include/pa_charset.h,
14749: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14750: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14751: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14752: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14753: main/pa_exec.C, main/pa_sql_driver_manager.C,
14754: main/pa_stylesheet_manager.C, main/pa_table.C,
14755: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14756: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14757: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14758: pre-evaluated .count() in some places
14759:
14760: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14761: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14762: types/types.dsp: .dsp profiling updated
14763:
14764: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14765: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14766: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14767:
14768: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14769: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14770: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14771: use lib/gc,lib/cord
14772:
1.116 moko 14773: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14774: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14775: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14776: src/include/pa_config_includes.h, src/include/pa_request.h,
14777: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14778: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14779: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14780: src/lib/cord/include/Makefile.am,
1.116 moko 14781: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14782: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14783: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14784: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14785: src/types/pa_vform.h, src/types/pa_vhash.h,
14786: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14787: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14788: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14789: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14790: funcs ported pa_exec
1.95 moko 14791:
14792: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14793:
14794: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14795: bundled gc includes
14796:
14797: * src/: classes/op.C, include/pa_array.h,
14798: include/pa_sql_connection.h, include/pa_string.h,
14799: include/pa_version.h, main/compile.tab.C, main/compile.y,
14800: main/execute.C, main/pa_common.C, main/pa_exception.C,
14801: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14802: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14803: first real site (aval)]
14804:
14805: 2003-03-25 paf
14806:
14807: * operators.txt, src/main/pa_sql_driver_manager.C,
14808: src/types/pa_vstatus.C: $status.memory used free since_compact
14809: process
14810:
14811: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14812: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14813:
14814: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14815:
14816: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14817: src/types/pa_value.h, src/types/pa_vfile.h,
14818: src/types/pa_vobject.C, src/types/pa_vobject.h,
14819: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14820: tests/results/121.processed: untaint.C L_URI
14821:
14822: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14823: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14824: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14825: src/types/pa_vmemory.h: ^memory:compact[]
14826:
14827: * tests/results/109.processed: it was a bug in parser. updated 109
14828: test result
14829:
14830: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14831:
14832: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14833: tests/results/107.processed: fixed dom language [values are now
14834: considered tainted. it was a bug in parser. updated 107 test
14835: result
14836:
14837: * src/classes/xdoc.C: fixed transform params
14838:
14839: * src/: include/pa_stylesheet_manager.h,
14840: main/pa_stylesheet_manager.C: fixed stylesheet caching
14841:
14842: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14843: overloads for structure handling
14844:
14845: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14846: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14847: StringBody(0) ambiguilty, introducting static
14848: StringBody::Format(int)
14849:
14850: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14851: linked
14852:
14853: * src/types/pa_vxdoc.C: vxdoc compiled
14854:
14855: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14856: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14857: finalizers isntalled
14858:
14859: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14860: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14861: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14862: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14863: compiled todo: xnode.C / finalizers
14864:
14865: * src/doc/string.dox: updated: new string internals
14866:
14867: 2003-03-24 paf
14868:
14869: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14870: include/pa_charset.h, include/pa_config_fixed.h,
14871: include/pa_request.h, include/pa_stylesheet_connection.h,
14872: include/pa_stylesheet_manager.h, main/pa_charset.C,
14873: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14874: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14875: types/pa_vxnode.h: started XML
14876:
14877: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14878:
14879: * src/: classes/file.C, classes/image.C, classes/mail.C,
14880: include/pa_string.h, main/pa_common.C,
14881: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14882:
14883: * src/: classes/file.C, classes/image.C, classes/mail.C,
14884: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14885: main/pa_request.C, main/pa_sql_driver_manager.C,
14886: types/pa_vimage.h: size_t pos everywhere checks changed to check
14887: for eq STRING_NOT_FOUND
14888:
14889: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14890: optimize bit implemented
14891:
14892: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14893: String::ArrayFragment::append_positions fixed
14894:
14895: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14896: String::this_starts fixed
14897:
14898: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14899:
14900: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14901: hashcode implemented fully, including per-char callback [it can
14902: be - substr CORD node]
14903:
14904: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14905: rewritten to rewalloc with 100byte buf ahead
14906:
14907: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14908: src/include/pa_string.h, src/main/compile.tab.C,
14909: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14910: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14911: CORD_ec [bad] would rewrite as realloc now
14912:
14913: * src/: classes/date.C, classes/file.C, classes/form.C,
14914: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14915: include/pa_cache_managers.h, include/pa_charsets.h,
14916: include/pa_common.h, include/pa_request.h,
14917: include/pa_sql_driver_manager.h, include/pa_table.h,
14918: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14919: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14920: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14921: types/pa_vmail.C, types/pa_vmethod_frame.C,
14922: types/pa_vstateless_class.h: 2*2 worked :)
14923:
14924: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14925: src/include/pa_exec.h, src/include/pa_string.h,
14926: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14927: passed OK
14928:
14929: * src/: classes/hash.C, classes/string.C, classes/table.C,
14930: types/pa_value.C: all linked todo: debug
14931:
14932: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14933: types/pa_vstateless_class.C: all compiled. todo:link
14934:
14935: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14936:
14937: * src/types/pa_vtable.C: pa_vtable.C compiled
14938:
14939: * src/types/pa_vstring.C: pa_vstring.C compiled
14940:
14941: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14942:
14943: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14944: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14945: pa_vstateless_class.C, pa_vstateless_class.h:
14946: pa_vstateless_class.C compiled
14947:
14948: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14949: types/pa_vmath.C: pa_vmail.C compiled
14950:
14951: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14952:
14953: * src/types/pa_vform.C: pa_vform.C compiled
14954:
14955: * src/types/pa_vfile.C: pa_vfile.C compiled
14956:
14957: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14958: pa_vstateless_class.C: pa_vcookie.C compiled
14959:
14960: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14961: types/pa_vhash.h: pa_value.C compiled
14962:
14963: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14964: classes.lib main.lib compiled
14965:
14966: * src/classes/void.C: void.C compiled
14967:
14968: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14969: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14970: compiled
14971:
14972: * src/: classes/string.C, include/pa_request.h,
14973: include/pa_string.h, main/pa_string.C: string.C compiled
14974:
14975: * src/: classes/op.C, classes/string.C, classes/table.C,
14976: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14977: main/pa_request.C, main/pa_string.C: op.C compiled
14978:
14979: * src/classes/: math.C, op.C: math.C compiled
14980:
14981: * src/: classes/mail.C, classes/string.C, classes/table.C,
14982: types/pa_vmail.h: mail.C compiled
14983:
14984: * src/classes/: int.C, table.C: int.C compiled
14985:
14986: * src/: classes/hash.C, classes/image.C, classes/string.C,
14987: classes/table.C, include/pa_memory.h, include/pa_string.h,
14988: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14989: compiled
14990:
14991: * src/: classes/hash.C, classes/string.C, classes/table.C,
14992: classes/void.C, classes/xdoc.C, include/pa_request.h,
14993: include/pa_sql_connection.h: hash.C compiled
14994:
14995: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14996: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14997: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14998: classes/math.C, classes/op.C, classes/response.C,
14999: classes/string.C, classes/table.C, classes/void.C,
15000: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15001: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15002: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15003: file.C table.C compiled
15004:
15005: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15006: main/untaint.C: main.lib compiled
15007:
15008: 2003-03-21 paf
15009:
15010: * src/: classes/op.C, include/pa_cache_managers.h,
15011: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15012: include/pa_stylesheet_manager.h, main/pa_exception.C,
15013: main/pa_globals.C, main/pa_sql_driver_manager.C,
15014: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15015: compiled
15016:
15017: * src/: classes/hash.C, classes/image.C, classes/op.C,
15018: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15019: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15020: main/compile.C, main/pa_common.C, main/pa_request.C,
15021: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15022: pa_request.C compiled
15023:
15024: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15025: include/pa_request.h, main/execute.C, main/pa_request.C,
15026: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15027: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15028: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15029: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15030: compiled
15031:
15032: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15033: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15034: on unix
15035:
15036: * src/: include/pa_charset.h, include/pa_charsets.h,
15037: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15038: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15039: pa_charsets.C compiled
15040:
15041: * src/: classes/image.C, classes/mail.C, classes/op.C,
15042: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15043: main/compile.y, main/execute.C, main/pa_common.C,
15044: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15045: types/pa_vcode_frame.h, types/pa_vimage.h,
15046: types/pa_vmethod_frame.h: execute.C compiled
15047:
15048: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15049: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15050: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15051: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15052: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15053: include/pa_cache_managers.h, include/pa_charsets.h,
15054: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15055: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15056: include/pa_sql_driver_manager.h, include/pa_string.h,
15057: include/pa_stylesheet_connection.h,
15058: include/pa_stylesheet_manager.h, include/pa_table.h,
15059: main/compile.C, main/compile.tab.C, main/compile.y,
15060: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15061: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15062: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15063: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15064: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15065: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15066: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15067: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15068: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15069: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15070: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15071: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15072: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15073: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15074: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15075: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15076: types/pa_vresponse.h, types/pa_vstateless_class.C,
15077: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15078: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15079: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15080: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15081: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15082: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15083: [C++ CORD wrapper]
15084:
15085: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15086:
15087: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15088: $file::exec/cgi[script; $.charset[this is script's charset]
15089:
15090: command line, env values, input got transcoded before call
15091: stdout, stderr got transcoded after call
15092:
15093: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15094: by default. use: ^file::exec[...;$.stdin[$request.body]
15095:
15096: * src/main/pa_common.C: } typo bug fix
15097:
15098: * src/main/pa_common.C: } typo bug fix
15099:
15100: 2003-03-20 paf
15101:
15102: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15103: main/untaint.C: cord bug fix, but still errors todo: clear out
15104:
15105: * src/include/pa_string.h: more tests
15106:
15107: * src/main/pa_string.C: string.pos fixed
15108:
1.116 moko 15109: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15110: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15111: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15112: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15113: replaces
1.95 moko 15114:
15115: * src/: classes/image.C, include/pa_dictionary.h,
15116: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15117: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15118: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15119: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15120:
15121: * src/include/pa_string.h: warning
15122:
15123: * src/include/pa_string.h: this_starts fixed
15124:
15125: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15126: new String ctor & append params convention
15127:
15128: * src/: classes/file.C, classes/hash.C, classes/image.C,
15129: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15130: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15131: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15132: main/pa_exception.C, main/pa_exec.C,
15133: main/pa_sql_driver_manager.C, main/pa_string.C,
15134: main/pa_stylesheet_manager.C, main/untaint.C,
15135: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15136: types/pa_vmail.C: more tests OK
15137:
15138: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15139: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15140: gc/exit runned OK
15141:
15142: * src/types/pa_vmail.C: another naming problem: should not name
15143: vars like that: unpredictable close caused problems with later
15144: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15145: descriptors missing on startup: stdin; Bad file number
15146:
15147: todo: find out why so many filters(stream) here. probably wrong?
15148:
15149: * src/: include/pa_dictionary.h, include/pa_string.h,
15150: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15151: main/untaint.C: test compiled
15152:
15153: * src/: classes/image.C, classes/mail.C, classes/math.C,
15154: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15155: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15156: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15157: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15158: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15159: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15160: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15161: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15162: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15163:
15164: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15165: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15166: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15167: src/include/pa_memory.h, src/include/pa_request.h,
15168: src/include/pa_request_charsets.h,
15169: src/include/pa_sql_connection.h, src/include/pa_string.h,
15170: src/main/compile.tab.C, src/main/execute.C,
15171: src/main/pa_charset.C, src/main/pa_common.C,
15172: src/main/pa_exception.C, src/main/pa_exec.C,
15173: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15174: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15175: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15176: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15177: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15178: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15179: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15180: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15181: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15182: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15183: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15184: pa_common.C [done, without http for now]
15185:
15186: 2003-03-19 paf
15187:
15188: * src/: classes/date.C, classes/form.C, classes/hash.C,
15189: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15190: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15191: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15192: include/pa_string.h, include/pa_table.h, main/compile.C,
15193: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15194: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15195: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15196: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15197: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15198: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15199: types/pa_vstateless_class.h, types/pa_vtable.C,
15200: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15201: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15202: types/pa_wwrapper.h: started test
15203:
1.116 moko 15204: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15205: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15206:
15207: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15208: include/pa_string.h, main/pa_string.C: string compiled todo: test
15209: it
15210:
15211: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15212: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15213: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15214: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15215: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15216: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15217: types/pa_vmethod_frame.h, types/types.dsp: string
15218: reimplementation with cord+array<fragment>: 70%
15219:
15220: 2003-03-18 paf
15221:
15222: * src/: classes/date.C, classes/file.C, classes/form.C,
15223: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15224: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15225: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15226: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15227: can ignore lang in cmp and pos really, but would
15228: split properly!
15229:
15230: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15231: cord part made parser/src/lib: it's not compiled into libgc by
15232: default
15233:
15234: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15235: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15236: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15237: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15238: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15239: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15240: src/classes/xnode.C, src/classes/xnode.h,
15241: src/include/Makefile.am, src/include/pa_cache_managers.h,
15242: src/include/pa_charset.h, src/include/pa_charsets.h,
15243: src/include/pa_common.h, src/include/pa_dictionary.h,
15244: src/include/pa_exception.h, src/include/pa_exec.h,
15245: src/include/pa_globals.h, src/include/pa_hash.h,
15246: src/include/pa_memory.h, src/include/pa_pool.h,
15247: src/include/pa_request.h, src/include/pa_request_charsets.h,
15248: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15249: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15250: src/include/pa_stylesheet_connection.h,
15251: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15252: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15253: src/main/compile.C, src/main/compile.tab.C,
15254: src/main/compile_tools.C, src/main/compile_tools.h,
15255: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15256: src/main/pa_charsets.C, src/main/pa_common.C,
15257: src/main/pa_dictionary.C, src/main/pa_exception.C,
15258: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15259: src/main/pa_pool.C, src/main/pa_request.C,
15260: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15261: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15262: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15263: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15264: src/types/pa_junction.h, src/types/pa_method.h,
15265: src/types/pa_value.C, src/types/pa_value.h,
15266: src/types/pa_vclass.C, src/types/pa_vclass.h,
15267: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15268: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15269: src/types/pa_vdouble.h, src/types/pa_venv.h,
15270: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15271: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15272: src/types/pa_vimage.C, src/types/pa_vimage.h,
15273: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15274: src/types/pa_vmath.C, src/types/pa_vmath.h,
15275: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15276: src/types/pa_vobject.C, src/types/pa_vobject.h,
15277: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15278: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15279: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15280: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15281: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15282: src/types/pa_vstring.h, src/types/pa_vtable.C,
15283: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15284: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15285: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15286: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15287: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15288: gc: PA_Object done lots of replacements also
15289:
15290: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15291: gc logging
15292:
15293: 2003-03-17 paf
15294:
15295: * src/: classes/date.C, classes/file.C, classes/form.C,
15296: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15297: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15298: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15299: include/pa_string.h, include/pa_types.h, main/compile.C,
15300: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15301: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15302: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15303: main/pa_sql_driver_manager.C, main/pa_string.C,
15304: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15305: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15306: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15307: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15308: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15309: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15310: types/pa_vxnode.h: libgc attempt
15311:
15312: 2003-03-13 paf
15313:
15314: * src/: include/pa_sql_driver_manager.h,
15315: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15316: called
15317:
15318: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15319: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15320: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15321: types/pa_value.h, types/pa_vobject.h,
15322: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15323: set_base, set_derived simplified [counter leaks fixed]
15324:
15325: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15326: src/types/types.dsp: incorporated status class patch From:
15327: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15328: 2003 8:14 AM
15329:
15330: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15331: Win32 specific: QuotaPeakNonPagedPoolUsage
15332: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15333:
15334: 2003-03-12 paf
15335:
1.116 moko 15336: * configure, configure.in, src/lib/ltdl/configure,
15337: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15338: lib/ltdl/Makefile now created by /configure.in only [were by
15339: lib/ltdl/configure.in OVERWRITE]
15340:
1.116 moko 15341: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15342: linkage fixed for g++ 3.2.2
1.95 moko 15343:
15344: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15345: on using privately declared class [fixed]
15346:
15347: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15348: 3.2 rightliy complained on using privately declared class [fixed]
15349:
15350: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15351: sigpipe before request constructor now causes death
15352:
15353: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15354: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15355: not cause exception in exception handler
15356:
1.116 moko 15357: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15358: now default links libstdc++ statically. that can be overriden by
15359: --with-dynamic-stdcpp
1.95 moko 15360:
15361: 2003-03-11 paf
15362:
15363: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15364: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15365: necessity of libstdc++
15366:
15367: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15368:
15369: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15370:
15371: 2003-03-08 paf
15372:
15373: * tests/Makefile: make install & co
15374:
15375: * src/: include/pa_request.h, classes/op.C: removing
15376: vclass,object.h -> pa_request.h dependency
15377:
15378: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15379: main/pa_request.C: removing vform,response,cookie.h ->
15380: pa_request.h dependency
15381:
15382: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15383: dependency [testing...]
15384:
15385: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15386: return 0; fixed
15387:
15388: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15389: types/pa_vmail.h: vmail.C received just compiled [not tested]
15390:
15391: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15392:
15393: * src/main/pa_request.C: forgotten: ifdef XML
15394:
15395: * src/main/pa_request.C: forgotten: ifdef XML
15396:
15397: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15398: win32 and run memleak tests again
15399:
15400: * src/targets/cgi/parser3.C: charsets: see some strange things with
15401: old xml lib-- it's internal memory handling has faults
15402:
15403: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15404: problems when transcode from charset A to A.
15405:
15406: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15407: todo: still problems when transcode from charset A to A.
15408:
15409: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15410: classes/table.C, include/pa_array.h,
15411: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15412: started full-scale-site-test [~ http://parser.ru sources]
15413:
15414: some fixes
15415:
15416: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15417: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15418: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15419: results/110.processed, results/111.processed,
15420: results/112.processed, results/113.processed,
15421: results/114.processed, results/115.processed,
15422: results/116.processed, results/117.processed,
15423: results/118.processed, results/119.processed,
15424: results/120.processed: xml: tests 109 dom create/show 110 xpath
15425: selectSingle 111 xdoc.create from tainted & 112
15426: xdoc.create/output with russian attr value 113 xpath
15427: selectString/Number 114 dom attributes.count 115 xpath selectBool
15428: 116 output media-type change 117 transform by dom stylesheet 118
15429: empty transform result 119 dom setAttribute 120 nbsp letter
15430: output
15431:
15432: =END OF PREPARED XML TESTS=
15433:
15434: 2003-03-07 paf
15435:
15436: * src/classes/xdoc.C, src/include/pa_charset.h,
15437: src/include/pa_stylesheet_connection.h, tests/108.html,
15438: tests/108.xsl, tests/results/108.processed: xml: test 108
15439: transform with params [bugs fixed]
15440:
15441: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15442: from copy/paste bug
15443:
15444: * src/classes/xdoc.C, src/include/pa_charset.h,
15445: src/include/pa_request.h, src/main/execute.C,
15446: src/main/pa_charset.C, src/main/pa_exception.C,
15447: src/main/pa_globals.C, src/main/pa_request.C,
15448: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15449: src/types/pa_vxnode.C, tests/107.html,
15450: tests/results/107.processed: xml: test: 107 bug fixes
15451:
15452: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15453: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15454: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15455:
15456: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15457: string
15458:
15459: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15460: mem alloc functions used for different cases [libxml, libxsl]
15461:
15462: * src/classes/classes.C: fixed: prevent system classes from
15463: modification to lock ALL the classes, not only directly used
15464:
15465: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15466: linked
15467:
15468: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15469:
15470: 2003-03-06 paf
15471:
15472: * src/classes/xdoc.C: xdoc.C 50%
15473:
15474: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15475: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15476: main/pa_globals.C, main/pa_request.C,
15477: main/pa_stylesheet_manager.C: xnode.C compiled
15478:
15479: * src/: include/pa_stylesheet_connection.h,
15480: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15481: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15482:
15483: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15484: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15485: xml: stylesheet&manager STARTED
15486:
15487: * src/: include/pa_globals.h, main/pa_charset.C,
15488: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15489:
15490: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15491: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15492: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15493: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15494: charsets
15495:
15496: * tests/023.html: in some cases it rounded up badly. postponing
15497: solution of that problem, making more simple test
15498:
15499: * tests/: 058_paf2000.png, results/058.processed: .png added with
15500: -kb now
15501:
15502: * src/: include/pa_charset.h, include/pa_charsets.h,
15503: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15504: moved to charsets.C
15505:
15506: 2003-03-05 paf
15507:
15508: * src/classes/string.C, src/include/pa_string.h,
15509: src/main/pa_string.C, tests/105.html,
15510: tests/results/105.processed: String::match bug fixed
15511:
15512: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15513: tests/results/104.processed: ^bpt operator added [does int3 in
15514: debug build on win32]
15515:
15516: * tests/: 057.html, results/057.processed: test bug fixed
15517:
1.116 moko 15518: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15519:
15520: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15521: missing
15522:
1.116 moko 15523: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15524: forgotten files added to Makes
1.95 moko 15525:
15526: * ltmain.sh: ltmain.sh added
15527:
15528: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15529: change undone ;(
15530:
15531: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15532: made static
15533:
15534: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15535: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15536: todo:make linker happy
1.95 moko 15537:
15538: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15539: env param made optional
15540:
15541: 2003-03-04 paf
15542:
15543: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15544: types/pa_vimage.h: number of gcc compiler bugs fixed
15545:
15546: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15547: results/103.processed: tests: 103 image.copy transparence test
15548:
15549: * src/main/execute.C, tests/101.html, tests/102.html,
15550: tests/results/101.processed, tests/results/102.processed: tests:
15551: 101 method/variable name conflict test 102 form fields change
15552: should not not change anything [bug fix]
15553:
15554: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15555: results/099.processed, results/100.processed: tests: 57 date
15556: create 2002: added 99,100 response:body/download
15557:
15558: * src/classes/image.C, tests/098.html, tests/098font.gif,
15559: tests/results/098.processed: test: 98 image font text [bug fixed]
15560:
15561: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15562: tests/results/097.processed: test: 97 file::load http:// [bugs
15563: fixed]
15564:
15565: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15566: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15567: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15568: image EXIF [bug fixed]
15569:
15570: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15571: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15572: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15573: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15574: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15575: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15576: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15577: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15578: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15579: tests/094.html, tests/095.html, tests/results/061.processed,
15580: tests/results/062.processed, tests/results/063.processed,
15581: tests/results/064.processed, tests/results/065.processed,
15582: tests/results/066.processed, tests/results/067.processed,
15583: tests/results/068.processed, tests/results/069.processed,
15584: tests/results/070.processed, tests/results/071.processed,
15585: tests/results/072.processed, tests/results/073.processed,
15586: tests/results/074.processed, tests/results/075.processed,
15587: tests/results/076.processed, tests/results/077.processed,
15588: tests/results/078.processed, tests/results/080.processed,
15589: tests/results/081.processed, tests/results/082.processed,
15590: tests/results/083.processed, tests/results/084.processed,
15591: tests/results/085.processed, tests/results/086.processed,
15592: tests/results/087.processed, tests/results/088.processed,
15593: tests/results/089.processed, tests/results/090.processed,
15594: tests/results/091.processed, tests/results/092.processed,
15595: tests/results/093.processed, tests/results/094.processed,
15596: tests/results/095.processed, tests/079.html,
15597: tests/results/079.processed: tests: 61 file::stat size 62
15598: string->int autoconvert 63 double .int,dec,div,mul 64 date
15599: compare 65 file: basename,justname,justext 66 math:crypt 67
15600: string.match simple on long 68 string.match normalized simple on
15601: long 69 string.int 70 file::stat content-type 71 table.join 72
15602: hash parameter conditional pass 73 date daylightsaving,yearday 74
15603: date arithmetics 75 response date values/attributes 76 string.pos
15604: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15605: with local 80 scientific numeric literal in string autoconvert 81
15606: xor: logical and numerical 82 for delims 83 menu delims 84
15607: table.hash distinct 85 long string replace 86 throw+catch
15608: current language preserve 87 bit shifts 88 junction tests +
15609: $caller test 89 hash.foreach selfmodification 90 int/void to int
15610: 91 $caller test 92 junction is + def junction tests 93 $caller
15611: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15612:
15613: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15614: fixed] 60 string eq string [bug fixed]
15615:
15616: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15617: 058.html, 058_paf2000.png, 059.html, 060.html,
15618: results/053.processed, results/054.processed,
15619: results/055.processed, results/056.processed,
15620: results/057.processed, results/058.processed,
15621: results/059.processed, results/060.processed: test: 53
15622: string.replace 54 junctions 55 table.hash 56 call indirect 57
15623: date.create[string] 58 image.measure[png]
15624:
15625: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15626: outputs/051.processed, results/052.processed: test: 52
15627: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15628: task: fix that
15629:
15630: 2003-03-03 paf
15631:
15632: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15633: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15634: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15635: outputs/049.processed, outputs/050.processed,
15636: outputs/051.processed, results/001.processed,
15637: results/002.processed, results/003.processed,
15638: results/005.processed, results/006.processed,
15639: results/008.processed, results/009.processed,
15640: results/011.processed, results/012.processed,
15641: results/013.processed, results/014.processed,
15642: results/015.processed, results/016.processed,
15643: results/017.processed, results/020.processed,
15644: results/021.processed, results/022.processed,
15645: results/024.processed, results/025.processed,
15646: results/026.processed, results/027.processed,
15647: results/028.processed, results/029.processed,
15648: results/030.processed, results/031.processed,
15649: results/049.processed, results/050.processed,
15650: results/051.processed, results/043.processed,
15651: results/044.processed, results/045.processed,
15652: results/046.processed, results/047.processed,
15653: results/048.processed: tests: 43,44,45 date rolls 46
15654: autoevaluating junction 47 table.select 48 name with subvar 49
15655: hash-creating switch 50 process 51 started parent/child, works as
15656: it were but it were NOT GOOD, created separate task to fix that
15657:
15658: * tests/: 042.html, results/042.processed: test: 42
15659: exception.handled
15660:
15661: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15662: expression
15663:
15664: * tests/: 040.html, results/040.processed: test: 39 method result
15665: of type table 40 method param junction auto evaluate
15666:
15667: * tests/: 039.html, results/039.processed: test: 37 method result
15668: of type table
15669:
15670: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15671: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15672: tests/038.html, tests/results/033.processed,
15673: tests/results/034.processed, tests/results/035.processed,
15674: tests/results/036.processed, tests/results/037.processed,
15675: tests/results/038.processed: tests: 33 string.replace 34
15676: string.upper 35 table created 36 local/global vars with juntions
15677: 37 table clone 38 math PI & number formatting
15678:
15679: math class registring typo fixed
15680:
15681: * src/classes/op.C, src/include/pa_request.h,
15682: src/include/pa_string.h, src/main/execute.C,
15683: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15684: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15685: tests/032.html, tests/results/032.processed: uchar changed to
15686: String_UL in all places [was not everywhere] untaint test: 032
15687:
15688: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15689: tests/results/004.processed, tests/parser-cygwin.sh,
15690: tests/parser-unix.sh: removed -H command line key, now testing
15691: using .sh file with SERVER_SOFTWARE=xxx
15692:
15693: 2003-02-26 paf
15694:
15695: * src/main/execute.C, src/types/pa_vstateless_class.h,
15696: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15697: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15698: tests/results/024.processed, tests/results/025.processed,
15699: tests/results/026.processed, tests/results/027.processed,
15700: tests/results/028.processed, tests/results/029.processed,
15701: tests/results/030.processed, tests/results/031.processed: fixed
15702: bug with name_cstr mutable CharPtr more tests
15703:
15704: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15705: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15706: << abort. die now just exits
15707:
15708: * src/classes/classes.awk, src/classes/classes.h,
15709: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15710: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15711: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15712: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15713: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15714: src/classes/xnode.C, src/include/pa_memory.h,
15715: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15716: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15717: src/types/pa_vform.C, tests/015.html, tests/016.html,
15718: tests/017.html, tests/018.html, tests/019.html,
15719: tests/019paf2001.gif, tests/020.html, tests/021.html,
15720: tests/022.html, tests/023.html, tests/022_dir/a.html,
15721: tests/022_dir/b.txt, tests/022_dir/c.htm,
15722: tests/results/015.processed, tests/results/016.processed,
15723: tests/results/017.processed, tests/results/018.processed,
15724: tests/results/019.processed, tests/results/020.processed,
15725: tests/results/021.processed, tests/results/022.processed,
15726: tests/results/023.processed: methoded_array now contains all Mxxx
15727: classes SAPI::get_env now returns info on pool more tests
15728:
15729: * src/include/pa_array.h, src/include/pa_hash.h,
15730: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15731: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15732: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15733: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15734: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15735: tests/results/001.processed, tests/results/002.processed,
15736: tests/results/003.processed, tests/results/004.processed,
15737: tests/results/005.processed, tests/results/006.processed,
15738: tests/results/007.processed, tests/results/008.processed,
15739: tests/results/009.processed, tests/results/010.processed,
15740: tests/results/011.processed, tests/results/012.processed,
15741: tests/results/013.processed, tests/results/014.processed: hash
15742: cloning fixed
15743:
15744: 2003-02-25 paf
15745:
15746: * src/main/pa_common.C: typo fixed
15747:
15748: 2003-02-24 paf
15749:
15750: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15751: [one remained]
15752:
15753: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15754: [should have been get_string(&pool)] todo: check other such calls
15755:
15756: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15757: test10, bad lookups
15758:
15759: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15760: object got destructed, and xxx points to sky
15761:
15762: * ChangeLog, src/classes/string.C: match bug fixed
15763:
15764: * src/types/pa_vmail.C: body [text/html] transcoded to
15765: $.charset[specified] now
15766:
15767: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15768: which failed to handle sigsetjmp+throw: crashed inside of
15769: pre-throw code. rewritten simplier [though duplicating
15770: closesocket code]
15771:
15772: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15773: which failed to handle sigsetjmp+throw: crashed inside of
15774: pre-throw code. rewritten simplier [though duplicating
15775: closesocket code]
15776:
15777: 2003-02-21 paf
15778:
15779: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15780: $cookie:name[$.expires[date << can be now]]
15781:
15782: written makefile with regression tests [raw]
15783:
15784: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15785: tests' only [it's not forcing CGI mode now] now use -H to output
15786: CGI header when parser used in command line [useful for tests
15787: also]
15788:
15789: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15790: switches on CGI mode, and is used in regression tests
15791:
15792: * src/: include/pa_request.h, main/pa_request.C,
15793: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15794: fixed
15795:
15796: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15797: handling pa_*
15798:
15799: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15800: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15801: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15802: memory handling files
15803:
15804: * src/main/pa_array.C: pool::format_integer terminator fixed
15805:
15806: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15807: compiles OK test to show benefits of free
15808:
15809: * src/: classes/file.C, classes/image.C, classes/mail.C,
15810: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15811: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15812: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15813: use pool [as the one in ^process]
15814:
15815: * src/classes/op.C: fixed process. sould now check for all cstr's
15816: -- some must use pool [as the one in ^process]
15817:
15818: 2003-02-20 paf
15819:
15820: * src/: classes/date.C, classes/double.C, classes/file.C,
15821: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15822: classes/math.C, classes/op.C, classes/response.C,
15823: classes/string.C, classes/table.C, classes/void.C,
15824: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15825: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15826: string cmp fixed
15827:
15828: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15829: values passed OK now
15830:
15831: 2003-02-19 paf
15832:
15833: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15834: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15835: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15836: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15837: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15838: all remaning leaks resulted from pooled::malloc calls [excluding
15839: in gd -- planning complete rewrite extremely ugly code]
15840:
15841: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15842: files
15843:
15844: 2003-02-17 paf
15845:
15846: * src/: classes/date.C, classes/double.C, classes/file.C,
15847: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15848: classes/response.C, classes/string.C, classes/table.C,
15849: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15850: include/pa_stylesheet_connection.h,
15851: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15852: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15853: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15854: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15855: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15856: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15857: of unitialized simple-typed field
15858:
15859: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15860: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15861: simple-typed field fixed. todo: find&kill all like that one
15862:
15863: * src/: main/execute.C, targets/cgi/pa_pool.C,
15864: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15865: debug output fixed
15866:
15867: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15868: main/pa_request.C: stack-stored items need extra .ref to prevent
15869: object_ptr from delete[them]
15870:
15871: * src/: classes/date.C, classes/op.C, classes/table.C,
15872: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15873: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15874: main/pa_charset.C, main/pa_common.C,
15875: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15876: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15877: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15878: calls
15879:
15880: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15881: couple mem leaks rusulted from old pooled::malloc usage.
15882: todo:find more like those
15883:
15884: * src/main/: compile.C, compile_tools.C: 2*2!
15885:
15886: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15887: stackItem fixed [there were no string on stack before]
15888:
15889: * src/: main/execute.C, main/pa_request.C,
15890: types/pa_vmethod_frame.C: first letters out OK
15891:
15892: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15893: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15894: main/pa_string.C, main/untaint.C, types/pa_value.h,
15895: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15896: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15897: type not initialized with zeros :( while class fields of class
15898: types initialized with default constructors. learn C++
15899:
15900: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15901: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15902: classes/math.C, classes/xdoc.C, classes/xnode.C,
15903: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15904: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15905:
15906: 2003-02-14 paf
15907:
15908: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15909: 13 link errors
15910:
15911: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15912: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15913: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15914: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15915: errors :)
15916:
15917: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15918: classes/hash.C, classes/mail.C, classes/op.C,
15919: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15920: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15921: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15922: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15923:
15924: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15925: classes/table.C, include/pa_common.h, include/pa_globals.h,
15926: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15927: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15928: types/pa_vint.h, types/types.dsp: op compiled
15929:
15930: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15931: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15932: main/untaint.C, types/pa_vtable.h: string, response compiled
15933:
15934: 2003-02-07 paf
15935:
15936: * src/: classes/table.C, types/pa_vtable.h: table compiled
15937:
15938: 2003-02-06 paf
15939:
15940: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15941: mail compiled
15942:
15943: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15944: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15945: types/pa_vfile.h, types/pa_vimage.h: image compiled
15946:
15947: * src/classes/: file.C, form.C: form compiled
15948:
15949: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15950: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15951: types/pa_vfile.C, types/pa_vfile.h: file compiled
15952:
15953: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15954: types/pa_vmath.h: math compiled [win32]
15955:
15956: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15957: types/pa_vstring.h: hash compiled
15958:
15959: 2003-02-04 paf
15960:
15961: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15962: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15963: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15964: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15965: types/pa_vhash.h: hash 50% compiled
15966:
15967: * src/: classes/date.C, classes/file.C, classes/hash.C,
15968: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15969: classes/string.C, classes/table.C, classes/xdoc.C,
15970: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15971: main/pa_string.C: date compiled
15972:
15973: * src/classes/: classes.dsp, double.C: double compiled
15974:
15975: * src/: classes/date.C, classes/double.C, classes/file.C,
15976: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15977: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15978: classes/string.C, classes/table.C, classes/void.C,
15979: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15980: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15981: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15982: compiled
15983:
15984: * src/: classes/date.C, classes/double.C, classes/file.C,
15985: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15986: classes/math.C, classes/op.C, classes/response.C,
15987: classes/string.C, classes/table.C, classes/void.C,
15988: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15989: types/pa_vvoid.h: void compiled :)
15990:
15991: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15992: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15993: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15994: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15995: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15996: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15997: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15998: types/pa_vresponse.C, types/pa_vstateless_class.C,
15999: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16000: types/pa_wcontext.C, types/types.dsp: removed stupid
16001: value_includes.h
16002:
16003: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16004: trying to remove stupid value_includes.h
16005:
16006: * src/main/pa_exec.C: pa_exec compiled on win32
16007:
16008: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16009:
16010: * src/: include/pa_globals.h, include/pa_request.h,
16011: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16012: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16013: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16014: types/pa_vrequest.C, types/pa_vstateless_class.C,
16015: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16016:
16017: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16018: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16019: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16020:
16021: * src/: include/pa_array.h, include/pa_config_includes.h,
16022: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16023: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16024: compiled
16025:
16026: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16027: name conflicts)
16028:
16029: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16030: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16031: yelds "virtual memory exhausted" while trying to compile
16032: execute.C [eating up to 127MB]
16033:
16034: 2003-02-03 paf
16035:
16036: * src/: include/pa_config_includes.h, include/pa_hash.h,
16037: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16038: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16039: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16040: types/pa_vint.h, types/pa_vjunction.h,
16041: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16042: started gcc compiling pa_common compiled
16043:
16044: * src/: include/pa_exception.h, include/pa_pool.h,
16045: main/pa_exception.C: exception gcc change #1
16046:
1.116 moko 16047: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16048: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16049:
16050: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16051:
16052: * src/types/pa_vtable.C: vtable compiled
16053:
16054: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16055:
16056: * src/: include/pa_cache_managers.h, main/pa_request.C,
16057: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16058:
16059: * src/types/pa_vstateless_class.C: vstateless_class compiled
16060:
16061: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16062:
16063: * src/types/pa_vrequest.C: vrequest compiled
16064:
16065: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16066: pa_vobject.C, pa_vobject.h: vobject compiled
16067:
16068: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16069: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16070: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16071: compiled
16072:
16073: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16074:
16075: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16076: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16077: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16078: compiled
16079:
16080: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16081: main.lib - 0 error(s), 0 warning(s)
16082:
16083: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16084: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16085:
16086: 2003-01-31 paf
16087:
16088: * src/: include/pa_array.h, include/pa_operation.h,
16089: include/pa_request.h, main/execute.C, main/main.dsp,
16090: types/pa_vjunction.h: started last file from main library:
16091: execute
16092:
16093: * src/: include/pa_request.h, include/pa_sapi.h,
16094: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16095: main/pa_request.C, targets/cgi/parser3.C,
16096: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16097: types/pa_vhash.h: pa_request compiled
16098:
16099: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16100: include/pa_globals.h, include/pa_request.h,
16101: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16102: main/execute.C, main/main.dsp, main/pa_common.C,
16103: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16104: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16105: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16106: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16107: types/types.dsp: most pa_request compiled
16108:
16109: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16110: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16111: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16112: classes/op.C, classes/response.C, classes/string.C,
16113: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16114: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16115: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16116: include/pa_config_fixed.h, include/pa_config_includes.h,
16117: include/pa_dictionary.h, include/pa_dir.h,
16118: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16119: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16120: include/pa_pool.h, include/pa_request.h,
16121: include/pa_request_charsets.h, include/pa_request_info.h,
16122: include/pa_sapi.h, include/pa_socks.h,
16123: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16124: include/pa_stack.h, include/pa_string.h,
16125: include/pa_stylesheet_connection.h,
16126: include/pa_stylesheet_manager.h, include/pa_table.h,
16127: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16128: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16129: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16130: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16131: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16132: main/compile.C, main/compile.tab.C, main/compile.y,
16133: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16134: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16135: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16136: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16137: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16138: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16139: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16140: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16141: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16142: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16143: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16144: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16145: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16146: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16147: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16148: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16149: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16150: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16151: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16152: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16153: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16154: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16155: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16156: types/pa_vresponse.h, types/pa_vstateless_class.C,
16157: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16158: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16159: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16160: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16161: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16162: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16163:
16164: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16165: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16166: src/include/pa_charsets.h, src/include/pa_common.h,
16167: src/include/pa_dictionary.h, src/include/pa_exception.h,
16168: src/include/pa_exec.h, src/include/pa_pool.h,
16169: src/include/pa_request.h, src/include/pa_sapi.h,
16170: src/include/pa_sql_connection.h,
16171: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16172: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16173: src/main/compile.tab.C, src/main/compile_tools.C,
16174: src/main/compile_tools.h, src/main/main.dsp,
16175: src/main/pa_charset.C, src/main/pa_charsets.C,
16176: src/main/pa_common.C, src/main/pa_dictionary.C,
16177: src/main/pa_exception.C, src/main/pa_exec.C,
16178: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16179: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16180: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16181: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16182: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16183: src/types/pa_vdouble.h, src/types/pa_venv.h,
16184: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16185: src/types/pa_vhash.h, src/types/pa_vimage.C,
16186: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16187: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16188: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16189: src/types/pa_vobject.C, src/types/pa_vobject.h,
16190: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16191: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16192: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16193: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16194: src/types/pa_vstring.h, src/types/pa_vtable.h,
16195: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16196: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16197: died, long live StringPtr
16198:
16199: 2003-01-30 paf
16200:
16201: * src/: include/pa_charset.h, include/pa_request.h,
16202: include/pa_sql_driver_manager.h, main/compile.tab.C,
16203: main/compile.y, main/compile_tools.h, main/pa_request.C,
16204: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16205:
16206: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16207: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16208: types/pa_vhash.h, types/pa_vmethod_frame.h,
16209: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16210: types/types.dsp: vstateless_class compiled
16211:
16212: * src/main/compile.C: compile compiled
16213:
16214: * src/: include/pa_array.h, include/pa_operation.h,
16215: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16216: main/pa_table.C: compile_tools compiled
16217:
16218: * src/: include/pa_operation.h, main/compile.y,
16219: main/compile_tools.C, main/compile_tools.h: started
16220: compile_tools. vagues ideas of how to free compiled code
16221:
16222: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16223: main/main.dsp, types/pa_value.C, types/pa_value.h,
16224: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16225: compiled
16226:
16227: 2003-01-29 paf
16228:
16229: * src/: include/pa_globals.h, include/pa_request.h,
16230: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16231: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16232: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16233: compiled
16234:
16235: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16236: now
16237:
16238: * src/: include/pa_array.h, include/pa_exception.h,
16239: include/pa_pool.h, main/pa_exception.C: gd compiled
16240:
16241: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16242: compiled
16243:
16244: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16245: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16246: types/pa_vfile.h: vfile compiled
16247:
16248: * src/: include/pa_common.h, include/pa_globals.h,
16249: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16250: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16251: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16252:
16253: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16254: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16255: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16256: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16257: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16258:
16259: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16260: main/main.dsp, main/untaint.C: more compiled
16261:
16262: * src/: include/pa_charsets.h, include/pa_request.h,
16263: include/pa_request_info.h, include/pa_string.h,
16264: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16265: types/pa_vresponse.h: vrequest compiled
16266:
16267: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16268: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16269: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16270:
16271: * src/: classes/classes.h, include/pa_charset.h,
16272: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16273: include/pa_request.h, include/pa_string.h, main/main.dsp,
16274: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16275: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16276: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16277: types/pa_vrequest.C, types/pa_vrequest.h,
16278: types/pa_vstateless_class.h, types/pa_vstring.h,
16279: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16280:
16281: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16282: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16283: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16284: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16285: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16286: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16287: types/pa_vobject.h, types/pa_vstateless_class.h,
16288: types/pa_vstateless_object.h, types/pa_vstatus.h,
16289: types/pa_vstring.h, types/types.dsp: vmath compiled
16290:
16291: 2003-01-28 paf
16292:
16293: * src/: classes/classes.h, classes/date.C, classes/file.C,
16294: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16295: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16296: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16297: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16298: compile_tools
16299:
16300: * src/: include/pa_charset.h, include/pa_exception.h,
16301: include/pa_request.h, include/pa_string.h, main/untaint.C:
16302: untaint compiled
16303:
16304: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16305: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16306: more compiled. struck with string::store_to needing to know
16307: source/client charsets
16308:
16309: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16310: types/pa_vfile.h: uue compiled
16311:
16312: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16313: table compiled
16314:
16315: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16316: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16317:
16318: * src/: include/pa_charset.h, main/pa_charset.C,
16319: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16320: introduced]
16321:
16322: * src/: classes/date.C, include/pa_charset.h,
16323: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16324: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16325: pa_charsets compiled
16326:
16327: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16328: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16329:
16330: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16331: common compiled
16332:
16333: * src/: include/pa_charsets.h, main/pa_charsets.C,
16334: main/pa_sql_driver_manager.C: pa_charsets compiled
16335:
16336: * src/: include/pa_array.h, include/pa_charset.h,
16337: include/pa_charsets.h, include/pa_pool.h,
16338: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16339: include/pa_stack.h, include/pa_string.h,
16340: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16341: sql_driver_manager compiled
16342:
16343: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16344: letter i with two dots added to koi, all ukranian letters added
16345: to win1251.
16346:
16347: typographic simbol 0xb9 deleted from win1251 [strange one & were
16348: abscent from koi]
16349:
16350: 2003-01-27 paf
16351:
16352: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16353: include/pa_sql_driver_manager.h, include/pa_string.h,
16354: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16355: sql/pa_sql_driver.h: paused on sql_manager
16356:
16357: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16358: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16359: include/pa_stack.h, main/pa_sql_driver_manager.C,
16360: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16361:
16362: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16363: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16364: include/pa_table.h, main/pa_sql_driver_manager.C,
16365: main/pa_table.C: table compiled
16366:
16367: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16368: cache_managers compiled
16369:
16370: * src/: include/pa_array.h, include/pa_charset.h,
16371: include/pa_pool.h, main/pa_charset.C: charset compiled
16372:
16373: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16374:
16375: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16376: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16377: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16378: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16379: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16380:
16381: 2003-01-24 paf
16382:
16383: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16384: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16385: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16386: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16387: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16388: types/pa_vint.h, types/pa_vjunction.h,
16389: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16390: types/pa_vstatus.h, types/pa_vstring.h: more patched
16391:
16392: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16393: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16394: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16395: main/pa_string.C, main/pa_table.C: string compiled
16396:
16397: * src/: include/pa_array.h, include/pa_common.h,
16398: include/pa_dictionary.h, include/pa_exception.h,
16399: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16400: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16401: main/pa_string.C: dictionary compiled
16402:
16403: 2003-01-23 paf
16404:
16405: * src/: include/pa_array.h, include/pa_common.h,
16406: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16407: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16408: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16409: types/pa_value.h: resurrected pool in new sense: now it's
16410: factory, producing&accounting memory chunks for read[autofree]
16411: buffers
16412:
16413: * src/: include/pa_array.h, include/pa_exception.h,
16414: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16415: main/pa_exception.C, main/pa_table.C: table compiled
16416:
16417: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16418: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16419: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16420: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16421: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16422: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16423: main/pa_table.C: aint that easy
16424:
16425: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16426: main/main.dsp: continued with Hash
16427:
16428: * src/main/pa_common.C: connect_string allocated on heap[wes on
16429: stack] now. and exception can be reported OK now [can be reported
16430: outside of pro c with that stack]
16431:
16432: 2003-01-22 paf
16433:
16434: * src/: include/pa_array.h, include/pa_charset.h,
16435: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16436: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16437: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16438: base: contains references_count. auto_ptr template calls
16439: add_ref/release
16440:
16441: 2003-01-21 paf
16442:
16443: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16444: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16445: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16446: classes/op.C, classes/response.C, classes/string.C,
16447: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16448: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16449: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16450: include/pa_config_fixed.h, include/pa_config_includes.h,
16451: include/pa_dictionary.h, include/pa_dir.h,
16452: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16453: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16454: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16455: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16456: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16457: include/pa_stack.h, include/pa_string.h,
16458: include/pa_stylesheet_connection.h,
16459: include/pa_stylesheet_manager.h, include/pa_table.h,
16460: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16461: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16462: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16463: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16464: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16465: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16466: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16467: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16468: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16469: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16470: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16471: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16472: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16473: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16474: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16475: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16476: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16477: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16478: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16479: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16480: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16481: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16482: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16483: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16484: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16485: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16486: types/pa_vstateless_object.h, types/pa_vstatus.C,
16487: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16488: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16489: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16490: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16491: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16492: 2002->2003
16493:
16494: 2003-01-16 paf
16495:
16496: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16497: src/main/pa_globals.C: http:// introducing $.any-status(1)
16498:
16499: * operators.txt, src/include/pa_config_fixed.h,
16500: src/main/pa_common.C: http request now return status. and not
16501: fail on status!=200
16502:
16503: 2003-01-15 paf
16504:
16505: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16506:
16507: 2003-01-14 paf
16508:
16509: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16510: mkinstalldirs: removed some ancient files [they in / really]
16511:
16512: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16513: regretfully needed patch in two places. in config_fixed.h made
16514: stubs for lib to compile in MSVC
16515:
16516: 2003-01-13 paf
16517:
16518: * config.guess, config.sub, ltmain.sh: removed last piece of
16519: configure.in(libtool) hacks
16520:
1.116 moko 16521: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16522: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16523: ltdl.h: moved to latest libtool (1.4.3)
16524:
16525: 2003-01-10 paf
16526:
16527: * src/lib/ltdl/: configure, configure.in: PROG_NM
16528:
16529: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16530: patches. libxml2 >= 2.5.1
16531: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16532: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16533: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16534:
16535: * INSTALL: moved to latest versions of xml libs libxml2 >=
16536: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16537: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16538: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16539:
16540: 2003-01-09 paf
16541:
16542: * INSTALL: xml,xslt,gdome lib urls updated
16543:
16544: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16545: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16546: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16547: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16548: 1.7.2
1.95 moko 16549:
16550: * depcomp: moving to automake 1.7.2
16551:
16552: 2002-12-27 paf
16553:
16554: * src/include/pa_version.h: 0007
16555:
16556: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16557: outdated parts, made links to language docs
16558:
16559: * src/include/pa_config_auto.h.in: comment
16560:
16561: 2002-12-26 paf
16562:
16563: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16564: not contain trailing / fixed.
16565:
16566: * INSTALL: changing SAFE_MODE politics
16567:
16568: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16569:
16570: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16571:
16572: 2002-12-25 paf
16573:
16574: * src/main/pa_globals.C: optimized-xml
16575:
16576: * src/main/pa_globals.C: optimized-as-is
16577:
16578: 2002-12-24 paf
16579:
16580: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16581: fixed [were really called with zero size when .html?a=&b=]
16582:
16583: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16584: with --with-sendmail
16585:
16586: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16587: fixed]
16588:
16589: 2002-12-23 paf
16590:
16591: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16592: ignoring parameters & were storing only string with default
16593: expires
16594:
16595: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16596: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16597: December 23, 2002 4:22 AM Subject: bug â
16598: Charset::transcode_buf2xchar
16599:
16600: 2002-12-20 paf
16601:
16602: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16603: non-cgi [script] runs
16604:
16605: 2002-12-19 paf
16606:
16607: * INSTALL: --without-iconv recommended [it crashes on some systems
16608: [tested on elik]] moreover, it's not needed there [parser
16609: registers charsets itself]
16610:
16611: * INSTALL: --without-iconv recommended [it crashes on some systems
16612: [tested on elik]]
16613:
16614: * operators.txt, src/include/pa_globals.h,
16615: src/include/pa_request.h, src/main/pa_globals.C,
16616: src/main/pa_request.C: $response:download
16617:
16618: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16619: compiler [win32]].
16620:
16621: 2002-12-18 paf
16622:
16623: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16624:
16625: 2002-12-17 paf
16626:
16627: * src/targets/cgi/parser3.C: merged die&iis changes
16628:
16629: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16630: to exit(1) 2. more flexible iilegal call check
16631:
16632: 2002-12-16 paf
16633:
16634: * ltmain.sh: some automakes silly insist on having this handy
16635:
16636: * src/main/untaint.C: filespec russian small 'r' changed to latin
16637: 'p' bug fix
16638:
16639: 2002-12-15 paf
16640:
16641: * src/main/untaint.C: filespec russian small 'r' changed to latin
16642: 'p'
16643:
16644: * configure.in, src/include/pa_config_auto.h.in,
16645: src/main/compile.C, src/main/pa_common.C: merged small changes
16646: from branch 6 to HEAD
16647:
16648: * src/main/compile.C: removed warning
16649:
16650: * src/main/pa_common.C: ftruncate having checked
16651:
16652: * configure.in, src/include/pa_version.h: new version
16653:
16654: 2002-12-14 paf
16655:
16656: * src/classes/table.C: removed unnecessary code
16657:
16658: * src/sql/pa_sql_driver.h: exception type fixed
16659:
16660: 2002-12-09 paf
16661:
16662: * src/types/pa_vvoid.h: $void.store[now] error
16663:
16664: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16665:
16666: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16667: tries to write core dump
16668:
16669: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16670:
16671: * src/: classes/hash.C, classes/string.C, classes/table.C,
16672: classes/void.C, main/pa_sql_driver_manager.C,
16673: sql/pa_sql_driver.h: changed exception handling mech in sql
16674: handlers #2
16675:
16676: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16677: exception handling mech in sql handlers
16678:
16679: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16680: handlers
16681:
16682: * src/: classes/hash.C, classes/string.C, classes/table.C,
16683: classes/void.C, main/pa_sql_driver_manager.C,
16684: sql/pa_sql_driver.h: changed exception handling mech in sql
16685: handlers
16686:
1.116 moko 16687: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16688: to write makefile which used libtool to install things, which is
16689: not needed
1.95 moko 16690:
16691: 2002-12-06 paf
16692:
16693: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16694: $hash.fields -- pseudo field to make 'hash' more like 'table'
16695:
16696: 2002-12-05 paf
16697:
16698: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16699: cc/bcc OK now
16700:
16701: * src/main/untaint.C: mail header closed properly
16702:
16703: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16704: header ',' allowed. still bugs in smtp [only one receiptient
16705: works, cc, bcc ignored now, and MAILED ;)]
16706:
16707: [strncpy killed, memnchr used]
16708:
16709: * src/main/pa_table.C: table-copy now current=0
16710:
16711: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16712: lowlevel proc
16713:
16714: * src/targets/cgi/parser3.C: more checks on
16715: http://domain/parser.cgi start [maybe some getenv returns "",
16716: checked that now
16717:
16718: * src/targets/cgi/parser3.C: more checks on
16719: http://domain/parser.cgi start [maybe some getenv returns "",
16720: checked that now
16721:
16722: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16723: out-of-mem errors reached log]
16724:
16725: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16726: mail:send MIME-Version default
16727:
16728: * src/main/main.dsp: pa_version included into main.dsp
16729:
16730: 2002-12-04 paf
16731:
16732: * src/types/pa_vform.C: $form:field string value cut by premature 0
16733:
16734: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16735: lib/libltdl -> lib/ltdl Win32 changes. s
16736:
16737: * src/classes/classes.awk: more strict *.C$
16738:
16739: * gnu.dsp: restored
16740:
1.116 moko 16741: * configure.in, gnu.dsp, src/lib/Makefile.am,
16742: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16743: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16744: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16745: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16746: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16747: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16748: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16749: now created with /configure, not ltdl/configure, so it does have
16750: no problems with automake. ltdl/configure
16751: AC_OUTPUT(Makefile<<removed)
1.95 moko 16752:
16753: 2002-12-02 paf
16754:
16755: * operators.txt: removed outdated status:db
16756:
16757: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16758: src/main/pa_common.C, src/main/pa_request.C,
16759: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16760: tainted parts becomes http-header
16761:
16762: 2002-11-29 paf
16763:
16764: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16765: dates now objects of type date
16766:
16767: * src/classes/image.C: file.seek removed [it were used in image.C
16768: only, and for parser user this means that jpeg image has bad
16769: size in fragment's header] now used image.format
16770:
16771: * src/: include/pa_common.h, main/pa_common.C,
16772: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16773: now handled exactly like $response:header values. e.g. can be
16774: hash [can have subattributes] & contain date values.
16775:
16776: * src/main/pa_common.C: http:// param values lang forced URI
16777:
16778: * src/main/pa_common.C: http:// tainted partes now %xx
16779:
16780: 2002-11-28 paf
16781:
16782: * operators.txt: http.timeout
16783:
16784: * src/classes/image.C: ^image.length now counts interchar space.
16785: plus space after last char
16786:
16787: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16788:
16789: * src/classes/image.C: ^image.font width measurer now scans full
16790: height [were -1]
16791:
16792: * configure.in: stopped double libltdl/Makefile generation
16793:
16794: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16795: chars [one top horizontal line of 1pixel height were missing]
16796:
16797: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16798: 'false' to go into (Hash *) parameter
16799:
16800: 2002-11-27 paf
16801:
16802: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16803: types/pa_vmail.C: response:body[file] if file nows it's name now
16804: returns content-disposition: >>attachment<<
16805:
16806: * src/classes/image.C: ^image.font << bad font file-size now
16807: properly reported
16808:
16809: 2002-11-26 paf
16810:
16811: * src/main/pa_request.C: fixed lang in reponse header
16812:
16813: * src/main/pa_common.C: utf8 prefix ignored @read text
16814:
16815: * operators.txt, src/main/pa_common.C: http:// response status!=200
16816: made exception: http.status with source=bad status#
16817:
16818: 2002-11-25 paf
16819:
16820: * configure.in, src/classes/image.C,
16821: src/include/pa_config_auto.h.in,
16822: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16823: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16824: const void related probs fixed
1.95 moko 16825:
16826: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16827:
16828: $file[^file::load[http://there]] $file.SERVER
16829:
16830: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16831: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16832: http options [invalid onces now reported] made default
16833: user-agent: paf
16834:
16835: * operators.txt, src/classes/file.C, src/classes/table.C,
16836: src/classes/xdoc.C, src/include/pa_common.h,
16837: src/include/pa_globals.h, src/main/pa_common.C,
16838: src/main/pa_globals.C, src/main/pa_request.C,
16839: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16840: now understand http:// prefix and additional params, sample:
16841: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16842: $.USER-AGENT[parser3] ]]
16843:
16844: 2002-11-22 paf
16845:
16846: * src/classes/image.C, src/include/pa_globals.h,
16847: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16848: src/types/pa_vimage.h, operators.txt: $image.exif support
16849: $image.exif.DateTime & co
16850:
16851: 2002-11-21 paf
16852:
16853: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16854: _PASS_APPENDED)
16855:
16856: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16857: EXIF information [were big block and it's size were considered
16858: negative :(]
16859:
16860: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16861: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16862: internals rewritten. no there's reader.seek, and all's ready for
16863: EXIF extraction [now we fail to measure files with EXIF info]
16864:
16865: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16866: O_TRUNC truncates even exclusevely write-locked file [thanks to
16867: Igor Milyakov <virtan@rotabanner.com> for discovering]
16868:
16869: 2002-11-20 paf
16870:
16871: * src/targets/cgi/parser3.C: logging @signal += query_string
16872:
16873: * configure.in, src/include/pa_config_auto.h.in,
16874: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16875: comment
16876:
16877: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16878:
16879: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16880: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16881: currently processed document SIGPIPE >> interrupts request
16882: processing [exception = DB rollback]
16883:
16884: * src/main/pa_exec.C: comment
16885:
16886: * src/main/pa_exec.C: pa_exec: data written only if size>0
16887:
16888: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16889: << disable HTTP-POST repassing
16890:
16891: * src/: include/pa_config_fixed.h, main/pa_common.C,
16892: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16893: pipe read errors now checked
16894:
16895: 2002-11-19 paf
16896:
16897: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16898: CGI: Illegal call
16899:
16900: 2002-11-01 paf
16901:
16902: * src/main/execute.C: comment
16903:
16904: 2002-10-31 paf
16905:
16906: * src/main/execute.C: found out why, checked that for now. todo:
16907: find out a way for that user could do that
16908:
16909: * src/types/pa_vstateless_object.h: object put replaces static
16910: parent if any
16911:
16912: * src/types/pa_vobject.C: object put replaces static parent if any
16913:
16914: * src/: classes/form.C, classes/mail.C, classes/op.C,
16915: classes/xnode.h, main/compile.tab.C, main/execute.C,
16916: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16917: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16918: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16919: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16920: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16921: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16922: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16923: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16924: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16925: types/pa_vstateless_object.h, types/pa_vstatus.C,
16926: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16927: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16928: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16929: types/pa_wwrapper.h: static fix merged
16930:
16931: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16932: $virtual_fields in dynamic, but one can reach derived
16933: static[class] variable from base
16934:
16935: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16936: types/pa_vobject.C, types/pa_vobject.h,
16937: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16938: statics, left $virtual_fields in dynamic
16939:
16940: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16941: one can't remember derivates in base class: there's so many of
16942: them. also there can be no virtual method calls in static
16943: classes
16944:
16945: * src/: classes/form.C, classes/mail.C, classes/op.C,
16946: classes/xnode.h, main/execute.C, main/pa_request.C,
16947: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16948: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16949: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16950: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16951: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16952: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16953: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16954: types/pa_vresponse.C, types/pa_vresponse.h,
16955: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16956: types/pa_vstateless_object.h, types/pa_vstatus.C,
16957: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16958: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16959: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16960: types/pa_wwrapper.h: static call $self fixed
16961:
16962: * src/main/execute.C: comment
16963:
16964: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16965: ^process[$caller.self]{...} now compiles to last derived object
16966: part of that 'self'
16967:
16968: 2002-10-29 paf
16969:
16970: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16971: re-passing [iis to blame]
16972:
16973: * src/classes/string.C: changed string.save to pass current sql
16974: connection to cstr thus one can ^connect[some server]{
16975: $s[insert into table x (x) values (^taint[sql]{value})]
16976: ^s.save[some.sql] } and he'd get in some.sql file code with
16977: properly escaped. [tried in mssql->mysql export->import of
16978: binary data]
16979:
16980: 2002-10-25 paf
16981:
16982: * src/types/pa_vresponse.C: case insensitive response user fields
16983: get/put
16984:
16985: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16986: types/pa_vresponse.C: saving for maybe-future
16987:
16988: 2002-10-23 paf
16989:
16990: * operators.txt, src/classes/table.C: ^table.hash{code}...
16991: ^table.hash(expr)...
16992:
16993: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16994:
16995: 2002-10-22 paf
16996:
16997: * src/types/: pa_vform.C, pa_vform.h: removed needless
16998: VForm::Append...(...Value)
16999:
17000: * src/main/execute.C: $.name outside of $name[...] checked
17001:
17002: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17003: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17004:
17005: 2002-10-21 paf
17006:
17007: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17008: $form:qtail $form:imap.x/y
17009:
17010: * operators.txt, src/types/pa_vform.C: $form:nameless =
17011: "?value&...", "...&value&...", "...&value"
17012:
17013: * operators.txt, src/types/pa_vform.C: $form:image-map
17014:
17015: * operators.txt, src/classes/file.C: /some/page.html:
17016: ^file:fullpath[a.gif] => /some/a.gif
17017:
17018: 2002-10-17 paf
17019:
17020: * src/main/: compile.tab.C, compile.y: operators precedence changed
17021: a little: logical not and bitwise negation precedence made
17022: highest, << and >> bitshits precedence made equal [were << higher
17023: than >>]
17024:
17025: * src/classes/op.C: exception handling fixed [were bad with
17026: contexts]
17027:
17028: 2002-10-16 paf
17029:
17030: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17031: main/pa_request.C: Request::self considered equal to
17032: VMethodFrame::self, and removed, Request::get_self() mapped to
17033: VMethodFrame.self()
17034:
17035: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17036: $hash in open field now gives old good error meesage
17037:
17038: 2002-10-15 paf
17039:
17040: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17041: use ^if($junction is junction){was and now true}
17042:
17043: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17044: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17045: types/pa_vxnode.C: xml->parser strings now have origin, which
17046: points to place where value left xml library and came to parser:
17047: place of dom field extraction/call
17048:
17049: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17050: main/compile.tab.C, main/compile.y, main/execute.C,
17051: types/pa_vmethod_frame.h: removed last pieces of old code
17052: allowing $junction.xxx at compile time
17053:
17054: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17055: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17056: objects also considered [were only classes]
17057:
17058: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17059: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17060: with CLASS self. [ (request&method_frame).self temporarily
17061: changed ]
17062:
17063: * src/classes/: hash.C, op.C: method_frame now always changed, with
17064: no exception to native calls. for&foreach changed to use
17065: method_frame.caller for their var's name context
17066:
17067: * src/: main/execute.C, targets/cgi/parser3.C,
17068: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17069: compiling to system classes disabled
17070:
17071: * operators.txt, src/classes/op.C:
17072: ^process[$caller.CLASS]{code-string} added
17073:
17074: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17075: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17076: src/types/Makefile.am, src/types/pa_vjunction.C,
17077: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17078: src/types/types.dsp: removed $junction.get $junction.set[]
17079: introducing $caller
17080:
17081: * src/types/pa_value.h: removed outdated comments. doxygen would
17082: find them lower by inheritance tree
17083:
17084: * src/types/pa_vjunction.C: ident
17085:
17086: 2002-10-14 paf
17087:
17088: * src/classes/op.C: process compiles to code's class class
17089:
17090: * src/: classes/form.C, classes/mail.C, classes/op.C,
17091: include/pa_request.h, main/compile.C, main/compile.tab.C,
17092: main/compile.y, main/execute.C, main/pa_request.C,
17093: types/pa_vstateless_class.h: operators now main-class-methods
17094:
17095: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17096: better stack trace [has "call" & co there]
17097:
17098: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17099: operators @auto now executed in MAIN context
17100:
17101: * src/main/execute.C: operator execution context now = MAIN, not
17102: closest stack frame
17103:
17104: @touchit[] $i[after]
17105:
17106: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17107: were 'after'
17108:
17109: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17110: 'after'
17111:
17112: * src/main/execute.C: comment
17113:
17114: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17115: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17116: action]
17117:
17118: * src/types/pa_vxnode.C: misreplace fixed
17119:
17120: * configure, configure.in, src/include/pa_config_auto.h.in,
17121: src/types/pa_vstatus.C, operators.txt:
17122: $status:rusage.tv_secs/usecs introduced
17123:
17124: 2002-10-09 paf
17125:
17126: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17127: on empty string [or uses (default)]
17128:
17129: 2002-10-08 paf
17130:
17131: * src/main/untaint.C: mail header quoted printable changed after
17132: RFC reread
17133:
17134: * operators.txt: plan on ^if(method
17135:
17136: * src/types/pa_vxnode.C: misreplace
17137:
17138: 2002-09-24 paf
17139:
1.116 moko 17140: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17141:
17142: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17143: mailreceive would compile on freebsd now
17144:
17145: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17146: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17147: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17148: mailreceive would compile on freebsd now
1.95 moko 17149:
17150: * src/: classes/file.C, main/untaint.C: 1. file spec language
17151: changed: now there are only few chars are untainted: * ? ' " < >
17152: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17153: one should use ^untaint[uri]{...} now]
17154:
17155: 2. $list[^file:list[dir]] now returns simply tainted names in
17156: $list.name, not tainted as filespec
17157:
17158: @russianindex[] #dir with files with russian-lang names
17159: $where[dir]
17160:
17161: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17162: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17163:
17164: 2002-09-23 paf
17165:
17166: * src/types/pa_vdouble.h: double->int round added
17167:
17168: * src/classes/date.C: date bug fix, now
17169: round(floatDays*secondsPerDay)
17170:
17171: * src/classes/date.C: date bug fix, now
17172: round(floatDays*secondsPerDay)
17173:
17174: 2002-09-20 paf
17175:
17176: * src/main/execute.C: code junction calls disabled [before: code
17177: was compiled in such a way, that there were no code-junctions in
17178: OP_CALL]
17179:
17180: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17181:
17182: @badjunctioncallinside[code] ^code[]
17183:
17184: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17185: expanding to include ^junction.method
17186:
17187: * src/main/pa_common.C: -d "DIR/" now true
17188:
17189: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17190: as internal xdoc encoding, and after decoding attributes set by
17191: dom functions now encoded OK, not as digital entities
17192:
17193: * src/classes/xdoc.C: empty transform result, being taken as file
17194: now returns empty file, not raises stupid error about "stat-ed
17195: file"
17196:
17197: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17198: allowed
17199:
17200: * src/types/types.dsp: introducing $junction.get/put(1) one can
17201: write iterators now:
17202:
17203: ^user-foreach[key;value]{$key=$value<br>}
17204:
17205: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17206: $code.value($i*2) $code }
17207:
17208: * src/main/compile_tools.h: mistype
17209:
1.116 moko 17210: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17211: thus taking linking options configure changes into account [were:
17212: ignoring]
1.95 moko 17213:
17214: * src/types/: pa_vjunction.C, Makefile.am: introducing
17215: $junction.get/put(1) one can write iterators now:
17216:
17217: ^user-foreach[key;value]{$key=$value<br>}
17218:
17219: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17220: $code.value($i*2) $code }
17221:
17222: * src/: include/pa_opcode.h, include/pa_request.h,
17223: main/compile.tab.C, main/compile.y, main/execute.C,
17224: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17225: introducing $junction.get/put(1) one can write iterators now:
17226:
17227: ^user-foreach[key;value]{$key=$value<br>}
17228:
17229: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17230: $code.value($i*2) $code }
17231:
17232: 2002-09-19 paf
17233:
1.116 moko 17234: * Makefile.am: new: make commit
1.95 moko 17235:
17236: * aclocal.m4: forced to be older
17237:
17238: 2002-09-18 paf
17239:
17240: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17241: src/main/compile.y, src/main/execute.C: << >> int shifts
17242:
17243: * src/: include/pa_common.h, include/pa_request.h,
17244: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17245: - now this - fatal error
17246:
17247: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17248: that one can pass binary data there
17249:
17250: * src/: classes/date.C, classes/double.C, classes/file.C,
17251: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17252: classes/op.C, classes/response.C, classes/string.C,
17253: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17254: include/pa_request.h: pa_request contexts made privated, plus
17255: get_{self/method_frame} to read. Request_context_saver used in
17256: ^try to save flang too. [were not saved]
17257:
17258: * src/types/pa_vresponse.C: header value chains joined before
17259: output, this should help $.subject[$var $var] from being
17260: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17261:
17262: 2002-09-17 paf
17263:
17264: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17265: removed changes, operators executed with calling self. lots of
17266: code with ^include code relies on defined/defining self variables
17267:
17268: $a[1] ^include[print_a.p] print_a.p: $a
17269:
17270: ^include[set_a.p] a=$a set_a.p: $a[1]
17271:
17272: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17273: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17274: types/pa_vstateless_class.h: operators now executed with MAIN
17275: self. it's for ^include sake, too strong a change
17276:
17277: * src/classes/op.C: made place for ^process to compile it's code to
17278: in case of no self
17279:
17280: * src/main/execute.C: found ancient param to Junction, removed.
17281: allowed passing self to native_code_operators [for ^process to
17282: work, she needs self]
17283:
17284: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17285: types/pa_vstateless_class.h: found ancient param to Junction,
17286: removed. allowed passing self to native_code_operators [for
17287: ^process to work, she needs self]
17288:
17289: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17290: types/pa_value.h, types/pa_vmethod_frame.h,
17291: types/pa_vstateless_class.h: allowed Request.self to be 0,
17292: checked that in VMethodFrame get/put and $self.
17293:
17294: * src/classes/: table.C, xdoc.C: table::sql options table::create
17295: copy options options checked, wrong option now fatal error
17296:
17297: * src/main/pa_string.C: string.replace fixed [were missing words on
17298: pieces boundaries]
17299:
1.150 moko 17300: * configure, configure.in: .so now detected [can be .sl on hpux,
17301: .dll on cygwin, .so in other cases)
1.95 moko 17302:
17303: * configure, configure.in: .so now detected [can be .sl on hpux,
17304: .dll on cygwin, .so in other cases)
17305:
17306: * operators.txt, src/classes/hash.C, src/classes/table.C,
17307: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17308: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17309: record taken [were last]
17310:
17311: * src/: classes/hash.C, classes/table.C,
17312: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17313: now errors
17314:
17315: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17316:
17317: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17318: ,2,3]
17319:
17320: 2002-09-16 paf
17321:
17322: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17323: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17324: stdout to be binary. now detected closest header break.
17325:
17326: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17327: closed right
17328:
17329: 2002-09-13 paf
17330:
17331: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17332: src/main/compile_tools.h: (expression #comment)
17333:
17334: (multiline expression #comment line2 #comment )
17335:
17336: (expression #comment with (brackets) comment) << OK
17337:
17338: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17339: bitwise !|| numerical xor now [preparing for expression
17340: #comments]
17341:
17342: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17343: error
17344:
17345: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17346: cheched in pa_socks.C
17347:
1.116 moko 17348: * configure, configure.in, src/include/pa_config_auto.h.in:
17349: HAVE_WINSOCK_H created in configure.in
1.95 moko 17350:
17351: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17352: cookie date now clean [were mistakenly tainted & that worked bad
17353: with opera -- 'happily' that worked OK with msie]
17354:
17355: 2002-09-12 paf
17356:
17357: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17358: VClass get_element now first looks to fields, next to methods &
17359: co todo: the rest reason: more speed
17360:
17361: * src/main/untaint.C: quoted printable encoding stops before
17362: \s*<...>$
17363:
17364: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17365: stops before <...>$
17366:
17367: 2002-09-11 paf
17368:
17369: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17370: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17371: forgot to check users of those funcs. not all were using that
17372: return value convention
17373:
17374: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17375: windows-1254 added
17376:
17377: 2002-09-10 paf
17378:
17379: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17380: VCodeFrame parent param were specified badly
17381:
17382: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17383: WWrapper which used in constructing objects(second param to sql
17384: method) ^...sql{}[$.default{code}] now has parent, wich helps
17385: code in hash to survivi
17386:
17387: * src/: include/pa_request.h, main/execute.C: removed redundant
17388: param to execute [stack said 'thanks']
17389:
17390: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17391: types/pa_value.h, types/pa_vcode_frame.h,
17392: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17393: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17394: responsibility to wcontext
17395:
17396: * src/classes/file.C: decided not to log exec's with stderr, that
17397: could be warnings, and it's up to scritper to log/show them
17398:
17399: * src/: classes/double.C, main/execute.C: double:sql badly called
17400: write_assign_lang, not write_no_lang, thus doing unnecessary
17401: double/string converstion, which were loosing time&precesion
17402:
17403: * src/: main/pa_charset.C, types/pa_vmail.C:
17404: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17405: case of unfinished in buffer processing, causing accidental
17406: transcode stop [in case that source enc != utf-8 & there is
17407: incomplete utf-8 sequence at the end of 16000block iside of
17408: libxml lib] tfm readed & code updated
17409:
17410: 2002-09-04 paf
17411:
17412: * configure: makes with sjlj
17413:
17414: * INSTALL, src/include/pa_config_fixed.h,
17415: src/include/pa_sql_connection.h,
17416: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17417: checked. on win32 it made default
17418:
17419: * src/include/pa_config_auto.h.in: sjlj define
17420:
17421: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17422: can not work with longjump/throw pair, and one must switch that
17423: on there. todo: detect that automatically]
17424:
17425: * src/types/pa_vxnode.C: removed too strong checks of
17426: xnode.elements. now, for instance, if element does not have any
17427: attributes, $xnode.attributes is void, not error
17428:
17429: 2002-09-02 paf
17430:
17431: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17432: removed double_result, didn't help
17433:
17434: * src/main/execute.C: double_result made to move that var away from
17435: hungry g++ optimizer (-O2), before: it were optimized and
17436: comparison operators worked badly
17437:
17438: * src/types/pa_vdate.h: removed debug
17439:
1.116 moko 17440: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17441:
17442: * src/main/execute.C: fixed numeric < & co so that thay now use
17443: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17444: unknown reason.
17445:
17446: 2002-08-29 paf
17447:
17448: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17449: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17450: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17451: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17452: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17453: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17454: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17455: [called less frequent, allowed to remove ugly
17456: Junction.change_context-s from many places, switch,
17457: mail:send..html{}, ..] request.root renamed to method_frame [more
17458: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17459: [speed up]
17460:
17461: 2002-08-28 paf
17462:
17463: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17464: tainted
17465:
17466: * src/types/pa_vcookie.C: fixed cookie delete when
17467: $cookie:name[$.value[]]
17468:
17469: * operators.txt, src/classes/string.C:
17470: ^string.split[delim[;options]]
17471:
17472: 2002-08-27 paf
17473:
1.116 moko 17474: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17475:
17476: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17477: delimiter
17478:
17479: * INSTALL: recommended latest gmime 1.0.5
17480:
17481: 2002-08-26 paf
17482:
17483: * configure, configure.in: apache13/hook added to make dist.
17484:
17485: 2002-08-23 paf
17486:
17487: * src/: include/pa_common.h, main/pa_common.C,
17488: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17489: beside binary [cgi, isapi] not accessible [due to bad rights or
17490: whatever] it's error now
17491:
17492: 2002-08-21 paf
17493:
1.116 moko 17494: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17495:
17496: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17497: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17498: class". compiled as if here they named base class
17499:
17500: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17501: cloning constructor]
17502:
17503: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17504:
1.150 moko 17505: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17506: $mail.received.file.value.content-type fixed
17507:
17508: 2002-08-20 paf
17509:
17510: * src/classes/file.C: fixed language of file:file result
17511:
17512: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17513: from 3.0.0005
17514:
17515: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17516:
17517: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17518: 3.0.0005
17519:
17520: * src/classes/void.C, operators.txt: ^void.length[] = 0
17521:
17522: 2002-08-19 paf
17523:
17524: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17525: work now
17526:
17527: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17528: error in xnode, which were not catched in xdoc]
17529:
17530: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17531: prepared: // validate each document after load/create (?)
17532: //xmlDoValidityCheckingDefaultValue = 1;
17533:
17534: 2002-08-15 paf
17535:
17536: * src/classes/classes.h: write to static var caused useless
17537: Exception, introduced Methoded::put_element wich consumes those
17538:
17539: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17540: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17541: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17542: $response:field[date] $response:field[$.xxx[date]]
17543:
17544: * src/: classes/hash.C, classes/string.C, classes/table.C,
17545: classes/void.C, include/pa_sql_connection.h: fixed source of
17546: ^hash::sql{bad}
17547:
17548: * operators.txt: $request:body unprecessed POST request body
17549:
17550: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17551:
17552: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17553: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17554:
17555: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17556: src/include/pa_request.h, src/main/pa_pool.C,
17557: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17558: $request:body r.post_data now const
17559:
17560: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17561: classes/xnode.C, main/execute.C, types/pa_value.h,
17562: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17563: types/pa_vtable.h: instead of type() checking everywhere used
17564: Value.as now user descendants can be used in params.
17565:
17566: VObject::as_*, is_defined now taken from bases. xtable(table)
17567: ^if($xtable) now OK
17568:
17569: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17570: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17571: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17572:
17573: 2002-08-14 paf
17574:
17575: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17576: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17577: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17578: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17579: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17580: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17581: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17582: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17583: types/pa_vresponse.C, types/pa_vresponse.h,
17584: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17585: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17586: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17587: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17588: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17589: & VClass
17590:
17591: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17592:
17593: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17594: removed fixopt stupidity. on stupid linux use cd /document/root
17595: ../cgi/parser3 script
17596:
17597: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17598: params, splitting them by space, excluding argv[0], argv[argc-1]
17599:
17600: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17601: fixopt.h: fixopt now preprocesses command line params, splitting
17602: them by space, excluding argv[0], argv[argc-1]
17603:
17604: * src/targets/cgi/parser3.C: -f config file
17605:
17606: * src/targets/cgi/parser3.C: fixed .log file dir
17607:
17608: 2002-08-13 paf
17609:
17610: * src/types/pa_vobject.C: allow override parent variables, useful
17611: for form descendants [in vobject too, were in vclass]
17612:
17613: * src/types/pa_vclass.C: allow override parent variables, useful
17614: for form descendants
17615:
17616: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17617: overwritten in derived(table)
17618:
17619: * src/: classes/form.C, classes/mail.C, classes/op.C,
17620: classes/xnode.h, include/pa_request.h, main/execute.C,
17621: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17622: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17623: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17624: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17625: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17626: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17627: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17628: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17629: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17630: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17631: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17632: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17633: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17634: Value::get_element(..., bool looking_down) [needed to exclude
17635: endless recoursion]
17636:
17637: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17638: fix bug with put endless recoursion todo: check 'as'
17639:
17640: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17641: reorganized modules todo: fix bug with put endless recoursion
17642: todo: check 'as'
17643:
17644: * src/types/pa_vobject.h: checked: table fields can be overwritten
17645: in derived(table)
17646:
17647: * src/types/pa_vobject.h: derived classes can have fields of their
17648: own now
17649:
17650: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17651: fixed error message on using non-created table
17652:
17653: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17654: classes/op.C, classes/xnode.h, include/pa_request.h,
17655: main/compile.C, main/compile.tab.C, main/execute.C,
17656: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17657: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17658: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17659: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17660: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17661: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17662: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17663: types/pa_vresponse.C, types/pa_vresponse.h,
17664: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17665: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17666: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17667: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17668: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17669: looking down/up tree todo: fix error message on non-constructed
17670: parents
17671:
17672: 2002-08-12 paf
17673:
17674: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17675: derived OK
17676:
17677: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17678: thorough testing
17679:
17680: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17681: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17682: types/pa_vobject.h, types/pa_vstateless_class.h,
17683: types/pa_vstateless_object.h, types/pa_wcontext.h,
17684: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17685: ^base:create[] dynamic call rewritten todo: thorough testing
17686:
17687: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17688: now instantates base class, remembers it and saves child in
17689: parent VObject.get_class now returns last child = downward
17690: virtual calls OK
17691:
17692: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17693: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17694: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17695: types/pa_vobject.h, types/pa_vresponse.h,
17696: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17697: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17698: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17699: VAliased [redundant], moved $CLASS to VObject only [parser class
17700: instance]
17701:
17702: * src/main/pa_request.C: $response:body[file] content-type check
17703: fixed [were bad when content-type is hash]
17704:
17705: 2002-08-09 paf
17706:
17707: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17708: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17709:
17710: 2002-08-08 paf
17711:
17712: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17713: src/main/pa_globals.C: year column in month calendar [week year]
17714:
17715: * src/main/execute.C: error reporting on object writes to MAIN
17716: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17717:
17718: * operators.txt, src/types/pa_vdate.h: $date.yearday
17719: $date.daylightsaving
17720:
17721: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17722: use tainted data now. only she must specify the language.
17723:
17724: ^mail:send[ $.from[paf@mail.design.ru]
17725: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17726: $.text[^taint[uri][ìîñêâà]=] ]
17727:
17728: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17729: now prints more precise origin
17730:
17731: * src/include/pa_string.h: String::first_char now not fails on
17732: empty strings ^if(-f '') now ok and in 3 other places.
17733:
17734: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17735: String::first_char now not fails on empty strings ^if(-f '') now
17736: ok and in 3 other places.
17737:
17738: 2002-08-07 paf
17739:
17740: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17741: fixed
17742:
17743: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17744:
17745: * src/: main/execute.C, types/pa_vcode_frame.h,
17746: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17747: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17748: mistakenly not completely transparent to object writes.
17749: $hash[^if(1){$hash}] now works
17750:
17751: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17752: now erasing cache file [there were bad check on that]
17753:
17754: * src/: classes/classes.dsp, classes/table.C,
17755: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17756: all Debug dirs in .dsp now named 'Debug'
17757:
1.116 moko 17758: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17759:
17760: * operators.txt, src/classes/mail.C: exception_type email.send
17761:
17762: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17763:
17764: * src/types/pa_vmail.C: mail:send empty email checked
17765:
17766: 2002-08-06 paf
17767:
17768: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17769: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17770: ^table::create[$source;$.options] ^table::join[$source;$.options]
17771:
17772: * operators.txt, src/classes/hash.C, src/classes/string.C,
17773: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17774: # $.default() }
17775:
17776: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17777:
17778: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17779: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17780: $file.content-type [instead of .mime-type] now works for
17781: file::stat also
17782:
17783: * src/main/pa_request.C: case insensitive mime_type_of
17784:
17785: 2002-08-05 paf
17786:
17787: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17788:
17789: * src/types/pa_vmail.C: file buffer relocated to parser heap
17790:
17791: * operators.txt: comment on date:calendar week column
17792:
17793: * src/main/pa_common.C: write checked
17794:
17795: * src/main/: pa_common.C: write checked
17796:
17797: * src/classes/date.C: +1 buf size for stupid snprintfs
17798:
17799: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17800: month calendar week column [ISO 8601 Week Numbers]
17801:
17802: 2002-08-02 paf
17803:
17804: * src/: include/pa_config_fixed.h, main/pa_string.C,
17805: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17806: DEBUG*
17807:
17808: * configure, configure.in, src/include/pa_version.h: release
17809: 3_0_0005
17810:
17811: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17812: multipart post fixed
17813:
17814: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17815: response transcoded source->client only when text/* or simple
17816: onoverridden $response:body
17817:
17818: 2002-08-01 paf
17819:
17820: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17821: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17822: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17823: classes/op.C, classes/response.C, classes/string.C,
17824: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17825: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17826: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17827: include/pa_config_fixed.h, include/pa_dictionary.h,
17828: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17829: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17830: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17831: include/pa_socks.h, include/pa_sql_connection.h,
17832: include/pa_sql_driver_manager.h, include/pa_stack.h,
17833: include/pa_string.h, include/pa_stylesheet_connection.h,
17834: include/pa_stylesheet_manager.h, include/pa_table.h,
17835: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17836: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17837: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17838: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17839: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17840: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17841: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17842: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17843: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17844: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17845: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17846: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17847: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17848: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17849: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17850: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17851: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17852: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17853: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17854: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17855: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17856: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17857: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17858: types/pa_vmethod_frame.h, types/pa_vobject.h,
17859: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17860: types/pa_vresponse.h, types/pa_vstateless_class.C,
17861: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17862: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17863: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17864: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17865: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17866: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17867:
17868: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17869: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17870: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17871: classes/math.C, classes/op.C, classes/response.C,
17872: classes/string.C, classes/table.C, classes/void.C,
17873: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17874: include/pa_array.h, include/pa_cache_managers.h,
17875: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17876: include/pa_config_fixed.h, include/pa_config_includes.h,
17877: include/pa_dictionary.h, include/pa_dir.h,
17878: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17879: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17880: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17881: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17882: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17883: include/pa_stack.h, include/pa_string.h,
17884: include/pa_stylesheet_connection.h,
17885: include/pa_stylesheet_manager.h, include/pa_table.h,
17886: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17887: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17888: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17889: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17890: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17891: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17892: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17893: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17894: main/pa_sql_driver_manager.C, main/pa_string.C,
17895: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17896: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17897: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17898: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17899: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17900: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17901: targets/isapi/pool_storage.h, types/pa_valiased.C,
17902: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17903: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17904: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17905: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17906: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17907: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17908: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17909: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17910: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17911: types/pa_vresponse.C, types/pa_vresponse.h,
17912: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17913: types/pa_vstateless_object.h, types/pa_vstatus.C,
17914: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17915: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17916: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17917: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17918: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17919: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17920: types/Makefile.am: ident.C* removed
17921:
17922: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17923: file:find[/can/do/this/now.txt]
17924:
17925: * src/targets/cgi/parser3.C: usage to stdout now
17926:
17927: 2002-07-31 paf
17928:
17929: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17930:
17931: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17932: default "postmaster"
17933:
17934: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17935: -f postmaster now default sendmail key word "postmaster"
17936: replaced to $.from
17937:
17938: 2002-07-30 paf
17939:
1.116 moko 17940: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17941: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17942:
17943: * src/main/pa_charset.C: comment
17944:
17945: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17946: table, &#decimal;
17947:
17948: * src/main/pa_request.C: comment
17949:
17950: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17951: paragraf]
17952:
17953: 2002-07-11 paf
17954:
17955: * src/main/pa_exec.C: build command line badly added params twice
17956: [and first time without ' ']. double wrong. fixed.
17957:
17958: * src/main/pa_exec.C: invalid .exe caused error message with params
17959: wich parser did not provide = reported badly. fixed that.
17960:
17961: * src/classes/mail.C: $MAIL[ # xxx ]
17962:
17963: now ok
17964:
17965: * operators.txt: plan: sql detailed exception
17966:
17967: 2002-07-01 paf
17968:
17969: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17970: [MForm.configure_admin were called when request.main_class ==0
17971:
17972: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17973:
17974: * src/classes/form.C: content_length type fix
17975:
17976: 2002-06-30 paf
17977:
17978: * src/classes/mail.C: merged from 4
17979:
17980: * src/classes/mail.C: restored $MAIL
17981:
17982: 2002-06-28 paf
17983:
17984: * configure, configure.in: removed paths.h
17985:
1.116 moko 17986: * configure, src/include/pa_version.h,
1.95 moko 17987: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17988: merged, makes updated
17989:
17990: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17991: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17992: src/include/pa_pool.h, src/include/pa_version.h,
17993: src/main/pa_charset.C, src/main/pa_pool.C,
17994: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17995: src/types/pa_vmail.C: merged latest updates to head
17996:
17997: 2002-06-27 paf
17998:
17999: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18000: not error now
18001:
18002: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18003: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18004: src/main/pa_charset.C, src/main/pa_pool.C:
18005: ^xdoc::create[[uri]]... base uri for document being created,
18006: imports and other relative file names would be relative to this
18007: uri default uri=path_translated
18008:
18009: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18010:
18011: 2002-06-26 paf
18012:
18013: * configure, configure.in, src/include/pa_version.h:
18014: release_3_0_0004
18015:
18016: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18017: 0 now
18018:
18019: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18020:
18021: 2002-06-25 paf
18022:
18023: * src/main/pa_string.C: emtpy string, or string of whitespaces
18024: considered bad number now
18025:
18026: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18027: now
18028:
18029: * operators.txt, src/classes/string.C: ^string.normalize [old
18030: name: optimize
18031:
18032: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18033: library configured
18034:
18035: * src/main/pa_request.C: configure_admin forced if no @conf
18036:
1.150 moko 18037: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18038: ^math:crypt updated to generate random salt when needed and to
18039: call system crypt() if not $apr1$ prefix
1.95 moko 18040:
18041: 2002-06-24 paf
18042:
18043: * INSTALL: --with-static/shared-mailreceive described
18044:
18045: * src/include/pa_config_fixed.h: ssize_t fixed
18046:
1.116 moko 18047: * configure, configure.in, src/include/pa_config_auto.h.in,
18048: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18049: src/types/pa_vmail.C: $mail:received makes update
18050:
18051: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18052: WITH_MAILRECEIVE
18053:
18054: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18055:
18056: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18057: option, for $mail:receive
18058:
18059: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18060: introducting $message:received ^mail:send rewritten with backward
18061: comp
18062:
18063: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18064: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18065: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18066: now
18067:
18068: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18069: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18070: src/include/pa_request.h, src/include/pa_string.h,
18071: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18072: src/main/pa_globals.C, src/main/pa_request.C,
18073: src/main/pa_string.C, src/main/pa_uue.C,
18074: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18075: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18076: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18077: uue to separate file introducting $message:received ^mail:send
18078: rewritten with backward comp
18079:
18080: 2002-06-21 paf
18081:
1.116 moko 18082: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18083: co changes
1.95 moko 18084:
1.116 moko 18085: * configure, configure.in, src/lib/md5/Makefile.am,
18086: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18087: restructure .in and .am files appropriate changes
1.95 moko 18088:
18089: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18090: pcre to libs/ added libs/md5 which is linked to non-apache
18091: targets ^math:crypt[password;$apr1$salt]
18092:
18093: * INSTALL, configure.in, operators.txt, parser3.dsw,
18094: src/Makefile.am, src/classes/Makefile.am,
18095: src/classes/classes.dsp, src/classes/math.C,
18096: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18097: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18098: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18099: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18100: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18101: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18102: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18103: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18104: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18105: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18106: src/lib/pcre/pcre_parser_ctype.dsp,
18107: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18108: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18109: src/main/compile.tab.C, src/main/main.dsp,
18110: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18111: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18112: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18113: to libs/ added libs/md5 which is linked to non-apache targets
18114: ^math:crypt[password;$apr1$salt]
18115:
18116: 2002-06-20 paf
18117:
1.150 moko 18118: * INSTALL, configure, configure.in, operators.txt,
18119: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18120: src/include/pa_globals.h, src/include/pa_request.h,
18121: src/main/execute.C, src/main/pa_request.C,
18122: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18123: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18124: file:justname&co & @auto/conf[filespec
1.95 moko 18125:
18126: * operators.txt, src/classes/file.C:
18127: !^file:dirname[/a/some.tar.gz]=/a
18128: !^file:dirname[/a/b/]=/a
18129: !^file:basename[/a/some.tar.gz]=some.tar.gz
18130: !^file:justname[/a/some.tar.gz]=some.tar
18131: !^file:justext[/a/some.tar.gz]=gz
18132:
18133: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18134: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18135: @conf/auto[filespec]
18136:
1.116 moko 18137: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18138:
1.150 moko 18139: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18140: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18141: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18142:
18143: 2002-06-18 paf
18144:
18145: * configure, configure.in, src/include/pa_version.h: version to
18146: configure.in
18147:
18148: * INSTALL: reflected .conf.dist dir change
18149:
1.150 moko 18150: * Makefile.am, configure, configure.in,
1.116 moko 18151: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18152: .in & *.am updated
18153:
18154: * src/classes/file.C: strncasecmp
18155:
18156: * src/classes/file.C: strcasecmp
18157:
1.150 moko 18158: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18159:
18160: * src/classes/file.C: ^file::exec[script;$.bad error case
18161: insensitive check now
18162:
18163: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18164:
18165: * configure, configure.in, src/include/pa_pool.h,
18166: src/include/pa_types.h: pack configure.in detection simplified.
18167: figured out that gcc on sparc not that stupid as thought
18168: previously: on sparc: when it sees packed class it modifies it's
18169: field-access-code to byte operations [stb, ldub] instead of 4byte
18170: operations [st, lduh] so packed must be all parts of packed
18171: class, i.e. it's parents&fields(classes). for now it's only
18172: String that packed and what was wrong is that it's parent -
18173: Pooled, were not packed. fixed that.
18174:
18175: 2002-06-14 paf
18176:
18177: * operators.txt: more precise xml-to-text options
18178:
18179: * operators.txt, src/types/pa_vxnode.C: xnode
18180: attribute_node.name/value xnode pi.node.data
18181:
18182: 2002-06-12 paf
18183:
1.116 moko 18184: * configure, configure.in, src/targets/cgi/Makefile.am,
18185: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18186:
18187: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18188: src/include/pa_globals.h, src/include/pa_request.h,
18189: src/main/compile.tab.C, src/main/pa_globals.C,
18190: src/main/pa_request.C, src/targets/cgi/parser3.C,
18191: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18192:
18193: * src/classes/mail.C: sendmail -ti [default now]
18194:
18195: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18196: to be strings. for convinient #ing
18197:
18198: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18199: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18200:
18201: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18202: main/pa_globals.C, main/pa_request.C: @conf
18203:
18204: 2002-06-11 paf
18205:
18206: * src/classes/file.C: check simplified
18207:
18208: * src/: classes/file.C, targets/cgi/parser3.dsp,
18209: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18210: valid prefix
18211:
18212: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18213: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18214: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18215:
18216: 2002-06-10 paf
18217:
18218: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18219: src/main/pa_common.C: lock failures reported now
18220:
18221: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18222: string->double @ compile time were not-enough-checking...
18223:
18224: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18225: autoconvert now ignored
18226:
18227: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18228: check
18229:
18230: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18231: $response:body content-type:name
18232:
18233: * configure, configure.in: hpux check, nsl link, no socket
18234:
18235: * operators.txt: old merge conflict removed
18236:
18237: * configure, configure.in: pack even address access on sparc&co
18238: arch checked in configure
18239:
18240: * configure, src/include/pa_version.h: makes
18241:
18242: * configure, configure.in, src/include/pa_version.h: makes
18243:
18244: * src/main/untaint.C: (bug#2) mail subject got always prepended
18245: with charset even when all letters were 7bit one
18246:
18247: * src/main/pa_common.C: merged fixed -d (bug)
18248:
18249: * src/main/pa_common.C: fixed -d (bug)
18250:
18251: 2002-06-03 paf
18252:
18253: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18254: src/classes/classes.dsp, src/main/compile.tab.C,
18255: src/main/main.dsp, src/main/pa_globals.C,
18256: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18257: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18258: .dsp-s along with reorganized cvs modules dirs structure
18259:
18260: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18261: main/pa_globals.C, targets/cgi/parser3.dsp,
18262: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18263: modules
18264:
18265: 2002-05-28 paf
18266:
18267: * src/targets/cgi/parser3.C: info.uri now ""
18268:
18269: 2002-05-17 paf
18270:
18271: * src/classes/: table.C: ^table.save << checked empty
18272: pre/match/post columns
18273:
18274: 2002-05-16 paf
18275:
18276: * src/classes/image.C: image::measure can png now
18277:
18278: 2002-05-15 paf
18279:
18280: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18281: added
18282:
18283: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18284:
18285: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18286: %H[:%M[:%S]]]]]] [-%m now
18287:
18288: 2002-05-14 paf
18289:
18290: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18291:
18292: 2002-05-07 paf
18293:
18294: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18295: src/include/pa_globals.h, src/include/pa_request.h,
18296: src/include/pa_table.h, src/main/compile.tab.C,
18297: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18298: src/main/pa_request.C, src/main/pa_table.C,
18299: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18300: src/targets/isapi/parser3isapi.dsp,
18301: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18302: name2number field now &. main_method_name now on Request pool
18303: rather on global_pool [Junction+VJunction created on same pool as
18304: name = were created on global pool, causing mem leaks]
18305:
18306: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18307: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18308: main/compile.y, main/main.dsp, main/pa_globals.C,
18309: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18310: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18311: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18312: field now &. main_method_name now on Request pool rather on
18313: global_pool [Junction+VJunction created on same pool as name =
18314: were created on global pool, causing mem leaks]
18315:
18316: 2002-05-06 paf
18317:
18318: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18319: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18320: 100*40 bytes per request memory leak [nonpool malloc in globals]
18321:
18322: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18323: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18324: 100*40 bytes per request memory leak [nonpool malloc in globals]
18325:
18326: 2002-04-30 paf
18327:
18328: * configure, src/include/pa_version.h: version now not b
18329:
18330: * src/targets/cgi/parser3.C: request.uri now never 0
18331:
18332: 2002-04-29 paf
18333:
18334: * configure.in: removed b
18335:
18336: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18337: Exception::comment/type checked in (), no there's no empty
18338: type/comment by default
18339:
18340: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18341: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18342: src/doc/value.dox, src/include/pa_exception.h,
18343: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18344: 0001
18345:
18346: 2002-04-26 paf
18347:
18348: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18349: size reduced
18350:
18351: 2002-04-25 paf
18352:
18353: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18354: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18355: now that took into account
18356:
18357: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18358: 01:03:04]
18359:
18360: * ChangeLog, operators.txt, src/classes/date.C:
18361: ^date::create[2002-12-33 01:03:04]
18362:
18363: * ChangeLog: updated changelog
18364:
18365: * src/classes/table.C: removed restriction on column count to
18366: ^table.hash to work, now must be >0 [were >1]
18367:
18368: 2002-04-24 paf
18369:
18370: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18371: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18372: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18373: targets
18374:
18375: 2002-04-23 paf
18376:
18377: * operators.txt, src/classes/string.C:
18378: int/double/string:sql{}[$.default{code}] fixed [were barking:
18379: "junction used outside of context"]
18380:
18381: 2002-04-22 paf
18382:
18383: * types.txt, src/classes/string.C, src/include/pa_string.h,
18384: src/main/pa_string.C, src/types/pa_vstring.C,
18385: src/types/pa_vstring.h: ^string.optimize[]
18386:
18387: * src/: include/pa_globals.h, include/pa_table.h,
18388: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18389: table template
18390:
18391: * src/classes/: string.C: optimize removed from string
18392: .left/right/pos
18393:
18394: * src/main/execute.C: rolled back to
18395: before_killing_userjunction_contexts
18396:
18397: * src/main/execute.C: user junctions context killed
18398:
18399: * src/main/execute.C: junctions to local contexts got
18400: cleanized&checked later
18401:
18402: 2002-04-19 paf
18403:
18404: * src/: classes/string.C, include/pa_request.h,
18405: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18406: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18407: prior to .left .right .mid .pos .match when that is profitable,
18408: and always before .replace when $ORIGINS(1) optimization disabled
18409: economy from not wasting mem on lots of strings which occur by
18410: lots of String:mid calls to get parts of source string between
18411: found_occurances
18412:
18413: * src/classes/file.C: ovector now local economy: 16 bytes per
18414: ^file:list
18415:
18416: * src/: include/pa_globals.h, include/pa_table.h,
18417: main/pa_globals.C, main/pa_string.C: String::match table columns
18418: globalized, not created @ each ^match anymore economy:
18419: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18420:
18421: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18422: removed from each String::match replace iteration, and made
18423: stacked sizeof(VTable)=12bytes economy on each replace code
18424:
18425: * src/doc/footer.htm: 2001,
18426:
18427: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18428: string.match[]['] option enables generation of $match.prematch
18429: .match .postmatch columns
18430:
18431: * src/main/pa_string.C: String::match options analized without
18432: cstr-ing them now
18433:
18434: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18435: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18436: config updated to doxygen 1.2.15, created helper which fixes
18437: minor bugs in chm project files & htm tree. changed extension to
18438: .htm
18439:
18440: 2002-04-18 paf
18441:
18442: * src/doc/doxygen.cfg: .chi generation disabled
18443:
18444: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18445: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18446: fields&methods
18447:
18448: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18449: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18450: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18451: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18452: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18453: types/pa_vresponse.h, types/pa_vstateless_class.h,
18454: types/pa_vstateless_object.h, types/pa_vstatus.h,
18455: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18456: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18457: VStateless_class to VObject
18458:
18459: * src/: main/pa_request.C, types/pa_valiased.h,
18460: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18461: types/pa_vstring.h: VStateless_string_object speicalized light
18462: version of VStateless_object
18463:
18464: * src/classes/op.C: ^throw comment param made optional
18465:
18466: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18467: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18468: and implemented down in VClass, fclass_alias removed,
18469:
18470: * src/types/pa_value.C: forced to cut that from .h because of
18471: VStateless_class usage [undefined in .h]
18472:
18473: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18474: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18475: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18476: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18477: on each CALL]
18478:
18479: * src/: classes/classes.h, classes/date.C, classes/double.C,
18480: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18481: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18482: classes/response.C, classes/string.C, classes/table.C,
18483: classes/void.C, classes/xnode.C, include/pa_globals.h,
18484: include/pa_request.h, main/execute.C, main/pa_globals.C,
18485: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18486: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18487: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18488: types/pa_vstateless_class.h, types/pa_wcontext.C,
18489: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18490: removed Value::fname
18491:
18492: 2002-04-17 paf
18493:
18494: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18495: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18496: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18497: include/pa_pool.h, include/pa_types.h: dox updated to current
18498: state, PTHROW freshen to throw & co
18499:
18500: * src/types/pa_vhash.h: vstring wrong parent fixed
18501:
18502: * src/classes/op.C: taint local result var bug fixed
18503:
18504: 2002-04-16 paf
18505:
18506: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18507: Attic asm.txt as most interesting
18508:
18509: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18510: check, preventing content-length: 0 from appearing
18511:
18512: * src/main/execute.C: $result in @main now taken into account as in
18513: usual functions
18514:
18515: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18516: & @unhandled_exception now taken into account as in usual
18517: functions
18518:
18519: * src/doc/postbuild.txt: instructions on post .html build
18520:
18521: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18522:
18523: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18524: tainted
18525:
18526: * src/main/pa_request.C: uri in error log
18527:
18528: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18529: cheched date:create(days) param for validity [later were assumed
18530: valid and crashed on invalid onces]
18531:
18532: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18533: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18534: and used that for removing VString wrapper
18535:
18536: * src/classes/op.C: exception2vhash file now tainted
18537:
18538: * src/classes/op.C: _process pseudo origin copied from local var to
18539: heap
18540:
18541: * src/classes/op.C: extra check on empty file in origin in _execute
18542:
18543: 2002-04-15 paf
18544:
18545: * src/: main/execute.C, types/pa_value.h: fixed name update
18546:
18547: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18548: functions
18549:
18550: * src/: classes/file.C, classes/hash.C, classes/op.C,
18551: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18552: started dual write_xxx_lang functions, if checked & works
18553:
18554: * src/: classes/date.C, classes/file.C, classes/mail.C,
18555: classes/string.C, classes/xnode.C, include/pa_request.h,
18556: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18557: unnecessary VString shells
18558:
18559: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18560: prev changes]
18561:
18562: * src/: classes/image.C, classes/op.C, classes/string.C,
18563: classes/table.C, include/pa_request.h, main/execute.C,
18564: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18565: StringOrValue wcontext result, now ready for dual writes
18566:
18567: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18568: checked that
18569:
18570: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18571: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18572: changed to OP_WRITE_VALUE in var get cases
18573:
18574: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18575: include/pa_request.h, main/compile.tab.C, main/compile.y,
18576: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18577: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18578: switch in hash constructor fixed [were problems with using of
18579: stacked wwrapper after it's death]
18580:
18581: 2002-04-12 paf
18582:
18583: * operators.txt, src/classes/table.C: table.select(expression) 0
18584:
18585: 2002-04-11 paf
18586:
18587: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18588: Request::process_internal codeFrame & wwrapper stacked [not
18589: wasting heap anymore]
18590:
18591: 2002-04-10 paf
18592:
18593: * src/: classes/double.C, classes/file.C, classes/hash.C,
18594: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18595: classes/string.C, classes/table.C, classes/void.C,
18596: classes/xdoc.C, include/pa_request.h, main/execute.C,
18597: main/pa_string.C: killed Request::process() wrapping
18598: VString(String) in case we need only String
18599:
18600: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18601: killed 8 bytes from String.head
18602:
18603: 2002-04-09 paf
18604:
18605: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18606: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18607: local*/char b[...]; a=b; situations
18608:
18609: * operators.txt, src/classes/xdoc.C: xslt params made literal
18610:
18611: * src/classes/xdoc.C: xslt params fixed
18612:
18613: * src/: main/pa_common.C, targets/cgi/parser3.C,
18614: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18615: not pool.malloc(MAX_NUMBER) but really neaded
18616:
18617: * operators.txt, src/classes/double.C, src/classes/int.C:
18618: int/double.int/double(default)
18619:
18620: 2002-04-04 paf
18621:
18622: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18623: [when reconstructing pieces were split by
18624: max_integral(piece.size), thus some strings to replace happen to
18625: be split into two = not replaced)
18626:
18627: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18628: standalone version = current dir
18629:
18630: * src/targets/cgi/parser3.C: document root in standalone version =
18631: current dir
18632:
18633: 2002-04-03 paf
18634:
18635: * configure, configure.in: more checks on nonexistent charset
18636:
1.116 moko 18637: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18638:
18639: 2002-04-02 paf
18640:
18641: * src/main/compile.C: parser.compile [exception name more like in
18642: doc]
18643:
18644: 2002-04-01 paf
18645:
18646: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18647: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18648: .content-type.charset, not .charset
18649:
18650: 2002-03-29 paf
18651:
18652: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18653:
18654: * operators.txt, src/classes/date.C: ^date::create now may not
18655: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18656: days' year. | 31.05->31.04 roll
18657:
18658: 2002-03-28 paf
18659:
18660: * operators.txt, src/classes/date.C, src/classes/op.C,
18661: src/include/pa_globals.h, src/include/pa_hash.h,
18662: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18663: ^cache(seconds) ^cache[date] }
18664:
18665: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18666: param
18667:
18668: 2002-03-27 paf
18669:
18670: * operators.txt, src/classes/date.C, src/classes/double.C,
18671: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18672: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18673: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18674: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18675: src/classes/xnode.C, src/include/pa_exception.h,
18676: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18677: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18678: src/main/pa_array.C, src/main/pa_charset.C,
18679: src/main/pa_charsets.C, src/main/pa_common.C,
18680: src/main/pa_dictionary.C, src/main/pa_exception.C,
18681: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18682: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18683: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18684: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18685: src/types/pa_value.h, src/types/pa_vcookie.C,
18686: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18687: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18688: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18689: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18690: src/types/pa_wwrapper.h: assigned exception types
18691:
18692: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18693: src/include/pa_request.h, src/main/execute.C,
18694: src/main/pa_request.C: decided agains resetting exception_trace,
18695: just changed name
18696:
18697: 2002-03-26 paf
18698:
18699: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18700: fixed
18701:
18702: * src/classes/op.C: forced language of $source field of exception
18703: to 'tainted', so that sql-langed-frags could be outputed outside
18704: of connect
18705:
18706: * operators.txt: removed date.roll limit of +-1 offset
18707:
18708: * src/classes/date.C: removed date.roll limit of +-1 offset
18709:
18710: * operators.txt, src/classes/date.C: fixed date roll on
18711: daylightsaving days mktime took into account tm_isdst flag, which
18712: remained from BEFORE roll, but should have been reset
18713:
18714: 2002-03-25 paf
18715:
18716: * operators.txt, src/targets/cgi/parser3.C:
18717: http_site_config_filespec
18718:
18719: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18720: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18721: with any/both --disable-foreign-group-files --disable-execs
18722:
18723: * INSTALL: "--with=sendmail=COMMAND" comment
18724:
18725: * INSTALL, configure, configure.in, src/classes/mail.C,
18726: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18727: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18728: disables execs also. introducing --sendmail
1.95 moko 18729:
18730: * operators.txt: pgsql options comment
18731:
18732: * INSTALL: comment on --disable-link-stdcpp
18733:
1.116 moko 18734: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18735: libstdc++ link skipping configure option
1.95 moko 18736:
18737: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18738: with error were put to cache with 'marked_to_rollback' flag, all
18739: consequent even OK requests rolled back
18740:
18741: 2002-03-22 paf
18742:
18743: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18744: false return
18745:
18746: * operators.txt: few comments on sets
18747:
18748: 2002-03-18 paf
18749:
18750: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18751: src/include/pa_globals.h, src/include/pa_request.h,
18752: src/include/pa_stack.h, src/main/pa_globals.C,
18753: src/main/pa_request.C: introducing ^try
18754:
18755: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18756: types/pa_vdouble.h: removed some tested @tests
18757:
18758: 2002-03-15 paf
18759:
18760: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18761:
18762: 2002-03-13 paf
18763:
18764: * src/main/pa_exception.C: checked not-pooled malloc
18765:
18766: 2002-03-11 paf
18767:
18768: * INSTALL, configure, configure.in,
18769: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18770:
18771: * src/main/pa_common.C: --disable-foreign-group-files
18772:
18773: * INSTALL: --disable-execs
18774:
18775: * src/main/pa_exec.C: --disable-execs
18776:
18777: * configure, configure.in, src/include/pa_config_auto.h.in:
18778: --disable-execs
18779:
18780: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18781:
18782: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18783: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18784:
18785: 2002-03-05 paf
18786:
18787: * operators.txt, src/classes/date.C: date week calendar columns
18788: named
18789:
18790: * operators.txt, src/classes/date.C: date week calendar columns
18791: named
18792:
18793: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18794: requires headers to be terminated with \r\n manually [refuses to
18795: separate header/body itself]
18796:
18797: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18798: targets/isapi/parser3isapi.C: isapi site config beside .dll
18799:
18800: 2002-03-04 paf
18801:
18802: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18803: in PASS language
18804:
18805: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18806: deserialize checks on broken file
18807:
18808: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18809: parser3isapi.dsp: isapi updated
18810:
18811: 2002-03-01 paf
18812:
18813: * src/main/pa_exec.C: execle -> execve, now argc OK
18814:
18815: 2002-02-28 paf
18816:
18817: * src/main/untaint.C: removed some debug comments
18818:
18819: * src/main/pa_charsets.C: when placing charset to cache using
18820: global name now [were request]
18821:
18822: * configure, configure.in: apache module updated
18823:
18824: * src/main/pa_string.C: origin by first piece preferred before last
18825: piece
18826:
18827: 2002-02-27 paf
18828:
18829: * src/main/pa_charset.C: size_t
18830:
18831: * INSTALL: shared/static-xml with-pathlink
18832:
18833: * operators.txt: SMTP comment
18834:
18835: 2002-02-26 paf
18836:
18837: * src/main/pa_exec.C: more precise names for vars, cosmetic
18838:
18839: * src/classes/xnode.C: in some situation, xpath query returned
18840: result with type NODESET, but empty nodeset member field, checked
18841: that
18842:
18843: 2002-02-22 paf
18844:
18845: * INSTALL: without-zlib comment
18846:
18847: * etc/parser3.charsets/windows-1251.cfg: °
18848:
18849: * configure, configure.in: glib###.a detection fixed
18850:
18851: * INSTALL: hashfile removed from INSTALL
18852:
1.116 moko 18853: * Makefile.am: make update
1.95 moko 18854:
18855: * src/main/pa_string.C: string iterators fixed again, so were
18856: String::join_chain
18857:
18858: * src/main/pa_string.C: string iterators fixed again, so were
18859: String::join_chain
18860:
18861: * src/: include/pa_string.h, main/pa_string.C: string iterators
18862: fixed again, so were String::join_chain
18863:
18864: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18865:
18866: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18867: "session"
18868:
1.116 moko 18869: * configure, configure.in, src/include/pa_config_auto.h.in:
18870: --with-shared-xml --with-static-xml
1.95 moko 18871:
18872: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18873: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18874: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18875: xalan&xml
18876:
18877: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18878:
18879: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18880: src/types/types.dsp: removed hashfile support from sources for
18881: now
18882:
1.116 moko 18883: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18884: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18885: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18886: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18887: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18888: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18889: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18890: src/types/Makefile.am, src/types/pa_vhashfile.C,
18891: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18892:
18893: 2002-02-21 paf
18894:
18895: * src/main/untaint.C: removed debug code, activated commented-for
18896: debug parts
18897:
1.116 moko 18898: * Makefile.am: make cvsupdate
1.95 moko 18899:
18900: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18901: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18902: append_row, not at link zero now string to string appending works
18903:
18904: 2002-02-20 paf
18905:
18906: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18907: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18908: DEBUG_STRING_APPENDS_VS_EXPANDS
18909:
18910: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18911: economy: 22%
18912:
18913: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18914: space uptimized: string::link_row removed
18915:
18916: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18917: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18918: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18919: types/pa_vstring.h: speed uptimized: string::is_empty
18920:
18921: * operators.txt, src/include/pa_common.h,
18922: src/include/pa_config_fixed.h, src/include/pa_string.h,
18923: src/include/pa_types.h, src/main/compile.tab.C,
18924: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18925: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18926: string append optimiziation idea and estimates
18927:
18928: 2002-02-19 paf
18929:
18930: * src/classes/math.C: not used directly [but erroreously reported
18931: that 'is', thus registering twice&other probs]
18932:
18933: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18934: to node [element]
18935:
18936: * src/main/compile.C: without string_origins parse error
18937: file+line+col possible
18938:
18939: * src/main/: compile.C: without string_origins not worked
18940:
18941: 2002-02-18 paf
18942:
18943: * src/types/pa_vdouble.h: since we have in_expression removed that
18944: trick i've installed into double::as_string
18945:
18946: * src/main/pa_globals.C: extern "C" was removed too fast
18947:
18948: * src/: include/pa_opcode.h, include/pa_request.h,
18949: main/compile.tab.C, main/compile.y, main/execute.C,
18950: types/pa_wcontext.h: in_expression aimed to solve old problem
18951: with string/nonstring values, now in expressions double/int
18952: values are passed as-is, without stupid tostring/fromstring
18953: conversions
18954:
18955: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18956: __cplusplus } #endif
18957:
18958: * src/main/compile.tab.C: bison env set so one could compile
18959: without cygwin installed
18960:
18961: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18962: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18963: gnome xml libs parser .dsp-s changed accordingly
18964:
18965: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18966:
18967: * operators.txt, src/classes/date.C: date::create [were date::set,
18968: with backward comp
18969:
18970: * src/classes/math.C: math:random range check fixed
18971:
18972: * src/main/: compile.tab.C, compile.y: integer division stops name
18973:
18974: * INSTALL: local install comment
18975:
1.116 moko 18976: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18977:
1.116 moko 18978: * acinclude.m4, aclocal.m4, configure, configure.in,
18979: src/include/pa_config_auto.h.in,
18980: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18981: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18982:
18983: * operators.txt: \ comment
18984:
18985: 2002-02-13 paf
18986:
18987: * src/include/pa_config_includes.h: sys/time time both included
18988: now. vaguely remember confilicts on this on some system [not on
18989: six|ablv] so when would see them again would think up proper
18990: check
18991:
1.116 moko 18992: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18993: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18994:
18995: * src/main/pa_common.C: truncation never occured when writing files
18996: on unix [since i've changed cache mech] fix
18997:
18998: * src/main/pa_common.C: strnchr: sanity check added
18999:
19000: * etc/parser3.charsets/windows-1257.cfg: id added
19001:
19002: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19003: baltic charset file generated, in generation script ispunct check
19004: added
19005:
19006: 2002-02-08 paf
19007:
1.116 moko 19008: * src/: include/Makefile.am, sql/Makefile.am,
19009: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19010:
19011: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19012: forgotten
19013:
19014: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19015:
19016: * INSTALL, README: install&others updated
19017:
19018: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19019:
1.116 moko 19020: * Makefile.am, configure, configure.in,
19021: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19022: src/classes/Makefile.am, src/main/Makefile.am,
19023: src/main/pa_status_provider.C, src/targets/Makefile.am,
19024: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19025: works
1.95 moko 19026:
19027: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19028: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19029: classes/hashfile.C, classes/int.C, classes/mail.C,
19030: classes/math.C, classes/op.C, classes/response.C,
19031: classes/string.C, classes/table.C, classes/void.C,
19032: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19033: include/pa_array.h, include/pa_cache_managers.h,
19034: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19035: include/pa_config_fixed.h, include/pa_config_includes.h,
19036: include/pa_db_connection.h, include/pa_db_manager.h,
19037: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19038: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19039: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19040: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19041: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19042: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19043: include/pa_stack.h, include/pa_string.h,
19044: include/pa_stylesheet_connection.h,
19045: include/pa_stylesheet_manager.h, include/pa_table.h,
19046: include/pa_threads.h, include/pa_types.h, main/compile.C,
19047: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19048: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19049: main/pa_db_connection.C, main/pa_db_manager.C,
19050: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19051: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19052: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19053: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19054: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19055: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19056: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19057: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19058: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19059: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19060: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19061: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19062: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19063: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19064: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19065: types/pa_vmethod_frame.h, types/pa_vobject.h,
19066: types/pa_vrequest.h, types/pa_vresponse.h,
19067: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19068: types/pa_vstateless_object.h, types/pa_vstatus.C,
19069: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19070: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19071: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19072: classes/image.C, main/pa_common.C, main/pa_exec.C,
19073: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19074: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19075: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19076: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19077: types/pa_vxnode.C, main/pa_charset.C: name spelling
19078:
19079: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19080: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19081: classes/hashfile.C, classes/image.C, classes/int.C,
19082: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19083: classes/string.C, classes/table.C, classes/void.C,
19084: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19085: include/pa_array.h, include/pa_cache_managers.h,
19086: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19087: include/pa_config_fixed.h, include/pa_config_includes.h,
19088: include/pa_db_connection.h, include/pa_db_manager.h,
19089: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19090: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19091: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19092: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19093: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19094: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19095: include/pa_stack.h, include/pa_string.h,
19096: include/pa_stylesheet_connection.h,
19097: include/pa_stylesheet_manager.h, include/pa_table.h,
19098: include/pa_threads.h, include/pa_types.h, main/compile.C,
19099: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19100: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19101: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19102: main/pa_db_connection.C, main/pa_db_manager.C,
19103: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19104: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19105: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19106: main/pa_socks.C, main/pa_sql_driver_manager.C,
19107: main/pa_status_provider.C, main/pa_string.C,
19108: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19109: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19110: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19111: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19112: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19113: targets/isapi/pool_storage.h, types/pa_valiased.C,
19114: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19115: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19116: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19117: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19118: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19119: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19120: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19121: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19122: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19123: types/pa_vresponse.h, types/pa_vstateless_class.C,
19124: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19125: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19126: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19127: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19128: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19129: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19130:
19131: 2002-02-07 paf
19132:
19133: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19134:
1.116 moko 19135: * configure, configure.in, src/include/pa_config_auto.h.in,
19136: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19137: added yet another locking function: fcntl
1.95 moko 19138:
19139: * config.sub: on cygwin configure passes it with strange i1586
19140: const, hacked it to mean i586
19141:
19142: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19143: disabled $if reference due to conflicts with local variables
19144:
19145: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19146: xdoc::set obsolete now, now xdoc::create, with both sences
19147:
19148: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19149: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19150: table::create now // 'set' name obsolete now table clone.
19151:
19152: * operators.txt, src/classes/string.C,
19153: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19154: ^int/double/string.format now can be called with normal []
19155: brackets, not stupid {} as it were implemented for some strange
19156: reason. retaining backward compatibility due to some
19157: already-implemented servers
19158:
19159: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19160: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19161: operators now detected by check at name_without_curly_rdive_read
19162: rule whether diving code constists only of
19163: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19164: with OP_GET_ELEMENT_OR_OPERATOR to form
19165: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19166:
19167: 2002-02-06 paf
19168:
19169: * configure, configure.in: prefix expanded, grr
19170:
19171: * operators.txt, src/classes/mail.C: mail:send config changed
19172:
19173: 2002-02-05 paf
19174:
19175: * operators.txt: regex options commented
19176:
19177: * src/main/: pa_exec.C: argv0 now correct
19178:
19179: * src/types/pa_vstatus.C: status:rusage 3
19180:
19181: * src/types/pa_vstatus.C: status:rusage 2
19182:
19183: * operators.txt: status:rusage described int operators
19184:
19185: * src/types/pa_vstatus.C: status:rusage 1
19186:
19187: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19188: src/types/types.dsp: status:rusage
19189:
19190: * configure.in, operators.txt, src/classes/file.C,
19191: src/classes/op.C, src/include/pa_common.h,
19192: src/include/pa_config_includes.h, src/main/compile.tab.C,
19193: src/main/pa_common.C: rewritten ^cache to use
19194: non-blocking-exclusive-caches
19195:
19196: * src/main/pa_common.C: text file read mode on win32 adjusted
19197: [speed impact. was off for debugging purpose, but forgotten
19198: afterwards]
19199:
19200: 2002-02-01 paf
19201:
19202: * src/classes/op.C: file_write does EX lock after create, while
19203: file_read does SH after open, so there's a moment after create
19204: but before EX lock when read can sneak into, and read
19205: just-created-for-writing-and-not-yet-locked file, added a check
19206: for that in ^cache...read
19207:
19208: 2002-01-31 paf
19209:
19210: * src/main/: compile.y, compile.tab.C: disabled operator call after
19211: ^xxx:
19212:
19213: * src/main/: compile.tab.C, execute.C: made operators lookup first
19214: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19215:
19216: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19217: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19218: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19219: operators check 6.1 rewritten. now check is done at compile time
19220:
19221: * src/main/execute.C: operators check 5 floated up old error of
19222: staying in 'entered class/object' state after $a($a..) it
19223: prevented operators from being called thereafter
19224:
19225: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19226: main/execute.C: operators check 4 floated up old error of staying
19227: in 'entered object' state after ^a.a(a) it prevented operators
19228: from being called thereafter
19229:
19230: * src/main/execute.C: operators check 3 floated up old error of
19231: staying in 'entered class' state after $a:a(a) it prevented
19232: operators from being called thereafter
19233:
19234: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19235: floated up old error of staying in 'entered class' state after
19236: $a:a[a] it prevented operators from being called thereafter
19237:
19238: * src/main/execute.C: operators check, thay mistakenly seen in
19239: $class:operator $object.operators contexts
19240:
19241: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19242: win32
19243:
1.116 moko 19244: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19245: src/classes/Makefile.am, src/main/Makefile.am,
19246: src/targets/cgi/Makefile.am,
1.95 moko 19247: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19248: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19249:
1.116 moko 19250: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19251: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19252: configure, configure.in, form.txt, ident.awk, install-sh,
19253: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19254: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19255: etc/parser3.charsets/Makefile.am,
19256: etc/parser3.charsets/koi8-r.cfg,
19257: etc/parser3.charsets/windows-1250.cfg,
19258: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19259: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19260: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19261: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19262: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19263: straightened installation scripts procedure made
19264: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19265: change
19266:
19267: 2002-01-30 paf
19268:
19269: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19270: removed] those comments were a mistake, and prevented libltdl
19271: from function properly
19272:
19273: 2002-01-29 paf
19274:
1.116 moko 19275: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19276: creation [modified acinclude.m4 which were creating int into just
19277: assignment LIBTOOL=../libtool] added default system
19278: config&charsetts prepared 'make install', now it installs
19279: targets/cgi/parser3 into bin directory etc/parser3.conf &
19280: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19281: $sysconfdir/parser3.charsets respectively
19282:
19283: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19284: main/pa_globals.C: few forgotten ifdef XML added
19285:
19286: 2002-01-28 paf
19287:
1.116 moko 19288: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19289: removed
19290:
19291: * src/main/pa_exception.C: dom|generic error output fix
19292:
19293: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19294:
19295: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19296:
19297: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19298: [fixed as_node helper func to accept docs]
19299:
19300: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19301: xdoc.importNode 0
19302:
19303: * src/classes/xdoc.C: xdoc::set now untaints OK
19304:
19305: 2002-01-25 paf
19306:
19307: * src/main/: compile.tab.C, compile.y: #comment before @ after
19308: @SPECIAL now works OK
19309:
19310: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19311:
19312: * src/main/pa_exec.C: max arg count now 10, and proper message on
19313: violation that added
19314:
19315: * src/classes/hash.C: unified hash::sql, now
19316: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19317:
19318: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19319: ^file:lock[filename]{code}
19320:
19321: * src/: classes/file.C, classes/op.C, classes/string.C,
19322: classes/table.C, classes/xdoc.C, include/pa_common.h,
19323: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19324: to some pa_common funcs
19325:
19326: * src/: include/pa_charset.h, main/pa_globals.C:
19327: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19328:
19329: * src/: include/pa_charset.h, main/pa_charset.C,
19330: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19331: not stupid illegal define
19332:
19333: 2002-01-24 paf
19334:
19335: * src/include/pa_version.h: changed version number
19336:
19337: * src/: classes/hashfile.C, include/pa_db_table.h,
19338: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19339: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19340: main/pa_db_connection.C, main/pa_db_table.C,
19341: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19342: hashfile without logfiles
19343:
19344: * src/: classes/hashfile.C, include/pa_db_table.h,
19345: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19346: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19347: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19348: DB_INIT_TXN init bits, thus got rid of huge log files, which
19349: cluttered disk without huge need]
19350:
19351: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19352: handy macro, which is strangly abscent in dome lib
19353:
19354: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19355:
19356: * src/classes/xdoc.C: checked empty response
19357:
19358: * src/classes/xnode.C: xdoc.select fixed context node [were always
19359: /, not self node]
19360:
19361: * src/classes/xnode.C: xnode.select returns array always now, in
19362: case 'nothing found' returns empty array
19363:
19364: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19365: be more tender with ctrl/c/v
19366:
19367: 2002-01-23 paf
19368:
19369: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19370: substituted. // 2. when dom tree with entites goes under
19371: transform text nodes // got [erroreosly] cut on first
19372: entity occurance
19373:
19374: * src/types/pa_vdouble.h: double prec. todo: get rid of
19375: twice-converting
19376:
19377: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19378: 'e' in output this is for regretful twice-converting here:
19379: $a(double value) when they write double falue they convert it to
19380: string first, thus %g were losing precesion.
19381:
19382: todo: think up some way to remove double->string string->double
19383: twice-converting
19384:
19385: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19386: %.20E now default float format this is for regretful
19387: twice-converting here: $a(double value) when they write double
19388: falue they convert it to string first, thus %g were losing
19389: precesion.
19390:
19391: todo: think up some way to remove double->string string->double
19392: twice-converting
19393:
19394: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19395: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19396: reasons in comment inside
19397:
19398: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19399: statically linked]
19400:
19401: * src/: include/pa_exception.h, main/compile.tab.C,
19402: main/pa_exception.C: removed exception va_list constructor. 1.
19403: not needed anymore 2. there were a conflict[causing errors]
19404: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19405: never detected an ambiguilty here, compiling ctor(, "hello") into
19406: ctor(, va_list) which, of course, caused gpf
19407:
19408: * src/main/pa_globals.C: removed debug xslt messages
19409:
19410: 2002-01-22 paf
19411:
19412: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19413: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19414: helps compiling stylesheet properly. example: this refused to
19415: work, <b>«<xsl:value-of select="@title"
19416: />»</b> stranly worked only this way:
19417: <b>«<xsl:value-of select="@title" />»</b>
19418:
19419: docs says "set it to 1", never going into details, so I decided
19420: to try NOT to do that
19421:
19422: * src/classes/table.C: join behaived badly in case named tables
19423: structure mismatched: 0 strings sneaked into dest failing
19424: afterwards. replaced them with empty strings
19425:
19426: 2002-01-21 paf
19427:
19428: * src/main/pa_charset.C: checked empty transcoders in
19429: transcode_cstr|buf
19430:
19431: * src/classes/xdoc.C: xdoc::load error source = filespec
19432:
19433: * src/classes/xdoc.C: transform error source now
19434: stylesheet_filespec
19435:
1.116 moko 19436: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19437: include/pa_stylesheet_connection.h, main/pa_charset.C,
19438: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19439: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19440: gnome
1.95 moko 19441:
19442: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19443: include/pa_globals.h, include/pa_stylesheet_connection.h,
19444: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19445: xslt generic error 1
19446:
19447: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19448: xml generic message 1
19449:
19450: * src/classes/table.C: ^table::load empty lines or #comments before
19451: headline
19452:
19453: * src/: include/pa_array.h, include/pa_globals.h,
19454: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19455: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19456: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19457: errors 0
19458:
19459: 2002-01-16 paf
19460:
19461: * src/: classes/hash.C, classes/op.C, classes/string.C,
19462: classes/table.C, classes/void.C, classes/xdoc.C,
19463: include/pa_db_connection.h, include/pa_request.h,
19464: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19465: include/pa_stylesheet_connection.h,
19466: include/pa_stylesheet_manager.h, main/pa_request.C,
19467: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19468: targets/cgi/pool_storage.h: auto closers to sql_connection,
19469: stylesheet_connection auto destroyers to remaining gnome objects
19470:
19471: * src/classes/xdoc.C: few comments
19472:
19473: 2002-01-15 paf
19474:
19475: * src/classes/xdoc.C: xdoc file save string
19476:
19477: ready. todo: error handling
19478:
19479: * src/classes/xdoc.C: xdoc save rewritten using
19480: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19481: result
19482:
19483: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19484: started output options parsing
19485:
19486: 2002-01-14 paf
19487:
19488: * src/classes/xdoc.C: method
19489:
19490: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19491: include/pa_pool.h, include/pa_stylesheet_connection.h,
19492: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19493: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19494: xslt transform0. TODO: use output options handle errors
19495:
19496: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19497:
19498: 2002-01-11 paf
19499:
19500: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19501: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19502: partial logical && || evaluation
19503:
19504: * src/classes/xnode.C: xpath selectNodes
19505:
19506: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19507: string/number/bool
19508:
19509: * src/classes/xnode.C: xpath selectNode 2
19510:
19511: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19512: xpath selectNode 1
19513:
19514: 2002-01-10 paf
19515:
19516: * src/classes/xnode.C: xpath selectNode -100 [just written]
19517:
19518: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19519: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19520: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19521: refcounter]
19522:
19523: 2001-12-29 paf
19524:
19525: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19526: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19527: glib works 0
19528:
19529: 2001-12-28 paf
19530:
19531: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19532: main/pa_exception.C: started glib transcoders
19533:
19534: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19535:
19536: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19537: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19538: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19539: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19540: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19541: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19542: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19543: libs just compiled in. no refcounting no xpath no xslt yet
19544:
19545: 2001-12-27 paf
19546:
19547: * src/: include/pa_charset.h, include/pa_common.h,
19548: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19549: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19550: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19551: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19552: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19553: from xalan&xerces, started the process. globals [initialization
19554: pool [charset update charset [transcodings vxnode vxdoc [DOM
19555: calls
19556:
19557: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19558: anymore
19559:
19560: 2001-12-26 paf
19561:
19562: * src/: include/pa_charset.h, include/pa_charsets.h,
19563: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19564: key globalized [bug]
19565:
19566: 2001-12-25 paf
19567:
19568: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19569: main/pa_string.C: table set & append changed splitting languages,
19570: separators now can be clean AND as-is same to mail command line
19571: $MAIN:MAIL.progX arguments
19572:
19573: 2001-12-24 paf
19574:
19575: * src/classes/mail.C: one parted text messages - no multipart
19576: mime-type anymore. for convinient if $.attach-ments
19577:
19578: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19579: main/pa_string.C: read from cache size check updated
19580:
19581: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19582:
19583: 2001-12-21 paf
19584:
19585: * src/classes/date.C: date:sql-string now returns localtime
19586:
19587: * src/main/pa_request.C: $result in @main actually not working, to
19588: hell with it for now
19589:
19590: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19591: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19592: @postprocess @exception
19593:
19594: * src/main/execute.C: junction evaluation canceled - endless
19595: recursion detected
19596:
19597: 2001-12-19 paf
19598:
19599: * src/main/pa_charset.C: charset->charset transcoding via unicode
19600: intermediate
19601:
19602: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19603:
19604: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19605:
19606: * src/classes/op.C: ^cache keypath now relative
19607:
19608: * src/classes/mail.C: changed weighting prior to sort
19609:
19610: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19611: were missing
19612:
19613: 2001-12-17 paf
19614:
19615: * src/main/pa_charset.C: ifndef XML were bad type
19616:
19617: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19618: outdated unset services_pool
19619:
19620: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19621: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19622: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19623:
19624: * src/main/untaint.C: allowed space in filespec
19625:
19626: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19627:
19628: * src/classes/image.C: no govno
19629:
19630: * src/classes/image.C: govno
19631:
19632: 2001-12-16 paf
19633:
19634: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19635:
19636: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19637: charset_connection&manager replaced by charset&charsets
19638:
19639: * src/main/pa_charset.C: name_cstr 0
19640:
19641: * src/main/untaint.C: uri lang now knows about client/source
19642: charsets
19643:
19644: * src/: classes/file.C, classes/math.C, classes/op.C,
19645: classes/string.C, classes/table.C, classes/xdoc.C,
19646: include/pa_array.h, include/pa_cache_managers.h,
19647: include/pa_charset_connection.h, include/pa_charset_manager.h,
19648: include/pa_common.h, include/pa_db_connection.h,
19649: include/pa_db_manager.h, include/pa_db_table.h,
19650: include/pa_dictionary.h, include/pa_exception.h,
19651: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19652: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19653: include/pa_sapi.h, include/pa_socks.h,
19654: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19655: include/pa_string.h, include/pa_stylesheet_connection.h,
19656: include/pa_stylesheet_manager.h, include/pa_table.h,
19657: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19658: main/pa_charset.C, main/pa_charset_connection.C,
19659: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19660: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19661: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19662: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19663: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19664: types/types.dsp: introducing Charset
19665:
19666: 2001-12-14 paf
19667:
19668: * src/: include/pa_request.h, include/pa_transcoder.h,
19669: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19670: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19671: uri lang
19672:
19673: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19674:
19675: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19676:
19677: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19678: defalts_name global
19679:
19680: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19681: include/pa_request.h, main/main.dsp,
19682: main/pa_charset_connection.C, main/pa_charset_manager.C,
19683: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19684: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19685: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19686: changed charset model. now important: $request:charset
19687: $response:charset while $response:content-type.charset become
19688: unimportant [informational]
19689:
19690: 2001-12-13 paf
19691:
19692: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19693:
19694: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19695: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19696: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19697: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19698: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19699: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19700:
19701: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19702: auto_ptr part other way, because of stupid gcc 2.96
19703: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19704: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19705: FormatterListener] /usr/include/g++-3/memory:48:
19706: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19707: _Tp1 = FormatterListener, _Tp = FormatterListener]
19708:
19709: * src/classes/xdoc.C: removed extra inc
19710:
19711: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19712:
19713: * src/include/pa_types.h: msvc head debugging flag
19714:
19715: * src/classes/xdoc.C: freed up listener
19716:
19717: * src/classes/string.C: change msg '... code is not code'
19718:
19719: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19720: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19721: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19722: [past/future prob]
19723:
19724: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19725: include/pa_config_fixed.h, include/pa_db_manager.h,
19726: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19727: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19728:
19729: * src/: include/pa_config_fixed.h, main/pa_common.C,
19730: main/pa_string.C: removed signed mismatch warnings
19731:
19732: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19733: 'expires' from header outputs
19734:
19735: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19736: row ptr
19737:
19738: * src/classes/file.C: file::cgi bug, request_method were passed to
19739: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19740:
19741: * src/classes/xdoc.C: lang list updated
19742:
19743: 2001-12-10 paf
19744:
19745: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19746:
19747: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19748: erase files like that, knowing their full name introducing //
19749: theoretical problem with, for instance, "_2B" and "." fragments,
19750: // they would yield the same // because
19751: need_file_encode('_')=false // but we need to delete such files
19752: somehow, getting names from ^index
19753:
19754: * src/main/pa_string.C: ^string.replace bug fixed [bad
19755: string::join_chank break]
19756:
19757: 2001-12-07 paf
19758:
19759: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19760: include/pa_common.h, include/pa_config_auto.h.in,
19761: include/pa_config_fixed.h, include/pa_config_includes.h,
19762: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19763: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19764: types/pa_vhashfile.C: merged from r14_simple_cache
19765:
19766: * src/main/pa_string.C: stupid sparc architecture failed to access
19767: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19768: lduh [ %i2 + 1 ], %l0
19769:
19770: bus error, fixed that
19771:
19772: * src/main/pa_string.C: strange string deserialize bug on
19773: client[pmts], a bit shortened,
19774:
19775: * src/include/pa_config_auto.h.in: makes
19776:
19777: * src/: include/pa_common.h, include/pa_config_fixed.h,
19778: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19779: file write shared lock file read
19780:
19781: * src/: classes/op.C, include/pa_common.h,
19782: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19783:
19784: 2001-12-06 paf
19785:
19786: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19787: main/pa_request.C: #ifdef RESOURCES_DEBUG
19788:
19789: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19790: info
19791:
19792: * src/classes/hashfile.C: removed transaction from ^cache
19793:
19794: 2001-12-05 paf
19795:
19796: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19797: IIS5 there were a prob with illegal call check
19798:
19799: 2001-12-04 paf
19800:
19801: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19802: main/pa_request.C: measures to log
19803:
19804: 2001-11-23 paf
19805:
19806: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19807: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19808: types/pa_vhashfile.C: merged from _0014, 1
19809:
19810: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19811: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19812: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19813: ^cache(33) would change
19814:
19815: 0660 bits in file_write & hashfile create
19816:
19817: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19818: after pa_string optimization]
19819:
19820: 2001-11-22 paf
19821:
19822: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19823: table.offset[whence]
19824:
19825: * src/classes/op.C: process cstr(,connection)
19826:
19827: * src/classes/op.C: process now gets its body on current language,
19828: not as-is
19829:
19830: * src/main/untaint.C: ORIGINS mode removed UHTML
19831:
19832: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19833: bit
19834:
1.116 moko 19835: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19836:
19837: 2001-11-21 paf
19838:
19839: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19840: <xsl:output output options made identical to xsl:output
19841: attributes exclusion: cdata-section-elements what xalan can do
19842: but that not used now: it can escape and remove CDATA sections
19843:
19844: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19845: produced by xslt
19846:
19847: * src/targets/cgi/parser3.C: removed debug cgi||1
19848:
19849: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19850:
19851: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19852: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19853: default language for {code}, it happen to change it's language
19854: from CLEAN, so later refused to split by CLEAN \t
19855:
19856: 2001-11-20 paf
19857:
1.116 moko 19858: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19859: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19860: bottom of dependeces, so that errors would popup quicklier, fixed
19861: line numbering in table::sql
19862:
19863: 2001-11-19 paf
19864:
19865: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19866: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19867: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19868: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19869: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19870: at wcontext.write
19871:
1.116 moko 19872: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19873: _set_new_handler
19874:
1.116 moko 19875: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19876: set_new_handler in apache&isapi
1.95 moko 19877:
19878: 2001-11-16 paf
19879:
19880: * src/targets/cgi/parser3.C: pool debug @ die
19881:
19882: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19883: removed 8 bytes from String, 2 bytes from
19884: string::chunk::row::item
19885:
19886: * src/main/pa_string.C: removed 1+4 bytes from String
19887:
19888: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19889: types/pa_vstring.C: removed 1+4 bytes from String
19890:
19891: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19892: 0
19893:
19894: * src/: include/pa_globals.h, include/pa_string.h,
19895: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19896: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19897: targets/cgi/parser3.C: introducing estimating
19898: String::cstr_bufsize, 0
19899:
19900: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19901:
19902: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19903:
19904: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19905: include/pa_pool.h: die in pool::fail
19906:
19907: 2001-11-15 paf
19908:
19909: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19910: main/pa_exception.C, targets/cgi/parser3.C: exception with
19911: dynamic buffer re-back now with counter
19912:
19913: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19914: static buffer back
19915:
19916: * src/targets/cgi/parser3.C: std::
19917:
19918: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19919: include/pa_config_includes.h: setnewhandler check
19920:
1.116 moko 19921: * src/include/pa_config_auto.h.in: makes
1.95 moko 19922:
19923: * src/targets/cgi/parser3.C: set_new_handler started
19924:
19925: 2001-11-14 paf
19926:
19927: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19928: was wrong
19929:
19930: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19931: was wrong
19932:
19933: * src/main/pa_request.C: z
19934:
19935: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19936: full returns win32 -1 solaris >buffer_size
19937:
19938: checked all that
19939:
19940: * src/classes/op.C: ^untaint{body} as-is default now
19941:
19942: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19943: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19944: with no_bad_constructors_try
19945:
19946: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19947: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19948: this: $bred[^string::length[]] $bred[^response::clear[]]
19949: $bred[^int::int[]]
19950:
19951: now VObject creation moved into overriden
19952: VClass::create_new_value, thus 0 from create_new_value means that
19953: class has no ctors
19954:
19955: 2001-11-13 paf
19956:
19957: * src/classes/classes.C: returned accedently removed if in foreach
19958: callbacks [when hash no-0-restructure]
19959:
19960: 2001-11-12 paf
19961:
19962: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19963: passed as-is to method, xalan makes & into & itself
19964:
19965: * src/classes/date.C: date.roll parser2 alg used
19966:
19967: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19968: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19969: main/pa_dictionary.C, main/pa_hash.C,
19970: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19971: now does not containt 0 values. put 0 actullay removes. no check
19972: on 0 value in foreach now required
19973:
19974: 2001-11-11 paf
19975:
19976: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19977:
19978: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19979:
19980: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19981: driver initialize not const
19982:
19983: 2001-11-10 paf
19984:
19985: * src/main/pa_exec.C: doc
19986:
19987: 2001-11-09 paf
19988:
19989: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19990: param properly
19991:
19992: * src/classes/string.C: string.save now does untainting before
19993: saving
19994:
19995: * src/main/pa_common.C: line endings fixing fixed last piece[was
19996: still cstr oriented]
19997:
19998: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19999: line endings fixing got rid of cstr, now must work ok with post
20000: multipart
20001:
20002: * src/types/pa_vform.C: line endings fixed at post / multipart /
20003: not file also now
20004:
20005: 2001-11-08 paf
20006:
20007: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20008: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20009: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20010: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20011: main/pa_stylesheet_manager.C: restructured Cache manager to be
20012: simple parent, not second parent [gcc 2.96 strangly refused to
20013: call virtual from second parent]
20014:
1.116 moko 20015: * src/: include/pa_common.h, main/Makefile.am,
20016: targets/cgi/pa_pool.C: makes
1.95 moko 20017:
20018: * src/: include/pa_request.h, main/pa_request.C,
20019: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20020: 'status' class enabler
20021:
20022: <Location /parser-status.html> ParserStatusAllowed </Location>
20023:
20024: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20025: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20026: include/pa_stylesheet_manager.h, main/main.dsp,
20027: main/pa_cache_managers.C, main/pa_charset_manager.C,
20028: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20029: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20030: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20031: todo: apache 'status' class enabler
20032:
20033: 2001-11-05 paf
20034:
20035: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20036: debug to normal
20037:
20038: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20039: hence i removed skipping 0 values in hash::for_each-es we need to
20040: check cleaned cache items manually. few more checks.
20041:
20042: expiring to 0 time was wrong, changed to 'now' time
20043:
20044: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20045: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20046: on apache already done :)
20047:
20048: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20049: skipping 0 values in hash::for_each-es we need to check cleaned
20050: cache items manually
20051:
20052: * src/main/: pa_db_connection.C, pa_db_table.C:
20053: parser_multithreaded check was wrong
20054:
20055: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20056: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20057: classes/hashfile.C, classes/image.C, classes/int.C,
20058: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20059: classes/string.C, classes/table.C, classes/void.C,
20060: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20061: include/pa_array.h, include/pa_charset_connection.h,
20062: include/pa_charset_manager.h, include/pa_common.h,
20063: include/pa_config_fixed.h, include/pa_config_includes.h,
20064: include/pa_db_connection.h, include/pa_db_manager.h,
20065: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20066: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20067: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20068: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20069: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20070: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20071: include/pa_stack.h, include/pa_string.h,
20072: include/pa_stylesheet_connection.h,
20073: include/pa_stylesheet_manager.h, include/pa_table.h,
20074: include/pa_threads.h, include/pa_types.h, main/compile.C,
20075: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20076: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20077: main/pa_charset_manager.C, main/pa_common.C,
20078: main/pa_db_connection.C, main/pa_db_manager.C,
20079: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20080: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20081: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20082: main/pa_socks.C, main/pa_sql_driver_manager.C,
20083: main/pa_status_provider.C, main/pa_string.C,
20084: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20085: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20086: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20087: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20088: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20089: targets/isapi/pool_storage.h, types/pa_valiased.C,
20090: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20091: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20092: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20093: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20094: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20095: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20096: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20097: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20098: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20099: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20100: types/pa_vstateless_object.h, types/pa_vstatus.h,
20101: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20102: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20103: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20104: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20105: $status:db fixed used not initialized in db_connection & db_table
20106:
20107: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20108: $status:charset
20109:
20110: * src/: classes/xdoc.C, include/pa_db_connection.h,
20111: include/pa_stylesheet_connection.h,
20112: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20113: types/pa_vstatus.h: $status:stylesheet
20114:
20115: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20116: include/pa_request.h, include/pa_sql_connection.h,
20117: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20118: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20119: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20120: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20121: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20122: types/pa_vxnode.C, types/types.dsp: started status parser class
20123:
20124: 2001-11-01 paf
20125:
20126: * src/include/pa_config_auto.h.in: makes
20127:
20128: * src/main/pa_hash.C: removed old extra include
20129:
20130: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20131: checks [for hp, there are such in math.h]
20132:
20133: * src/classes/op.C: ^for endless loop check strightened
20134:
20135: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20136: behavior in native calls. it left unchanged, so ^for ^foreach &
20137: co can use r.root to write their i & key,value there
20138:
20139: * src/classes/op.C: detected for var storage bug, fixed.
20140: todo:foreach
20141:
20142: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20143: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20144: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20145: changing of hash inside of foreach
20146:
20147: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20148: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20149: were hash.foreach
20150:
20151: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20152: types/pa_vstring.C, types/pa_vstring.h:
20153: ^foreach[key|value]{body}[[separator]|{separator}]
20154:
20155: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20156: types/pa_vcookie.C: ^hash.delete[key]
20157:
20158: 2001-10-31 paf
20159:
20160: * src/main/: compile.C, pa_common.C: completely empty file now
20161: considered "read", not ignored [not perfect trick used]
20162:
20163: * src/main/pa_common.C: simplier common ifdefs
20164:
20165: * src/main/pa_common.C: typing bug in common - bad ifdeff
20166:
20167: * src/main/pa_db_connection.C: z
20168:
20169: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20170: lockdetector flags
20171: dbenv.lk_detect=DB_LOCK_RANDOM;
20172:
20173: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20174: from accidental show [imagine user forgot @exception]
20175:
20176: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20177:
20178: * src/: classes/file.C, classes/image.C, classes/mail.C,
20179: classes/string.C, classes/xnode.C, include/pa_common.h,
20180: main/pa_common.C: ^string.save[[append;]path]
20181:
20182: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20183: main/execute.C: \ in expression: int divide 10/3=3
20184:
20185: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20186: inside of ^cache
20187:
20188: * src/: include/pa_threads.h, main/pa_db_connection.C,
20189: main/pa_db_table.C, targets/cgi/pa_threads.C,
20190: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20191: needed
20192:
20193: 2001-10-30 paf
20194:
20195: * src/: classes/classes.dsp, main/main.dsp,
20196: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20197: types/types.dsp: enabled debug incremental compile
20198:
20199: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20200: form post data line endings not reformatted now.
20201:
20202: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20203: now required [had bug when file= has no value]
20204:
20205: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20206: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20207: cstr(asis) default param removed
20208:
20209: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20210:
20211: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20212:
20213: * src/include/pa_dir.h: LOAD_DIR fixed
20214:
20215: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20216: was broken} fix_line_breaks
20217:
20218: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20219: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20220: packed with #pragma pack
20221:
1.116 moko 20222: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20223:
20224: 2001-10-29 paf
20225:
20226: * src/types/pa_wcontext.h: bitfield syntax stricter
20227:
20228: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20229: string hash.puts
20230:
20231: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20232:
20233: * src/include/pa_sql_connection.h: there were one wrong
20234: SQL_CONNECTION_FUNC_GUARDED [failed]
20235:
20236: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20237: param.someday either ifdef or remove it
20238:
20239: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20240:
20241: * src/main/untaint.C: optimizing returned after debugging
20242:
20243: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20244: main/untaint.C: memory hunging #pragma pack(1)
20245:
20246: 16 419 844 13 169 394
20247:
20248: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20249: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20250: places [todo:Array]
20251:
20252: * src/: main/execute.C, targets/cgi/pa_pool.C,
20253: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20254: types/pa_wwrapper.h: debugging memory WContext flags to bits
20255:
20256: total 5 652 652/158731 total 5 469 332/158731
20257:
20258: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20259: Array:: without cache in get/put now
20260:
20261: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20262: 18:25:27 2001] total 5 652 652/158731
20263:
20264: * src/: include/pa_string.h, main/pa_string.C,
20265: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20266: now
20267:
20268: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20269: 18:11:53 2001] total 5796092/158731
20270:
20271: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20272: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20273: key ref now
20274:
20275: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20276: 17:11:17 2001] total 16867948/202658
20277:
20278: * src/: classes/file.C, classes/image.C, classes/string.C,
20279: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20280: main/execute.C, main/pa_array.C, main/pa_common.C,
20281: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20282: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20283: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20284: string::as_int/double now usually uses stack, not heap [200K out
20285: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20286:
20287: * src/main/pa_sql_driver_manager.C: ping to have services [old
20288: hiding bug]
20289:
20290: * src/Makefile.am: .am order
20291:
20292: * src/: include/pa_array.h, include/pa_charset_manager.h,
20293: include/pa_db_connection.h, include/pa_db_manager.h,
20294: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20295: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20296: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20297: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20298: required "friend class"
20299:
20300: ../include/pa_request.h:51: friend declaration requires
20301: class-key, i.e. `friend class Temp_lang'
20302:
20303: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20304: main/pa_exception.C, main/pa_sql_driver_manager.C,
20305: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20306:
20307: the idea is to #1 jump to C++ some function to main body, where
20308: every function stack frame has exception unwind information and
20309: from there... #2 propagate_exception()
20310:
20311: 2001-10-28 paf
20312:
20313: * src/main/pa_db_connection.C: removed old consts
20314:
20315: * src/main/pa_db_connection.C: expire table [was accidently pasted
20316: with wrong type/cast]
20317:
20318: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20319: translation
20320:
1.116 moko 20321: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20322: remember to build DB2 with -fexceptions!!!
20323:
20324: * src/main/pa_db_table.C: DB_RMW defed
20325:
20326: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20327: include/pa_db_connection.h, include/pa_db_manager.h,
20328: include/pa_db_table.h, main/pa_db_connection.C,
20329: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20330:
20331: 2001-10-27 paf
20332:
20333: * src/: classes/hashfile.C, include/pa_db_connection.h,
20334: include/pa_db_table.h, main/pa_db_connection.C,
20335: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20336: types/pa_vhashfile.C: DB2 ifdefs
20337:
1.116 moko 20338: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20339: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20340: makes with DB2
20341:
1.116 moko 20342: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20343: types/Makefile.am: makes db
1.95 moko 20344:
20345: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20346: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20347: globals.C
20348:
20349: * src/: classes/hashfile.C, include/pa_db_connection.h,
20350: include/pa_db_table.h, main/pa_db_connection.C,
20351: main/pa_db_table.C: ^hashfile.clear[]
20352:
20353: * src/classes/classes.awk: no $ in var names
20354:
20355: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20356: connection&table [forgotten calls]
20357:
20358: 2001-10-26 paf
20359:
20360: * src/main/pa_db_connection.C: db checkpoints
20361:
20362: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20363: checkpoints
20364:
20365: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20366: default. but entities still reparsed. todo: tothink
20367:
20368: * src/main/pa_db_connection.C: db recover mech 2
20369:
20370: * src/: classes/hashfile.C, include/pa_db_connection.h,
20371: include/pa_db_manager.h, include/pa_db_table.h,
20372: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20373: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20374: types/pa_vhashfile.h: db connections & tables now cached at
20375: create time & multithreaded
20376:
20377: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20378: parsed_source
20379:
20380: * src/main/pa_db_connection.C: about to remove connection from
20381: vhashfile
20382:
20383: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20384: transaction commit/rollback responsibility left to parent [as it
20385: sould - else there were a bug with double free]
20386:
20387: * src/include/pa_db_table.h: db: child transaction commit/rollback
20388: responsibility left to parent [as it sould - else there were a
20389: bug with double free]
20390:
20391: 2001-10-25 paf
20392:
20393: * src/: classes/hashfile.C, include/pa_common.h,
20394: include/pa_db_connection.h, include/pa_db_manager.h,
20395: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20396: types/pa_vhashfile.C, types/pa_vhashfile.h,
20397: include/pa_db_table.h, main/pa_db_table.C: started db_home
20398: [multiple, cached] todo: autorecover [tried, but not succeded,
20399: yet]
20400:
20401: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20402:
20403: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20404: transaction parent passed
20405:
20406: 2001-10-24 parser
20407:
1.116 moko 20408: * src/classes/Makefile.am: makes
1.95 moko 20409:
20410: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20411: isapi/pool_storage.h: pool_storage fixed
20412:
20413: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20414: types/pa_vform.h: form fix_line_breaks
20415:
1.116 moko 20416: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20417:
20418: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20419: targets/cgi/pool_storage.h: makes
20420:
20421: * src/sql/pa_sql_driver.h: version
20422:
20423: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20424: types/pa_vform.C, types/pa_vform.h: .am
20425:
20426: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20427: this: DB_RMW Acquire write locks instead of read locks when doing
20428: the retrieval. Setting this flag may decrease the likelihood of
20429: deadlock during a read-modify-write cycle by immediately
20430: acquiring the write lock during the read part of the cycle so
20431: that another thread of control acquiring a read lock for the same
20432: item, in its own read-modify-write cycle, will not result in
20433: deadlock
20434:
20435: * src/targets/isapi/parser3isapi.dsp: doc
20436:
20437: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20438:
20439: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20440:
20441: * src/: classes/hashfile.C, include/pa_db_connection.h,
20442: main/pa_db_connection.C: hashfile expired deleted from db when
20443: get & iterate
20444:
20445: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20446: expiring 1
20447:
20448: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20449:
20450: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20451: db_connection not bothers with key when not returning expired
20452: data
20453:
20454: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20455: types/pa_vhashfile.C: db_cursor constructor public now
20456:
20457: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20458: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20459: stamped, todo: put_element analize
20460:
20461: * src/: include/pa_db_connection.h, include/pa_string.h,
20462: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20463: serialize. todo stamp
20464:
20465: 2001-10-23 parser
20466:
20467: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20468: classes/image.C, classes/mail.C, classes/response.C,
20469: classes/string.C, classes/table.C, classes/xdoc.C,
20470: include/pa_config_fixed.h, include/pa_db_connection.h,
20471: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20472: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20473: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20474: types/pa_vtable.C: ^hashfile.hash[]
20475:
20476: * src/: classes/hashfile.C, classes/xdoc.C,
20477: include/pa_config_fixed.h, main/pa_db_manager.C,
20478: main/pa_globals.C: ifdefs so it compiled without db
20479:
20480: * src/: classes/hashfile.C, include/pa_db_connection.h,
20481: include/pa_db_manager.h, main/pa_db_connection.C,
20482: main/pa_db_manager.C, types/pa_vhashfile.h:
20483: ^hashfile.transaction{code} ^hashfile:clear[filename]
20484: ^hashfile.delete[key]
20485:
20486: 2001-10-22 parser
20487:
20488: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20489: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20490:
20491: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20492: classes/xnode.C, include/pa_charset_connection.h,
20493: include/pa_db_connection.h, include/pa_db_manager.h,
20494: include/pa_exception.h, include/pa_sapi.h,
20495: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20496: include/pa_stylesheet_connection.h,
20497: include/pa_stylesheet_manager.h,
20498: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20499: main/pa_db_connection.C, main/pa_db_manager.C,
20500: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20501: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20502: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20503: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20504: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20505: types/types.dsp: hashfile 0
20506:
20507: * src/types/pa_vhashfile.C: z
20508:
20509: * src/: classes/classes.dsp, classes/hashfile.C,
20510: include/pa_config_fixed.h, main/execute.C,
20511: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20512: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20513:
20514: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20515:
20516: * src/: include/pa_exception.h, include/pa_request.h,
20517: main/execute.C, main/pa_exception.C, main/pa_request.C,
20518: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20519: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20520:
20521: 2001-10-19 parser
20522:
20523: * src/include/pa_pool.h: header
20524:
20525: * src/main/pa_pool.C: auto compiled on gcc
20526:
20527: * src/classes/image.C: comment
20528:
1.116 moko 20529: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20530:
20531: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20532: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20533: types/pa_vxnode.h: xnode clone got freed
20534:
20535: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20536: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20537: can free up xalandomstring resulting from pool::transcode
20538:
20539: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20540: include/pa_config_fixed.h, include/pa_exception.h,
20541: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20542: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20543: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20544: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20545: from non-xml compile
20546:
20547: * src/main/pa_request.C: pool:: context - get_context
20548:
20549: * src/: classes/classes.h, classes/date.C, classes/double.C,
20550: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20551: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20552: classes/string.C, classes/table.C, classes/void.C,
20553: include/pa_config_fixed.h, include/pa_exception.h,
20554: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20555: main/compile.C, main/compile_tools.C, main/execute.C,
20556: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20557: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20558: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20559: main/pa_string.C, main/pa_table.C, main/untaint.C,
20560: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20561: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20562: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20563: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20564: types/pa_vstateless_class.h, types/pa_vtable.C,
20565: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20566: exceptions 0
20567:
20568: * src/classes/classes.awk: $ removed
20569:
20570: 2001-10-18 parser
20571:
20572: * src/types/pa_vcookie.C: cookie:CLASS
20573:
20574: * src/main/main.dsp: project
20575:
20576: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20577: set_document & ctor question "who owns document" solved
20578:
20579: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20580:
20581: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20582: main/pa_pool.C: encoding in dom creating funcs
20583:
20584: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20585: be transformed now
20586:
20587: * src/classes/xdoc.C: dom created by create can be transformed now
20588:
20589: * src/classes/xdoc.C: z
20590:
20591: * src/classes/xdoc.C: comment
20592:
20593: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20594: create now uses XercesDocumentBridge, appendChild&co now works
20595:
20596: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20597: @ recompile
20598:
20599: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20600: $origin @exception[
20601:
20602: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20603: tag names forced to XML lang
20604:
20605: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20606: leechy-found bugs in code&doc fixed
20607:
20608: 2001-10-17 parser
20609:
20610: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20611: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20612: n functionality preserved
20613:
20614: * src/types/pa_vimage.h: removed unused vimage::save
20615:
20616: 2001-10-16 parser
20617:
20618: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20619:
20620: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20621:
20622: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20623:
20624: * src/classes/image.C: image.copy tolerance
20625:
20626: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20627: ineffective, but works for small paleted image
20628:
20629: * src/types/pa_vimage.C: comment
20630:
20631: * src/classes/image.C: gd size/resize bugfix
20632:
20633: * src/: classes/classes.dsp, main/main.dsp,
20634: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20635: types/types.dsp: ident >nul 2>&1
20636:
20637: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20638: systems
20639:
20640: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20641: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20642:
20643: 2001-10-15 parser
20644:
20645: * src/main/execute.C: z
20646:
20647: * src/classes/: xdoc.C: !::create{qualifiedName}
20648:
20649: * src/types/pa_vxnode.C: document_type_node.
20650: !readonly attribute DOMString name
20651: !notation_node.
20652: !readonly attribute DOMString publicId
20653: !readonly attribute DOMString systemId
20654:
1.116 moko 20655: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20656: ::write badly passed string too transparently [failed to
20657: intercept it]
1.95 moko 20658:
20659: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20660: include/pa_request.h, main/pa_sql_driver_manager.C,
20661: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20662: types/pa_vxnode.h: DOM1 major addtion, only few
20663: attributes/methods left
20664:
20665: 2001-10-13 parser
20666:
20667: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20668: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20669: in main handler
20670:
20671: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20672: cleanups & frees order
20673:
20674: * src/types/pa_vcode_frame.h: couple comments
20675:
20676: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20677: transparent enough to handle hash if creation&passing
20678:
20679: * src/: include/pa_config_fixed.h, main/execute.C,
20680: main/pa_exception.C: noticed that vcodeframe not transparent
20681: enough, would change now
20682:
20683: 2001-10-12 parser
20684:
20685: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20686: fixed. initialization&free on each thread!
20687:
20688: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20689: handling changed: now type of default param analized always, not
20690: only at problem time, thus helping early problem spotting
20691:
20692: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20693: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20694: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20695: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20696: multithread bug fixed. initialization&free on each thread!
20697:
20698: 2001-10-11 parser
20699:
20700: * src/classes/xnode.C: xnode.selectSingle now
20701:
20702: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20703: include/pa_pool.h, include/pa_stylesheet_connection.h,
20704: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20705: convertors out of Pool into Exception
20706:
20707: * src/main/pa_string.C: const
20708:
20709: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20710: linked pieces of same language together prior to String::replace
20711:
20712: * src/classes/hash.C: !^hash.add[addme]
20713: !^hash.sub[subme]
20714: !^a.union[b] = new
20715: !^a.intersection[b] = new
20716: !^a.intersects[b] = bool
20717:
20718: * src/classes/hash.C: !^hash::append[append_from]
20719:
20720: * src/: classes/hash.C, types/pa_vhash.h:
20721: !^hash::create[[copy_from]]
20722:
20723: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20724: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20725: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20726: fixed. got rid of empty_string, which caused errors - it hasnt
20727: exception but somebody[value.bark] tried to throw it on it's pool
20728:
1.116 moko 20729: * src/include/pa_config_auto.h.in: makes
1.95 moko 20730:
20731: 2001-10-10 parser
20732:
20733: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20734:
20735: * src/main/: compile.tab.C, compile.y: ^a[
20736:
20737: @next_method << now unclosed ] would be reported here
20738:
20739: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20740: compile error
20741:
20742: 2001-10-09 parser
20743:
1.116 moko 20744: * src/: classes/Makefile.am, main/Makefile.am,
20745: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20746:
20747: * src/classes/Makefile.am: makes
20748:
20749: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20750: win32 errors intercepted [xalan transformer patched and
20751: incorporated]
20752:
20753: * src/: classes/classes.dsp, classes/xdoc.C,
20754: include/pa_stylesheet_connection.h, main/main.dsp,
20755: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20756: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20757: patches starting
20758:
20759: * src/classes/: string.C, table.C: ^string.save[file]
20760:
20761: * src/classes/: date.C, table.C: calendar moved to date
20762:
20763: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20764: string/table] now
20765:
20766: * src/classes/: op.C, table.C: z
20767:
20768: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20769: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20770: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20771: be code [be string..]
20772:
20773: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20774: table.C: lots of
20775: params->as_int/double/as_string/as_junction/as_no_junction
20776: messages added
20777:
20778: 2001-10-08 parser
20779:
20780: * src/: classes/date.C, classes/image.C, classes/string.C,
20781: classes/table.C, classes/void.C, include/pa_request.h:
20782: params->as_int/double message added
20783:
20784: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20785:
20786: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20787: image:sector removed image:html internal "line-*" attribs
20788:
20789: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20790: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20791:
20792: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20793: way
20794:
20795: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20796: main/untaint.C: header untainting to UL_HTTP_HEADER,
20797: UL_MAIL_HEADER made nonforced [only tainted pieces]
20798:
20799: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20800: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20801: @ SAPI::log
20802:
20803: * src/main/untaint.C: \r to ' ' in origins mode
20804:
20805: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20806: set]
20807:
20808: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20809: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20810: nonstandard liaison freed up
20811:
20812: 2001-10-07 parser
20813:
20814: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20815: project
20816:
20817: 2001-10-05 parser
20818:
20819: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20820: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20821: from outputing to cerr. lots of "todos"
20822:
20823: * src/main/untaint.C: http_header tainting more gentle with
20824: enquoting now
20825:
20826: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20827: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20828: xml errorhandler. fixed string.replace a little, read @test
20829:
20830: * src/main/pa_string.C: found replace bug - first_that_starts(char
20831: *) does not have limit, and looks further eos, fixing....
20832:
20833: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20834:
20835: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20836:
20837: * src/main/: pa_charset_connection.C: ctype another mem clear
20838: bugfix
20839:
1.116 moko 20840: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20841: $result[^[$p^]z] now works fine
1.95 moko 20842:
20843: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20844: wrong. fixed it
20845:
20846: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20847: of totable appered to be vital
20848:
20849: 2001-10-04 parser
20850:
20851: * src/classes/image.C: ^image.length[text]
20852:
20853: 2001-10-03 parser
20854:
20855: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20856:
20857: * src/main/pa_request.C: restored pcre defaulting in request
20858: [mindlessly "optimized" yesterday] comment left
20859:
20860: 2001-10-02 parser
20861:
20862: * src/: main/pa_charset_manager.C,
20863: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20864: needed
20865:
20866: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20867: forgot non-xml pool.*charset needed
20868:
20869: * src/classes/table.C: # config comments fixed
20870:
20871: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20872: charset_connection #comment now
20873:
20874: * src/: classes/classes.dsp, types/types.dsp: release projects
20875: options fixed to use release msvcrt lib
20876:
20877: * src/main/pa_charset_connection.C: pcre tables now const inside
20878: removed default - pcre handles that internally fixed bug on
20879: not-cleaning tables [previously was calloced, now member]
20880:
20881: * src/: include/pa_request.h, main/pa_charset_connection.C,
20882: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20883: inside removed default - pcre handles that internally fixed bug
20884: on not-cleaning tables [previously was calloced, now member]
20885:
20886: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20887: tested charset reload on file change @ apache version = OK tested
20888: freeing up prev encoding on adding new = OK
20889:
20890: 2001-10-01 parser
20891:
20892: * src/main/pa_charset_connection.C: removed entitify external hack
20893: [internal installed]
20894:
1.116 moko 20895: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20896:
20897: * src/: include/pa_charset_connection.h,
20898: include/pa_charset_manager.h,
20899: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20900: main/pa_charset_connection.C, main/pa_charset_manager.C,
20901: main/pa_request.C: charset loading & caching mech 0
20902:
20903: * src/: include/pa_stylesheet_connection.h,
20904: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20905: main/pa_globals.C, main/pa_request.C: would make charset loading
20906: & caching mech now
20907:
20908: 2001-09-30 parser
20909:
20910: * src/main/pa_request.C: forgot to fill toTable
20911:
20912: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20913: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20914: failed on win32 for now..
20915:
20916: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20917: now charsets table configuration variable is: CHARSETS
20918:
20919: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20920: ctype with unicode 1. todo: no П entities on output somehow
20921:
20922: * src/: classes/file.C, classes/op.C, classes/string.C,
20923: include/pa_request.h, main/pa_request.C: started ctype with
20924: unicode values
20925:
20926: 2001-09-28 parser
20927:
20928: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20929: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20930: string passed AS-IS now
20931:
20932: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20933: way of user-configuring... todo: implement
20934:
20935: 2001-09-27 parser
20936:
20937: * src/classes/table.C: table.sort changed to sort table itself
20938:
20939: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20940: X^.getElementsByTagName[tagname] = array of xnode
20941: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20942: nodes removed - regretfully not supported @ xalan. maybe someday
20943: would reimplement, if needed.
20944:
20945: win32build system: solved long waiting anti-non-started-apache
20946: problem
20947:
20948: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20949: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20950: types/types.dsp: win32 ident make system so not to rebuild
20951: library [ident.C.new]
20952:
20953: 2001-09-26 parser
20954:
20955: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20956: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20957: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20958: types/pa_vxnode.C, types/types.dsp: z
20959:
20960: * src/classes/classes.C: forgot one non-xml check
20961:
1.116 moko 20962: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20963: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20964:
20965: * src/targets/cgi/parser3.C: z
20966:
20967: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20968: targets/isapi/parser3isapi.C: #ifdef SMTP
20969:
20970: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20971: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20972: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20973: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20974: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20975: types/types.dsp: xdoc&xnode now
20976:
20977: * src/: classes/classes.C, classes/classes.awk,
20978: classes/classes.dsp, classes/classes.h, classes/date.C,
20979: classes/dnode.C, classes/dnode.h, classes/dom.C,
20980: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20981: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20982: classes/op.C, classes/response.C, classes/string.C,
20983: classes/table.C, classes/void.C, include/pa_array.h,
20984: include/pa_common.h, include/pa_config_fixed.h,
20985: include/pa_config_includes.h, include/pa_dictionary.h,
20986: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20987: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20988: include/pa_socks.h, include/pa_sql_connection.h,
20989: include/pa_sql_driver_manager.h, include/pa_stack.h,
20990: include/pa_string.h, include/pa_stylesheet_connection.h,
20991: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20992: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20993: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20994: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20995: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20996: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20997: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20998: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20999: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21000: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21001: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21002: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21003: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21004: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21005: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21006: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21007: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21008: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21009: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21010: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21011: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21012: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21013: types/pa_vmethod_frame.h, types/pa_vobject.h,
21014: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21015: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21016: types/pa_vstateless_object.h, types/pa_vstring.C,
21017: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21018: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21019: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21020: main.dsp splitted to main+classes+types along to .am
21021:
21022: * src/classes/Makefile.am: removed useless var
21023:
21024: * src/: classes/classes.cmd, main/main.dsp,
21025: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21026: main.dsp
21027:
21028: 2001-09-25 parser
21029:
21030: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21031: 1251 though, todo ICU
21032:
1.116 moko 21033: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21034: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21035: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21036: types/pa_vdom.h: xml configure makes
1.95 moko 21037:
21038: 2001-09-24 parser
21039:
1.116 moko 21040: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21041: types/Makefile.am: makes
1.95 moko 21042:
1.116 moko 21043: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21044:
21045: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21046: started unix makes update
21047:
21048: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21049: started unix makes update
21050:
21051: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21052:
21053: * src/types/pa_value.h: z
21054:
21055: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21056: bugs with usinge hash/table in expressions
21057:
21058: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21059: resolved conflicts fixed [const]
21060:
21061: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21062: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21063: main/compile.C, main/compile.tab.C, main/compile.y,
21064: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21065: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21066: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21067: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21068: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21069: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21070: with before_xml [merge2 actually didn't happen - i've created
21071: tags on wrong branch. so this merge is in fact re-merge]
21072:
21073: 2001-09-21 parser
21074:
21075: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21076: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21077: produced "" in make file and sadly wrong interpreted on load]
21078:
1.116 moko 21079: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21080: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21081: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21082: include/pa_sql_driver_manager.h, include/pa_string.h,
21083: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21084: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21085: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21086:
21087: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21088: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21089: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21090: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21091: main/pa_pool.C, main/pa_request.C,
21092: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21093: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21094: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21095: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21096: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21097: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21098: types/pa_vrequest.C, types/pa_vresponse.h,
21099: types/pa_vstateless_class.C, types/pa_vstring.C,
21100: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21101: created new projects for sql drivers [planning to remove sql
21102: drivers from main cvs project] first, will join latest changes
21103:
21104: * src/classes/: dom.C: defaulted dom writing methods encoding to
21105: pool.get_charset
21106:
21107: * src/classes/dom.C: defaulted dom writing methods encoding to
21108: pool.get_charset
21109:
21110: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21111: pool.get_charset
21112:
21113: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21114: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21115: methods encoding to pool.get_charset
21116:
21117: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21118: transcoder were created right "unsupported encoding" message.
21119: not @ set time, but @ use time, so until xml output functions
21120: .string, .file, .save used - no encoding name check occur
21121:
21122: reduced transcode buffer size to 60 fixed pool cleanup - no
21123: registration needed, pools are officially destructured
21124:
21125: 2001-09-20 parser
21126:
21127: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21128:
21129: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21130: $MAIN:DEFAULTS.content-type[$.charset[here]]
21131:
21132: * src/: classes/dnode.C, classes/dom.C,
21133: include/pa_config_includes.h, include/pa_globals.h,
21134: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21135: main/pa_pool.C, targets/cgi/parser3.dsp,
21136: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21137: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21138: Pool::transcode 0
21139:
21140: * src/classes/dom.C: dom. string save file moved output xml options
21141: to last param and made it optional
21142:
21143: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21144: dnodes
21145: !$attributenode.specified = boolean
21146: true if the attribute received its value explicitly
21147: in the XML document,
21148: or if a value was assigned programatically with the
21149: setValue function.
21150: false if the attribute value came from the default value
21151: declared in the document's DTD.
21152: !$pinode.target = target of this processing instruction
21153: XML defines this as being the first token following the
21154: markup
21155: that begins the processing instruction.
21156: XPath:
21157: !^node.select[xpath/query/expression] = hash of 0->node0
21158: 1->node1
21159: !^node.select-single[xpath/query/expression] = first node if
21160: any
21161:
21162: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21163: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21164: some 'const's added
21165:
21166: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21167: expression context now, there value = size and boolean value
21168: size!=0
21169:
21170: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21171: can be used in expression context now, there value = size and
21172: boolean value size!=0
21173:
21174: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21175: types/pa_vstring.h: dnode .file .string .save moved back to dom
21176: due to strange xalan bug
21177:
21178: 2001-09-18 parser
21179:
21180: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21181: classes/image.C, classes/op.C, classes/table.C,
21182: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21183: include/pa_sql_driver_manager.h, main/compile.C,
21184: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21185: main/execute.C, main/pa_common.C, main/pa_request.C,
21186: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21187: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21188: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21189: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21190: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21191: before_xml branch ^if(def $hash) now true only when
21192: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21193:
21194: * src/: classes/op.C, main/execute.C: operators self changed to
21195: root ^for variable context changed to self
21196:
21197: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21198: dnode 1
21199:
21200: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21201: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21202:
21203: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21204: poly* fixed
21205:
21206: 2001-09-17 parser
21207:
21208: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21209: types/pa_vdom.h: started dnode+dom
21210:
21211: dnode DOM methods: $node.name $node.value
21212: ...others...
21213:
21214: ^node.xpath[/rates/USD] = hash
21215: $hash[
21216: $.0[node0]
21217: $.1[node1]
21218: ]
21219:
21220: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21221: applies to all linear primitives
21222:
21223: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21224: include/pa_stylesheet_connection.h, main/main.dsp,
21225: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21226: types/pa_vimage.h: started dnode DOM: $node.name
21227: $node.value ...others... ^node.xpath[/rates/USD] = hash
21228: dom(dnode)
21229:
21230: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21231: main/compile.y, main/compile_tools.h, main/execute.C,
21232: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21233: in expression compound($aa.zz.xx) names now can have minus '-' in
21234: name after '.'
21235:
21236: 2001-09-15 parser
21237:
21238: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21239: image: $line-width ^line(...)[**** style]
21240:
21241: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21242: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21243: pool_storage - cleanups first, allocations second. apache wisely
21244: does just like that
21245:
21246: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21247: rewritten using template, no bugs now
21248:
21249: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21250: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21251: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21252: poorly started isapi pool_storage, would rewrite using template
21253: now
21254:
21255: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21256: include/pa_stylesheet_connection.h, main/main.dsp,
21257: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21258: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21259: xalan objects freed up [introducing Pool::register_cleanup]
21260:
21261: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21262: comments
21263:
21264: 2001-09-14 parser
21265:
21266: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21267: z
21268:
21269: * src/: classes/dom.C, classes/file.C, classes/image.C,
21270: classes/mail.C, include/pa_common.h,
21271: include/pa_sql_driver_manager.h, include/pa_string.h,
21272: include/pa_stylesheet_connection.h,
21273: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21274: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21275: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21276: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21277: compiled&cached
21278:
21279: 2001-09-13 parser
21280:
21281: * src/: classes/dom.C, classes/file.C, classes/image.C,
21282: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21283:
21284: * src/classes/dom.C: dom:file content-type(.method)
21285:
21286: * src/: include/pa_common.h, include/pa_globals.h,
21287: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21288: string now more informative error messages
21289:
21290: * src/: include/pa_globals.h, include/pa_request.h,
21291: main/pa_request.C, targets/cgi/parser3.C,
21292: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21293: ParserSiteConfig .../parser3.conf
21294:
21295: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21296:
21297: 2001-09-12 parser
21298:
21299: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21300: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21301: precise error reporting: "connection string must start with
21302: protocol://" now
21303:
21304: * src/main/compile.tab.C: fixed - subname code parts actually []
21305: braced
21306:
21307: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21308: lexer on LS_USER level did [] matching without setting nestage,
21309: introduced special LS_NAME_SQUARE_PART state
21310:
21311: 2001-09-11 parser
21312:
21313: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21314: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21315: languages+=xml
21316:
21317: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21318:
21319: * src/classes/dom.C: ^dom:save/string/file[output options] output
21320: options: $.method[xml|html|text] detection fixed
21321:
21322: * src/types/pa_vdom.h: messages
21323:
21324: * src/classes/dom.C: ^dom:save/string/file[output options] output
21325: options: $.method[xml|html|text] detection fixed
21326:
21327: 2001-09-10 parser
21328:
21329: * src/classes/dom.C: ^dom:save/string/file[output options] output
21330: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21331:
21332: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21333: added]
21334:
21335: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21336: ^dom.xslt[stylesheet filename] 0
21337:
21338: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21339: ^dom.xslt[stylesheet filename] -1 doc is lying
21340:
21341: * src/classes/dom.C: ^dom.file[encoding] = file
21342:
21343: * src/classes/: dom.C: ^dom.string[encoding] 1
21344: ^dom.save[encoding;filename]
21345:
21346: * src/classes/dom.C: ^dom.string[] 0
21347:
21348: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21349:
21350: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21351: types/pa_vform.h: ^dom.save[b.xml] 0
21352:
21353: 2001-09-08 parser
21354:
21355: * src/types/pa_vform.C: $form:tables.name.field
21356:
21357: 2001-09-07 parser
21358:
21359: * src/classes/table.C: table:empty removed, superceded by ^if(def
21360: $table)...
21361:
21362: * src/targets/cgi/parser3.C: z
21363:
21364: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21365: from '' to int/double is 0]
21366:
21367: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21368: $table) is false when table is empty
21369:
21370: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21371: !$form:tables $atable[$form:tables.a]
21372: ^atable.menu{a=$atable.element}[,]
21373:
21374: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21375: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21376:
1.116 moko 21377: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21378: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21379: of dom
21380:
21381: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21382: types/pa_vform.C, types/pa_vform.h: z
21383:
21384: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21385: element [not last]
21386:
1.116 moko 21387: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21388: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21389:
21390: 2001-09-06 parser
21391:
21392: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21393: table with one column 'element' and two rows: 1 and 2
21394:
21395: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21396: table with one column 'element' and two rows: 1 and 2
21397:
21398: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21399: bad int/double conversions, and now $form:nonexistent.int(88)
21400: would return 88
21401:
21402: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21403: types/pa_vhash.h: now there's special hash key '_default'
21404: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21405: $._default[xx] ] $hash.c
21406:
21407: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21408: fixed [thanks, fif], ^; were treated there non-literally
21409:
21410: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21411: doxygen
21412:
21413: * src/: classes/image.C, classes/op.C, classes/string.C,
21414: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21415: types/pa_vtable.C: few #ifndef DOXYGEN
21416:
21417: 2001-09-05 parser
21418:
21419: * src/classes/: string.C, table.C: sql options can be void [same as
21420: image:html the other day]
21421:
21422: * src/targets/cgi/Makefile.am: .am undo
21423:
21424: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21425: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21426: macro expantion on param, simply qoutes whatever passed, undone
21427:
21428: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21429: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21430: STRINGIZE(name) #name invented
21431:
21432: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21433: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21434: MAIN_SQL_DRIVERS_NAME "drivers"
21435:
21436: moved to be availible to all users
21437:
21438: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21439: SQL_DRIVER_CREATE_FUNC_NAME
21440:
21441: * src/classes/mail.C: MAIN:MAIL check fixed
21442:
21443: 2001-09-04 parser
21444:
21445: * src/classes/image.C: image.html now can accept void params
21446:
21447: * src/targets/isapi/parser3isapi.C: z
21448:
21449: * src/targets/cgi/parser3.C: full_file_spec bug
21450:
21451: * src/targets/cgi/parser3.C: getenvcheck
21452:
21453: * src/targets/cgi/parser3.C: zz
21454:
21455: * src/targets/cgi/parser3.C: zzz
21456:
21457: * src/classes/date.C: date
21458:
21459: * src/classes/date.C: date:sql-string is now without ''
21460:
1.116 moko 21461: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21462: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21463: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21464:
1.116 moko 21465: * src/include/pa_config_auto.h.in: makes
1.95 moko 21466:
21467: 2001-09-03 parser
21468:
21469: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21470:
21471: 2001-09-01 parser
21472:
21473: * src/classes/image.C: letter_spacing
21474:
21475: * src/classes/image.C: image: font params changed
21476:
21477: * src/classes/image.C: image: as_int as_string used
21478:
21479: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21480: analized
21481:
21482: 2001-08-31 parser
21483:
21484: * src/targets/cgi/parser3.C: z
21485:
1.116 moko 21486: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21487: cygwin
1.95 moko 21488:
21489: * src/classes/void.C: void:int/double += (default)
21490:
21491: * src/classes/image.C: image:font added space param image:font
21492: changed charwidth alg, added kerning const[for now]
21493:
21494: * src/classes/: string.C, table.C: string:int/double (defaults)
21495:
21496: 2001-08-29 parser
21497:
21498: * src/main/pa_exception.C: exception redundant debug info
21499:
21500: 2001-08-28 parser
21501:
21502: * src/classes/image.C: image error msgs
21503:
21504: * src/classes/image.C: image: gifsize little endian
21505:
21506: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21507: doxygeneration
21508:
21509: * src/: classes/Makefile.am, main/Makefile.am,
21510: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21511:
21512: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21513: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21514:
21515: * src/main/compile.C: NO_STRING_ORIGIN check2
21516:
21517: * src/classes/table.C: NO_STRING_ORIGIN check
21518:
21519: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21520: storage class specifiers invalid in friend function declarations
21521:
21522: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21523: main/untaint.C, targets/cgi/parser3.C,
21524: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21525: case of limit
21526:
21527: * src/: classes/file.C, main/pa_common.C: file:move
21528: autocreate/remove dest/src dir
21529:
21530: * src/: classes/string.C, include/pa_dictionary.h,
21531: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21532: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21533: to directory constructor. string:replace
21534:
21535: 2001-08-27 parser
21536:
21537: * src/classes/image.C: fixed jpgsize alg
21538:
21539: * src/classes/image.C: fixed jpgsize alg
21540:
21541: * src/main/pa_exception.C: z
21542:
21543: * src/main/pa_common.C: removed debug info from pa_common
21544:
21545: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21546: [auto.p from current dir loading]
21547:
1.116 moko 21548: * src/: main/pa_common.C, main/pa_exception.C,
21549: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21550: for solaris -lsocket
1.95 moko 21551:
21552: 2001-08-24 parser
21553:
21554: * src/targets/cgi/parser3.C: not cgi extra \n 3
21555:
21556: * src/targets/cgi/parser3.C: not cgi extra \n 2
21557:
21558: * src/targets/cgi/parser3.C: not cgi extra \n
21559:
21560: * src/main/pa_sql_driver_manager.C: z
21561:
21562: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21563: sql* removed services from disconnect - cross-request ideological
21564: probs.
21565:
21566: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21567: cross-request ideological probs. oracle - fixed bug: cs
21568: allocated on request.pool and got freed before disconnect
21569:
21570: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21571: mallocs fixed
21572:
21573: 2001-08-23 parser
21574:
21575: * src/classes/file.C: minor bug in file:save fixed
21576:
21577: * src/main/pa_sql_driver_manager.C: oracle: dlink
21578:
21579: 2001-08-22 parser
21580:
21581: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21582: types/pa_vfile.h: file:load|save[text|binary;
21583:
21584: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21585:
21586: 2001-08-21 parser
21587:
21588: * src/classes/: file.C, table.C: ^file:list
21589:
21590: 2001-08-20 parser
21591:
21592: * src/: main/compile.tab.C, main/compile.y,
21593: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21594: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21595: recousively caused problems: inc incremeted 123 literal!! fixed
21596:
21597: 2001-08-10 parser
21598:
21599: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21600:
21601: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21602: added
21603:
21604: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21605: added
21606:
21607: * src/classes/table.C: table:sort restored [it was bad test :(]
21608:
21609: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21610: ''
21611:
21612: * src/main/: pa_request.C: wanted to make const int
21613: MAX_EXECUTE_SECONDS=1;
21614:
21615: but couldnt, set_callback_and_alarm appeared to be not exported
21616: :(
21617:
21618: * src/main/pa_string.C: string.match hanged on. there were a hang
21619: check but it weren't wise enough
21620:
21621: @parse[dateString][tmp]
21622: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21623: #end
21624:
21625: @main[] ^parse[2001-02-03]
21626:
21627: * src/classes/: table.C: table:sort now default desc
21628:
21629: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21630: table.sort now creates new sorted table
21631:
21632: 2001-08-09 parser
21633:
21634: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21635:
21636: * src/classes/hash.C: hash:_default now [was hash:default]
21637:
21638: * src/classes/op.C: case without switch check added
21639:
21640: * src/types/pa_vcookie.C: cookie name&value origins added, more
21641: precise $ORIGINS(1)
21642:
21643: * src/main/Makefile.am: .am
21644:
21645: * src/classes/void.C: void: int double copy/paste from int: bug
21646: fixed
21647:
21648: * src/classes/void.C: void: int double copy/paste from int: bug
21649: fixed
21650:
21651: 2001-08-07 parser
21652:
21653: * src/: classes/double.C, classes/int.C, classes/string.C,
21654: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21655: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21656: string, table
21657:
21658: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21659: srand made working
21660:
21661: 2001-08-06 parser
21662:
21663: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21664: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21665: main/compile.tab.C, main/compile.y, main/pa_array.C,
21666: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21667: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21668:
21669: * src/main/pa_exec.C: exec win32 real filename
21670:
21671: * src/classes/file.C: exec stderr out
21672:
21673: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21674:
21675: 2001-08-03 parser
21676:
21677: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21678:
21679: 2001-08-02 parser
21680:
21681: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21682: main/execute.C, main/pa_exec.C: introducing Array_iter
21683:
21684: * src/main/execute.C: detected quick_get recursion bug. changed to
21685: get@execute, but needs array iterator, separate from array to
21686: avoid it & use caching
21687:
21688: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21689: bug fixed
21690:
21691: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21692: main/execute.C, main/pa_globals.C: found another multithread bug
21693: in op.C (last, last global var killed) :)
21694:
21695: 2001-08-01 parser
21696:
21697: * src/: include/pa_dictionary.h, include/pa_globals.h,
21698: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21699: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21700: main/untaint.C: speeded up typo-html replacements. introducing
21701: Dictionary with first-char caching
21702:
21703: 2001-07-31 parser
21704:
21705: * src/types/Makefile.am: pa_vtable.C added to .am
21706:
21707: * src/main/compile.tab.C: added, so that could be compiled even on
21708: non-bison-enabled platforms
21709:
21710: 2001-07-28 parser
21711:
21712: * src/classes/table.C: table:hash always produces hash, when can't
21713: - empty
21714:
21715: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21716: skipped \n
21717:
21718: 2001-07-27 parser
21719:
21720: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21721: on int/double/string :sql without result and default
21722:
21723: 2001-07-26 parser
21724:
21725: * src/classes/op.C: fixed bad multithread bug with strangly global
21726: OP
21727:
21728: * src/main/compile.y: $man[$.age[zzz]] 0
21729:
21730: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21731: creation syntax problem persists. restored $: for a while.
21732: thinking of $man[$.age[zzz]] syntax now
21733:
21734: * src/: classes/double.C, classes/int.C, classes/string.C,
21735: include/pa_opcode.h, main/compile.C, main/compile.y,
21736: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21737: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21738: types/pa_wwrapper.h: fixing :: realization #1
21739:
21740: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21741: main/compile_tools.h, main/execute.C, main/pa_request.C,
21742: types/pa_vmethod_frame.h: introducing :: this is constructor call
21743: prefix. ordinary : remains for static accesses
21744:
21745: 2001-07-25 parser
21746:
21747: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21748: fields 2. methods 3. columns
21749:
21750: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21751: quote. optimized double&int tostring-s
21752:
21753: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21754: whitespace before first method decl
21755:
21756: * src/classes/table.C: allowed nontable result in table:sql,
21757: results in empty table
21758:
21759: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21760: lines before first method decl
21761:
21762: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21763: types/pa_vtable.h: ^table.record[] now $table.fields
21764:
21765: * src/main/compile.y: $var[] is now empty string, not void
21766:
21767: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21768: void
21769:
21770: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21771: main/pa_globals.C: match replace code context moved to implicit
21772: $match context
21773:
21774: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21775: main/compile_tools.h, main/execute.C: with killed, code storage
21776: introduced with former 'with' syntax
21777:
21778: 2001-07-24 parser
21779:
21780: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21781: types/pa_value.h: first get_element, next get operator
21782:
21783: * src/main/compile.y: removed @end handling
21784:
21785: * src/main/: compile.C, compile.y: @end handling method2
21786:
21787: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21788: file:move
21789:
21790: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21791: fixed
21792:
21793: 2001-07-23 parser
21794:
21795: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21796: driver
21797:
21798: * src/classes/hash.C: changed sql driver query interface
21799:
21800: * src/: classes/hash.C, classes/string.C, classes/table.C,
21801: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21802: changed sql driver query interface
21803:
21804: 2001-07-20 parser
21805:
21806: * src/types/pa_vrequest.C: X!$browser:type
21807:
21808: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21809: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21810: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21811: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21812: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21813: types/pa_vobject.h, types/pa_vrequest.C,
21814: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21815: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21816: BASE element globally removed
21817:
21818: 2001-07-18 parser
21819:
21820: * src/classes/file.C: file:exec/cgi msg
21821:
21822: * src/classes/file.C: $file:exit-code renamed to 'status'
21823:
21824: * src/: classes/file.C, main/pa_exec.C: file:exec
21825:
1.116 moko 21826: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21827: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21828: removed $id from *.in *.am
1.95 moko 21829:
21830: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21831: abbrevations
21832:
21833: * src/: classes/date.C, classes/mail.C, classes/math.C,
21834: classes/string.C, classes/table.C, include/pa_globals.h,
21835: include/pa_string.h, main/execute.C, main/pa_globals.C,
21836: main/pa_request.C, main/pa_string.C, main/untaint.C,
21837: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21838: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21839: $ORIGINS(1) output tracing mode
21840:
21841: 2001-07-13 parser
21842:
21843: * src/: classes/double.C, classes/int.C, classes/string.C,
21844: include/pa_request.h, main/execute.C, main/pa_request.C:
21845: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21846: second would not call first @auto
21847:
21848: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21849: wrong, fixed
21850:
21851: 2001-07-12 parser
21852:
21853: * src/types/pa_value.h: pa_value.putelement modification of system
21854: classes prevented
21855:
21856: 2001-07-11 parser
21857:
21858: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21859: table $piece
21860:
21861: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21862: types/pa_vstateless_class.h: $file created by file:state +=
21863: .atime .mtime .ctime +found&fixed bug with exceptions on
21864: get_junction-created objects [they were on wrong pool]
21865:
21866: 2001-07-09 parser
21867:
21868: * src/main/untaint.C: qp wrong name
21869:
21870: * src/: classes/date.C, classes/string.C, classes/table.C,
21871: main/compile.y: date format 0
21872:
21873: 2001-07-07 parser
21874:
21875: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21876: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21877: roll table calendar
21878:
21879: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21880: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21881: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21882: include/pa_request.h, main/main.dsp, types/pa_value.h,
21883: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21884: string. todo: sql, calendar
21885:
21886: 2001-07-06 parser
21887:
21888: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21889: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21890:
21891: 2001-07-03 parser
21892:
21893: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21894: classes/random.C, main/main.dsp: class random renamed to math,
21895: operators became methods
21896:
21897: * src/classes/op.C: pow sqrt
21898:
21899: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21900:
21901: 2001-07-02 parser
21902:
21903: * src/classes/table.C: ^table.columns column renamed from 'name' to
21904: 'column'
21905:
21906: * src/classes/hash.C: ^hash.keys[]
21907:
21908: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21909:
21910: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21911: 'strings'
21912:
21913: 2001-06-29 parser
21914:
21915: * src/main/: execute.C: /0 %0 checkes ver 2
21916:
21917: * src/main/execute.C: /0 %0 checke
21918:
21919: * src/classes/Makefile.am: nothing - void
21920:
21921: * src/classes/table.C: empty strings @ sql
21922:
21923: 2001-06-28 parser
21924:
21925: * src/: classes/double.C, classes/file.C, classes/form.C,
21926: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21927: classes/op.C, classes/random.C, classes/response.C,
21928: classes/string.C, classes/table.C, classes/void.C,
21929: main/compile.C, main/compile_tools.C, main/execute.C,
21930: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21931: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21932: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21933: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21934: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21935: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21936: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21937: $";
21938:
21939: * src/: classes/double.C, classes/file.C, classes/form.C,
21940: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21941: classes/op.C, classes/random.C, classes/response.C,
21942: classes/string.C, classes/table.C, classes/void.C,
21943: main/compile.C, main/compile.y, main/compile_tools.C,
21944: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21945: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21946: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21947: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21948: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21949: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21950:
21951: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21952: $class:name: == ${class:name}:
21953:
21954: * src/classes/string.C: exactly one
21955:
21956: 2001-06-27 parser
21957:
21958: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21959: types/pa_vvoid.h: nothing renamed to void
21960:
21961: * src/classes/op.C: ^switch ^case
21962:
21963: * src/main/compile.y: nothing renamed to void
21964:
21965: * src/: classes/hash.C, classes/table.C, main/compile.y,
21966: main/execute.C, main/main.dsp, main/pa_request.C,
21967: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21968: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21969: void
21970:
21971: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21972:
21973: 2001-05-28 parser
21974:
21975: * src/doc/html2chm.cmd: removed >a
21976:
21977: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21978: project options [some bugs]
21979:
21980: * src/doc/sources2html.cmd: z
21981:
21982: * src/: classes/classes.C, main/compile.C, main/compile.y,
21983: main/execute.C: operators are not in root class again
21984:
21985: 2001-05-24 parser
21986:
21987: * src/targets/cgi/parser3.dsp: project file
21988:
21989: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21990: ^log ^exp
21991:
21992: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21993: conversions in @exception[params]
21994:
21995: * src/main/pa_request.C: // no _ conversions in @exception[params]
21996:
21997: 2001-05-23 parser
21998:
21999: * src/main/pa_string.C: string cmp bug
22000:
22001: * src/classes/: mail.C, op.C: rem max 1000
22002:
22003: * src/: classes/op.C, main/compile.y: allow one empty line before
22004: LS_DEF_NAME
22005:
22006: 2001-05-22 parser
22007:
22008: * src/classes/op.C: if params code-required
22009:
22010: 2001-05-21 parser
22011:
22012: * src/types/pa_vstring.C: eoleof
22013:
22014: * src/classes/Makefile.am: .AM
22015:
22016: * src/classes/nothing.C: resultless ^sql moved to nothing:
22017:
22018: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22019:
22020: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22021: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22022: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22023: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22024: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22025: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22026: 'nothing'
22027:
22028: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22029: vstring::set_string
22030:
22031: * src/classes/: double.C, int.C, string.C: int,double;sql
22032:
22033: * src/: classes/hash.C, classes/int.C, classes/string.C,
22034: classes/table.C, include/pa_string.h, main/pa_string.C,
22035: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22036:
22037: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22038: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22039: hash:sql moved to main trunc. operators.txt updated
22040:
22041: * src/classes/: hash.C, op.C, table.C: hash:sql
22042:
22043: * src/classes/op.C: z
22044:
22045: * src/: main/compile.C, classes/classes.C: 1
22046:
22047: * src/: classes/classes.C, main/compile.C, main/compile.y,
22048: main/execute.C: 0
22049:
22050: * src/main/execute.C: z
22051:
22052: * src/targets/cgi/parser3.C: z
22053:
22054: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22055: site_auto_path "." in that case
22056:
22057: * src/targets/cgi/: parser3.C: z
22058:
22059: * src/main/pa_request.C: .am
22060:
22061: * src/: main/pa_request.C, targets/cgi/parser3.C:
22062: pcre_tables=pcre_default_tables;
22063:
22064: 2001-05-19 parser
22065:
22066: * src/main/pa_string.C: z
22067:
22068: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22069: introducing String::cstr_bufsize, returns just size+1 for as_is
22070: target.
22071:
22072: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22073: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22074: used, 4* mem wasted
22075:
22076: * src/classes/string.C: root context in match replace body now
22077: unchanged
22078:
22079: * src/types/pa_value.h: parameter # 1 based
22080:
22081: * src/main/pa_common.C: common: actual filename '%s'
22082:
22083: * src/classes/string.C: z
22084:
22085: * src/classes/Makefile.am: classes/.am
22086:
22087: * src/classes/: Makefile.am: classes/.am
22088:
22089: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22090: targets/cgi/pa_pool.C: classes/.am
22091:
22092: 2001-05-18 parser
22093:
1.116 moko 22094: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22095: pa_threads.C ins
1.95 moko 22096:
22097: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22098:
22099: 2001-05-17 parser
22100:
22101: * src/: classes/string.C, include/pa_config_fixed.h,
22102: include/pa_config_includes.h, main/compile.y,
22103: main/compile_tools.h, main/execute.C, main/pa_array.C,
22104: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22105: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22106: types/pa_vform.C: #include "pa_config_includes.h" removed from
22107: most .C
22108:
22109: * src/doc/html2chm.cmd: z
22110:
22111: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22112: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22113:
22114: * src/main/pa_sql_driver_manager.C: moved expiration to
22115: get_connection_from_cache
22116:
22117: * src/main/pa_sql_driver_manager.C: cache expiration bf
22118:
22119: * src/: classes/classes.h, include/pa_sql_connection.h,
22120: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22121: cache expiration[use SQL_Driver::disconnect]
22122:
22123: * src/main/pa_table.C: table.locate current restored on "not found"
22124:
22125: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22126: line no
22127:
22128: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22129: ANTI_ENDLESS_EXECUTE_RECOURSION
22130:
22131: * src/: classes/op.C, include/pa_sql_connection.h,
22132: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22133: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22134: 1driver and set_services fight for driver::fservices. before fix
22135:
22136: * src/: classes/op.C, include/pa_config_fixed.h,
22137: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22138: main/pa_sql_driver_manager.C: found problem at last: 2connections
22139: own 1driver and set_services fight for driver::fservices. before
22140: fix
22141:
22142: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22143: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22144: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22145: pa_threads.C
22146:
22147: * src/include/pa_threads.h: removed targets/parser
22148:
22149: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22150: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22151: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22152: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22153: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22154: headers
22155:
22156: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22157: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22158: order prevented sqlmanager to see MULTYTHREAD define
22159:
22160: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22161: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22162: put/gets
22163:
22164: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22165: from hash.h
22166:
22167: * src/: classes/op.C, include/pa_sql_connection.h,
22168: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22169: from cache ->set_services(&services);
22170:
22171: 2001-05-16 parser
22172:
22173: * src/targets/cgi/parser3.C: z
22174:
22175: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22176: debug, #ifdefed some. would debug later, on more precise sample
22177: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22178: $name.$tail[$tail!] $name.$tail } ok3
22179:
22180: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22181: removed array debug. before vstring rebasing
22182:
22183: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22184: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22185: array debugged; adjusted
22186:
22187: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22188: SQL_Driver_manager line no for connect/charset errors
22189:
22190: 2001-05-15 parser
22191:
22192: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22193: main/pa_string.C: string+array made linear grows
22194:
22195: * src/: include/pa_string.h, main/pa_string.C,
22196: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22197: grow lineary, not exponentialy
22198:
22199: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22200: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22201: with fullchunk cmps
22202:
22203: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22204: 70041= 81
22205:
22206: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22207: targets/cgi/parser3.C: detected huge mem allocation: size/times
22208: malloc 27809390/368771, calloc 3232/83. would test now
22209:
22210: * src/: classes/random.C, main/compile.y, main/execute.C,
22211: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22212: numbered params had wrong name - for instance: bad error message
22213: in ^for[] bad body type. fixed
22214:
22215: 2001-05-14 parser
22216:
22217: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22218: main/untaint.C: ^string.upper|lower[]
22219:
22220: 2001-05-11 parser
22221:
22222: * src/: classes/double.C, classes/image.C, classes/op.C,
22223: classes/string.C, classes/table.C, classes/unknown.C,
22224: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22225: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22226: types/pa_vunknown.h: op: MAX_LOOPS as_int
22227:
22228: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22229: .dsp for win32tools
22230:
22231: 2001-05-11 paf
22232:
22233: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22234: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22235: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22236: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22237:
22238: 2001-05-10 paf
22239:
22240: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22241: for C++, that's all
22242:
1.116 moko 22243: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22244: pa_config_includes.h: inline wonders
1.95 moko 22245:
22246: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22247: doc/doxygen.cmd: hash.C added
22248:
22249: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22250:
22251: * src/main/compile.y: @end grammar: allowed zero strings in control
22252: menthod
22253:
22254: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22255: pa_vstateless_object.h: changed priority: field before method
22256: lookup in vclass & vobject
22257:
22258: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22259: grammar: priorities changes [lowerd && prior] vobject: now first
22260: fields, next methods
22261:
22262: 2001-05-08 paf
22263:
22264: * src/main/pa_table.C: table columnname2item on nameless ignored
22265: bark=false. fixed
22266:
22267: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22268: types/pa_vmethod_frame.h: hash:default works at last!
22269:
22270: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22271: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22272: hash:default
22273:
22274: * src/classes/table.C: z
22275:
22276: * src/classes/table.C: table:hash always hash of hash now
22277:
22278: * src/classes/table.C: table:empty return bool now
22279:
22280: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22281: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22282: types/pa_vtable.h: table:hash
22283:
22284: * src/classes/table.C: table:record have name
22285:
22286: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22287: returns vunknown
22288:
22289: * src/classes/: double.C, int.C, op.C, string.C:
22290: int,double,string:int[] double[] string:length[] results now have
22291: hames
22292:
22293: * src/: classes/op.C, classes/table.C, main/main.dsp,
22294: types/pa_vtable.h: removed table:find. table:locate and op:eval
22295: now return bool
22296:
22297: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22298: in method checkparams again. fixed
22299:
22300: 2001-05-07 paf
22301:
22302: * src/doc/chm.cmd: cmd
22303:
22304: * src/: classes/image.C, classes/mail.C, classes/string.C,
22305: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22306: types/pa_value.h: method reported errors on wrong pool
22307:
22308: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22309: now
22310:
22311: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22312: include/code.h, include/pa_opcode.h, main/compile.C,
22313: main/compile_tools.h, main/execute.C, types/pa_value.h,
22314: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22315: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22316: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22317: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22318: types/pa_vmethod_frame.h, types/pa_vobject.h,
22319: types/pa_vrequest.h, types/pa_vresponse.h,
22320: types/pa_vstateless_class.h, types/pa_vstring.h,
22321: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22322: types/pa_wwrapper.h: pa_code.h
22323:
22324: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22325:
22326: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22327: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22328: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22329: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22330: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22331: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22332: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22333: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22334: types/pa_vtable.h: dox, split by not clean parts also
22335:
22336: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22337: types/pa_vtable.h: table: fields, then methods. so to enable
22338: 'dir' fields & co. more
22339:
22340: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22341: so to enable 'dir' fields & co.
22342:
22343: * src/main/compile.y: grammar: @end
22344:
22345: 2001-05-04 paf
22346:
22347: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22348: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22349:
22350: * src/: classes/classes.h, classes/double.C, classes/file.C,
22351: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22352: classes/op.C, classes/random.C, classes/response.C,
22353: classes/string.C, classes/table.C, classes/unknown.C,
22354: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22355: method dox
22356:
22357: 2001-05-03 paf
22358:
22359: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22360: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22361: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22362: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22363: doc/string.dox, doc/targets.dox, doc/value.dox,
22364: main/pa_request.C: dox splitted .dox files and added some
22365:
22366: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22367:
22368: 2001-05-02 paf
22369:
22370: * src/classes/: image.C, table.C: table:dir result are not tainted
22371: by file_name language now
22372:
22373: 2001-04-28 paf
22374:
22375: * src/classes/classes.inc: removed classes.inc
22376:
22377: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22378: from .am
22379:
22380: * src/classes/classes.awk: skipped classes in .awk
22381:
22382: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22383: classes/classes.inc, classes/double.C, classes/file.C,
22384: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22385: classes/string.C, classes/table.C, classes/unknown.C,
22386: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22387: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22388: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22389: pa_methoded back to classes/classes.h
22390:
22391: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22392:
22393: * src/: classes/Makefile.am, classes/classes.awk,
22394: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22395: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22396:
22397: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22398: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22399: classes/response.C, classes/string.C, classes/table.C,
22400: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22401: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22402: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22403: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22404: include|main/pa_methoded
22405:
22406: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22407: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22408:
22409: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22410: moved some configured data to request::classes_conf moved some
22411: string crations from globals to M... [works]
22412:
22413: * src/: classes/form.C, classes/mail.C, classes/op.C,
22414: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22415: main/pa_request.C: moved some configured data to
22416: request::classes_conf moved some string crations from globals to
22417: M...
22418:
22419: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22420: about to move configured data to special request hash
22421:
22422: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22423: classes/form.C, classes/mail.C, include/pa_request.h,
22424: main/pa_request.C: configure started
22425:
22426: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22427: 2. todo: methoded-configure
22428:
22429: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22430: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22431: classes/_random.h, classes/_response.h, classes/_string.h,
22432: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22433: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22434: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22435: classes/random.C, classes/response.C, classes/string.C,
22436: classes/table.C, classes/unknown.C, include/pa_globals.h,
22437: include/pa_request.h, main/compile.y, main/execute.C,
22438: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22439: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22440: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22441: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22442: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22443: types/pa_vrequest.h, types/pa_vresponse.h,
22444: types/pa_vstateless_class.h, types/pa_vstring.h,
22445: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22446: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22447: methoded-configure
22448:
22449: * src/: classes/file.C, classes/table.C, main/compile.y,
22450: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22451: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22452: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22453:
22454: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22455: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22456: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22457: classes/random.C, classes/response.C, classes/string.C,
22458: classes/table.C, classes/unknown.C, include/pa_request.h,
22459: main/compile.y, main/execute.C, main/pa_globals.C,
22460: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22461: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22462: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22463: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22464: beautifying just compiled. todo: debug, configure
22465:
22466: 2001-04-27 paf
22467:
22468: * src/: classes/file.C, classes/image.C, classes/table.C,
22469: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22470: beautifying -99
22471:
22472: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22473: classes/_response.h, classes/_unknown.h, classes/classes.C,
22474: classes/classes.h, classes/double.C, classes/file.C,
22475: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22476: classes/op.C, classes/random.C, classes/response.C,
22477: classes/string.C, include/pa_globals.h, main/main.dsp,
22478: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22479: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22480: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22481: types/pa_vunknown.h: beautifying -100
22482:
22483: * src/main/compile.y: serge@ found @CLASS bug. fixed
22484:
22485: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22486: classes/_op.h, classes/_random.h, classes/_table.h,
22487: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22488: classes/op.C, classes/random.C, classes/response.C,
22489: classes/string.C, classes/table.C, classes/unknown.C,
22490: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22491: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22492: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22493: beautifying
22494:
22495: 2001-04-26 paf
22496:
22497: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22498:
22499: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22500: documentation ++
22501:
22502: * src/: classes/_exec.h, doc/doxygen.cfg,
22503: include/pa_config_fixed.h, include/pa_config_includes.h,
22504: targets/cgi/pa_pool.C: code documentation ++
22505:
22506: * src/: classes/_image.h, classes/op.C, classes/random.C,
22507: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22508: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22509: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22510: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22511: types/pa_vmethod_frame.h, types/pa_vobject.h,
22512: types/pa_vrequest.C, types/pa_vrequest.h,
22513: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22514: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22515: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22516: code documentation ++
22517:
22518: * src/: classes/image.C, classes/mail.C, classes/string.C,
22519: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22520: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22521: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22522: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22523: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22524: types/pa_vobject.h, types/pa_vstateless_class.h,
22525: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22526:
22527: * src/main/: pa_request.C, pa_string.C: z
22528:
22529: * src/: include/pa_common.h, include/pa_types.h,
22530: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22531: connection caching fixed. request-pooled-url were stored into
22532: global connectioncache
22533:
22534: 2001-04-25 paf
22535:
22536: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22537: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22538:
22539: * src/: include/code.h, include/pa_common.h, main/compile.y,
22540: main/execute.C, main/pa_common.C: -d
22541:
22542: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22543: illegal call check a bit improved, but still under iis no mapping
22544: of dir with parser allowed!
22545:
22546: 2001-04-24 paf
22547:
22548: * src/targets/Makefile.am: apache module lib .am
22549:
22550: * src/main/pa_exec.C: windows32 buildCommand
22551:
22552: 2001-04-23 paf
22553:
22554: * src/targets/cgi/Makefile.am: win32 conditional
22555:
22556: * src/targets/cgi/Makefile.am: win32 conditional
22557:
22558: * src/targets/cgi/Makefile.am: liblink
22559:
22560: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22561: vfile fields return type
22562:
22563: * src/types/pa_vfile.h: vfile fields return type
22564:
22565: * src/include/pa_config_auto.h.in: .h.in
22566:
22567: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22568: types/Makefile: makefiles removed
22569:
22570: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22571: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22572:
22573: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22574: [tested: i & g ]
22575:
22576: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22577: @test noticed series in isapi, check how initialize_random_class
22578: is called! [must be called only once]
22579:
22580: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22581: would not be 'unknown column'
22582:
22583: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22584: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22585:
22586: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22587: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22588: [now doesnt]
22589:
22590: * src/targets/cgi/parser3.C: cgi cmdline ver
22591:
22592: * src/targets/cgi/parser3.C: cgi /// @test disable
22593: /cgi-bin/parser3/auto.p
22594:
22595: * src/main/untaint.C: untaint without charset
22596:
22597: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22598: main/pa_common.C: common: file_write /// @test mkdirs
22599: file_delete rmdirs
22600:
22601: * src/main/untaint.C: mail header only once to =?
22602:
22603: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22604: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22605: main/untaint.C: untaint - @test optimize whitespaces for
22606: all but 'html'
22607:
22608: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22609: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22610: main/untaint.C: untaint - @test mail-header
22611:
22612: 2001-04-20 paf
22613:
22614: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22615: include/pa_request.h, include/pa_string.h, main/compile.y,
22616: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22617: targets/cgi/parser3.C: $MAIN:LOCALE
22618:
22619: * src/main/untaint.C: z
22620:
22621: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22622:
22623: 2001-04-19 paf
22624:
22625: * src/main/compile_tools.h: $a$b bugfix
22626:
22627: * src/targets/cgi/parser3.C: z
22628:
22629: * src/classes/file.C: z
22630:
22631: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22632: done: header to $fields. waits for header '\' tricks
22633:
22634: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22635: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22636: changed urlencode here and in untaint.C to HTTP standard's " and
22637: \" mech
22638:
22639: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22640: http://alx/~paf/ doesnt load /auto.p
22641:
22642: 2001-04-18 paf
22643:
22644: * src/main/pa_request.C: 1
22645:
22646: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22647: linux @alx
22648:
22649: 2001-04-17 paf
22650:
22651: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22652: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22653: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22654: enabled
22655:
22656: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22657: classes/_exec.h, classes/_file.h, classes/_form.h,
22658: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22659: classes/_random.h, classes/_response.h, classes/_string.h,
22660: classes/_table.h, classes/_unknown.h, classes/file.C,
22661: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22662: include/pa_config_fixed.h, include/pa_config_includes.h,
22663: include/pa_hash.h, include/pa_sql_driver_manager.h,
22664: include/pa_version.h, main/Makefile.am, main/compile.y,
22665: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22666: main/pa_sql_driver_manager.C, sql/Makefile.am,
22667: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22668: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22669: types/pa_vform.C, types/pa_vimage.h: exec @jav
22670:
22671: * src/: include/pa_sql_driver_manager.h,
22672: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22673: types/pa_vimage.h: sql driver interface now has initialize(client
22674: .so)
22675:
22676: 2001-04-16 paf
22677:
22678: * src/Makefile.am: compile2 cygwin
22679:
22680: * src/: include/pa_config_includes.h, main/pa_exec.C,
22681: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22682:
22683: * src/targets/cgi/Makefile.am: compile0 jav
22684:
22685: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22686: classes/_exec.h, classes/_file.h, classes/_form.h,
22687: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22688: classes/_random.h, classes/_response.h, classes/_string.h,
22689: classes/_table.h, classes/_unknown.h, classes/image.C,
22690: classes/mail.C, classes/op.C, classes/random.C,
22691: include/pa_config_fixed.h, include/pa_config_includes.h,
22692: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22693: main/compile.y, main/pa_common.C, main/pa_exec.C,
22694: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22695: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22696: compile-1
22697:
22698: 2001-04-15 paf
22699:
22700: * src/classes/op.C: z
22701:
22702: * src/classes/table.C: table:empty +=process
22703:
22704: * src/types/pa_value.h: MethodParams !junction
22705:
22706: * src/: classes/_string.h, classes/double.C, classes/file.C,
22707: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22708: classes/random.C, classes/response.C, classes/string.C,
22709: classes/table.C, classes/unknown.C, main/pa_request.C:
22710: MethodParams everywhere
22711:
22712: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22713: types/pa_vmethod_frame.h: MethodParams in op.C
22714:
22715: 2001-04-12 paf
22716:
22717: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22718:
22719: * src/: classes/_unknown.h, classes/unknown.C,
22720: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22721: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22722:
22723: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22724:
22725: * src/classes/image.C: image:gif now does not have params
22726:
22727: * src/classes/image.C:
22728: image:line/fill/rectangle/bar/replace/polygon/polybar
22729:
22730: * src/: classes/image.C, classes/op.C, main/execute.C,
22731: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22732: for var now written not to r.wcontext, but to r.root cleared
22733: "entered_object" state
22734:
22735: 2001-04-11 paf
22736:
22737: * src/classes/image.C: image:create image:load
22738:
22739: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22740: just compiled
22741:
22742: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22743: todo: gif without file
22744:
22745: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22746: started porting to Pooled descendant
22747:
22748: * src/: classes/image.C, main/execute.C, main/main.dsp,
22749: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22750: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22751: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22752:
22753: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22754: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22755: end. switching to python imaging lib
22756:
22757: * src/main/main.dsp: gd+smtp made separate libs
22758:
22759: * src/: include/pa_globals.h, include/pa_string.h,
22760: main/pa_common.C, main/pa_request.C, main/untaint.C,
22761: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22762: length
22763:
22764: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22765: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22766: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22767: UL_FILE_NAME of posted file name
22768:
22769: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22770: post [broke when moved post read to core]
22771:
22772: 2001-04-10 paf
22773:
22774: * src/classes/image.C: image:html done
22775:
22776: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22777:
22778: * src/classes/image.C: z
22779:
22780: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22781: forgotten!
22782:
22783: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22784: main/pa_request.C, main/pa_string.C, main/untaint.C,
22785: types/pa_vimage.h: image:measure -90
22786:
22787: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22788: classes/_int.h, classes/_mail.h, classes/_op.h,
22789: classes/_random.h, classes/_response.h, classes/_string.h,
22790: classes/_table.h, classes/file.C, classes/mail.C,
22791: include/pa_common.h, include/pa_globals.h, main/execute.C,
22792: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22793: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22794: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22795: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22796: compiled
22797:
22798: * src/classes/mail.C: minor bug with unclear from/to
22799:
22800: * src/classes/mail.C: sendmail unix skipping defaults
22801:
22802: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22803: sendmail unix added defaults
22804:
22805: * src/classes/mail.C: unix sendmail compiled. todo:testing
22806:
22807: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22808:
22809: 2001-04-09 paf
22810:
22811: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22812: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22813: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22814: targets/isapi/parser3isapi.dsp: all targets exec
22815:
22816: * src/: include/pa_sapi.h, include/pa_string.h,
22817: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22818: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22819: args in apache:util.script
22820:
22821: * src/include/pa_string.h: written but not tested exec with env for
22822: unix
22823:
22824: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22825: targets/cgi/parser3.C: exec win32 env
22826:
22827: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22828: 0
22829:
22830: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22831: main/execute.C, main/main.dsp, main/pa_globals.C,
22832: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22833: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22834:
22835: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22836: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22837:
22838: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22839: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22840:
22841: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22842: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22843: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22844: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22845: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22846: exec class just compiled. moved post read to request core
22847:
22848: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22849: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22850: main/pa_globals.C, targets/cgi/parser3.C,
22851: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22852: are already read by vform
22853:
22854: 2001-04-08 paf
22855:
22856: * src/: classes/file.C, classes/mail.C, classes/string.C,
22857: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22858: uuencode. string<<
22859:
22860: 2001-04-07 paf
22861:
22862: * src/classes/mail.C: z
22863:
22864: * src/classes/mail.C: z
22865:
22866: * src/classes/mail.C: ^mail[$attach
22867:
22868: * src/classes/mail.C: ^attach dead end
22869:
22870: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22871: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22872: targets/isapi/parser3isapi.C: mail:send 1
22873:
22874: * src/: classes/mail.C, main/pa_request.C: z
22875:
22876: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22877: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22878: compiled
22879:
22880: * src/classes/mail.C: +=
22881:
22882: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22883: prepared
22884:
22885: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22886: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22887: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22888: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22889:
22890: 2001-04-06 paf
22891:
22892: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22893: main/pa_string.C: table:dir 1
22894:
22895: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22896: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22897:
22898: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22899: classes/root.C, include/pa_globals.h, include/pa_request.h,
22900: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22901: main/pa_request.C: renamed 'root' to 'op'
22902:
22903: * src/classes/: _op.h, op.C: renamed from 'root'
22904:
22905: * src/types/pa_valiased.C: another root inherititance skipped
22906:
22907: * src/main/: compile.C, compile.y, execute.C: operators are now not
22908: root methods of parent class. just 'ROOT' class
22909:
22910: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22911: @office
22912:
22913: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22914:
22915: 2001-04-05 paf
22916:
22917: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22918: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22919: constructor flag dropped at get_method_frame and remembered into
22920: method_frame
22921:
22922: * src/: classes/file.C, classes/root.C, classes/string.C,
22923: classes/table.C, main/pa_request.C: junction to code&expression
22924: in errors
22925:
22926: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22927: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22928: $LOCALE:ctype[Russian_Russia.1251]
22929:
22930: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22931: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22932: main/pa_table.C: hash now not thread-safe.
22933:
22934: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22935: main/untaint.C: z
22936:
22937: * src/: classes/random.C, classes/root.C, classes/table.C,
22938: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22939: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22940: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22941: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22942:
22943: * src/: classes/table.C, include/pa_sql_connection.h,
22944: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22945:
22946: * src/classes/table.C: select * from hren error contains statement
22947:
22948: * src/: classes/table.C, include/pa_sql_connection.h,
22949: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22950: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22951:
22952: * src/: classes/root.C, include/pa_sql_connection.h,
22953: include/pa_sql_driver.h, main/main.dsp,
22954: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22955: services for conv memory & error reporting
22956:
22957: 2001-04-04 paf
22958:
22959: * src/doc/doxygen.cfg: z
22960:
22961: * src/include/pa_sql_driver.h: mysql connect
22962:
22963: * src/include/pa_sql_driver.h: mysql info
22964:
22965: * src/: classes/root.C, include/pa_sql_driver.h,
22966: include/pa_sql_driver_manager.h, main/main.dsp,
22967: main/pa_sql_driver_manager.C: more manager&connection&driver
22968:
22969: * src/sql/Makefile.am: forgot to add mysql client
22970:
22971: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22972: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22973: [forgot to add libltdl, added]
22974:
22975: * src/: Makefile.am, classes/root.C, classes/string.C,
22976: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22977: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22978: include/pa_string.h, include/pa_table.h, main/main.dsp,
22979: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22980: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22981: -1000 just compiled
22982:
22983: * src/: classes/random.C, classes/root.C, classes/table.C,
22984: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22985: main/pa_request.C, types/pa_vclass.h: sql frame -10
22986:
22987: 2001-04-03 paf
22988:
22989: * src/types/pa_vform.C: z
22990:
22991: * src/: classes/string.C, types/pa_vform.C: string:match replace
22992: assigned lang
22993:
22994: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22995: {}[]< empty []
22996:
22997: * src/: classes/file.C, classes/string.C, classes/table.C,
22998: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22999: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23000:
23001: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23002: string:match replace strange matches
23003:
23004: * src/classes/string.C: string:match replace 0
23005:
23006: * src/: classes/string.C, main/pa_string.C: string:match replace
23007: prepared 2
23008:
23009: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23010: string:match replace prepared
23011:
23012: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23013: string:match replace -11
23014:
23015: * src/: classes/string.C, include/pa_globals.h,
23016: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23017: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23018:
23019: * src/: classes/string.C, include/pa_globals.h,
23020: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23021: main/pa_string.C: string:match [search] -1 just compiled
23022:
23023: * src/types/pa_vstring.C: z
23024:
23025: * src/: classes/double.C, classes/file.C, classes/form.C,
23026: classes/int.C, classes/response.C, classes/root.C,
23027: classes/string.C, classes/table.C, include/pa_string.h,
23028: main/pa_string.C: string:match -10 [frame]
23029:
23030: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23031: main/pa_request.C: z
23032:
23033: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23034: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23035: todo/tests
23036:
23037: * src/include/pa_common.h: z
23038:
23039: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23040: main/pa_request.C, targets/cgi/parser3.C,
23041: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23042: content-disposition
23043:
23044: * src/: include/pa_common.h, include/pa_globals.h,
23045: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23046: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23047:
23048: * src/: include/pa_common.h, include/pa_request.h,
23049: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23050: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23051: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23052: response:body
23053:
23054: * src/classes/table.C: table:append now uses string::split
23055:
23056: * src/classes/table.C: z
23057:
23058: * src/: classes/file.C, classes/root.C, classes/string.C,
23059: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23060: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23061: include/pa_string.h, main/execute.C, main/pa_string.C,
23062: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23063: string::pos & cmp & piece bugs fixed. string::split new
23064: table:load separated from set table:set implemented with clean \n
23065: \t searches
23066:
23067: 2001-04-02 paf
23068:
23069: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23070: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23071: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23072: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23073: it in table:set/load
23074:
23075: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23076: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23077:
23078: * src/classes/random.C: random:generate 1
23079:
23080: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23081: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23082: types/pa_value.h: random:generate
23083:
23084: 2001-03-30 paf
23085:
23086: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23087: todo: table flip and append. string::pos
23088:
23089: * src/: classes/double.C, classes/file.C, classes/int.C,
23090: classes/response.C, classes/root.C, classes/string.C,
23091: classes/table.C, main/compile.y, main/execute.C,
23092: types/pa_value.h, types/pa_vstateless_class.C,
23093: types/pa_vstateless_class.h: static|dynamic|any method
23094: registration
23095:
23096: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23097: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23098: table:flip
23099:
23100: 2001-03-29 paf
23101:
23102: * src/classes/string.C: string:xsplit forgot that they must result
23103: in 1 row N column [not vice versa]
23104:
23105: * src/classes/string.C: z
23106:
23107: * src/classes/string.C: string: rsplit
23108:
23109: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23110: string: lsplit
23111:
23112: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23113: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23114: lsplit -1
23115:
23116: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23117: string: pos
23118:
23119: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23120: string: pos -1
23121:
23122: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23123: main/compile.y, main/pa_request.C, main/pa_string.C,
23124: main/untaint.C: string: left right mid
23125:
23126: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23127: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23128: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23129: and [;] are different now.
23130:
23131: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23132: main/untaint.C: pool.request undone
23133:
23134: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23135: main/untaint.C: pool.request
23136:
23137: 2001-03-28 paf
23138:
23139: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23140: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23141: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23142: $request:browser [.type .version]; unknown.get_double now = 0.
23143:
23144: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23145: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23146: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23147: types/pa_vform.C: file:load autodetection of mime-type by
23148: user-file-name
23149:
23150: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23151: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23152: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23153:
23154: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23155: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23156: write. must be self.set
23157:
23158: * src/: classes/file.C, classes/root.C, classes/table.C,
23159: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23160:
23161: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23162: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23163: types/pa_vtable.h: table:locate just compiled
23164:
23165: 2001-03-27 paf
23166:
23167: * src/main/: execute.C, pa_common.C: fixed r/w context of
23168: code-params2, fixed ntfs hardlink slow dir update
23169:
23170: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23171: types/pa_wcontext.h: fixed r/w context of code-params
23172:
23173: * src/: classes/table.C, main/execute.C: about to change junction
23174: rcontext!!
23175:
23176: * src/: classes/double.C, classes/int.C, classes/root.C,
23177: classes/string.C, classes/table.C, main/compile_tools.C,
23178: main/execute.C, main/pa_request.C, main/untaint.C,
23179: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23180: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23181: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23182: types/pa_vunknown.h: sort 0
23183:
23184: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23185: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23186: renamed to are_static_calls_disabled
23187:
23188: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23189: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23190: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23191: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23192:
23193: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23194:
23195: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23196: started table:sort fixed minor bug in #...^{
23197:
23198: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23199: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23200: decided to have as it were. stepped back. grammar: added 'in'
23201: 'is' 'lt'&co follow-space check
23202:
23203: 2001-03-26 paf
23204:
23205: * src/: classes/file.C, classes/root.C, classes/table.C,
23206: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23207: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23208: main/pa_table.C: moved ::save to pa_table. disabled @auto
23209: invocation in ^process
23210:
23211: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23212:
23213: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23214: main/pa_array.C: table:record
23215:
23216: * src/: main/untaint.C, targets/cgi/parser3.C,
23217: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23218: targets/isapi/pool_storage.h, types/pa_valiased.h,
23219: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23220: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23221: types/pa_vtable.h: z
23222:
23223: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23224: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23225: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23226: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23227: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23228: method realisations on 'self' validity - they now can simply
23229: assume that 'self' is V{Proper} .
23230:
23231: 2001-03-25 paf
23232:
23233: * src/main/untaint.C: z
23234:
23235: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23236: lowlevel - it initialization could be skipped if failed in @auto.
23237: so that exception report would use some table
23238:
23239: * src/main/pa_request.C: table empty lines ignored. system-default
23240: content type assigned in output:result [can fail in main:auto and
23241: skipped normal defaults extraction]
23242:
23243: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23244: bug
23245:
23246: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23247: processing to table [except preliminary \r\n \r \n replacements
23248: to "\n"]
23249:
23250: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23251: move all the processing to table
23252:
23253: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23254: main/pa_table.C, main/untaint.C: returned table originating.
23255: useful for reporting typo table problems origin. think would be
23256: useful somewhere else
23257:
23258: * src/main/untaint.C: typo \r \r\n \n properly handled
23259:
23260: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23261: include/pa_table.h, main/compile.y, main/compile_tools.C,
23262: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23263: main/pa_string.C, main/pa_table.C, main/untaint.C,
23264: types/pa_vcookie.h: typo & typo-default
23265:
23266: 2001-03-24 paf
23267:
23268: * src/main/pa_common.C: z
23269:
23270: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23271: targets/cgi/parser3.C: html-typo 2
23272:
23273: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23274: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23275: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23276: main/execute.C, main/pa_array.C, main/pa_globals.C,
23277: main/pa_request.C, main/pa_string.C, main/untaint.C,
23278: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23279: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23280: noticed double default content-type prob. run cgi.cmd tomorrow
23281: first html-typo sample. detected << problem: they become ltlt too
23282: fast
23283:
23284: * src/main/compile.y: z
23285:
23286: * src/main/: compile.y, compile_tools.h: #comment
23287:
23288: * src/: classes/file.C, classes/root.C, classes/table.C,
23289: include/pa_common.h, include/pa_request.h, main/compile.y,
23290: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23291: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23292: stringified
23293:
23294: * src/types/pa_valiased.C: decided to String-ify file_read
23295:
23296: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23297: isapi/parser3isapi.dsp: cgi: sapi::log
23298:
23299: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23300: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23301: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23302: error log experiments failed - cgi under iis got no access to
23303: log. registereventsource simply failed with 5(illegal call) code,
23304: while worked OK as standalone executable. isapi: used
23305: HSE_APPEND_LOG_PARAMETER feature
23306:
23307: * src/: include/pa_common.h, include/pa_globals.h,
23308: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23309: targets/isapi/parser3isapi.C: fixed default content-type
23310: allocation storage
23311:
23312: * src/: include/pa_globals.h, include/pa_request.h,
23313: main/pa_globals.C, main/pa_request.C: z
23314:
23315: * src/: include/pa_array.h, include/pa_hash.h,
23316: include/pa_request.h, main/compile.y, main/pa_array.C,
23317: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23318: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23319: content-type
23320:
23321: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23322: sanity
23323:
23324: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23325: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23326: away freeze mech. no danger now for you can't do
23327: ^request:process[@new-method[] body] trick anymore. still
23328: remains $some_instance.process[@new-method[] possibility] but
23329: would leave it as a feature. see index for sample
23330:
23331: * src/: include/pa_common.h, main/pa_common.C,
23332: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23333: monkey every target
23334:
23335: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23336: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23337: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23338:
23339: 2001-03-23 paf
23340:
23341: * src/: include/pa_pool.h, main/pa_request.C,
23342: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23343: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23344: targets/isapi/pool_storage.h: isapi: dumb pool storage
23345:
23346: * src/targets/isapi/pa_pool.C: decided to continue with extension
23347:
23348: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23349: it would be better to rewrite as filter then to deal with pool
23350:
23351: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23352: now like in cgi, not from APPL_PHYSICAL_PATH
23353:
23354: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23355: include/pa_config_fixed.h, include/pa_config_includes.h,
23356: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23357: include/pa_version.h, main/compile.y, main/execute.C,
23358: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23359: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23360: main/untaint.C, targets/cgi/parser3.C,
23361: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23362: cgi: reinvent document_root and request_uri under iis. autoconf
23363: updated. introducing ap_config_includes
23364:
23365: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23366:
23367: * src/targets/cgi/parser3.C: cgi: only one pool now
23368:
23369: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23370: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23371: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23372: types/pa_venv.h, types/pa_vform.C: sapi made object
23373:
23374: * src/: include/pa_globals.h, main/pa_request.C,
23375: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23376: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23377: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23378:
23379: * src/: main/pa_request.C, targets/cgi/parser3.C,
23380: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23381: isapi minor env beauty
23382:
23383: * src/: main/pa_request.C, targets/cgi/parser3.C,
23384: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23385: isapi document_root 0
23386:
23387: 2001-03-22 paf
23388:
23389: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23390:
23391: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23392: isapi/parser3isapi.C: z
23393:
23394: * src/: include/pa_pool.h, main/pa_request.C,
23395: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23396:
23397: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23398: kill.pl: isapi added utils
23399:
23400: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23401: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23402: types/pa_vform.C: isapi 0
23403:
23404: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23405: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23406: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23407: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23408: started isapi
23409:
23410: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23411: some comments
23412:
23413: * src/: include/pa_globals.h, include/pa_request.h,
23414: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23415: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23416: parser_root_auto_path parser_site_auto_path
23417:
23418: * src/types/pa_vcookie.C: cookie attr decoded
23419:
23420: 2001-03-21 paf
23421:
23422: * src/targets/cgi/parser3.C: z
23423:
23424: * src/include/pa_globals.h: post. todo: config of auto.p path
23425:
23426: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23427: types/pa_venv.h: in cookie & env. todo:post
23428:
23429: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23430: classes/root.C, classes/table.C, include/pa_array.h,
23431: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23432: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23433: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23434: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23435: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23436: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23437: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23438: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23439: shifted apache branch on main trunc
23440:
23441: * src/: include/pa_common.h, include/pa_globals.h,
23442: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23443: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23444: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23445: starting mod_parser3
23446:
23447: * src/targets/cgi/parser3.C: starting mod_parser3
23448:
23449: 2001-03-20 paf
23450:
23451: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23452: targets/cgi/parser3.C: automake compiled and works. todo:make
23453: win32 ifdefs work and add ifdef unistd
23454:
23455: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23456: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23457: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23458: z
23459:
23460: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23461: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23462: locking
23463:
23464: * src/: classes/Makefile.am, types/Makefile.am: z
23465:
23466: * src/: Makefile.am, classes/file.C, classes/root.C,
23467: classes/table.C, include/pa_array.h, include/pa_request.h,
23468: include/pa_string.h, main/Makefile.am, main/execute.C,
23469: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23470: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23471: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23472: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23473:
23474: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23475: main/pa_request.C, types/pa_vfile.h: ^table:save
23476:
23477: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23478: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23479: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23480: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23481: types/pa_vform.h: z
23482:
23483: * src/include/pa_string.h: z
23484:
23485: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23486: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23487: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23488: :Value
23489:
23490: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23491: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23492: :VStateless_object
23493:
23494: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23495: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23496: :VStateless_object
23497:
23498: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23499: types/pa_valiased.C, types/pa_vform.h: commented VForm
23500:
23501: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23502: types/pa_valiased.h, types/pa_value.h,
23503: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23504: types/pa_vstateless_object.h: moved common get_element part from
23505: stateless object&class into VAliased
23506:
23507: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23508: classes/table.C, main/execute.C, main/main.dsp,
23509: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23510: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23511: now :Value
23512:
23513: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23514: main/execute.C, main/main.dsp, main/pa_globals.C,
23515: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23516:
23517: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23518: doxx
23519:
23520: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23521: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23522: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23523: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23524: and ^file:save
23525:
23526: 2001-03-19 paf
23527:
23528: * src/types/pa_vfile.C: z
23529:
23530: * src/: classes/file.C, classes/request.C, classes/table.C,
23531: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23532: main/pa_request.C, main/untaint.C, types/pa_value.h,
23533: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23534:
23535: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23536: include/pa_string.h, include/pa_table.h, main/main.dsp,
23537: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23538: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23539: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23540: classes/_file.h, classes/file.C, types/pa_vfile.C,
23541: types/pa_vfile.h: file class just compiled
23542:
23543: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23544: include/pa_table.h, include/pa_types.h, main/execute.C,
23545: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23546: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23547: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23548:
23549: * src/include/pa_pool.h: z
23550:
23551: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23552: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23553: Hash::Value to Val so to doxygen would finlly stop confusing
23554: those Value-s
23555:
23556: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23557: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23558: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23559: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23560: include/pa_types.h, main/compile.C, main/compile.y,
23561: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23562: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23563: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23564: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23565: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23566:
23567: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23568: derivates somehow unlinked. don't know why yet
23569:
23570: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23571: include/pa_string.h, include/pa_threads.h, main/compile.C,
23572: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23573: main/execute.C, main/pa_array.C, main/pa_common.C,
23574: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23575: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23576: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23577:
23578: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23579: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23580: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23581: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23582: types/pa_vrequest.h: doc: detected Value derivates prob
23583:
23584: * src/include/pa_globals.h: z
23585:
23586: * src/: classes/_request.h, classes/request.C, include/code.h,
23587: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23588: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23589: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23590: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23591: main/execute.C, main/pa_pool.C, main/pa_request.C,
23592: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23593: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23594:
23595: 2001-03-18 paf
23596:
23597: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23598: cookie: allowed access to hash-assigned
23599:
23600: * src/targets/cgi/parser3.C: z
23601:
23602: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23603: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23604: include/pa_types.h, main/main.dsp, main/pa_common.C,
23605: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23606: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23607: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23608: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23609: types/pa_vunknown.h: cookie class
23610:
23611: * src/main/pa_request.C: zero length output allowed
23612:
23613: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23614: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23615:
23616: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23617: lang switch
23618:
23619: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23620: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23621: types/pa_value.h, types/pa_vhash.h:
23622: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23623:
23624: * src/main/execute.C: z
23625:
23626: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23627: targets/cgi/parser3.C: taint[uri
23628:
23629: * src/: classes/request.C, classes/response.C, classes/root.C,
23630: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23631: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23632: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23633:
23634: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23635: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23636: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23637: types/pa_vstateless_class.C: convinient string(pool, char *src,
23638: bool tainted) ctor
23639:
23640: * src/: include/pa_hash.h, include/pa_request.h,
23641: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23642: main/pa_request.C, main/pa_string.C, main/untaint.C,
23643: targets/cgi/parser3.C: proper @exceptions params tainting
23644:
23645: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23646: response fields to header
23647:
23648: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23649: z
23650:
23651: * src/: classes/_response.h, classes/response.C,
23652: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23653: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23654: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23655: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23656: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23657: $response: 0 request::core exception rethrow
23658:
23659: 2001-03-16 paf
23660:
23661: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23662: types/pa_vrequest.h: native method' class call with less params
23663: then needed error reporting
23664:
23665: * src/: classes/_request.h, classes/request.C,
23666: include/pa_globals.h, include/pa_request.h, main/execute.C,
23667: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23668: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23669: types/pa_vrequest.h: $request : query :uri
23670:
23671: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23672: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23673: types/pa_wcontext.h: $result
23674:
23675: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23676:
23677: * src/: classes/double.C, include/code.h, main/compile.y,
23678: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23679: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23680:
23681: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23682: main/compile.y, main/execute.C, types/pa_value.h,
23683: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23684: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23685: wcontext conflict
23686:
23687: * src/: main/execute.C, types/pa_value.h,
23688: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23689: $string.field
23690:
23691: 2001-03-15 paf
23692:
23693: * src/main/pa_request.C: news sample
23694:
23695: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23696: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23697:
23698: * src/main/: compile.y, execute.C: z
23699:
23700: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23701: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23702: pre pre works
23703:
23704: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23705: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23706: fillfields just compiled
23707:
23708: 2001-03-14 paf
23709:
23710: * src/: include/pa_request.h, main/pa_request.C,
23711: targets/cgi/parser3.C: z
23712:
23713: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23714: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23715: types/pa_vstring.h: limits -1
23716:
23717: * src/: include/pa_globals.h, include/pa_request.h,
23718: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23719: main/pa_request.C, targets/cgi/parser3.C,
23720: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23721: request_info -1
23722:
23723: * src/: include/pa_globals.h, main/pa_globals.C,
23724: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23725: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23726: vform_fields_fill
23727:
23728: * src/targets/cgi/parser3.C: # if MSVC
23729:
23730: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23731: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23732:
23733: * src/targets/cgi/parser3.C: z
23734:
23735: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23736: include/pa_string.h, include/pa_types.h, main/compile.y,
23737: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23738: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23739: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23740: types/pa_vunknown.h: global handler, exceptions in parser3
23741:
23742: 2001-03-13 paf
23743:
23744: * src/: classes/form.C, main/compile.y, main/core.C,
23745: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23746: types/pa_vform.h, types/pa_vstateless_class.C,
23747: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23748: instead
23749:
23750: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23751: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23752: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23753: started cgi target
23754:
23755: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23756: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23757: before error show with parser
23758:
23759: * src/: classes/_form.h, classes/form.C, include/core.h,
23760: include/pa_request.h, main/core.C, main/pa_request.C,
23761: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23762:
23763: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23764:
23765: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23766: parser3.C: renamed targets/ parser to cgi
23767:
23768: * src/: classes/double.C, classes/env.C, classes/int.C,
23769: classes/root.C, classes/string.C, classes/table.C,
23770: include/pa_request.h, types/pa_vhash.h: z
23771:
23772: * src/: classes/_env.h, classes/env.C, classes/root.C,
23773: include/core.h, include/pa_pool.h, include/pa_request.h,
23774: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23775: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23776: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23777: [historical moment :)]
23778:
23779: * src/: include/code.h, include/pa_string.h, main/compile.y,
23780: main/execute.C, main/pa_string.C: 'value is type' expr operator
23781:
23782: * src/types/pa_venv.h: $ENV 1
23783:
23784: * src/main/execute.C: z
23785:
23786: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23787: future methods of ENV constructor if
23788:
23789: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23790: class
23791:
23792: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23793: classes/_root.h, classes/_string.h, classes/_table.h,
23794: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23795: classes/string.C, classes/table.C, include/pa_request.h,
23796: main/compile.C, main/compile_tools.h, main/core.C,
23797: main/execute.C, main/main.dsp, main/pa_request.C,
23798: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23799: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23800: types/pa_vobject.h, types/pa_vstateless_class.C,
23801: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23802: types/pa_wcontext.h: $ENV: re 0, stateless classes
23803:
23804: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23805: classes/_root.h, classes/_string.h, classes/_table.h,
23806: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23807: classes/string.C, classes/table.C, include/pa_request.h,
23808: main/compile.C, main/compile_tools.h, main/core.C,
23809: main/execute.C, main/main.dsp, main/pa_request.C,
23810: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23811: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23812: types/pa_vobject.h, types/pa_vstateless_class.C,
23813: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23814: types/pa_wcontext.h: $ENV: re 0, stateless classes
23815:
23816: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23817: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23818: yesterdays bad decision on execute_static_method
23819:
23820: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23821:
23822: * src/: classes/double.C, classes/int.C, classes/root.C,
23823: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23824:
23825: * src/main/pa_request.C: z
23826:
23827: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23828: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23829:
23830: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23831: include/pa_pool.h, main/pa_request.C:
23832: restructure_exceptions_dead_end
23833:
23834: * src/: classes/root.C, main/compile.y: ^if required junctions.
23835: allowed ; inside {} to break params
23836:
23837: * src/classes/root.C: ^eval
23838:
23839: * src/: classes/_string.h, classes/double.C, classes/int.C,
23840: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23841: string ^format
23842:
23843: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23844: 'bad' but not 'enough'
23845:
23846: * src/: classes/double.C, classes/root.C, classes/table.C,
23847: include/pa_common.h, include/pa_types.h, main/compile.y,
23848: main/pa_common.C, main/pa_request.C, main/untaint.C,
23849: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23850: types/pa_wwrapper.h: think constructing flag as is is bad
23851:
23852: * src/: classes/double.C, classes/int.C, classes/root.C,
23853: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23854: types/pa_vint.h: ^for
23855:
23856: 2001-03-12 paf
23857:
23858: * src/classes/table.C: table ^empty
23859:
23860: * src/: classes/table.C, include/pa_table.h: table ^menu
23861:
23862: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23863: ^offset ^line ^count
23864:
23865: * src/classes/root.C: ^round() ^floor() ^ceiling()
23866: ^abs() ^sign()
23867:
23868: * src/classes/: root.C, table.C: ^use
23869:
23870: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23871: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23872: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23873: ^while. switched off wcontext.constructing after write(value) or
23874: auto-vhash-constructing
23875:
23876: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23877: main/pa_request.C: fail_if_junction_ helper func
23878:
23879: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23880: include/pa_request.h, main/execute.C, main/main.dsp,
23881: main/pa_common.C, main/pa_request.C: ^process error point by
23882: actual method_name, not source. ^load
23883:
23884: * src/types/pa_vtable.h: table: no, better with string in cells...
23885:
23886: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23887: classes/_table.h, classes/table.C, main/untaint.C: z
23888:
23889: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23890: include/pa_table.h, main/core.C, main/execute.C,
23891: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23892: types/pa_value.h: table:set 0
23893:
23894: * src/: classes/root.C, include/core.h, include/pa_array.h,
23895: include/pa_request.h, include/pa_table.h, main/core.C,
23896: main/main.dsp, main/pa_request.C, main/pa_table.C,
23897: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23898: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23899: types/pa_vstring.h: freeze, ^table:create[] -1
23900:
23901: * src/: classes/root.C, types/pa_value.h: z
23902:
23903: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23904: get_method in couple places optimizing them
23905:
23906: * src/classes/root.C: z
23907:
23908: * src/: classes/root.C, types/pa_vclass.h: process temp main
23909: zeroing
23910:
23911: * src/: classes/double.C, classes/int.C, classes/root.C,
23912: classes/string.C, include/pa_common.h, include/pa_request.h,
23913: include/pa_string.h, include/pa_types.h, main/compile.C,
23914: main/compile.y, main/compile_tools.h, main/execute.C,
23915: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23916: types/pa_vmframe.h: ^process. actual names to store param and
23917: check_actual_numbered_params for better place diagnostics
23918:
23919: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23920: method-junctions bug fixed
23921:
23922: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23923: pa_vstateless_object.h, pa_vstring.h: stateless_object
23924:
23925: 2001-03-11 paf
23926:
23927: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23928: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23929: VDouble VInt base now VObject_base - without fields
23930:
23931: * src/: classes/root.C, include/core.h, main/core.C: z
23932:
23933: * src/: classes/double.C, classes/int.C, classes/root.C,
23934: classes/string.C, include/core.h, include/pa_hash.h,
23935: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23936: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23937:
23938: * src/: classes/double.C, classes/int.C, classes/root.C,
23939: include/pa_request.h, main/execute.C: intercept_string
23940:
23941: * src/: classes/double.C, classes/int.C, classes/root.C,
23942: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23943:
23944: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23945: ^inc-s(expr)
23946:
23947: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23948: classes/_root.h, classes/_string.h, classes/double.C,
23949: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23950: include/code.h, include/core.h, include/pa_array.h,
23951: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23952: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23953: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23954: include/pa_types.h, main/compile.C, main/compile.y,
23955: main/compile_tools.C, main/compile_tools.h, main/core.C,
23956: main/execute.C, main/pa_array.C, main/pa_common.C,
23957: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23958: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23959: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23960: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23961: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23962: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23963: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23964: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23965:
23966: * src/: main/pa_request.C, types/pa_vhash.h: z
23967:
23968: * src/: include/core.h, include/pa_request.h, main/core.C,
23969: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23970:
23971: * src/: include/pa_valiased.h, include/pa_value.h,
23972: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23973: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23974: include/pa_vjunction.h, include/pa_vmframe.h,
23975: include/pa_vobject.h, include/pa_vstring.h,
23976: include/pa_vunknown.h, include/pa_wcontext.h,
23977: include/pa_wwrapper.h, main/compile.y, main/core.C,
23978: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23979: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23980: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23981: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23982: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23983: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23984: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23985: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23986: include/
23987:
23988: 2001-03-10 paf
23989:
23990: * src/: include/core.h, include/pa_request.h, main/core.C,
23991: main/pa_request.C: run+auto=run
23992:
23993: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23994:
23995: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23996: classes/_root.h, classes/_string.h, classes/double.C,
23997: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23998: include/code.h, include/core.h, include/pa_array.h,
23999: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24000: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24001: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24002: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24003: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24004: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24005: include/pa_vjunction.h, include/pa_vmframe.h,
24006: include/pa_vobject.h, include/pa_vstring.h,
24007: include/pa_vunknown.h, include/pa_wcontext.h,
24008: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24009: main/compile_tools.C, main/compile_tools.h, main/core.C,
24010: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24011: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24012: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24013: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24014: main/pa_wcontext.C: sources header
24015:
24016: * src/main/pa_request.C: auto..
24017:
24018: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24019: main/pa_request.C: auto tree0
24020:
24021: * src/: include/core.h, include/pa_request.h, main/compile.y,
24022: main/core.C, main/pa_request.C: names to core.C
24023:
24024: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24025: include/pa_request.h, main/core.C, main/execute.C,
24026: main/pa_common.C, main/pa_request.C: root auto.p loaded
24027:
24028: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24029: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24030: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24031: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24032:
24033: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24034: @auto[] realised. auto.p scan togo
24035:
24036: * src/: include/pa_request.h, main/execute.C: autocalc
24037: code-junctions result now have names
24038:
24039: * src/: classes/double.C, classes/int.C, classes/root.C,
24040: classes/string.C, include/pa_request.h, include/pa_string.h,
24041: include/pa_wcontext.h, main/compile.y, main/execute.C,
24042: main/pa_string.C, main/pa_wcontext.C: tainting 0
24043:
24044: * src/classes/env.C: env:file/line
24045:
24046: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24047: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24048: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24049: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24050: main/compile_tools.C, main/compile_tools.h, main/core.C,
24051: main/execute.C, main/main.dsp, main/pa_cframe.C,
24052: main/pa_request.C, main/pa_wcontext.C: const fight finished
24053:
24054: * src/include/pa_vclass.h: const fight to go
24055:
24056: * src/: classes/_env.h, classes/env.C, classes/root.C,
24057: include/pa_request.h, include/pa_vclass.h, main/core.C,
24058: main/main.dsp: env0
24059:
24060: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24061: classes/_string.h, classes/double.C, classes/int.C,
24062: classes/root.C, classes/string.C, include/pa_request.h,
24063: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24064: include/pa_wcontext.h, main/core.C, main/main.dsp,
24065: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24066: main/pa_wcontext.C: ^lang prepare0
24067:
24068: 2001-03-09 paf
24069:
24070: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24071: construct proper naming
24072:
24073: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24074: classes/double.C, classes/int.C, classes/root.C,
24075: classes/string.C, include/code.h, include/pa_value.h,
24076: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24077: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24078: main/compile.y, main/compile_tools.C, main/core.C,
24079: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24080: and ^double[]. fixed expr type
24081:
24082: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24083: ^string.length[]
24084:
24085: 2001-03-08 paf
24086:
24087: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24088:
24089: * src/: include/pa_vclass.h, include/pa_vstring.h,
24090: include/pa_wcontext.h, main/compile.y, main/core.C,
24091: main/execute.C, main/main.dsp: dead end: vstring can't be
24092: derivated from vobject
24093:
24094: * src/: include/pa_vclass.h, include/pa_vhash.h,
24095: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24096:
24097: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24098: remained clone conseqs
24099:
24100: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24101:
24102: * src/main/pa_vclass.C: wow! vclass were out of vcs
24103:
24104: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24105: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24106: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24107: include/pa_vobject.h, include/pa_vstring.h,
24108: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24109: main/execute.C: withoud cloning. didn't need it actually, params
24110: got passed from out unnamed ewpool
24111:
24112: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24113: include/pa_vjunction.h, include/pa_vobject.h,
24114: include/pa_vunknown.h, main/compile.y: cloning dead end
24115:
24116: * src/: include/pa_bool.h, include/pa_double.h,
24117: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24118: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24119: include/pa_vjunction.h, include/pa_vmframe.h,
24120: include/pa_vobject.h, include/pa_vstring.h,
24121: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24122: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24123: to give params proper names
24124:
24125: * src/main/pa_wcontext.C: z
24126:
24127: * src/: include/pa_vmframe.h, main/execute.C: added names to
24128: unknown values in get_element and unfilled params. removed wrong
24129: name change in get_element
24130:
24131: * src/main/execute.C: z
24132:
24133: * src/main/execute.C: fixed problems calling operators in
24134: constructors
24135:
24136: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24137: detected problems calling operators in constructors
24138:
24139: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24140: autocalc def to string
24141:
24142: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24143: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24144:
24145: * src/classes/root.C: added root.c
24146:
24147: * src/: include/pa_request.h, include/pa_value.h,
24148: include/pa_vcframe.h, include/pa_vmframe.h,
24149: include/pa_wcontext.h, main/compile.C, main/compile.y,
24150: main/core.C, main/execute.C, main/pa_cframe.C,
24151: main/pa_wcontext.C: 'if' just compiled
24152:
24153: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24154: include/pa_vjunction.h, include/pa_vmframe.h,
24155: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24156: main/pa_wcontext.C: z
24157:
24158: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24159: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24160: with parameter names in operator methods
24161:
24162: * src/main/compile.y: minor renamings in .y
24163:
24164: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24165: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24166: @BASE. changed 'RUN' assignment mech
24167:
24168: * src/main/execute.C: z
24169:
24170: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24171: main/compile_tools.h, main/execute.C: made class: dynamic, not
24172: static. so to enable runtime ^use
24173:
24174: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24175:
24176: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24177: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24178:
24179: * src/main/execute.C: root root in code-junction
24180:
24181: 2001-03-07 paf
24182:
24183: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24184: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24185:
24186: * src/: include/pa_stack.h, include/pa_value.h,
24187: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24188: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24189: fixed rwcontext of {} params up
24190:
24191: * src/main/: compile.y, compile_tools.h: ^func(params)
24192:
24193: * src/main/compile.y: .y priorities syntax shaped up a bit
24194:
24195: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24196: include/pa_vunknown.h, main/compile.y, main/execute.C,
24197: main/pa_hash.C: expr def in -f
24198:
24199: * src/main/: compile.y, execute.C: expr calls
24200:
24201: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24202: fixed
24203:
24204: * src/main/compile.y: expr quoted code
24205:
24206: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24207: support0
24208:
24209: * src/main/compile.y: expr string comparisons 0
24210:
24211: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24212: main/pa_string.C: just compiled lt&co
24213:
24214: * src/main/execute.C: ^var.menu{$field} problem detected. that
24215: $field not a $var.field
24216:
24217: 2001-03-06 paf
24218:
24219: * src/main/compile.y: .y expr visible-shorter
24220:
24221: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24222: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24223: logical
24224:
24225: * src/: include/pa_vstring.h, main/compile.y: problems with
24226: skipping whitespace in yylex
24227:
24228: * src/include/pa_vbool.h: forgot this
24229:
24230: * src/: include/code.h, main/compile.y, main/execute.C: without
24231: string ops in expressions 0
24232:
24233: * src/: include/pa_value.h, include/pa_vdouble.h,
24234: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24235: main/execute.C, main/main.dsp: !~
24236:
24237: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24238: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24239: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24240: include/pa_vunknown.h, include/pa_wcontext.h,
24241: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24242: main/compile_tools.h, main/execute.C: +-*/
24243:
24244: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24245: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24246:
24247: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24248: main/execute.C: expr grammar-1 2*2=4.000000 :)
24249:
24250: * src/main/compile.y: expr grammar-1
24251:
24252: * src/main/compile.y: expr lexx1
24253:
24254: * src/main/: compile.y, execute.C, main.dsp: z
24255:
24256: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24257: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24258: main/execute.C: expr lex0 exec-1
24259:
24260: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24261:
24262: 2001-02-26 paf
24263:
24264: * src/main/compile.y: max_string in yyerror bug fix
24265:
24266: 2001-02-25 paf
24267:
24268: * src/: include/pa_value.h, include/pa_vmframe.h,
24269: include/pa_wcontext.h, main/execute.C: VAliased3
24270:
24271: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24272:
24273: * src/main/execute.C: VAliased1
24274:
24275: * src/: include/pa_request.h, include/pa_value.h,
24276: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24277: VAliased0
24278:
24279: * src/: include/pa_pool.h, include/pa_request.h,
24280: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24281: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24282: VAliased just compiled
24283:
24284: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24285: include/pa_vobject.h, main/execute.C: alias dead end
24286:
24287: * src/: include/pa_value.h, include/pa_vclass.h,
24288: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24289: main/main.dsp: no not get fields into interm VFielded class.
24290: fields & staticfields 1
24291:
24292: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24293: include/pa_vobject.h, include/pa_wcontext.h,
24294: include/pa_wwrapper.h, main/core.C, main/execute.C,
24295: main/main.dsp: would now get fields into interm VFielded class
24296:
24297: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24298: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24299: include/pa_wcontext.h, main/compile.y, main/core.C,
24300: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24301: main/pa_wcontext.C: virtuals2
24302:
24303: * src/main/compile.y: : 1
24304:
24305: * src/main/compile.y: rethought to $class:static.field.subfield
24306:
24307: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24308: $class:element
24309:
24310: * src/: include/pa_value.h, include/pa_vmframe.h,
24311: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24312: main/pa_wcontext.C: before execute class calls rewrite
24313:
24314: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24315: name RUN, also alias
24316:
24317: * src/main/compile.y: escaping bug
24318:
24319: * src/: include/pa_request.h, include/pa_value.h,
24320: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24321: main/core.C, main/execute.C, main/pa_common.C: vobject1
24322:
24323: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24324: include/pa_vmframe.h, include/pa_vobject.h,
24325: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24326: main/compile_tools.h, main/execute.C: ^class:method() just
24327: compiled
24328:
24329: 2001-02-24 paf
24330:
24331: * src/main/main.dsp: no bison -d
24332:
24333: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24334: class' err msg wrong
24335:
24336: * src/main/compile.y: z
24337:
24338: * src/main/: compile.y, core.C: yylex need some @special lines adj
24339:
24340: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24341: main/compile.y, main/compile_tools.h, main/core.C: modules0
24342:
24343: * src/: include/pa_vclass.h, main/core.C: z
24344:
24345: * src/: include/pa_value.h, include/pa_vclass.h,
24346: include/pa_vobject.h, main/main.dsp: vobject00
24347:
24348: * src/main/pa_array.C: minor bug in expanding very small arrays.
24349: 60% from 1 were 0
24350:
24351: * src/: include/pa_value.h, include/pa_wcontext.h,
24352: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24353: as bad as you've named it: wcontext.value() was not a perfect
24354: idea
24355:
24356: * src/main/execute.C: codeframe1
24357:
24358: * src/: include/pa_value.h, include/pa_vcframe.h,
24359: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24360: include/pa_vjunction.h, include/pa_vmframe.h,
24361: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24362: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24363: just compiled
24364:
24365: * src/: include/pa_vframe.h, main/compile.y: found junction
24366: ideology @: ^x{$a()) must construct current wcontext element, so
24367: smart wcontext handling needed
24368:
24369: * src/main/compile.y: fixed grammar bugs in constructor/params
24370: klinch
24371:
24372: * src/main/: compile.y, execute.C: fixed empty constructor
24373: optimized empty case. failed on calls - produced empty string
24374: param
24375:
24376: * src/main/compile.y: fixed last \n macrotemplate strip bug
24377:
24378: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24379: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24380: main/compile_tools.C, main/compile_tools.h, main/core.C,
24381: main/execute.C: code junctions0. something wrong with last \n
24382: macrotemplate strip
24383:
24384: * src/: include/pa_value.h, main/compile.C, main/core.C,
24385: main/pa_value.C: minor error reporting format beautifyings
24386:
24387: * src/: include/pa_value.h, include/pa_vclass.h,
24388: include/pa_vframe.h, main/core.C, main/execute.C,
24389: main/pa_value.C: get_method RIP. junctions everywhere. call with
24390: junctions0
24391:
24392: 2001-02-23 paf
24393:
24394: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24395: pa_wwrapper.h: lara came, can't work, sorry :(
24396:
24397: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24398: junction
24399:
24400: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24401: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24402: main/execute.C, main/main.dsp, main/pa_value.C: call0
24403:
24404: * src/: include/pa_hash.h, include/pa_value.h,
24405: include/pa_wcontext.h, main/core.C, main/execute.C,
24406: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24407: done
24408:
24409: * src/include/pa_wcontext.h: z
24410:
24411: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24412: wrong grammar in complex constructor case
24413:
24414: * src/main/: compile.y, execute.C: empty constructor bug fixed
24415:
24416: * src/main/execute.C: with result rwpool
24417:
24418: * src/: include/pa_value.h, main/core.C, main/execute.C,
24419: main/main.dsp: value named
24420:
24421: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24422: strign 2 value in 2 places in execute
24423:
24424: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24425: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24426: wcontext.put_element when wcontext fvalue==0
24427:
24428: 2001-02-22 paf
24429:
24430: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24431: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24432: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24433:
24434: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24435: erroreos checkout
24436:
24437: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24438:
24439: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24440: main/compile_tools.h, main/pa_array.C: $self.get
24441:
24442: * src/main/: compile.C, compile.y, compile_tools.C: z
24443:
24444: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24445: bit. finished now.
24446:
24447: * src/main/compile.y: $: finished
24448:
24449: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24450:
24451: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24452: main/execute.C: OP_STRING better then some xxx _VALUE
24453:
24454: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24455: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24456: string to vstring it .y all
24457:
24458: * src/: include/pa_request.h, include/pa_stack.h,
24459: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24460: all
24461:
24462: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24463: precise parse error line:col
24464:
24465: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24466: main/pa_hash.C, main/pa_pool.C: TRY...
24467:
24468: * src/: include/pa_exception.h, include/pa_pool.h,
24469: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24470: main/compile.C, main/compile.y, main/compile_tools.C,
24471: main/core.C, main/pa_array.C, main/pa_exception.C,
24472: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24473: main/pa_table.C: removed exception from request
24474:
24475: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24476: some forgotten
24477:
24478: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24479: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24480: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24481: get/put simple vars to VClass works0
24482:
24483: * src/: include/pa_array.h, include/pa_wcontext.h,
24484: main/pa_string.C: in process, but found that exceptions are too
24485: global
24486:
24487: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24488: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24489: main/execute.C, main/pa_string.C: write_value write_string 0 it
24490: seems wcontext must write strings regardles of fvalue!=0
24491:
24492: 2001-02-21 paf
24493:
24494: * src/main/execute.C: tired :)
24495:
24496: * src/main/: compile.C, compile.y, execute.C: store0
24497:
24498: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24499: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24500: include/pa_wcontext.h, main/compile.C, main/compile.y,
24501: main/execute.C, main/main.dsp, main/pa_array.C,
24502: main/pa_request.C: get put -1 [just compiled]
24503:
24504: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24505: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24506: main/main.dsp, main/pa_request.C: request core methods0
24507:
24508: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24509: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24510: execute
24511:
24512: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24513: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24514: methods and one_big_piece. now compile returns array<method*>
24515:
24516: * src/main/compile.y: more straightforward yylex[end]
24517:
24518: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24519: string.operator==(char*)
24520:
24521: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24522: main/execute.C, main/pa_array.C: after array.const get wonders
24523:
24524: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24525: pa_string.h, pa_value.h: struck with const array.gets
24526:
24527: * src/main/: execute.C: z
24528:
24529: * src/main/: compile.y, execute.C: z
24530:
24531: * src/main/: compile.C, compile.y, compile_tools.h: error
24532: processing in eval & yyerror so it wouldn't cause memleaks.
24533:
24534: * src/main/: compile.C, compile.y: failed to add absolute precies
24535: parse error positions. leaving RIGHTMOST position as
24536: @file[line:col]
24537:
24538: * src/: include/compile.h, main/compile.C, main/compile.y,
24539: main/compile_tools.h: line numbers needed. would add them to .y
24540: now internally. externally it's not as precise as needed
24541:
24542: * src/: include/code.h, include/pa_types.h, main/compile.C,
24543: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24544: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24545: compiler works ok
24546:
24547: 2001-02-20 paf
24548:
24549: * src/main/: compile.C, compile.y, compile_tools.C,
24550: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24551: not perfect
24552:
24553: * src/: include/code.h, include/compile.h, include/execute.h,
24554: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24555: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24556: main/compile.C, main/compile.y, main/compile_tools.C,
24557: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24558: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24559: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24560: compiled. execute=dump for now
24561:
24562: * src/main/core.C: core rewrite using yacc investigations now will
24563: be compile[yacc]/execute[opcodes]
24564:
24565: 2001-02-15 paf
24566:
24567: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24568: rewrite as turing machine? for it seems it would be it's too many
24569: ifs with this syntax now
24570:
24571: 2001-02-14 paf
24572:
24573: * src/main/core.C: get_params 1
24574:
24575: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24576: :( ]
24577:
24578: * src/main/core.C: varios breaks
24579:
24580: * src/main/core.C: get names 3
24581:
24582: * src/main/core.C: get names 2
24583:
24584: * src/main/core.C: get names 1
24585:
24586: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24587: names 0
24588:
24589: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24590: text repassing2 operator static vars
24591:
24592: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24593: main/pa_string.C: process text repassing
24594:
24595: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24596: module:calls changes
24597:
24598: 2001-02-13 paf
24599:
24600: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24601: ^class:calls[] started
24602:
24603: * src/: include/pa_value.h, main/core.C: z
24604:
24605: * src/main/core.C: operators : and self. prefixes
24606:
24607: * src/main/core.C: z
24608:
24609: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24610: tested
24611:
24612: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24613: optimized
24614:
24615: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24616: would change privates to better support optimization
24617:
24618: * src/: include/pa_string.h, main/pa_string.C:
24619: String_iterator::skip_to todo:optimize
24620:
24621: 2001-02-12 paf
24622:
24623: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24624: String_iterator
24625:
24626: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24627: comments
24628:
24629: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24630: self/methodref joined
24631:
24632: 2001-02-11 paf
24633:
24634: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24635: main/main.dsp: core started. core.C, context&value .h
24636:
24637: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24638: include/pa_string.h, main/main.dsp, main/pa_array.C,
24639: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24640:
24641: 2001-01-30 paf
24642:
24643: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24644: comments
24645:
24646: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24647: main/pa_pool.C: moved pa_pool.C to be target specific
24648:
24649: * src/: include/pa_exception.h, include/pa_pool.h,
24650: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24651: to & changes
24652:
24653: * src/: include/pa_exception.h, include/pa_pool.h,
24654: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24655: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24656: re-associated. that's much better even removed 'die' necessety
24657:
24658: * src/: include/pa_error.h, include/pa_exception.h,
24659: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24660: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24661: targets/Makefile.am: lowered targets/parser into subdir, added
24662: parser_Pool(Pool) failed to add. would think..
24663:
24664: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24665: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24666: main/pa_string.C, main/pa_table.C: Table more like C++ style
24667: hence lots of 'const'
24668:
24669: * src/: include/pa_error.h, include/pa_request.h,
24670: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24671: main/pa_table.C: Error fixed
24672:
24673: 2001-01-29 paf
24674:
24675: * src/: include/pa_array.h, include/pa_common.h,
24676: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24677: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24678: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24679: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24680:
24681: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24682: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24683: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24684: main/pa_string.C, main/pa_table.C: Request Error Table
24685:
24686: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24687: templates"
24688:
24689: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24690: main/main.dsp, main/pa_array.C: templates failed no template
24691: specializations [VC6], no library auto instantation [VC6, GNU c++
24692: 2.95.2-6 from latest cygwin]
24693:
24694: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24695: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24696: main/main.dsp, main/pa_array.C, main/pa_string.C,
24697: main/pa_table.C: Table started would test template Array now
24698:
24699: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24700: String originating
24701:
24702: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24703: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24704: SYNCHRONIZED(thread_safe)
24705:
24706: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24707: parts to top
24708:
24709: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24710: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24711: see: needed only in global Hash now, made Hash:: put/get
24712: SYNCHRONIZED
24713:
24714: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24715: main/pa_threads.C: added pa_threads
24716:
24717: Mutex
24718:
24719: * src/include/pa_hash.h: some comments
24720:
24721: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24722: Array& operator += (Array& src)
24723:
24724: * src/main/pa_array.C: expand not convinient, would rewrite
24725:
24726: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24727: (Array& src)
24728:
24729: rethought, would change now
24730:
24731: 2001-01-27 paf
24732:
24733: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24734: caching
24735:
24736: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24737: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24738: cache rethought to chunk caching
24739:
24740: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24741: include/pa_string.h, main/main.dsp, main/pa_array.C,
24742: main/pa_hash.C, main/pa_string.C: Array 0
24743:
24744: * src/main/pa_string.C: String::operator ==
24745:
24746: * src/main/pa_hash.C: String(&String)
24747:
24748: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24749:
24750: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24751: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24752: pa_hash[forgotten]
24753:
24754: 2001-01-26 paf
24755:
24756: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24757: removed templates [vc++ suxx]
24758:
24759: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24760: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24761:
24762: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24763:
1.119 moko 24764: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24765:
1.119 moko 24766: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24767: check
24768:
24769: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24770: dynamic row_count
24771:
24772: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24773: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24774: targets/Makefile.am: Initial revision
24775:
24776: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24777: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24778: targets/Makefile.am: creating parser3 module
24779:
E-mail: