Annotation of parser3/ChangeLog, revision 1.175
1.175 ! moko 1: 2022-01-26 moko
! 2:
! 3: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
! 4:
1.174 moko 5: 2021-12-28 moko
6:
7: * tests/: 417.html, results/417.processed: test for empty string
8: match added (related to bug #1224)
9:
10: * src/main/pa_string.C: empty string match now works (fixes bug
11: #1224)
12:
1.173 moko 13: 2021-12-24 moko
14:
15: * tests/: 415_dir/29.p, results/415.processed: yet another test
16:
17: 2021-12-23 moko
18:
19: * src/: classes/table.C, main/pa_request.C: warnings war
20:
21: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
22: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
23:
24: 2021-12-21 moko
25:
26: * tests/: 416.html, results/416.processed: test for ^break[] in
27: ^hash/table.select[] (related to feature #1222)
28:
29: * src/classes/: hash.C, table.C: ^break[] support for
30: ^hash/table.select[] (implements feature #1222)
31:
1.172 moko 32: 2021-11-30 moko
33:
34: * src/targets/cgi/parser3.C: default sock_ready interval changed to
35: 0.5 sec
36:
1.171 moko 37: 2021-11-10 moko
38:
39: * tests/results/415.processed: more syntax errors tests added
40:
41: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
42: 28.p: minor syntax error tests
43:
44: * src/main/pa_exception.C: pa_strdup added for compatibility
45:
46: * src/classes/curl.C: hint to call ^curl:options[
47: $.library[correct.libcurl.so.name] ] added if default load fails.
48:
49: 2021-11-09 moko
50:
51: * src/main/compile.y: error message can be on stack
52:
53: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
54:
55: * src/main/pa_charset.C: memcpy is more correct and efficient in
56: this case then strncpy
57:
58: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
59: instead of strcpy where possible
60:
61: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
62: used to avoid MAX_STRING limit in Exception comment
63:
64: * tests/results/415.processed: compiler exceptions are no longer
65: limited to MAX_STRING
66:
67: * src/main/: compile.y, compile_tools.h: Parse_control uses const
68: char * instead of fixed buffer
69:
70: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
71: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
72: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
73: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
74: results/415.processed: tests for parser.compile exceptions added
75:
76: 2021-11-08 moko
77:
78: * src/: classes/math.C, include/pa_common.h, main/compile.y,
79: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
80: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
81: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
82: drawbacks
83:
1.170 moko 84: 2021-11-06 moko
85:
86: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
87: (implements feature #1219)
88:
89: * tests/: 414.html, results/414.processed: test for
90: ^hash.rename[from;to] added (related to feature #1144)
91:
92: 2021-11-05 moko
93:
94: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
95: (related to feature #1144)
96:
97: 2021-11-04 moko
98:
99: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
100: added (implements feature #1144)
101:
1.169 moko 102: 2021-10-19 moko
103:
104: * tests/: 413.html, results/413.processed: test for hash no longer
105: is accepted as file parameter (related to bug #1218)
106:
107: * src/: classes/curl.C, classes/file.C, classes/image.C,
108: classes/math.C, classes/xdoc.C, types/pa_value.C,
109: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
110: longer is accepted as file parameter (fixes bug #1218)
111:
1.168 moko 112: 2021-07-19 moko
113:
114: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
115: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
116:
1.167 moko 117: 2021-04-16 moko
118:
119: * src/types/pa_vmail.C: message can be null when e-mail is broken,
120: processing it leads to assertions.
121:
1.166 moko 122: 2021-03-25 moko
123:
124: * tests/: 412.html, results/412.processed: test to demonstrate bug
125: #1213
126:
1.165 moko 127: 2021-02-12 moko
128:
129: * tests/: 360.html, results/360.processed, results/363.processed:
130: parser method call in expression mode no longer differs from call
131: in string mode (related to feature #1211)
132:
133: 2021-02-11 moko
134:
135: * src/types/pa_vmail.C: mail parsing with Windows line endings
136: fixed (bug #1212)
137:
138: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
139: when called $v[^test[]] vs $v(^test[]), numbers are converted to
140: strings in both calls (implements feature #1211)
141:
1.164 moko 142: 2021-01-28 moko
143:
144: * buildall, etc/auto.p.in: to remove last patch in debian package
145:
146: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
147: 3.4.7b
148:
1.162 moko 149: 2021-01-21 moko
150:
151: * src/main/pa_http.C: no alarm() in file::load when web server mode
152: is MULTITHREADED
153:
1.157 moko 154: 2021-01-20 moko
155:
1.161 moko 156: * src/targets/apache/mod_parser3.c: it is more correct to recommend
157: 'a2enmod mpm_prefork'
158:
1.160 moko 159: * src/targets/apache/mod_parser3.c: prefork name is now
160: 'libapache2-mpm-itk'
161:
162: * src/targets/apache/mod_parser3_core.C: last regular malloc
163: removed
164:
1.159 moko 165: * src/targets/isapi/Makefile.am: -pa_threads.C
166:
1.158 moko 167: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
168: 3.4.6
169:
1.157 moko 170: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
171:
172: * etc/auto.p.in: @config[result] added to simplify $cfg change in
173: /httpd.p
174:
175: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
176: ^use[/httpd.p] + optional ^preprocess[] (related to feature
177: #1203)
178:
179: 2021-01-19 moko
180:
181: * buildall: --disable-parallel-mark added to avoid "number of
182: processors" threads creation for heap marking as it conflicts
183: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
184: limits threads)
185:
1.156 moko 186: 2021-01-16 moko
187:
188: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
189: main/pa_globals.C, main/pa_memory.C,
190: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
191: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
192: feature #1209)
193:
194: 2021-01-15 moko
195:
196: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
197: 3.4.6rc
198:
199: * src/classes/json.C: get_delim added for delimiter caching (10%
200: faster on large json)
201:
202: 2021-01-14 moko
203:
204: * operators.txt: updated with 3.4.6 changes
205:
206: * tests/results/224.processed: test result modified after
207: today(shift) implemented
208:
209: * tests/: 407.html, results/407.processed: test for ^hash.select
210: option $.default(bool) added (related to feature #1172)
211:
212: * src/classes/hash.C: ^hash.select option $.default(bool) added
213: (related to feature #1172)
214:
215: * tests/: 141.html, results/141.processed: test modified for
216: feature #1185.
217:
218: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
219: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
220: options $.lower(bool) (implements feature #1185)
221:
222: 2021-01-11 moko
223:
224: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
225: #1192)
226:
227: * tests/: 411.html, results/411.processed: test for ^date::today(N)
228: added (related to feature #1192)
229:
1.155 moko 230: 2021-01-05 moko
231:
232: * tests/: 270.html, results/270.processed: test modified to work
233: under Windows
234:
235: * tests/: 390.html, 395.html, results/395.processed: tests updated
236: 4 windows
237:
238: * tests/: 410.html, results/410.processed: test for
239: $CLASS-GETTER-PROTECTED(false) added
240:
241: 2021-01-04 moko
242:
243: * tests/: 409.html, results/409.processed, results/auto.p: test for
244: $MAIN:LOCALS(true) added
245:
1.154 moko 246: 2021-01-03 moko
247:
248: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
249: types/pa_vclass.h, types/pa_vstateless_class.C,
250: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
251: +LOCALS. $main -> $MAIN in exception texts (implements feature
252: #1207)
253:
254: 2021-01-02 moko
255:
256: * etc/auto.p.in: minor
257:
258: * src/main/pa_request.C: sending headers only after opening file to
259: allow error reporting if file was not opened (foreign group,
260: etc).
261:
262: 2020-12-31 moko
263:
264: * src/: include/pa_request.h, main/pa_request.C,
265: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
266:
267: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
268: main/pa_request.C: get_class_ref added and used
269:
270: * etc/auto.p.in: @CLASS httpd added
271:
272: * etc/auto.p.in: @auto[] is now first
273:
274: 2020-12-30 moko
275:
276: * tests/: 408.html, results/408.processed: test for bug #1166
277: (windows only) added
278:
279: * src/main/pa_common.C: create_dir_for_file should not create dir
280: for trailing / (fixes bug #1166)
281:
282: * tests/: 341.html, results/341.processed: tests for
283: ^nameless_table.hash[] added (related to feature #1138)
284:
285: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
286: (implements feature #1138), extra fields in named tables no
287: longer ignored (implements feature #1138)
288:
289: * tests/results/390.processed: updated after exception text change
290:
291: 2020-12-29 moko
292:
293: * tests/: 407.html, results/407.processed: +$._default check
294:
295: * src/classes/hash.C: keep $_default in ^hash.reverse[]
296:
297: * tests/: 407.html, results/407.processed: test for ^hash.select[]
298: and ^hash.reverse[] added (releated to feature #1172)
299:
300: * src/classes/hash.C:
301: ^hash.select[key;value](bool-condition)[options hash] +
302: ^hash.reverse[] added (implements feature #1172)
303:
304: * src/types/pa_vtable.h: warning war
305:
306: * src/include/pa_config_fixed.h: win32 fix
307:
1.153 moko 308: 2020-12-27 moko
309:
310: * tests/: 406.html, results/406.processed: test results updated
311:
312: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
313: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
314: spelling
315:
316: 2020-12-26 moko
317:
318: * tests/: 406.html, results/406.processed: tests for
319: ^table.rename[] added (related to feature #1148)
320:
321: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
322: ^table.rename[column name from;column name to], ^table.rename[
323: $.[column name from][column name to] ... ] added (implements
324: feature #1148)
325:
326: 2020-12-25 moko
327:
328: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
329: request_info now on stack to avoid yet another THREAD_LOCAL
330: memory deallocation issue (now with cookies), explained in #1203
331:
332: * src/types/pa_vcookie.C: fields should be inited
333:
334: 2020-12-24 moko
335:
336: * src/include/pa_stylesheet_connection.h: looks like
337: xsltFreeStylesheet leads to memory double-free. If so, it's for
338: sure libxml bug, but we have GC anyway, so we just remove this
339: call and see...
340:
341: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
342: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
343: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
344: abort.c:65:8 frame #3: 0x00000000004da663
345: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
346: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
347: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
348: malloc.c:617:9 frame #5: 0x0000000000577f0c
349: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
350: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
351: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
352: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
353: frame #8: 0x000000000050d35c
354: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
355: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
356: frame #10: 0x00000000004436e5
357: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
358: [inlined]
359: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
360: pa_stylesheet_connection.h:62:3
361:
362: 2020-12-23 moko
363:
364: * src/classes/image.C: ^image::measure[; $.video() ] option added
365:
366: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
367: ^image::measure[; $.video(true) ] added
368:
369: * src/main/pa_exec.C: not cleared automatically in multithreaded
370: httpd mode for unknown reasons
371:
372: 2020-12-22 moko
373:
374: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
375: error_log uri of currently processed document", but never used
376: and conflicts with how libgc stops threads on FreeBSD (#define
377: SIG_SUSPEND SIGUSR1), thus removed.
378:
379: 2020-12-21 moko
380:
381: * src/main/pa_request.C: +comment
382:
1.151 moko 383: 2020-12-20 moko
384:
1.152 moko 385: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
386: it is more safe to have versions of pa_strdup with one and two
387: arguments, as helper_length=0 not always mean that strlen()
388: should be called, but means zero.
389:
390: * src/targets/isapi/parser3isapi.C: minor
391:
392: * src/main/pa_http.C: +valid_http_method
393:
1.151 moko 394: * src/: include/pa_http.h, main/pa_http.C,
395: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
396:
397: 2020-12-17 moko
398:
399: * tests/: 405.html, results/405.processed: test for split by regex
400: added (related to feature #1160)
401:
402: * src/classes/string.C: split by regex implemented (feature #1160)
403:
404: * src/classes/string.C: minor
405:
406: * tests/: 404.html, results/404.processed: test for whitespace
407: string is now OK for table argument (related to feature #1169)
408:
409: * src/: classes/image.C, classes/string.C, classes/table.C,
410: types/pa_vmethod_frame.C: whitespace string is now OK for table
411: argument (as with hash) (implements feature #1169)
412:
413: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
414: limit for comment (fixes bug #1102)
415:
416: * src/targets/cgi/parser3.C: +HAVE_TLS check
417:
418: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
419:
420: * src/include/pa_config_includes.h: HAVE_TLS used
421:
422: * configure.ac: +TLS check
423:
424: * src/main/pa_http.C: content logging added
425:
426: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
427: clear_response_headers added
428:
429: 2020-12-16 moko
430:
431: * buildall: as we now use threads, libatomic_ops still required for
432: some OS.
433:
434: * src/main/pa_request.C: whitespace
435:
436: * src/: include/pa_request.h, main/pa_request.C:
437: Request::Exception_trace::table extracted and used
438:
439: * src/main/pa_request.C: moving output_result call outside of try
440: as network exceptions should not be handled by parser code
441:
442: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
443: logging network exchange
444:
445: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
446: via network if it was network write error.
447:
448: * src/targets/cgi/parser3.C: log -> pa_log
449:
450: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
451:
452: * src/main/pa_threads.C: getpid() if no gettid() found
453:
454: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
455: we need to ignore "void" connections from browsers (browsers open
456: connections in advance and they will be empty if user does not
457: request more pages)
458:
459: 2020-12-15 moko
460:
461: * src/targets/cgi/parser3.C: avoid previous uri in logs
462:
463: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
464: RequestController not needed in httpd mode
465:
466: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
467: classes/classes.h, classes/curl.C, classes/date.C,
468: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
469: classes/hashfile.C, classes/image.C, classes/inet.C,
470: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
471: classes/memcached.C, classes/memory.C, classes/op.C,
472: classes/reflection.C, classes/regex.C, classes/response.C,
473: classes/string.C, classes/table.C, classes/void.C,
474: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
475: include/pa_array.h, include/pa_base64.h,
476: include/pa_cache_managers.h, include/pa_charset.h,
477: include/pa_charsets.h, include/pa_common.h,
478: include/pa_config_fixed.h, include/pa_config_includes.h,
479: include/pa_dictionary.h, include/pa_dir.h,
480: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
481: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
482: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
483: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
484: include/pa_request_charsets.h, include/pa_request_info.h,
485: include/pa_sapi.h, include/pa_socks.h,
486: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
487: include/pa_stack.h, include/pa_string.h,
488: include/pa_stylesheet_connection.h,
489: include/pa_stylesheet_manager.h, include/pa_symbols.h,
490: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
491: include/pa_uue.h, include/pa_xml_exception.h,
492: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
493: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
494: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
495: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
496: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
497: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
498: main/compile.tab.C, main/compile.y, main/compile_tools.C,
499: main/compile_tools.h, main/execute.C, main/pa_base64.C,
500: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
501: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
502: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
503: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
504: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
505: main/pa_sql_driver_manager.C, main/pa_string.C,
506: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
507: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
508: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
509: main/untaint.C, sql/pa_sql_driver.h,
510: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
511: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
512: targets/isapi/parser3isapi.C, types/pa_junction.h,
513: types/pa_method.h, types/pa_property.h, types/pa_value.C,
514: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
515: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
516: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
517: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
518: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
519: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
520: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
521: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
522: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
523: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
524: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
525: types/pa_vmemory.h, types/pa_vmethod_frame.C,
526: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
527: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
528: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
529: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
530: types/pa_vstateless_object.h, types/pa_vstatus.C,
531: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
532: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
533: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
534: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
535: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
536:
537: * src/main/pa_request.C: old compilers support
538:
539: * tests/: 362.html, results/362.processed: test updated after
540: changes after upgrade to libxml2-2.9.9 were made (related to bug
541: #1108)
542:
543: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
544: removed, as xsltFreeStylesheet has side effects on original doc.
545: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
546: not updated after xdoc modification (part 3 of test 362).
547: (related to bug #1108)
548:
549: * src/targets/isapi/parser3isapi.C: +pa_strcat
550:
551: * src/: classes/memory.C, include/pa_memory.h,
552: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
553: PA_GC_GCOLLECT used
554:
555: * src/include/pa_memory.h: +PA_GC_COLLECT
556:
557: * src/targets/cgi/parser3.C: msvs support fixes
558:
559: * src/lib/gc/include/gc.h: more cleanup
560:
561: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
562:
563: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
564: targets/cgi/parser3.C: $main:HTTPD.mode implemented
565:
566: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
567:
568: * configure.ac: pthread.h added to checked headers
569:
570: * src/classes/table.C: string stream is back :)
571:
572: * src/classes/memory.C: GC_generate_random_backtrace no longer
573: exists
574:
575: * src/main/pa_globals.C: GC_dont_gc replaced
576:
577: * src/lib/gc/include/gc.h: major cleanup, only used functions are
578: left to simplify adding new functions. depricated GC_dont_gc
579: replaced with GC_disable and GC_enable calls.
580:
581: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
582: CORD_from_file* not used and thus removed
583:
584: * src/lib/gc/include/gc_allocator.h: minor cleanup
585:
586: 2020-12-14 moko
587:
588: * src/classes/: curl.C, memory.C, table.C: every TLS should be
589: referenced elsewhere, or GC will collect it.
590:
591: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
592: main/pa_xml_io.C: bugfix: TLS variables should be referenced
593: elsewhere, or GC will collect them (and we'll get GPF in
594: multithreaded enviroment). May be it can be also fixed by some
595: GC call, not sure. But this fix costs nothing (but hours of
596: debugging to find the issue :).
597:
1.150 moko 598: 2020-12-11 moko
599:
600: * configure.ac: gettid() check added
601:
602: * src/main/pa_threads.C: HAVE_GETTID used
603:
604: * src/include/pa_config_auto.h.in: +HAVE_GETTID
605:
606: * src/: include/pa_threads.h, main/pa_threads.C: now unified
607: version for isapi/cgi/apache
608:
609: * buildall: threads are now required.
610:
611: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
612: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
613: main/main.vcproj: pa_threads.C moved to main
614:
615: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
616: isapi/pa_threads.C: pa_threads.C moved to main
617:
618: * src/: main/Makefile.am, targets/cgi/Makefile.am,
619: targets/apache/Makefile.am: pa_threads.C moved to main
620:
621: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
622:
623: * src/: include/pa_stylesheet_connection.h,
624: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
625: and weird GPF in multithreaded httpd is gone
626:
627: * src/include/: pa_stylesheet_connection.h,
628: pa_sql_driver_manager.h: whitespace
629:
630: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
631:
632: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
633: main/pa_stylesheet_manager.C: whitespace, warning war
634:
635: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
636: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
637: parser_multithreaded never used
638:
639: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
640:
641: 2020-12-10 moko
642:
643: * src/: include/pa_config_includes.h, include/pa_http.h,
644: main/pa_http.C, targets/cgi/parser3.C: initial support for
645: MULTITHREADED and PARALLEL httpd server modes
646:
647: * src/main/pa_globals.C: GC_java_finalization is depricated
648:
649: 2020-12-09 moko
650:
651: * etc/auto.p.in: + @httpd-main
652:
653: * src/: include/pa_common.h, main/pa_request.C,
654: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
655: work
656:
657: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
658: slow file_read_binary no longer used, send_range added
659:
660: 2020-12-08 moko
661:
662: * src/main/pa_request.C: >4Gb support
663:
664: * src/targets/cgi/parser3.C: msvc warning war
665:
666: * src/: include/pa_config_includes.h, main/pa_http.C,
667: main/pa_request.C: msvc warnings war
668:
669: * src/classes/image.C: warning war
670:
671: * src/classes/table.C: MSVC warning war
672:
673: * src/targets/cgi/parser3.C: msvc warnings war
674:
675: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
676: added
677:
1.149 moko 678: 2020-12-07 moko
679:
1.150 moko 680: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
681: avoid logging beside system-wide auto.p
682:
683: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
684:
685: * configure, configure.ac, src/include/pa_config_auto.h.in:
686: configure options added:
687:
688: --with-system-cfg=FILE to specify system-wide auto.p
689: --with-system-log=FILE to specify system-wide parser3.log
690:
691: * Makefile.am: bin no longer exists
692:
693: * configure, configure.ac: auto.p moved to etc to simplify debian
694: package
695:
696: * buildall: auto.p and parser3.charsets moved to their default
697: location after install
698:
699: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
700:
701: * aclocal.m4, configure: automake 1.15 -> 1.16.1
702:
1.149 moko 703: * src/targets/cgi/parser3.C: locate_config call returned to
704: original place as it requires pa_thread_request() under Windows
705:
706: * src/targets/cgi/parser3.C: renaming
707:
708: 2020-12-06 moko
709:
710: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
711: check added
712:
713: 2020-12-04 moko
714:
715: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
716: main/pa_request.C: unified uint64_t lseek implemented to support
717: >4Gb files under x86, including Windows
718:
719: 2020-12-02 moko
720:
721: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
722: with max_file_size
723:
724: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
725: support for processing files sized >4Gb on 32 bit planforms
726:
727: * tests/399.html: file moved
728:
729: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
730:
731: * src/targets/cgi/pa_sapi_info.h: warning war
732:
733: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
734: warning war
735:
736: 2020-12-01 moko
737:
738: * src/classes/image.C: mp4 extended size (>4Gb) support added
739:
740: * src/classes/image.C: for "size not found" exception to be shown
741: if size not found until eof
742:
743: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
744: bit linux)
745:
746: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
747: #1188)
748:
749: 2020-11-30 moko
750:
751: * src/classes/image.C: definitions moved closer to code
752:
753: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
754: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
755: 395_dir/3_VP8X.webp, results/395.processed,
756: results/396.processed: tests for ^image::measure[] .webp support
757: added, all image files moved into one directory (related to
758: feature #1188)
759:
760: * src/classes/image.C: ^image::measure[] now supports webp (feature
761: #1188)
762:
1.148 moko 763: 2020-11-29 moko
764:
765: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
766: processing, unnessesary defines removed
767:
768: 2020-11-24 moko
769:
770: * tests/results/: 099.processed, 100.processed, 205.processed,
771: 309.processed, 310.processed: Content-Disposition: inline
772: returned
773:
774: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
775: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
776: ] added (related to bug #1204)
777:
778: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
779: ] supported to avoid Content-Disposition: inline;
780: filename="<file>.ext" but still set Content-Type for ext (related
781: to bug #1204)
782:
1.147 moko 783: 2020-11-22 moko
784:
785: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
786: types/pa_vfile.C: pa_filename added to avoid useless rsplit
787:
788: * src/main/pa_request.C: content_disposition_inline returned.
789:
790: 2020-11-17 moko
791:
792: * src/main/pa_request.C: empty main method name support
793:
794: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
795: config_handler added, stdout flush added.
796:
797: 2020-11-16 moko
798:
799: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
800:
801: * tests/results/: 099.processed, 205.processed, 237.processed,
802: 309.processed, 310.processed: Content-Disposition: inline is not
803: required and should not contain filename="<name>"
804:
805: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
806: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
807: targets/isapi/parser3isapi.C: pa_strcat implemented and used
808:
1.146 moko 809: 2020-11-14 moko
810:
811: * src/targets/cgi/parser3.C: spelling
812:
813: * src/targets/cgi/parser3.C: renaming
814:
815: * src/targets/cgi/parser3.C: args_skip removed, locate_config
816: relocated
817:
818: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
819: before request processing, which is weired
820:
821: 2020-11-13 moko
822:
823: * src/main/pa_http.C: pa_recv added with timeout support, thus read
824: copied in httpd.
825:
826: 2020-11-12 moko
827:
828: * src/main/pa_http.C: ALARM code unified to be used in httpd
829:
830: * src/: include/pa_request.h, main/pa_request.C,
831: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
832:
833: * src/main/pa_http.C: URI validation added
834:
835: * src/targets/cgi/parser3.C: filespec_to_process now variable,
836: can't be empty but can be null. httpd-main is now main method
837: name for httpd mode
838:
839: 2020-11-11 moko
840:
841: * src/main/pa_request.C: path_translated can be null in httpd mode
842:
843: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
844: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
845: classes/xdoc.C, include/pa_request.h, main/execute.C,
846: main/pa_request.C: r.absolute -> r.full_disk_path
847:
848: * src/targets/cgi/parser3.C: if filename to process is not
849: specified, auto.p should be present.
850:
1.145 moko 851: 2020-11-03 moko
852:
853: * src/: classes/op.C, include/pa_request.h: unused argument removed
854:
855: * src/main/pa_request.C: content_disposition_inline is the default,
856: not required.
857:
1.144 moko 858: 2020-10-29 moko
859:
860: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
861: ^use[file; $.main(true) ] implemented for auto.p processing and
862: path_translated changing to correct relative files path
863: calculation in httpd mode
864:
865: * src/: include/pa_request.h, main/pa_request.C:
866: fail_on_read_problem removed, as it allways true, as if should
867: be.
868:
869: * src/: include/pa_request.h, main/pa_request.C,
870: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
871: targets/isapi/parser3isapi.C: clearing config_filespec when
872: config was not found, thus flag not required and removed.
873:
874: 2020-10-28 moko
875:
876: * tests/: 402.html, results/402.processed: error reporting test
877:
878: * src/main/execute.C: better error reporting when
879: $result[^hash::create[]] in @main.
880:
881: * src/main/: execute.C, pa_request.C: frame.result() should be used
882: + minor optimization
883:
884: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
885: main/pa_xml_io.C: execute_*_method simplified and unified
886:
887: 2020-10-27 moko
888:
889: * tests/: 306.html, results/306.processed: a bit more testing. :)
890:
891: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
892: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
893: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
894: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
895: types/pa_vmethod_frame.h, types/pa_vobject.C,
896: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
897: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
898: longer used in object-prototype mode
899:
900: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
901: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
902: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
903: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
904: $form:name[value] features
905:
1.143 moko 906: 2020-10-18 moko
907:
908: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
909:
910: 2020-10-15 moko
911:
912: * src/main/pa_http.C: url no longer needed as
913: ALTER_EXCEPTION_SOURCE is used
914:
915: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
916: main/pa_http.C: check_file_size filespec is now optional
917:
918: * src/: classes/curl.C, include/pa_exception.h,
919: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
920: ALTER_EXCEPTION_COMMENT added for better error reporting
921:
922: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
923: results/346-curl.processed, results/379-curl.processed,
924: results/379.processed: test results updated as load now provides
925: better error reporting + curl responses updated
926:
927: 2020-10-14 moko
928:
929: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
930: main/pa_string.C, targets/apache/mod_parser3_core.C,
931: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
932: checked. 10 is now default base, no hex autodetect by default
933:
934: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
935: connection socket closing in destructor + accept exception
936: handling
937:
938: * src/targets/cgi/parser3.C: warning war
939:
940: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
941: main/pa_request.C, targets/apache/mod_parser3_core.C,
942: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
943: exception handling unified
944:
945: 2020-10-13 moko
946:
947: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
948: autodetection
949:
950: * src/targets/apache/mod_parser3_core.C: reverted to atoi
951:
952: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
953:
954: * src/main/pa_http.C: warning war
955:
1.142 moko 956: 2020-10-12 moko
957:
1.143 moko 958: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
959: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
960: unhandled exception code optimization
961:
962: * src/targets/cgi/parser3.C: request_info now global variable
963:
964: * src/main/pa_http.C: http_read_response moved to HTTP_response
965: class
966:
967: * src/: include/pa_http.h, main/pa_http.C,
968: targets/cgi/pa_sapi_info.h: read_post implemented
969:
1.142 moko 970: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
971: [host:]port syntax support in httpd mode
972:
973: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
974: targets/cgi/parser3.C: populate_env added
975:
976: * src/include/pa_hash.h: to make get(char *) compiling in
977: HashStringString
978:
979: 2020-10-10 moko
980:
981: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
982: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
983:
984: * src/: include/pa_http.h, include/pa_request_info.h,
985: main/pa_http.C, main/pa_string.C,
986: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
987: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
988: types/pa_vrequest.C: initial httpd mode implementation
989:
1.141 moko 990: 2020-10-04 moko
991:
992: * src/targets/cgi/parser3.C: options together
993:
994: 2020-09-30 moko
995:
996: * src/main/pa_http.C: renamed
997:
1.140 moko 998: 2020-08-14 moko
999:
1000: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1001: src/targets/cgi/Makefile.am: no httpd as separate library
1002:
1003: 2020-08-13 moko
1004:
1005: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1006: unhandled exception handler to report 500 instead of 200 it was
1007: before.
1008:
1009: * src/targets/apache/mod_parser3_core.C: minor cleanup
1010:
1011: * src/: include/pa_sapi.h, main/untaint.C,
1012: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1013: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1014: thus replaced with SAPI::die and removed
1015:
1016: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1017: cgi/parser3.C: whitespace
1018:
1019: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1020:
1021: 2020-08-12 moko
1022:
1023: * src/targets/cgi/parser3.C: duplicate info in signal logging
1024: removed, whitespace was: SIGPIPE received while executing code.
1025: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1026: cl=0]
1027:
1028: * parser3.sln: + httpd.vcproj
1029:
1030: 2020-08-11 moko
1031:
1032: * src/targets/cgi/Makefile.am: +libhttpd
1033:
1034: * configure.ac, src/lib/Makefile.am: +libhttpd
1035:
1.139 moko 1036: 2020-07-13 moko
1037:
1038: * tests/: 401.html, results/401.processed: test for hash key does
1039: not keep language, but tainted in foreach.
1040:
1.138 moko 1041: 2020-07-01 moko
1042:
1043: * tests/: 235.html, results/235.processed: test result updated as
1044: messages before attachments implemented (feature #1176)
1045:
1.137 moko 1046: 2020-06-27 moko
1047:
1048: * tests/: 400.html, results/400.processed: test updated to check
1049: ^return{code}
1050:
1051: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1052: fixed
1053:
1054: 2020-06-26 moko
1055:
1056: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1057: added (related to https://www.parser.ru/forum/?id=85319)
1058:
1059: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1060: when $result assignment was last statement in the method
1061: (https://www.parser.ru/forum/?id=85319)
1062:
1.136 moko 1063: 2020-05-23 moko
1064:
1065: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1066: whitespace, unused level removed
1067:
1068: 2020-05-19 moko
1069:
1070: * src/types/pa_vmail.C: whitespace
1071:
1072: * src/types/pa_vmail.C: files should be processed last (related to
1073: feature #1176)
1074:
1.135 moko 1075: 2020-05-12 moko
1076:
1077: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1078: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1079:
1080: * configure.ac: FreeBSD1X.X check added to avoid
1081: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1082:
1.134 moko 1083: 2020-02-26 moko
1084:
1085: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1086: compilation issue (related to bug #1201)
1087:
1088: * src/main/pa_common.C: entry_readable -> entry_exists,
1089: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1090: -f and -d now works under Windows in UTF-8 with Russian
1091: filenames.
1092:
1093: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1094: advice (related to feature #1199)
1095:
1096: 2020-02-25 moko
1097:
1098: * buildall: --silent removed
1099:
1100: * configure.ac: gmime-3.0 support
1101:
1102: * buildall: --with-system-mailreceive option added to build with
1103: system libgmime
1104:
1105: * src/types/pa_vmail.C: avoiding
1106: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1107: to feature #1199)
1108:
1.133 moko 1109: 2020-02-18 moko
1110:
1111: * src/classes/op.C: windows x64 debug mode compile fix
1112:
1113: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1114: change (releated to feature #1200)
1115:
1116: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1117: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1118: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1119: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1120: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1121: targets/apache/ApacheModuleParser3.vcproj,
1122: targets/apache/ApacheModuleParser3Core.vcproj,
1123: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1124: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1125: dependency (related to feature #1200)
1126:
1.132 moko 1127: 2020-02-12 moko
1128:
1129: * src/types/pa_vmail.C: minimize diff
1130:
1131: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1132: #1199)
1133:
1.131 moko 1134: 2020-01-18 moko
1135:
1136: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1137:
1.130 moko 1138: 2019-12-28 moko
1139:
1140: * src/targets/cgi/parser3.C: avoid empty ?
1141:
1142: 2019-12-27 moko
1143:
1144: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1145: DOCUMENT_ROOT (related to feature #1164)
1146:
1147: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1148: fcgiwrap setup (implements feature #1164)
1149:
1150: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1151: but no issues found (related to feature #1164)
1152:
1153: * src/targets/cgi/parser3.C: actualized
1154:
1155: 2019-12-26 moko
1156:
1157: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1158: removed
1159:
1160: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1161: removed
1162:
1163: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1164: allocation errors, we don't want default gc warnings (without
1165: timestamp and URI).
1166:
1167: * src/: classes/memory.C, main/pa_globals.C,
1168: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1169: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1170: pa_globals_init
1171:
1172: * src/main/pa_globals.C: setup_hex_value() removed, static array
1173: initialization used (optimization)
1174:
1175: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1176: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1177: pa_socks_init/pa_socks_done moved inside pa_globals_init
1178: (optimization)
1179:
1.129 moko 1180: 2019-12-09 moko
1181:
1182: * src/include/pa_config_fixed.h: warning war
1183:
1.128 moko 1184: 2019-12-08 moko
1185:
1186: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1187: process grammar under Unix.
1188:
1189: 2019-12-07 moko
1190:
1191: * tests/389.html: For Windows XP. :)
1192:
1193: * tests/388-sql.html: Windows compatibility added
1194:
1195: 2019-12-06 moko
1196:
1197: * src/targets/cgi/parser3.C: warning war
1198:
1199: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1200: == sizeof(CORD)) to avoid aligning bugs in future
1201:
1202: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1203: XML_STATIC
1204:
1205: * src/include/pa_request.h: StackItem() not required
1206:
1207: * src/include/pa_stack.h: warning war
1208:
1209: * src/include/pa_config_includes.h: GCC warning silenced
1210:
1211: * src/include/pa_memory.h: warning war: the program should also
1212: define 'void operator delete [](void*, std::size_t)'
1213: [-Wsized-deallocation]
1214:
1215: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1216:
1217: * src/classes/string.C: not reqired cast removed
1218:
1219: * src/classes/string.C: not reqired cast removed
1220:
1221: 2019-12-05 moko
1222:
1223: * src/lib/sdbm/pa_file_io.C: warning war
1224:
1225: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1226: enum Language : size_t - required for VS2015+ to make
1227: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1228: without it (related to feature #1198)
1229:
1230: 2019-12-04 moko
1231:
1232: * src/main/pa_base64.C: unsigned char -> uchar
1233:
1234: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1235: as other libs
1236:
1237: * src/include/pa_version.h: +amd64
1238:
1239: 2019-12-03 moko
1240:
1241: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1242: release
1243:
1244: * src/include/pa_config_includes.h: warning war
1245:
1246: * src/classes/image.C: warning war
1247:
1248: * src/main/pa_globals.C: x64 libs support
1249:
1250: * src/include/pa_config_includes.h: warning war
1251:
1252: * src/types/pa_method.h: warning war
1253:
1.127 moko 1254: 2019-11-28 moko
1255:
1256: * src/classes/math.C: vs2003 compatibility + warning war
1257:
1258: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1259: libxml2-2.9.9 (related to feature #1136)
1260:
1261: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1262: typecast for more compatibility (related to feature #1136)
1263:
1264: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1265: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1266: feature #1136)
1267:
1268: 2019-11-26 moko
1269:
1270: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1271: removed (it was failing in $$var case), condition added
1272:
1.126 moko 1273: 2019-11-25 moko
1274:
1275: * tests/: 397.html, 399.html, results/141.processed,
1276: results/399.processed: base64 options tested
1277:
1278: * src/: classes/math.C, main/pa_http.C: base64 options used
1279:
1280: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1281: implemented (feature #986)
1282:
1283: * src/main/pa_cache_managers.C: whitespace
1284:
1285: * tests/: 397.html, 399.html, results/399.processed: tests for
1286: ^base64 encode options added (related to feature #986)
1287:
1288: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1289: pa_base64_encode(file) removed - more memory, but faster and less
1290: code (related fo feature #986)
1291:
1292: 2019-11-24 moko
1293:
1294: * tests/: 155.html, results/155.processed: limit and offset in
1295: ^table::load[] now supported, thus test added
1296:
1297: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1298: main/pa_common.C: optimization: offset and limit options parsing
1299: moved inside file_load.
1300:
1301: 2019-11-23 moko
1302:
1303: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1304: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1305: optimization: file_read replaced with simplified file_read_binary
1306:
1307: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1308: types/pa_vform.C: whitespace
1309:
1310: * src/: include/pa_common.h, main/pa_common.C: never used params
1311: removed
1312:
1313: 2019-11-21 moko
1314:
1315: * tests/: 193.html, results/193.processed, results/389.processed:
1316: test results updated as now base64 does not discard tail without
1317: padding (related to feature #986)
1318:
1319: 2019-11-20 moko
1320:
1321: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1322: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1323: pa_base64_decode (related to feature #986)
1324:
1325: * tests/398.html: tests for base64 decode added (related to feature
1326: #986)
1327:
1328: * src/main/pa_base64.C: base64_decode rewritten - padding option
1329: support, padding inside base 64 supported (related to feature
1330: #096)
1331:
1332: 2019-11-19 moko
1333:
1334: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1335: FreeBSD 12
1336:
1.125 moko 1337: 2019-11-16 moko
1338:
1339: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1340: support added, step support removed (related to #986)
1341:
1342: 2019-11-15 moko
1343:
1344: * src/classes/math.C: using log since log2 is not present on
1345: FreeBSD < 8.4 (related to feature #1177)
1346:
1347: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1348: pa_base64_size extracted and used for files as well (related to
1349: feature 986)
1350:
1351: 2019-11-14 moko
1352:
1353: * tests/: 397.html, results/397.processed: + content check
1354:
1355: * tests/: 141.html, results/141.processed: make test resuls more
1356: readable
1357:
1358: * tests/: 397.html, results/193.processed, results/397.processed:
1359: test results updated after \x00 character was disabled in
1360: math:convert string mode (related to feature #1177)
1361:
1362: * src/classes/: math.C, string.C: \\x00 character disabled while
1363: converting to string (as in base64, related to feature #1177)
1364:
1365: * src/classes/file.C: more correct arguments separation
1366:
1367: * src/: classes/file.C, classes/math.C, classes/string.C,
1368: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1369: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1370: options added, but not yet implemented (related to feature #986)
1371:
1372: * src/classes/math.C: whitespace
1373:
1374: 2019-11-13 moko
1375:
1376: * tests/: 397.html, results/397.processed: +tainting test (related
1377: to feature #1177)
1378:
1379: * src/classes/math.C: as we now produce not only digits, result
1380: should be tainted (related to feature #1177)
1381:
1382: * src/main/pa_base64.C: whitespace
1383:
1384: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1385: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1386: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1387: implementation moved from pa_common.h and pa_common.C
1388:
1389: 2019-11-12 moko
1390:
1391: * tests/: 275.html, results/275.processed: out of range test fixed,
1392: as ^math:convert now supports arbitrary precision
1393:
1394: 2019-11-11 moko
1395:
1396: * tests/results/389.processed: uctualized error message
1397:
1398: * tests/: 389.html, 397.html, results/397.processed: tests for
1399: ^math:convert added (related to feature #1177)
1400:
1401: * src/classes/math.C: ^math:convert now supports arbitrary
1402: precision, alphabet support added (implements feature #1177)
1403:
1.124 moko 1404: 2019-11-06 moko
1405:
1406: * tests/: 181.html, results/181.processed: entities usage added,
1407: more entites load tests (related to bug #842 discussion)
1408:
1409: 2019-11-05 moko
1410:
1411: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1412: call from xmlFileOpen if http://localhost/<file> was not found
1413: (related to bug #842)
1414:
1415: * src/main/pa_xml_io.C: rename
1416:
1417: * src/main/pa_xml_io.C: +MemoryStream constructor
1418:
1419: * src/main/pa_xml_io.C: whitespace
1420:
1.123 moko 1421: 2019-10-31 moko
1422:
1423: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1424: XML_PARSE_NOENT) added to fix entities load, (related to feature
1425: #1181)
1426:
1.122 moko 1427: 2019-10-25 moko
1428:
1429: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1430: queries tests
1431:
1432: 2019-10-24 moko
1433:
1434: * tests/: 388-sql.html, results/388-sql.processed: support for
1435: pgsql driver test
1436:
1437: * tests/: 388-sql.html, results/388-sql.processed:
1438: multi_statements=1 now tested, mysql test now supported
1439: (connection must be specified in [parser3] section in .my.cnf)
1440: related to issues #1195 and #1194
1441:
1.121 moko 1442: 2019-09-11 moko
1443:
1444: * src/classes/int.C: whitespace
1445:
1446: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1447: exception test
1448:
1449: * tests/results/388-sql.processed: sql queries now shown (related
1450: to feature #1196)
1451:
1452: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1453: with old parser versions.
1454:
1455: * src/: classes/file.C, classes/hash.C, classes/string.C,
1456: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1457: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1458: instead of connect string in query_event_handlers exceptions
1459: (implements feature #1196)
1460:
1.120 moko 1461: 2019-09-06 moko
1462:
1463: * tests/388-sql.html: mysql compat
1464:
1465: * src/: classes/hash.C, classes/string.C, classes/table.C,
1466: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1467: sql_ variables declaration moved to pa_common.h
1468:
1.116 moko 1469: 2019-01-15 moko
1470:
1471: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1472: logically sorted
1473:
1474: 2018-12-27 moko
1475:
1476: * src/include/pa_config_includes.h: warning war:
1477: -Wdeprecated-register added for C++ 17
1478:
1479: 2018-10-15 moko
1480:
1481: * configure.ac: FreeBSD 11.2 can be build with ./configure
1482: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1483: --with-xml=/usr/local/
1484:
1485: 2018-09-24 moko
1486:
1487: * tests/: 396.html, 396.tiff, results/396.processed: test for
1488: ^image::measure[] now supports tiff added (related to feature
1489: #1188)
1490:
1491: * src/classes/image.C: ^image::measure[] now supports tiff
1492: (implements feature #1188)
1493:
1494: 2018-09-20 moko
1495:
1496: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1497: files measure added (related to ticket #1188)
1498:
1499: * src/classes/image.C: measure of bmp files implemented (related to
1500: ticket #1188)
1501:
1502: 2018-09-18 moko
1503:
1504: * tests/: 394-curl.html, results/394-curl.processed,
1505: results/auto.p: test for bug #1187 (max_file_size check for head
1506: requests) added
1507:
1508: 2018-08-24 moko
1509:
1510: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1511: response content-length check is required (fixes bug #1187)
1512:
1513: 2018-05-11 moko
1514:
1515: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1516: $.append(bool) ] option added (related to feature #919)
1517:
1518: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1519: from misha@ patch (implements feature #919)
1520:
1521: 2018-03-22 moko
1522:
1523: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1524: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1525: with 128kb buffer. Now works at least 12 times faster. :) May be
1526: Windows-only problem.
1527:
1528: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1529: build fix)
1530:
1531: 2018-02-03 moko
1532:
1533: * src/main/execute.C: removes irrelevant lines from exception stack
1534: trace when exceptions occurs in assigment (fixes bug #1165)
1535:
1536: * tests/: 393.html, results/393.processed: test for behavour after
1537: "Property can not be created, already exists field with that
1538: name" exception removed (related to feature #1183)
1539:
1540: * src/types/pa_vclass.C: "Property can not be created, already
1541: exists field with that name" exception removed (implements
1542: feature #1183)
1543:
1544: 2018-01-19 moko
1545:
1546: * src/classes/string.C: whitespace
1547:
1548: * src/classes/string.C: whitespace
1549:
1550: * tests/: 392.html, results/392.processed: test for
1551: ^regex::create[$regex] added (related to feature #1135)
1552:
1553: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1554: ^regex::create[$regex] added (implements feature #1135)
1555:
1556: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1557: commented define added (related to feature #1157)
1558:
1559: 2018-01-17 moko
1560:
1561: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1562:
1563: 2018-01-15 moko
1564:
1565: * tests/: 390.html, results/390.processed: real path replaced by
1566: stub
1567:
1568: * tests/: 391.html, results/391.processed: test for feature #1181
1569: (XML_PARSE_HUGE exception) added
1570:
1571: 2018-01-11 moko
1572:
1573: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1574: XML_PARSE_HUGE option passed by default (implements feature
1575: #1181)
1576:
1577: * src/classes/string.C: whitespace
1578:
1579: 2017-12-10 moko
1580:
1581: * tests/: 389.html, 390.html, results/389.processed,
1582: results/390.processed: image code coverage tests added (related
1583: to feature #1125)
1584:
1585: 2017-12-08 moko
1586:
1587: * tests/: 346-curl.html, 388-sql.html, 389.html,
1588: results/346-curl.processed, results/388-sql.processed,
1589: results/389.processed: more code coverage tests
1590:
1591: * tests/: 264.html, results/264.processed: code coverage for
1592: ^file::exec[]
1593:
1594: 2017-12-07 moko
1595:
1596: * tests/: 174.html, 388-sql.html, 389.html,
1597: results/388-sql.processed, results/389.processed,
1598: results/174.processed: more coverage tests
1599:
1600: * src/classes/math.C: exception text actualized
1601:
1602: 2017-12-06 moko
1603:
1604: * tests/388-sql.html: $SQL can be here
1605:
1606: * tests/results/auto.p: $SQL not required here
1607:
1608: * tests/: 388-sql.html, 389.html, Makefile,
1609: results/388-sql.processed, results/389.processed, results/auto.p:
1610: code coverage tests for sql (using sqlite) and int/double/bool
1611: added (related to feature #1125)
1612:
1613: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1614: lib/json/json.vcproj, lib/md5/md5.vcproj,
1615: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1616: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1617: targets/apache/ApacheModuleParser3Core.vcproj,
1618: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1619: types/types.vcproj: gc\include no longer required
1620:
1621: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1622: required
1623:
1624: * src/: classes/Makefile.am, classes/table.C,
1625: include/pa_config_includes.h, include/pa_string.h,
1626: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1627: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1628: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1629: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1630: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1631: used, we now include it directly
1632:
1633: 2017-12-04 moko
1634:
1635: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1636: memcached/memcached.vcproj, punycode/punycode.vcproj,
1637: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1638: where required
1639:
1640: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1641: now can be used to trace memory allocations
1642:
1643: * src/: classes/table.C, include/pa_config_includes.h,
1644: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1645: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1646: method removes, libcord also can work without libgc
1647:
1648: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1649:
1650: 2017-11-29 moko
1651:
1652: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1653: are not present (related to feature #1173)
1654:
1655: * tests/346-curl.html: test updated to test curl content-length bug
1656: (related to feature #1173)
1657:
1658: * tests/results/346-curl.processed: more test for content-length
1659: curl bug (related to feature #1173)
1660:
1661: * tests/results/346-curl.processed: test results updated after
1662: #1173 implemented
1663:
1664: 2017-11-28 moko
1665:
1666: * src/classes/curl.C: another libcurl Content-length bug walkaround
1667: (related to feature #1173)
1668:
1669: 2017-11-27 moko
1670:
1671: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1672: $.http_version[version string] added (implements feature #1173),
1673: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1674: where $post(true) bug existed.
1675:
1676: 2017-11-18 moko
1677:
1678: * src/include/pa_memory.h: warning war (related to feature #1170)
1679:
1680: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1681: feature #1170)
1682:
1683: 2017-11-17 moko
1684:
1685: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1686: std::basic_stringstream used in ^table.csv-string[] is compatible
1687: with delete usage check only under Debian 9 (related to feature
1688: #1170)
1689:
1690: 2017-11-16 moko
1691:
1692: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1693: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1694: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1695: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1696: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1697: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1698: stubs defend from accidental use (implements feature #1170)
1699:
1700: 2017-06-24 moko
1701:
1702: * configure.ac: minor fix: thanks to alx@
1703:
1.115 moko 1704: 2017-05-29 moko
1705:
1706: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1707: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1708: added to avoid cutting of UTF-8 chars (fixed bug #123)
1709:
1710: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1711: ignored, =?UTF-8?Q?= should start in case of leading space
1712: (related to bug #123)
1713:
1714: * buildall: echo -n -> printf for OS X. :)
1715:
1716: 2017-05-25 moko
1717:
1718: * tests/: 288.html, results/288.processed: test updated afted
1719: setting $o.prop without setter exception removed (related to
1720: feature #1157)
1721:
1722: * src/types/pa_vclass.C: no more "this property has no setter
1723: method" when setting $o.prop without setter (implements feature
1724: #1157)
1725:
1726: * buildall: echo \c -> echo -n for FreeBSD
1727:
1728: * configure, configure.ac, src/include/pa_config_auto.h.in,
1729: src/types/pa_vdouble.h: isfinite now checked in configure
1730:
1731: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1732: upgraded to automake 1.15
1733:
1734: 2017-05-23 moko
1735:
1736: * src/types/pa_vdouble.h: finite returned where isfinite not
1737: defined
1738:
1739: 2017-05-22 moko
1740:
1741: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1742:
1743: * buildall: extern CFLAGS setting support
1744:
1745: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1746:
1747: * buildall: http -> https
1748:
1749: * buildall: gc-7.2f -> gc-7.6.0
1750:
1751: 2017-05-20 moko
1752:
1753: * buildall: https, pcre, xml, xslt updated to current versions
1754: (related to feature #1136)
1755:
1756: 2017-05-19 moko
1757:
1758: * tests/097.html: after parser.ru moved to https
1759:
1760: 2017-05-17 moko
1761:
1762: * tests/results/: 175.processed, 372.processed: tests resuls
1763: updated after lintian spelling typos fixed (related to bug #1156)
1764:
1765: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1766: classes/string.C, classes/table.C, main/pa_charset.C,
1767: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1768: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1769: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1770:
1771: * tests/results/096.processed: +XMP
1772:
1773: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1774: $.xmp(true) options tested (test for feature #1154)
1775:
1776: * src/classes/image.C: ^image:measure[] options $.exif(false)
1777: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1778: fetched by default! (implements feature #1154)
1779:
1780: 2017-05-16 moko
1781:
1782: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1783: allowed (related to feature #1154)
1784:
1785: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1786: initial XMP implementation - without options and transcode
1787: (related to feature #1154)
1788:
1789: 2017-05-12 moko
1790:
1791: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1792: image: exif moved to ffields, skipped in ^image.html[] where
1793: iterators now used (preparation for feature #1154)
1794:
1795: 2017-05-05 moko
1796:
1797: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1798: results/387.processed: test for circular class inheritance check
1799: added (related to bug #1150)
1800:
1801: * src/types/pa_vstateless_class.C: circular class inheritance check
1802: added (fixes endless add_derived bug #1150)
1803:
1804: 2017-05-04 moko
1805:
1806: * tests/: 386.html, results/386.processed: test for
1807: $table.value(number) added (related to feature #1152)
1808:
1809: * src/types/pa_vtable.C: table put_element: column value must be
1810: string - > column value must be string compatible to allow
1811: $t.value(1) (implements feature #1152)
1812:
1813: 2017-05-03 moko
1814:
1815: * src/main/pa_request.C: $use[$method] is not possible, reverting
1816: (related to feature #1151)
1817:
1818: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1819: not possible, removing test (related to feature #1151)
1820:
1821: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1822: get_element_method added and used to allow $use[$method] and
1823: $autouse[$method] (implements feature 1151)
1824:
1825: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1826: variable added (related to feature #1151)
1827:
1828: * tests/results/226.processed: actualized after ^try-catch used
1829:
1830: * tests/: 226.html, 385.html, results/385.processed: test for
1831: @autouse in variable added
1832:
1833: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1834:
1.114 moko 1835: 2017-02-27 moko
1836:
1837: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1838:
1.113 moko 1839: 2017-02-20 moko
1840:
1841: * operators.txt: actualization + beauty
1842:
1843: 2017-02-16 moko
1844:
1845: * tests/: 384.html, results/384.processed: test for
1846: ^reflection:mixin[; $.name[] ] option added (related to feature
1847: #1089)
1848:
1849: * tests/: 384.html, results/384.processed: test for
1850: ^reflection:mixin[] added (related to feature #1089)
1851:
1852: * src/types/pa_value.h: warning war: virtual ~Value() added
1853:
1.112 moko 1854: 2017-02-15 moko
1855:
1856: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1857: fixed
1858:
1859: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1860: test added (related to feature #1069)
1861:
1862: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1863: compilation without HASH_ORDER fixed
1864:
1865: * src/: classes/reflection.C, include/pa_hash.h:
1866: $.reverse(true/false) added to ^reflection:methods[] (related to
1867: feature #1069)
1868:
1869: 2017-02-14 moko
1870:
1871: * tests/: 152.html, results/152.processed: test for $._default hash
1872: added (related to bug #1131)
1873:
1874: * tests/: 277.html, results/277.processed: test for hash with only
1875: $._default is now defined (related to bug #1131)
1876:
1877: * src/types/pa_vhash.h: hash with only $._default is now defined
1878: (fixed bug #1131)
1879:
1880: 2017-02-13 moko
1881:
1882: * tests/cat-windows.sh: cat-windows added (cygwin required)
1883:
1884: * tests/: 171.html, 264.html, 286.html, 370.html,
1885: results/320.processed, results/375.processed, results/auto.p:
1886: cat-windows.sh support added
1887:
1888: * tests/375.html: Windows support
1889:
1890: * tests/270.html: documented
1891:
1892: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1893: (not backslashes) even under Windows (broke test 270)
1894:
1895: 2017-02-12 moko
1896:
1897: * tests/: descript.ion, todo.txt: cleanup
1898:
1899: 2017-02-09 moko
1900:
1901: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1902: run_tests.cmd: Windows compatibility
1903:
1904: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1905: incorrectly (GMT) if parser is called from cygwin
1906:
1.111 moko 1907: 2017-02-08 moko
1908:
1.112 moko 1909: * operators.txt: actualization 15% completed
1910:
1911: * operators.txt: cp1251 -> utf-8
1912:
1913: * NEWS, README: minor update
1914:
1915: * src/include/pa_config_includes.h: warning war continues
1916:
1917: * src/: include/pa_config_includes.h, include/pa_memory.h,
1918: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1919: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1920: gcc 6.x issues fixed
1921:
1.111 moko 1922: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1923: classes/classes.h, classes/curl.C, classes/date.C,
1924: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1925: classes/hashfile.C, classes/image.C, classes/inet.C,
1926: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1927: classes/memcached.C, classes/memory.C, classes/op.C,
1928: classes/reflection.C, classes/regex.C, classes/response.C,
1929: classes/string.C, classes/table.C, classes/void.C,
1930: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1931: include/pa_array.h, include/pa_cache_managers.h,
1932: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1933: include/pa_config_fixed.h, include/pa_config_includes.h,
1934: include/pa_dictionary.h, include/pa_dir.h,
1935: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1936: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1937: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1938: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1939: include/pa_request_charsets.h, include/pa_request_info.h,
1940: include/pa_sapi.h, include/pa_socks.h,
1941: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1942: include/pa_stack.h, include/pa_string.h,
1943: include/pa_stylesheet_connection.h,
1944: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1945: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1946: include/pa_uue.h, include/pa_xml_exception.h,
1947: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1948: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1949: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1950: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1951: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1952: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1953: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1954: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1955: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1956: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1957: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1958: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1959: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1960: main/pa_string.C, main/pa_stylesheet_connection.C,
1961: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1962: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1963: main/untaint.C, sql/pa_sql_driver.h,
1964: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1965: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1966: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1967: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1968: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1969: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1970: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1971: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1972: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1973: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1974: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1975: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1976: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1977: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1978: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1979: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1980: types/pa_vmemcached.h, types/pa_vmemory.h,
1981: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1982: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1983: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1984: types/pa_vresponse.C, types/pa_vresponse.h,
1985: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1986: types/pa_vstateless_object.h, types/pa_vstatus.C,
1987: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1988: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1989: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1990: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1991: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1992: 2015->2017
1993:
1.110 moko 1994: 2017-02-07 moko
1995:
1996: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1997:
1998: 2017-02-06 moko
1999:
2000: * src/main/pa_common.C: minor fixes, whitespace
2001:
2002: * src/: classes/curl.C, classes/file.C, classes/image.C,
2003: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2004: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2005: now used (implements feature #1081)
2006:
2007: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2008:
2009: 2017-02-01 moko
2010:
2011: * src/include/pa_request.h: cleanup
2012:
2013: 2017-01-30 moko
2014:
2015: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2016:
2017: 2017-01-29 moko
2018:
2019: * tests/: 383.html, results/383.processed: test for
2020: ^reflection:stack[] added (related to feature #1052)
2021:
2022: * src/classes/reflection.C: else added
2023:
2024: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2025: $.max_file_lock_wait added (implements feature #1128)
2026:
2027: 2017-01-28 moko
2028:
2029: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2030: body and other cases tests added (related to featue #1014)
2031:
2032: * src/classes/curl.C: bug if response is empty fixed (related to
2033: feature #1014)
2034:
2035: 2017-01-27 moko
2036:
2037: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2038: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2039: added (implements feature #1052)
2040:
2041: 2017-01-25 moko
2042:
2043: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2044: method test added
2045:
2046: 2017-01-23 moko
2047:
2048: * src/classes/reflection.C: optimization: options->get replaced by
2049: hash iterator
2050:
2051: * tests/: 381.html, results/381.processed: now -> fixed date
2052:
2053: * src/main/pa_request.C: warning war
2054:
2055: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2056: 5Mb (fixes bug #1058)
2057:
2058: * src/classes/curl.C: warning war
2059:
2060: * tests/: 381.html, results/381.processed: tests for ^json:string
2061: $.one-line(true) option added (related to feature #1124)
2062:
2063: * src/: classes/json.C, types/pa_value.h: $json-string
2064: $.one-line(true|false) options is now supported (implements
2065: feature #1124)
2066:
2067: * tests/: 380.html, results/380.processed: test for modified
2068: $.max_file_size added (related to bug #1014)
2069:
2070: * tests/: 379.html, results/auto.p: tests for rewritten http file
2071: load added (related to bug #1014)
2072:
2073: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2074: main/pa_common.C, main/pa_http.C: check_file_size added and used
2075: in curl / file load from disk and http, http file load rewritten
2076: (related to bug #1014)
2077:
2078: 2017-01-18 moko
2079:
2080: * tests/: 378.html, results/378.processed: tests for ^result[]
2081: added (related to feature #66)
2082:
2083: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2084: Method::CO_WITHOUT_FRAME as frame still added in expression
2085: (related to feature #66)
2086:
2087: 2017-01-17 moko
2088:
2089: * tests/: 377.html, results/377.processed: test for different
2090: combinations of breaks in body and delimiter (related to bug
2091: #1077)
2092:
2093: * tests/: 376.html, results/376.processed: many ^break[] tests
2094: added (related to bug #1077)
2095:
2096: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2097: passed to native method" exception added to avoid bugs due to
2098: WRITE_EXPR_RESULT skipped and native methods execution continues
2099: after ^break[] (related to bug #1077)
2100:
2101: 2017-01-14 moko
2102:
2103: * tests/: 330.html, results/330.processed: test results updated
2104: after ^break[] bugs where fixed (related to bug #1077)
2105:
2106: * tests/: 329.html, results/329.processed: test results updated
2107: after ^break[] bugs where fixed (related to bug #1077)
2108:
2109: * tests/results/320.processed: ^return[] added
2110:
2111: 2017-01-13 moko
2112:
2113: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2114: classes/table.C, include/pa_request.h, main/execute.C,
2115: main/pa_request.C, targets/cgi/parser3.C,
2116: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2117: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2118: checked after each possible process/execute call (fixes bug
2119: #1077)
2120:
2121: 2016-12-29 moko
2122:
2123: * src/main/pa_common.C: warning war
2124:
2125: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2126: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2127: pa_file_size_limit added, ^math:random fixed for upper limit and
2128: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2129: (related to feature #1014)
2130:
2131: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2132: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2133: (related to feature #1014)
2134:
2135: 2016-12-28 moko
2136:
2137: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2138: warning war
2139:
2140: 2016-12-26 moko
2141:
2142: * tests/: 341.html, results/341.processed: test for
2143: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2144:
2145: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2146: (related to feature #1057)
2147:
2148: * src/types/pa_vdate.C: warning war continues...
2149:
2150: * src/: classes/date.C, classes/image.C, classes/table.C,
2151: include/pa_config_includes.h, types/pa_vfile.C: warning war
2152:
2153: * src/lib/gd/gifio.C: warning war / cleanup
2154:
2155: * src/lib/json/pa_json.C: warning war
2156:
2157: * src/classes/hash.C: warning war
2158:
2159: * src/types/pa_vfile.C: warning war
2160:
2161: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2162: -Wall warning war continues
2163:
2164: * configure.ac: --with-build-warnings actualized
2165:
2166: 2016-12-25 moko
2167:
2168: * src/main/pa_exec.C: -wAll warning war
2169:
2170: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2171: -wAll warning war
2172:
2173: * src/: include/pa_common.h, include/pa_sapi.h,
2174: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2175: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2176: -wAll warning war
2177:
2178: 2016-12-23 moko
2179:
2180: * src/lib/ltdl/Makefile.am: extra dist added
2181:
2182: * tests/results/344.processed: test result updated after $file.text
2183: prefetched in ^hash::create[$file] (related to feature #1075)
2184:
2185: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2186: ^hash::create[$file] (related to feature #1075)
2187:
2188: 2016-12-22 moko
2189:
2190: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2191: main/pa_request.C, main/pa_stylesheet_connection.C,
2192: types/pa_vfile.C: file_stat now return 64-bit size (implements
2193: #1014 under 32-bit unix versions)
2194:
2195: 2016-12-21 moko
2196:
2197: * tests/: 375.html, results/375.processed: test for exec returning
2198: stated file added (related to feature #1119)
2199:
2200: * src/classes/file.C: load should not return file with null body
2201: (fixes bug #1119)
2202:
2203: 2016-12-14 moko
2204:
2205: * tests/: 374.html, results/374.processed: test for $method.name
2206: added (related to feature #1117) plus method returning junction
2207: test
2208:
2209: 2016-12-13 moko
2210:
2211: * src/: include/pa_symbols.h, main/pa_symbols.C,
2212: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2213: (implements feature #1117)
2214:
2215: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2216: HEAD and TRACE can't have body (implements feature #1116)
2217:
2218: 2016-12-09 moko
2219:
2220: * tests/: 373.html, results/373.processed: tests for
2221: ^reflection:tainting added (related to feature #1098)
2222:
2223: * src/classes/reflection.C: ^reflection:tainting arguments order
2224: change (related to feature #1098)
2225:
2226: 2016-12-06 moko
2227:
2228: * src/: classes/reflection.C, include/pa_string.h,
2229: main/pa_string.C: ^reflection:tainting[$string] added (implements
2230: feature #1098)
2231:
2232: 2016-12-05 moko
2233:
2234: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2235: (fixes bug #1114)
2236:
2237: 2016-12-04 moko
2238:
2239: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2240: check added
2241:
2242: 2016-12-03 moko
2243:
2244: * tests/: 346-curl.html, results/346-curl.processed: test modified
2245: to test value.as_hash() usage
2246:
2247: * src/classes/curl.C: value.as_hash() used for correct hash
2248: processing
2249:
2250: * src/classes/reflection.C: exceptions texts fixes
2251:
2252: 2016-12-02 moko
2253:
2254: * tests/: 372.html, results/372.processed: tests for
2255: ^reflection:create[ $.class[name] $.constructor[name]
2256: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2257: feature #1094)
2258:
2259: * src/types/pa_vmethod_frame.h: comment added: params should be
2260: declared outside of *_FRAME_ACTION as MethodParams destructor
2261: will be called in ~VNativeMethodFrame
2262:
2263: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2264: ] minor fix
2265:
2266: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2267: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2268: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2269: now supported (implements feature #1094) value::as_hash added
2270: (and should be used everywhere)
2271:
2272: * src/classes/reflection.C: cleanup
2273:
2274: 2016-12-01 moko
2275:
2276: * tests/: 356.html, results/356.processed: test for method
2277: junctions class name added to the resulting hash added (related
2278: to feature #1068)
2279:
2280: * src/classes/reflection.C: for method junctions class name added
2281: to the resulting hash (related to feature #1068)
2282:
2283: 2016-11-30 moko
2284:
2285: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2286: exception (related to bug #1113)
2287:
2288: * src/types/pa_vhashfile.C: whitespace
2289:
2290: * src/main/pa_os.C: errno now returned as it should (fixes bug
2291: #1113)
2292:
2293: * tests/results/: 175.processed, 192.processed, 224.processed,
2294: 229.processed, 239.processed, 244.processed, 246.processed,
2295: 314.processed, 352.processed: tests results updated after method
2296: call exceptions improved as method now keeps its name
2297:
2298: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2299: types/pa_vmethod_frame.h: method call exceptions improved as
2300: method now keeps its name
2301:
2302: * tests/: 224.html, 239.html, results/224.processed,
2303: results/239.processed: tests and tests results updated after
2304: Request::construct exception changed
2305:
2306: * src/: classes/reflection.C, main/execute.C: Request::construct
2307: exception optimized
2308:
2309: * tests/: 371.html, results/371.processed: test for
2310: WWrapper.get_element call in $.name.key[value] code added
2311: (related to feature #1091)
2312:
2313: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2314: in $.name.key[value] code (related to feature #1091)
2315:
2316: 2016-11-29 moko
2317:
2318: * src/classes/op.C: VS warning war
2319:
2320: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2321: C4239: nonstandard extension used : 'return' : conversion from
2322: 'Value' to 'Value &' (related to feature #1020)
2323:
2324: * src/: main/execute.C, types/pa_vmethod_frame.h,
2325: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2326: used : 'return' : conversion from 'Value' to 'Value &' (related
2327: to feature #1020)
2328:
2329: * src/main/execute.C: VS warning war
2330:
2331: * src/targets/cgi/parser3.C: VS compatibility fix
2332:
2333: * src/include/pa_request.h: VS warning war
2334:
2335: * tests/: 370.html, results/370.processed: test for ^file::exec[
2336: ... $.stdin[$binary_file] ] added (related to bug #1044)
2337:
2338: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2339: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2340: $.stdin[$binary_file] (fixes bug #1044)
2341:
2342: 2016-11-28 moko
2343:
2344: * src/main/pa_exec.C: whitespace
2345:
2346: * src/main/pa_request.C: whitespace
2347:
2348: * tests/: 369.html, results/369.processed: test for
2349: $response:status usage added (related to feature #1099)
2350:
2351: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2352: if < 100 (implements feature #1099)
2353:
2354: * src/targets/cgi/parser3.C: whitespace
2355:
2356: * src/targets/cgi/parser3.C: whitespace
2357:
2358: * tests/: 368.html, results/368.processed: test updated after
2359: ^reflection:filename[$method] added (related to feature #1053)
2360:
2361: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2362: main/compile.y, main/execute.C, main/pa_request.C,
2363: types/pa_vclass.h: filename -> filespec,
2364: ^reflection:filename[$method] added (related to feature #1053)
2365:
2366: 2016-11-27 moko
2367:
2368: * tests/: 368.html, results/368.processed: test for
2369: reflection:filename[$class or object] added (related to feature
2370: #1053)
2371:
2372: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2373: types/pa_vstateless_class.h: ^reflection:filename[$class or
2374: object] added (implements feature #1053)
2375:
2376: 2016-11-26 moko
2377:
2378: * src/: include/pa_request_info.h,
2379: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2380: remove_absolute_uri -> strip_absolute_uri
2381:
2382: 2016-11-25 moko
2383:
2384: * src/: include/pa_request_info.h,
2385: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2386: request_info.remove_absolute_uri added to remove possible
2387: http://site.name/ from $request:uri (implements feature #1112)
2388:
2389: 2016-11-24 moko
2390:
2391: * tests/: 367-curl.html, results/367-curl.processed: test for
2392: previous request headers clearing after redirect added (related
2393: to bug #1109)
2394:
2395: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2396: response headers from previous requests are now cleared, only
2397: last request headers are collected (fixes bug #1109)
2398:
2399: * tests/results/: 266.processed, 321.processed, 356.processed:
2400: tests results updated as method name now added to the resulting
2401: hash for new syntax only (Imp1 compatimility fixed, related to
2402: feature #1068)
2403:
2404: * src/classes/reflection.C: method name now added to the resulting
2405: hash for new syntax only (Imp1 compatimility fixed, related to
2406: feature #1068)
2407:
2408: * tests/results/366.processed: test for native and parser
2409: implementation of ^use[] logic (related to feature #1074)
2410:
2411: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2412: for native and parser implementation of ^use[] logic (related to
2413: feature #1074)
2414:
2415: 2016-11-23 moko
2416:
2417: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2418: main/pa_request.C: @USE file now implemented as ^use[file;
2419: $.origin[origin_file] ] (implements feature #1074)
2420:
1.109 moko 2421: 2016-11-21 moko
2422:
1.110 moko 2423: * tests/: 365.html, results/365.processed: test for $caller bugs in
2424: 3.4.4 and $caller.method now tested (related to feature #1110)
2425:
2426: * tests/: 364.html, results/364.processed: $caller usage in
2427: different contexts now tested (related to feature #1110)
2428:
2429: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2430:
2431: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2432:
1.109 moko 2433: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2434: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2435: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2436: used (implements feature #1110)
2437:
2438: 2016-11-20 moko
2439:
2440: * src/types/pa_vdouble.h: whitespace
2441:
2442: 2016-11-11 moko
2443:
2444: * tests/: 363.html, results/363.processed: more tests for feature
2445: #1091 (how parser methods work in expression context)
2446:
2447: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2448: expressions strings are now written as strings, not values by
2449: write_as_string (related to feature #1091)
2450:
2451: * src/classes/op.C: to make more correct behavour in expression
2452: context
2453:
2454: 2016-11-07 moko
2455:
2456: * tests/: 362.html, results/362.processed: test for
2457: xsltParseStylesheetDoc caching as xsl modification after it added
2458: (related to bug #1108)
2459:
2460: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2461: result now cached as xdoc is modified after it (fixes bug #1108)
2462:
2463: 2016-11-06 moko
2464:
2465: * src/types/pa_vxdoc.h: whitespace
2466:
2467: 2016-11-05 moko
2468:
2469: * src/types/pa_vmethod_frame.h: cleanup
2470:
2471: 2016-11-03 moko
2472:
2473: * tests/results/244.processed: more correct exception after method
2474: frames separation
2475:
2476: * src/types/pa_vmethod_frame.h: minor optimizaion
2477:
2478: * src/types/pa_method.h: optimization: params_count added
2479:
2480: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2481: include/pa_request.h, main/execute.C, main/pa_request.C,
2482: types/pa_value.C, types/pa_vmethod_frame.C,
2483: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2484: VMethodFrame now divided into VNativeMethodFrame,
2485: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2486: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2487: and used (related to feature #1104)
2488:
2489: 2016-11-02 moko
2490:
2491: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2492: classes/double.C, classes/file.C, classes/hash.C,
2493: classes/hashfile.C, classes/image.C, classes/inet.C,
2494: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2495: classes/memcached.C, classes/op.C, classes/reflection.C,
2496: classes/regex.C, classes/string.C, classes/table.C,
2497: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2498: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2499: r.write (implements feature #1091)
2500:
2501: * src/main/execute.C: cleanup (related to feature #1104)
2502:
2503: * src/: include/pa_request.h, main/execute.C,
2504: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2505: added, in_expression removed (implements feature #1104)
2506:
2507: 2016-10-31 moko
2508:
2509: * src/types/pa_value.C: whitespace
2510:
2511: 2016-10-28 moko
2512:
2513: * tests/results/244.processed: updated after error reporting fixed
2514: in pa_wcontext.C
2515:
2516: * src/types/pa_wcontext.C: error reporting fixed
2517:
2518: * src/types/pa_wcontext.h: whitespace
2519:
2520: * src/classes/image.C: not fully readed entries are no longer
2521: processed (fixes bug #1106)
2522:
2523: 2016-10-26 moko
2524:
2525: * src/classes/image.C: whitespace
2526:
2527: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2528: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2529: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2530: longer required (related to feature #1091)
2531:
2532: * tests/results/: 264.processed, 350.processed: test results update
2533: reverted (whitespace optimization) after write_no_lang removed :)
2534: (related to feature #1091)
2535:
2536: * src/: classes/file.C, classes/hash.C, classes/op.C,
2537: classes/string.C, classes/table.C, classes/void.C,
2538: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2539: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2540: equal write_pass_lang (related to feature #1091)
2541:
2542: * tests/results/: 264.processed, 350.processed: test results
2543: updated (whitespace optimization) after write_assign_lang removed
2544: (related to feature #1091)
2545:
2546: * tests/: 361.html, results/361.processed: test for non-string
2547: ^untaint added (related to feature #1091)
2548:
2549: * src/: classes/curl.C, classes/date.C, classes/file.C,
2550: classes/hash.C, classes/op.C, classes/string.C,
2551: include/pa_request.h, main/execute.C: optimization:
2552: write_assign_lang removed as not required (first part of feature
2553: #1091 implementation)
2554:
1.108 moko 2555: 2016-10-12 moko
2556:
2557: * tests/: 360.html, results/360.processed: more test code (related
2558: to feature #1104)
2559:
2560: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2561: include/pa_request.h, main/compile.y, main/execute.C: opcode
2562: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2563: WContext is next task (implements feature #1104)
2564:
2565: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2566: / CO_WITHOUT_WCONTEXT
2567:
2568: * tests/: 360.html, results/360.processed: test for in expression
2569: state (related to feature #1104)
2570:
2571: 2016-10-11 moko
2572:
2573: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2574:
2575: * src/classes/op.C: default value removed from initializer
2576:
2577: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2578:
2579: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2580:
2581: 2016-10-10 moko
2582:
2583: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2584: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2585: to feature #42)
2586:
2587: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2588: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2589:
2590: 2016-10-08 moko
2591:
2592: * src/classes/double.C: whitespace
2593:
2594: 2016-10-07 moko
2595:
2596: * src/types/pa_vmethod_frame.h: reorder
2597:
2598: 2016-10-06 moko
2599:
2600: * src/classes/date.C: typo
2601:
2602: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2603:
2604: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2605: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2606: types/pa_vmethod_frame.h: params.get now returns Value&, not
2607: Value*
2608:
2609: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2610:
2611: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2612: removed; first as_* code rewrite
2613:
2614: 2016-10-05 moko
2615:
2616: * src/include/pa_request.h: whitespace
2617:
2618: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2619: intercept_string added (related to feature #1097)
2620:
2621: * src/: classes/image.C, classes/op.C, classes/table.C,
2622: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2623: optimization: intercept_string removed (implements feature #1097)
2624:
2625: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2626:
2627: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2628: from VCodeFrame and WWrapper as not required
2629:
2630: 2016-10-04 moko
2631:
2632: * src/: classes/curl.C, classes/date.C, classes/double.C,
2633: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2634: classes/int.C, classes/json.C, classes/op.C,
2635: classes/reflection.C, classes/string.C, classes/table.C,
2636: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2637: proces_to_value -> process after StringOrValue removed (related
2638: to feature #1020)
2639:
2640: * src/classes/form.C: whitespace
2641:
2642: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2643:
2644: * tests/: 357.html, 358.html, results/357.processed,
2645: results/358.processed, results/auto.p: test for @conf
2646: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2647:
2648: 2016-10-03 moko
2649:
2650: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2651: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2652: supported (implements feature #42)
2653:
2654: * src/types/pa_vregex.h: no reason for VRegex to be
2655: is_evaluated_expr
2656:
2657: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2658: (implements feature #1095)
2659:
2660: 2016-10-01 moko
2661:
2662: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2663: false by default (related to feature #1089)
2664:
2665: 2016-09-30 moko
2666:
2667: * src/types/pa_wcontext.h: cleanup
2668:
2669: 2016-09-29 moko
2670:
2671: * src/main/execute.C: whitespace
2672:
2673: * src/include/pa_request.h: whitespace
2674:
2675: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2676: classes/op.C, classes/table.C, include/pa_request.h,
2677: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2678: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2679: StringOrValue removed as it just slows down and adds complexity
2680: (implements feature #1020)
2681:
2682: 2016-09-28 moko
2683:
2684: * tests/: 356.html, results/266.processed, results/321.processed,
2685: results/356.processed: tests updated after name was added to
2686: method_info hash, test for ^reflection:method_info[junction]
2687: added (related to feature #1068)
2688:
2689: * src/classes/reflection.C: ^reflection:method_info[junction] now
2690: supported, method name added to the resulting hash (implements
2691: feature #1068)
2692:
2693: * tests/: 276.html, results/276.processed: more tests for
2694: ^reflection:delete[]
2695:
2696: * src/classes/reflection.C: fixed bug then ^reflection:delete
2697: didn't work on class and could damage native objects (like file)
2698:
2699: 2016-09-26 moko
2700:
2701: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2702: results/345.processed, results/346-curl.processed,
2703: results/347-curl.processed, results/348.processed: numbers added
2704: to simplify diff analysis
2705:
2706: * tests/: 352.html, results/352.processed: test result updated as
2707: method name used
2708:
2709: * src/classes/reflection.C: method name used
2710:
2711: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2712: its name
2713:
2714: * src/types/pa_method.h: whitespace
2715:
2716: * src/classes/reflection.C: both method and field with one name can
2717: exist.
2718:
2719: * src/classes/reflection.C: ^reflection:mixin added (implements
2720: feature #1089)
2721:
2722: * tests/: 355.html, results/355.processed: property appears in
2723: derived class if added in base test added
2724:
2725: * src/types/pa_vstateless_class.h: get_method declaration +
2726: whitespace
2727:
2728: * tests/: 354.html, results/354.processed: nice test from method
2729: and property with one name in class added
2730:
2731: 2016-09-23 moko
2732:
2733: * src/classes/reflection.C: ^reflection:method usage documented
2734:
2735: 2016-09-22 moko
2736:
2737: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2738: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2739: compile warning and GPF occures on VS2003 (related to feature
2740: #1087)
2741:
2742: * tests/: 350.html, results/350.processed: test added for
2743: $.encloser[] support in ^table::create (related to feature #11)
2744:
2745: * src/classes/table.C: another minor fix (related to feature #11)
2746:
1.107 moko 2747: 2016-09-21 moko
2748:
2749: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2750:
2751: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2752: classes/json.C, classes/string.C, classes/table.C,
2753: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2754: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2755: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2756: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2757: pa_charsets, vs2015 warning war
2758:
2759: * src/classes/table.C: vs2015 warning war
2760:
2761: * src/types/pa_vdate.C: vs2015 warning war
2762:
2763: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2764:
2765: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2766: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2767:
2768: * src/main/pa_common.C: vs2015 compilation fixes
2769:
2770: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2771: vs2015 compilation fixes
2772:
2773: * src/main/pa_charset.C: vs2015 warning war
2774:
2775: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2776:
2777: * src/main/pa_charset.C: vs2015 warning war
2778:
2779: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2780:
2781: * src/types/pa_vdate.C: vs2015 compilation fix
2782:
2783: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2784:
2785: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2786: VS2015 compilation fixes
2787:
2788: * src/classes/table.C: minor fix (related to feature #11)
2789:
2790: * tests/results/282.processed: no longer skipping extra enclosers
2791: (related to feature #11)
2792:
2793: * src/classes/table.C: minor fix + no longer skipping extra
2794: enclosers (related to feature #11)
2795:
2796: * src/classes/table.C: minor optimization (related to feature #11)
2797:
2798: * src/classes/table.C: minor fix and optimization (related to
2799: feature #11)
2800:
2801: 2016-09-20 moko
2802:
2803: * tests/: 353.html, results/353.processed: test for
2804: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2805: added (related to bug #1090)
2806:
2807: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2808: one_big_piece (fixes bug #1090)
2809:
2810: * tests/: 229.html, results/229.processed: code coverage tests
2811:
2812: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2813: body) was called
2814:
2815: * src/classes/op.C: whitespace
2816:
2817: * tests/: 323.html, results/323.processed: test for code junction
2818: should not be returned by ^reflection:class, ^reflection:base
2819:
2820: * src/classes/reflection.C: bugfix: code junction should not be
2821: returned by ^reflection:class, ^reflection:base
2822:
2823: * tests/: 323.html, 352.html, results/352.processed: no more
2824: exception for ^reflection:method[class;no-such-method] (related
2825: to feature #1087)
2826:
2827: * src/classes/reflection.C:
2828: ^reflection:method[class;no-such-method] : exception -> void
2829: (related to feature #1087)
2830:
2831: * src/include/pa_request.h: request::write_value added to allow
2832: write value without convertion (related to issue #1091)
2833:
2834: 2016-09-19 moko
2835:
2836: * src/main/pa_random.C: windows build fix
2837:
2838: * src/types/pa_vhash.h: warning war
2839:
2840: 2016-09-14 moko
2841:
2842: * tests/: 352.html, 552.html, results/352.processed,
2843: results/552.processed: test for ^reflection:method[] extension
2844: added (related to feature #1087)
2845:
2846: * tests/: 552.html, results/552.processed: test for
2847: ^reflection:method[] extension added (related to feature #1087)
2848:
2849: * src/classes/reflection.C: compatibility issue fixed, VClass
2850: dynamic_cast check added (related to feature #1087)
2851:
2852: * tests/: 351.html, results/351.processed: test for @auto[]
2853: inheritance bug diring ^process[] added (related to bug #1088)
2854:
2855: * src/: classes/op.C, main/pa_request.C,
2856: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2857: disable it inheritance during ^process (fixes bug #1088)
2858:
2859: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2860: added (implements feature #1087)
2861:
2862: 2016-09-13 moko
2863:
2864: * tests/: 349.html, results/auto.p: test for objects prototyping
2865: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2866: to feature #1086)
2867:
2868: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2869: types/pa_vobject.C: objects now are not class instances, but have
2870: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2871: in @conf (implements feature #1086)
2872:
2873: 2016-09-08 moko
2874:
2875: * src/: classes/file.C, classes/mail.C, classes/string.C,
2876: classes/table.C, main/pa_http.C, main/pa_string.C,
2877: include/pa_string.h: cleanup: string::split limit argument
2878: removed as no longer required, pos_after no longer reference
2879: (related to feature #11)
2880:
2881: * src/classes/table.C, tests/results/348.processed: now exception
2882: is rised when invalid option is passed to ^table::create[]
2883:
2884: * tests/: 282.cfg, 282.html, results/282.processed: more code
2885: coverage tests
2886:
2887: * tests/: 348.html, results/348.processed: code coverage tests
2888: added
2889:
2890: * tests/: 348.html, results/348.processed: generic ^table::create[]
2891: tests
2892:
2893: * tests/: 035.html, results/035.processed, results/272.processed:
2894: tests updated after $.encloser[] support for ^table::create
2895: implementation (related to feature #11)
2896:
2897: * src/classes/table.C: $.encloser[] support for ^table::create
2898: finally added (implements feature #11)
2899:
2900: 2016-09-07 moko
2901:
2902: * src/include/pa_string.h: added StringSplitHelper as friend
2903: (related to feature #11)
2904:
2905: * src/include/pa_string.h: body and langs now protected, not
2906: private to allow inheritance (related to feature #11)
2907:
2908: * src/classes/table.C: lsplit optimized before cloning for
2909: ^table::create with $.encloser[] (related to feature #11)
2910:
2911: * src/classes/table.C: optimizaion: TableControlChars.separators
2912: added and used (related to feature #11)
2913:
2914: * src/classes/table.C: spelling:
2915:
2916: TableSeparators -> TableControlChars column -> separator
2917: separators -> control_chars
2918:
2919: 2016-09-06 moko
2920:
2921: * src/main/pa_string.C: whitespace
2922:
2923: * src/main/pa_string.C: whitespace
2924:
2925: 2016-09-01 moko
2926:
2927: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2928: results OS-independent
2929:
2930: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2931: compiler (related to feature #1042)
2932:
2933: 2016-08-15 moko
2934:
2935: * src/include/pa_string.h: whitespace
2936:
2937: * src/classes/table.C: whitespace
2938:
1.106 moko 2939: 2016-08-05 moko
2940:
2941: * tests/: 344.html, results/344.processed: test for
2942: ^hash::create[$file] added (related to feature #1075)
2943:
2944: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2945: supported (implements feature #1075)
2946:
2947: 2016-08-04 moko
2948:
2949: * tests/: 341.html, results/341.processed: more code coverage tests
2950:
2951: * tests/: 346-curl.html, results/346-curl.processed: more code
2952: coverage tests for curl
2953:
2954: * tests/: 346-curl.html, results/346-curl.processed: more code
2955: coverage tests for curl
2956:
2957: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2958: results/223.processed: code coverage tests: $.form[ $.table[] ]
2959: test added
2960:
2961: * tests/: 223-curl.html, results/223-curl.processed: more code
2962: coverage tests for curl
2963:
2964: 2016-08-03 moko
2965:
2966: * src/classes/curl.C: dlink(curl_library) now called not once, but
2967: until it will be loaded, allowing to find existing library.
2968:
2969: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2970: results/347-curl.processed: more code coverage tests for curl
2971:
2972: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2973: results/339-curl.processed, results/346-curl.processed: curl
2974: functionality tests
2975:
2976: 2016-08-02 moko
2977:
2978: * tests/: 339.html, results/339.processed: test for tables in
2979: ^file:load[] and ^curl:load[] (commented) added (related to
2980: feature #1042)
2981:
2982: * tests/: 345.html, results/345.processed: code coverage tests for
2983: file class
2984:
2985: * tests/: 344.html, results/344.processed: code coverage tests
2986:
2987: * tests/: 344.html, results/344.processed: mdate removed from
2988: output
2989:
2990: * src/classes/file.C: minor bugfix: is_text should be taked from
2991: fcontent.is_text_mode() if not set (related to feature #1061)
2992:
2993: * tests/: 344.html, results/344.processed: more tests
2994:
2995: * tests/: 343.html, 344.html, results/343.processed,
2996: results/344.processed: tests for ^file::create[ $.from-charset
2997: and $.to-charset ] (related to feature #1061)
2998:
2999: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3000: aset_text_mode argument optimized
3001:
3002: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3003: checkBOM now used in detect_binary_content (related to feature
3004: #1061)
3005:
3006: * src/main/pa_request.C: load_charset no longer required to_upper
3007:
3008: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3009: preserves original file mode (if no $.mode specified)
3010:
3011: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3012: ^file::create now supports $.from-charset[] and $.to-charset
3013: options (implements feature #1061), automatic transcode is done
3014: if text file is created from binary file and charset is detected.
3015:
3016: 2016-07-30 moko
3017:
3018: * src/classes/table.C: ^t.hash[..;] now supported (related to
3019: feature #1057)
3020:
3021: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3022: added (related to feature #1057)
3023:
3024: * tests/: 286.html, results/286.processed: code tests coverage
3025:
3026: 2016-07-29 moko
3027:
3028: * src/classes/table.C: table size should be checked inside menu and
3029: foreach (related to feature #858)
3030:
3031: * src/: classes/curl.C, classes/file.C, classes/string.C,
3032: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3033: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3034: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3035: charsets.get now does str_upper inside (related to feature #1061)
3036:
3037: * tests/: 342.html, results/342.processed: more code coverage tests
3038:
3039: * tests/: 342.html, outputs/342.processed: table menu code coverage
3040: + foreach test added (related to feature #858)
3041:
3042: * tests/: 341.html, results/341.processed: tests for
3043: ^table.hash[]{code} added + code coverage tests (related to
3044: feature #1057)
3045:
3046: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3047: value} support (implements feature #1057)
3048:
3049: * src/classes/table.C: whitespace
3050:
3051: 2016-07-28 moko
3052:
3053: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3054: from URL, if not specified query string removed from url-based
3055: filenames in ^curl:load[] and ^file::load[] (related to feature
3056: #1042)
3057:
3058: 2016-07-27 moko
3059:
3060: * tests/: 340.html, results/340.processed: test for
3061: transcode_text_result=false added (related to issue #1042)
3062:
3063: 2016-07-26 moko
3064:
3065: * src/types/pa_vfile.C: file name should not be empty (if file path
3066: is folder and ends with /) (related to feature #1042)
3067:
3068: * src/main/pa_http.C: whitespace optimizaion
3069:
3070: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3071: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3072: multiple headers, ^file::load supports headers transcoding
3073: (implements feature #1042)
3074:
3075: 2016-07-25 moko
3076:
3077: * src/include/pa_common.h: PA_DEFAULT added
3078:
3079: 2016-07-22 moko
3080:
3081: * tests/: 338.html, results/338.processed: test for
3082: $date.field(value) added (related to feature #1066)
3083:
3084: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3085: $date.field(value) now supported for y/m/d/h/m/s (implements
3086: feature #1066)
3087:
1.105 moko 3088: 2016-07-21 moko
3089:
3090: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3091: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3092: arguments removed; image.C - absolute path shown in exception
3093: (implements feature #1071)
3094:
3095: * tests/: 235.html, results/235.processed: test and test result
3096: updated after static boundary in mail and Errors-To: mail header
3097: removed (related to feature #1047)
3098:
3099: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3100: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3101: used, static boundary in mail removed, Errors-To: mail header
3102: removed (implements feature #1047)
3103:
3104: 2016-07-20 moko
3105:
3106: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3107: equest.classes(): Value -> VStateless_class, part 3 (related to
3108: issue #1051)
3109:
3110: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3111: request.classes(): Value -> VStateless_class, part 2 (related to
3112: issue #1051)
3113:
3114: * tests/results/: 224.processed, 323.processed: classes without
3115: methods should not be methoded (related to issue #1051)
3116:
3117: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3118: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3119: -> VStateless_class, part 1 (related to issue #1051)
3120:
3121: * tests/: 337.html, results/337.processed: test for
3122: ^reflection:fields_reference[] and VHashReference class added
3123: (related to feature #1072)
3124:
3125: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3126: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3127: and VHashReference added, allowing ^reflection:fields_reference[]
3128: implementation (closes feature #1072)
3129:
3130: 2016-07-19 moko
3131:
3132: * tests/: 323.html, results/323.processed: we want to see
3133: "methoded"
3134:
3135: * tests/: 336.html, results/336.processed: test for $BASE:property
3136: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3137: #1059)
3138:
3139: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3140: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3141: somebody_entered_some_class, $BASE:property works again,
3142: ^BASE:method[] bugs fixed (fixes bug #1059)
3143:
3144: 2016-07-14 moko
3145:
3146: * tests/: 335.html, results/335.processed: test for feature #1055
3147: added
3148:
3149: * src/classes/hash.C: bugfix: $._default was not copied if empty
3150: feature: ^hash.contains[_default] added (implements feature
3151: #1055)
3152:
3153: 2016-07-13 moko
3154:
3155: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3156: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3157:
3158: 2016-07-05 moko
3159:
3160: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3161: in ^hash.foreach (related to feature #1073)
3162:
3163: 2016-07-04 moko
3164:
3165: * tests/: 134.html, 281.html, results/134.processed,
3166: results/281.processed: tests updated after hash blocking removed
3167: (related to feature #1073)
3168:
3169: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3170: no longer blocks on change during foreach (implements feature
3171: #1073)
3172:
3173: 2016-06-17 moko
3174:
3175: * tests/: 330.html, results/330.processed: try exception source
3176: test added (related to bug in #1062)
3177:
3178: * tests/: 334.html, results/334.processed: Exception stack trace
3179: test added (related to bug in $1062)
3180:
3181: * src/classes/op.C: Exception trace now correctly restored and
3182: errors reported (related to bug #1062)
3183:
1.104 moko 3184: 2016-05-25 moko
3185:
3186: * src/main/compile.y: minor cleanup + beauty
3187:
3188: 2016-05-24 moko
3189:
3190: * tests/: 333.html, results/333.processed: more exceptions testing
3191:
3192: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3193: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3194: features #1056, #1026)
3195:
3196: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3197: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3198: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3199: (implements feature #1056)
3200:
3201: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3202: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3203: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3204: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3205: feature #1026)
3206:
3207: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3208: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3209: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3210: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3211: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3212: feature #1026)
3213:
3214: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3215: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3216: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3217: SYMBOLS_CACHING define implemented (related to feature #1026)
3218:
3219: * src/main/main.vcproj: + ps_symbols
3220:
3221: * src/: include/Makefile.am, include/pa_string.h,
3222: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3223: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3224: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3225: types/pa_vstateless_class.C: initial implementation for symbols
3226: cache (related to feature #1026)
3227:
3228: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3229:
3230: * src/main/pa_globals.C: minor cleanup
3231:
3232: 2016-05-19 moko
3233:
3234: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3235: (related to feature #1046)
3236:
3237: * tests/: 331.html, results/331.processed: test for
3238: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3239: (related to feature #1051)
3240:
3241: * src/main/compile.y:
3242: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3243: (implements feature #1054)
3244:
3245: 2016-05-18 moko
3246:
3247: * src/types/pa_vtable.C, tests/results/324.processed: no more
3248: "column not found" exception for ^table.no-such-method[] (related
3249: to feature #1046)
3250:
3251: * tests/: 261.html, results/261.processed: test added and updated
3252: after feature #1046 implementation
3253:
3254: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3255: types/pa_vvoid.h: $string.anything works for whitespace strings,
3256: ^string.contains added for hash compatibility, $string.method no
3257: longer returns stting method (implements feature #1046)
3258:
3259: 2016-05-12 moko
3260:
3261: * src/classes/curl.C: content-type response header no longer
3262: ignored (fixes issue #1045)
3263:
3264: * tests/: 330.html, results/330.processed: test for incomplete
3265: finally execution when break occures added (related to issue
3266: #1077)
3267:
3268: * src/classes/op.C: bugfix: Request::skip reset is called before
3269: executing catch and finally code (fixes issue #1062)
3270:
3271: 2016-05-11 moko
3272:
3273: * tests/: 329.html, results/329.processed: test for invalid
3274: ^break[] behavour added (bug #1077)
3275:
3276: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3277:
3278: 2016-04-24 moko
3279:
3280: * src/types/pa_vstateless_class.h: warning war
3281:
3282: 2016-04-17 moko
3283:
3284: * tests/: 328.html, results/328.processed: test for
3285: ^break(condition) and ^continue(condition) (related to feature
3286: #1063)
3287:
3288: * src/classes/op.C: ^break(condition) and ^continue(condition)
3289: implemented (feature #1063)
3290:
3291: 2016-04-12 moko
3292:
3293: * tests/results/280.processed: ordered hash now used for class
3294: methods and properties (test results updated for feature #1069)
3295:
3296: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3297: to xdoc.C as under FreeBSD it was inited after and inheritance
3298: failed (related to issue #1051)
3299:
3300: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3301: are printed to check inheritance (related to feature #1051)
3302:
1.103 moko 3303: 2016-04-09 moko
3304:
3305: * tests/results/320.processed: ordered hash now used for class
3306: methods and properties (test results updated for feature #1069)
3307:
3308: * src/types/pa_vstateless_class.h: ordered hash now used for class
3309: methods and properties (implements feature #1069)
3310:
3311: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3312: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3313: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3314: feature #1051)
3315:
3316: 2016-04-07 moko
3317:
3318: * src/main/execute.C: returned Value in .CLASS case for VJunction
3319: (related to feature #1051)
3320:
3321: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3322: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3323: string constants deduplication (related to feature #1051)
3324:
3325: * tests/results/224.processed: test result updated (related to
3326: feature #1051)
3327:
3328: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3329: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3330: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3331: types/pa_vstatus.h: classes hash now contains only
3332: VStateless_class derived objects, .CLASS is also allways
3333: VStateless_class derived object (related to feature #1051).
3334:
3335: 2016-04-06 moko
3336:
3337: * tests/results/323.processed: test result updated after feature
3338: #1051 implementation
3339:
3340: * src/: classes/classes.h, classes/op.C, classes/response.C,
3341: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3342: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3343: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3344: types/pa_vresponse.C, types/pa_vresponse.h,
3345: types/pa_vstateless_class.h: base -> methoded_donor for static
3346: classes, type() moved from VStateless_class to VClass and
3347: Methoded (implements feature #1051)
3348:
3349: 2016-04-04 moko
3350:
3351: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3352: beauty: put_class added (related to feature #1051)
3353:
3354: 2016-04-01 moko
3355:
3356: * tests/results/: 175.processed, 192.processed, 224.processed,
3357: 229.processed, 244.processed, 246.processed, 316.processed: test
3358: results updated as class.type() removed from error messages, only
3359: type() left (related to feature #1051)
3360:
3361: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3362: classes/op.C, classes/reflection.C, main/compile.y,
3363: main/compile_tools.h, main/execute.C, main/pa_request.C,
3364: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3365: types/pa_vmethod_frame.h, types/pa_vobject.h,
3366: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3367: from VStateless_class, type() is used instead (related to feature
3368: #1051)
3369:
3370: * src/classes/mail.C: old logic restored.
3371:
3372: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3373: classes/classes.h, classes/curl.C, classes/date.C,
3374: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3375: classes/hashfile.C, classes/image.C, classes/inet.C,
3376: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3377: classes/memcached.C, classes/memory.C, classes/reflection.C,
3378: classes/regex.C, classes/response.C, classes/string.C,
3379: classes/table.C, classes/xdoc.C, classes/xnode.C,
3380: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3381: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3382: feature #1051)
3383:
3384: 2016-03-30 moko
3385:
3386: * tests/: 327.html, results/224.processed, results/327.processed:
3387: test for TZ specification in ^date::create[], TZ is kept during
3388: ^date::create[$dt] (related to feature #1048)
3389:
3390: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3391: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3392: feature #1048)
3393:
3394: 2016-03-29 moko
3395:
3396: * tests/: 315.html, results/315.processed: test for timezone format
3397: +HHmm added (related to feature #1065)
3398:
3399: * src/classes/date.C: timezone format +HHmm now supported
3400: (implements feature #1065)
3401:
3402: 2016-03-28 moko
3403:
3404: * tests/: 202.html, results/131.processed, results/202.processed,
3405: results/224.processed, results/256.processed,
3406: results/315.processed: test results updated after %.2d now
3407: default for hours offset in iso-string (was %2d), test for
3408: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3409: added (related to feature #1065)
3410:
3411: 2016-03-27 moko
3412:
3413: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3414: feature #1065)
3415:
3416: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3417: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3418: added (implements feature #1065)
3419:
3420: 2016-03-24 moko
3421:
3422: * tests/: 202.html, results/202.processed: test $date.week added
3423: (related to bug #1067)
3424:
3425: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3426: date (fix for bug #1067)
3427:
3428: 2016-03-10 moko
3429:
3430: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3431:
1.102 moko 3432: 2015-12-07 moko
3433:
3434: * tests/: 326.html, results/326.processed: test for .CLASS &
3435: .CLASS_NAME optimization added (related to feature #844)
3436:
3437: 2015-11-17 moko
3438:
3439: * tests/: 323.html, results/323.processed: order added
3440:
3441: * tests/: 325.html, results/325.processed: double range test added
3442: (related to bug #1049)
3443:
3444: 2015-11-16 moko
3445:
3446: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3447: added to disallow NaN and Infinity (fixes bug #1049)
3448:
3449: 2015-11-11 moko
3450:
3451: * tests/324.html: parser 3.4.3 execution support added (related to
3452: feature #1017)
3453:
3454: * tests/: 324.html, results/324.processed: test for
3455: GET_ELEMENT4CALL feature added (feature #1017)
3456:
1.101 moko 3457: 2015-10-29 moko
3458:
3459: * operators.txt: updated for 3.4.4
3460:
3461: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3462:
3463: * src/main/pa_exec.C: get_exit_status implemented for Windows
3464: (related to bug #1043)
3465:
3466: 2015-10-28 moko
3467:
3468: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3469: hangup during ^file::exec (fixes bug #1043)
3470:
1.100 moko 3471: 2015-10-27 moko
3472:
3473: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3474:
1.99 moko 3475: 2015-10-26 moko
3476:
1.100 moko 3477: * tests/322.html, src/classes/reflection.C: arguments reorder
3478: (related to issue #1041)
3479:
3480: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3481: Copyright year updated
3482:
1.99 moko 3483: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3484: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3485: classes/form.C, classes/hash.C, classes/hashfile.C,
3486: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3487: classes/mail.C, classes/math.C, classes/memcached.C,
3488: classes/memory.C, classes/op.C, classes/reflection.C,
3489: classes/regex.C, classes/response.C, classes/string.C,
3490: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3491: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3492: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3493: include/pa_config_fixed.h, include/pa_config_includes.h,
3494: include/pa_dictionary.h, include/pa_dir.h,
3495: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3496: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3497: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3498: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3499: include/pa_request_charsets.h, include/pa_request_info.h,
3500: include/pa_sapi.h, include/pa_socks.h,
3501: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3502: include/pa_stack.h, include/pa_string.h,
3503: include/pa_stylesheet_connection.h,
3504: include/pa_stylesheet_manager.h, include/pa_table.h,
3505: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3506: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3507: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3508: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3509: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3510: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3511: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3512: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3513: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3514: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3515: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3516: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3517: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3518: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3519: main/pa_string.C, main/pa_stylesheet_connection.C,
3520: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3521: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3522: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3523: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3524: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3525: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3526: targets/isapi/parser3isapi.C, types/pa_junction.h,
3527: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3528: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3529: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3530: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3531: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3532: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3533: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3534: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3535: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3536: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3537: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3538: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3539: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3540: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3541: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3542: types/pa_vresponse.C, types/pa_vresponse.h,
3543: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3544: types/pa_vstateless_object.h, types/pa_vstatus.C,
3545: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3546: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3547: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3548: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3549: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3550:
3551: * src/targets/cgi/parser3.C: year updated
3552:
3553: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3554: issue #1041)
3555:
3556: * tests/: 323.html, results/323.processed: test for base classes
3557: added
3558:
3559: * tests/: 261.html, results/261.processed: updated after better
3560: error reporting done for $string.key exception
3561:
3562: * src/types/pa_vstring.h: better error report for $string.key
3563: exception
3564:
3565: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3566: copied as VObject::get_element4call to remove extra virtual call
3567:
3568: * tests/: 322.html, results/322.processed: test for
3569: ^reflection:is[] added (related to feature #1041)
3570:
3571: * src/classes/reflection.C: ^reflection:is empty value is void
3572: (related to feature #1041)
3573:
3574: * src/classes/reflection.C:
3575: ^reflection:is[class_name|code|method;[context;]element_name]
3576: added (implements feature #1041)
3577:
3578: 2015-10-24 moko
3579:
3580: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3581:
1.98 moko 3582: 2015-10-22 moko
3583:
3584: * tests/: 321.html, results/321.processed: test for
3585: ^reflection:method_info[] file detection added
3586:
3587: * tests/: 320.html, results/320.processed: test for
3588: ^reflection:class_by_name[class_name] added (related to feature
3589: #993)
3590:
3591: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3592: added (implements feature #993)
3593:
3594: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3595: (related to feature #1017)
3596:
3597: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3598: added (related to issue #1039)
3599:
3600: * src/main/pa_request.C: ^throw origin fixed (related to feature
3601: #1039)
3602:
3603: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3604: for VDate
3605:
3606: * tests/results/182.processed: updated after feature #1038
3607: implemented
3608:
3609: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3610: compile-time exception origin added (test for feature #1039)
3611:
3612: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3613: main/pa_request.C: exception unification: compile-time exceptions
3614: now have origin, @USE origins also tracked (implements feature
3615: #1039)
3616:
3617: 2015-10-20 moko
3618:
3619: * src/main/pa_request.C: cleanup
3620:
3621: 2015-10-15 moko
3622:
3623: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3624:
3625: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3626: types/pa_vtable.C: new feature: no more $table.method and
3627: $hash.method, aliases for _at, _count, _key (related to feature
3628: #1017)
3629:
1.97 moko 3630: 2015-10-14 moko
3631:
1.98 moko 3632: * tests/: 317.html, results/317.processed: test for
3633: ^string.unescape[] added (related to feature #120)
3634:
1.97 moko 3635: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3636: defined" bug (described in issue #1036)
3637:
3638: * tests/: 247.html, results/247.processed: test for checkBOM added
3639: (test for bug #1037)
3640:
3641: * src/: include/pa_charsets.h, main/pa_charsets.C,
3642: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3643: it's not enforced, skips BOM signature if it complies charset
3644: (fixes bug #1037)
3645:
3646: 2015-10-13 moko
3647:
3648: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3649: linking
3650:
3651: * src/classes/inet.C: vs2003 compilation fix
3652:
3653: * src/classes/math.C: warning war
3654:
3655: * src/lib/punycode/pa_punycode.c: warning war
3656:
3657: 2015-10-12 moko
3658:
3659: * src/lib/punycode/pa_punycode.c: warning war
3660:
3661: * parser3.sln: moved parser3 first, to make it default startup
3662: project
3663:
3664: * buildall: parser "mirror" now used for external libs sources
3665: (implements feature #1036)
3666:
3667: * buildall: most external libs are updated to their current
3668: versions (related to feature #1036)
3669:
3670: * src/classes/image.C: more tags added
3671:
3672: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3673:
3674: 2015-10-11 moko
3675:
3676: * src/classes/curl.C: minor optimization (related to feature #1035)
3677:
3678: 2015-10-09 moko
3679:
3680: * src/classes/curl.C: pa_strdup added for strings from curl
3681: (related to feature #1035)
3682:
3683: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3684: ULLONG_MAX definition
3685:
3686: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3687: (implements feature #1035)
3688:
3689: * src/main/pa_charset.C: String::Body(String::C) used
3690:
3691: * src/main/pa_charset.C: exceptions unified
3692:
3693: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3694: unified
3695:
3696: * src/: classes/file.C, classes/image.C, classes/mail.C,
3697: classes/op.C, classes/xdoc.C, classes/xnode.C,
3698: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3699: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3700: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3701: String::Body(String::C) constructor added (related to bug #957)
3702:
3703: * src/classes/file.C: minor optimization
3704:
3705: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3706: Cord(char*) autocreation (related to bug #957)
3707:
3708: * src/: classes/string.C, main/untaint.C: minor optimizations
3709:
3710: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3711: String(char*, Lang, length) removed, String(C(), Lang) used
3712: instead (related to bug #957)
3713:
3714: 2015-10-08 moko
3715:
3716: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3717: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3718: main/untaint.C: Now char * is converted to CORD only using
3719: AS_CORD() to check for empty cord bug (fixes bug #957)
3720:
3721: * src/include/pa_hash.h: fixed compilation without
3722: HASH_CODE_CACHING
3723:
3724: * src/classes/string.C:
3725: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3726: feature #120)
3727:
3728: * src/main/pa_common.C: reduce js flags checks count (related to
3729: feature #120)
3730:
1.96 moko 3731: 2015-10-07 moko
3732:
3733: * tests/: 275.html, results/275.processed: test modified after
3734: unsigned long long int support implemented (feature #1034)
3735:
3736: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3737: pa_atoul added for unsigned long long int support
3738:
3739: 2015-10-06 moko
3740:
3741: * src/types/pa_vdate.C: INT_MAX used
3742:
3743: 2015-10-03 moko
3744:
3745: * tests/: 302.html, results/302.processed: test for bug #1023
3746: (\u2028, \u2029 escaping) added
3747:
3748: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3749: json:string[] (fixes bug #1023)
3750:
3751: 2015-09-29 moko
3752:
3753: * tests/305.html: try-catch added for OS without ipv6 support
3754:
3755: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3756: compilation
3757:
3758: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3759: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3760: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3761: implemented to distinguish ^hash.method from $hash.field
3762: (implements feature #1017)
3763:
3764: * src/lib/punycode/pa_punycode.c: warning war
3765:
3766: * src/include/pa_config_includes.h: warning war
3767:
3768: * src/include/pa_config_includes.h: pragma warning actualized a bit
3769:
3770: * src/include/pa_config_includes.h: warning war
3771:
3772: * src/include/pa_hash.h: clang compilation fix
3773:
3774: 2015-09-27 moko
3775:
3776: * src/main/compile.tab.C: Bison 3 is now default
3777:
3778: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3779:
3780: 2015-09-25 moko
3781:
3782: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3783: works with undefined HASH_ORDER (related to feature #196)
3784:
3785: 2015-09-24 moko
3786:
3787: * tests/: 027.html, results/027.processed: test modified to test
3788: ^hash.sort (feature #196)
3789:
3790: * src/: classes/hash.C, include/pa_hash.h:
3791: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3792: added (implements feature #196)
3793:
3794: * tests/: 316.html, results/316.processed: Added test for bug #1025
3795: (exception handling in non-cached ^cache), plus for "it does not
3796: have logical value" and "$exception.handled value must be either
3797: boolean or string 'cache'" exceptions.
3798:
3799: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3800: code (fixes bug #1025)
3801:
1.95 moko 3802: 2015-09-23 moko
3803:
3804: * src/classes/table.C: warning war
3805:
3806: * src/: classes/math.C, types/pa_vcookie.C: warning war
3807:
3808: * src/classes/file.C: warning war
3809:
3810: * src/: include/pa_table.h, main/pa_table.C: warning war
3811:
3812: * src/: main/pa_request.C, classes/date.C: warning war
3813:
3814: * src/: types/pa_vdate.C, classes/op.C: warning war
3815:
3816: * tests/: 122.html, results/122.processed: win sync: to remove
3817: differences with OS that doesn't keep timezone change history
3818:
3819: * src/types/pa_vdate.C: tzset() should be called in Windows after
3820: TZ change (related to feature #36)
3821:
3822: * tests/: 075.html, results/075.processed: win sync: to remove
3823: differences with OS that doesn't keep timezone change history
3824:
3825: * tests/: 315.html, results/315.processed: win sync: to remove
3826: differences with OS that doesn't keep timezone change history
3827:
3828: * tests/: 256.html, results/256.processed: win sync: to remove
3829: differences with OS that doesn't keep timezone change history
3830:
3831: * tests/: 124.html, results/124.processed: win results sync: to
3832: avoid hitting time change hole.
3833:
3834: * src/types/pa_vdate.C: static returned. :)
3835:
3836: 2015-09-22 moko
3837:
3838: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3839:
3840: * tests/results/131.processed: more tests for feature #1032
3841:
3842: * src/classes/date.C: minor fix related to feature #1032
3843:
3844: * operators.txt: ISO date creation documented (related to feature
3845: #1032)
3846:
3847: * operators.txt: iso-string documented (related to feature #1032)
3848:
3849: * tests/: 315.html, results/315.processed: more tests added
3850: (related to feature #1032)
3851:
3852: * tests/: 131.html, results/131.processed: date range checks
3853: updated (related to feature #36)
3854:
3855: * tests/: 315.html, results/057.processed, results/315.processed:
3856: test added for ISO date support (related to issue #315)
3857:
3858: * src/classes/date.C: more readable exceptions in date creation
3859: (related to ticket #1032)
3860:
3861: 2015-09-18 moko
3862:
3863: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3864: added (related to issue #1032)
3865:
3866: * tests/results/256.processed, src/classes/json.C: iso-string
3867: documented (related to issue #1032)
3868:
3869: * tests/: 256.html, results/256.processed: ISO date check added
3870: (related to issue #1032)
3871:
3872: * tests/: 057.html, results/057.processed, results/224.processed:
3873: tests results updated after ISO date support implemented (related
3874: to feature #1032)
3875:
3876: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3877: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3878: ^date::create[string] constructor formalized, ^date.iso-string[]
3879: added (implements feature #1032)
3880:
3881: 2015-09-05 moko
3882:
3883: * operators.txt: actualized
3884:
3885: * operators.txt: date changes documented (related to ticket #36)
3886:
3887: 2015-09-04 moko
3888:
3889: * src/types/pa_vdate.C: warning war
3890:
3891: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3892:
3893: 2015-09-03 moko
3894:
3895: * tests/results/096.processed: test result updated for 0..9999 year
3896: date range support (related to feature #36)
3897:
3898: * tests/: 314.html, results/314.processed: test for
3899: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3900: bug #1031)
3901:
3902: * src/classes/string.C: Static calls fixed for ^string:base64[],
3903: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3904:
1.116 moko 3905: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3906: configure.in -> configure.ac
1.95 moko 3907:
1.116 moko 3908: * configure, configure.in, src/include/pa_config_auto.h.in: more
3909: correct timezone check for FreeBSD Warning war: configure.in ->
3910: configure.ac
1.95 moko 3911:
3912: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3913: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3914: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3915: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3916: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3917: src/main/Makefile.am, src/targets/apache/Makefile.am,
3918: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3919: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3920: check added
3921:
3922: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3923:
3924: * tests/results/: 124.processed, 224.processed: test resuls updated
3925: for new date implementation (related to feature #36)
3926:
3927: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3928: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3929: types/pa_vdate.h: new double date implementation with internal
3930: support for extended 0..9999 year range, default timezone support
3931: (related to feature #36)
3932:
3933: 2015-08-28 moko
3934:
3935: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3936: (fixes bug #1030)
3937:
3938: 2015-08-21 moko
3939:
3940: * src/classes/inet.C: snprintf size "bug" commented
3941:
3942: * src/main/pa_common.C: snprintf comments updated
3943:
3944: 2015-08-16 moko
3945:
3946: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3947:
3948: 2015-08-11 moko
3949:
3950: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3951: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3952: can be null (fixes bug #1029)
3953:
3954: 2015-08-06 moko
3955:
1.116 moko 3956: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3957: pa_vdate.C added
1.95 moko 3958:
3959: 2015-08-05 moko
3960:
3961: * tests/: 313.html, results/313.processed: test for
3962: ^table.count[columns] and ^table.flip[] with nameless tables
3963: (feature #1003)
3964:
3965: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3966: max_cell added, now ^table.count[columns] and ^table.flip[] works
3967: correctly for nameless tables (implements feature #1003)
3968:
3969: 2015-08-03 moko
3970:
3971: * tests/312.html: test for ^table.append[$hash] and
3972: ^table.insert[$hash] added (related to feature #1028)
3973:
3974: * src/classes/table.C: ^table.append[$hash] and
3975: ^table.insert[$hash] now supported (implements feature #1028)
3976:
3977: * tests/: 312.html, results/312.processed: test row copy in
3978: ^table.hash[; $.type[table] ] added (related to feature #1016)
3979:
3980: * src/classes/table.C: row copy now created in ^table.hash[;
3981: $.type[table] ] (related to feature #1016)
3982:
3983: 2015-07-29 moko
3984:
3985: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3986: added (related to feature #1016)
3987:
3988: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3989: ^table.delete[] added to delete current row (related to feature
3990: 1016)
3991:
3992: 2015-07-28 moko
3993:
3994: * tests/: 312.html, results/312.processed: test for
3995: $table.column[value] and ^table.insert{row} (related to feature
3996: #1016)
3997:
3998: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3999: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4000: ^table.insert{row} are now implemented (feature #1016)
4001:
4002: * src/include/pa_array.h: Optimization: bool reverse removed from
4003: append(), insert() added, memmove arguments order in remove()
4004: fixed (related to feature #1016)
4005:
4006: 2015-07-23 moko
4007:
4008: * src/classes/json.C: tainted json and empty json exception added
4009: (implements feature #1015)
4010:
4011: * tests/: 311.html, results/311.processed: empty json and tainted
4012: json exception test added (related to issue #1015)
4013:
4014: 2015-07-22 moko
4015:
4016: * tests/: 311.html, results/311.processed: test for UTF-8
4017: processing added
4018:
4019: * tests/: 311.html, results/311.processed: test for
4020: json_exception_with_source added (related to issue #394)
4021:
4022: * src/classes/json.C: json_exception_with_source added (implements
4023: feature #394)
4024:
4025: 2015-06-29 moko
4026:
4027: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4028: directories are now correctly determined if _d_type == DT_UNKNOWN
4029: (closes bug #1027)
4030:
4031: 2015-06-10 moko
4032:
4033: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4034: error if libxml has LIBXML_ICU_ENABLED.
4035:
4036: 2015-06-04 moko
4037:
4038: * tests/099.html: ups, reverting
4039:
4040: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4041: results/310.processed: tests for $response:body[ $.file[] ] and
4042: $response:last-modified added
4043:
4044: * src/main/pa_request.C: last-modified check fixed
4045:
4046: 2015-06-03 moko
4047:
4048: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4049: results/205.processed, results/293.processed: $response:headers
4050: logging added (tests for feature #1007)
4051:
4052: * src/: include/pa_common.h, include/pa_request.h,
4053: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4054: $response:headers are now in uppercase (closes feature #1007)
4055:
4056: 2015-06-02 moko
4057:
4058: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4059: build errors reverted for clang compatibility
4060:
4061: 2015-06-01 moko
4062:
4063: * src/include/pa_memory.h: -pedantic build errors fixed
4064:
4065: * src/classes/math.C: -pedantic build error fixed
4066:
4067: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4068:
4069: 2015-05-31 moko
4070:
4071: * src/classes/table.C: USE_STRINGSTREAM optimized
4072:
4073: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4074: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4075: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4076: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4077: types/pa_vxnode.h: warning war (-pedantic flag)
4078:
4079: 2015-05-28 moko
4080:
4081: * tests/: 308.html, results/308.processed: test for
4082: ^table::create[$t;], etc work added (related to bug #975)
4083:
4084: * src/classes/table.C: check_option_param removed,
4085: ^table::create[$t;], etc now works (fixes bug #975)
4086:
4087: 2015-05-27 moko
4088:
4089: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4090: (Debian jessie) fixed (closes issue #1024)
4091:
4092: * tests/Makefile: sort added as in Debian jessie list become
4093: unsorted
4094:
4095: 2015-05-18 moko
4096:
4097: * tests/: 201.html, results/201.processed: test for
4098: ^string.trim[what] feature #1022
4099:
4100: * src/classes/string.C: ^string.trim[what] now supported,
4101: implements feature #1022
4102:
4103: 2015-05-17 moko
4104:
4105: * tests/results/185.processed: test result updated as feature #1021
4106: implemented (left/right accept negative parameter)
4107:
4108: * src/classes/string.C: left/right now accept negative parameter
4109: (implements feature #1021)
4110:
4111: 2015-05-08 moko
4112:
4113: * src/classes/math.C: isalnum -> pa_isalnum
4114:
4115: * src/main/execute.C: optimization in getter-junction processing
4116: (related to issue #997)
4117:
4118: 2015-05-07 moko
4119:
4120: * tests/: 307.html, results/307.processed: test for issue #997
4121: added
4122:
4123: * src/main/execute.C: process_getter result now checked if junction
4124: returned (closes issue #997)
4125:
4126: * tests/: 305.html, results/305.processed: sort added to ignore
4127: different order
4128:
4129: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4130: assignment (closes issue #994)
4131:
4132: * tests/: 306.html, results/306.processed: test for issue #994
4133: added
4134:
4135: * tests/: 303.html, results/303.processed: two more errors tested
4136:
4137: 2015-05-06 moko
4138:
4139: * tests/: 305.html, results/305.processed: test for name2ip &
4140: ip2name added (related to feature #992)
4141:
4142: * tests/: 303.html, 304.html, results/303.processed,
4143: results/304.processed: tests for idna conversion added (related
4144: to issue #849)
4145:
4146: 2015-05-02 moko
4147:
4148: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4149: implemented
4150:
4151: 2015-04-30 moko
4152:
4153: * src/main/pa_http.C: idna_host added, related to issue #849
4154:
4155: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4156: (related to issue #849)
4157:
4158: 2015-04-24 moko
4159:
4160: * src/types/pa_vjunction.C: warning war
4161:
4162: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4163: unification
4164:
4165: * src/lib/punycode/pa_idna.c: warning war
4166:
4167: 2015-04-22 moko
4168:
4169: * src/main/main.vcproj: punycode include path added
4170:
4171: * src/lib/punycode/pa_idna.c: windows compile error fixed
4172:
4173: * src/lib/punycode/pa_idna.c: warning war
4174:
4175: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4176: project file added
4177:
4178: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4179:
4180: * src/include/pa_memory.h: warning war
4181:
4182: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4183: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4184: implemented (related to feature #849)
4185:
4186: * configure.in, src/main/Makefile.am,
4187: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4188: libpunycode added in Unix
4189:
4190: 2015-04-21 moko
4191:
4192: * configure.in: large files support
4193:
4194: 2015-04-15 moko
4195:
4196: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4197: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4198: pa_punycode.h: initial version for punycode/idna support library
4199: (ticket #849)
4200:
4201: 2015-04-08 moko
4202:
4203: * src/: classes/curl.C, classes/date.C, classes/file.C,
4204: classes/image.C, classes/mail.C, classes/reflection.C,
4205: classes/string.C, classes/xnode.C, include/pa_request.h,
4206: include/pa_string.h, include/pa_stylesheet_connection.h,
4207: main/compile.y, main/compile_tools.h, main/execute.C,
4208: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4209: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4210: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4211: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4212: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4213: clang compiler warnings (closes issue #1018)
4214:
4215: * src/include/pa_string.h: String::Body comparation operators with
4216: char * added (related to issue #958)
4217:
4218: 2015-04-07 moko
4219:
4220: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4221: pa_malloc/pa_free to remove system malloc/free usage (related to
4222: issue #1018)
4223:
4224: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4225: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4226: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4227: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4228: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4229: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4230: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4231: malloc/strdup/free replaced with pa_ version and checks for
4232: accidental use of non-pa_ version added (related to issue #1018)
4233:
4234: 2015-04-03 moko
4235:
4236: * buildall: pcre-8.33 -> pcre-8.36
4237:
4238: * src/: main/compile.y, classes/form.C, classes/mail.C,
4239: classes/op.C, classes/string.C, main/compile.tab.C,
4240: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4241: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4242: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4243: ticket #958)
4244:
4245: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4246: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4247: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4248: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4249: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4250: $request:headers, $request:method added (implements feature
4251: #1007)
4252:
4253: 2015-03-17 misha
4254:
4255: * tests/302.html: - test for
4256: ^json:string[...;$._default[method-name]]
4257:
4258: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4259: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4260: option $._default[method-name] is specified in ^json:string[], a
4261: method with specified name will be called for classes/objects
4262: serialization ( new feature: #982 )
4263:
4264: 2015-03-16 misha
4265:
4266: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4267: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4268: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4269: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4270: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4271: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4272: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4273: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4274: types/pa_vrequest.h, types/pa_vstateless_class.C,
4275: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4276: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4277: $var.CLASS_NAME now have special opcodes. This can be switched
4278: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4279: on pa_opcode.h ( new feature: #844 )
4280:
4281: 2015-03-15 misha
4282:
4283: * tests/075.html: - test for $response:header[]
4284:
4285: * src/types/pa_vresponse.C: - $response:header[] deletes header
4286: that was set earlie ( new feature: #1001 )
4287:
4288: 2015-03-12 misha
4289:
4290: * tests/246.html: - more tests for ^hash._at[]
4291:
4292: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4293: accepts second param [key|value|hash] ( new feature: #1012 )
4294:
4295: 2015-03-09 moko
4296:
4297: * src/types/pa_vmail.C: exception for everything but
4298: $mail:received, closes issue #1011
4299:
4300: 2015-02-20 moko
4301:
4302: * tests/: 275.html, results/275.processed: hex detection in
4303: pa_atoui fix test (closes issue #1010)
4304:
4305: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4306: issue #1010)
4307:
4308: 2015-02-17 moko
4309:
4310: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4311: tainted.
4312:
4313: 2015-02-03 misha
4314:
4315: * tests/301.html: - test for ^json:string($double) causes
4316: exception. bugfix: #1008
4317:
4318: * src/classes/json.C: - ^json:string($double) causes exception.
4319: bugfix: #1008
4320:
4321: * tests/014.html: - updated for work with ^hash.delete[]
4322:
4323: 2015-01-12 misha
4324:
4325: * src/: classes/form.C, include/pa_common.h,
4326: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4327: types/pa_vform.h: - supports body with PUT method as well ( new
4328: feature: #1006 )
4329:
4330: * src/classes/file.C: - warnings war
4331:
4332: 2015-01-11 misha
4333:
4334: * tests/300.html: - test for ^hash.delete[] is added
4335:
4336: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4337: feature: #989 ) - tiny optimization in intersects
4338:
4339: 2015-01-06 moko
4340:
4341: * src/types/pa_vmail.C: file names transcode added, to and cc added
4342: with transcode, attachments detection fixed
4343:
4344: * src/main/pa_request.C: filling mail received after cgi/auto.p
4345: load to allow charset switch (related to issue #996)
4346:
4347: 2014-12-31 moko
4348:
4349: * src/types/pa_vmail.C: from and subject now transcoded if not
4350: UTF-8 source charset (fixes issue 996)
4351:
4352: * src/main/pa_exception.C: fixed string from stack bug (closes
4353: issue #1000)
4354:
4355: 2014-12-11 misha
4356:
4357: * src/types/pa_vhashfile.C: - check if key is not empty before
4358: access ( bug fix: #1005 )
4359:
4360: 2014-11-13 misha
4361:
4362: * src/main/compile.y: - PC.append does not reset to false while
4363: creating a new class. bugfix: #990
4364:
4365: * tests/299.html: - test for creation class after working with
4366: partial class (create+append)
4367:
4368: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4369: #995
4370:
4371: * tests/232.html: - test for @get[def] added
4372:
4373: 2014-10-12 moko
4374:
4375: * src/lib/pcre/pcre_internal.vcproj: correct path
4376:
4377: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4378: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4379: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4380: targets/apache/ApacheModuleParser3.vcproj,
4381: targets/apache/ApacheModuleParser3Core.vcproj,
4382: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4383: types/types.vcproj: project GUID inserted in *.vcproj for correct
4384: conversion in newer VS versions
4385:
4386: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4387: pcre_internal.vcproj added
4388:
4389: 2014-08-28 moko
4390:
4391: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4392: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4393: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4394:
4395: 2014-06-30 misha
4396:
4397: * tests/298.html: - tests for ^reflection:def[class;className]
4398: added
4399:
4400: * src/classes/reflection.C: - ^reflection:def[class;className]
4401: added ( new feature: #918 )
4402:
4403: 2014-06-29 misha
4404:
4405: * src/classes/table.C: - ^table::create[unsupported data] -
4406: exception comment changed to "body must be table or code" ( bug
4407: fix: #951 )
4408:
4409: * tests/: 261.html, results/261.processed: - tests for
4410: ^json:string[...;$.void[null|string]] added
4411:
4412: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4413: option $.void[string|null] added to ^json:string[...] ( new
4414: feature: #952 )
4415:
4416: 2014-06-28 moko
4417:
4418: * src/classes/curl.C: $.charset now processed before other curl
4419: options (closes issue #980)
4420:
4421: 2014-05-23 misha
4422:
4423: * src/classes/json.C: - bug fix: #987
4424:
4425: 2014-05-04 misha
4426:
4427: * tests/: 253.html, 253_json.txt: - test for
4428: ^json:parse[$.int(false)] is added
4429:
4430: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4431: default true). The option is similar to $.double(bool) but for
4432: integers.
4433:
4434: 2014-05-01 moko
4435:
4436: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4437: #12 )
4438:
4439: 2014-04-16 moko
4440:
4441: * src/main/pa_http.C: response-charset option should finally work
4442: now (fix for issue #867)
4443:
4444: * src/main/pa_http.C: response-charset option should work now (fix
4445: for issue #867)
4446:
4447: 2014-03-07 moko
4448:
4449: * buildall: libgc moved
4450:
4451: * buildall: libgc moved
4452:
4453: 2013-12-29 moko
4454:
4455: * src/classes/string.C: ^string:js-unescape result now tainted,
4456: closes issue #966
4457:
4458: * tests/: 186.html, results/186.processed: ^string:js-unescape
4459: result now tainted, issue #966
4460:
4461: 2013-12-03 moko
4462:
4463: * src/: classes/memcached.C, types/pa_vmemcached.C,
4464: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4465: option was added for http://www.parser.ru/forum/?id=79343
4466:
4467: * src/classes/file.C: bugfix for
4468: http://www.parser.ru/forum/?id=79337
4469:
4470: 2013-11-05 moko
4471:
4472: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4473:
4474: * src/main/pa_globals.C: spelling fixed
4475:
4476: 2013-10-29 moko
4477:
4478: * src/lib/json/json.vcproj: json.c -> pa_json.C
4479:
4480: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4481: #892
4482:
4483: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4484: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4485: exceptions to be thrown thougth json library), related to issue
4486: #892
4487:
4488: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4489: related to issue #896
4490:
4491: 2013-10-24 moko
4492:
4493: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4494:
4495: 2013-10-23 moko
4496:
4497: * README: actualization
4498:
4499: 2013-10-22 moko
4500:
4501: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4502: compatibility patch from Sergey Kirpichev
4503:
4504: * tests/: 297.html, results/297.processed: non-working getter fix
4505: test for issue #948
4506:
4507: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4508: called when saving value of $match variable in ^string.match[] to
4509: increase compatibility (related to issue #948).
4510:
4511: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4512: usage optimization
4513:
4514: 2013-10-21 moko
4515:
4516: * tests/: 182.html, results/182.processed: local path removed for
4517: compatibility
4518:
4519: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4520: results/244.processed, results/253.processed,
4521: results/254.processed, results/275.processed,
4522: results/281.processed: try_catch -> try-catch
4523:
4524: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4525: results/294.processed, results/296.processed: try_catch ->
4526: try-catch
4527:
4528: 2013-10-20 moko
4529:
4530: * tests/: 296.html, results/296.processed: test for xsl exception
4531: for issue #938 added.
4532:
4533: * src/: include/pa_xml_exception.h,
4534: main/pa_stylesheet_connection.C: forgotten to be replaced
4535: XmlException is now replaced (once again closes issue #938)
4536:
4537: 2013-10-18 moko
4538:
4539: * buildall: disable clock_gettime detection to avoid librt linking
4540: (which in turn depends on libpthread), related to issue #943
4541:
4542: 2013-10-18 misha
4543:
4544: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4545: lib/smtp/smtp.vcproj, main/main.vcproj,
4546: targets/apache/ApacheModuleParser3Core.vcproj,
4547: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4548: types/types.vcproj: - new locations for libxml2 includes where
4549: added to vcproj files
4550:
4551: 2013-10-18 moko
4552:
4553: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4554: fix
4555:
4556: * tests/: 295.html, results/295.processed: test for issue #948
4557: updated
4558:
4559: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4560: :)
4561:
4562: * tests/: 295.html, results/295.processed: test for issue #948
4563: added
4564:
4565: * src/: classes/hash.C, classes/string.C, classes/table.C,
4566: include/pa_request.h, types/pa_method.h: for getters and setters
4567: to be executed request.put_element should be called, not
4568: context.put_element (fixes issue #948)
4569:
4570: 2013-10-17 moko
4571:
4572: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4573: LIBXML2_NEW_BUFFER check (closes issue #943)
4574:
4575: * buildall: libxml 2.9.1 build is broken --without-reader.
4576:
4577: 2013-10-16 moko
4578:
4579: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4580:
4581: * tests/: 294.html, results/294.processed: test for issue #938
4582:
4583: * src/: classes/xdoc.C, classes/xnode.C,
4584: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4585: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4586:
4587: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4588: libxslt-1.1.26 -> libxslt-1.1.28
4589:
4590: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4591: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4592: to '?', related to issue #938
4593:
4594: 2013-10-15 moko
4595:
4596: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4597: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4598: minor optimizations (closes issue #896)
4599:
4600: * tests/results/: 292.processed, 293.processed: results updated to
4601: comply with issue #896
4602:
4603: * tests/: 292.html, 293.html, results/292.processed,
4604: results/293.processed: tests for json escaping
4605:
4606: 2013-10-14 moko
4607:
4608: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4609: and cleanup, code moved from .h to .C, no changes in code
4610:
4611: 2013-10-12 moko
4612:
4613: * tests/results/119.processed: updated test result commited
4614:
4615: * tests/: 291.html, results/291.processed: test for issue #894
4616: added
4617:
4618: * src/types/pa_wcontext.h: base methods call support function
4619: get_somebody_entered_some_class should not be true forever, as
4620: wcontext can have many get_elements calls (fixes issue #894)
4621:
4622: 2013-10-11 moko
4623:
4624: * tests/: 290.html, results/290.processed: test for junction GPF
4625: issue #942 added
4626:
4627: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4628: to native method fixed (closes issue #942)
4629:
4630: * tests/: 158.html, results/158.processed: test for csv-string[]
4631: added
4632:
4633: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4634: feature #907)
4635:
4636: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4637: feature #907)
4638:
4639: 2013-10-09 moko
4640:
4641: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4642: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4643: types/pa_vstateless_class.C: GET_default, SET_default now works
4644: properly not only in objects, but in classes as well (closes
4645: issue #903)
4646:
4647: * tests/: 289.html, results/289.processed: GET/SET_default now
4648: works in classes, not only objects, test case added, related to
4649: issue #903
4650:
4651: * tests/: 288.html, results/288.processed: test for endless
4652: recursion bug added (related to issue #903)
4653:
4654: 2013-10-05 moko
4655:
4656: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4657: classes/table.C, main/execute.C, types/pa_method.h,
4658: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4659: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4660: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4661: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4662: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4663: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4664: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4665: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4666: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4667: optimization: put_element no longer has "bool areplace" argument,
4668: related to issue #903
4669:
4670: 2013-10-03 moko
4671:
4672: * tests/results/182.processed: result for $.replace(false) test
4673: commited
4674:
4675: * src/classes/date.C: ^date::create(number) processed correctly
4676: (fixes issue #901)
4677:
4678: * src/classes/image.C: as_no_junction removed, as param can be
4679: expression (closes issue #931)
4680:
4681: * tests/233.html: test for issue #931 added
4682:
4683: 2013-10-02 moko
4684:
4685: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4686: modified, test for $.replace(false) added
4687:
4688: * src/main/compile_tools.h: forgotten class replace returned. :)
4689:
4690: 2013-09-30 moko
4691:
4692: * tests/: 141.html, results/141.processed: md5 tainting test added
4693:
4694: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4695: main/compile_tools.h, main/pa_request.C: allow_class_replace
4696: implemented; $.replace option added to ^process and ^use
4697:
4698: 2013-08-27 moko
4699:
4700: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4701: cstr_to_string_body_untaint should be called with charsets for
4702: possible uri language and connection for possible sql language.
4703: related to issue #857
4704:
4705: * buildall: and -> or fixed
4706:
4707: 2013-08-26 moko
4708:
4709: * buildall: prepare_ functions logic changed to support
4710: gc-7.2d.tar.gz extracting to gc-7.2 directory
4711:
4712: 2013-08-23 moko
4713:
4714: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4715: statically
4716:
4717: 2013-08-22 moko
4718:
4719: * src/classes/string.C: String::Empty used (related to issue #912)
4720: append_know_length removed (related to old GPF bug)
4721:
4722: 2013-08-21 moko
4723:
4724: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4725:
4726: * src/classes/math.C: ^math:digest[...;$file] support added
4727: (related to ticket #857
4728:
4729: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4730: implemented
4731:
4732: * src/types/pa_vhashfile.h: warning war
4733:
4734: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4735: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4736: anti_endless_json_string_recoursion removed from request;
4737: json_string_recoursion added to json_options; $.indent[indent
4738: value] now supported and passed within recoursion closes feature
4739: #937
4740:
4741: * tests/: 287.html, results/287.processed: test for feature #937
4742:
4743: 2013-07-31 moko
4744:
4745: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4746: compilation having #define _S
4747:
4748: * src/main/pa_globals.C: cleanup
4749:
4750: 2013-07-30 moko
4751:
4752: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4753: main/pa_common.C: vs2003 warning war
4754:
4755: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4756:
4757: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4758:
4759: * src/lib/md5/pa_sha2.c: warning war
4760:
4761: 2013-07-29 moko
4762:
4763: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4764: patches from github
4765:
4766: * src/: classes/bool.C, classes/double.C, classes/int.C,
4767: classes/memcached.C, include/pa_config_includes.h,
4768: types/pa_vfile.C, types/pa_vfile.h: warning war
4769:
4770: * src/lib/json/json.vcproj: C++ -> C
4771:
4772: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4773:
4774: * src/lib/json/: json.c, pa_json.C: windows compatibility
4775:
4776: * src/lib/json/: json.c, pa_json.C: windows compatibility
4777:
4778: * src/lib/json/: json.c, pa_json.C: warning war
4779:
4780: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4781:
4782: * src/include/pa_config_fixed.h: uint16_t added
4783:
4784: * configure.in: uint16_t check added
4785:
4786: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4787: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4788: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4789: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4790: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4791:
4792: 2013-07-25 moko
4793:
4794: * parser3.sln: dependencies added
4795:
4796: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4797: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4798: module support
4799:
4800: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4801:
4802: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4803:
4804: 2013-07-23 moko
4805:
4806: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4807: PA_DEBUG_GC_MEMORY removed
4808:
4809: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4810: PA_DEBUG_DISABLE_GC compilation fix
4811:
4812: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4813: main/pa_request.C: outdated RESOURCES_DEBUG removed
4814:
4815: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4816: garbage cleanup
4817:
4818: * src/main/pa_common.C: warning war
4819:
4820: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4821:
4822: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4823: minor cleanup
4824:
4825: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4826: uses cygwin, not WIN32 implementation
4827:
4828: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4829: able to exec shell scripts
4830:
4831: * src/classes/math.C: ifdef WIN32 cleanup
4832:
4833: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4834:
4835: * src/classes/curl.C: LT_MODULE_EXT used
4836:
4837: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4838:
4839: 2013-07-22 moko
4840:
4841: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4842: includes fix
4843:
4844: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4845:
4846: * configure.in, src/include/pa_config_includes.h,
4847: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4848: src/main/pa_exec.C: includes cleanup
4849:
4850: * src/targets/cgi/parser3.C: 2012->2013
4851:
4852: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4853:
4854: * configure.in, src/include/pa_config_includes.h,
4855: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4856: src/main/pa_random.C, src/main/pa_socks.C,
4857: src/types/pa_vstatus.C: cygwin support cleanup
4858:
4859: * configure.in: dirent.h check added
4860:
4861: * src/: include/pa_config_includes.h, include/pa_dir.h,
4862: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4863: not copied
4864:
4865: 2013-07-21 moko
4866:
4867: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4868:
4869: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4870: parser3.vcproj: unused getopt.h / getopt.c removed
4871:
4872: * operators.txt, src/classes/file.C, tests/022.html,
4873: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4874: $.stat(true)] usage commented
4875:
4876: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4877: src/main/pa_dir.C: ^file:list[] now has dir column and when
4878: $.stat(true) it has size/*date columns modified patch from misha@
4879: that closes issue #914.
4880:
4881: * src/: include/pa_config_includes.h, main/pa_globals.C:
4882: PA_RELEASE_ASSERTS removed
4883:
4884: * src/lib/md5/pa_md5c.c: minor cleanup
4885:
4886: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4887: localeconv()->decimal_point usage remoed (related to issue #934)
4888:
4889: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4890: cordprnt.c removed
4891:
4892: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4893: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4894: pa-include/pa_strings.h: includes cleanup
4895:
4896: * src/lib/md5/pa_md5c.c: headers cleanup
4897:
4898: 2013-07-20 moko
4899:
4900: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4901: cleanup
4902:
4903: 2013-07-19 moko
4904:
4905: * src/classes/math.C: extern "C" added for crypt
4906:
4907: 2013-07-18 moko
4908:
4909: * src/classes/math.C: fix redhat7.2 build
4910:
4911: 2013-07-17 moko
4912:
4913: * configure.in, src/include/pa_config_includes.h,
4914: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4915: added for uint8/32/64_t)
4916:
4917: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4918: pa_config_includes.h used for uint32/64_t
4919:
4920: 2013-07-16 moko
4921:
4922: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4923: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4924: war
4925:
4926: * src/main/compile.tab.C: compile.y was updated
4927:
4928: * src/main/compile.y: warning war
4929:
4930: * src/: include/pa_exception.h, main/pa_exception.C,
4931: main/pa_xml_exception.C: warning war
4932:
4933: * src/: include/pa_common.h, main/pa_common.C: warning war
4934:
4935: * configure.in: beauty :)
4936:
4937: * tests/: 141.html, results/141.processed: sha256/512 added
4938:
4939: 2013-07-13 moko
4940:
4941: * src/lib/md5/md5.vcproj: sha2 added
4942:
4943: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4944: classes/math.C: sha2 support (sha256/sha512 digest)
4945:
4946: 2013-07-08 moko
4947:
4948: * src/classes/image.C: directory read or other read problem message
4949: fixed (related to issue #933)
4950:
4951: 2013-07-07 moko
4952:
4953: * AUTHORS: + misha + moko. :)
4954:
4955: 2013-07-06 moko
4956:
4957: * src/: classes/curl.C, include/pa_globals.h,
4958: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4959: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4960: for lt_dlinit to be called once and lt_dlexit called at right
4961: place (related to issue #925)
4962:
4963: 2013-07-04 moko
4964:
4965: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4966: VString::as_vfile now uses vfile.set_binary_string to avoid
4967: content-type to be set, as it brokes badly designed logic in
4968: response output. This hopefully finishes issue #928.
4969:
4970: * tests/results/: 256.processed, 286.processed: file now displayed
4971: as name, size, mode, content-type
4972:
4973: * src/main/pa_common.C: read error now reported cottectly (fixes
4974: issue #933
4975:
4976: 2013-06-28 moko
4977:
4978: * tests/: 286.html, results/286.processed: test extended
4979:
4980: * tests/: 286.html, results/286.processed: Test for issue #928
4981: added. it tests default content-type change.
4982:
4983: * src/types/pa_vfile.C: closes issue #928 - default content-type
4984: now updated
4985:
4986: 2013-06-25 moko
4987:
4988: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4989: content-type for text/binary files without name added;
4990: ^file::create[$f;...] options now works properly and $f
4991: properties are default (fixes issue #928)
4992:
4993: 2013-05-16 misha
4994:
4995: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4996: added
4997:
4998: * src/main/pa_table.C: - a tiny memory optimisation while creating
4999: table if specified limit is bigger than source rows count
5000:
5001: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5002: added ( new feature: #858 )
5003:
5004: 2013-04-29 moko
5005:
5006: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5007: $.ipresolve(0|1|2) added (closes issue #891)
5008:
5009: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5010:
5011: 2013-04-24 moko
5012:
5013: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5014: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5015: types/pa_vmemcached.h: ^memcache.release[] added, calls
5016: memcached_quit (refs #893)
5017:
5018: 2013-04-22 moko
5019:
5020: * src/: include/pa_string.h, main/pa_common.C: no more double
5021: slashes in file path (fixes bug #872)
5022:
5023: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5024: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5025: #739)
5026:
5027: * tests/results/266.processed: $.max_params added (feature #915)
5028:
5029: * src/: include/pa_common.h, main/pa_http.C: response-charset
5030: option added to file::load (closes issue #867)
5031:
5032: 2013-04-20 misha
5033:
5034: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5035: commited
5036:
5037: 2013-03-15 misha
5038:
5039: * src/classes/: hash.C, table.C: - Optimisation: do not create
5040: multiple empty strings while ::sql. uae String::Empty instead
5041:
5042: 2013-03-14 misha
5043:
5044: * src/classes/reflection.C: - for user classes
5045: ^reflection:method_info[] returns $.max_params and $.extra_param
5046: with $.call_type if they available ( new feature: #915 )
5047:
5048: * src/classes/file.C: - ^file:delete[] now supports an option
5049: $.exception(false) that suppress any exception while deleting
5050: file ( new feature: #916 )
5051:
5052: * src/classes/curl.C: - parsing cookies after curl:load now should
5053: work :)
5054:
5055: 2013-03-12 misha
5056:
5057: * src/types/pa_vfile.C: - if specified file_name is empty string
5058: set default name for the file
5059:
5060: 2013-03-11 misha
5061:
5062: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5063: also available in $f.cookies
5064:
5065: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5066: moved to a separate method
5067:
5068: 2013-03-10 moko
5069:
5070: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5071: added
5072:
5073: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5074: removed (declared by autoconf)
5075:
5076: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5077: uint32_t define
5078:
5079: 2013-03-10 misha
5080:
5081: * src/classes/file.C: ^file:delete and ^file:move now support
5082: option $.keep-empty-dirs(true) ( new feature: #884 )
5083:
5084: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5085: empty dirs is added
5086:
5087: 2013-03-10 moko
5088:
5089: * src/classes/: bool.C, double.C, int.C: default can be present,
5090: but default check removed from ^int/double/bool.int/double/bool
5091: for string.int/double/bool compatibility (related to issue #913)
5092:
5093: * src/classes/string.C: ^string.int/dobule/bool no longer
5094: internally throws exception if default is present (closes issue
5095: #913)
5096:
5097: 2013-03-09 misha
5098:
5099: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5100: optimisations ( #845 )
5101:
5102: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5103:
5104: 2013-03-08 moko
5105:
5106: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5107: creates correct table (fixes issue #910)
5108:
5109: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5110: use outside of 'connect' operator (fixes issue #911)
5111:
5112: * tests/results/: 096.processed, 122.processed: test results
5113: updated as doubles now printed with 15 significant digits, not 5
5114: (fixes issue #882)
5115:
5116: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5117: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5118:
5119: 2013-02-21 moko
5120:
5121: * src/classes/table.C: _locate_name_value does not check arguments
5122: count, so we check it in advance (fixes issue #905)
5123:
5124: 2012-10-23 moko
5125:
5126: * buildall: old shell for and echo compatibility (for six)
5127:
5128: 2012-10-19 moko
5129:
5130: * buildall: --strip added --disable-safe-mode listed in usage
5131:
5132: 2012-10-17 misha
5133:
5134: * src/classes/op.C: - apply-taint should not throw "outside
5135: connect" exception with sql lang now
5136:
5137: 2012-10-17 moko
5138:
5139: * src/main/pa_request.C: bugfix: safe mode should be inited for
5140: each request (for apache module)
5141:
5142: 2012-09-26 moko
5143:
5144: * src/doc/doxygen.cfg: png -> svg
5145:
5146: 2012-09-25 moko
5147:
5148: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5149: test added
5150:
5151: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5152: double use when key is long
5153:
5154: 2012-09-16 moko
5155:
5156: * src/classes/math.C: Format -> Method Encode -> Format
5157:
5158: * tests/: 141.html, results/141.processed: math:digest hmac test
5159: added
5160:
5161: 2012-09-14 moko
5162:
5163: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5164: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5165: implementation added
5166:
5167: 2012-09-12 moko
5168:
5169: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5170: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5171: targets.dox and string.dox slightly actualized
5172:
5173: 2012-08-31 moko
5174:
5175: * ChangeLog: now generated with patched cvs2cl.pl
5176:
5177: 2012-07-29 moko
5178:
5179: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5180: result should be pushed after VMethodFrame destructor is called,
5181: as it deletes junctions from stack params (fixes issue #868)
5182:
5183: 2012-07-23 moko
5184:
5185: * INSTALL, README: buildall script usage documented, other outdated
5186: info updated.
5187:
5188: * buildall-with-xml, buildall-without-xml: replaced by buildall
5189:
5190: 2012-07-21 moko
5191:
5192: * buildall: glib does not compile when threads are disabled...
5193:
5194: * src/types/pa_vmail.C: g_assertion fixes for empty input
5195:
5196: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5197: unref, can't unref nested objects)
5198:
5199: * src/types/pa_vmail.C: another check added
5200:
5201: 2012-07-19 moko
5202:
5203: * buildall: usage added
5204:
5205: * buildall: new buildall script that unites buildall-with-xml,
5206: buildall-without-xml, --with-apache and --with-mailreceive
5207:
5208: * configure.in: support for static gmime and dynamic glib linking.
5209: fixes for FreeBSD
5210:
5211: 2012-07-17 moko
5212:
5213: * configure.in: --with-mailreceive replaced
5214: --with-static-mailreceive and --with-shared-mailreceive pathlink
5215: removed
5216:
5217: 2012-07-16 moko
5218:
5219: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5220: capitalized, content now decoded and text content converted to
5221: $request:charset. all properties are accessed by functions, this
5222: ready for dynamic load.
5223:
5224: 2012-06-28 moko
5225:
1.116 moko 5226: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5227: 32 bit
1.95 moko 5228:
5229: 2012-06-27 moko
5230:
5231: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5232: passive ftp
5233:
5234: * src/lib/ltdl/ltdl.vcproj: release build fixed
5235:
5236: * configure.in: 3.4.2 RC -> 3.4.2
5237:
5238: 2012-06-22 moko
5239:
5240: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5241: #815)
5242:
5243: * tests/: 284.html, results/284.processed: output options test
5244: (feature #265)
5245:
5246: 2012-06-22 misha
5247:
5248: * tests/215.html: - little changes
5249:
5250: 2012-06-21 moko
5251:
5252: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5253: types/pa_vxdoc.h: output_options returned and used (bugfix for
5254: feature #265)
5255:
5256: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5257: breaks long .*, default 10M restored. (issue #216)
5258:
5259: * tests/: 283.html, results/283.processed: test for issue #815
5260: added
5261:
5262: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5263: again, cstrm not required.
5264:
5265: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5266: Win32 and broken FreeBSD (issue #45)
5267:
5268: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5269:
5270: * src/main/pa_string.C: warnings war
5271:
5272: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5273: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5274: main/pa_socks.C, targets/apache/pa_threads.C,
5275: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5276: types/pa_vstatus.C: compilation under cygwin fixed
5277:
5278: 2012-06-19 moko
5279:
5280: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5281: Windows fixed
5282:
5283: * parser3.sln: removed antique pcre_ctype
5284:
5285: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5286:
5287: * src/include/pa_config_fixed.h: undefined reference to
5288: __imp__pcre_* fix for Windows
5289:
5290: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5291: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5292: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5293: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5294: define fixed
1.95 moko 5295:
5296: 2012-06-18 moko
5297:
5298: * src/classes/memcached.C: flush -> clear
5299:
5300: * src/classes/memcached.C: memcached does not support quotes even
5301: in server name
5302:
5303: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5304: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5305: called on open to check servers existance. $.key(true) syntax
5306: now supported
5307:
5308: 2012-06-17 moko
5309:
5310: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5311: cleanup
5312:
5313: * src/classes/table.C, tests/282.cfg, tests/282.html,
5314: tests/results/282.processed: encloser at the EOF bug fixed,
5315: incorrectly enclosed data now processed more logicaly (fixes
5316: #339)
5317:
5318: 2012-06-15 moko
5319:
5320: * buildall-without-xml: sync with buildall-with-xml
5321:
5322: * buildall-with-xml: download auto-detected between fetch and curl
5323:
5324: * configure.in: --with-gc and --with-pcre now also processed
5325: correctly
5326:
1.116 moko 5327: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5328: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5329: should be run on rol1 using automake / aclocal (GNU automake)
5330: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5331:
5332: * configure.in: new PARSER_VERSION logic
5333:
5334: * src/include/pa_version.h: new pa_version.h logic
5335:
5336: * src/: classes/curl.C, classes/file.C, classes/image.C,
5337: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5338: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5339: feols_normalized -> fis_text_content set_binary added
5340:
5341: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5342:
5343: 2012-06-15 misha
5344:
5345: * src/: classes/curl.C, classes/file.C, classes/image.C,
5346: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5347: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5348: ^file::create[text;content] EOLs in content now is normalized. (
5349: new feature: #815 )
5350:
5351: 2012-06-15 moko
5352:
5353: * configure.in: --disable-version-update added to disable version
5354: update with host information (for debian package) whitespace
5355: optimized
5356:
5357: * configure.in: version changed to 3.4.2 RC no-pic added for
5358: libtool
5359:
5360: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5361: it.
5362:
5363: 2012-06-14 moko
5364:
5365: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5366: tests/results/281.processed: "hash flocked" error removed for
5367: safe operations like ^h._count[] ( new feature: #335 )
5368:
1.116 moko 5369: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5370:
5371: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5372:
5373: * configure.in: --with-static/shared xml replaced with --with-xml,
5374: xml compilation check added
5375:
5376: * configure.in: --with-static/shared-gc, --with-static-pcre are
5377: replaced with --with-gc and --with-pcre test for pcre linking
5378: added
5379:
5380: 2012-06-13 moko
5381:
5382: * configure.in: apxs2 check optimized
5383:
5384: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5385: .la, includes optimized
5386:
5387: * buildall-with-xml: --with-pic looks better for -fPIC
5388:
5389: * configure.in: switched to convenience library in static linking
5390:
5391: * src/targets/apache/Makefile.am: switched to convenience library
5392: usage to avoid libtool warnings
5393:
5394: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5395: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5396: smtp/Makefile.am: switched to convenience library usage
5397:
5398: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5399:
5400: * src/targets/apache/Makefile.am: updated for libtool usage
5401:
5402: * buildall-without-xml: --with-included-ltdl added
5403:
5404: * buildall-without-xml: sync with buildall-with-xml
5405:
5406: * buildall-with-xml: --with-included-ltdl added $cflags added for
5407: -fPIC for x64 $download added for wget success check added
5408:
5409: * buildall-without-xml: --with-dynamic-stdcpp removed
5410:
5411: * configure.in: disable-static returned
5412:
5413: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5414: LIBTOOLFLAGS
5415:
5416: 2012-06-12 moko
5417:
5418: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5419: compatible with LIBTOOLFLAGS for unknown reasons
5420:
5421: * buildall-with-xml: --with-dynamic-stdcpp removed
5422:
5423: * configure.in: static/dynamic -lstdc++ linking option removed
5424: apxs2 check added
5425:
5426: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5427: option removed
5428:
5429: 2012-06-10 moko
5430:
5431: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5432: added
5433:
5434: * src/targets/cgi/pp3.cmd: old PAF stuff
5435:
1.116 moko 5436: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5437: beauty
1.95 moko 5438:
5439: * depcomp: from libtool 2.4.2
5440:
5441: * configure.in: ltdl directory removed, it has correct Makefile.in
5442:
5443: 2012-06-09 moko
5444:
1.116 moko 5445: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5446: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5447: autogenerated files updated after libtool update
5448:
1.116 moko 5449: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5450: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5451: config_auto.h.in, config_fixed.h, configure, configure.ac,
5452: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5453: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5454: config/compile, config/config.guess, config/config.sub,
5455: config/depcomp, config/install-sh, config/ltmain.sh,
5456: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5457: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5458: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5459: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5460: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5461: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5462: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5463: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5464:
5465: * configure.in: preparation for new libtool
5466:
5467: * configure.in: Some beauty added :)
5468:
5469: * src/targets/apache/Makefile.am: := -> =
5470:
5471: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5472: again. :)
5473:
5474: * src/include/pa_config_includes.h, configure.in: limits.h added,
5475: previously was taken from pcre_internal.h. :)
5476:
5477: * src/lib/pcre/Makefile.am: config.h returned
5478:
5479: * src/lib/pcre/config.h: still need this. :)
5480:
5481: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5482:
5483: * configure.in: --with-charsets removed; --with-mysql-client & co
5484: removed
5485:
5486: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5487: now in parser tree, no need to copy
5488:
5489: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5490: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5491: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5492: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5493: extracts now used old trash removed
5494:
5495: * etc/parser3.charsets/Makefile.am: charsets now in share
5496: (debian/patches/104_automake.patch) + all charsets are copied
5497:
5498: * buildall-with-xml, buildall-without-xml: curl option removed +
5499: extra arguments now supported
5500:
5501: 2012-06-08 misha
5502:
5503: * src/classes/table.C: - one params.as_hash usage was rolled back:
5504: the 2nd option in ^table.hash[] could be hash or table so
5505: .as_hash will throw an exception when table option is specified
5506:
5507: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5508: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5509: classes/table.C, classes/void.C, classes/xdoc.C,
5510: include/pa_exception.h, types/pa_vmethod_frame.C,
5511: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5512: and improved (whitespaces are allowed as empty options) -
5513: MethodParams::as_table is added - above methods are used for
5514: parsing methods' options ( new feature: #9 )
5515:
5516: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5517: to vclass. now class fields can be accessible as a hash:
5518: $h[^hash::create[$asd:CLASS]]
5519:
5520: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5521: have get_fields method so their fields can be accessed with
5522: ^reflection:fields[...] & ^reflection:field[...]
5523:
5524: 2012-06-06 misha
5525:
5526: * tests/280.html: - tests for
5527: ^reflection:method[obj-or-class;method],
5528: ^reflection:field[obj-or-class;field] and
5529: ^reflection:fields[obj-or-class] are added
5530:
5531: 2012-06-05 misha
5532:
5533: * src/classes/reflection.C: - ^reflection:method[class or
5534: object;method name] and ^reflection:field[class or object;field
5535: name] are added
5536:
5537: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5538: is used
5539:
5540: * src/types/pa_method.h: - Method::as_vjunction method is added
5541:
5542: 2012-06-05 moko
5543:
1.116 moko 5544: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5545:
5546: * src/classes/memcached.C: flish ttl fixed
5547:
5548: 2012-06-04 moko
5549:
5550: * src/classes/json.C, src/classes/op.C, tests/279.html,
5551: tests/results/279.processed: ^json:parse[] now supports $.taint
5552: option (new feature #833)
5553:
5554: 2012-06-04 misha
5555:
5556: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5557: - search_stop method was moved from pa_vcookie.C to pa_common.C
5558:
5559: 2012-06-03 misha
5560:
5561: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5562: cookies are parced and stored into $.cookies ( new feature: #31 )
5563:
5564: 2012-05-30 misha
5565:
5566: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5567: incomplete class into a scope while @USE is found
5568:
5569: * src/main/compile.y: - add incomplete class into a scope while
5570: @USE and @CLASS instructions are found ( bugfix: #838 )
5571:
5572: 2012-05-30 moko
5573:
5574: * src/types/pa_vclass.C, tests/278.html,
5575: tests/results/278.processed: removed "property has no getter
5576: method" exception when GET_DEFAULT present (fixes #269)
5577:
5578: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5579: $._default
5580:
5581: 2012-05-29 moko
5582:
5583: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5584: uninitialized values usage (new feature: #154)
5585:
5586: 2012-05-28 moko
5587:
5588: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5589: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5590: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5591: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5592: src/types/pa_vobject.C, src/types/pa_vobject.h,
5593: src/types/pa_vstring.h, src/types/pa_vtable.C,
5594: tests/results/277.processed, src/types/pa_vtable.h,
5595: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5596: ^json:string[$o; $.default[$method]] implemented for VObject (new
5597: feature #803)
5598:
5599: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5600: tests/results/277.processed: json numbers are now treated as
5601: double ( new feature: #834 )
5602:
5603: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5604: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5605: added for out of range checks, zero division in vint/vdouble
5606: check added ( fixes #832 )
5607:
5608: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5609: ( fixes #832 )
5610:
5611: 2012-05-28 misha
5612:
5613: * buildall-with-xml: - --without-lzma option is added to libxml2
5614: configure
5615:
5616: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5617: added - tests for unsupported values for options $.file, $.table
5618: and $.date are added
5619:
5620: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5621: accepts "stat" $.file[] option's value in addition to existed
5622: "text" and "base64" ( new feature: #835 )
5623:
5624: * tests/276.html: - test for
5625: ^reflection:delete[$object-or-class;field-name]
5626:
5627: * src/classes/reflection.C: -
5628: ^reflection:delete[$object-or-class;field-name] is added ( new
5629: feature: #268 )
5630:
5631: 2012-05-27 misha
5632:
5633: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5634:
5635: 2012-05-24 misha
5636:
5637: * src/include/pa_common.h: - method lastposafter was removed
5638:
5639: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5640: lastposafter - ^file:dirname[] & Co proper handle windows file
5641: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5642: work as *nix commands
5643:
5644: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5645:
5646: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5647: rskipchars were added
5648:
5649: * tests/270.html: - more tests for ^file:find[]
5650:
5651: * tests/065.html: - more tests for ^file:dirname[] & Co
5652:
5653: * src/include/pa_version.h: - must be "win32" here. it is
5654: auto-generated on *nix
5655:
5656: 2012-05-24 moko
5657:
5658: * src/classes/math.C: ^math:convert[] now supports uint32 and
5659: throws overflow exception ( new feature: #830 )
5660:
5661: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5662: uint32 support and overflow added ( new feature: #830 )
5663:
5664: 2012-05-23 moko
5665:
5666: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5667: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5668: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5669: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5670: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5671: types/pa_vregex.h, types/pa_vstateless_class.C,
5672: types/pa_vstateless_class.h, types/pa_vstring.h,
5673: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5674: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5675: "return string as-is" removed from as_expr_result. ( new feature:
5676: #831 )
5677:
5678: * tests/results/244.processed: test changed after bug #782 fix
5679: commited
5680:
5681: * tests/results/229.processed: test results for bug #782 commited
5682:
5683: * tests/: 254.html, results/254.processed: uid now just compared,
5684: not printed. :)
5685:
5686: 2012-05-20 moko
5687:
5688: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5689: feature: #341 )
5690:
5691: * tests/: 254.html, results/254.processed: test for
5692: ^reflection:uid[] added
5693:
5694: * tests/: 254.html, results/254.processed: test for
5695: ^reflection:uid[$obj] added
5696:
5697: 2012-05-17 misha
5698:
5699: * src/main/untaint.C: - do not replace ' char by _26 while
5700: exploding filespec-tainting ( new feature: #829 )
5701:
5702: 2012-05-12 moko
5703:
5704: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5705: not.
5706:
5707: 2012-05-08 moko
5708:
5709: * src/types/pa_vmethod_frame.h: bug #782 fixed
5710:
5711: * tests/229.html: test for bug #782
5712:
5713: * tests/results/259.processed, src/main/pa_request.C,
5714: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5715: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5716: src/types/pa_vvoid.h: feature #154 - first empty param now
5717: string; defined locals are empty strings; $STRICT-VARS(true)
5718: added
5719:
5720: 2012-04-27 moko
5721:
1.116 moko 5722: * src/targets/apache/Makefile.am:
1.95 moko 5723: ../../lib/memcached/libmemcached.a added
5724:
5725: 2012-04-27 misha
5726:
5727: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5728: ( #827 )
5729:
5730: 2012-04-25 moko
5731:
5732: * src/: classes/json.C, classes/memcached.C,
5733: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5734: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5735: implemented.
5736:
5737: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5738:
5739: 2012-04-23 moko
5740:
5741: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5742: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5743: types/pa_vmemcached.h: open allows options hash for new
5744: memcached(options) function
5745:
5746: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5747: not appended
5748:
5749: 2012-04-21 moko
5750:
5751: * src/classes/curl.C: '' added. :)
5752:
5753: * src/classes/classes.vcproj: new curl.h location
5754:
5755: * src/classes/curl.C: verbose output redirection from stderr to
5756: file curl option added
5757:
5758: 2012-04-20 moko
5759:
5760: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5761: contains what we need from curl, #ifdef HAVE_CURL removed
5762:
1.116 moko 5763: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5764: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5765: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5766: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5767: configure option
5768:
5769: 2012-04-19 moko
5770:
5771: * src/: classes/double.C, classes/inet.C, classes/int.C,
5772: classes/string.C, lib/gc/include/gc_allocator.h,
5773: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5774: options from sql_result_string removed. (closes issue #468)
5775:
5776: * src/types/pa_vmemcached.C: empty string fix
5777:
5778: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5779: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5780: pa_vmemcached.C
5781:
5782: 2012-04-18 moko
5783:
5784: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5785: apache2-mpm-prefork" error displayed in threaded mpm.
5786:
5787: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5788: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5789: installed (issue #354)
5790:
5791: 2012-04-16 moko
5792:
5793: * src/types/pa_vmemcached.C: call to memcached_result_create and
5794: memcached_result_free removed
5795:
5796: 2012-04-14 moko
5797:
5798: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5799:
5800: * src/types/pa_vmemcached.C: check_key added and used
5801:
5802: 2012-04-13 moko
5803:
5804: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5805: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5806: Serialization_data now added and used, VString now serialized
5807: with languages into memcached.
5808:
5809: 2012-03-28 moko
5810:
5811: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5812: lib/memcached/pa_memcached.h: result lengths added
5813:
5814: 2012-03-27 moko
5815:
5816: * src/types/pa_vmemcached.C: strdup added
5817:
5818: 2012-03-24 moko
5819:
5820: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5821: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5822: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5823:
5824: 2012-03-20 moko
5825:
1.116 moko 5826: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5827:
5828: * src/targets/cgi/Makefile.am: cleanup
5829:
5830: * src/: types/Makefile.am, types/pa_vmemcached.C,
5831: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5832:
5833: * src/: classes/Makefile.am, classes/memcached.C,
5834: lib/memcached/Makefile.am, lib/memcached/constants.h,
5835: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5836: lib/memcached/types.h, lib/Makefile.am: memcached initial
5837:
5838: 2012-03-16 moko
5839:
5840: * src/main/execute.C: ident now works under Linux + ident displays
5841: filenames (closes issue #818)
5842:
1.116 moko 5843: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5844: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5845: pa_vmethod_frame_local.h removed
5846:
5847: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5848: classes/classes.h, classes/curl.C, classes/date.C,
5849: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5850: classes/hashfile.C, classes/image.C, classes/inet.C,
5851: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5852: classes/memory.C, classes/op.C, classes/reflection.C,
5853: classes/regex.C, classes/response.C, classes/string.C,
5854: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5855: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5856: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5857: include/pa_config_fixed.h, include/pa_config_includes.h,
5858: include/pa_dictionary.h, include/pa_dir.h,
5859: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5860: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5861: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5862: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5863: include/pa_request_charsets.h, include/pa_request_info.h,
5864: include/pa_sapi.h, include/pa_socks.h,
5865: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5866: include/pa_stack.h, include/pa_string.h,
5867: include/pa_stylesheet_connection.h,
5868: include/pa_stylesheet_manager.h, include/pa_table.h,
5869: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5870: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5871: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5872: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5873: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5874: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5875: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5876: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5877: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5878: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5879: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5880: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5881: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5882: main/pa_string.C, main/pa_stylesheet_connection.C,
5883: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5884: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5885: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5886: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5887: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5888: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5889: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5890: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5891: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5892: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5893: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5894: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5895: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5896: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5897: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5898: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5899: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5900: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5901: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5902: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5903: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5904: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5905: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5906: types/pa_vresponse.h, types/pa_vstateless_class.C,
5907: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5908: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5909: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5910: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5911: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5912: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5913: ident now works under Linux + ident displays filenames (closes
5914: issue #818) Copyright updated
5915:
5916: 2012-03-13 moko
5917:
5918: * src/main/pa_string.C: compilation fix for feature #741
5919:
5920: 2012-03-09 misha
5921:
5922: * tests/193.html: - tests for ^string:base64[encoded] are updated
5923:
5924: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5925: now detects invalid base64 chars in the middle of encoded stricg
5926: ( new feature: #55 )
5927:
5928: * src/include/pa_exception.h: - new exception type for base64
5929: decoding is added
5930:
5931: 2012-03-06 misha
5932:
5933: * tests/274.html: - tests for ^date::today[] and
5934: ^date.sql-string[datetime|date|time] are added
5935:
5936: * src/classes/date.C: - constructor ^date::today[] is added ( new
5937: feature: #811 ) - ^date.sql-string[] now can accept one param --
5938: strings "datetime", "date" or "time" - comments tidying up
5939:
5940: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5941: date and time
5942:
5943: 2012-03-03 misha
5944:
5945: * tests/193.html: - tests for
5946: ^string:base64[encoded;$.strict(true)] are added
5947:
5948: * tests/results/auto.p: - try-catch operator is added
5949:
5950: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5951: main/pa_common.C: - $.strict(true|false) option is added to
5952: base64 decode methods ( new feature: #55 )
5953:
5954: * src/main/pa_common.C: - base64 decode memory usage was decreased
5955: ( new feature: #819 )
5956:
5957: 2012-02-28 moko
5958:
5959: * src/classes/hash.C: ident test
5960:
5961: 2012-02-27 misha
5962:
5963: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5964:
5965: 2012-01-08 misha
5966:
5967: * tests/273.html: - tests for ^string.replace[from;to] are added
5968:
5969: * src/: classes/string.C, include/pa_dictionary.h,
5970: main/pa_dictionary.C, main/pa_string.C: -
5971: ^string.replace[from;to] is added ( new feature: #741 ) -
5972: ^string.replace[one subst here] is slightly optimized
5973:
5974: 2011-12-07 misha
5975:
5976: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5977: named table with one empty column ( bugfix: #63 )
5978:
5979: 2011-11-30 misha
5980:
5981: * src/classes/json.C: - it's possible to set user's method for
5982: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5983: #763 )
5984:
5985: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5986:
5987: 2011-11-23 misha
5988:
5989: * src/: classes/curl.C, classes/file.C, classes/image.C,
5990: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5991: types/pa_vfile.h, types/pa_vform.C: - constructor
5992: ^file::create[mode;filename;content[;options]] now accepts binary
5993: mode and file-content - new constructor's format:
5994: ^file::create[string-or-file-content[;$.name[filename]
5995: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5996: feature: #65 )
5997:
5998: * src/: include/pa_request.h, main/pa_request.C: - new method
5999: mime_type_of(const String*) is added
6000:
6001: * src/include/pa_exception.h: - new exception constant
6002: FILE_NAME_MUST_BE_SPECIFIED is added
6003:
6004: * src/classes/table.C: - bug with negative offset transformed into
6005: a feature. it means pointing to a row from the end of the table (
6006: new feature: #810 )
6007:
6008: 2011-11-19 misha
6009:
6010: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6011: â ìåòîäå _select ( new feature: #810 )
6012:
6013: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6014: options were specified together is simplified
6015:
6016: 2011-11-12 misha
6017:
6018: * src/main/pa_request.C: - forgotten fix for escaping filename in
6019: HTTP content-disposition header (a part of bug #361 )
6020:
6021: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6022: checks for ancestors' classes as well ( new feature: #456 )
6023:
6024: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6025: "without cycle" now have types "parser.break" and
6026: "parser.continue" instead of "parser.runtime" ( new feature: #799
6027: )
6028:
6029: 2011-11-11 misha
6030:
6031: * tests/results/: 099.processed, 100.processed, 205.processed,
6032: 237.processed: - since bug #361 was fixed the content of filename
6033: in HTTP headers is quoted
6034:
6035: * tests/results/270.processed: - result for test 270
6036:
6037: * tests/: 065.html, results/065.processed: - more tests for
6038: ^file:basename[] & Co were added
6039:
6040: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6041:
6042: * tests/270.html: - tests for ^file:find[] are added
6043:
6044: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6045: using option $.charset. option $.engoding is still supported but
6046: these options can not be specified together
6047:
6048: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6049: comparation charset name with string "UTF-8" ( bugfix: #759 )
6050:
6051: 2011-10-11 misha
6052:
6053: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6054: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6055: #622)
6056:
6057: 2011-09-30 misha
6058:
6059: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6060: exception "saving stat-ed file" ( bugfix: #395 )
6061:
6062: 2011-05-30 misha
6063:
6064: * src/classes/string.C: - fixed bug which was added with
6065: params.as_hash into string:sql
6066:
6067: 2011-05-29 misha
6068:
6069: * src/types/pa_value.C: - filename in content-disposition header
6070: must be quoted ( bugfix: #361 )
6071:
6072: 2011-05-27 misha
6073:
6074: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6075: created file
6076:
6077: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6078: usage
6079:
6080: * src/include/pa_exception.h: - one more string for exception was
6081: added
6082:
6083: 2011-05-25 misha
6084:
6085: * tests/269.html: - tests for checking input params in some dom
6086: methods
6087:
6088: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6089: was added. it isn't possible not wo create xdoc with invalid
6090: tagName. ( bugfix: #160 )
6091:
6092: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6093: string "data must be string" was mover from pa_exception.h to
6094: pa_xml_exception.h
6095:
6096: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6097: as_xmlncname, as_xmlname and as_xmlnsuri were added
6098:
6099: * src/main/pa_xml_exception.C: - XmlException accepts more options
6100:
6101: * src/include/pa_xml_exception.h: - XmlException accepts more
6102: options - XML-related exception's strings were added
6103:
6104: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6105: output_options were removed)
6106:
6107: 2011-05-19 misha
6108:
6109: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6110: params.as_hash is used more while parsing methods hash-options
6111:
6112: 2011-05-18 misha
6113:
6114: * operators.txt: - info about json-serialization of xdoc was added
6115:
6116: * tests/256.html: - tests for json-serialization xdoc were added
6117:
6118: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6119:
6120: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6121: classes/json.C, classes/xdoc.C: - now json:string can serialize
6122: xdoc-objects. options (the same as ^xdoc.string[]) could be
6123: specified in $.xdoc[] ( new feature: #265 )
6124:
6125: 2011-05-15 misha
6126:
6127: * tests/268.html: - tests for ^table.count[with options] were added
6128:
6129: * src/classes/table.C: - method ^table.count[] now can accept
6130: options ( new feature: #93 ): ^table.count[column] returns number
6131: of columns for named table; ^table.count[cells] returns number of
6132: cells in the current row; ^table.count[] & ^table.count[rows]
6133: return number of rows in a table.
6134:
6135: * tests/267.html: - test for checking switch/case in boolean mode
6136: was added
6137:
6138: * src/classes/op.C: - if switch's or case's value is bool, they are
6139: compared as bool values, not as double values: new feature: #351
6140:
6141: 2011-05-06 misha
6142:
6143: * tests/242.html: - EOL before EOF was added
6144:
6145: * tests/169.html: - tests for splitting empty string and void were
6146: added
6147:
6148: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6149: returned table with one empty cell)
6150:
6151: 2011-04-03 misha
6152:
6153: * src/include/pa_version.h, configure.in: - version in head was
6154: changed to 3.4.2b
6155:
6156: 2011-03-30 misha
6157:
6158: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6159: as well ( new feature #294 )
6160:
6161: 2011-03-29 misha
6162:
6163: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6164: limited to approx. 6 MB. previous limits were too big for real
6165: life. bugfix: #216
6166:
6167: 2011-03-04 moko
6168:
6169: * etc/parser3.charsets/cp866.cfg: Conforms to
6170: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6171:
6172: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6173: vlalek@
6174:
6175: 2011-02-22 misha
6176:
6177: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6178: be under #ifdef XML or parser can't be compiled without xml
6179: support
6180:
6181: 2011-02-21 misha
6182:
1.116 moko 6183: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6184: ApacheModuleParser3.vcproj was removed
6185:
6186: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6187: removed)
6188:
6189: 2011-02-20 misha
6190:
6191: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6192: $.overridden in ^reflection:method_info[...] were added
6193:
6194: * src/classes/reflection.C: - beautifying result of
6195: ^reflection:method_info[] ($.overridden/inherited)
6196:
6197: 2011-02-18 misha
6198:
6199: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6200: and pa_isalnum instead of isalpha and isalnum - bug with
6201: redundand quoting lowercased latin chars while building email
6202: body was fixed
6203:
6204: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6205: added (they check for latin chars only)
6206:
6207: 2011-02-16 misha
6208:
6209: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6210: string size for transcoding gave too small value (should ever
6211: look for availability char in dest charset inspite of the char
6212: size)
6213:
6214: 2011-02-04 moko
6215:
6216: * tests/223.html: header values now not url-encoded (issue #195)
6217:
6218: 2011-02-01 misha
6219:
6220: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6221:
6222: 2011-01-31 misha
6223:
6224: * src/main/pa_request.C: - throw exception if param file_name in
6225: use_file is empty
6226:
6227: 2011-01-08 moko
6228:
6229: * src/classes/curl.C: compilations errors fixed
6230:
6231: 2010-12-29 moko
6232:
6233: * tests/: 265.html, results/265.processed: test for issue #200
6234: added
6235:
6236: * src/main/pa_string.C: empty regex result check added (fixes issue
6237: #200)
6238:
6239: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6240:
6241: * tests/results/223.processed: header values now not url-encoded
6242: (issue #195)
6243:
6244: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6245: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6246: pa_http_safe_header_name added for headers names (fixes bug #195)
6247:
6248: 2010-12-18 misha
6249:
6250: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6251: => pa-include
6252:
6253: 2010-11-28 moko
6254:
6255: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6256:
6257: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6258: -> pa
6259:
6260: * configure.in: apr -> pa
6261:
6262: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6263:
6264: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6265: classes/Makefile.am, types/Makefile.am: apr -> pa
6266:
6267: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6268: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6269: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6270: pa-include/pa_apr.h, pa-include/pa_errno.h,
6271: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6272: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6273: module apr name conflict resolved)
6274:
6275: 2010-11-27 misha
6276:
6277: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6278: libbz2
6279:
6280: 2010-11-26 misha
6281:
6282: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6283: warnings removed
6284:
6285: 2010-11-25 moko
6286:
6287: * operators.txt: $.indent(true)
6288:
6289: * operators.txt: another bugfix. :)
6290:
6291: * operators.txt: bugfix. :)
6292:
6293: * buildall-with-xml: libxml2-2.7.8 + with-apache
6294:
6295: 2010-11-24 moko
6296:
1.116 moko 6297: * configure: apxs support
1.95 moko 6298:
6299: * configure.in: apxs support -Bstatic gc removed for OS X
6300:
6301: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6302:
6303: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6304: THREAD_LOCAL usage
6305:
6306: * src/: classes/curl.C, include/pa_config_includes.h,
6307: main/pa_globals.C: THREAD_LOCAL defined and used
6308:
6309: 2010-11-23 moko
6310:
6311: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6312: should be passed to pa_sleep, and only fractional part (bugfix:
6313: #188)
6314:
6315: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6316:
6317: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6318: GC_dont_gc=1, as in cgi version
6319:
6320: * src/targets/apache/mod_parser3.c: warning war
6321:
6322: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6323: pa_httpd.h: version removed, some trash removed
6324:
6325: * src/targets/apache/mod_parser3.c: version removed (we don't want
6326: to show it), warning war
6327:
6328: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6329: pa_httpd.h: parser_status_allowed removed + merge config
6330: functions removed (override is the default) + beauty
6331:
6332: * src/: include/pa_request.h, main/pa_request.C,
6333: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6334: hide $status used in apache module removed
6335:
6336: 2010-11-18 moko
6337:
6338: * operators.txt: $.table[compact] added for ^json:string[]
6339:
6340: 2010-11-16 moko
6341:
6342: * src/targets/apache/mod_parser3.c: some cleanup done
6343:
6344: * src/main/untaint.C: bugfix: first, second String::Body argument
6345: is hashcode; second, info.fragment_begin is original, not
6346: resulting length
6347:
6348: * src/classes/file.C: new feature: $.stdin now untainted
6349:
6350: * tests/results/264.processed: new feature: $.stdin[] now untainted
6351:
6352: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6353:
6354: * src/classes/op.C: ^apply-taint[] method added
6355:
6356: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6357: added; $.stdin untaint test added
6358:
6359: 2010-11-15 moko
6360:
6361: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6362: removed
6363:
6364: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6365: pa_httpd.h: 2x2 calculated under apache2. :)
6366:
6367: 2010-11-13 moko
6368:
6369: * src/targets/apache/mod_parser3.c: initial changes to build module
6370: with apache 2.x includes
6371:
6372: * src/targets/apache/: Makefile.am, mod_parser3.c,
6373: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6374: united apache 1.3 / apache 2.x DSO module
6375:
6376: 2010-11-09 moko
6377:
6378: * src/types/pa_method.h: check added to dissallow @method[name;*]
6379: syntax
6380:
6381: * tests/: 263.html, results/263.processed: test from method[*args]
6382: added
6383:
6384: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6385: number of params can now be passed to a method declared with *arg
6386:
6387: 2010-11-06 moko
6388:
6389: * src/classes/table.C: formating fixed. :)
6390:
6391: * src/classes/table.C: closes #4: ^table.select now supports
6392: $.limit(), $.offset, $.reverse() options
6393:
6394: * tests/: 262.html, results/262.processed: test for ^table:select
6395: with options added (feature #4)
6396:
6397: * src/include/pa_array.h: remove function added
6398:
6399: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6400: object in get_element/put_element, using static one.
6401:
6402: 2010-11-04 moko
6403:
6404: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6405: options is passed
6406:
6407: * tests/: 256.html, results/256.processed: $.table[compact] feature
6408: now tested; k and p in handler now tested.
6409:
6410: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6411: $.table[compact] feature added
6412:
6413: * src/classes/json.C: key is now passed to handler in
6414: value_json_string; ^json:string result now process tainting
6415: inside and returns clean string, related to issue #153
6416:
6417: * src/main/untaint.C: bugfix: charset can be null (in
6418: ^string:save[] as example), thus check is added
6419:
6420: 2010-10-31 moko
6421:
6422: * src/classes/string.C: error message changed (fixes issue #149)
6423:
6424: 2010-10-29 moko
6425:
6426: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6427: port is not default (fixes issue #155); exception on invalid port
6428: added.
6429:
6430: * src/main/untaint.C: '*' is now not urlencoded to allow header
6431: "Accept: */*" to be passed
6432:
6433: 2010-10-28 moko
6434:
6435: * src/classes/curl.C: bugfix: detect_charset() was throwing
6436: exception on unknown charset even if response_charset was
6437: specified
6438:
6439: 2010-10-27 moko
6440:
6441: * src/classes/string.C: ^string.append removed for void
6442: compatibility
6443:
6444: 2010-10-26 moko
6445:
6446: * src/classes/json.C: libjson supports array at top level, we too
6447: (GPF fixed)
6448:
6449: 2010-10-25 moko
6450:
6451: * tests/: 253.html, results/253.processed: libjson supports array
6452: at top level, parser now supports it as well.
6453:
6454: * tests/261.html, tests/results/261.processed,
6455: src/types/pa_vstring.h: empty string is now void compatible
6456: (allows $empty.key)
6457:
6458: 2010-10-22 misha
6459:
6460: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6461: while adding additional expires checkout)
6462:
6463: * tests/030.html: - test for session cookie was added
6464:
6465: 2010-10-21 moko
6466:
6467: * src/: classes/string.C, classes/void.C, main/execute.C,
6468: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6469: string (feature #111)
6470:
6471: * tests/: 261.html, results/261.processed: checks void from string
6472: inheritance (feature #111)
6473:
6474: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6475: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6476: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6477: now true by default
6478:
6479: 2010-10-17 moko
6480:
6481: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6482: upload now uses binary blocks instead of L_FILE_POST tainting.
6483: (bugfix: #128)
6484:
6485: * tests/: 223.html, results/223.processed: binary file upload test
6486: added, GPF (issue #128) also checked in this test
6487:
6488: 2010-10-13 misha
6489:
6490: * tests/260.html: - test for math:convert
6491:
6492: * src/classes/math.C: - error in math:convert was fixed
6493:
6494: * operators.txt: - info about
6495: ^math:convert[number](from-base;to-base) was added
6496:
6497: * src/classes/math.C: - method
6498: ^math:convert[number](from-base;to-base) for converting number
6499: represention from one base to another was added ( new feature:
6500: #23 )
6501:
6502: 2010-10-13 moko
6503:
6504: * src/main/compile.tab.C: [] now is empty string, not void
6505:
6506: * src/main/compile.y: [] now is empty string, not void
6507:
6508: * src/types/pa_vvoid.h: void now passed as parameter
6509:
6510: * tests/: 259.html, results/259.processed: to test difference
6511: between void and empty string (see ticket #111)
6512:
6513: * tests/results/152.processed: $sEmpty[] is now empty string, not
6514: void
6515:
6516: * tests/256.html: $s[$void] is no longer empty string
6517:
6518: * tests/254.html: empty string is no longer void
6519:
6520: 2010-10-12 misha
6521:
6522: * src/types/pa_vcookie.C: - check if $.expires value can be
6523: converted to date during cookies set up ( bugfix: #104 )
6524:
6525: * tests/041.html: - more tests for ^table.locate were added
6526:
6527: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6528: work ( bugfix: #129 ) - exception comment for incorrect options
6529: ^table.locate[field;value;options] was fixed
6530:
6531: 2010-10-10 moko
6532:
6533: * src/: classes/reflection.C, main/execute.C: constructor returning
6534: another object feature returned
6535:
6536: * tests/results/258.processed: test result updated as constructor
6537: returning another object feature returned
6538:
6539: * tests/: 258.html, results/258.processed: test for constructor
6540: returning another object
6541:
6542: 2010-10-08 misha
6543:
6544: * tests/257.html: - whitespaces after @METACOMMANDS and their
6545: options shouldn't cause exceptions any longer
6546:
6547: 2010-10-06 moko
6548:
6549: * src/classes/: hash.C, table.C: length from sql server is now
6550: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6551:
6552: 2010-10-02 misha
6553:
6554: * operators.txt: - the X mark was removed from ^cache[file]. it is
6555: usable to delete cache file.
6556:
6557: 2010-10-02 moko
6558:
6559: * tests/: 253.html, results/253.processed: hook_key added for key
6560: checking
6561:
6562: * src/classes/json.C: null key bug fixed
6563:
6564: 2010-09-29 misha
6565:
6566: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6567:
6568: 2010-09-25 moko
6569:
6570: * src/classes/json.C: small fixed
6571:
6572: * tests/results/: 253.processed, 255.processed: just updated
6573:
6574: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6575: results/255.processed: charset transcode test added for
6576: json:parse
6577:
6578: 2010-09-24 moko
6579:
6580: * src/types/pa_value.h: warning war :)
6581:
6582: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6583: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6584: ^json:string
6585:
6586: 2010-09-22 moko
6587:
6588: * src/main/pa_charset.C: parser charset tables declare only
6589: white-space before 0x20, thus adding the missing chars
6590:
6591: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6592: to http://unicode.org/Public/MAPPINGS/VENDORS/
6593:
6594: 2010-09-21 misha
6595:
6596: * src/main/compile.y: - some semicolons were added (VS2010 don't
6597: want to compile grammar if they are absent)
6598:
6599: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6600:
6601: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6602:
6603: * src/main/main.vcproj: - path to bison is changed
6604:
6605: 2010-09-21 moko
6606:
1.116 moko 6607: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6608: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6609: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6610:
6611: 2010-09-20 misha
6612:
6613: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6614:
6615: * src/classes/json.C: - add EOL while json-serializing hash
6616:
6617: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6618: compilers don't like 'ES'.
6619:
6620: 2010-09-17 misha
6621:
6622: * operators.txt: - info about json class was added
6623:
6624: * src/classes/json.C: - ^json:string[object]
6625:
6626: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6627: preventing infinite recursion while executing json:string was
6628: added
6629:
6630: * src/include/pa_string.h: - method append_quoted was added
6631:
6632: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6633: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6634: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6635: was added to Value & Co
6636:
6637: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6638: were used
6639:
6640: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6641: were added
6642:
6643: 2010-09-10 moko
6644:
6645: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6646: die_or_abort (backport from 3.4.1)
6647:
6648: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6649: die_or_abort (bugfix: #106)
6650:
6651: 2010-09-09 moko
6652:
6653: * src/classes/json.C: warning war. :)
6654:
6655: 2010-09-08 misha
6656:
6657: * src/lib/json/Makefile.am: - additional include directories were
6658: added (for pa_memory.h and gc.h)
6659:
6660: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6661: compile as C++ instead default - additional include directory was
6662: added (for gc.h)
6663:
6664: * src/types/pa_vform.C: - little code reformating
6665:
6666: * src/classes/file.C: - $.content-type option now can be specified
6667: in ^file::create ( new feature: #102 )
6668:
6669: 2010-09-08 moko
6670:
6671: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6672: pa_malloc/pa_free
6673:
6674: 2010-09-07 moko
6675:
6676: * tests/results/254.processed: VStateless_class:put_element
6677: exception was fixed
6678:
6679: * src/types/: pa_value.h, pa_vstateless_class.h: now
6680: VStateless_class:put_element barks self.type, not this.type
6681: (bugfix: #105)
6682:
6683: 2010-09-06 moko
6684:
6685: * src/classes/reflection.C: bugfix: new String() is required for
6686: exception handling
6687:
6688: * tests/: 254.html, results/254.processed: test modified
6689:
6690: 2010-09-05 moko
6691:
6692: * tests/: 254.html, results/254.processed: ^reflection:copy test
6693: added
6694:
6695: * src/: classes/reflection.C, include/pa_request.h:
6696: ^reflection:copy implemented (new feature: #100)
6697:
6698: 2010-09-03 moko
6699:
6700: * src/lib/json/JSON_parser.C: c++ compatiblity
6701:
6702: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6703: option testing added
6704:
6705: 2010-09-02 moko
6706:
6707: * src/classes/json.C: $.distinct[first|last|all] added
6708:
6709: 2010-09-01 moko
6710:
6711: * tests/results/253.processed: json test result
6712:
6713: * tests/: 253.html, 253_json.txt: json test added
6714:
6715: * src/classes/json.C: json.C update to actual version + hash key
6716: creation bugfix
6717:
6718: 2010-08-31 misha
6719:
6720: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6721: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6722: src/lib/Makefile.am, src/classes/Makefile.am,
6723: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6724: json library was added
6725:
6726: 2010-08-30 moko
6727:
6728: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6729: types/pa_vobject.C: cosmetic optimization in
6730: request:execute_method usage
6731:
6732: * src/: include/pa_charset.h, main/pa_charset.C: small
6733: optimization, just to decrease number of lines. :)
6734:
6735: 2010-08-27 misha
6736:
6737: * src/classes/op.C: - taint[json] was added
6738:
6739: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6740: were added
6741:
6742: * src/main/pa_exec.C: - warning fix was rolled back.
6743:
6744: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6745: include/pa_string.h: - taint[json] was added - escaping was
6746: slightly modified
6747:
6748: 2010-08-25 misha
6749:
6750: * src/classes/file.C: - typo in file:sql exception was fixed
6751:
6752: * src/main/pa_exec.C: - warning about declared and not used
6753: variable forced_allow was removed
6754:
6755: 2010-08-14 misha
6756:
6757: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6758: were removed
6759:
6760: 2010-08-11 moko
6761:
6762: * tests/: 249.html, results/249.processed: default setter and
6763: anti-recursive default getter test added
6764:
6765: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6766: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6767: types/pa_vobject.h, types/pa_vstateless_class.C,
6768: types/pa_vstateless_class.h: default setter support +
6769: anti-recursive default getter support ( new feature: #13 )
6770:
6771: * src/include/pa_hash.h: optimization: threshold member removed
6772: from hash, reducing sizeof(hash)
6773:
6774: 2010-08-10 misha
6775:
6776: * tests/196.html: - junction-method was added to the test
6777:
6778: * tests/248.html: - ups. typo :)
6779:
6780: * tests/248.html: - test for checking .match with 4 params
6781:
6782: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6783: 247_windows1251.txt: - test for "transcode file from utf-8 to
6784: $request:charset during loading if the BOM code is detected"
6785:
6786: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6787: $request:charset during loading if the BOM code is detected ( new
6788: feature: #98 )
6789:
6790: 2010-08-05 misha
6791:
6792: * src/classes/image.C: - ^image.replace now can accept only 2
6793: params. in this case the whole image is affected ( new feature:
6794: #95 )
6795:
6796: 2010-08-04 misha
6797:
6798: * tests/246.html: - test tor ^hash._at[] was added
6799:
6800: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6801: #53 )
6802:
6803: * src/include/pa_hash.h: - methods for accessing the first and the
6804: last values of ordered hash were added (first_value and
6805: last_value)
6806:
6807: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6808: (similar to others file's methods):
6809: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6810: #68 )
6811:
6812: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6813:
6814: 2010-08-01 moko
6815:
6816: * src/classes/op.C: to correctly process $result[] in code, called
6817: from ^process
6818:
6819: * tests/245.html: $result in ^process[] test added
6820:
6821: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6822: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6823: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6824: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6825: caller, self) op_call(VMethodFrame &frame, bool constructing)
6826: removed, construct(class,method) added
6827:
6828: * tests/results/: 192.processed, 244.processed: request::construct
6829: added
6830:
6831: * tests/: 244.html, 245.html, results/244.processed,
6832: results/245.processed: object creation exceptions and ^process
6833: tests added
6834:
6835: 2010-07-28 misha
6836:
6837: * tests/make_tests.cmd: - win32 EOLs
6838:
6839: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6840: tests on Win32 were added (The system timezone should be GMT+3)
6841:
6842: 2010-07-26 misha
6843:
6844: * tests/: 212.html, results/212.processed: - sizes were removed
6845: mecause they could be different on different OSs
6846:
6847: * tests/065.html: - make it "win32 friendly"
6848:
6849: 2010-07-25 misha
6850:
6851: * src/main/compile.y: - all EOLs between methods are removed during
6852: compilation ( new feature: #47 )
6853:
6854: * tests/results/149.processed: - prepare tests to trim trailing
6855: methods' EOLs
6856:
6857: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6858:
6859: * tests/: results/006.processed, results/014.processed, 006.html,
6860: 014.html, 022.html: - prepare tests to trim trailing methods'
6861: EOLs
6862:
6863: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6864: results/071.processed, results/022.processed: - prepare tests to
6865: trim trailing methods' EOLs
6866:
6867: * tests/: results/073.processed, results/109.processed,
6868: results/142.processed, results/144.processed,
6869: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6870: 144.html: - prepare tests to trim trailing methods' EOLs
6871:
6872: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6873: 149.html, 152.html, results/096.processed, results/107.processed,
6874: results/109.processed, results/142.processed,
6875: results/144.processed: - prepare tests to trim trailing methods'
6876: EOLs
6877:
6878: 2010-07-24 moko
6879:
6880: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6881: the hash order in this test
6882:
6883: * tests/014.html: to check hash order, hash no is longer sorted
6884: before print
6885:
6886: * src/include/pa_hash.h: hash copy constructor now keeps order
6887: (bugfix: #54)
6888:
6889: 2010-07-23 moko
6890:
6891: * tests/results/224.processed: @auto[] is no longer inherited
6892:
6893: * src/types/pa_vstateless_class.C, tests/227.html,
6894: tests/results/227.processed: @auto[] is no longer inherited
6895: (bugfix: #57)
6896:
6897: 2010-07-22 misha
6898:
6899: * src/classes/table.C: - don't skip comment lines during
6900: table::load if encloser or separator is set as '#' ( new feature:
6901: #30 )
6902:
6903: * src/targets/cgi/parser3.C: - don't run as cgi if
6904: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6905: #12 )
6906:
6907: * src/classes/file.C: - set PARSER_VARSION env before external
6908: script executing
6909:
6910: 2010-07-13 misha
6911:
6912: * tests/058.html: - test for suppressing @border was added - test
6913: for user attribute was added
6914:
6915: * tests/results/186.processed: unescaping from \uXXXX
6916:
6917: * tests/186.html: unescaping from \uXXXX
6918:
6919: * tests/: 239.html, results/239.processed: method call type
6920:
6921: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6922: $junction_method.CLASS_NAME (+CLASS)
6923:
6924: 2010-07-07 misha
6925:
6926: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6927: *nix
6928:
6929: 2010-07-05 misha
6930:
6931: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6932: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6933: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6934: comment strings "options must be hash", "options must be hash,
6935: not code" and "called with invalid option" were replaced by
6936: constatns - exception comment string "invalid option passed" was
6937: replaced by "called with invalid option" (now in different
6938: methods are the same exception comment string)
6939:
6940: * src/include/pa_exception.h: - more exception strings were defined
6941:
6942: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6943: types/pa_vstateless_class.h: - now we can define possible
6944: method's call type ( new feature: #5 ) 1.
6945: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6946: methods 2. @static:method[params] (only static keyword could be
6947: used here) -- for specified methods
6948:
6949: * src/main/pa_common.C: - junction points should not be deleted on
6950: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6951: cleanup
6952:
6953: 2010-07-03 misha
6954:
6955: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6956: results/158.processed, results/160.processed,
6957: results/161.processed, results/162.processed,
6958: results/163.processed: - prepare tests to trim trailing methods'
6959: EOLs
6960:
6961: * tests/results/169.processed: - prepare tests to trim trailing
6962: methods' EOLs
6963:
6964: * tests/results/: 168.processed, 169.processed: - prepare tests to
6965: trim trailing methods' EOLs
6966:
6967: * tests/: results/170.processed, results/167.processed,
6968: results/168.processed, results/169.processed, 167.html, 168.html,
6969: 169.html: - prepare tests to trim trailing methods' EOLs
6970:
6971: * tests/: results/170.processed, results/171.processed,
6972: results/172.processed, results/173.processed,
6973: results/174.processed, results/175.processed, 170.html, 171.html,
6974: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6975: trailing methods' EOLs
6976:
6977: * tests/: results/176.processed, results/180.processed,
6978: results/184.processed, results/185.processed,
6979: results/191.processed, results/192.processed,
6980: results/196.processed, results/197.processed,
6981: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6982: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6983: to trim trailing methods' EOLs
6984:
6985: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6986: results/199.processed, results/208.processed,
6987: results/209.processed, results/213.processed,
6988: results/214.processed: - prepare tests to trim trailing methods'
6989: EOLs
6990:
6991: 2010-06-29 misha
6992:
6993: * tests/: 220.html, 218.html, results/218.processed,
6994: results/215.processed, results/217.processed, 215.html, 217.html:
6995: - prepare tests to trim trailing methods' EOLs
6996:
6997: * tests/: results/224.processed, 224.html, 223.html,
6998: results/223.processed, results/220.processed: - prepare tests to
6999: trim trailing methods' EOLs
7000:
7001: * tests/results/: 226.processed, 230.processed: - prepare tests to
7002: trim trailing methods' EOLs
7003:
7004: * tests/: 229.html, results/229.processed: - prepare tests to trim
7005: trailing methods' EOLs
7006:
7007: * tests/: 232.html, 235.html, results/232.processed,
7008: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7009: results/226.processed, results/227.processed,
7010: results/228.processed, results/230.processed: - prepare tests to
7011: trim trailing methods' EOLs
7012:
7013: 2010-06-16 moko
7014:
7015: * tests/: 229.html, results/229.processed: elseif now supported in
7016: ^if
7017:
7018: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7019:
7020: 2010-06-03 misha
7021:
7022: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7023: instead of memcopy for overlaped regions
7024:
7025: 2010-05-25 misha
7026:
7027: * src/main/pa_common.C: - wanring about unused vars was removed
7028:
7029: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7030: get_method_filename was moved to execute.C
7031:
7032: 2010-05-23 misha
7033:
7034: * src/main/pa_request.C: - more accurate detection of method's file
7035:
7036: 2010-05-22 misha
7037:
7038: * src/classes/reflection.C: - bugfix: core during detection of
7039: .file if filespec isn't detected successfully
7040:
7041: 2010-05-20 misha
7042:
7043: * src/main/pa_request.C: - fix in get_method_filename
7044:
7045: * src/include/pa_request.h: - new feature: #24 -- searching
7046: included file in @USE/^use is changed. if its filespec doesn't
7047: start from '/' it will be searched in caller file directory
7048:
7049: * src/classes/reflection.C: - ^reflection:method_info returns file
7050: where the method is defined
7051:
7052: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7053: classes/op.C: - new feature: #24 -- searching included file in
7054: @USE/^use is changed. if its filespec doesn't start from '/' it
7055: will be searched in caller file directory
7056:
7057: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7058: is moved to pa_common.h
7059:
7060: 2010-05-18 misha
7061:
7062: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7063: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7064: cookie parser decode \uXXXX as well as %uXXXX
7065:
7066: 2010-05-17 misha
7067:
7068: * src/classes/curl.C: beauty: - unused param is removed in method
7069: _curl_version_action - some spaces were removed or replaced by
7070: tabs
7071:
7072: * src/classes/table.C: - bugfix: #72 core with empty value during
7073: ^table.hash[...;name_of_the_last_column][$.type[string]]
7074:
7075: 2010-05-16 misha
7076:
7077: * src/classes/curl.C: new: #61 more curl options were added
7078: (contributed by Sumo)
7079:
7080: 2010-04-29 pretender
7081:
7082: * src/main/pa_string.C: fixes #63 Split result from empty string
7083: now empty string.
7084:
7085: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7086: string type.
7087:
7088: 2010-04-28 pretender
7089:
7090: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7091: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7092: macrodefinition removed
7093:
7094: 2010-04-19 pretender
7095:
7096: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7097: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7098:
7099: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7100: fixes #64 Now file.missing exception generates in unsafe mode to.
7101:
7102: * src/classes/file.C: fixes #48 Now not throw "not save environment
7103: variable" exception in grpunlim version.
7104:
7105: 2010-04-05 misha
7106:
7107: * src/classes/string.C: - new feature: 4th param was added to
7108: match. if specified its value is returned in case of nothing was
7109: found
7110:
7111: 2010-04-01 misha
7112:
7113: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7114: multiple execution of /a/b/auto.p
7115:
7116: 2010-03-19 misha
7117:
7118: * src/main/execute.C: - core in $table1.$table2 was fixed
7119:
7120: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7121:
7122: 2010-01-27 misha
7123:
7124: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7125: trying to open file by path /existing-file/non-exixting-file
7126:
7127: 2010-01-26 misha
7128:
7129: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7130: was added (returns file)
7131:
7132: 2009-12-22 misha
7133:
7134: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7135: now parser doesn't have class curl if it was built without it
7136:
7137: 2009-12-15 misha
7138:
7139: * configure.in: - little cheat with curl include dir was added
7140:
7141: 2009-12-05 misha
7142:
7143: * src/classes/curl.C: - some fixes
7144:
7145: 2009-12-04 misha
7146:
7147: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7148: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7149: buildall-with-xml, buildall-without-xml, configure.in: - curl
7150: class was added
7151:
7152: * src/include/pa_hash.h: - hash-iterator was added
7153:
7154: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7155: was added to pcre
7156:
7157: 2009-11-27 misha
7158:
7159: * src/classes/image.C: - don't add @border attribute to output of
7160: ^image.html[] if it was specified by user with empty value
7161:
7162: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7163: root element and we are trying to access .documentElement
7164:
7165: 2009-11-11 misha
7166:
7167: * src/classes/table.C: - in ^table.flip[] look at number of columns
7168: instead of number of items in first row for named tables
7169:
7170: 2009-11-10 misha
7171:
7172: * operators.txt: - info about hash-options in ^file::create was
7173: added
7174:
7175: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7176: added
7177:
7178: 2009-11-09 misha
7179:
7180: * buildall-with-xml: - moving to libxml 2.7.6
7181:
7182: * tests/236.html: - tests for comparations cords with functions
7183: were added
7184:
7185: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7186: added
7187:
7188: * src/main/pa_http.C: - little optimisation
7189:
7190: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7191: GPF mallocs + stringstream (table.save)
7192:
7193: * src/classes/file.C: - file::create now accepts 4th param: options
7194: with $.charset
7195:
7196: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7197: bug in cord (comparation cords with functions was buggy)
7198:
7199: 2009-11-06 misha
7200:
7201: * src/main/pa_string.C: - bugfix: calculation string.length
7202: sometimes was buggy
7203:
7204: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7205: destroyed if exception occured during match/replace
7206:
7207: * src/: main/pa_charset.C, include/pa_charset.h: - method
7208: lengthUTF8Char was added
7209:
7210: * src/classes/op.C: - clean tainting lang was added for user's
7211: usage
7212:
7213: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7214: fixed: checkouts are required after GC_MALLOC
7215:
7216: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7217:
7218: * operators.txt: - actually, there is no ^untaint[xml] in
7219: file::create
7220:
7221: 2009-10-15 misha
7222:
7223: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7224: were added
7225:
7226: * tests/234.html: - more tests for checking ^taint[uri] escaping
7227: were added
7228:
7229: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7230: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7231: hacking: for dealing with transcoding+^taint[uri]
7232: transcode_and_untaint was replaced by untaint_and_transcode
7233:
7234: 2009-10-13 misha
7235:
7236: * tests/: 121.html, results/121.processed: - test transcoding +
7237: url-escaping now
7238:
7239: * tests/results/auto.p: - more helpers' methods were added
7240:
7241: * src/main/pa_globals.C: - die instead of abort
7242:
7243: 2009-10-06 misha
7244:
7245: * src/main/pa_common.C: - don't allocate memory during
7246: capitalization if input string is already capitalized
7247:
7248: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7249:
7250: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7251: use format function because it calls malloc
7252:
7253: * src/include/pa_common.h: - more capitalized headers were added
7254:
7255: * src/main/pa_common.C: - in safe mode clear executable bits during
7256: file writing
7257:
7258: 2009-10-05 misha
7259:
7260: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7261:
7262: 2009-10-03 misha
7263:
7264: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7265: ^img.text[] & ^img.length[] can work in utf-8 now
7266:
7267: * src/: include/pa_charset.h, main/pa_charset.C: - class
7268: UTF8_string_iterator was added
7269:
7270: * src/classes/image.C: - respect utf-8 when calculate alphabet
7271: length
7272:
7273: * src/classes/mail.C: - check from before get message.cstr
7274:
7275: 2009-10-02 misha
7276:
7277: * tests/233.html: - test for image.font, image.length, image.text
7278: with text in utf-8 were added
7279:
7280: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7281:
7282: * buildall-with-xml, buildall-without-xml: - comment about gc
7283: version for freebsd 4 was added
7284:
7285: 2009-10-01 misha
7286:
7287: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7288: terminator) - read_pipe were slightly optimized
7289:
7290: 2009-09-28 misha
7291:
7292: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7293: removed
7294:
7295: * src/types/pa_vmail.C: - forgot about space after ':'
7296:
7297: * src/types/pa_vmail.C: - escape filenames while preparing mail
7298: body - small simplifications
7299:
7300: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7301: inout params like pa_base64
7302:
7303: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7304: option $.debug-print(1) was added to mail:send - changes for
7305: using uue_encode which uses less memory
7306:
7307: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7308:
7309: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7310: memory now
7311:
7312: 2009-09-26 misha
7313:
7314: * src/types/pa_vmail.C: - default encoding now is base64
7315:
7316: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7317:
7318: 2009-09-25 misha
7319:
7320: * src/types/pa_vmail.C: - capitalization of headers was added to
7321: sending mail as well
7322:
7323: * buildall-with-xml: - catalog package was removed from libxml
7324:
7325: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7326: win32 absolute path
7327:
7328: * src/include/pa_common.h: - one more capitalized header was added
7329:
7330: 2009-09-22 misha
7331:
7332: * INSTALL: - comment about building just httpd binary while
7333: building apache module was added
7334:
7335: 2009-09-21 misha
7336:
7337: * buildall-with-xml: - moving to the latest versions of xml libs:
7338: libxml 2.7.4 and libxslt 1.1.25
7339:
7340: 2009-09-19 misha
7341:
7342: * tests/231.html: - test for encoding cookie in win-1251
7343:
7344: 2009-09-18 misha
7345:
7346: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7347: object] were added
7348:
7349: * operators.txt: - info about method ^reflection:fields[class or
7350: object] was added
7351:
7352: * src/classes/reflection.C: - method ^reflection:fields[class or
7353: object] was added
7354:
7355: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7356: methods get_fields were added
7357:
7358: * tests/232.html: - tests for @GET[name]
7359:
7360: * src/classes/table.C: - some changes in handling hash-options for
7361: creare, join and locate
7362:
7363: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7364: defined with option: the type of requested value
7365:
7366: 2009-09-17 misha
7367:
7368: * tests/212.html: - tests for .pattern and .options were added
7369:
7370: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7371: $regex.options were added
7372:
7373: 2009-09-11 misha
7374:
7375: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7376: rewrited. it checks not just one case of sending cookies during
7377: file::load[http], but also sending headers and fields (including
7378: files)
7379:
7380: 2009-09-10 misha
7381:
7382: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7383: was removed => now parser can open files with Russian 'r' in
7384: filename
7385:
7386: * src/main/untaint.C: - bugfix: client charset whould be analized
7387: while escaping cookies but now source charset
7388:
7389: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7390: ^tainted[uri] so it was possible to make request with incorrect
7391: http header
7392:
7393: * src/main/pa_http.C: - capitalization of http headers during
7394: file::load[http was slightly changes - bugfix: all headers which
7395: parser sends during file::load[http should be transcoded and only
7396: then escaped
7397:
7398: * src/main/untaint.C: - a bit more comments were added
7399:
7400: * src/classes/: file.C, string.C: - types where changes (minus 2
7401: warnings)
7402:
7403: * src/include/pa_common.h: - 2 capitalized strings for making http
7404: headers during file::load[http were added
7405:
7406: 2009-09-08 misha
7407:
7408: * operators.txt: - changes in file.save and string.save were added
7409:
7410: * tests/: 230.html, 230.txt: - tests for checking options in
7411: file.save and string.save were added
7412:
7413: * src/main/pa_request.C: - http headers names, which are passed to
7414: SAPI::add_header_attribute are lowercased now (it'll be
7415: capitalized in that method)
7416:
7417: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7418: classes/string.C: - file_write accepts Request_charsets and asked
7419: charset and cound transcode content before writing - string.save
7420: and file.save have option $.charset now
7421:
7422: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7423: classes/xdoc.C: - file_write accepts Request_charsets and asked
7424: charset and cound transcode content before writing
7425:
7426: * src/include/pa_exception.h: - new exception comment string was
7427: defined
7428:
7429: 2009-09-07 misha
7430:
7431: * src/main/compile.y: - grammar $name\ name stops now for regex
7432: sub-pattern\s
7433:
7434: 2009-09-04 misha
7435:
7436: * src/main/pa_http.C: - capitalization of http headers during
7437: file::load[http was implemented
7438:
7439: 2009-09-03 misha
7440:
7441: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7442: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7443: types/pa_vmail.C, targets/cgi/parser3.C,
7444: targets/isapi/parser3isapi.C: - back to storing response http
7445: headers in lowercase - capitalize them during output
7446:
7447: 2009-08-31 misha
7448:
7449: * src/classes/table.C: - allow call with any brackets (it could be
7450: useful in methods with explict result declaration)
7451:
7452: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7453: correctly if $request:charset==koi8-r
7454:
7455: 2009-08-30 misha
7456:
7457: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7458: changed: content-type => Content-type and so on
7459:
7460: * src/classes/file.C, src/include/pa_common.h,
7461: src/include/pa_request.h, src/main/pa_http.C,
7462: src/main/pa_request.C, src/types/pa_vcookie.C,
7463: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7464: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7465: tests/results/002.processed, tests/results/003.processed,
7466: tests/results/004.processed, tests/results/005.processed,
7467: tests/results/006.processed, tests/results/007.processed,
7468: tests/results/008.processed, tests/results/009.processed,
7469: tests/results/010.processed, tests/results/011.processed,
7470: tests/results/012.processed, tests/results/013.processed,
7471: tests/results/014.processed, tests/results/015.processed,
7472: tests/results/016.processed, tests/results/017.processed,
7473: tests/results/018.processed, tests/results/019.processed,
7474: tests/results/020.processed, tests/results/021.processed,
7475: tests/results/022.processed, tests/results/023.processed,
7476: tests/results/024.processed, tests/results/025.processed,
7477: tests/results/026.processed, tests/results/027.processed,
7478: tests/results/028.processed, tests/results/029.processed,
7479: tests/results/030.processed, tests/results/031.processed,
7480: tests/results/032.processed, tests/results/033.processed,
7481: tests/results/034.processed, tests/results/035.processed,
7482: tests/results/036.processed, tests/results/037.processed,
7483: tests/results/038.processed, tests/results/039.processed,
7484: tests/results/040.processed, tests/results/041.processed,
7485: tests/results/042.processed, tests/results/043.processed,
7486: tests/results/044.processed, tests/results/045.processed,
7487: tests/results/046.processed, tests/results/047.processed,
7488: tests/results/048.processed, tests/results/049.processed,
7489: tests/results/050.processed, tests/results/051.processed,
7490: tests/results/052.processed, tests/results/053.processed,
7491: tests/results/054.processed, tests/results/055.processed,
7492: tests/results/056.processed, tests/results/057.processed,
7493: tests/results/058.processed, tests/results/059.processed,
7494: tests/results/060.processed, tests/results/061.processed,
7495: tests/results/062.processed, tests/results/063.processed,
7496: tests/results/064.processed, tests/results/065.processed,
7497: tests/results/066.processed, tests/results/067.processed,
7498: tests/results/068.processed, tests/results/069.processed,
7499: tests/results/070.processed, tests/results/071.processed,
7500: tests/results/072.processed, tests/results/073.processed,
7501: tests/results/074.processed, tests/results/075.processed,
7502: tests/results/076.processed, tests/results/077.processed,
7503: tests/results/078.processed, tests/results/079.processed,
7504: tests/results/080.processed, tests/results/081.processed,
7505: tests/results/082.processed, tests/results/083.processed,
7506: tests/results/084.processed, tests/results/085.processed,
7507: tests/results/086.processed, tests/results/087.processed,
7508: tests/results/088.processed, tests/results/089.processed,
7509: tests/results/090.processed, tests/results/091.processed,
7510: tests/results/092.processed, tests/results/093.processed,
7511: tests/results/094.processed, tests/results/095.processed,
7512: tests/results/096.processed, tests/results/097.processed,
7513: tests/results/098.processed, tests/results/099.processed,
7514: tests/results/100.processed, tests/results/101.processed,
7515: tests/results/102.processed, tests/results/103.processed,
7516: tests/results/104.processed, tests/results/105.processed,
7517: tests/results/106.processed, tests/results/107.processed,
7518: tests/results/108.processed, tests/results/109.processed,
7519: tests/results/110.processed, tests/results/111.processed,
7520: tests/results/112.processed, tests/results/113.processed,
7521: tests/results/114.processed, tests/results/115.processed,
7522: tests/results/116.processed, tests/results/117.processed,
7523: tests/results/118.processed, tests/results/119.processed,
7524: tests/results/120.processed, tests/results/121.processed,
7525: tests/results/122.processed, tests/results/123.processed,
7526: tests/results/124.processed, tests/results/125.processed,
7527: tests/results/126.processed, tests/results/127.processed,
7528: tests/results/128.processed, tests/results/129.processed,
7529: tests/results/130.processed, tests/results/131.processed,
7530: tests/results/132.processed, tests/results/133.processed,
7531: tests/results/134.processed, tests/results/135.processed,
7532: tests/results/136.processed, tests/results/138.processed,
7533: tests/results/139.processed, tests/results/140.processed,
7534: tests/results/141.processed, tests/results/142.processed,
7535: tests/results/143.processed, tests/results/144.processed,
7536: tests/results/145.processed, tests/results/146.processed,
7537: tests/results/147.processed, tests/results/148.processed,
7538: tests/results/149.processed, tests/results/150.processed,
7539: tests/results/151.processed, tests/results/152.processed,
7540: tests/results/153.processed, tests/results/154.processed,
7541: tests/results/155.processed, tests/results/156.processed,
7542: tests/results/157.processed, tests/results/158.processed,
7543: tests/results/159.processed, tests/results/160.processed,
7544: tests/results/161.processed, tests/results/162.processed,
7545: tests/results/163.processed, tests/results/164.processed,
7546: tests/results/165.processed, tests/results/166.processed,
7547: tests/results/167.processed, tests/results/168.processed,
7548: tests/results/169.processed, tests/results/170.processed,
7549: tests/results/171.processed, tests/results/172.processed,
7550: tests/results/173.processed, tests/results/174.processed,
7551: tests/results/175.processed, tests/results/176.processed,
7552: tests/results/177.processed, tests/results/178.processed,
7553: tests/results/179.processed, tests/results/180.processed,
7554: tests/results/181.processed, tests/results/182.processed,
7555: tests/results/183.processed, tests/results/184.processed,
7556: tests/results/185.processed, tests/results/186.processed,
7557: tests/results/187.processed, tests/results/188.processed,
7558: tests/results/189.processed, tests/results/190.processed,
7559: tests/results/191.processed, tests/results/192.processed,
7560: tests/results/193.processed, tests/results/194.processed,
7561: tests/results/195.processed, tests/results/196.processed,
7562: tests/results/197.processed, tests/results/198.processed,
7563: tests/results/199.processed, tests/results/200.processed,
7564: tests/results/201.processed, tests/results/202.processed,
7565: tests/results/203.processed, tests/results/204.processed,
7566: tests/results/205.processed, tests/results/206.processed,
7567: tests/results/207.processed, tests/results/208.processed,
7568: tests/results/209.processed, tests/results/210.processed,
7569: tests/results/211.processed, tests/results/212.processed,
7570: tests/results/213.processed, tests/results/214.processed,
7571: tests/results/215.processed, tests/results/216.processed,
7572: tests/results/217.processed, tests/results/218.processed,
7573: tests/results/219.processed, tests/results/220.processed,
7574: tests/results/221.processed, tests/results/222.processed,
7575: tests/results/223.processed, tests/results/224.processed,
7576: tests/results/225.processed, tests/results/226.processed,
7577: tests/results/227.processed, tests/results/228.processed,
7578: tests/results/229.processed: - http headers were changed:
7579: content-type => Content-type and so on
7580:
7581: 2009-08-27 misha
7582:
7583: * src/: main/pa_random.C, include/pa_random.h,
7584: targets/cgi/parser3.C: - year was updated :)
7585:
7586: 2009-08-26 misha
7587:
7588: * tests/: 224.html, 224.p: - test for creating of parser object
7589: using constructor without params - little bugfix in test
7590:
7591: * src/main/compile_tools.h: - bugfix: should't call autouse while
7592: checking existed class while processing partial option
7593:
7594: * src/classes/reflection.C: - bugfix: core when creating object
7595: with reflection and constructor doesn't have params
7596:
7597: 2009-08-24 misha
7598:
7599: * tests/229.html: - tests for checking the number of parameters
7600: were added
7601:
7602: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7603: number of method's parameters wasn't checked correctly (the bug
7604: was introduced in 3.4.0)
7605:
7606: 2009-08-22 misha
7607:
7608: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7609: transcoded, but tainted pieces are escaped only when
7610: content-type==url-encoding
7611:
7612: * tests/228.html: - test for checking
7613: ^file::load[http://...;$.body[]]
7614:
7615: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7616: post charset was too early (charsets is empty at this moment)
7617:
7618: 2009-08-21 misha
7619:
7620: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7621: main/untaint.C: - some fixes with transcode+untaint
7622:
7623: 2009-08-15 misha
7624:
7625: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7626: was increaced to 100 (was 50)
7627:
7628: * tests/227.html: - test for checking overriding properties in
7629: static classes was added
7630:
7631: * tests/: 226.html, 226.p: - test for @autoload[] was added
7632:
7633: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7634: main/execute.C, main/pa_request.C, classes/reflection.C: -
7635: autouse was implemented
7636:
7637: 2009-08-14 misha
7638:
7639: * src/classes/reflection.C: - outdated checkout was removed
7640:
7641: * src/classes/reflection.C: - optimization - method ^dynamical was
7642: added.
7643:
7644: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7645: types/pa_vstateless_class.h, main/execute.C: - optimization
7646:
7647: * src/types/pa_vclass.C: - exception if base on sytem class
7648:
7649: 2009-08-12 misha
7650:
7651: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7652: pa_vstateless_class.h: - little optimisation
7653:
7654: 2009-08-11 misha
7655:
7656: * tests/224.html: - method_params => method_info - checking for
7657: $.inherited
7658:
7659: * src/classes/reflection.C, operators.txt: - method method_params
7660: was renamed to method_info and now it returns class name, if
7661: method was defined in ancestor
7662:
7663: * tests/225.html: - tests for cheching properties in hierarhical
7664: classes were added
7665:
7666: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7667: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7668: main/compile.y, main/execute.C, classes/classes.C: - problems
7669: with properties in new classes implementation were fixed
7670:
7671: 2009-08-10 misha
7672:
7673: * src/main/execute.C: - now constructor shouldn't be defined in
7674: class. it could be defined in parent.
7675:
7676: 2009-08-09 misha
7677:
7678: * src/classes/reflection.C: - ^reflection:methods doesn't return
7679: base's methods
7680:
7681: 2009-08-08 misha
7682:
7683: * src/: classes/classes.h, classes/date.C, classes/file.C,
7684: classes/form.C, classes/hash.C, classes/hashfile.C,
7685: classes/image.C, classes/mail.C, classes/op.C,
7686: classes/reflection.C, classes/regex.C, classes/string.C,
7687: classes/table.C, classes/xdoc.C, classes/xnode.C,
7688: classes/xnode.h, include/pa_hash.h, main/execute.C,
7689: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7690: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7691: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7692: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7693: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7694: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7695: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7696: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7697: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7698: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7699: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7700: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7701: types/pa_vresponse.C, types/pa_vresponse.h,
7702: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7703: types/pa_vstateless_object.h, types/pa_vstatus.C,
7704: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7705: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7706: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7707: types/pa_wwrapper.h, types/types.vcproj: - new classes
7708: implementation
7709:
7710: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7711: USE_MUNMAP is used. so it is disabled as a workaround.
7712:
7713: 2009-08-05 misha
7714:
7715: * src/: main/pa_common.C, include/pa_common.h: - not needed
7716: parameter was removed
7717:
7718: * src/main/pa_http.C: - bugfix: error was during detecting
7719: content-type of file which was loaded by http
7720:
7721: 2009-08-01 misha
7722:
7723: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7724: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7725: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7726: can't be disabled with defines any longer
7727:
7728: 2009-07-29 misha
7729:
7730: * src/classes/reflection.C, tests/results/224.processed: - for
7731: native methods with any call type now returned empty call_type
7732: value
7733:
7734: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7735: classes/table.C, include/pa_hash.h, include/pa_request.h,
7736: main/pa_request.C: - break in cycles was optimized
7737:
7738: * INSTALL: - more defines were described
7739:
7740: 2009-07-28 misha
7741:
7742: * operators.txt: - some changes in information about reflection
7743: class
7744:
7745: * tests/: 224.html, 224.p: - tests for reflection class
7746:
7747: * src/classes/reflection.C: - some bugs were fixed, method classes
7748: was added, refactoring
7749:
7750: 2009-07-26 misha
7751:
7752: * src/classes/classes.vcproj: - reflection class wass added to
7753: project
7754:
7755: * operators.txt: - information about reflection class was added
7756:
7757: * src/classes/reflection.C: - class was redesigned
7758:
7759: 2009-07-24 misha
7760:
7761: * src/classes/: Makefile.am, reflection.C: - class reflection was
7762: added
7763:
7764: * src/types/pa_vstateless_class.h: - method for reflection method's
7765: in classes was added
7766:
7767: 2009-07-22 misha
7768:
7769: * src/main/compile_tools.h: - bugfix: $object.$var was
7770: over-optimized. it failed if $object1.$object2.field
7771:
7772: 2009-07-16 misha
7773:
7774: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7775: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7776: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7777: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7778: one more arg: length of cord
7779:
7780: 2009-07-15 misha
7781:
7782: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7783: tainted in ^file::load[http://...;$.cookies[]]
7784:
7785: * src/classes/: op.C, regex.C, string.C: - new string with
7786: exception was used
7787:
7788: * src/include/pa_exception.h: - new string with exception was added
7789:
7790: * tests/223.html: - test for checking cookie-encoding during
7791: ^file::load[http was added
7792:
7793: * tests/: 221.html, 222.html: - tests for checking type of
7794: $table.fields.field were added
7795:
7796: * src/types/pa_vtable.C: - not used var decl was removed
7797:
7798: * src/include/pa_string.h: - use cached string length in Body::mid.
7799: it improves speed of match with brackets in pattern
7800:
7801: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7802: outside
7803:
7804: 2009-07-14 misha
7805:
7806: * src/types/pa_vtable.C: - $table.fields.a return string even if
7807: column is empty (sometime returned void) - $table.fields was
7808: added for nameless tables
7809:
7810: * src/targets/cgi/getopt.c: - one warning resolved
7811:
7812: * src/main/pa_string.C: - potentian bug fixed
7813:
7814: * src/classes/op.C: - small optimization in taint/untaint
7815:
7816: 2009-07-13 misha
7817:
7818: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7819: added
7820:
7821: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7822: souldn't add the attribut to output
7823:
7824: 2009-07-11 misha
7825:
7826: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7827: stack size was increaced to 2MB (default=1MB)
7828:
7829: 2009-07-08 misha
7830:
7831: * src/main/pa_string.C: - link to UTF-8 description was added
7832:
7833: * src/include/pa_hash.h: - hash keeps element's order in more
7834: places (ex: ._keys[])
7835:
7836: * tests/220.html: - test for checking order of elements in hash in
7837: foreach was added
7838:
7839: * tests/172.html: - small changes in printing hash
7840:
7841: * tests/129.html: - small changes in printing hash
7842:
7843: * src/: include/pa_common.h, include/pa_hash.h,
7844: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7845: types/pa_vmethod_frame.h: - hash now keeps order of elements
7846:
7847: * tests/014.html: - small changes in printing hash
7848:
7849: 2009-07-07 misha
7850:
7851: * src/classes/op.C: - new taint language "parser-code" was added
7852:
7853: * tests/219.html: - test for auto untaint parser code in process
7854: was added
7855:
7856: * src/classes/op.C: - tainted pieces in body of process are
7857: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7858:
7859: * src/: include/pa_string.h, main/untaint.C: - new language
7860: L_PARSER_CODE for auto-untaint in process was added
7861:
7862: * src/: classes/file.C, classes/hash.C, classes/image.C,
7863: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7864: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7865: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7866: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7867: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7868: code cleanup
7869:
7870: 2009-07-06 misha
7871:
7872: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7873: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7874: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7875:
7876: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7877: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7878: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7879: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7880: should be used
7881:
7882: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7883: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7884: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7885: untaint_cstr[m] should be used
7886:
7887: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7888: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7889:
7890: * tests/218.html: - test for checking automatic file-spec-taint was
7891: added
7892:
7893: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7894: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7895: classes/file.C, classes/hash.C, classes/image.C,
7896: classes/string.C, classes/table.C, classes/void.C,
7897: classes/xdoc.C: - optimizations and simplification of
7898: string.cstr(...)
7899:
7900: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7901: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7902: - optimizations and simplification of string.cstr(...)
7903:
7904: 2009-07-04 misha
7905:
7906: * tests/217.html: - test for recursion detection was added
7907:
7908: * src/: types/types.vcproj, main/main.vcproj,
7909: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7910: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7911: from .vcproj
7912:
7913: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7914:
7915: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7916: uploading files and case-insensitive http-method were added
7917:
7918: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7919: tainted pattern in ^file:list[] was added
7920:
7921: 2009-07-03 misha
7922:
7923: * src/: classes/classes.vcproj, main/main.vcproj,
7924: types/types.vcproj, targets/cgi/parser3.vcproj,
7925: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7926: for dynamic_cast) - little options changes
7927:
7928: * src/main/pa_http.C: - file::load[http works now with uploading
7929: files _and_ changing $.charset
7930:
7931: 2009-06-29 misha
7932:
7933: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7934: while creating pattern
7935:
7936: 2009-06-25 misha
7937:
7938: * src/classes/image.C, operators.txt: - options' names for
7939: ^image.font were changed to $.space, $.width and $spacing -
7940: default space width now == gif's width
7941:
7942: 2009-06-24 misha
7943:
7944: * tests/215.html: - tests for $file.mode were added
7945:
7946: * operators.txt: - added info about $file.mode and changes in
7947: ^image.font[
7948:
7949: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7950: param now could be omited - third param now could be hash (with
7951: all widths options: $.space-width, $.letter-width) - it's
7952: possible to specify tracking ($.letter-space)
7953:
7954: * src/classes/file.C: - file objects now could have mode field
7955: (text|binary)
7956:
7957: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7958:
7959: 2009-06-23 misha
7960:
7961: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7962: trim can work with utf-8 chars now
7963:
7964: 2009-06-20 misha
7965:
7966: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7967: was implemented
7968:
7969: * src/classes/table.C: - string length cacheing was implemented
7970:
7971: * src/include/pa_string.h: - string length cacheing was implemented
7972:
7973: 2009-06-17 misha
7974:
7975: * src/main/execute.C: - value param was removed from
7976: WContext::WContext
7977:
7978: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7979: pa_wwrapper.h: - value param was removed from WContext::WContext
7980: - field wcontext was removed from VCodeFrame (using fparent
7981: instead)
7982:
7983: * tests/214.html: - test with hash copying
7984:
7985: 2009-06-16 misha
7986:
7987: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7988: strings doesn't work in expression anymore
7989:
7990: * src/main/execute.C: - less calls for get_constructing() - little
7991: refactoring
7992:
7993: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7994: include/pa_request.h: - less calls for get_constructing()
7995:
7996: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7997: introduced with OPTIMIZE_SINGLE_STRING optimization
7998:
7999: 2009-06-14 misha
8000:
8001: * src/: classes/date.C, classes/file.C, classes/hash.C,
8002: classes/hashfile.C, classes/image.C, classes/regex.C,
8003: classes/table.C, classes/xdoc.C, classes/xnode.h,
8004: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8005: types/pa_vstateless_class.h, main/execute.C: - create object for
8006: storing object's fields only for parser objects
8007:
8008: 2009-06-13 misha
8009:
8010: * buildall-with-xml, buildall-without-xml: - new option was added
8011: for building GC (it slightly reduces memory usage)
8012:
8013: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8014: single string write
8015:
8016: * src/main/execute.C: - bytecode optimization of ^class:constructor
8017: - optimization of single string write
8018:
8019: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8020: - bytecode optimization of ^class:constructor
8021:
8022: 2009-06-09 misha
8023:
8024: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8025: main (better compatibility)
8026:
8027: 2009-06-08 misha
8028:
8029: * src/main/compile.y: - I've forgot to commit it :(
8030:
8031: 2009-06-07 misha
8032:
8033: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8034: WITH_READ and WITH_ROOT
8035:
8036: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8037: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8038: WITH_ROOT - little refactoring
8039:
8040: 2009-06-06 misha
8041:
8042: * tests/213.html: - tests for 3rd match string-param were added
8043:
8044: * src/classes/string.C: - 3rd match param could be string now
8045:
8046: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8047: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8048: GET_OBJECT_ELEMENT
8049:
8050: 2009-06-05 misha
8051:
8052: * src/main/pa_http.C: - bugfix: content-length was not calculated
8053: if $.body was specified
8054:
8055: 2009-06-04 misha
8056:
8057: * src/classes/op.C: - optimizing write_assign_lang in connect
8058:
8059: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8060:
8061: * src/main/execute.C: - little refactoring - optimizing
8062: write_assign_lang in taint/untaint
8063:
8064: * src/include/pa_opcode.h: - little refactoring
8065:
8066: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8067: main/compile_tools.h, main/execute.C: - optimizations for
8068: $self.field, ^self.method, $self.field[...] and $self.field(...)
8069: were added
8070:
8071: 2009-06-03 misha
8072:
8073: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8074:
8075: 2009-06-02 misha
8076:
8077: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8078: include/pa_opcode.h: - refactoring in last optimizations
8079: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8080: now but code is much easy and it is ready for further
8081: improvements.
8082:
8083: 2009-05-27 misha
8084:
8085: * src/: types/pa_junction.h, types/pa_vjunction.C,
8086: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8087: changed in destructing junctions
8088:
8089: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8090: String:Body
8091:
8092: 2009-05-26 misha
8093:
8094: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8095: one method detect_charset was deleted - bug was fixed in this
8096: method (error while detecting charset in content_type withot last
8097: ';')
8098:
8099: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8100: once
8101:
8102: 2009-05-25 misha
8103:
8104: * src/classes/file.C: - bugfix: file::exec didn't work after
8105: optimizing of helper_length
8106:
8107: 2009-05-24 misha
8108:
8109: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8110: were added - little refactoring
8111:
8112: * src/main/execute.C: - core while printing in debug log
8113: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8114: optimisations were added
8115:
8116: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8117: were added
8118:
8119: 2009-05-23 misha
8120:
8121: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8122: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8123: CORD_cat optimization
8124:
8125: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8126: - call constr optimisation under separate define now
8127:
8128: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8129: in $b should be string, not void
8130:
8131: * src/main/compile.y: - little fix for rem-cut optimisation
8132:
8133: * src/: include/pa_opcode.h, main/compile_tools.C,
8134: main/compile_tools.h, main/execute.C: - optimisations for
8135: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8136:
8137: * INSTALL: - description of some #defined were added
8138:
8139: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8140: before 1st access (memory usage is reduced if don't access to
8141: .text field)
8142:
8143: * src/include/pa_array.h: - array grows step now not static (it
8144: reduces numbers of reallocs)
8145:
8146: 2009-05-20 misha
8147:
8148: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8149: $.b(2), $c[d] and $.e[f] was added
8150:
8151: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8152: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8153: $.e[f] was added
8154:
8155: * src/main/execute.C: - debug printing moved in defines
8156:
8157: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8158: and little refactoring for OP_GET_OBJECT_ELEMENT +
8159: OP_GET_OBJECT_VAR_ELEMENT optimisation
8160:
8161: 2009-05-19 misha
8162:
8163: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8164: execute.C: - $a.$b & ^a.$b bytecode optimisation
8165:
8166: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8167: ^a.$b optimisation)
8168:
8169: * src/main/compile.y: - compiler now generate new opcodes:
8170: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8171: ^a.b - compiler now cut off ^rem{ with all content ; any number
8172: of params }
8173:
8174: * src/main/execute.C: - code for handle new opcodes
8175: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8176:
8177: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8178: added for LA2V and LA2S
8179:
8180: * src/include/pa_opcode.h: - new defines which can be used for
8181: disable some bytecode optimisation and new opcodes were added
8182:
8183: 2009-05-17 misha
8184:
8185: * src/lib/cord/cordxtra.c: - bugfix.
8186:
8187: * tests/212.html: - .size[] and .study_size[] were added to tests
8188:
8189: * operators.txt: - info about regex class was added
8190:
8191: * tests/212.html: - tests for regex class were added
8192:
8193: 2009-05-16 misha
8194:
8195: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8196: gc7.1
8197:
8198: * tests/022.html: - test for ^file:list[path;] (empty second param)
8199: was added
8200:
8201: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8202: param) should work
8203:
8204: 2009-05-15 misha
8205:
8206: * src/classes/table.C: - automatically disable stringstream usage
8207: on freebsd4
8208:
8209: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8210: scope
8211:
8212: * tests/211.html: - test with different types of access to hash was
8213: added
8214:
8215: * tests/210.html: - test which checks for loosing tainting in
8216: hash's keys was added
8217:
8218: * tests/208.html: - some parser work added. or stime == 0 %-)
8219:
8220: * src/lib/cord/cordbscs.c: - little hack was added to cord
8221:
8222: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8223:
8224: * src/include/pa_version.h, configure.in: - moko have made a lot of
8225: optimisations for increacing version number more dramatically :)
8226:
8227: * src/classes/date.C: - little refactoring: use constructor which
8228: accepts formated string
8229:
8230: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8231: which can print formatted string was added
8232:
8233: 2009-05-14 misha
8234:
8235: * src/include/pa_string.h: - type was fixed
8236:
8237: * src/: classes/hashfile.C, classes/op.C,
8238: include/pa_cache_managers.h, include/pa_charset.h,
8239: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8240: include/pa_request.h, include/pa_sql_driver_manager.h,
8241: include/pa_string.h, include/pa_stylesheet_manager.h,
8242: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8243: main/pa_charsets.C, main/pa_string.C,
8244: main/pa_stylesheet_connection.C, types/pa_value.h,
8245: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8246: types/pa_vobject.C, types/pa_vstateless_class.C,
8247: types/pa_vstateless_class.h: - hash_code caching was implemented
8248: (seaches should be faster now)
8249:
8250: * src/: classes/file.C, classes/hash.C, classes/image.C,
8251: classes/string.C, classes/table.C, include/pa_string.h,
8252: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8253: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8254: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8255: types/pa_vrequest.C: - String constructors don't have that stupid
8256: true/false param which means 'tainted'. they accept lang instead.
8257:
8258: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8259: with OPTIMIZE_RESULT
8260:
8261: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8262: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8263:
8264: 2009-05-13 misha
8265:
8266: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8267: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8268: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8269: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8270: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8271: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8272: include/pa_string.h, classes/date.C, classes/file.C,
8273: classes/hash.C, classes/image.C, classes/string.C,
8274: classes/table.C, classes/xdoc.C: - result optimisation -
8275: helper_length parameter removed from string constructors
8276:
8277: 2009-05-11 misha
8278:
8279: * tests/209.html: - tests for ^hash::create[hash] were added
8280:
8281: * tests/208.html: - tests for $status:rusage, $status:memory,
8282: ^memory:compact[] were added
8283:
8284: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8285: log10 were added
8286:
8287: * tests/206.html: - test for try with finally was added
8288:
8289: 2009-05-10 misha
8290:
8291: * tests/205.html: - test for ^file::create[...] was added
8292:
8293: * tests/204.html: - test for ^response:clear[] was added
8294:
8295: * tests/038.html: - tests for trigonometric functions were added
8296:
8297: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8298: added - more tests for .add, .sub, .union, .intersects and
8299: .intersections
8300:
8301: * tests/065.html: - test for ^file:dirname was added
8302:
8303: * tests/030.html: - test for $cookie:fields was added
8304:
8305: * tests/203.html: - test for ^h._keys[column name] was added
8306:
8307: * tests/201.html: - tests for .trim were added
8308:
8309: * tests/202.html: - tests for last-day,
8310: date:calendar[type](YYYY;MM;DD) were added
8311:
8312: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8313: .offset[type](N) were added
8314:
8315: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8316: and .pos[c](N) were added
8317:
8318: * tests/141.html: - test for math:sha1 was added
8319:
8320: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8321:
8322: 2009-05-09 misha
8323:
8324: * src/main/compile.y: - rollback
8325:
8326: 2009-05-05 misha
8327:
8328: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8329: replaced by is_empty()
8330:
8331: * src/: include/pa_string.h, main/pa_charset.C: - little
8332: optimisation: somewhere length() was replaced by is_empty()
8333:
8334: * src/classes/table.C: - little optimisation: somewhere length()
8335: was replaced by is_empty()
8336:
8337: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8338: classes/op.C, classes/table.C, main/pa_exception.C: - little
8339: optimisation: somewhere length() was replaced by is_empty()
8340:
8341: 2009-05-04 misha
8342:
8343: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8344: types/pa_vstateless_class.h, main/execute.C,
8345: include/pa_request.h, classes/hash.C, classes/op.C,
8346: classes/table.C: - more optimisations were added: some operators
8347: don't switch write context anylonger
8348:
8349: 2009-05-01 misha
8350:
8351: * src/main/compile.y: - slightly more opcode optimisations for
8352: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8353:
8354: * src/main/execute.C: - simplifying process for getters
8355:
8356: 2009-04-30 misha
8357:
8358: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8359:
8360: * tests/results/199.processed: - test for checking $result into
8361: ^rem was added
8362:
8363: * tests/199.html: - test for checking $result into ^rem was added
8364:
8365: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8366: some OS it returns list in different order)
8367:
8368: * src/: include/pa_array.h, include/pa_request.h,
8369: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8370: changes in stack impl - get_element() optimisation: 3rd param
8371: removed - bugfix: problems with reading empty input param -
8372: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8373:
8374: * tests/results/198.processed: - test for reading empty local var
8375: was added
8376:
8377: * tests/198.html: - test for reading empty local var was added
8378:
8379: 2009-04-29 misha
8380:
8381: * src/main/compile.y: - bugfix: couldn't compile because
8382: OP_VALUE__GET_ELEMENT should be unde #ifdef
8383:
8384: * src/: include/pa_array.h, include/pa_opcode.h,
8385: include/pa_request.h, main/compile.y, main/execute.C,
8386: main/pa_request.C, types/pa_vmethod_frame.C,
8387: types/pa_vmethod_frame.h: - we can work without opcode
8388: OP_STORE_PARAM, so it was removed
8389:
8390: 2009-04-28 misha
8391:
8392: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8393: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8394: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8395: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8396: 4.
8397: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8398:
8399: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8400:
8401: * src/: main/pa_string.C, classes/string.C: - !length() =>
8402: is_empty()
8403:
8404: 2009-04-27 misha
8405:
8406: * src/types/pa_vregex.h: - back explicit vars initialisation
8407:
8408: 2009-04-24 misha
8409:
8410: * src/classes/string.C: - ups. typo fixed
8411:
8412: * src/main/execute.C: - more replacements '*new VBool' to
8413: 'VBool::get' - checks for ^break[], ^continue[] and
8414: parser.interrupted were optimised
8415:
8416: * src/classes/string.C: - number of params.count() calls was
8417: slightly reduced
8418:
8419: 2009-04-23 misha
8420:
8421: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8422: make it x64 friendly
8423:
8424: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8425: parser is x64 friendly now
8426:
8427: 2009-04-22 misha
8428:
8429: * src/types/pa_vhashfile.C: - coder friendly exception about
8430: exceeding record size was added
8431:
8432: * src/classes/file.C: - use vregex object instead of direct calls
8433: methods from pcre lib
8434:
8435: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8436: classes/string.C: - use vregex object instead of direct calls
8437: methods from pcre lib
8438:
8439: * src/: include/pa_common.h, main/pa_common.C: - method
8440: print_pcre_exec_error_text was moved to class vregex
8441:
8442: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8443: was added
8444:
8445: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8446: - class vregex was added
8447:
8448: 2009-04-21 misha
8449:
8450: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8451:
8452: * src/: types/pa_junction.h, types/pa_value.C,
8453: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8454: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8455: junction-optimisation (destructors)
8456:
8457: * src/include/pa_array.h: - free under if now
8458:
8459: 2009-04-19 misha
8460:
8461: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8462:
8463: 2009-04-18 misha
8464:
8465: * src/include/pa_version.h:
8466: :q :
8467:
8468: CV:
8469: ----------------------------------------------------------------------
8470:
8471: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8472: refactoring
8473:
8474: * src/: include/pa_array.h, include/pa_hash.h,
8475: types/pa_vmethod_frame.h: - destructors under #ifdef now
8476:
8477: * src/include/pa_memory.h: - define for using destructors was added
8478:
8479: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8480: main/execute.C: - some junctions will be cached now
8481:
8482: * src/include/pa_hash.h: - hash destructor frees pairs now
8483:
8484: * src/include/pa_array.h: - inline was added to destructor
8485:
8486: * src/types/pa_method.h: - comment was changed
8487:
8488: 2009-04-17 misha
8489:
8490: * src/: include/pa_array.h, include/pa_hash.h,
8491: types/pa_vmethod_frame.h: - destructors were added
8492:
8493: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8494: renamed to always_use_result
8495:
8496: * src/main/: compile.y, compile_tools.h: - rollback changes in
8497: compiler: full backward compatibility is better
8498:
8499: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8500: result in var's hash
8501:
8502: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8503: optimisation in method_frame
8504:
8505: * src/include/pa_array.h: - optimisation in array (allocate
8506: elements only when needed)
8507:
8508: * src/types/pa_vresponse.C: - check for $response:headers field
8509: before looking at custom fields
8510:
8511: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8512: not needed to check existance var with name 'result' in var's
8513: hash
8514:
8515: * src/main/compile.y: - compiler was changed: now it detects
8516: writings to $result and set flag writo_to_result in method
8517:
8518: * src/classes/string.C: - little optimisation: no needed to write
8519: number with lang
8520:
8521: * src/main/pa_charset.C: - methods readChar and skipChar which is
8522: used for read utf8-strings were renamed - is_escaped was renamed
8523: to isEscaped (to the same name convention)
8524:
8525: * src/: types/pa_method.h, main/compile_tools.h: - flag
8526: write_to_result added. compiler get this info from code.
8527:
8528: 2009-04-16 misha
8529:
8530: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8531: String only before 1st write
8532:
8533: * src/include/pa_string.h: - not needed template removed
8534:
8535: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8536: types/pa_vjunction.C, types/pa_vproperty.C,
8537: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8538: main/pa_request.C, classes/bool.C, classes/double.C,
8539: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8540: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8541: bool objects)
8542:
8543: 2009-04-15 misha
8544:
8545: * src/lib/cord/cordxtra.c: - more optimisation
8546:
8547: * src/: include/pa_string.h, main/untaint.C: - String::append
8548: optimisation
8549:
8550: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8551: then get and can sometime be used)
8552:
8553: * src/main/pa_string.C: - String::length optimisation
8554:
8555: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8556: these methods read different strings
8557:
8558: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8559: fresult_initial_void removed + some optimisation - if $result
8560: defined we don't write to context anymore
8561:
8562: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8563: need just skip char)
8564:
8565: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8566: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8567: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8568:
8569: * src/types/pa_vvoid.h: - added get() method for retreave one
8570: instance
8571:
8572: 2009-04-11 misha
8573:
8574: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8575:
8576: * tests/197.html: - test for parser://test in xml was added
8577:
8578: * src/classes/string.C: - small optimisation
8579:
8580: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8581: optimisation
8582:
8583: 2009-04-10 misha
8584:
8585: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8586: to pcre-7.8
8587:
8588: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8589:
8590: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8591: added
8592:
8593: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8594: $request:CLASS_NAME were added
8595:
8596: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8597: were added
8598:
8599: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8600: $env:CLASS_NAME were added
8601:
8602: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8603: '@todo' now
8604:
8605: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8606: compirer
8607:
8608: * src/main/pa_string.C: - little code cleanup
8609:
8610: * src/main/pa_common.C: - describe one more UTF-8 related error
8611: during PCRE compile/execute
8612:
8613: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8614: normalizing todo-comments: '@todo' now
8615:
8616: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8617:
8618: * src/main/pa_charset.C: - type changed for making compiler happy
8619:
8620: 2009-03-10 misha
8621:
8622: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8623: in main()
8624:
8625: 2009-02-01 misha
8626:
8627: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8628: boundary
8629:
8630: 2009-01-25 misha
8631:
8632: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8633:
8634: * src/classes/file.C: - more changes for parsing different number
8635: of params for file::load
8636:
8637: * tests/193.html: - tests for exception while base64-decode binary
8638: to string was added
8639:
8640: * tests/192.html: - tests for file::load with different number of
8641: options
8642:
8643: * src/classes/math.C: - ups. forgot '+1'
8644:
8645: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8646: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8647: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8648: (new option $.encode[multipart-form/data] should be specified) -
8649: $.method[] option for file::load now is not case-sensitive
8650:
8651: * src/: include/pa_string.h, main/untaint.C: - for file post the
8652: new taint language L_FILE_POST was added
8653:
8654: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8655: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8656: stuff was moved to separate files
8657:
8658: 2009-01-23 misha
8659:
8660: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8661: spaces to tabs were converted
8662:
8663: 2009-01-12 misha
8664:
8665: * src/main/pa_http.C: - value of $.method[] option force uppercased
8666: now
8667:
8668: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8669: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8670: their names
8671:
8672: * src/main/pa_common.C: - changes in formating
8673:
8674: * src/: classes/file.C, main/pa_http.C: - some constants changed
8675: their names
8676:
8677: * src/include/pa_http.h: - some spaces were converted to tabs
8678:
8679: * src/include/pa_common.h: - some constants changed their names
8680:
8681: * src/classes/file.C: - fixed 4-th paramether for file::load -
8682: little code rewriting
8683:
8684: * src/types/pa_vfile.C: - little code rewriting
8685:
8686: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8687: types/pa_value.h: - some formating changes
8688:
8689: * src/include/pa_common.h: - some formating spaces transformed to
8690: tabs
8691:
8692: * src/classes/string.C: - exception while base64-decode binary to a
8693: string
8694:
8695: 2009-01-11 misha
8696:
8697: * configure.in: - version changed to 3.3.1b
8698:
8699: 2008-09-05 misha
8700:
8701: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8702: release_3_3_0 on 2008-09-05 10:59:35 +0000
8703:
8704: 2008-09-04 misha
8705:
8706: * tests/: 130.html, 131.html: - these exceptions not typeless
8707: anymore
8708:
8709: * src/classes/op.C: - exception with 'invalid taint language' not
8710: typeless anylonger
8711:
8712: * src/classes/image.C: - some exceptions while operations with
8713: image not typeless anymore
8714:
8715: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8716: main/pa_exec.C, main/pa_http.C: - some exceptions while
8717: operations with files not typeless anymore
8718:
8719: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8720: types/pa_vdate.h: - exceptions while checking date range not
8721: typeless anymore
8722:
8723: * src/include/pa_exception.h: - exception type string for invalid
8724: date range was added
8725:
8726: 2008-09-03 misha
8727:
8728: * src/: classes/file.C, main/pa_string.C: - exception while pce
8729: operations not typeless anymore
8730:
8731: * src/include/pa_exception.h: - exception type for pce operations
8732: was added
8733:
8734: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8735: and .CLASS_NAME insite classes
8736:
8737: * src/classes/table.C: - don't save table header whiile
8738: ^table.save[append;filename] if file exists
8739:
8740: 2008-09-02 misha
8741:
8742: * src/main/compile.y, src/main/compile_tools.h,
8743: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8744: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8745: renamed to partial and it login changed: we must mark class as
8746: partial for allow their modifications in future.
8747:
8748: 2008-08-29 misha
8749:
8750: * tests/results/022.processed: - testing taint[regex] in mask for
8751: file:list
8752:
8753: * tests/022.html: - testing taint[regex] in mask for file:list
8754:
8755: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8756: for file:list was added
8757:
8758: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8759: file:list
8760:
8761: 2008-08-26 misha
8762:
8763: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8764: last derived object
8765:
8766: * src/classes/image.C: - many strings "image.format" replaced by
8767: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8768: understand some more exif tags
8769:
8770: * src/include/pa_exception.h: - string "image.format" was added
8771:
8772: 2008-08-21 misha
8773:
8774: * src/: main/pa_string.C, classes/file.C: - use method for print
8775: pcre_exec text error
8776:
8777: * src/main/pa_common.C: - method for print pcre_exec text error was
8778: added
8779:
8780: * src/include/pa_common.h: - method declaration for print pcre_exec
8781: text error was added
8782:
8783: 2008-08-19 misha
8784:
8785: * src/main/execute.C: - bugfix: opcodes must be in separate
8786: namespace while debug execution as well
8787:
8788: * tests/: 015.html, results/015.processed: - test for escaping some
8789: parser chars was added
8790:
8791: 2008-08-18 misha
8792:
8793: * tests/: 190.html, 190.p, results/190.processed: - test for
8794: $caller.self.field + default getter in one class was added
8795:
8796: * tests/: 189.html, results/189.processed: - test for
8797: ^date::create[date object]
8798:
8799: * tests/: 188.html, results/188.processed: - tests for match with
8800: UTF-8 strings
8801:
8802: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8803: ^string.match[]
8804:
8805: * ChangeLog: - parser 3.3.0 beta13
8806:
8807: 2008-08-15 misha
8808:
1.116 moko 8809: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8810: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8811: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8812: dftables.c: - old PCRE files removed
1.95 moko 8813:
8814: * src/lib/pcre/config.h: - configuration for PCRE library
8815:
8816: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8817: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8818:
8819: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8820: library and set flag UTF8 if $request:charset is UTF-8
8821:
8822: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8823: include/pa_config_fixed.h: - moved to new PCRE library
8824:
8825: * src/: main/main.vcproj, types/types.vcproj,
8826: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8827: win32\pcre instead of parser3\src\lib\pcre
8828:
8829: * src/: include/pa_opcode.h, include/pa_operation.h,
8830: main/compile.C, main/compile.y, main/compile_tools.C,
8831: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8832: opcodes were moved to separate namespace
8833:
8834: 2008-08-14 misha
8835:
8836: * src/types/pa_vstateless_class.C: - newline at the end missed
8837:
8838: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8839: tainting
8840:
8841: 2008-08-11 misha
8842:
8843: * tests/: 187.html, 187.p, results/187.processed: - tests for
8844: $caller.self, $caller.self.field and $caller.self.field[value]
8845: were added
8846:
8847: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8848: runtime as well (for $caller.self)
8849:
8850: 2008-07-25 misha
8851:
8852: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8853: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8854: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8855: tests with international characters
8856:
8857: 2008-07-23 misha
8858:
8859: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8860: file::load[...;http://
8861:
8862: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8863: now everywhere in separate namespace
8864:
8865: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8866: for vars
8867:
8868: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8869: can be escaped by '^'
8870:
8871: 2008-07-22 misha
8872:
8873: * src/classes/string.C, tests/186.html: - names changes:
8874: escape=>js-escape, unescape=>js-unescape
8875:
8876: 2008-07-21 misha
8877:
8878: * tests/results/186.processed: - test for string escape/unescape
8879:
8880: * tests/186.html: - test for string escape/unescape
8881:
8882: * src/classes/string.C: - string has escape and unescape methods
8883: now
8884:
8885: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8886: added
8887:
8888: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8889: method-layers added (with different params)
8890:
8891: 2008-07-18 misha
8892:
8893: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8894: was added
8895:
8896: * tests/185.html: - test for ^str.pos[sub](offset) added
8897:
8898: * src/classes/string.C, src/classes/void.C, operators.txt: -
8899: ^string.pos[substr](offset) -- 2nd param accepted now
8900:
8901: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8902: strings
8903:
8904: 2008-07-17 misha
8905:
8906: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8907: helper length added for mid for small optimisation
8908:
8909: 2008-07-16 misha
8910:
8911: * tests/: 185.html, results/185.processed: - tests for
8912: length/left/right/mid/pos with utf-8 strings
8913:
8914: * src/classes/string.C: - left/right/mid/length/pos works fine for
8915: utf-8 strings
8916:
8917: * src/main/untaint.C: - comments removed
8918:
8919: * src/: include/pa_string.h, main/pa_string.C,
8920: include/pa_charset.h, main/pa_charset.C: - methods for working
8921: with pos/mid for strings in utf-8 were added
8922:
8923: 2008-07-15 misha
8924:
8925: * tests/: 184.html, results/184.processed: - test for case body as
8926: expression: $var(^switch(1){^case(1)(true)..})
8927:
8928: * src/classes/op.C: - case body can be expression now:
8929: $var(^switch(1){^case(1)(true)..})
8930:
8931: * tests/: results/183.processed, 183.html: - added test for testing
8932: new cookie encoding (%uXXXX)
8933:
8934: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8935: decoding for backward compatibility they decoded from %XX in
8936: request:charset too
8937:
8938: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8939: - cookie class now decode cookies before first access after last
8940: request:charset changing (as form class).
8941:
8942: * src/main/pa_charset.C: - added method escape for escaping cookies
8943: as %uXXXX - before transcode calculate required space for dest
8944: string. it reduce mem usage for transcode
8945:
8946: * src/include/pa_charset.h: - added method escape for escaping
8947: cookies as %uXXXX
8948:
8949: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8950: was added. will used for escaping cookies as %uXXXX
8951:
8952: * src/include/pa_common.h: - escape method has new option for skip
8953: converting '+' to a space char
8954:
8955: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8956: transcode - escape method has new option for skip converting '+'
8957: to a space char
8958:
8959: 2008-07-08 misha
8960:
8961: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8962: (no UE if more then 1 case matches anylonger) - optimization:
8963: doing searching.as_string() || searching.as_double() only once
8964:
8965: 2008-07-04 misha
8966:
8967: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8968: now ^date::create[date object] works
8969:
8970: * src/classes/string.C: - left and right added as aliases for start
8971: and end in ^string.trim[]
8972:
8973: 2008-07-03 misha
8974:
8975: * src/classes/file.C: - allow $.limit for file::sql as well
8976:
8977: * src/classes/file.C: - allow $.offset option for file::sql - force
8978: send limit=1 to query for use sql specifics authomatically
8979:
8980: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8981: if $.limit value if empty. autoconvert it as everywere
8982:
8983: 2008-07-02 misha
8984:
8985: * configure.in: - time to change version number to 3.3.0 %-)
8986:
8987: * src/include/pa_version.h: - time to change version number to
8988: 3.3.0 %-)
8989:
8990: 2008-06-26 misha
8991:
8992: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8993: $.limit(0) fixes
8994:
8995: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8996: - $.limit(0) fixes
8997:
8998: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8999: new API)
9000:
9001: * src/: include/pa_sql_driver_manager.h,
9002: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9003: classes/op.C: - document_root added
9004:
9005: * src/main/compile.tab.C: - error message was changed
9006:
9007: 2008-06-25 misha
9008:
9009: * src/main/compile.y: - error message was changed
9010:
9011: 2008-06-24 misha
9012:
9013: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9014:
9015: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9016: tests for @OPTIONS\nappend
9017:
9018: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9019:
9020: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9021:
9022: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9023:
9024: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9025: compile.y
9026:
9027: 2008-06-17 misha
9028:
9029: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9030: compilation: ^if(default){true. it's incorrect. must be
9031: exception}
9032:
9033: 2008-06-16 misha
9034:
9035: * tests/: 181.ent, 181.html, results/181.processed: - test for
9036: checking external reference loading with 'http://localhost'
9037: prefix while creating xdoc
9038:
9039: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9040: ^math:long2ip[] and ^math:ip2long[]
9041:
9042: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9043: added which use scalar stateless class method when user object
9044: used in scalar context - use get_scalar_value when user object
9045: requested in scalar context
9046:
9047: * src/main/pa_common.C: - size must be int but not size_t or we
9048: can't compare with 0 sprintf result
9049:
9050: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9051: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9052: with internal switch between local/global vars
9053:
9054: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9055: specified
9056:
9057: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9058: pa_vstateless_object.h: - stateless class and object now has
9059: private scalar field and getter/setter for working with it
9060:
9061: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9062: moved to inet static class
9063:
9064: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9065: class added (^inet:aton[IP], ^inet:ntoa(number))
9066:
9067: * tests/: 180.html, results/180.processed: - tests for
9068: ^math:long2ip(long) and ^math:ip2long[IP]
9069:
9070: * src/classes/math.C: - ^math:ip2long[IP] added
9071:
9072: 2008-06-11 misha
9073:
9074: * src/main/pa_xml_io.C: - use file_read_text again because of we
9075: need cut BOM code and remove DOS newline chars. but don't
9076: transcode it anyway.
9077:
9078: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9079: main/pa_http.C: - option for disable transcoding while file_read
9080: and file_read_text added
9081:
9082: 2008-06-10 misha
9083:
9084: * tests/: 179.html, 179.p, results/179.processed: - test for many
9085: classes in 1 file
9086:
9087: * src/main/: compile.C, compile_tools.h: - compile return list of
9088: classes now.
9089:
9090: * src/main/: compile.y, compile.tab.C: - compile return list of
9091: classes now. internals.
9092:
9093: * src/main/pa_request.C: - compile return list of classes now. try
9094: call @conf and @auto for each returned class
9095:
9096: * src/include/pa_request.h: - compile return list of classes now
9097:
9098: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9099: return list of classes when compile buf)
9100:
9101: 2008-06-07 misha
9102:
9103: * src/main/pa_request.C: - constructing VRequest object with 3rd
9104: param -- form
9105:
9106: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9107: 3rd param: form. needed for get post_charset
9108:
9109: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9110: added
9111:
9112: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9113: types/pa_vform.C, types/pa_vform.h: - some polish
9114:
9115: 2008-06-06 misha
9116:
9117: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9118: charset and decode chars from it but not from response:charset
9119:
9120: * src/main/pa_http.C: - detect_charset moved out of here
9121:
9122: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9123: methods moved here - unescape_chars accepn one charset now
9124:
9125: * src/main/pa_http.C: - new constants used - don't allow
9126: $.content-type in ^file::load[;http://;$.method[POST]] - add
9127: charset info while ^file::load[;http://;$.method[POST]] - option
9128: $.omit-post-charset(true) added to ^file::load[;http://] for
9129: disabling charset during post
9130:
9131: * src/types/pa_vform.C: - new constants used
9132:
9133: * src/include/pa_common.h: - some constants were added
9134:
9135: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9136: instead of StrEqNc
9137:
9138: * src/main/pa_common.C: - new method for caseless search
9139: c-substring in c-string - use isxdigit instead of is_hex_digit
9140:
9141: * src/include/pa_common.h: - new method for caseless search
9142: c-substring in c-string
9143:
9144: 2008-06-05 misha
9145:
9146: * tests/results/178.processed: - test for testing default getter
9147:
9148: * tests/178.html: - test for testing default getter
9149:
9150: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9151: for test for testing default getter
9152:
9153: * src/main/execute.C: - default getter soul
9154:
9155: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9156: requested objects' field not found
9157:
9158: * src/types/pa_vclass.C: - register default getter if defined - get
9159: default getter if requested field not found
9160:
9161: * src/types/pa_vstateless_object.h: - method get_default_getter was
9162: added
9163:
9164: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9165: pointer to default getter and methods for get/set it were added
9166:
9167: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9168: auto_name field (for default getter)
9169:
9170: 2008-06-04 misha
9171:
9172: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9173: transcoding, no cutting BOM code, no fixing line breaks) and get
9174: it to libxml "as is"
9175:
9176: 2008-06-03 misha
9177:
9178: * src/main/pa_common.C: - use store_Char instead of
9179: transcodeCharFromUTF8
9180:
9181: * src/: include/pa_charset.h, main/pa_charset.C: - method
9182: store_Char added, transcodeCharFromUTF8 -- removed
9183:
9184: 2008-06-02 misha
9185:
9186: * tests/: results/177.processed, 177.html: - test for checking
9187: .[acm]date after local ^file::load[] was added
9188:
9189: * tests/: results/176.processed, 176.html: - test for checking
9190: @OPTION\locals + @method[vars][locals] added
9191:
9192: * tests/results/auto.p: - CLASS_PATH specified for checking use
9193:
9194: 2008-05-30 misha
9195:
9196: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9197: @OPTION\nlocals + @method[vars][;locals;] were added
9198:
9199: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9200: moved to separate method op_code - switch from VMethodFrame to
9201: VMethodFrameGlobal + VMethodFrameLocal
9202:
9203: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9204: was moved to separate method op_code
9205:
9206: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9207: VMethodFrame now
9208:
9209: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9210: all_vars_local as well
9211:
9212: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9213: pa_vmethod_frame_local.h, Makefile.am: - who children for
9214: VMethodFrame were added: one (global) works as VMethodFrame
9215: before and second (local) write all vars in self vars scope
9216:
9217: * src/types/pa_method.h: - method has bool flag all_vars_local now
9218:
9219: 2008-05-29 misha
9220:
9221: * tests/: 129.html, results/129.processed: - more tests for
9222: ^table.hash[]
9223:
9224: * src/classes/hash.C: - ^hash::sql has a new option:
9225: $.type[hash|string|table] as ^table.hash[] one.
9226:
9227: * src/classes/op.C: - ^try has 3rd param now: finally code which
9228: executed anyway after try or catch section
9229:
9230: 2008-05-27 misha
9231:
9232: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9233: must not fail if $.distinct(1) wasn't specified
9234:
9235: 2008-05-26 misha
9236:
9237: * src/classes/op.C: - allow ^throw[my type]
9238:
9239: 2008-05-22 misha
9240:
9241: * configure.in, configure: - version number updated to 3.2.4b
9242:
9243: * src/classes/: op.C, string.C: - trim format string before
9244: eval/format
9245:
9246: * tests/: results/175.processed, 175.html: - more tests for
9247: different format strings in .format[]
9248:
9249: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9250: as well (not only %XX)
9251:
9252: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9253: charset specified - checks for format before print number
9254: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9255: (instead of tabs) removed
9256:
9257: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9258: charset specified
9259:
9260: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9261: char in requested charset from utf code was added
9262:
9263: 2008-05-19 misha
9264:
9265: * tests/: 174.html, results/174.processed: - test for
9266: ^hashfile.cleanup[] added
9267:
9268: * src/classes/hashfile.C: - optimization: don't create any key or
9269: value variable if it's name weren't specified
9270: (^hf.foreach[;v]{...})
9271:
9272: 2008-05-16 misha
9273:
9274: * src/classes/hash.C: - optimization: don't create any key variable
9275: if variable name wasn't specified (^h.foreach[;v]{...})
9276:
9277: 2008-05-15 misha
9278:
9279: * src/classes/op.C: - small changes
9280:
9281: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9282:
9283: * src/classes/hash.C: - calculate var_context once before foreach
9284:
9285: 2008-05-14 misha
9286:
9287: * src/classes/hashfile.C: - incorrect vars context calculation for
9288: ^hashfile.foreach[;]{} fixed
9289:
9290: * src/classes/: hash.C, table.C: - little optimisation
9291:
9292: * src/classes/file.C: - bugfix: double absolute path while loading
9293: file
9294:
9295: * tests/: 174.html, results/174.processed: - tests for hashfile
9296: were added
9297:
9298: * buildall-with-xml: - moving to libxslt 1.1.24
9299:
9300: 2008-04-30 misha
9301:
9302: * src/classes/file.C: - stat file while loading (local only) so
9303: .adate, .mdate and .cdate available without additional ::stat
9304:
9305: 2008-04-28 misha
9306:
9307: * src/classes/file.C: - $.name and $.content-type available for
9308: stated file
9309:
9310: 2008-04-14 misha
9311:
9312: * src/targets/cgi/parser3.C: - new year in copyright %-)
9313:
9314: * src/include/pa_version.h: - new version number in head
9315:
9316: 2008-04-10 misha
9317:
9318: * tests/: 080.html, results/080.processed: - cut '0' from
9319: exponential part because of on diff OS it differ (20 or 020 for
9320: ex)
9321:
9322: * tests/: 119.html, results/119.processed: - check for encoding
9323: while creating xdoc
9324:
9325: 2008-04-09 misha
9326:
9327: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9328:
9329: * src/main/pa_common.C: - comment added
9330:
9331: * src/classes/date.C: - little refactoring
9332:
9333: 2008-04-07 misha
9334:
9335: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9336: style of ^table.save[]: prepare one big string and sabe it at
9337: once. it's safe on freebsd 4.x but use much more memory.
9338:
9339: * buildall-with-xml, buildall-without-xml: - option
9340: --disable-stringstream added (under comment. use it on freebsd
9341: 4.x)
9342:
9343: 2008-02-22 misha
9344:
9345: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9346: specified together in file::load[;http] - get back transcoding
9347: $.body[] in file::load[;http]
9348:
9349: 2008-02-21 misha
9350:
9351: * src/classes/date.C: - ^date.gmt-string[] was added
9352:
9353: * src/types/pa_value.C: - method for output date in RFC 822 format
9354: moved to pa_common.h
9355:
9356: * src/include/pa_common.h: - method for output date in RFC 822
9357: format moved here from pa_value.C
9358:
9359: * src/types/pa_vmail.C: - fixed core in sending mail with
9360: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9361:
9362: 2008-02-20 misha
9363:
9364: * src/main/pa_http.C: - transcode $.headers before escaping into
9365: specified charset while ^file::load[...;http://...] (L_URI
9366: instead of L_HTTP_HEADER) - $.cookies param available in
9367: ^file::load[;http://...] now (but we don't parse set-cookies from
9368: response yet) (cookies not transcoded as common $cookies)
9369:
9370: 2008-02-19 misha
9371:
9372: * src/main/pa_request.C: - rollback: we mustn't force taint
9373: $response:field values because in this case
9374: $response:locateion[http://...] don't works.
9375:
9376: 2008-02-15 misha
9377:
9378: * src/classes/op.C: - little refactoring
9379:
9380: * src/main/pa_http.C: - taint names of $.headers for load[;http
9381:
9382: * src/main/pa_request.C: - force taint values of $response:field
9383:
9384: 2008-02-14 misha
9385:
9386: * src/main/pa_request.C: - $response:field transcoded to
9387: $response:charset before escaping now
9388:
9389: * src/main/pa_http.C: - some outdated comments removed
9390:
9391: * src/classes/date.C: - lastdat -> last-day
9392:
9393: * src/classes/date.C: - ^date:lastday(year;month) and
9394: ^date.lastday[] were added - little code refactoring - comments
9395: changes
9396:
9397: * tests/: 159.html, results/159.processed: - test for number of
9398: days in February
9399:
9400: * src/types/pa_value.C: - fixes in code formatting
9401:
9402: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9403: and comments
9404:
9405: 2008-02-13 misha
9406:
9407: * src/main/pa_common.C: - bugfix for february at leap year
9408:
9409: 2008-01-28 misha
9410:
9411: * tests/: 160.html, results/160.processed: - more test for cache
9412: added
9413:
9414: * src/classes/op.C: - bugfix: cache body executed twice if contains
9415: unhandled exception
9416:
9417: 2008-01-25 misha
9418:
9419: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9420: bug when hashfile became inavailable after memory:compact)
9421:
9422: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9423:
9424: 2008-01-22 misha
9425:
9426: * src/classes/table.C: - little refactiring and exception texts
9427: changes in method ^table.hash[]
9428:
9429: * src/types/pa_vcookie.C: - link to cookie specification changed
9430:
9431: 2008-01-21 misha
9432:
9433: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9434: file::exec/cgi
9435:
9436: * src/classes/file.C: - bugfix: core while processing headers if
9437: executed cgi script don't return content
9438:
9439: 2008-01-18 misha
9440:
9441: * buildall-with-xml: - move to libxml2 version 2.6.31
9442:
9443: * src/include/pa_version.h, configure.in: - version number updated
9444: to '3.2.3b'
9445:
9446: 2007-12-28 misha
9447:
9448: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9449: hash.contains
9450:
9451: 2007-12-27 misha
9452:
9453: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9454: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9455: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9456: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9457: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9458: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9459: src/targets/cgi/parser3.vcproj,
9460: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9461: back to VS2003 because of Apache 1.3 module can't work if it was
9462: built in VS 2005. with cgi all file so VS2003 project files can
9463: be easy converted to the new format.
9464:
9465: 2007-12-04 misha
9466:
9467: * src/types/pa_vcode_frame.h: - changes in comment
9468:
9469: 2007-11-29 misha
9470:
9471: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9472: intercept strings any longer
9473:
9474: * tests/: 173.html, results/173.processed: - tests for
9475: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9476: but not in main code frame
9477:
9478: * tests/: 172.html, results/172.processed: - more tests for pass
9479: objects from code frames
9480:
9481: 2007-11-27 misha
9482:
9483: * tests/: 152.html, results/152.processed: - tests for converting
9484: strings 'true'/'false' to bool were added
9485:
9486: * tests/152.html: - added checks for converting strings
9487: 'true'/'false' to bool
9488:
9489: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9490: not only strings with numbers but with values 'true'/'false' as
9491: well
9492:
9493: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9494: for parser3.log increased
9495:
9496: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9497:
9498: * src/include/pa_common.h: - remove_crlf return cstring size now
9499:
9500: * src/include/pa_types.h: - constant with buffer size for
9501: parser3.log added
9502:
9503: 2007-11-16 misha
9504:
9505: * tests/cat.sh: - script for tests for file::exec/cgi
9506:
9507: * tests/171.html: - tests for file::exec/cgi
9508:
9509: * tests/results/171.processed: - tests results for file::exec/cgi
9510:
9511: 2007-11-15 misha
9512:
9513: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9514:
9515: * src/classes/file.C: - .body must be set before analyzing cgi
9516: headers
9517:
9518: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9519: only if exec/cgi return anything.
9520:
9521: 2007-11-14 misha
9522:
9523: * operators.txt: - info about new text|binary option for
9524: file::exec/cgi was added
9525:
9526: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9527: ^file:exec[[text|binary];script;...]
9528:
9529: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9530: classes/string.C, classes/table.C: - more text strings moved to
9531: the one place
9532:
9533: 2007-11-09 misha
9534:
9535: * src/types/pa_vrequest.C: - $request:argv must be taint
9536:
9537: * ChangeLog: - $request:argv [patch from Sumo]
9538:
9539: * operators.txt: - $request:argv
9540:
9541: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9542: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9543:
9544: 2007-10-25 misha
9545:
9546: * buildall-with-xml, buildall-without-xml: - options preparations
9547: for ./configure rewrited
9548:
9549: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9550: error occure in unhandled_exception finally fixed
9551:
9552: 2007-10-23 misha
9553:
9554: * tests/: 170.html, results/170.processed: - test for
9555: @method[][result]
9556:
9557: * operators.txt: - added info about node.prefix and
9558: node.namespaceURI
9559:
9560: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9561:
9562: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9563: added for node and attribute
9564:
9565: 2007-10-22 misha
9566:
9567: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9568:
9569: * src/main/pa_request.C: - added const content-transfer-encoding
9570:
9571: * src/include/pa_request.h: - added const content-transfer-encoding
9572: - ups. constants must be in lowercase (for search)
9573:
9574: * src/types/pa_vmail.C: - more constants used -
9575: content-transfer-encoding: 8bit added
9576:
9577: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9578:
9579: * src/include/pa_request.h: - more constants
9580:
9581: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9582: ommit anymore if $.content-disposition was specified - little
9583: refactoring
9584:
9585: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9586:
9587: 2007-10-17 misha
9588:
9589: * operators.txt: - info about
9590: table::create[nameless]{data}[>options<] was added
9591:
9592: * src/main/: compile.tab.C, compile.y: - if error occure while
9593: compile method don't put this method in methods table anymore.
9594: in other case the parser coredumped if @unhandled_exception
9595: method can't be compiled because of parser.compile error.
9596:
9597: * src/main/execute.C: - little code reformating
9598:
9599: * src/main/pa_request.C: - little code reformating - comment
9600: changed
9601:
9602: 2007-10-16 misha
9603:
9604: * tests/: 035.html, results/035.processed: - tests
9605: table::create[]{}[options] added
9606:
9607: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9608: options (only $.seperator[] yet)
9609:
9610: 2007-10-10 misha
9611:
9612: * src/classes/table.C: - some contstants moved to pa_common.h -
9613: some code changes
9614:
9615: 2007-10-02 misha
9616:
9617: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9618: then three time as much. but base64 encoding method still use
9619: less memory anyway.
9620:
9621: 2007-09-17 misha
9622:
9623: * operators.txt: - added info about $cookie:fields
9624:
9625: * src/types/pa_vcookie.C: - $cookie:fields available now
9626:
9627: * src/classes/hash.C: - some stuff for use with .for_each moved to
9628: common
9629:
9630: * src/include/pa_common.h: - some stuff for use with .for_each
9631: moved here
9632:
9633: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9634:
9635: 2007-09-14 misha
9636:
9637: * buildall-with-xml: - new xml libs again =)
9638:
9639: 2007-08-28 misha
9640:
9641: * operators.txt: - texts about ^table.columns[[column name]] and
9642: ^string.split[...][v][column name] were added
9643:
9644: * tests/: 168.html, 169.html, results/168.processed,
9645: results/169.processed: - tests for ^table.columns[[column name]]
9646: and ^string.split[...][v][column name] were added
9647:
9648: * src/classes/table.C: - new option ^table.columns[[column name]]
9649: was added
9650:
9651: * src/classes/string.C: - new option ^string.split[...;v;[column
9652: name]]
9653:
9654: * src/include/pa_exception.h: - error text message for
9655: ^hash._keys[], ^table.columns[] and ^string.split[]
9656:
9657: 2007-08-27 misha
9658:
9659: * src/main/untaint.C: - try to fix coredump on unix if print to
9660: body ^taint[sql][something] outside of connect
9661:
9662: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9663: outside of connect
9664:
9665: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9666: added (commented by default)
9667:
9668: 2007-08-20 misha
9669:
9670: * operators.txt: - comment about new method ^node.hasAttributes[]
9671: was added
9672:
9673: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9674: duplicated exception text strings were removed
9675:
9676: * src/include/pa_exception.h: - more exception text strings moved
9677: here
9678:
9679: * src/classes/table.C: - some duplicate exceptions' text strings
9680: removed
9681:
9682: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9683: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9684: removed
9685:
9686: * src/include/pa_exception.h: - some exception text strings movet
9687: to pa_exception
9688:
9689: * tests/: 149.html, results/149.processed: - test for
9690: ^xnode.hasAttributes[] was added - some code changes
9691:
9692: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9693: added
9694:
9695: 2007-08-17 misha
9696:
9697: * tests/: results/006.processed, results/059.processed, 006.html,
9698: 059.html: - more tests for match
9699:
9700: * tests/: 129.html, results/129.processed: - tests for
9701: ^table.hash[...][$.type[string|hash|table]] added
9702:
9703: * src/targets/cgi/parser3.C: - little syntax changes
9704:
9705: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9706: syntax changes
9707:
9708: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9709: messages in parser3.log switched off by default. If someone
9710: really still need it: use $SIGPIPE(1)
9711:
9712: 2007-08-08 misha
9713:
9714: * buildall-with-xml, buildall-without-xml: - remove libs source
9715: files by default since now
9716:
9717: 2007-08-07 misha
9718:
9719: * buildall-without-xml: - some option syntax changes
9720:
9721: * buildall-with-xml: - compile libxml2 without http support - some
9722: option syntax changes
9723:
9724: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9725:
9726: 2007-08-06 misha
9727:
9728: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9729:
9730: * tests/: 160.html, results/160.processed: - cache test was
9731: rewrited
9732:
9733: 2007-07-06 misha
9734:
9735: * tests/: 153.html, results/153.processed: - added test for
9736: ^math:sha1[string]
9737:
9738: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9739: transcoded
9740:
9741: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9742: were added
9743:
9744: 2007-06-28 misha
9745:
9746: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9747: some incorrect chars
9748:
9749: 2007-06-19 misha
9750:
9751: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9752: were moved on top because of gcc 4 had a problems during
9753: building.
9754:
9755: 2007-06-18 misha
9756:
9757: * tests/results/019.processed: - new image commited
9758:
9759: 2007-06-09 misha
9760:
9761: * src/classes/: op.C, table.C: - in while and table.select method
9762: as_expression used now
9763:
9764: * src/types/pa_vmethod_frame.h: - method as_expression was added
9765:
9766: 2007-06-08 misha
9767:
9768: * tests/: 166.html, results/166.processed: - test for
9769: ^match[...][n]
9770:
9771: * tests/: 165.html, results/165.processed: - tests for loops
9772:
9773: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9774: because of no speed/memory optimisation but some proglems with
9775: long cycles occure
9776:
9777: 2007-06-06 misha
9778:
9779: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9780: ^table.select(true) and ^table.select(1) didn't works because of
9781: awaiting junction-param only. fixed.
9782:
9783: 2007-05-24 misha
9784:
9785: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9786: with 0.5 secs interval
9787:
9788: * src/classes/op.C: - cache was rewrited. I hope it works with
9789: locking system now on unix
9790:
9791: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9792: system locks which wait till other threads release it but try get
9793: lock, if fail wait 1 sec and make 10 attempts.
9794:
9795: * src/include/pa_os.h: - consts for blocking locks + some comments
9796: were added
9797:
9798: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9799: opening files
9800:
9801: * src/classes/table.C: - changes in includes. if unclude <sstream>
9802: after our classes on unix it can't be build
9803:
9804: * src/types/pa_vhashfile.C: - not needed code removed
9805:
9806: 2007-05-23 misha
9807:
9808: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9809: include/pa_common.h: - cosmetic changes
9810:
9811: 2007-05-18 misha
9812:
9813: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9814: often. it's give some speed increasing
9815:
9816: * tests/results/160.processed: - returned time corrected
9817:
9818: * tests/160.html: - time increased because on unix 1 mean nothing
9819: :(
9820:
9821: * operators.txt: - added info about ^hash.contain[key]
9822:
9823: * src/classes/hash.C: - added ^hash.contain[key]
9824:
9825: * src/include/pa_hash.h: - added method for checking key exists in
9826: hash
9827:
9828: 2007-05-07 misha
9829:
9830: * src/include/pa_string.h: - was compilation error during build on
9831: freebsd4
9832:
9833: 2007-05-03 misha
9834:
9835: * src/classes/table.C: - option $.type[hash|string|table] was added
9836: for ^table.hash[]
9837:
9838: * src/classes/file.C: - comment removed
9839:
9840: 2007-04-26 misha
9841:
9842: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9843: real files doesn't opened in place anymore
9844:
9845: 2007-04-24 misha
9846:
9847: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9848:
9849: * src/include/pa_exception.h: "static" removed
9850:
9851: 2007-04-23 misha
9852:
9853: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9854:
9855: * src/classes/math.C: added: - ^math:ln(N) (the same as
9856: ^math:log(N)) - ^math:lg(N)
9857:
9858: * tests/: 097.html, results/097.processed: - charsets converstion
9859: during ^file::load[text;http://...] added
9860:
9861: * tests/: 164.html, results/164.processed: - check for set expires
9862: as a date
9863:
9864: * tests/: 164.html, results/164.processed: - test for hashfile
9865:
9866: * src/classes/hashfile.C: - little comment changes
9867:
9868: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9869: access
9870:
9871: * src/: classes/date.C, classes/double.C, classes/file.C,
9872: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9873: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9874: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9875: classes/xnode.h, include/pa_request.h, main/execute.C,
9876: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9877: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9878: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9879: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9880: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9881: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9882: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9883: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9884: "parser.runtime" strings were removed
9885:
9886: * src/classes/hashfile.C: - with .clear[] called files_delete()
9887: now.
9888:
9889: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9890:
9891: * src/include/pa_exception.h: - string constant with
9892: "parser.runtime" text was added
9893:
9894: 2007-04-20 misha
9895:
9896: * operators.txt: - some comments changing
9897:
9898: * operators.txt: - added info about .^hashfile.release[],
9899: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9900:
9901: * configure: =cheching for unsetenv
9902:
9903: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9904: ^hashfile.release[] were added
9905:
9906: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9907: ^string.match[][] understand new option now: return number of
9908: matches but not table wit results
9909:
9910: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9911: reopen now
9912:
9913: * src/classes/op.C: - bug. must be false
9914:
9915: * configure.in: - checking for unsetenv was added
9916:
9917: * src/types/pa_vform.C: - some comments
9918:
9919: 2007-04-18 misha
9920:
9921: * buildall-with-xml: moving to libxml2-2.6.28
9922:
9923: * buildall-with-xml, buildall-without-xml: added commented lines
9924: with --disable-safe-mode option
9925:
9926: * operators.txt: - info about $form:files
9927:
9928: 2007-04-17 misha
9929:
9930: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9931: $form:files was added
9932:
9933: * tests/: 163.html, results/163.processed: removing auto format
9934:
9935: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9936:
9937: 2007-04-16 misha
9938:
9939: * tests/: 163.html, results/163.processed: - test for .int[],
9940: floor, round, ceiling and .format[]
9941:
9942: * src/classes/file.C: - little optimization for getting args in
9943: exec/cgi
9944:
9945: 2007-04-13 misha
9946:
9947: * src/classes/file.C: - arguments for file::exec/cgi can be
9948: specified now as s table with one column
9949:
9950: 2007-03-27 misha
9951:
9952: * tests/: 162.html, results/162.processed: - test for
9953: ^table.select(^condition[$t])
9954:
9955: * tests/results/auto.p: - load windows-1251 charset for some tests
9956:
9957: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9958:
9959: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9960: 161_windows1251.txt: - added test for
9961: ^file::load[text;/local/file.txt;$.charset[...]]
9962:
9963: * tests/: results/013.processed, 013.html: - added test for
9964: checking $._default value while hash modifications
9965:
9966: * tests/: 160.html, results/160.processed: - add test for
9967: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9968:
9969: 2007-03-22 misha
9970:
9971: * src/include/pa_common.h: - "charset" string defined for
9972: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9973:
9974: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9975: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9976: added - not needed transcodes were removed from
9977: ^file::load[...;http://...]
9978:
9979: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9980: added
9981:
9982: * src/classes/date.C: - date.week was fixed
9983:
9984: * operators.txt: - added info about date.weekyear
9985:
9986: * tests/: 159.html, results/159.processed: - tests for date.week
9987: and date.weekyear added
9988:
9989: 2007-03-15 misha
9990:
9991: * src/classes/table.C: - enclose column numbers for nameless tables
9992: as well
9993:
9994: 2007-03-14 misha
9995:
9996: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9997:
9998: * src/classes/table.C: - table.save optimization: now required much
9999: less memory
10000:
10001: 2007-03-13 misha
10002:
10003: * tests/results/: 158.processed, 158.processes: - tests for
10004: table.save/table.load
10005:
10006: * tests/: 158.html, results/158.processes: - tests for
10007: table.save/table.load
10008:
10009: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10010:
10011: * buildall-with-xml: - pattern needed now for building
10012:
10013: * tests/results/097.processed: - added test results for xdoc::load
10014: & xdoc::load[http://...]
10015:
10016: * tests/097.html: - added test for xdoc::load
10017:
10018: 2007-03-12 misha
10019:
10020: * tests/: 107.html, results/107.processed: - added test for xpath
10021: '//man'
10022:
10023: 2007-03-01 misha
10024:
10025: * tests/: 097.html, results/097.processed: - added test for
10026: creating xdoc from file
10027:
10028: * tests/: results/157.processed, 157.html: - added test for
10029: file:move
10030:
10031: 2007-02-28 misha
10032:
10033: * src/classes/xdoc.C: - another attempt
10034:
10035: * src/classes/xdoc.C: - roll back last changes for a while
10036:
10037: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10038:
10039: * src/classes/file.C: - under lock we create non-exist dir anyway
10040:
10041: * tests/results/099.processed: - ever send content-disposition to
10042: client with file
10043:
10044: * tests/157.html: + test for file:copy
10045:
10046: 2007-02-26 misha
10047:
10048: * src/classes/file.C: - some similar strings moved to #define
10049: instead of to be copy/pasted many times
10050:
10051: * src/types/pa_vfile.h: - class name string ("file") moved to
10052: #define
10053:
10054: 2007-02-20 misha
10055:
10056: * configure.in: - added some strings for sqlite detection
10057:
10058: 2007-02-19 misha
10059:
10060: * operators.txt: - some comments changes
10061:
10062: * buildall-with-xml, buildall-without-xml: - some modifications
10063:
10064: 2007-02-17 misha
10065:
10066: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10067:
10068: * src/main/pa_request.C: - damn, i forgot to commit it while I
10069: change console behaviour
10070:
10071: 2007-02-12 misha
10072:
10073: * src/targets/cgi/parser3.C: - don't print headers if
10074: $console:line[data] was used during cgi execution.
10075:
10076: * src/types/pa_vconsole.h: - console class have bool flag now which
10077: marked as 'true' if class was used.
10078:
10079: * tests/: 152.html, results/152.processed: - more types was added
10080: to test 152
10081:
10082: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10083: adding 'bool' (^if($image){} caused exception)
10084:
10085: 2007-02-09 misha
10086:
10087: * tests/: 152.html, results/152.processed: - test alightly updated
10088:
10089: * tests/: 152.html, results/152.processed: - test rewrited
10090:
10091: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10092: bugfix. I broke xdoc & xnode in expression
10093:
10094: 2007-02-08 misha
10095:
10096: * tests/: 152.html, results/152.processed: - add test for checking
10097: 'def' for void, string, bool, int & double
10098:
10099: 2007-02-07 misha
10100:
10101: * operators.txt: - ^file:base64[filespec] was added
10102:
10103: * tests/results/153.processed: - result test for
10104: ^file:base64[filespec] was updated
10105:
10106: * tests/153.html: - test for ^file:base64[filespec] was added
10107:
10108: * src/types/pa_vconsole.h: - little optimization
10109:
10110: * src/classes/file.C: - ^file:base64[filespec]
10111:
10112: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10113:
10114: * src/include/pa_common.h: - declarations for
10115: ^file:base64[filespec]
10116:
10117: * src/types/pa_vcookie.C: - little optimization
10118:
10119: 2007-02-06 misha
10120:
10121: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10122: were temporary commented
10123:
10124: * src/types/pa_vbool.h: - bugfix
10125:
10126: * tests/156.html: - added test for bool cookie
10127:
10128: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10129:
10130: * tests/: 155.html, results/155.processed: - added test for check
10131: $.encloser[] option for table save/load
10132:
10133: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10134:
10135: 2007-02-05 misha
10136:
10137: * tests/results/152.processed: - newline at the end was missed
10138:
10139: * tests/results/141.processed: - math:md5 must be lowercased
10140:
10141: * src/targets/cgi/parser3.C: - 2007 in help ;)
10142:
10143: 2007-02-03 misha
10144:
10145: * tests/results/: 150.processed, 151.processed, 152.processed: -
10146: test for bool added and some content length fixes
10147:
10148: * tests/152.html: - test for bool added
10149:
10150: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10151:
10152: * operators.txt: - info bool class was added
10153:
1.116 moko 10154: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10155: classes/classes.vcproj, classes/double.C, classes/int.C,
10156: classes/string.C, classes/void.C, classes/xnode.C,
10157: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10158: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10159: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10160: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10161: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10162: types/types.vcproj: - bool class was added
10163:
10164: * src/main/pa_request.C: - fix
10165:
10166: 2007-01-18 misha
10167:
10168: * src/: main/pa_string.C, classes/string.C: - return table during
10169: ^string.match[][] even if no matched found.
10170:
10171: 2006-12-20 misha
10172:
10173: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10174: http://www.parser.ru/forum/?id=55598 ]
10175:
10176: 2006-12-19 misha
10177:
10178: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10179: details: http://www.parser.ru/forum/?id=52359
10180:
10181: * src/main/pa_request.C: - always set content-disposition for
10182: $response:body[hash here]. more details:
10183: http://www.parser.ru/forum/?id=52130
10184:
10185: 2006-12-07 misha
10186:
10187: * operators.txt: - added info about bool params in cookie set
10188:
10189: * src/types/pa_vcookie.C: - bool param in cookies available now
10190: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10191: ]
10192:
10193: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10194: was added
10195:
10196: 2006-12-02 misha
10197:
10198: * src/classes/file.C: - file_block_read used instead of native read
10199:
10200: * src/main/pa_common.C: - added file_block_read with read error
10201: detection - file_block_read used instead of native read
10202:
10203: * src/include/pa_common.h: - added file_block_read declaration
10204:
10205: 2006-12-01 misha
10206:
10207: * operators.txt: - info about $var.CLASS_NAME was added
10208:
10209: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10210: $var.CLASS_NAME added
10211:
10212: * operators.txt: - added info about ^file:copy[]
10213:
10214: * src/classes/file.C: - ^file:copy[from;fo] was added
10215:
10216: 2006-11-20 misha
10217:
10218: * src/classes/date.C: - bug fix :)
10219:
10220: 2006-11-17 misha
10221:
10222: * src/include/pa_common.h: - array in crc32 calculation was changed
10223: to static
10224:
10225: * src/main/pa_common.C: - little optimization in getMonthDays -
10226: small changes in crc32 calculation
10227:
10228: * src/classes/date.C: - not needed code was removed
10229:
10230: 2006-11-16 misha
10231:
10232: * src/types/pa_vmail.C: - fix missed brakes
10233:
10234: * src/types/pa_vmail.C: - mail:send now set content-type:
10235: multipart/related instead of multipart/mixed if file have
10236: $.content-id[]
10237:
10238: 2006-11-15 misha
10239:
10240: * src/types/pa_vdouble.h: abs -> fabs
10241:
10242: 2006-11-14 misha
10243:
10244: * operators.txt: - added info about ^file.md5[] and
10245: ^file:md5[file-name]
10246:
10247: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10248: added
10249:
10250: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10251: FILE_BUFFER_SIZE
10252:
10253: * src/classes/math.C: - hex_string was moved to pa_common.h
10254:
10255: * src/include/pa_common.h: - hex_string was moved from math.C -
10256: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10257:
10258: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10259: values was fixed
10260:
10261: 2006-11-13 misha
10262:
10263: * operators.txt: - added info about ^math:crc32[string],
10264: ^file:crc32[file-name] & ^file.crc32[]
10265:
10266: * src/classes/math.C: - added ^math:crc32[string]
10267:
10268: * src/classes/file.C: - some comments were changed - added
10269: ^file:crc32[file-name] and ^file.crc32[]
10270:
10271: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10272: crc32 calculation added
10273:
10274: 2006-11-03 misha
10275:
10276: * src/include/pa_array.h: - not needed variable removed
10277:
10278: * tests/: 150.html, 151.html, results/150.processed,
10279: results/151.processed: - 2 tests were added
10280:
10281: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10282: with $.reverse(1) were fixed
10283:
10284: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10285: query converted to $.charset during ^file::load[http://...]
10286:
10287: 2006-11-02 misha
10288:
10289: * src/include/pa_table.h: ups. forget '=' char
10290:
10291: * src/include/pa_table.h: - one more fix in
10292: .locate[...][$.reverse(1)]
10293:
10294: 2006-11-01 misha
10295:
10296: * src/classes/math.C: - bug fix, details:
10297: http://www.parser.ru/forum/?id=53360
10298:
10299: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10300: false for all records )[$.reverse(1)]
10301:
10302: * src/main/pa_http.C: - second param for this mid method is length
10303: but not end_index so this method has error and can't detect
10304: charsets in next content-types: Content-type: text/html;
10305: charset="windows-1251" Content-type: text/html;
10306: charset="windows-1251"; Content-type: text/html;
10307: charset=windows-1251;
10308:
10309: only Content-type: text/html; charset=windows-1251 was fine
10310:
10311: 2006-10-31 misha
10312:
10313: * src/classes/file.C: - empty args in file::exec removed now
10314:
10315: 2006-09-03 paf
10316:
10317: * src/classes/file.C: proper tainting of
10318: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10319:
10320: 2006-06-09 paf
10321:
10322: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10323:
10324: * src/classes/table.C: formatting
10325:
10326: * src/classes/table.C: incorporated patch from misha: Sent:
10327: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10328: ignoring string options for ^table.save[]
10329:
10330: * src/classes/hash.C: incorporated patch from misha Sent:
10331: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10332: $hash._default disappear while
10333:
10334: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10335: $.format[!uue|!base64] << new base64 option. default uue ] ]
10336:
10337: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10338: PM Subject: patch for base64 in ^mail:send[] %-)
10339:
10340: 2006-04-09 paf
10341:
10342: * src/main/compile.tab.C: ` change compiled
10343:
10344: * gnu.vcproj, operators.txt, parser3.sln,
10345: src/classes/classes.vcproj, src/classes/file.C,
10346: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10347: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10348: src/classes/xnode.C, src/include/pa_array.h,
10349: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10350: src/include/pa_memory.h, src/include/pa_request.h,
10351: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10352: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10353: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10354: src/lib/pcre/pcre_dftables.vcproj,
10355: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10356: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10357: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10358: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10359: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10360: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10361: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10362: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10363: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10364: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10365: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10366: src/types/pa_value.h, src/types/pa_vcookie.C,
10367: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10368: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10369: src/types/pa_vstatus.C, src/types/types.vcproj,
10370: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10371: ^menu, ^hash/hashfile.foreach
10372:
10373: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10374: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10375: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10376: src/classes/xnode.C, src/include/pa_array.h,
10377: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10378: src/include/pa_memory.h, src/include/pa_request.h,
10379: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10380: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10381: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10382: src/lib/pcre/pcre_dftables.vcproj,
10383: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10384: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10385: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10386: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10387: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10388: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10389: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10390: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10391: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10392: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10393: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10394: src/types/pa_value.h, src/types/pa_vcookie.C,
10395: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10396: src/types/pa_vstatus.C, src/types/types.vcproj,
10397: tests/descript.ion: ! switched to VS2005 (projects and
10398: object<info explicitly typed>.for_each(, info)) +
10399: $response:field[] setting void means removing + grammar $name`
10400: name stops now, for mysql `$field` + started ^break[]
10401: ^continue[], in ^for. TODO: to other iterators (while, menu,
10402: foreach) + all log messages += [uri=, method=, cl=]
10403:
10404: * buildall-with-xml: merged . ftp paths update
10405:
10406: * buildall-with-xml: . ftp paths update
10407:
10408: 2006-03-04 paf
10409:
10410: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10411: checks++ [thanks to Igor Zinkovsky for detailed report]
10412:
10413: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10414: Igor Zinkovsky for detailed report]
10415:
10416: 2006-03-01 paf
10417:
10418: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10419: \n to ' ' in
10420:
10421: 2006-02-18 paf
10422:
10423: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10424: \n to ' ' in
10425:
10426: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10427:
10428: 2006-02-03 paf
10429:
10430: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10431: base64
10432:
10433: * src/main/pa_common.C: ! bugfix: decoding from base64
10434:
10435: 2006-01-20 paf
10436:
10437: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10438: economy fix
10439:
10440: * src/classes/: table.C: merged from HEAD ! bugfix
10441: ^table.save[$.encloser-s now handled properly
10442:
10443: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10444: handled properly
10445:
10446: 2006-01-19 paf
10447:
10448: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10449: libgc:USE_MUNMAP activates merging of free memory blocks which
10450: helps a lot in our case: after transform we want
10451: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10452:
10453: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10454: economy fix
10455:
10456: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10457: activates merging of free memory blocks which helps a lot in our
10458: case: after transform we want CORD(main.result)->cstr[big
10459: malloc]->transcode[big malloc]
10460:
10461: 2006-01-17 paf
10462:
10463: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10464: before reading them. got rid of reallocs = became quicker and
10465: less fragmentated
10466:
10467: 2005-12-29 paf
10468:
1.116 moko 10469: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10470: configure, configure.in, src/include/pa_version.h,
10471: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10472: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10473: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10474: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10475: src/lib/ltdl/missing: . merged from 3.2.1
10476:
1.116 moko 10477: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10478: packaged when 'make dist', so do configure companion files in
10479: src/lib/ltdl
10480:
10481: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10482: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10483: missing: . now config_auto.h is created with configure [were
10484: constant]
1.95 moko 10485:
10486: * INSTALL: . references to documentation and some clarification
10487:
10488: * buildall-with-xml, buildall-without-xml: . farawell doc
10489: indication
10490:
1.116 moko 10491: * Makefile.am: . dist+=buildall*
1.95 moko 10492:
10493: 2005-12-28 paf
10494:
10495: * configure: . 3.2.1
10496:
10497: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10498: simplify build process, see INSTALL
10499:
10500: 2005-12-26 paf
10501:
10502: * configure: ver
10503:
10504: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10505: version
10506:
10507: 2005-12-21 paf
10508:
10509: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10510: compiled with bison 1.875b, it reports unexpected token names
10511:
10512: 2005-12-19 paf
10513:
10514: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10515: holds a link to xmlNode to prevent premature gc(xmlNode)
10516:
10517: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10518: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10519: src/main/main.vcproj, src/main/pa_globals.C,
10520: src/targets/cgi/parser3.vcproj,
10521: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10522: configure, configure.in, src/include/pa_version.h: . killing
10523: gdome [what a relief]
10524:
10525: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10526: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10527: run_parser.sh, results/001.processed, results/002.processed,
10528: results/003.processed, results/004.processed,
10529: results/005.processed, results/006.processed,
10530: results/008.processed, results/009.processed,
10531: results/010.processed, results/011.processed,
10532: results/012.processed, results/013.processed,
10533: results/014.processed, results/015.processed,
10534: results/016.processed, results/017.processed,
10535: results/018.processed, results/020.processed,
10536: results/021.processed, results/022.processed,
10537: results/023.processed, results/024.processed,
10538: results/025.processed, results/026.processed,
10539: results/027.processed, results/028.processed,
10540: results/029.processed, results/030.processed,
10541: results/031.processed, results/032.processed,
10542: results/033.processed, results/034.processed,
10543: results/035.processed, results/036.processed,
10544: results/037.processed, results/038.processed,
10545: results/039.processed, results/040.processed,
10546: results/041.processed, results/042.processed,
10547: results/043.processed, results/044.processed,
10548: results/045.processed, results/046.processed,
10549: results/047.processed, results/048.processed,
10550: results/049.processed, results/050.processed,
10551: results/051.processed, results/052.processed,
10552: results/053.processed, results/054.processed,
10553: results/055.processed, results/056.processed,
10554: results/057.processed, results/058.processed,
10555: results/059.processed, results/060.processed,
10556: results/061.processed, results/062.processed,
10557: results/063.processed, results/064.processed,
10558: results/065.processed, results/066.processed,
10559: results/067.processed, results/068.processed,
10560: results/069.processed, results/070.processed,
10561: results/071.processed, results/072.processed,
10562: results/073.processed, results/074.processed,
10563: results/075.processed, results/076.processed,
10564: results/077.processed, results/078.processed,
10565: results/079.processed, results/080.processed,
10566: results/081.processed, results/082.processed,
10567: results/083.processed, results/084.processed,
10568: results/085.processed, results/086.processed,
10569: results/087.processed, results/088.processed,
10570: results/089.processed, results/090.processed,
10571: results/091.processed, results/092.processed,
10572: results/093.processed, results/094.processed,
10573: results/095.processed, results/096.processed,
10574: results/097.processed, results/099.processed,
10575: results/100.processed, results/101.processed,
10576: results/102.processed, results/104.processed,
10577: results/105.processed, results/106.processed,
10578: results/107.processed, results/108.processed,
10579: results/109.processed, results/110.processed,
10580: results/111.processed, results/112.processed,
10581: results/113.processed, results/114.processed,
10582: results/115.processed, results/117.processed,
10583: results/119.processed, results/120.processed,
10584: results/121.processed, results/122.processed,
10585: results/123.processed, results/124.processed,
10586: results/125.processed, results/126.processed,
10587: results/127.processed, results/128.processed,
10588: results/129.processed, results/130.processed,
10589: results/131.processed, results/132.processed,
10590: results/133.processed, results/134.processed,
10591: results/135.processed, results/136.processed,
10592: results/138.processed, results/139.processed,
10593: results/140.processed, results/141.processed,
10594: results/142.processed, results/143.processed,
10595: results/144.processed, results/145.processed,
10596: results/146.processed, results/147.processed,
10597: results/148.processed, results/149.processed, results/auto.p: .
10598: now works if we turn off default auto.p
10599:
1.116 moko 10600: * configure: . makes
1.95 moko 10601:
10602: * src/types/pa_vxnode.C: . less warnings
10603:
10604: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10605: tests/145.html, tests/149.html, tests/descript.ion,
10606: tests/outputs/d.cmd, tests/results/142.processed,
10607: tests/results/143.processed, tests/results/144.processed,
10608: tests/results/145.processed, tests/results/146.processed,
10609: tests/results/147.processed, tests/results/148.processed,
10610: tests/results/149.processed: . removed .nodeValue from all node
10611: types other than 5 (grabbed piece from gdome)
10612:
10613: * tests/: 137.html, results/137.processed: . not handled this case
10614: yet. code does not hang from inserting parent into child,
10615: considering thing minor issue -- nodes are removed from source
10616: anyway, don't know why shold that be an error after all
10617:
10618: * src/targets/cgi/parser3.C: . style
10619:
10620: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10621: xdoc too [were barking "not element"]
10622:
10623: 2005-12-16 paf
10624:
10625: * tests/: 146.html, 147.html, 148.html: . more tests
10626:
10627: * src/classes/xnode.C: . also bark on possible errors
10628:
10629: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10630: props
10631:
10632: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10633: main/compile.y: merged from HEAD ! fixed overoptimized
10634: ^call(false) case. (confused it with ^call[] case)
10635:
10636: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10637: ^call(false) case. (confused it with ^call[] case)
10638:
10639: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10640:
10641: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10642: results/001.processed, results/002.processed,
10643: results/003.processed, results/004.processed,
10644: results/005.processed, results/006.processed,
10645: results/008.processed, results/009.processed,
10646: results/010.processed, results/011.processed,
10647: results/012.processed, results/013.processed,
10648: results/014.processed, results/015.processed,
10649: results/016.processed, results/017.processed,
10650: results/018.processed, results/019.processed,
10651: results/020.processed, results/021.processed,
10652: results/022.processed, results/023.processed,
10653: results/024.processed, results/025.processed,
10654: results/026.processed, results/027.processed,
10655: results/028.processed, results/029.processed,
10656: results/030.processed, results/031.processed,
10657: results/032.processed, results/033.processed,
10658: results/034.processed, results/035.processed,
10659: results/036.processed, results/037.processed,
10660: results/038.processed, results/039.processed,
10661: results/040.processed, results/041.processed,
10662: results/042.processed, results/043.processed,
10663: results/044.processed, results/045.processed,
10664: results/046.processed, results/047.processed,
10665: results/048.processed, results/049.processed,
10666: results/050.processed, results/051.processed,
10667: results/052.processed, results/053.processed,
10668: results/054.processed, results/055.processed,
10669: results/056.processed, results/057.processed,
10670: results/058.processed, results/059.processed,
10671: results/060.processed, results/061.processed,
10672: results/062.processed, results/063.processed,
10673: results/064.processed, results/065.processed,
10674: results/066.processed, results/067.processed,
10675: results/068.processed, results/069.processed,
10676: results/070.processed, results/071.processed,
10677: results/072.processed, results/073.processed,
10678: results/074.processed, results/075.processed,
10679: results/076.processed, results/077.processed,
10680: results/078.processed, results/079.processed,
10681: results/080.processed, results/081.processed,
10682: results/082.processed, results/083.processed,
10683: results/084.processed, results/085.processed,
10684: results/086.processed, results/087.processed,
10685: results/088.processed, results/089.processed,
10686: results/090.processed, results/091.processed,
10687: results/092.processed, results/093.processed,
10688: results/094.processed, results/095.processed,
10689: results/096.processed, results/097.processed,
10690: results/099.processed, results/101.processed,
10691: results/102.processed, results/104.processed,
10692: results/105.processed, results/106.processed,
10693: results/107.processed, results/108.processed,
10694: results/109.processed, results/110.processed,
10695: results/111.processed, results/112.processed,
10696: results/113.processed, results/114.processed,
10697: results/115.processed, results/116.processed,
10698: results/117.processed, results/118.processed,
10699: results/119.processed, results/120.processed,
10700: results/121.processed, results/122.processed,
10701: results/123.processed, results/124.processed,
10702: results/125.processed, results/126.processed,
10703: results/127.processed, results/128.processed,
10704: results/129.processed, results/130.processed,
10705: results/131.processed, results/132.processed,
10706: results/133.processed, results/134.processed,
10707: results/135.processed, results/136.processed,
10708: results/137.processed, results/138.processed,
10709: results/139.processed, results/140.processed,
10710: results/141.processed: . refreshed old tests, made them work
10711: without auto.p (in utf8) . things noted: . gif got encoded
10712: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10713: some strange year)
10714:
10715: * INSTALL: . revived linux libgc fix
10716:
10717: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10718: glib/gdome in INSTALL and patches]
10719:
10720: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10721: include/pa_charset.h, include/pa_config_includes.h,
10722: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10723: include/pa_xml_exception.h, lib/cord/Makefile.am,
10724: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10725: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10726: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10727: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10728: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10729: types/pa_vxnode.h: . started killing gdome
10730:
10731: 2005-12-13 paf
10732:
10733: * src/main/: pa_request.C: merged from HEAD ! when code in
10734: @unhandled_exception thrown another exception, print correct
10735: origin (earlier code in catch of exception inside of
10736: @unhandled_exception grabbed parent_frame(original_exception)
10737: origin and printed it, instead of true origin)
10738:
10739: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10740: another exception, print correct origin (earlier code in catch of
10741: exception inside of @unhandled_exception grabbed
10742: parent_frame(original_exception) origin and printed it, instead
10743: of true origin)
10744:
10745: 2005-12-09 paf
10746:
10747: * INSTALL: . updated INSTALL doc to work around linux stack base
10748: detection problem, due to change in gc6.4 code
10749:
10750: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10751: ignored in ^string.matched :(
10752:
10753: * src/main/pa_string.C: ! regex tainting were ignored in
10754: ^string.matched :(
10755:
10756: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10757: src/include/pa_config_fixed.h, src/include/pa_version.h,
10758: src/main/compile.y, src/main/compile_tools.h,
10759: src/main/pa_charset.C, src/main/pa_common.C,
10760: src/main/pa_globals.C, src/main/pa_string.C,
10761: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10762: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10763:
10764: 2005-12-08 paf
10765:
10766: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10767: 500 chars now handled OK [were wrapped on 500th char according to
10768: rfc, but sendmail failed to unwrap it properly]
10769:
10770: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10771: handled OK [were wrapped on 500th char according to rfc, but
10772: sendmail failed to unwrap it properly]
10773:
10774: * src/targets/isapi/parser3isapi.C: . less warnings
10775:
10776: * src/targets/isapi/parser3isapi.C: . undone some strange change
10777: since 3.1.5
10778:
10779: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10780: link fixes
10781:
10782: * src/: classes/date.C, include/pa_config_fixed.h,
10783: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10784: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10785: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10786:
10787: * src/include/pa_config_fixed.h: . removed outdated string origins
10788: [in current storage scheme there's no place for them. someday we
10789: can add third CORD to store origins and special version of parser
10790: which stores origins there [separate binary]]
10791:
10792: 2005-12-07 paf
10793:
10794: * src/targets/isapi/parser3isapi.C: . now links in release mode
10795:
10796: * src/include/pa_version.h: makefiles
10797:
10798: * src/include/pa_version.h: . not beta
10799:
10800: * configure, configure.in, src/include/pa_version.h: not beta
10801:
10802: 2005-12-06 paf
10803:
10804: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10805: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10806: decided to undo the change ^call[$void] passes void. now it will
10807: pass empty string again.
10808:
10809: * src/main/: compile.tab.C, compile.y: . version readded
10810:
10811: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10812: = ^switch[void] problem
10813:
10814: 2005-12-01 paf
10815:
10816: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10817: caused ^case[string] to be coerced to double since searching
10818: value were not string (it was vvoid)
10819:
10820: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10821: ^case[string] to be coerced to double since searching value were
10822: not string (it was vvoid)
10823:
10824: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10825: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10826:
10827: 2005-11-30 paf
10828:
10829: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10830: win32 must putenv("TZ="), on unix works only putenv("TZ")
10831:
10832: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10833: putenv("TZ="), on unix works only putenv("TZ")
10834:
10835: * INSTALL: . xml libs versions updated
10836:
10837: * src/main/pa_globals.C: //20051130 trying to remove this, author
10838: claims that fixed a lot there // 20040920 for now both
10839: workarounds needed. wait for new libxml/xsl versions
10840:
10841: 2005-11-28 paf
10842:
10843: * src/classes/table.C: merged from HEAD: ! nameless table has
10844: columns==0
10845:
10846: * src/classes/table.C: ! nameless table has columns==0
10847:
10848: * src/main/pa_http.C: merged from HEAD: ! status line check made
10849: earlier [was totally wrong]
10850:
10851: * src/main/pa_http.C: ! status line check made earlier [was totally
10852: wrong]
10853:
10854: 2005-11-25 paf
10855:
10856: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10857: undoing for now...
10858:
10859: * src/include/pa_version.h: -this reduces speed(table::load),
10860: strange. undoing
10861:
10862: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10863:
10864: * src/classes/op.C: + ^while(){}[SEPARATOR]
10865:
10866: * src/include/pa_array.h: + optimistics added: all arrays (table
10867: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10868: this speeds things up and saves memory a LOT! (not noticed
10869: negative effect on syntetic tests, future will tell...)
10870:
10871: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10872: changed gc_malloc implementation, which obscured profiling
10873:
10874: * src/classes/table.C: merged from HEAD: + optimized
10875: table::load/sql, now row ArrayString-s allocated with
10876: columns.count() elements and don't always grow from
10877: count=3[realloc,realloc]
10878:
10879: * src/classes/table.C: + optimized table::load/sql, now row
10880: ArrayString-s allocated with columns.count() elements and don't
10881: always grow from count=3[realloc,realloc]
10882:
10883: * src/classes/table.C: merged from HEAD: . ^table.save unused
10884: buffer after save
10885:
10886: * src/classes/table.C: . ^table.save unused buffer after save
10887:
10888: 2005-11-24 paf
10889:
10890: * configure.in: . merged glib2-config patch
10891:
10892: * configure.in: + trying to find glib2-config
10893:
10894: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10895: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10896: file/dir_readable to simple file/dir_exist, this would help in
10897: situations "class not found because .p file has bad rights" << in
10898: that case error would be explicit "access denied to 'this' file"
10899:
1.116 moko 10900: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10901:
10902: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10903: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10904: to simple file/dir_exist, this would help in situations "class
10905: not found because .p file has bad rights" << in that case error
10906: would be explicit "access denied to 'this' file"
10907:
10908: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10909: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10910: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10911: ^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/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10916: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10917: encoded in $.charset charset
10918:
10919: * src/: include/Makefile.am, include/pa_common.h,
10920: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10921: main/pa_common.C, main/pa_http.C: . extracted http:// into
10922: separate file [preparation for
10923: ^file::cgi[script;$.form[$.field1[]
10924:
10925: 2005-11-22 paf
10926:
10927: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10928:
10929: * acinclude.m4, configure.in: . merged underquting fixes
10930:
1.116 moko 10931: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10932:
10933: * src/classes/op.C: . overmerged a little
10934:
10935: * src/main/compile.tab.C: Makefile
10936:
10937: * src/main/: pa_common.C: . less gcc warnings
10938:
10939: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10940: now reports original exception if we have no old cache
10941:
10942: * src/classes/op.C: + $exception.handled[cache] now reports
10943: original exception if we have no old cache
10944:
10945: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10946: from HEAD: + ^taint/untaint[regex] << escapes these:
10947: \^$.[]|()?*+{}
10948:
10949: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10950: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10951:
10952: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10953: getenv-ed variable, which does not work both on win32&unix.
10954: copied old TZ value now
10955:
10956: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10957: stored pointer to getenv-ed variable, which does not work both on
10958: win32&unix. copied old TZ value now
10959:
10960: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10961: getenv-ed variable, which does not work both on win32&unix.
10962: copied old TZ value now
10963:
10964: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10965: access to internal hash
10966:
10967: * src/types/pa_vresponse.C: + $response:headers access to internal
10968: hash
10969:
10970: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10971: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10972: isapi] this reduces number of "GC Warning: Repeated allocation of
10973: very large block" messages to only important onces
10974:
10975: * src/targets/isapi/parser3isapi.C: +
10976: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10977: isapi] this reduces number of "GC Warning: Repeated allocation of
10978: very large block" messages to only important onces
10979:
10980: * src/classes/string.C: merged from HEAD: + removed limitation on
10981: ^string/int/double:sql{}[$.default[({param style})] ]
10982:
10983: * src/classes/string.C: + removed limitation on
10984: ^string/int/double:sql{}[$.default[({param style})] ]
10985:
10986: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10987: with ?params or $.form option" limitation
10988:
10989: * src/main/pa_common.C: + removed "use either uri with ?params or
10990: $.form option" limitation
10991:
10992: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10993: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10994: ^file::base64[encoded] decode
10995:
10996: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10997: main/pa_common.C: + ^file.base64[] encode +
10998: ^file::base64[encoded] decode
10999:
11000: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11001: ^string:base64[encoded] decode
11002:
11003: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11004: ^string:base64[in] encode + ^string.base64[] decode
11005:
11006: 2005-11-21 paf
11007:
11008: * src/classes/file.C: + merged from HEAD:
11009: ^file::create[text;file.xml;^untaint[xml]{data}]
11010:
11011: * src/classes/file.C: +
11012: ^file::create[text;file.xml;^untaint[xml]{data}]
11013:
11014: * src/main/pa_request.C: ! merged: $response:body[file] now
11015: differes from :download, it does not return content-disposition
11016: at all now [previusely it returned valueless content-disposition]
11017:
11018: * src/main/pa_request.C: ! $response:body[file] now differes from
11019: :download, it does not return content-disposition at all now
11020: [previusely it returned valueless content-disposition]
11021:
11022: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11023: literals, reverted to just vvod, recreating empty array with each
11024: void_value token. that's absolutely needed, since that array
11025: grows
11026:
11027: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11028: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11029: types/pa_vmethod_frame.h: + merged: expression literals:
11030: true/false. ^format[$.indent(true)]
11031:
11032: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11033: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11034: types/pa_vmethod_frame.h: + expression literals: true/false.
11035: ^format[$.indent(true)]
11036:
11037: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11038: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11039: i386-pc-win32)"
11040:
11041: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11042: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11043: i386-pc-win32)"
11044:
11045: 2005-11-18 paf
11046:
11047: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11048: null}[$.default(123)] will now return default value
11049:
11050: * src/classes/op.C: + merged ^cache[] << returns current cache
11051: expiration time
11052:
11053: * src/classes/op.C: + ^cache[] << returns current cache expiration
11054: time
11055:
11056: * src/classes/table.C: ! merged ^table::create[not'nameless';
11057: failed << Exception.problem_source pointed to local var!
11058:
11059: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11060: Exception.problem_source pointed to local var!
11061:
11062: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11063: now loads VFile.ptr!=0, so such files can be saved now
11064:
11065: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11066: loads VFile.ptr!=0, so such files can be saved now
11067:
11068: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11069: only . and .. now removed from list [were removed all .*]
11070:
11071: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11072: .. now removed from list [were removed all .*]
11073:
11074: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11075: open error now checked, were not :( [stole that piece from apache
11076: 1.3 sources]
11077:
11078: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11079: checked, were not :( [stole that piece from apache 1.3 sources]
11080:
11081: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11082: untainting of @main result if returned by $result or
11083: $response:body
11084:
11085: * src/main/pa_request.C: ! ensured proper untainting of @main
11086: result if returned by $result or $response:body
11087:
11088: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11089: issue: now tries to guess content-length and allocates one big
11090: piece if possible [regretfully gc_realloc works as malloc+free,
11091: leaving lots of holes behind]
11092:
11093: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11094: fixed file load memory issue: now tries to guess content-length
11095: and allocates one big piece if possible [regretfully gc_realloc
11096: works as malloc+free, leaving lots of holes behind]
11097:
11098: 2005-11-16 paf
11099:
11100: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11101: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11102: table::save with enclosers now doubles them: "->"" !
11103: table::save/load do not remove elements from options hash
11104:
11105: * src/main/compile.y: ! merged to HEAD: ^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/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11110: [were overoptimized ^if(double_literal), compiler confused
11111: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11112:
11113: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11114: main/pa_common.C: ! table::save with enclosers now doubles them:
11115: "->"" ! table::save/load do not remove elements from options hash
11116:
11117: 2005-11-03 paf
11118:
1.116 moko 11119: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11120: compilation, not all makefiles liked that
1.95 moko 11121:
11122: 2005-08-30 paf
11123:
11124: * src/classes/op.C: merge . speedup check of [DEFAULT]
11125:
11126: * src/classes/op.C: . speedup check of [DEFAULT]
11127:
11128: 2005-08-26 paf
11129:
11130: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11131:
11132: * src/: classes/date.C, types/pa_vdate.h: + date.week
11133:
11134: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11135: complains about bad!=nameless
11136:
11137: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11138: about bad!=nameless
11139:
11140: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11141: optional options were allowed to be empty. were checked
11142: if(is_string), changed to !defined||is_string to allow void
11143:
11144: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11145: classes/string.C, classes/table.C, classes/void.C: ! optional
11146: options were allowed to be empty. were checked if(is_string),
11147: changed to !defined||is_string to allow void
11148:
11149: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11150: as_junction where they needed as_int/double, so failed with
11151: recent "(const) now no junction" optimization
11152:
11153: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11154: merged ! many classes/* used as_junction where they needed
11155: as_int/double, so failed with recent "(const) now no junction"
11156: optimization
11157:
11158: * src/: classes/double.C, classes/int.C, classes/math.C,
11159: classes/op.C, classes/string.C, classes/table.C,
11160: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11161: used as_junction where they needed as_int/double, so failed with
11162: recent "(const) now no junction" optimization
11163:
11164: 2005-08-24 paf
11165:
11166: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11167: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11168: stripped it
11169:
11170: 2005-08-09 paf
11171:
11172: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11173: not cleared
11174:
11175: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11176: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11177: classes/hashfile.C, classes/image.C, classes/int.C,
11178: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11179: classes/response.C, classes/string.C, classes/table.C,
11180: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11181: include/pa_array.h, include/pa_cache_managers.h,
11182: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11183: include/pa_config_fixed.h, include/pa_config_includes.h,
11184: include/pa_dictionary.h, include/pa_dir.h,
11185: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11186: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11187: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11188: include/pa_request_charsets.h, include/pa_request_info.h,
11189: include/pa_sapi.h, include/pa_socks.h,
11190: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11191: include/pa_stack.h, include/pa_string.h,
11192: include/pa_stylesheet_connection.h,
11193: include/pa_stylesheet_manager.h, include/pa_table.h,
11194: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11195: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11196: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11197: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11198: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11199: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11200: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11201: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11202: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11203: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11204: main/pa_sql_driver_manager.C, main/pa_string.C,
11205: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11206: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11207: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11208: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11209: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11210: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11211: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11212: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11213: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11214: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11215: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11216: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11217: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11218: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11219: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11220: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11221: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11222: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11223: types/pa_vresponse.C, types/pa_vresponse.h,
11224: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11225: types/pa_vstateless_object.h, types/pa_vstatus.C,
11226: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11227: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11228: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11229: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11230: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11231:
11232: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11233: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11234: speedup consequent checks in vmethod_frame
11235:
11236: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11237: not cleared
11238:
11239: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11240: params: 50 max (were 10)
11241:
11242: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11243: params: 50 max (were 10)
11244:
11245: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11246: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11247: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11248: empty string) ! simplified (double) speedup consequent checks in
11249: vmethod_frame
11250:
11251: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11252: optimized constants in expressions vstring->vdouble + optimized
11253: ^call(vdouble), no junction creation, no calls later
11254:
11255: 2005-08-08 paf
11256:
11257: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11258: compile_tools.h: merged + optimized constants in expressions
11259: vstring->vdouble + optimized ^call(vdouble), no junction
11260: creation, no calls later
11261:
11262: * src/types/pa_vdouble.h: merged . double values without fractional
11263: part now default printed as %.0f instead of %g
11264:
11265: * src/types/pa_vdouble.h: . double values without fractional part
11266: now default printed as %.0f instead of %g
11267:
11268: * src/classes/hashfile.C: . merged ! second hashfile::open would
11269: cause an exception
11270:
11271: * src/classes/hashfile.C: ! second hashfile::open would cause an
11272: exception
11273:
11274: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11275: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11276: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11277: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11278: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11279: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11280: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11281: types/pa_vresponse.h, types/pa_vstateless_class.C,
11282: types/pa_vstateless_object.h, types/pa_vvoid.h,
11283: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11284: merged VJunction(new Junction) optimization from 3.1.4
11285:
11286: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11287: types/pa_vstateless_class.C: + optimized new VJunction(new
11288: Junction(params)) to new VJunction(params), thousands of mallocs
11289: removed
11290:
11291: 2005-08-05 paf
11292:
11293: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11294: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11295: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11296: creation, no calls later
11297:
11298: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11299: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11300: classes/hashfile.C, classes/image.C, classes/int.C,
11301: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11302: classes/response.C, classes/string.C, classes/table.C,
11303: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11304: include/pa_array.h, include/pa_cache_managers.h,
11305: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11306: include/pa_config_fixed.h, include/pa_config_includes.h,
11307: include/pa_dictionary.h, include/pa_dir.h,
11308: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11309: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11310: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11311: include/pa_request_charsets.h, include/pa_request_info.h,
11312: include/pa_sapi.h, include/pa_socks.h,
11313: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11314: include/pa_stack.h, include/pa_string.h,
11315: include/pa_stylesheet_connection.h,
11316: include/pa_stylesheet_manager.h, include/pa_table.h,
11317: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11318: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11319: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11320: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11321: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11322: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11323: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11324: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11325: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11326: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11327: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11328: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11329: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11330: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11331: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11332: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11333: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11334: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11335: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11336: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11337: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11338: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11339: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11340: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11341: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11342: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11343: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11344: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11345: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11346: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11347: types/pa_vstateless_object.h, types/pa_vstatus.C,
11348: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11349: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11350: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11351: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11352: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11353:
11354: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11355: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11356: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11357: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11358: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11359: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11360: optimized constants in expressions vstring->vdouble
11361:
11362: 2005-07-29 paf
11363:
11364: * src/types/pa_vclass.C: . shaped up error messages a bit
11365:
11366: * src/types/pa_vclass.C: + property getter can now be overridden
11367:
11368: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11369: bug fix: static parent fields were not replaced in case
11370: $derived:field[put] + property setter can now be overridden
11371:
11372: 2005-07-28 paf
11373:
11374: * configure, configure.in, src/classes/classes.h,
11375: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11376: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11377: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11378: src/classes/xnode.h, src/include/pa_hash.h,
11379: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11380: src/types/Makefile.am, src/types/pa_method.h,
11381: src/types/pa_value.h, src/types/pa_vclass.C,
11382: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11383: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11384: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11385: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11386: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11387: src/types/pa_vobject.C, src/types/pa_vobject.h,
11388: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11389: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11390: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11391: src/types/pa_vstateless_class.h,
1.95 moko 11392: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11393: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11394: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11395: dynamic_fields_join
11396:
11397: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11398: classes/xnode.C, include/pa_hash.h, main/execute.C,
11399: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11400: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11401: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11402: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11403: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11404: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11405: types/pa_vresponse.h, types/pa_vstateless_object.h,
11406: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11407: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11408: restored its checks in vobject.put_element->static fields |
11409: dynamic properties
11410:
11411: 2005-07-27 paf
11412:
11413: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11414: is some old code containing @set_name $name
11415:
11416: * src/types/pa_vobject.h: . fixed warning
11417:
11418: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11419: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11420:
11421: * src/: classes/xnode.C, include/pa_hash.h,
11422: types/pa_vstateless_class.C: ! new asserts were all false.
11423: regretfully reverted them all to checks
11424:
11425: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11426: classes/op.C, main/execute.C, types/pa_method.h,
11427: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11428: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11429: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11430: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11431: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11432: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11433: types/pa_vstateless_object.h, types/pa_vvoid.h,
11434: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11435: joined_dynamic_fields: removed unused param from put_method
11436: (returned to 3 params)
11437:
11438: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11439: joined_dynamic_fields: dynamic get/set works with overriding
11440: props [alpha2]
11441:
11442: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11443: works [alfa]
11444:
11445: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11446: classes/op.C, include/pa_hash.h, main/execute.C,
11447: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11448: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11449: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11450: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11451: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11452: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11453: types/pa_vresponse.h, types/pa_vstateless_class.C,
11454: types/pa_vstateless_object.h, types/pa_vvoid.h,
11455: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11456: joined_dynamic_fields: just compiled
11457:
11458: * src/: classes/date.C, classes/file.C, classes/hash.C,
11459: classes/hashfile.C, classes/image.C, classes/table.C,
11460: classes/xdoc.C, classes/xnode.h, main/execute.C,
11461: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11462: types/pa_vstateless_class.h: joined_dynamic_fields: started
11463:
11464: * src/types/pa_vobject.C: . object setters [only started, does not
11465: work yet]
11466:
11467: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11468: object setters [only started, does not work yet]
11469:
11470: 2005-07-26 paf
11471:
11472: * src/: include/pa_request.h, main/execute.C: . properties: set
11473: works [alpha2]. for classes. todo: for objects
11474:
11475: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11476: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11477: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11478: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11479: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11480: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11481: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11482: types/pa_vstateless_object.h, types/pa_vvoid.h,
11483: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11484: properties: set works [alpha1]
11485:
11486: 2005-07-25 paf
11487:
11488: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11489: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11490: properties: started, get works [alpha1, other approach]
11491:
11492: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11493: properties: started, get works [alpha2]
11494:
11495: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11496: pa_vstateless_class.h: . properties: started, get works [alpha]
11497:
11498: 2005-07-15 paf
11499:
11500: * src/: classes/classes.h, classes/op.C, main/execute.C,
11501: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11502: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11503: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11504: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11505: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11506: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11507: types/pa_vresponse.C, types/pa_vresponse.h,
11508: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11509: types/pa_vstateless_object.h, types/pa_vvoid.h,
11510: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11511: types/pa_wwrapper.h, types/types.vcproj: + started property
11512: [getters work but think of changing them too to precaching]
11513:
11514: 2005-07-08 paf
11515:
11516: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11517: gpf
11518:
11519: 2005-06-28 paf
11520:
11521: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11522: in passing empty strings to file::exec/cgi environment
11523:
11524: 2005-06-06 paf
11525:
11526: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11527: ^table:sql ^hash:sql now DO process $.bind option
11528:
11529: 2005-05-24 paf
11530:
11531: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11532: $.limit] now work again [support was broken in 3.1.4]
11533:
11534: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11535: ALL_INTERIOR_POINTERS
11536:
11537: 2005-05-12 paf
11538:
11539: * configure: 3.1.5beta
11540:
11541: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11542:
11543: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11544: $.limit] now work again [support was broken in 3.1.4]
11545:
11546: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11547: line-width [was refusing to fill if line-width >1, thanks to
11548: Seras <seras@pinxit.lt> for repro case
11549:
11550: 2005-04-25 paf
11551:
11552: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11553: correctly
11554:
11555: 2005-04-19 paf
11556:
11557: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11558: in VString violating invariant!!
11559:
11560: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11561: getenv("TZ")==null
11562:
11563: 2005-04-08 paf
11564:
11565: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11566: bugfix: when there is no char in charset one byte produces 6
11567: (ÿ <<max). increased buffer size!
11568:
11569: 2005-03-23 paf
11570:
11571: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11572: ^date.sql-string now takes TZ into account
11573:
11574: 2005-03-16 paf
11575:
11576: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11577: gcc 3.4
11578:
11579: * src/types/pa_vhash.C: . warning about eof eol
11580:
11581: 2005-02-17 paf
11582:
11583: * operators.txt, src/classes/op.C: + operator ^sleep(double
11584: seconds)
11585:
11586: 2005-02-02 paf
11587:
11588: * src/classes/xnode.C: beauty: removed needless includes
11589:
11590: 2005-01-31 paf
11591:
11592: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11593: $.partNoNumber now alias to $.part1
11594:
11595: * src/types/pa_vmail.C: change: incoming letter part contains
11596: "content-disposition" header with any value? now considering that
11597: part to be "file#" [for text/plain text/html were $.text#
11598: $.html#]
11599:
11600: * INSTALL: updatet to latest working versions available
11601:
11602: 2005-01-20 paf
11603:
11604: * configure.in, src/include/pa_version.h: version
11605:
11606: 2005-01-19 paf
11607:
1.116 moko 11608: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11609: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11610: couple warnings in parser3.C
1.95 moko 11611:
11612: 2004-12-23 paf
11613:
11614: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11615:
11616: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11617: dir to directory of script (when shbang used), not to directory
11618: of its interpreter
11619:
11620: * src/include/pa_version.h: compiled on win32...
11621:
11622: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11623: we need more hspace
11624:
11625: * configure, configure.in, src/include/pa_version.h: configured
11626: host to pa_version. will be displayed everywhere
11627:
11628: * src/main/pa_request.C: new: @unhandled_exception can prevent
11629: exception from being logged by setting $exception.handled(1)
11630:
11631: * operators.txt, src/classes/file.C: change:
11632: ^file::sql{query}[[options]] options: $.name[file name]
11633: $.content-type[application/what]
11634:
11635: * src/: include/pa_common.h, main/pa_common.C,
11636: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11637: new file
11638:
11639: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11640: bugfix: table->hash now regards _default
11641:
11642: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11643: created by accessing $name_of_method it acquired bad self=closest
11644: methodframe; instead of proper self (current class)
11645:
11646: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11647: hashfile produced bad cord
11648:
11649: 2004-12-10 paf
11650:
11651: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11652: subsequent failures though defined in .h
11653:
11654: * src/main/pa_common.C: comment on volatile
11655:
11656: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11657: alarm function were not used since the beginning due to stupid
11658: error [setsigjmp were not checked in configure.in]
11659:
11660: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11661: unix too
11662:
11663: * src/main/pa_common.C: http: exception status of send/recv errors
11664: change to most probable http.timeout
11665:
11666: * src/main/pa_common.C: win32: http connection $.timeout option now
11667: works [setsockopt on send/receive]
11668:
11669: 2004-12-08 paf
11670:
11671: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11672: cstr-ed knowing mail charset, and untainting uri lang now knows
11673: proper charset
11674:
11675: 2004-11-24 paf
11676:
11677: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11678:
11679: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11680: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11681:
11682: 2004-11-12 paf
11683:
11684: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11685: [since 3.0.4]
11686:
11687: 2004-11-09 paf
11688:
11689: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11690: writes basics to c:\parser3.log
11691:
11692: 2004-10-21 paf
11693:
11694: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11695: tainted strings [were returning clean onces]
11696:
11697: 2004-10-15 paf
11698:
11699: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11700: cycles(i=1; i=2), which was wrong, now does ONE
11701:
11702: 2004-10-12 paf
11703:
11704: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11705:
11706: 2004-10-07 paf
11707:
11708: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11709: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11710: release asserts
11711:
11712: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11713: String.dump() to stdout in detailed form [were String.v() in
11714: short form]
11715:
11716: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11717: \t\r\n as @#| and truncates long char sequences less
11718:
11719: 2004-10-06 paf
11720:
11721: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11722: win32 beauty: socket errors properly decoded
11723:
11724: 2004-10-05 paf
11725:
11726: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11727: request::configure_user/admin done always, even if no
11728: file-to-process useful in @unhandled_exception [say, if they
11729: would want to mail by SMTP something]
11730:
11731: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11732: now performed prior to file loading [and @auto executing] thus
11733: making $cookie:value available in @auto and in
11734: @unhandled_exception when IIS is configured to run interpreter
11735: even if no file exist
11736:
11737: 2004-09-20 paf
11738:
11739: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11740: somewhere where it should have called xmlMalloc and it calls
11741: xmlFree when it should have not called it. inserted two
11742: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11743: xmlFree just ignored. put away a testcase, maybe someday libxml
11744: author would fix all that. until that day: we have SLOW garbage
11745: collecting when many xml objects are alive hint: do
11746: ^memory:compact[] before xdoc::create
11747:
11748: 2004-09-17 paf
11749:
11750: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11751: error from 3.0.8 version]
11752:
11753: 2004-09-14 paf
11754:
11755: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11756: part bugfix: hashfile.foreach iterated only part if hashfile were
11757: modified inside
11758:
11759: 2004-09-13 paf
11760:
11761: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11762: [were as octal]
11763:
11764: * src/types/pa_vhashfile.C: beauty: not reproduced
11765: $hashfile.key[$novalue] bug [reported by motorin], inserted
11766: safety-check
11767:
11768: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11769: [not something obscure from sdbm lib]
11770:
11771: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11772: = strerror now returnes something and we can properly report that
11773: to client
11774:
11775: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11776: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11777:
11778: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11779: [tainted as-is] this helps //[space][newline] to remain as-is and
11780: not be unnecessary optimized away [ruining javascript]
11781:
11782: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11783: [tainted as-is]
11784:
11785: * src/classes/mail.C: bugfix: typo error
11786:
11787: 2004-09-09 paf
11788:
11789: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11790: separators bugfix: loads header with endings \r\n\r\n and \n\n
11791: (bloody yandex.server)
11792:
11793: 2004-09-06 paf
11794:
11795: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11796: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11797: encoded
11798:
11799: 2004-09-01 paf
11800:
11801: * src/types/pa_vmail.C: change: multipart/mixed changed to
11802: multipart/related outlook express have no problems showing
11803: unrelated attachments. todo: someday figure out a way of
11804: multipart/mixed multipart/related text/html
11805: image/xxx application/octet-stream << true attachments
11806:
11807: * src/types/pa_vmail.C: new:
11808: ^mail:send[$.file[$.content-disposition can be overriden new:
11809: empty mail header fields removed from letter
11810:
11811: * src/: classes/mail.C, include/pa_config_fixed.h,
11812: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11813: ^mail:send[ $.file[ $.any[header]
11814:
11815: 2004-08-30 paf
11816:
11817: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11818: warnings
11819:
11820: * src/main/pa_common.C: beauty: do not bother with charset
11821: detection when ^file::load[binary
11822:
11823: 2004-08-27 paf
11824:
11825: * src/main/pa_common.C: hack: for yandex.server http server
11826:
11827: 2004-08-18 paf
11828:
11829: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11830: possibly-chunked response
11831:
11832: 2004-08-17 paf
11833:
11834: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11835: $f.content-type now = that of http response
11836:
11837: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11838: $f.content-type now = that of http response
11839:
11840: 2004-07-30 paf
11841:
11842: * src/: include/pa_request.h, main/pa_request.C,
11843: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11844: win32: system&parser exceptions in release mode reported properly
11845: parser exception in exception handler WERE mistakenly reported as
11846: system exception, without details [in apache & isapi] +some
11847: beauty in exception text
11848:
11849: * src/: include/pa_exception.h, main/pa_request.C,
11850: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11851: release mode reported properly parser exception in exception
11852: handler WERE mistakenly reported as system exception, without
11853: details
11854:
11855: * src/main/execute.C: beauty: simplified system exception handling
11856:
11857: 2004-07-29 paf
11858:
11859: * src/classes/table.C: bugfix:
11860: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11861: were ignored, and \t used unconditionally]
11862:
11863: * src/types/Makefile.am: added vhash.c
11864:
11865: 2004-07-28 paf
11866:
11867: * src/: classes/date.C, classes/image.C, classes/math.C,
11868: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11869: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11870: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11871: failed on russian letters
11872:
11873: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11874: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11875: letters
11876:
11877: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11878: as 'currentDirectory' parameter to CreateProcess
11879:
11880: 2004-07-27 paf
11881:
11882: * src/targets/cgi/parser3.vcproj: beauty: win32:
11883: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11884: from release somewhere [to help searching for unhandled system
11885: exceptions]
11886:
11887: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11888: TZ shift
11889:
11890: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11891: but also in ctor
11892:
11893: 2004-07-26 paf
11894:
11895: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11896: src/main/pa_request.C, src/types/pa_vfile.h,
11897: src/types/pa_vhash.C, src/types/pa_vhash.h,
11898: src/types/types.vcproj: new: $response:body/download[
11899: $.file[name on disk] $.name[of file for user]
11900: $.mdate[date of last-modified. default from directory] ]
11901:
11902: * src/classes/file.C: moving file:send somewhere else..
11903:
11904: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11905: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11906: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11907: $response:download[ $.filename[filename] $.option[] ,, ]
11908:
11909: * src/classes/file.C: beauty: invalid mode thoroughly reported
11910:
11911: 2004-07-21 paf
11912:
11913: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11914: to several lines
11915:
11916: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11917:
11918: note: ms outlook[!express] shows only first 255 characters of
11919: subject
11920:
11921: 2004-07-15 paf
11922:
11923: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11924: off]
11925:
11926: 2004-07-14 paf
11927:
11928: * src/classes/table.C: bugfix: $.bind values now got untainted
11929: according to lang [were: as-is]
11930:
11931: 2004-07-07 paf
11932:
11933: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11934: checked that
11935:
11936: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11937: now untainted according to their languages. were: as-is.
11938: EVERYWHERE
11939:
11940: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11941: environment string now untainted according to their languages.
11942: were: as-is. EVERYWHERE
11943:
11944: * src/main/pa_exec.C: bufix: on unix environment string now
11945: untainted according to their languages. were: as-is. on win32:
11946: ok
11947:
11948: * parser3.vssscc: ...would not go unnoticed
11949:
11950: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11951: fails. in case on input appears nonutf, those bytes will be
11952: printed in %HH form. that can be easily decoded/recovered.
11953:
11954: this form is quite noticable, and hopefully would not go noticed
11955:
11956: 2004-07-06 paf
11957:
11958: * src/main/pa_exec.C: bufix: on unix environment string now
11959: untainted according to their languages. were: as-is. on win32:
11960: ok
11961:
11962: 2004-07-01 paf
11963:
11964: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11965: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11966: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11967: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11968: main/main.vcproj, targets/cgi/parser3.vcproj,
11969: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11970: option: global optimization ON
11971:
11972: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11973: to do xdoc::create{invalid chars} standard disables chars less
11974: then \x20, except tab, cr, lf.
11975:
11976: changed tainting so that those become '!'
11977:
11978: 2004-06-25 paf
11979:
11980: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11981: int on odd address [prev bugfix failed due to superwize
11982: optimizer, which turned memcpy into same 'ld' asm command]
11983:
11984: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11985: int on odd address
11986:
11987: 2004-06-22 paf
11988:
11989: * src/sql/pa_sql_driver.h: note: about possible optimization
11990:
11991: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11992: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11993: src/include/pa_config_includes.h: new: ^void:sql{call
11994: paf(:a)}[ $.bind[ $.a[2]
11995: ] ] output variables work. todo: check in out
11996: variables
11997:
11998: 2004-06-18 paf
11999:
12000: * src/: classes/file.C, classes/hash.C, classes/string.C,
12001: classes/table.C, classes/void.C, include/pa_globals.h,
12002: include/pa_sql_connection.h, main/compile.tab.C,
12003: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12004: $.bind[ $.a[2] ]
12005: ] input variables work. todo:output
12006:
12007: * src/targets/cgi/parser3.C: bugfix: iis specific
12008: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12009: /_bug.html?404;http://hpsv/test/
12010: --------------------------------------------------------------------------------
12011: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12012: --------------------------------------------------------------------------------
12013: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12014:
12015: 2004-06-16 paf
12016:
12017: * src/targets/cgi/parser3.C: new: iis specific
12018: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12019: $request:query
12020: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12021: $form:fields IIS-STATUS="404"
12022: IIS-DOCUMENT="http://server/_bug.html" f="v"
12023:
12024: todo: isapi too
12025:
12026: 2004-05-26 paf
12027:
12028: * src/include/pa_version.h: 3.1.3
12029:
12030: * operators.txt: beauty: removed outdated level 'table'
12031:
12032: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12033:
12034: * src/main/pa_string.C: beauty: removed 3 warnings
12035:
12036: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12037: classes/op.C: beauty: removed outdated level 'table'
12038:
12039: 2004-05-25 paf
12040:
12041: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12042: implementation. mistery: how anything worked
12043:
12044: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12045: changed, it is now safe to use url if pointers to it are stored
12046: to gc mem
12047:
12048: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12049: unknown errors reported and not cause SIGSEGV now
12050:
12051: 2004-05-24 paf
12052:
12053: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12054: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12055: less memory: CORD_chars_block originally intended to ... it was
12056: good that CORD_chars_block were not used: it consumes more memory
12057: [and, might be slow too] undoing that. [and removed that func so
12058: that it would not confuse parser developer in future]
12059:
12060: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12061: less memory: CORD_chars_block originally intended to
12062: speedup/reduce mem usage were forgotten, and were used stupid
12063: CORD_chars
12064:
12065: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12066:
12067: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12068: BIGENDIAN processors space-conserving mech failed, causing
12069: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12070: (1|2|3));
12071:
12072: 2004-05-14 paf
12073:
12074: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12075: bugfix: void now has vfile value, and $response:body[] works OK
12076:
12077: 2004-05-12 paf
12078:
12079: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12080: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12081: sources to use is_defined() {return as_bool();} along VBool
12082:
12083: 2004-05-11 paf
12084:
12085: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12086: referencing to local objects
12087:
12088: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12089: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12090: left intact
12091:
12092: 2004-04-15 paf
12093:
12094: * src/classes/date.C: merged: beauty: unused var removed
12095:
12096: * src/classes/date.C: beauty: unused var removed
12097:
12098: * src/include/: pa_exec.h: bugfix: interface without pointer
12099: provoked bug
12100:
12101: 2004-04-09 paf
12102:
12103: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12104:
12105: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12106:
12107: 2004-04-08 paf
12108:
12109: * src/classes/date.C: new: ^date::create[y-m-d
12110: h-M-s>>.milliseconds<<] now allowed, ignored so far
12111:
12112: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12113:
12114: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12115: to consult default catalog [usually, that file belongs to other
12116: user/group]
12117:
12118: 2004-04-06 paf
12119:
12120: * src/main/pa_common.C: beauty: gcc warning removed
12121:
12122: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12123: accept that trick, trying other
12124:
12125: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12126: explicit result problem
12127:
12128: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12129: explicit result problem
12130:
12131: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12132: explicit result problem
12133:
12134: * operators.txt, src/classes/string.C: new: ^string.append[string]
12135:
12136: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12137: main/execute.C: attempt_check_call_in_explicit_result_mode:
12138: failed
12139:
12140: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12141: http://i.p.a.ddress gethostbyaddr added [on some platforms
12142: gethostbyname failed with such 'domains'] now checked properly,
12143: were: needless reverse/forward dns lookup
12144:
12145: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12146: http://i.p.a.ddress gethostbyaddr added [on some platforms
12147: gethostbyname failed with such 'domains'] now checked properly,
12148: were: needless reverse/forward dns lookup
12149:
12150: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12151: @method[][result] means "no string output here" moved to lexical
12152: level [on grammar level it were too difficult]
12153:
12154: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12155: src/main/compile.y, src/main/compile_tools.h,
12156: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12157: @method[][result] means "no string output here", implemented part
12158: of that idea: compiler throws away string literal generation
12159: code. and barks nonwhitespace chars
12160:
12161: * operators.txt: truth: removed comment about $ORIGIN
12162:
12163: 2004-04-05 paf
12164:
12165: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12166: src/include/pa_version.h, src/main/pa_common.C,
12167: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12168:
12169: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12170: Konstantin Tomashevitch [mailto:konst@design.ru]
12171:
12172: * src/doc/html2chm.cmd: beauty: no need in bg here
12173:
12174: * src/doc/sources2html.cmd: beauty: same window, in bg it
12175: interfered with FAR console
12176:
12177: * configure, configure.in: 3.1.3
12178:
12179: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12180:
12181: * src/main/pa_common.C: removed warning
12182:
12183: * src/include/pa_version.h: 3.1.3
12184:
12185: 2004-04-02 paf
12186:
12187: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12188:
12189: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12190: allows to specify where to put parser log file
12191:
12192: 2004-04-01 paf
12193:
12194: * src/classes/table.C: bugfix: bugfix: table::load last line
12195: without tab and enter were ignored
12196:
12197: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12198: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12199: main/pa_socks.C, targets/cgi/parser3.C,
12200: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12201: bugfix: sql connections now are disconnected
12202:
12203: 2004-03-30 paf
12204:
12205: * src/classes/table.C: bugfix: table::load last line without tab
12206: and enter were ignored
12207:
12208: * src/classes/table.C: bufix: if last table lines were commented,
12209: gpfed
12210:
12211: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12212: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12213: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12214: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12215: doc/methoded.dox, doc/object.dox, doc/string.dox,
12216: doc/targets.dox, doc/value.dox, include/pa_version.h,
12217: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12218: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12219: bugfixes from 3.1.2, changed version to 3.1.3beta
12220:
12221: 2004-03-29 paf
12222:
12223: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12224: causes gpf
12225:
12226: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12227: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12228: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12229: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12230: value.dox: translated to english
12231:
12232: 2004-03-25 paf
12233:
12234: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12235: parser3project dependency removed
12236:
12237: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12238: bugfix: refused to compile without xml
12239:
12240: * src/types/pa_vform.C: beauty: removed warning
12241:
12242: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12243: any folder [removed last ;) folder dependency]
12244:
12245: * src/classes/classes.vcproj: bugfix: now all compiles in any
12246: folder [removed last ;) folder dependency]
12247:
12248: * src/include/pa_version.h: release
12249:
12250: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12251:
12252: * src/classes/table.C: beauty: comment& more meaningful error
12253: message
12254:
12255: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12256: $.hash[$.column_value1(true) ... ] [were producing some strang
12257: thing]
12258:
12259: 2004-03-23 paf
12260:
12261: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12262: and http status line parsing checked number of columns in table
12263: [user reported an assert]
12264:
12265: * operators.txt: example: on hashfile
12266:
12267: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12268: bugfix: junction reattach now actually reattaches a junction to
12269: new wcontext [were only assigning it to junction, which caused
12270: junction tracking to loose junction, and it's context were not
12271: killed, and it tried to process in invalid context, gpf]
12272:
12273: * src/targets/cgi/parser3.C: debug helper added
12274:
12275: 2004-03-19 paf
12276:
12277: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12278: "type(type)" in braces
12279:
12280: 2004-03-10 paf
12281:
12282: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12283: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12284: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12285: solution to search-in-namespaces problem:
12286: $xdoc.search-namespaces.x[http://pif.design.ru/]
12287: $nodes[^xdoc.select[//x:second]]
12288:
12289: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12290: expression][[NAMESPACES HASH]] allows to search for info in
12291: namespaces
12292:
12293: $nodes[^xdoc.select[//x:second][
12294: $.x[http://pif.design.ru/] ]]
12295:
12296: 2004-03-09 paf
12297:
12298: * operators.txt, src/main/pa_common.C: new:
12299: ^file::load[...][options] $.form[
12300: !$.field1[string]
12301: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12302: ] !$.body[string]
12303:
12304: GET ?here notGET(POST, HEAD, others) in content-type:
12305: application/x-www-form-urlencoded
12306:
12307: todo: upload files ability
12308:
12309: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12310: properly, done
12311:
12312: 2004-03-05 paf
12313:
12314: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12315: GET/POST $.form[$.fields started, not tested yet
12316: todo:$.field[table] for multiple values
12317:
12318: * operators.txt: new: http:// options $.user $.password basic
12319: authorization
12320:
12321: * src/main/pa_common.C: beauty: link to rtf added
12322:
12323: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12324: new: http:// options $.user $.password basic authorization
12325:
12326: * src/main/pa_common.C: beauty: removed needless vars
12327:
12328: * operators.txt: new: pgsql option [like that recently added to
12329: oracle driver] ClientCharset=parser-charset <<
12330: charset in which parser thinks client works
12331:
12332: * operators.txt: new: odbc option [like that recently added to
12333: oracle driver] ClientCharset=parser-charset <<
12334: charset in which parser thinks client works
12335:
12336: * src/sql/pa_sql_driver.h: beauty: important warning added
12337:
12338: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12339: char!
12340:
12341: * etc/parser3.charsets/windows-1251.cfg: typo
12342:
12343: 2004-03-04 paf
12344:
12345: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12346: cached, sql transcoding now goes faster
12347:
12348: * operators.txt: new: mysql option [like that recently added to
12349: oracle driver] ClientCharset=parser-charset <<
12350: charset in which parser thinks client works
12351:
12352: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12353: typo error
12354:
12355: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12356: chars commented
12357:
12358: 2004-03-03 paf
12359:
12360: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12361: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12362:
12363: 2004-03-02 paf
12364:
12365: * operators.txt: new[update typo]: !^void.left(n)
12366: nothing !^void.right(n) nothing !^void.mid(p[;n])
12367: nothing
12368:
12369: * operators.txt, src/classes/void.C: new: !^void.left(n)
12370: nothing !^void.right(n) nothing !^void.pos(p[;n])
12371: nothing
12372:
12373: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12374: ^file::sql[[name_to_become_$.name]]{} query result must be one
12375: row with columns: first: data second: file name third:
12376: content-type
12377:
12378: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12379: ^connect gets properly escaped string, which can be passed to
12380: request now this for mysql only. it's up to parser sql driver to
12381: fix zeros properly
12382:
12383: * INSTALL: note: added on building apache with this option:
12384: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12385:
12386: 2004-03-01 paf
12387:
12388: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12389: extension memory:compact befor processingrequest
12390:
12391: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12392: call sole column of result
12393:
12394: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12395: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12396: pixel color
12397:
12398: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12399: beauty: image -- less checks [were ugly impl]
12400:
12401: * src/classes/string.C: bugfix: ^string.left/right/mid with
12402: negative values now considered bad
12403:
12404: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12405:
12406: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12407: options now have unified defaults [after transform
12408: indent/omit-xml-declaration/standalone 'default' erroreously
12409: meant 'true']
12410:
12411: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12412: added [on some platforms gethostbyname failed with such
12413: 'domains']
12414:
12415: * src/include/pa_config_auto.h.in: no select check, no define
12416:
12417: * src/classes/string.C: feature: ^string.trim both parameters may
12418: be empty-strings, meaning kind=both chars=whitespaces
12419:
12420: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12421: exist
12422:
12423: * src/classes/string.C: check: trim 'chars' must not be empty,
12424: exception if it is
12425:
12426: * src/classes/string.C: changed: ^string.trim [] << both,
12427: whitespaces [start|both|end] << kind, whitespaces
12428: [start|both|end;chars] full
12429:
12430: 2004-02-27 paf
12431:
12432: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12433: method: ^string.trim[start|both|end[;chars]] default
12434: 'chars' -- whitespace chars finished
12435:
12436: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12437: src/main/pa_string.C: new method:
12438: ^string.trim[start|both|end[;chars]] default 'chars' --
12439: whitespace chars started, only start works
12440:
12441: * src/main/compile.C: bugfix: line numbers after
12442: ^process{}[$.line(-10]] can be negative, allowed to print they as
12443: signed
12444:
12445: * src/main/untaint.C: speed: there's no \n chars in output
12446: [normally], so no need to optimize them they could be retrived
12447: from databases, though. but 1. should be replaced 2. if not
12448: optimized, no harm done
12449:
12450: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12451: ^file::exec/cgi could return invalid status & zombie child can
12452: remain for short period until process exists [very bad in
12453: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12454:
12455: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12456: malicious SMTP server to attack as by returning too long status
12457: responses http://i2/tasks/edit/?id=4629448401140924947
12458:
12459: 2004-02-26 paf
12460:
12461: * operators.txt: feature: ^process...{CODE}[now has options] which
12462: are $.main[to what to rename @main] $.file[file,
12463: from which (user says) goes that CODE] $.lineno(line
12464: number in that file, where CODE starts. may be negative)
12465:
12466: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12467: src/main/compile.C, src/main/compile_tools.h,
12468: src/main/pa_request.C: feature: ^process...{CODE}[now has
12469: options] which are $.main[to what to rename @main]
12470: $.file[file, from which (user says) goes that CODE]
12471: $.lineno(line number in that file, where CODE starts. may be
12472: negative)
12473:
12474: 2004-02-25 paf
12475:
1.116 moko 12476: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12477: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12478:
12479: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12480: produces hash of column=>1
12481:
12482: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12483: with incomplete errno constants set
12484:
12485: 2004-02-24 paf
12486:
12487: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12488: "man select"
12489:
12490: * src/main/pa_os.C: beauty: <0 better then ==-1
12491:
12492: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12493:
12494: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12495:
1.116 moko 12496: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12497:
12498: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12499: unix: steps to work on unix [extracted 'to']
12500:
12501: * src/classes/mail.C: smtp on unix: steps to work on unix
12502:
12503: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12504:
1.116 moko 12505: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12506: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12507: unix [testing on solaris]
1.95 moko 12508:
12509: 2004-02-20 paf
12510:
12511: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12512: pointing that out
12513:
12514: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12515: fixed again [same solution, mistanenly removed one line]
12516:
12517: 2004-02-19 paf
12518:
12519: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12520: date::create from bad datetime in spring daylightsaving hole now
12521: OK for all platforms [on some platforms it failed]
12522:
12523: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12524: in daylightsaving hole] now throws error
12525:
12526: * src/classes/date.C: comment: mistake fixed
12527:
12528: 2004-02-18 paf
12529:
12530: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12531: now renderes in $request:charset, but in header puts
12532: $response:charset todo: make that default only so that coder
12533: could override that
12534:
12535: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12536: turns off omit-xml-declaration
12537:
12538: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12539: /.xsl for sample
12540:
12541: 2004-02-17 paf
12542:
12543: * src/classes/xdoc.C: beauty: needless helper class removed
12544:
12545: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12546: copied extra time
12547:
12548: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12549: part of libxml
12550:
12551: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12552: libxml to do the work] <xsl:output method="html"
12553: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12554: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12555: />
12556:
12557: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12558:
12559: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12560: caused assertion
12561:
12562: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12563: could hang. now such add does nothing, sub clears $hash
12564:
12565: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12566: not made quoted-printable
12567:
12568: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12569: string invariant
12570:
12571: 2004-02-16 paf
12572:
12573: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12574: cleared [were not cleared properly]
12575:
12576: 2004-02-13 paf
12577:
1.116 moko 12578: * src/include/pa_version.h: prerelease
1.95 moko 12579:
12580: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12581: used, introducing dependencies timestamp check
12582:
12583: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12584: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12585: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12586: .xsl.stamp now not used, introducing dependencies timestamp check
12587:
1.150 moko 12588: * configure.in: auto.p: @conf made relative
1.95 moko 12589:
12590: 2004-02-12 paf
12591:
12592: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12593: ruined empty <input type=file> submits. parser thought there were
12594: nameless empty file and $form:field got value of type 'file'
12595:
12596: * INSTALL: --without-threads
12597:
12598: * src/include/pa_sapi.h: 2004
12599:
12600: 2004-02-11 paf
12601:
12602: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12603: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12604: classes/hashfile.C, classes/image.C, classes/int.C,
12605: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12606: classes/response.C, classes/string.C, classes/table.C,
12607: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12608: include/pa_array.h, include/pa_cache_managers.h,
12609: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12610: include/pa_config_fixed.h, include/pa_config_includes.h,
12611: include/pa_dictionary.h, include/pa_dir.h,
12612: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12613: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12614: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12615: include/pa_request_charsets.h, include/pa_request_info.h,
12616: include/pa_socks.h, include/pa_sql_connection.h,
12617: include/pa_sql_driver_manager.h, include/pa_stack.h,
12618: include/pa_string.h, include/pa_stylesheet_connection.h,
12619: include/pa_stylesheet_manager.h, include/pa_table.h,
12620: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12621: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12622: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12623: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12624: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12625: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12626: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12627: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12628: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12629: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12630: main/pa_sql_driver_manager.C, main/pa_string.C,
12631: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12632: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12633: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12634: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12635: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12636: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12637: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12638: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12639: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12640: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12641: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12642: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12643: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12644: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12645: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12646: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12647: types/pa_vresponse.h, types/pa_vstateless_class.C,
12648: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12649: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12650: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12651: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12652: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12653: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12654:
12655: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12656: debug version of gc.dll
12657:
12658: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12659: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12660: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12661: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12662: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12663: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12664: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12665: processes
12666:
12667: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12668: main/pa_globals.C, targets/cgi/parser3.vcproj,
12669: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12670: changes to reflect libxml xsl new folders
12671:
12672: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12673: lib/smtp/smtp.vcproj, main/main.vcproj,
12674: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12675: to reflect libxml xsl new folders
12676:
12677: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12678: lib/smtp/smtp.vcproj, main/main.vcproj,
12679: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12680: types/types.vcproj: started changes to reflect libxml xsl new
12681: folders
12682:
12683: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12684: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12685: src/main/compile.tab.C, src/main/main.vcproj,
12686: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12687: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12688: started changes to reflect libxml xsl new folders
12689:
12690: 2004-02-10 paf
12691:
12692: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12693: compile. recommened latest libxml up to date
12694:
12695: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12696: pattern compilation errors", on which spent 4 hours worktime. use
12697: versions higher than that. recommended now latest up to date
12698:
12699: 2004-02-06 paf
12700:
12701: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12702: beauty: unified destructing style
12703:
12704: * src/main/untaint.C: beauty: removed old def/ifdef
12705:
12706: * src/main/untaint.C: beauty: coredump @unknown untaint language
12707: now
12708:
12709: 2004-02-03 paf
12710:
12711: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12712: targets/isapi/parser3isapi.C, types/pa_value.C,
12713: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12714: then %ld/%lu
12715:
12716: * src/main/pa_common.C: typo: %l -> %u
12717:
12718: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12719: in attributes or documents-results of transform now not xx;
12720:
12721: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12722:
12723: * src/main/pa_charset.C: bugfix: forgot to undo some
12724:
12725: * src/main/pa_charset.C: beauty: uncomment
12726: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12727: libraries
12728:
12729: 2004-02-02 paf
12730:
12731: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12732: $cookie:example[ $.value[value] $.path[/there/] ]
12733:
12734: $cookie:example[ $.value[] $.expires[session]
12735: $.path[/there/] $.domain[test.com] ]
12736:
12737: * src/types/pa_vform.C: bugfix: empty values with
12738: enctype=multipart/form-data now produce entries in $form:tables
12739: <form method=post enctype=multipart/form-data> <input type=hidden
12740: name=a> <input type=hidden name=b>
12741:
12742: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12743: <hr> <pre>$request:body
12744:
12745: 2004-01-30 paf
12746:
12747: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12748: or documents-results of transform now not xx;
12749:
12750: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12751: produce exception.
12752:
12753: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12754: bugfix: ^date::create[invalid fields now produce exception.
12755:
12756: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12757: year] now produces exception. todo: check other fields
12758:
12759: 2004-01-29 paf
12760:
12761: * src/include/pa_memory.h: typo error
12762:
12763: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12764: more byte then specified, then zeroed it << useless and
12765: potentially harmful(could gpf)
12766:
12767: 2004-01-22 paf
12768:
12769: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12770:
12771: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12772: optimization
12773:
12774: * src/main/untaint.C: bugfix: whitespace now optimized properly
12775: [were bug: ^taint[1 & 2]="1 &2"
12776:
12777: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12778: errors
12779:
12780: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12781: overflow
12782:
12783: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12784: error-reporting code * in parser-error reporting code [when no
12785: @unhandled_exception defined]
12786:
12787: fixed in one place: my *snprintf override
12788:
12789: 2004-01-13 paf
12790:
12791: * operators.txt: typo erro
12792:
12793: 2003-12-25 paf
12794:
12795: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12796: garbled [pieces after zero bytes were removed]
12797:
12798: 2003-12-22 paf
12799:
1.116 moko 12800: * src/include/Makefile.am: bugfix: removed from dist:
12801: src/include/pa_config_auto.h which were configured for
1.95 moko 12802: make-dist-platform and badly updated proper config file in target
12803: [when .tar used for updating existing source tree]
12804:
12805: * ChangeLog, operators.txt, src/classes/op.C,
12806: src/include/pa_sql_connection.h,
12807: src/include/pa_sql_driver_manager.h,
12808: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12809: feature: sql introducing ability to transcode charsets
12810:
12811: 2003-12-19 paf
12812:
12813: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12814: error message
12815:
12816: * src/main/pa_charset.C: bugfix: memory for charsethandler
12817: structure for libxml now allocated properly
12818:
12819: 2003-12-17 paf
12820:
12821: * src/types/pa_vfile.C: beauty: removed outdated cast
12822:
12823: * src/main/pa_common.C: bugfix: empty http response caused gpf
12824:
12825: * src/include/pa_string.h: bugfix: removed too strong a assert
12826:
12827: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12828: unreported xmlGenericErrors]
12829:
12830: 2003-12-15 paf
12831:
12832: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12833: works}
12834:
12835: 2003-12-11 paf
12836:
12837: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12838: id
12839: !$status:tid thread id
12840:
12841: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12842: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12843: bugfix(solaris): removed dependency on object initialization
12844: order [one more place]
12845:
12846: * src/: classes/file.C, classes/mail.C, classes/op.C,
12847: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12848: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12849: understand that
12850:
12851: * src/: classes/file.C, classes/mail.C, classes/op.C,
12852: classes/xdoc.C, include/pa_cache_managers.h,
12853: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12854: include/pa_stylesheet_manager.h, main/pa_request.C,
12855: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12856: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12857: ctor call [relying on implicit String::Body(cstr) call]
12858:
12859: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12860: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12861: object initialization order [two places]
12862:
12863: 2003-12-10 paf
12864:
12865: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12866: << time now ok
12867:
12868: * operators.txt, src/main/pa_sql_driver_manager.C,
12869: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12870: operational
12871:
12872: * ChangeLog, operators.txt, src/classes/xdoc.C,
12873: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12874: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12875: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12876: back operational
12877:
12878: 2003-12-02 paf
12879:
12880: * src/types/pa_vmail.C: bugfix:
12881: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12882: as-is forced]
12883:
12884: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12885: exceptions out of libxml callbacks: reimplemented error handling
12886: of http://localhost, parser://method and safemode check callbacks
12887:
12888: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12889: [merged from HEAD]
12890:
12891: * src/classes/image.C: nothing: comment removed
12892:
12893: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12894: addresses to int
12895:
12896: 2003-12-01 paf
12897:
12898: * src/main/pa_xml_io.C: bugfix: typo
12899:
12900: * src/main/pa_globals.C: bugfix: win32: compile prob
12901:
12902: * src/classes/xdoc.C: bugfix: typo
12903:
12904: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12905: exception
12906:
12907: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12908:
12909: 2003-11-28 paf
12910:
12911: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12912: all xml documents read
12913:
12914: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12915:
12916: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12917: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12918: replaced original open mech of xdoc::create & co to use libxml
12919: open, so that this would work for root document todo: safe mode
12920: checks to libxml: ideally to some 1 point
12921:
12922: * src/main/pa_xml_io.C: comment
12923:
12924: * operators.txt, src/main/pa_xml_io.C: leading / in
12925: http://parser[abscent params]
12926:
12927: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12928: works. todo: maybe replace original open mech of xdoc::create &
12929: co to use libxml open, so that this would work for root document
12930:
12931: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12932: "parser://method/params/here"> <test> &test^; </test> }]
12933:
12934: ^taint[^xdoc.string[]]
12935:
12936: @method[param] <!ENTITY test
12937: "test-entity-value+$form:user+$param!">
12938:
12939: 2003-11-27 paf
12940:
12941: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12942:
12943: * src/classes/date.C: bugfix: typo error
12944:
12945: 2003-11-26 paf
12946:
12947: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12948: src/main/Makefile.am, src/main/main.vcproj,
12949: src/main/pa_globals.C, src/main/pa_request.C,
12950: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12951: xml errors to hash<thread_id,error> reorganization: xml io moved
12952: to pa_xml_io.C/h
12953:
12954: * src/types/pa_value.h: warnings: --
12955:
12956: 2003-11-25 paf
12957:
12958: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12959: whatever)
12960:
12961: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12962: a, (c?x:y, z)
12963:
12964: * src/main/untaint.C: bugfix: consequences of not reading this
12965: comment: CORD_pos_chars_left /* Number of characters in cache.
12966: <= 0 ==> none */
12967:
12968: * src/include/pa_array.h: removed needless checks
12969:
12970: 2003-11-24 paf
12971:
12972: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12973: removed limit: now $form:xxx can be accessed anytime, even in
12974: @auto/conf [and request/response:charset still can be changed
12975: anytime]
12976:
12977: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12978: now not transcodes response body
12979:
12980: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12981: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12982: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12983: $xdoc.firstChild.firstChild.nodeValue[different]
12984: ^taint[^xdoc.string[]]
12985:
12986: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12987: workaround: static Hash::allocates -> static Hash_allocates
12988:
12989: 2003-11-21 paf
12990:
1.116 moko 12991: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12992: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12993: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12994:
12995: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12996:
12997: * src/classes/mail.C: bugfix: typo
12998:
12999: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13000: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13001: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13002: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13003: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13004: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13005:
13006: * src/main/pa_exec.C: bug in safe mode
13007:
13008: * src/include/Makefile.am: pa_xml_exception.h
13009:
13010: * src/targets/isapi/parser3isapi.C: more warnings --
13011:
13012: 2003-11-20 paf
13013:
13014: * src/: classes/math.C, classes/op.C, classes/string.C,
13015: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13016: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13017: --
13018:
13019: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13020: more warnings --
13021:
13022: * src/classes/xdoc.C: more warnings --
13023:
13024: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13025:
13026: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13027: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13028:
13029: * src/: classes/date.C, classes/file.C, classes/hash.C,
13030: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13031: classes/table.C, include/pa_cache_managers.h,
13032: include/pa_stylesheet_connection.h, main/pa_request.C,
13033: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13034: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13035: --
13036:
13037: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13038: can't report problem (undefined @unhandled_exception) problem
13039: source string were not reported
13040:
13041: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13042: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13043: classes/hashfile.C, classes/image.C, classes/int.C,
13044: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13045: classes/response.C, classes/string.C, classes/table.C,
13046: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13047: include/pa_array.h, include/pa_cache_managers.h,
13048: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13049: include/pa_config_fixed.h, include/pa_dictionary.h,
13050: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13051: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13052: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13053: include/pa_request.h, include/pa_request_charsets.h,
13054: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13055: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13056: include/pa_stack.h, include/pa_string.h,
13057: include/pa_stylesheet_connection.h,
13058: include/pa_stylesheet_manager.h, include/pa_table.h,
13059: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13060: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13061: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13062: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13063: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13064: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13065: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13066: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13067: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13068: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13069: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13070: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13071: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13072: targets/isapi/parser3isapi.C, types/pa_junction.h,
13073: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13074: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13075: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13076: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13077: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13078: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13079: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13080: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13081: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13082: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13083: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13084: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13085: types/pa_vresponse.h, types/pa_vstateless_class.C,
13086: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13087: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13088: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13089: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13090: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13091: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13092: const IDENT
13093:
13094: * src/: include/pa_array.h, include/pa_pool.h,
13095: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13096: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13097: types/pa_wcontext.h: more warnings --
13098:
13099: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13100: classes/file.C, classes/hash.C, classes/hashfile.C,
13101: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13102: classes/memory.C, classes/op.C, classes/string.C,
13103: classes/table.C, classes/xdoc.C, classes/xnode.C,
13104: include/pa_config_includes.h, include/pa_operation.h,
13105: include/pa_sql_connection.h, include/pa_table.h,
13106: include/pa_types.h, lib/ltdl/config_fixed.h,
13107: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13108: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13109: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13110: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13111: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13112: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13113: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13114: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13115: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13116: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13117: types/pa_vmail.C, types/pa_vobject.C,
13118: types/pa_vstateless_class.h, types/pa_vtable.C,
13119: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13120: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13121: on all projects (except libltdl=off & libsdbm=level3) found
13122: several unitialized vars
13123:
13124: 2003-11-19 paf
13125:
13126: * src/classes/op.C: more ansi C++ comp
13127:
13128: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13129: src/main/pa_request.C: ^cache[...]{body}{catch block with
13130: $exception.handled[cache] meaning "get expired cache, if any.
13131: else error"}
13132:
13133: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13134: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13135: ^cache[...]{body}{catch code with $exception.cache field}
13136:
13137: 2003-11-12 paf
13138:
13139: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13140: [copy/paste bug]
13141:
13142: 2003-11-11 paf
13143:
13144: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13145: failed]
13146:
13147: 2003-11-10 paf
13148:
13149: * src/types/pa_vconsole.h: flush
13150:
13151: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13152: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13153: read/write [for nntp]
13154:
13155: * operators.txt: mysql: transaction support: ?autocommit=0
13156:
13157: * operators.txt: comment: updated
13158:
13159: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13160: serialize version and exipire now removes entries
13161:
13162: * operators.txt: ^hashfile.delete[] removes files altogether [and
13163: dir, if could]
13164:
13165: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13166: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13167: removes files altogether [and dir, if could]
13168:
13169: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13170: nonexistent pair. .c coded that that was error. fixed
13171:
13172: * src/types/pa_vhashfile.C: sdbm: exception type change to
13173: file.access [regretfull can't split it to different exceptions
13174: without modifying sdbm source wich would prefer not to]
13175:
13176: 2003-11-07 paf
13177:
13178: * src/: classes/date.C, classes/file.C, classes/hash.C,
13179: classes/hashfile.C, classes/image.C, classes/table.C,
13180: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13181: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13182: main/execute.C, main/main.vcproj, main/pa_pool.C,
13183: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13184: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13185: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13186: destructing objects at request processing end
13187:
13188: 2003-11-06 paf
13189:
13190: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13191: updates
13192:
13193: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13194: to include sdbm
13195:
1.116 moko 13196: * src/include/: pa_config_includes.h, pa_version.h: our
13197: replacements of max& co only for cpp
1.95 moko 13198:
13199: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13200: upper dir, .am updated
13201:
13202: * tests/todo.txt: hashfile: done
13203:
13204: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13205: expiration [time in value. todo: move time to key]
13206:
13207: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13208:
13209: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13210: to do that in foreach, no errors, but surely wrong]
13211:
13212: * operators.txt, src/types/pa_vhashfile.C,
13213: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13214:
13215: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13216: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13217: foreach
13218:
13219: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13220: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13221:
13222: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13223: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13224:
13225: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13226: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13227: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13228: get/put [raw]
13229:
13230: * src/: classes/op.C, main/pa_os.C: just linked
13231:
13232: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13233: XmlException changes
13234:
13235: * src/: include/pa_charset.h, include/pa_globals.h,
13236: include/pa_stylesheet_connection.h, main/pa_exception.C:
13237: XmlException changes
13238:
13239: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13240:
13241: * src/: include/pa_common.h, include/pa_exception.h,
13242: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13243: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13244: main/pa_xml_exception.C: locking move to pa_os [along with
13245: pa_sleep] apr-impl locking done
13246:
13247: * configure, configure.in, operators.txt, parser3.sln,
13248: src/classes/classes.vcproj, src/classes/hashfile.C,
13249: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13250: src/include/pa_exception.h, src/include/pa_globals.h,
13251: src/include/pa_memory.h, src/include/pa_version.h,
13252: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13253: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13254: src/main/compile.tab.C, src/main/main.vcproj,
13255: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13256: src/types/Makefile.am, src/types/pa_vhash.C,
13257: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13258: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13259: again with sdbm from apache
13260:
13261: 2003-11-05 paf
13262:
13263: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13264: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13265: \parser3project dir anymore
13266:
13267: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13268: thoughtlessly from xalan]
13269:
13270: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13271: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13272: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13273:
13274: * src/main/helpers/CaseFolding.txt:
13275: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13276:
13277: 2003-11-04 paf
13278:
13279: * operators.txt: comment: ^mail:send[$.options[
13280:
13281: * src/classes/table.C: compiled on unix
13282:
1.116 moko 13283: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13284:
13285: * src/classes/mail.C: compiled on unix
13286:
13287: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13288: src/types/pa_vmail.h: !^mail:send[
13289: $.options[unix: string to append to sendmail command
13290: line]
13291:
13292: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13293: tests/todo.txt: ^table.save[... $.separator[^#09]
13294: $.encloser["] <nothing> by default
13295:
13296: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13297: !$.separator[^#09] !$.encloser["] <nothing> by
13298: default
13299:
13300: 2003-11-03 paf
13301:
13302: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13303: ^table::load[; options: !$.column-separator[^#09]
13304: !$.column-encloser["]
13305:
13306: * operators.txt, src/include/pa_config_fixed.h,
13307: src/types/pa_vrequest.C: $request:document-root
13308:
13309: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13310: [already included into uri=xxx]
13311:
13312: * operators.txt, src/classes/image.C, tests/todo.txt:
13313: ^image.gif[filename] for $response:download
13314:
13315: * src/classes/date.C: minor precaution
13316:
13317: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13318: !^date.unix-timestamp[]
13319:
13320: 2003-10-30 paf
13321:
13322: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13323: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13324:
13325: * src/classes/: date.C, image.C: improvement diagnostics:
13326: $now[^date::create[$undefined]] now is error
13327:
13328: * src/main/pa_common.C: read errors would now be reported 'actually
13329: read -1 bytes'
13330:
13331: 2003-10-24 paf
13332:
13333: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13334: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13335: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13336: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13337:
13338: 2003-10-22 paf
13339:
13340: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13341:
13342: 2003-10-21 paf
13343:
13344: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13345: fixed: string.match[g] without <'> option produced columns with
13346: NULL's, which gpf'ed at table.save time
13347:
13348: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13349: recoursion' message with intensive throw-catches fixed: incorrect
13350: name and line (one name upper then needed) in error message about
13351: problems inside try block
13352:
13353: 2003-10-10 paf
13354:
13355: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13356: check offset argument for validity did that in String::Body::pos
13357: myself http://i2/tasks/edit/?id=4577425257580789777
13358:
13359: 2003-10-07 paf
13360:
13361: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13362: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13363:
13364: 2003-10-03 paf
13365:
13366: * parser3.sln, src/include/pa_dictionary.h,
13367: src/main/pa_dictionary.C, src/main/pa_string.C,
13368: src/targets/cgi/parser3.vcproj: dictionary optimized by
13369: precalculating cstr&length
13370:
13371: 2003-10-02 paf
13372:
13373: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13374: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13375: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13376: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13377:
13378: 2003-09-30 paf
13379:
13380: * src/main/pa_string.C: string::replace bug fix [were ignoring
13381: occurrances after lang-mismatched
13382:
13383: 2003-09-29 paf
13384:
13385: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13386: helper
13387:
13388: * src/main/pa_string.C: string::serialize bug fix with
13389: zero-terminator
13390:
13391: * src/classes/table.C: ^nameless_table.save column row now has no
13392: \t at the end
13393:
13394: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13395: @postprocess now takes $response:body/download
13396:
13397: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13398: error message
13399:
13400: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13401:
13402: * src/classes/table.C: bugfix: flip: must produce nameless
13403: http://i2/tasks/edit/?id=4573405524674081244
13404:
13405: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13406: main/helpers/simple_folding.pl: utf-8 upper/lower
13407:
13408: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13409: to typo error http://i2/tasks/edit/?id=4573354650786434584
13410:
13411: 2003-09-26 paf
13412:
13413: * src/main/untaint.C: removed needless field
13414:
13415: * src/main/untaint.C: removed needless const
13416:
13417: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13418: String.for_each bug fixed [omited one-char cases]
13419:
13420: * src/include/pa_stack.h: bugfix: before collecting garbage,
13421: runtime-executor stack were cleared... BADLY
13422:
13423: * src/main/pa_string.C: ^stirng.replace code used old
13424: param-convention on langs.append, fixed that search fo the like,
13425: found none
13426:
13427: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13428: string::serialize/deserialize implemented Language enum assigned
13429: meaningful letters [more convinient for debugging. read warning
13430: before adding/changing anything]
13431:
13432: 2003-09-25 paf
13433:
13434: * src/: include/pa_string.h, include/pa_version.h,
13435: main/pa_string.C, main/untaint.C: templates and anonymous unions
13436: differences on unix
13437:
13438: * parser3.sln, src/classes/file.C, src/classes/image.C,
13439: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13440: src/classes/xdoc.C, src/classes/xnode.C,
13441: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13442: src/include/pa_charsets.h, src/include/pa_common.h,
13443: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13444: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13445: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13446: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13447: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13448: src/main/compile_tools.h, src/main/pa_charset.C,
13449: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13450: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13451: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13452: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13453: src/types/pa_vmail.C, src/types/pa_vmath.C,
13454: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13455: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13456:
13457: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13458: functions aligned to that of eeparser3 look
13459:
13460: * src/lib/cord/cordprnt.c: removed warnings
13461:
13462: 2003-09-24 paf
13463:
13464: * src/: classes/file.C, classes/image.C, classes/mail.C,
13465: classes/op.C, classes/xdoc.C, classes/xnode.C,
13466: include/pa_cache_managers.h, include/pa_charset.h,
13467: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13468: include/pa_sql_driver_manager.h, include/pa_string.h,
13469: include/pa_stylesheet_manager.h, include/pa_table.h,
13470: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13471: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13472: main/pa_sql_driver_manager.C, main/pa_string.C,
13473: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13474: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13475: types/pa_vstateless_class.h, types/pa_vstatus.C,
13476: types/pa_vxnode.C: v() functions of String::Body,
13477: String::Languages and String itself StringBody->String::Body
13478:
13479: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13480: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13481: never optimized anything. todo: somehow speed up harder cases:
13482: concatenationA+concatenationB when last block of A and first of B
13483: contain same letters
13484:
13485: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13486: lib/cord/include/cord.h: langs: speed up by joining adjucent
13487: blocks of same char [CORD_append_block]
13488:
13489: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13490: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13491: save space by extending blocks when appending block with c ==
13492: lastblock.c
13493:
13494: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13495: working yet :( but more working &understood :)
13496:
13497: * src/: classes/table.C, include/pa_string.h,
13498: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13499:
13500: 2003-09-23 paf
13501:
13502: * src/main/untaint.C: $a[ok!] $a works!
13503:
13504: * src/main/untaint.C: something even more works :)
13505:
13506: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13507: something more works :)
13508:
13509: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13510: lib/cord/cordxtra.c: something already works :)
13511:
13512: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13513: serialize&deserialize
13514:
13515: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13516: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13517: main/untaint.C: main idea implemented, details left
13518:
13519: 2003-09-22 paf
13520:
13521: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13522:
13523: * src/classes/xnode.C: copy/paste comment bugfix
13524:
13525: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13526: allocator returns 0, just die.
13527: http://i2/tasks/edit/?id=4570798492410259445
13528:
13529: * src/classes/xdoc.C: copy/paste comment bugfix
13530:
13531: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13532: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13533: xnode: getAttributeNS setAttributeNS removeAttributeNS
13534: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13535:
13536: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13537: chars due to bitwise operation signed-char error]
13538:
13539: 2003-09-19 paf
13540:
13541: * src/types/pa_wcontext.C: output message: more practical
13542: suggestion
13543:
13544: * src/main/pa_common.C, operators.txt: merged
13545: $f[^file::load[binary;http://...]] $f.tables
13546:
13547: 2003-09-02 paf
13548:
13549: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13550: flush stdout without referencing 'stdout' symbol. to hell with
13551: non-ansi libraries without 'stdout' symbol
13552:
13553: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13554: unix (users reported problems with some old libc)
13555:
13556: * src/types/pa_vdate.h: forgot initializer
13557:
13558: 2003-09-01 paf
13559:
13560: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13561: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13562: zone]
13563:
13564: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13565:
13566: 2003-08-19 paf
13567:
13568: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13569: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13570: simplified a little
13571:
13572: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13573: [lost fix from 3.0.8]
13574:
13575: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13576: visible here }
13577:
13578: bug fix
13579:
13580: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13581:
13582: * src/main/compile.tab.C: initialized couple of variables about
13583: which user reported runtime problems when parser were compiled
13584: with VC7, warning level4. study shows that later in bison
13585: they've fixed that. would migrate to latest bison someday
13586:
13587: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13588: recoding headers)
13589:
13590: * src/types/pa_vmail.C: works as before, same charset problems:
13591: gmime recodes to UTF-8 only headers, not body. so not recoding
13592: anything for now
13593:
13594: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13595: problems with body
13596:
13597: * src/types/pa_vmail.C: mail_receive just compiled
13598:
13599: 2003-08-18 paf
13600:
13601: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13602: main/main.vcproj, types/types.vcproj: win32: continued process
13603: detaching from \parser3project directory
13604:
13605: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13606: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13607: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13608: src/lib/pcre/pcre_dftables.dsp,
13609: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13610: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13611: src/types/types.dsp: moved to MSVC 7
13612:
13613: * gnu.vcproj.vspscc, parser3.vssscc,
13614: src/classes/classes.vcproj.vspscc,
13615: src/lib/cord/cord.vcproj.vspscc,
13616: src/lib/ltdl/libltdl.vcproj.vspscc,
13617: src/lib/md5/md5.vcproj.vspscc,
13618: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13619: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13620: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13621: src/targets/isapi/parser3isapi.vcproj.vspscc,
13622: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13623: moved to MSVC 7
13624:
13625: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13626: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13627: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13628: src/lib/pcre/pcre_dftables.vcproj,
13629: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13630: src/targets/cgi/parser3.vcproj,
13631: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13632: new VS project files
13633:
13634: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13635: .NET to detect Jalindi Igloo capabilities.
13636:
13637: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13638: src/classes/classes.awk, src/doc/footer.htm,
13639: src/include/pa_config_fixed.h, src/include/pa_version.h,
13640: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13641: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13642: src/types/pa_vmail.C: merged 3.1.0 latest changes
13643:
13644: 2003-08-15 paf
13645:
13646: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13647: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13648:
13649: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13650: non-ascii <yyy> now encoded correctly
13651:
13652: 2003-07-29 paf
13653:
1.116 moko 13654: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13655: dist
1.95 moko 13656:
13657: * src/types/pa_vmail.C: just started --with-mail-receive
13658:
13659: 2003-07-28 paf
13660:
1.116 moko 13661: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13662: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13663:
13664: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13665:
13666: 2003-07-25 paf
13667:
13668: * src/doc/footer.htm: year
13669:
13670: 2003-07-24 paf
13671:
13672: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13673: fix
13674:
13675: * src/include/pa_version.h: release
13676:
1.116 moko 13677: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13678:
13679: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13680: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13681: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13682: getting rid of win32xml pseudo project
13683:
13684: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13685:
1.116 moko 13686: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13687: configure.in, operators.txt, parser3.dsw,
1.95 moko 13688: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13689: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13690: src/classes/classes.C, src/classes/classes.awk,
13691: src/classes/classes.dsp, src/classes/classes.h,
13692: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13693: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13694: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13695: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13696: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13697: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13698: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13699: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13700: src/include/pa_array.h, src/include/pa_cache_managers.h,
13701: src/include/pa_charset.h, src/include/pa_charsets.h,
13702: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13703: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13704: src/include/pa_dictionary.h, src/include/pa_dir.h,
13705: src/include/pa_exception.h, src/include/pa_exec.h,
13706: src/include/pa_globals.h, src/include/pa_hash.h,
13707: src/include/pa_memory.h, src/include/pa_opcode.h,
13708: src/include/pa_operation.h, src/include/pa_pool.h,
13709: src/include/pa_pragma_pack_begin.h,
1.95 moko 13710: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13711: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13712: src/include/pa_sapi.h, src/include/pa_socks.h,
13713: src/include/pa_sql_connection.h,
13714: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13715: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13716: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13717: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13718: src/include/pa_uue.h, src/lib/Makefile.am,
13719: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13720: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13721: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13722: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13723: src/lib/cord/include/ec.h,
13724: src/lib/cord/include/private/Makefile.am,
13725: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13726: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13727: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13728: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13729: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13730: src/main/compile_tools.C, src/main/compile_tools.h,
13731: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13732: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13733: src/main/pa_charsets.C, src/main/pa_common.C,
13734: src/main/pa_dictionary.C, src/main/pa_dir.C,
13735: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13736: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13737: src/main/pa_request.C, src/main/pa_socks.C,
13738: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13739: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13740: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13741: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13742: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13743: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13744: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13745: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13746: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13747: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13748: src/targets/isapi/parser3isapi.dsp,
13749: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13750: src/types/pa_junction.h, src/types/pa_method.h,
13751: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13752: src/types/pa_vclass.C, src/types/pa_vclass.h,
13753: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13754: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13755: src/types/pa_vdouble.h, src/types/pa_venv.h,
13756: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13757: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13758: src/types/pa_vimage.C, src/types/pa_vimage.h,
13759: src/types/pa_vint.h, src/types/pa_vjunction.h,
13760: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13761: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13762: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13763: src/types/pa_vobject.C, src/types/pa_vobject.h,
13764: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13765: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13766: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13767: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13768: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13769: src/types/pa_vstring.h, src/types/pa_vtable.C,
13770: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13771: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13772: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13773: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13774: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13775: HEAD
13776:
13777: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13778: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13779: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13780: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13781: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13782: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13783: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13784: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13785: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13786: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13787: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13788: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13789: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13790: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13791: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13792: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13793: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13794: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13795: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13796: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13797: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13798: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13799: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13800: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13801: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13802: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13803: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13804: outputs/create-dir, results/001.processed, results/002.processed,
13805: results/003.processed, results/004.processed,
13806: results/005.processed, results/006.processed,
13807: results/007.processed, results/008.processed,
13808: results/009.processed, results/010.processed,
13809: results/011.processed, results/012.processed,
13810: results/013.processed, results/014.processed,
13811: results/015.processed, results/016.processed,
13812: results/017.processed, results/018.processed,
13813: results/019.processed, results/020.processed,
13814: results/021.processed, results/022.processed,
13815: results/023.processed, results/024.processed,
13816: results/025.processed, results/026.processed,
13817: results/027.processed, results/028.processed,
13818: results/029.processed, results/030.processed,
13819: results/031.processed, results/032.processed,
13820: results/033.processed, results/034.processed,
13821: results/035.processed, results/036.processed,
13822: results/037.processed, results/038.processed,
13823: results/039.processed, results/040.processed,
13824: results/041.processed, results/042.processed,
13825: results/043.processed, results/044.processed,
13826: results/045.processed, results/046.processed,
13827: results/047.processed, results/048.processed,
13828: results/049.processed, results/050.processed,
13829: results/051.processed, results/052.processed,
13830: results/053.processed, results/054.processed,
13831: results/055.processed, results/056.processed,
13832: results/057.processed, results/058.processed,
13833: results/059.processed, results/060.processed,
13834: results/061.processed, results/062.processed,
13835: results/063.processed, results/064.processed,
13836: results/065.processed, results/066.processed,
13837: results/067.processed, results/068.processed,
13838: results/069.processed, results/070.processed,
13839: results/071.processed, results/072.processed,
13840: results/073.processed, results/074.processed,
13841: results/075.processed, results/076.processed,
13842: results/077.processed, results/078.processed,
13843: results/079.processed, results/080.processed,
13844: results/081.processed, results/082.processed,
13845: results/083.processed, results/084.processed,
13846: results/085.processed, results/086.processed,
13847: results/087.processed, results/088.processed,
13848: results/089.processed, results/090.processed,
13849: results/091.processed, results/092.processed,
13850: results/093.processed, results/094.processed,
13851: results/095.processed, results/096.processed,
13852: results/097.processed, results/098.processed,
13853: results/099.processed, results/100.processed,
13854: results/101.processed, results/102.processed,
13855: results/103.processed, results/104.processed,
13856: results/105.processed, results/106.processed,
13857: results/107.processed, results/108.processed,
13858: results/109.processed, results/110.processed,
13859: results/111.processed, results/112.processed,
13860: results/113.processed, results/114.processed,
13861: results/115.processed, results/116.processed,
13862: results/117.processed, results/118.processed,
13863: results/119.processed, results/120.processed,
13864: results/121.processed, results/122.processed,
13865: results/123.processed, results/124.processed,
13866: results/125.processed, results/126.processed,
13867: results/127.processed, results/128.processed,
13868: results/129.processed, results/130.processed,
13869: results/131.processed, results/132.processed,
13870: results/133.processed, results/134.processed,
13871: results/135.processed, results/136.processed,
13872: results/137.processed, results/138.processed,
13873: results/139.processed, results/140.processed,
13874: results/141.processed: merged(copied) to HEAD from template_gc
13875:
13876: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13877: towards \parser3project not having to be in root
13878:
13879: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13880: module compiled [were minor unnecessary changes in lib/md5
13881: interface]
13882:
13883: * src/include/pa_version.h: release
13884:
13885: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13886:
13887: * src/classes/math.C: merged uuid bugfix
13888:
13889: * tests/: 141.html, results/141.processed: fixed bug with
13890: too-small-a-buffer
13891:
13892: * src/classes/math.C: uuid bugfix
13893:
13894: * tests/: 141.html, Makefile, results/005.processed,
13895: results/030.processed, results/075.processed,
13896: results/078.processed: to reflect date format change (were -
13897: become ' ')
13898:
13899: * src/classes/math.C: uuid bugfix
13900:
13901: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13902: debug/release changes
13903:
13904: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13905:
13906: 2003-07-23 paf
13907:
13908: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13909: renamed a little [to move to comman naming conv]
13910:
1.116 moko 13911: * src/targets/Makefile.am: apache13 splitted to simplify apache
13912: build
1.95 moko 13913:
13914: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13915: main/pa_request.C, main/pa_sql_driver_manager.C,
13916: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13917: stack top_index() fixed
13918:
13919: * src/main/pa_globals.C: minor style changes
13920:
13921: * src/: classes/op.C, include/pa_sql_connection.h: connection
13922: closing/caching fixed [connections were not closed/put to cache]
13923:
13924: 2003-07-22 paf
13925:
13926: * INSTALL: gc part updated stightly
13927:
13928: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13929: new sapi interface
13930:
13931: * src/classes/file.C: comment on OS
13932:
13933: * src/main/pa_string.C: removed reduntant invariant check [there is
13934: one deeper in cord lib]
13935:
13936: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13937:
13938: * src/main/pa_memory.C: out of memory is no longer coredump
13939:
13940: * INSTALL: disable-threads adviced
13941:
13942: 2003-07-21 paf
13943:
1.116 moko 13944: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13945:
13946: * src/classes/file.C: file::exec/cgi environment variables now must
13947: be UPPERCASE and A-Z 0-9 _-
13948:
13949: * src/classes/file.C: env passing fixed
13950:
13951: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13952:
13953: * src/main/pa_common.C: http:// CRLF now
13954:
13955: 2003-07-02 paf
13956:
13957: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13958: fields to reflect their real meaning
13959:
13960: 2003-06-27 paf
13961:
13962: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13963: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13964: file::exec/cgi .charset
13965:
13966: 2003-06-26 paf
13967:
13968: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13969: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13970: src/classes/table.C: fixed several uninitialized local
13971: structures. notably ^hash.foreach now inserts delimiters
13972: properly [were inserting it before first body]
13973:
13974: 2003-06-24 paf
13975:
13976: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13977:
13978: 2003-06-20 paf
13979:
13980: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13981: src/main/pa_globals.C: introducing
13982: $f[^file::load[binary;http://...]] $f.tables
13983:
13984: 2003-06-06 paf
13985:
13986: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13987: table. [were method lookup: inconsistent]
13988:
13989: 2003-06-02 paf
13990:
13991: * src/include/pa_memory.h: empty string clone fixed to return
13992: writable memory
13993:
13994: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13995: were not appended] which violated string invariant
13996:
13997: 2003-05-30 paf
13998:
13999: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14000: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14001:
14002: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14003: GMT ; RFC 822, updated by RFC 1123
14004:
14005: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14006: targets/isapi/parser3isapi.C: initialized request_info properly
14007:
14008: * src/classes/xnode.C: found minor bug, commended for future
14009:
14010: 2003-05-28 paf
14011:
14012: * src/classes/form.C: request_info.content_length can't be <0,
14013: size_t for some time
14014:
14015: 2003-05-26 paf
14016:
14017: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14018: forgotten <0 changed to !=STRING_NOT_FOUND
14019:
14020: * src/classes/math.C: merged ffffu from HEAD
14021:
14022: 2003-05-11 paf
14023:
14024: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14025:
14026: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14027: premature doc free. transformed document had xmlDoc reference
14028: stored to non-gc-memory (libgdome) added holding-reference
14029:
14030: 2003-04-29 paf
14031:
14032: * src/main/pa_globals.C: started digging on double free. on win32
14033: found that that's perfectly normal.
14034:
14035: 2003-04-25 paf
14036:
14037: * src/classes/table.C: table.join bug fix [bad limit check]
14038:
14039: * src/classes/math.C: merged from HEAD: simpiler hash_string
14040:
14041: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14042: print anything. changed to quicker and simplier code
14043:
14044: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14045: strict a check]
14046:
14047: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14048:
14049: 2003-04-24 paf
14050:
14051: * src/include/pa_table.h: too strict assert loosened
14052:
14053: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14054: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14055: report
14056:
14057: 2003-04-21 paf
14058:
1.116 moko 14059: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14060:
14061: * src/main/pa_globals.C: pcre memory management changed to use GC
14062: memory
14063:
14064: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14065: xmlMallocAtomic [author agreed to my suggestion], used that
14066:
14067: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14068:
14069: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14070: types/pa_vmail.C: attributed_meaning_to_string added
14071: L_UNSPECIFIED piece which was sortof OK, but violated string
14072: invariant [assertion barked on that] changed to L_PASS_APPEND,
14073: made that param obligatory
14074:
14075: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14076: fixed [assert helped]
14077:
14078: * src/include/pa_string.h: assert added [looking for bug]
14079:
14080: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14081: names on Win32 considered disk-global
14082:
14083: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14084: considered disk-global
14085:
14086: 2003-04-18 paf
14087:
14088: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14089: filenames
14090:
14091: * src/main/untaint.C: enabled '~' letter in filenames
14092:
14093: 2003-04-16 paf
14094:
14095: * src/classes/file.C: small bug introduced in autoptr times fixed
14096:
14097: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14098: HEAD
14099:
1.116 moko 14100: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14101:
14102: 2003-04-15 paf
14103:
14104: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14105: src/lib/md5/pa_md5c.c, tests/141.html,
14106: tests/results/141.processed: merged from head ^math:uuid[]
14107: ^math:uid64[] ^math:md5[string]
14108:
14109: test added: 141.html
14110:
14111: * operators.txt, src/classes/math.C: ^math:uid64[]
14112:
14113: * src/classes/math.C: ^math:uuid[]
14114:
14115: * operators.txt, src/classes/math.C: ^math:uuid[]
14116:
14117: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14118: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14119:
14120: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14121: src/include/pa_config_fixed.h, src/main/pa_common.C:
14122: ^file::load[mode;name; $.offset $.limit
14123:
14124: 2003-04-14 paf
14125:
14126: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14127: started ^math:md5
14128:
14129: * src/classes/table.C, src/include/pa_array.h,
14130: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14131: tests/results/140.processed: table $.reverse option works in
14132: create&co table $.distinct[tables] bug fix merged
14133:
14134: * src/: classes/table.C, include/pa_table.h: table
14135: $.distinct[tables] bug fixed
14136:
14137: * src/classes/table.C: more warnings
14138:
14139: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14140: removed checks in table::set_current, moved them back to
14141: table::locate implemented table::create/join ñ $.reverse
14142:
14143: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14144: removed checks in table::set_current, moved them back to
14145: table::locate
14146:
14147: 2003-04-11 paf
14148:
14149: * operators.txt, src/classes/date.C, src/classes/table.C,
14150: src/include/pa_array.h, src/include/pa_common.h,
14151: src/include/pa_config_includes.h, src/include/pa_string.h,
14152: src/include/pa_table.h, src/main/pa_request.C,
14153: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14154: src/main/pa_table.C: merged from HEAD from
14155: before_append_array_limit_sense_change to
14156: after_append_array_limit_sense_change
14157:
14158: * src/classes/table.C: typo
14159:
14160: * operators.txt, src/classes/date.C, src/classes/table.C,
14161: src/include/pa_array.h, src/include/pa_common.h,
14162: src/include/pa_config_includes.h, src/include/pa_globals.h,
14163: src/include/pa_table.h, src/main/pa_array.C,
14164: src/main/pa_globals.C, src/main/pa_request.C,
14165: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14166: src/main/pa_table.C: append_array_limit_sense_change locate
14167: accepts options same as create new option: $.reverse(1) [do not
14168: work in table::create]
14169:
14170: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14171: (stat xxx,
14172:
14173: * src/classes/: table.C: typo
14174:
14175: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14176: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14177: results/130.processed, results/131.processed,
14178: results/132.processed, results/133.processed,
14179: results/134.processed, results/135.processed,
14180: results/136.processed, results/137.processed,
14181: results/138.processed, results/139.processed: added few mustfail
14182: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14183: date/time 132.html mustfail: access to junction outside of
14184: context 133.html mustfail: access to junction outside of context,
14185: case version 134.html mustfail: hash: adding a key inside of
14186: foreach 135.html mustfail: modifying system class 136.html
14187: mustfail: $.name outside of $hash[here] 137.html mustfail:
14188: appendChild without import 138.html mustfail: invalid encoding
14189: inside of xml 139.html mustfail: bad XPath
14190:
14191: * operators.txt, src/classes/table.C, tests/084.html,
14192: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14193: tests/129.html, tests/results/125.processed,
14194: tests/results/126.processed, tests/results/127.processed,
14195: tests/results/128.processed, tests/results/129.processed: merged
14196: from HEAD ^table.hash[key][$.distinct[tables]]
14197:
14198: maked appropriate tests [changed one old nonconforming]
14199:
14200: * operators.txt, src/classes/table.C:
14201: ^table.hash[key][$.distinct[tables]]
14202:
14203: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14204: merged fix for found very old xml (dom) bug: were passing
14205: domString objects and later ERROREOUSLY freed them
14206:
14207: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14208: src/main/pa_charset.C: re-added libgdome patch. regretfully
14209: libgdome bug can not be worked around
14210:
14211: 2003-04-10 paf
14212:
14213: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14214: found very old xml (dom) bug: were passing domString objects and
14215: later ERROREOUSLY freed them
14216:
14217: * src/doc/string.dox, src/include/pa_memory.h,
14218: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14219: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14220: tests/123.html, tests/124.html, tests/results/001.processed,
14221: tests/results/002.processed, tests/results/003.processed,
14222: tests/results/004.processed, tests/results/005.processed,
14223: tests/results/006.processed, tests/results/008.processed,
14224: tests/results/009.processed, tests/results/010.processed,
14225: tests/results/011.processed, tests/results/012.processed,
14226: tests/results/013.processed, tests/results/014.processed,
14227: tests/results/015.processed, tests/results/016.processed,
14228: tests/results/017.processed, tests/results/018.processed,
14229: tests/results/020.processed, tests/results/021.processed,
14230: tests/results/022.processed, tests/results/023.processed,
14231: tests/results/024.processed, tests/results/025.processed,
14232: tests/results/026.processed, tests/results/027.processed,
14233: tests/results/028.processed, tests/results/029.processed,
14234: tests/results/030.processed, tests/results/031.processed,
14235: tests/results/032.processed, tests/results/033.processed,
14236: tests/results/034.processed, tests/results/035.processed,
14237: tests/results/036.processed, tests/results/037.processed,
14238: tests/results/038.processed, tests/results/039.processed,
14239: tests/results/040.processed, tests/results/041.processed,
14240: tests/results/042.processed, tests/results/043.processed,
14241: tests/results/044.processed, tests/results/045.processed,
14242: tests/results/046.processed, tests/results/047.processed,
14243: tests/results/048.processed, tests/results/049.processed,
14244: tests/results/050.processed, tests/results/051.processed,
14245: tests/results/052.processed, tests/results/053.processed,
14246: tests/results/054.processed, tests/results/055.processed,
14247: tests/results/056.processed, tests/results/057.processed,
14248: tests/results/058.processed, tests/results/059.processed,
14249: tests/results/060.processed, tests/results/061.processed,
14250: tests/results/062.processed, tests/results/063.processed,
14251: tests/results/064.processed, tests/results/065.processed,
14252: tests/results/066.processed, tests/results/067.processed,
14253: tests/results/068.processed, tests/results/069.processed,
14254: tests/results/070.processed, tests/results/071.processed,
14255: tests/results/072.processed, tests/results/073.processed,
14256: tests/results/074.processed, tests/results/075.processed,
14257: tests/results/076.processed, tests/results/077.processed,
14258: tests/results/078.processed, tests/results/079.processed,
14259: tests/results/080.processed, tests/results/081.processed,
14260: tests/results/082.processed, tests/results/083.processed,
14261: tests/results/084.processed, tests/results/085.processed,
14262: tests/results/086.processed, tests/results/087.processed,
14263: tests/results/088.processed, tests/results/089.processed,
14264: tests/results/090.processed, tests/results/091.processed,
14265: tests/results/092.processed, tests/results/093.processed,
14266: tests/results/094.processed, tests/results/095.processed,
14267: tests/results/096.processed, tests/results/097.processed,
14268: tests/results/101.processed, tests/results/102.processed,
14269: tests/results/104.processed, tests/results/105.processed,
14270: tests/results/106.processed, tests/results/107.processed,
14271: tests/results/108.processed, tests/results/109.processed,
14272: tests/results/110.processed, tests/results/111.processed,
14273: tests/results/112.processed, tests/results/113.processed,
14274: tests/results/114.processed, tests/results/115.processed,
14275: tests/results/116.processed, tests/results/117.processed,
14276: tests/results/118.processed, tests/results/119.processed,
14277: tests/results/120.processed, tests/results/121.processed,
14278: tests/results/122.processed, tests/results/123.processed,
14279: tests/results/124.processed: new convention: char* never 0.
14280: assert in cord on that
14281:
14282: * src/main/pa_charset.C: couple more asserts
14283:
14284: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14285: speedup
14286:
14287: * src/main/pa_charset.C: couple assertions on fantastic situations
14288: added [may be those is the case now?]
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: bugfix on memory buffer overrun [but
14295: that's memory from gc_malloc, not from g_malloc :(, but would
14296: hope]
14297:
14298: * src/main/pa_charset.C: checked custom malloc for returning 0
14299:
14300: 2003-04-09 paf
14301:
14302: * src/classes/date.C: merged ^date.roll changes
14303:
14304: * src/classes/date.C: ^date.roll bug fix
14305:
14306: * src/classes/date.C: ^date.roll now throws less errors: month
14307: shifts handles end of month situation by reducing day number
14308: hour-hole shift reduces hour to recover
14309:
14310: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14311: Sort by function time
14312:
14313: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14314: http:// $.charset[] param done
14315:
14316: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14317: added [after volatile fix. passes on win&intel-solaris]
14318:
14319: 2003-04-08 paf
14320:
14321: * src/: classes/file.C, classes/op.C, classes/table.C,
14322: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14323: include/pa_common.h, include/pa_request_charsets.h,
14324: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14325: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14326: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14327: types/pa_vresponse.C: started http:// $.charset[] param and
14328: http response charset detection just compiled. todo:test
14329:
14330: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14331:
14332: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14333: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14334: types/pa_vmail.C: changed transcode param converntion along with
14335: string creating convention -- all strings are zero-terminated,
14336: this allowed to fix one remaining String("123", 2) case
14337:
14338: * src/: classes/date.C, classes/file.C, classes/hash.C,
14339: classes/op.C, classes/string.C, classes/table.C,
14340: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14341: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14342: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14343: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14344: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14345: violated String::invariant. started fixing [not compiled now]
14346:
14347: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14348: main/compile.tab.C, main/compile.y, main/pa_string.C,
14349: main/untaint.C, targets/cgi/parser3.C: number of string style
14350: improvements & optimizations
14351:
14352: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14353: :(]
14354:
14355: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14356: [for it's a pointer really]
14357:
14358: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14359: 'n' param. worked that around
14360:
14361: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14362: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14363: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14364: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14365: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14366:
14367: Thanks for the bug report and patch.
14368:
14369: I hadn't looked at this code in a while. Reading it now, it
14370: seems to me that the tests should also be ">= MAX_DEPTH" to
14371: comply with the invariant, though that may not matter a lot. I
14372: changed that, too.
14373:
14374: Hans
14375:
14376: 2003-04-07 paf
14377:
14378: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14379: merged from head:safe mode error message now includes numbers
14380:
14381: * src/main/execute.C: n-th attempt to make a=a work with double.
14382: problem: as_double returns it's result in fp-register compiler
14383: optimizes access to that register after b->as_double, and just
14384: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14385: from memory. _SAME_ double values do not match here. when
14386: forced to REload fp-register, values do match.
14387:
14388: tried to make them volatile.
14389:
14390: * src/main/execute.C: n-th attempt to make a=a work with double.
14391: problem: as_double returns it's result in fp-register compiler
14392: optimizes access to that register after b->as_double, and just
14393: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14394: from memory. _SAME_ double values do not match here. when
14395: forced to REload fp-register, values do match.
14396:
14397: tried to make them volatile.
14398:
14399: * src/types/pa_vobject.h: small style change
14400:
14401: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14402:
14403: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14404: mode error message now includes numbers
14405:
14406: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14407: now causes death
14408:
14409: 2003-04-04 paf
14410:
14411: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14412: incorportated pa_exec patch by From: "Victor Fedoseev"
14413: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14414: Sent: Thursday, January 23, 2003 9:14 AM
14415:
14416: huge speedup on ^file::cgi with big result
14417:
14418: * src/classes/table.C: sort table with 0 rows bug fixed
14419:
14420: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14421: fix http://i2/tasks/edit/?id=4493701604654042676
14422:
14423: @main[] $with_default[ $.a[1] $._default[default from
14424: with_default] ] ^show[$with_default]
14425:
14426: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14427: =$to_add_to.xxx=<br>
14428:
14429: ^show[$to_add_to]
14430:
14431: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14432: ^show[$cloned]
14433:
14434: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14435:
14436: } <hr>
14437:
14438: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14439: http://i2/tasks/edit/?id=4493701604654042676
14440:
14441: @main[] $with_default[ $.a[1] $._default[default from
14442: with_default] ] ^show[$with_default]
14443:
14444: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14445: =$to_add_to.xxx=<br>
14446:
14447: ^show[$to_add_to]
14448:
14449: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14450: ^show[$cloned]
14451:
14452: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14453:
14454: } <hr>
14455:
14456: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14457: http://i2/tasks/edit/?id=4507350336410850921
14458:
14459: * src/classes/xdoc.C: memory allocation func bugfix
14460: http://i2/tasks/edit/?id=4499303470368629745
14461:
14462: * src/classes/math.C: allowed random 1...
14463:
14464: * src/classes/math.C: allowed random 0..
14465:
14466: * src/main/pa_globals.C: exif mem leak
14467: http://i2/tasks/edit/?id=4480590323629807263
14468:
14469: * src/: classes/classes.dsp, main/main.dsp,
14470: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14471: fix http://i2/tasks/edit/?id=4493946731322521294
14472: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14473:
14474: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14475: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14476: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14477: links to xml libs made relative, no need to unpack parser3project
14478: to /parser3project.
14479:
14480: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14481: column more precise - tab handling bug fixed
14482:
14483: * src/main/: compile.tab.C, compile.y: more understandable error
14484: message in case @CLASS with more then one line inside
14485:
14486: * src/targets/cgi/parser3.C: more understandable error message in
14487: case of errors in @unhandled_exception
14488:
14489: 2003-04-03 paf
14490:
14491: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14492: src/main/compile.tab.C, src/main/compile.y,
14493: src/main/compile_tools.C, src/main/compile_tools.h,
14494: src/main/execute.C, src/main/pa_request.C: debug info format
14495: simplified, now it's: OP_VALUE Operation::Origin << here value*
14496:
14497: higher limits: file number (max: 255) line number (max:
14498: 64535) column number (max: 255)
14499:
14500: * src/classes/math.C: top limit
14501:
14502: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14503: precise parse error position in case of
14504:
14505: ^bug ]
14506:
14507: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14508: changed to realities, and passed [bug fixed]
14509:
14510: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14511: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14512: main/compile_tools.h, main/pa_request.C: introducing
14513: ^process...[main-method-alias]
14514:
14515: * src/: classes/date.C, classes/image.C, classes/op.C,
14516: classes/string.C, classes/table.C, classes/xdoc.C,
14517: types/pa_vmethod_frame.h: MethodParams& now [methods without
14518: params receive zero reference, but they are expected not to look
14519: there]
14520:
14521: * operators.txt, src/classes/date.C, src/classes/double.C,
14522: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14523: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14524: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14525: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14526: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14527: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14528: [methods without params receive zero reference, but they are
14529: expected not to look there]
14530:
14531: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14532: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14533: ^process...[filename] useful for better error reporting
14534: [file/line/col]
14535:
14536: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14537: types/pa_vstring.h: slightly improved error messages text: 1. is
14538: '%s', it 2. method undefined in case of ^void[]
14539:
14540: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14541: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14542: handling done. now we have error columns todo: test it
14543:
14544: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14545: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14546:
14547: this makes life easier: were: bad stack order -- were in
14548: exception catch unwind order, which didn't match execution order
14549:
14550: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14551:
14552: @first[] ^throw[a;1]
14553:
14554: showed throw a first throw b try
14555:
14556: which is no good
14557:
14558: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14559: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14560: trace reset after handled exception [old bug fixed]
14561:
14562: * src/main/: compile.tab.C, compile.y: parse position old bug
14563: fixed. position reporting made precise [both, in parse erros and
14564: runtime errors]
14565:
14566: 2003-04-02 paf
14567:
14568: * src/: include/pa_operation.h, include/pa_request.h,
14569: main/compile.C, main/compile.tab.C, main/compile.y,
14570: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14571: main/pa_exception.C, main/pa_request.C: debug info: started
14572: using. todo:complete
14573:
14574: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14575: main/compile.C, main/compile.tab.C, main/compile.y,
14576: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14577: main/pa_request.C: prepared debug info todo:use it
14578:
14579: * src/include/pa_operation.h: strange mistake fixed: forgot to
14580: return Operation class->union after switching from autoptrs.
14581:
14582: * tests/: Makefile, results/108.processed, results/117.processed:
14583: meta considered OK [it's up to coder now to remove it not needed]
14584:
14585: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14586: Dictionary constructor when moved to gc]
14587:
14588: * src/main/pa_common.C: uncommented http:// file loading
14589:
14590: * src/include/pa_array.h, src/main/execute.C,
14591: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14592: fix [gdGrowingBuf]
14593:
14594: * configure.in, src/lib/Makefile.am: removed patches
14595:
14596: * configure, src/include/pa_config_auto.h.in,
14597: src/main/pa_charset.C: --enable-assertions autoconf-ed
14598:
14599: * src/main/pa_common.C: uncommented http:// file loading
14600:
14601: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14602: xdoc::create/load
14603:
14604: * src/: classes/form.C, classes/hash.C, classes/image.C,
14605: classes/string.C, classes/table.C, classes/void.C,
14606: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14607: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14608: String::String(str,helper_length) are checked. found/fixed one
14609: place: $request:body now zero-terminated,
14610:
14611: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14612: main/compile_tools.C, main/execute.C, types/pa_value.h,
14613: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14614: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14615: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14616: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14617: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14618: types/pa_vxnode.h: more locally scoped vars in execute (more
14619: easily optimizable)
14620:
14621: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14622: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14623:
14624: * src/: include/pa_array.h, include/pa_stack.h,
14625: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14626: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14627: become assertion iterator in methodframe filler
14628:
14629: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14630: targets/cgi/parser3.C: array::get/put inlined
14631:
14632: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14633: gc_substitute_memory_management_functions +installed CORD_oom
14634: function
14635:
14636: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14637: src/include/pa_config_includes.h, src/include/pa_string.h,
14638: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14639: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14640: assertions started configure.in --enable-assertions
14641:
14642: 2003-04-01 paf
14643:
14644: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14645: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14646: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14647: gdome uses glib memory, and stores last pointer to xmlDoc there,
14648: gc misses that and collects valid memory fixed by remembering
14649: xmlDoc from dom object in xdoc. todo: do something with
14650: premature free of xdoc with xnodes/node values referring into it
14651:
14652: * src/classes/: mail.C: typo fix
14653:
14654: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14655: changes
14656:
14657: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14658: main/pa_memory.C: moved memory debugging to global level: to
14659: pa_gc_malloc
14660:
14661: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14662: debugging showed no errors. todo: debug parser memory
14663:
14664: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14665: configurations
14666:
14667: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14668: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14669: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14670: types/types.dsp: prepared xml-static configuration
14671:
14672: 2003-03-31 paf
14673:
14674: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14675: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14676: xml lib memory debugging, simple checks failed: it seems that
14677: library does realloc(bad ptr), and recording those ptrs in heap
14678: [for debugging] was bad: heap situation changes = everything
14679: works fine
14680:
14681: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14682: xmlRegisterCharEncodingHandler limitation [currently imposed
14683: limit of 10 user-defined charsets]
14684:
14685: 2003-03-28 paf
14686:
14687: * src/main/execute.C: execution stack copied to local register
14688: variable, removed lots [~2e7) of memory accesses
14689:
14690: 2003-03-27 paf
14691:
14692: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14693: works in debug, but fails in release todo: fix that
14694:
14695: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14696: targets/cgi/parser3.C: forgot to merge XML memory funcs
14697: replacement from gc branch
14698:
14699: * src/main/pa_exec.C: introducing append_help_length [radical
14700: improvement here]
14701:
14702: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14703: 'not recommened' in gc.h, on win32 noticed no difference]
14704:
14705: * src/include/pa_array.h: returned checked array get [were disabled
14706: for debugging] result:not slower [don't understand that, it were
14707: INLINED] todo: find out a way of inlining it!
14708:
14709: * src/: include/pa_string.h, lib/gc/include/gc.h,
14710: lib/gc/include/gc_fake.h, main/compile.tab.C,
14711: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14712: convention changed: all resulting strings are zero-terminated
14713:
14714: * src/: classes/date.C, classes/file.C, classes/hash.C,
14715: classes/string.C, classes/table.C, classes/void.C,
14716: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14717: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14718: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14719: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14720: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14721: types/pa_vfile.C, types/pa_vmail.C: introducing
14722: append_help_length [radical improvement here]
14723:
14724: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14725: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14726: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14727: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14728: even slower
14729:
14730: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14731: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14732: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14733: clients of &get(): most to use non-ref version, some[in tight
14734: places] to get_unchecked_ref
14735:
14736: * src/doc/memory.dox: forgot to add
14737:
14738: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14739: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14740: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14741: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14742: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14743: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14744: targets/cgi/parser3.dsp, types/pa_vmail.C,
14745: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14746: T>>&<< removed after Stack::pop wiping removed [moved to separate
14747: func] other Array & removed
14748:
14749: 2003-03-26 paf
14750:
14751: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14752: classes/table.C, include/pa_array.h, include/pa_charset.h,
14753: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14754: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14755: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14756: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14757: main/pa_exec.C, main/pa_sql_driver_manager.C,
14758: main/pa_stylesheet_manager.C, main/pa_table.C,
14759: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14760: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14761: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14762: pre-evaluated .count() in some places
14763:
14764: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14765: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14766: types/types.dsp: .dsp profiling updated
14767:
14768: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14769: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14770: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14771:
14772: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14773: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14774: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14775: use lib/gc,lib/cord
14776:
1.116 moko 14777: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14778: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14779: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14780: src/include/pa_config_includes.h, src/include/pa_request.h,
14781: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14782: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14783: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14784: src/lib/cord/include/Makefile.am,
1.116 moko 14785: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14786: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14787: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14788: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14789: src/types/pa_vform.h, src/types/pa_vhash.h,
14790: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14791: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14792: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14793: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14794: funcs ported pa_exec
1.95 moko 14795:
14796: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14797:
14798: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14799: bundled gc includes
14800:
14801: * src/: classes/op.C, include/pa_array.h,
14802: include/pa_sql_connection.h, include/pa_string.h,
14803: include/pa_version.h, main/compile.tab.C, main/compile.y,
14804: main/execute.C, main/pa_common.C, main/pa_exception.C,
14805: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14806: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14807: first real site (aval)]
14808:
14809: 2003-03-25 paf
14810:
14811: * operators.txt, src/main/pa_sql_driver_manager.C,
14812: src/types/pa_vstatus.C: $status.memory used free since_compact
14813: process
14814:
14815: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14816: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14817:
14818: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14819:
14820: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14821: src/types/pa_value.h, src/types/pa_vfile.h,
14822: src/types/pa_vobject.C, src/types/pa_vobject.h,
14823: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14824: tests/results/121.processed: untaint.C L_URI
14825:
14826: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14827: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14828: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14829: src/types/pa_vmemory.h: ^memory:compact[]
14830:
14831: * tests/results/109.processed: it was a bug in parser. updated 109
14832: test result
14833:
14834: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14835:
14836: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14837: tests/results/107.processed: fixed dom language [values are now
14838: considered tainted. it was a bug in parser. updated 107 test
14839: result
14840:
14841: * src/classes/xdoc.C: fixed transform params
14842:
14843: * src/: include/pa_stylesheet_manager.h,
14844: main/pa_stylesheet_manager.C: fixed stylesheet caching
14845:
14846: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14847: overloads for structure handling
14848:
14849: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14850: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14851: StringBody(0) ambiguilty, introducting static
14852: StringBody::Format(int)
14853:
14854: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14855: linked
14856:
14857: * src/types/pa_vxdoc.C: vxdoc compiled
14858:
14859: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14860: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14861: finalizers isntalled
14862:
14863: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14864: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14865: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14866: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14867: compiled todo: xnode.C / finalizers
14868:
14869: * src/doc/string.dox: updated: new string internals
14870:
14871: 2003-03-24 paf
14872:
14873: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14874: include/pa_charset.h, include/pa_config_fixed.h,
14875: include/pa_request.h, include/pa_stylesheet_connection.h,
14876: include/pa_stylesheet_manager.h, main/pa_charset.C,
14877: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14878: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14879: types/pa_vxnode.h: started XML
14880:
14881: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14882:
14883: * src/: classes/file.C, classes/image.C, classes/mail.C,
14884: include/pa_string.h, main/pa_common.C,
14885: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14886:
14887: * src/: classes/file.C, classes/image.C, classes/mail.C,
14888: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14889: main/pa_request.C, main/pa_sql_driver_manager.C,
14890: types/pa_vimage.h: size_t pos everywhere checks changed to check
14891: for eq STRING_NOT_FOUND
14892:
14893: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14894: optimize bit implemented
14895:
14896: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14897: String::ArrayFragment::append_positions fixed
14898:
14899: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14900: String::this_starts fixed
14901:
14902: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14903:
14904: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14905: hashcode implemented fully, including per-char callback [it can
14906: be - substr CORD node]
14907:
14908: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14909: rewritten to rewalloc with 100byte buf ahead
14910:
14911: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14912: src/include/pa_string.h, src/main/compile.tab.C,
14913: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14914: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14915: CORD_ec [bad] would rewrite as realloc now
14916:
14917: * src/: classes/date.C, classes/file.C, classes/form.C,
14918: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14919: include/pa_cache_managers.h, include/pa_charsets.h,
14920: include/pa_common.h, include/pa_request.h,
14921: include/pa_sql_driver_manager.h, include/pa_table.h,
14922: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14923: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14924: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14925: types/pa_vmail.C, types/pa_vmethod_frame.C,
14926: types/pa_vstateless_class.h: 2*2 worked :)
14927:
14928: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14929: src/include/pa_exec.h, src/include/pa_string.h,
14930: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14931: passed OK
14932:
14933: * src/: classes/hash.C, classes/string.C, classes/table.C,
14934: types/pa_value.C: all linked todo: debug
14935:
14936: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14937: types/pa_vstateless_class.C: all compiled. todo:link
14938:
14939: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14940:
14941: * src/types/pa_vtable.C: pa_vtable.C compiled
14942:
14943: * src/types/pa_vstring.C: pa_vstring.C compiled
14944:
14945: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14946:
14947: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14948: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14949: pa_vstateless_class.C, pa_vstateless_class.h:
14950: pa_vstateless_class.C compiled
14951:
14952: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14953: types/pa_vmath.C: pa_vmail.C compiled
14954:
14955: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14956:
14957: * src/types/pa_vform.C: pa_vform.C compiled
14958:
14959: * src/types/pa_vfile.C: pa_vfile.C compiled
14960:
14961: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14962: pa_vstateless_class.C: pa_vcookie.C compiled
14963:
14964: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14965: types/pa_vhash.h: pa_value.C compiled
14966:
14967: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14968: classes.lib main.lib compiled
14969:
14970: * src/classes/void.C: void.C compiled
14971:
14972: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14973: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14974: compiled
14975:
14976: * src/: classes/string.C, include/pa_request.h,
14977: include/pa_string.h, main/pa_string.C: string.C compiled
14978:
14979: * src/: classes/op.C, classes/string.C, classes/table.C,
14980: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14981: main/pa_request.C, main/pa_string.C: op.C compiled
14982:
14983: * src/classes/: math.C, op.C: math.C compiled
14984:
14985: * src/: classes/mail.C, classes/string.C, classes/table.C,
14986: types/pa_vmail.h: mail.C compiled
14987:
14988: * src/classes/: int.C, table.C: int.C compiled
14989:
14990: * src/: classes/hash.C, classes/image.C, classes/string.C,
14991: classes/table.C, include/pa_memory.h, include/pa_string.h,
14992: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14993: compiled
14994:
14995: * src/: classes/hash.C, classes/string.C, classes/table.C,
14996: classes/void.C, classes/xdoc.C, include/pa_request.h,
14997: include/pa_sql_connection.h: hash.C compiled
14998:
14999: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15000: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15001: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15002: classes/math.C, classes/op.C, classes/response.C,
15003: classes/string.C, classes/table.C, classes/void.C,
15004: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15005: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15006: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15007: file.C table.C compiled
15008:
15009: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15010: main/untaint.C: main.lib compiled
15011:
15012: 2003-03-21 paf
15013:
15014: * src/: classes/op.C, include/pa_cache_managers.h,
15015: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15016: include/pa_stylesheet_manager.h, main/pa_exception.C,
15017: main/pa_globals.C, main/pa_sql_driver_manager.C,
15018: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15019: compiled
15020:
15021: * src/: classes/hash.C, classes/image.C, classes/op.C,
15022: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15023: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15024: main/compile.C, main/pa_common.C, main/pa_request.C,
15025: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15026: pa_request.C compiled
15027:
15028: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15029: include/pa_request.h, main/execute.C, main/pa_request.C,
15030: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15031: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15032: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15033: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15034: compiled
15035:
15036: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15037: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15038: on unix
15039:
15040: * src/: include/pa_charset.h, include/pa_charsets.h,
15041: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15042: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15043: pa_charsets.C compiled
15044:
15045: * src/: classes/image.C, classes/mail.C, classes/op.C,
15046: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15047: main/compile.y, main/execute.C, main/pa_common.C,
15048: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15049: types/pa_vcode_frame.h, types/pa_vimage.h,
15050: types/pa_vmethod_frame.h: execute.C compiled
15051:
15052: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15053: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15054: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15055: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15056: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15057: include/pa_cache_managers.h, include/pa_charsets.h,
15058: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15059: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15060: include/pa_sql_driver_manager.h, include/pa_string.h,
15061: include/pa_stylesheet_connection.h,
15062: include/pa_stylesheet_manager.h, include/pa_table.h,
15063: main/compile.C, main/compile.tab.C, main/compile.y,
15064: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15065: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15066: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15067: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15068: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15069: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15070: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15071: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15072: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15073: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15074: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15075: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15076: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15077: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15078: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15079: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15080: types/pa_vresponse.h, types/pa_vstateless_class.C,
15081: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15082: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15083: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15084: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15085: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15086: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15087: [C++ CORD wrapper]
15088:
15089: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15090:
15091: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15092: $file::exec/cgi[script; $.charset[this is script's charset]
15093:
15094: command line, env values, input got transcoded before call
15095: stdout, stderr got transcoded after call
15096:
15097: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15098: by default. use: ^file::exec[...;$.stdin[$request.body]
15099:
15100: * src/main/pa_common.C: } typo bug fix
15101:
15102: * src/main/pa_common.C: } typo bug fix
15103:
15104: 2003-03-20 paf
15105:
15106: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15107: main/untaint.C: cord bug fix, but still errors todo: clear out
15108:
15109: * src/include/pa_string.h: more tests
15110:
15111: * src/main/pa_string.C: string.pos fixed
15112:
1.116 moko 15113: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15114: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15115: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15116: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15117: replaces
1.95 moko 15118:
15119: * src/: classes/image.C, include/pa_dictionary.h,
15120: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15121: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15122: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15123: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15124:
15125: * src/include/pa_string.h: warning
15126:
15127: * src/include/pa_string.h: this_starts fixed
15128:
15129: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15130: new String ctor & append params convention
15131:
15132: * src/: classes/file.C, classes/hash.C, classes/image.C,
15133: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15134: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15135: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15136: main/pa_exception.C, main/pa_exec.C,
15137: main/pa_sql_driver_manager.C, main/pa_string.C,
15138: main/pa_stylesheet_manager.C, main/untaint.C,
15139: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15140: types/pa_vmail.C: more tests OK
15141:
15142: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15143: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15144: gc/exit runned OK
15145:
15146: * src/types/pa_vmail.C: another naming problem: should not name
15147: vars like that: unpredictable close caused problems with later
15148: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15149: descriptors missing on startup: stdin; Bad file number
15150:
15151: todo: find out why so many filters(stream) here. probably wrong?
15152:
15153: * src/: include/pa_dictionary.h, include/pa_string.h,
15154: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15155: main/untaint.C: test compiled
15156:
15157: * src/: classes/image.C, classes/mail.C, classes/math.C,
15158: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15159: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15160: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15161: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15162: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15163: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15164: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15165: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15166: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15167:
15168: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15169: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15170: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15171: src/include/pa_memory.h, src/include/pa_request.h,
15172: src/include/pa_request_charsets.h,
15173: src/include/pa_sql_connection.h, src/include/pa_string.h,
15174: src/main/compile.tab.C, src/main/execute.C,
15175: src/main/pa_charset.C, src/main/pa_common.C,
15176: src/main/pa_exception.C, src/main/pa_exec.C,
15177: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15178: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15179: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15180: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15181: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15182: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15183: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15184: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15185: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15186: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15187: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15188: pa_common.C [done, without http for now]
15189:
15190: 2003-03-19 paf
15191:
15192: * src/: classes/date.C, classes/form.C, classes/hash.C,
15193: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15194: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15195: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15196: include/pa_string.h, include/pa_table.h, main/compile.C,
15197: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15198: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15199: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15200: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15201: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15202: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15203: types/pa_vstateless_class.h, types/pa_vtable.C,
15204: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15205: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15206: types/pa_wwrapper.h: started test
15207:
1.116 moko 15208: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15209: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15210:
15211: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15212: include/pa_string.h, main/pa_string.C: string compiled todo: test
15213: it
15214:
15215: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15216: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15217: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15218: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15219: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15220: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15221: types/pa_vmethod_frame.h, types/types.dsp: string
15222: reimplementation with cord+array<fragment>: 70%
15223:
15224: 2003-03-18 paf
15225:
15226: * src/: classes/date.C, classes/file.C, classes/form.C,
15227: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15228: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15229: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15230: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15231: can ignore lang in cmp and pos really, but would
15232: split properly!
15233:
15234: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15235: cord part made parser/src/lib: it's not compiled into libgc by
15236: default
15237:
15238: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15239: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15240: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15241: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15242: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15243: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15244: src/classes/xnode.C, src/classes/xnode.h,
15245: src/include/Makefile.am, src/include/pa_cache_managers.h,
15246: src/include/pa_charset.h, src/include/pa_charsets.h,
15247: src/include/pa_common.h, src/include/pa_dictionary.h,
15248: src/include/pa_exception.h, src/include/pa_exec.h,
15249: src/include/pa_globals.h, src/include/pa_hash.h,
15250: src/include/pa_memory.h, src/include/pa_pool.h,
15251: src/include/pa_request.h, src/include/pa_request_charsets.h,
15252: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15253: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15254: src/include/pa_stylesheet_connection.h,
15255: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15256: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15257: src/main/compile.C, src/main/compile.tab.C,
15258: src/main/compile_tools.C, src/main/compile_tools.h,
15259: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15260: src/main/pa_charsets.C, src/main/pa_common.C,
15261: src/main/pa_dictionary.C, src/main/pa_exception.C,
15262: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15263: src/main/pa_pool.C, src/main/pa_request.C,
15264: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15265: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15266: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15267: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15268: src/types/pa_junction.h, src/types/pa_method.h,
15269: src/types/pa_value.C, src/types/pa_value.h,
15270: src/types/pa_vclass.C, src/types/pa_vclass.h,
15271: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15272: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15273: src/types/pa_vdouble.h, src/types/pa_venv.h,
15274: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15275: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15276: src/types/pa_vimage.C, src/types/pa_vimage.h,
15277: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15278: src/types/pa_vmath.C, src/types/pa_vmath.h,
15279: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15280: src/types/pa_vobject.C, src/types/pa_vobject.h,
15281: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15282: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15283: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15284: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15285: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15286: src/types/pa_vstring.h, src/types/pa_vtable.C,
15287: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15288: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15289: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15290: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15291: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15292: gc: PA_Object done lots of replacements also
15293:
15294: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15295: gc logging
15296:
15297: 2003-03-17 paf
15298:
15299: * src/: classes/date.C, classes/file.C, classes/form.C,
15300: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15301: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15302: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15303: include/pa_string.h, include/pa_types.h, main/compile.C,
15304: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15305: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15306: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15307: main/pa_sql_driver_manager.C, main/pa_string.C,
15308: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15309: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15310: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15311: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15312: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15313: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15314: types/pa_vxnode.h: libgc attempt
15315:
15316: 2003-03-13 paf
15317:
15318: * src/: include/pa_sql_driver_manager.h,
15319: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15320: called
15321:
15322: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15323: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15324: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15325: types/pa_value.h, types/pa_vobject.h,
15326: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15327: set_base, set_derived simplified [counter leaks fixed]
15328:
15329: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15330: src/types/types.dsp: incorporated status class patch From:
15331: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15332: 2003 8:14 AM
15333:
15334: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15335: Win32 specific: QuotaPeakNonPagedPoolUsage
15336: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15337:
15338: 2003-03-12 paf
15339:
1.116 moko 15340: * configure, configure.in, src/lib/ltdl/configure,
15341: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15342: lib/ltdl/Makefile now created by /configure.in only [were by
15343: lib/ltdl/configure.in OVERWRITE]
15344:
1.116 moko 15345: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15346: linkage fixed for g++ 3.2.2
1.95 moko 15347:
15348: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15349: on using privately declared class [fixed]
15350:
15351: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15352: 3.2 rightliy complained on using privately declared class [fixed]
15353:
15354: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15355: sigpipe before request constructor now causes death
15356:
15357: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15358: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15359: not cause exception in exception handler
15360:
1.116 moko 15361: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15362: now default links libstdc++ statically. that can be overriden by
15363: --with-dynamic-stdcpp
1.95 moko 15364:
15365: 2003-03-11 paf
15366:
15367: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15368: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15369: necessity of libstdc++
15370:
15371: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15372:
15373: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15374:
15375: 2003-03-08 paf
15376:
15377: * tests/Makefile: make install & co
15378:
15379: * src/: include/pa_request.h, classes/op.C: removing
15380: vclass,object.h -> pa_request.h dependency
15381:
15382: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15383: main/pa_request.C: removing vform,response,cookie.h ->
15384: pa_request.h dependency
15385:
15386: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15387: dependency [testing...]
15388:
15389: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15390: return 0; fixed
15391:
15392: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15393: types/pa_vmail.h: vmail.C received just compiled [not tested]
15394:
15395: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15396:
15397: * src/main/pa_request.C: forgotten: ifdef XML
15398:
15399: * src/main/pa_request.C: forgotten: ifdef XML
15400:
15401: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15402: win32 and run memleak tests again
15403:
15404: * src/targets/cgi/parser3.C: charsets: see some strange things with
15405: old xml lib-- it's internal memory handling has faults
15406:
15407: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15408: problems when transcode from charset A to A.
15409:
15410: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15411: todo: still problems when transcode from charset A to A.
15412:
15413: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15414: classes/table.C, include/pa_array.h,
15415: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15416: started full-scale-site-test [~ http://parser.ru sources]
15417:
15418: some fixes
15419:
15420: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15421: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15422: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15423: results/110.processed, results/111.processed,
15424: results/112.processed, results/113.processed,
15425: results/114.processed, results/115.processed,
15426: results/116.processed, results/117.processed,
15427: results/118.processed, results/119.processed,
15428: results/120.processed: xml: tests 109 dom create/show 110 xpath
15429: selectSingle 111 xdoc.create from tainted & 112
15430: xdoc.create/output with russian attr value 113 xpath
15431: selectString/Number 114 dom attributes.count 115 xpath selectBool
15432: 116 output media-type change 117 transform by dom stylesheet 118
15433: empty transform result 119 dom setAttribute 120 nbsp letter
15434: output
15435:
15436: =END OF PREPARED XML TESTS=
15437:
15438: 2003-03-07 paf
15439:
15440: * src/classes/xdoc.C, src/include/pa_charset.h,
15441: src/include/pa_stylesheet_connection.h, tests/108.html,
15442: tests/108.xsl, tests/results/108.processed: xml: test 108
15443: transform with params [bugs fixed]
15444:
15445: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15446: from copy/paste bug
15447:
15448: * src/classes/xdoc.C, src/include/pa_charset.h,
15449: src/include/pa_request.h, src/main/execute.C,
15450: src/main/pa_charset.C, src/main/pa_exception.C,
15451: src/main/pa_globals.C, src/main/pa_request.C,
15452: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15453: src/types/pa_vxnode.C, tests/107.html,
15454: tests/results/107.processed: xml: test: 107 bug fixes
15455:
15456: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15457: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15458: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15459:
15460: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15461: string
15462:
15463: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15464: mem alloc functions used for different cases [libxml, libxsl]
15465:
15466: * src/classes/classes.C: fixed: prevent system classes from
15467: modification to lock ALL the classes, not only directly used
15468:
15469: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15470: linked
15471:
15472: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15473:
15474: 2003-03-06 paf
15475:
15476: * src/classes/xdoc.C: xdoc.C 50%
15477:
15478: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15479: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15480: main/pa_globals.C, main/pa_request.C,
15481: main/pa_stylesheet_manager.C: xnode.C compiled
15482:
15483: * src/: include/pa_stylesheet_connection.h,
15484: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15485: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15486:
15487: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15488: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15489: xml: stylesheet&manager STARTED
15490:
15491: * src/: include/pa_globals.h, main/pa_charset.C,
15492: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15493:
15494: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15495: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15496: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15497: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15498: charsets
15499:
15500: * tests/023.html: in some cases it rounded up badly. postponing
15501: solution of that problem, making more simple test
15502:
15503: * tests/: 058_paf2000.png, results/058.processed: .png added with
15504: -kb now
15505:
15506: * src/: include/pa_charset.h, include/pa_charsets.h,
15507: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15508: moved to charsets.C
15509:
15510: 2003-03-05 paf
15511:
15512: * src/classes/string.C, src/include/pa_string.h,
15513: src/main/pa_string.C, tests/105.html,
15514: tests/results/105.processed: String::match bug fixed
15515:
15516: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15517: tests/results/104.processed: ^bpt operator added [does int3 in
15518: debug build on win32]
15519:
15520: * tests/: 057.html, results/057.processed: test bug fixed
15521:
1.116 moko 15522: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15523:
15524: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15525: missing
15526:
1.116 moko 15527: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15528: forgotten files added to Makes
1.95 moko 15529:
15530: * ltmain.sh: ltmain.sh added
15531:
15532: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15533: change undone ;(
15534:
15535: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15536: made static
15537:
15538: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15539: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15540: todo:make linker happy
1.95 moko 15541:
15542: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15543: env param made optional
15544:
15545: 2003-03-04 paf
15546:
15547: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15548: types/pa_vimage.h: number of gcc compiler bugs fixed
15549:
15550: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15551: results/103.processed: tests: 103 image.copy transparence test
15552:
15553: * src/main/execute.C, tests/101.html, tests/102.html,
15554: tests/results/101.processed, tests/results/102.processed: tests:
15555: 101 method/variable name conflict test 102 form fields change
15556: should not not change anything [bug fix]
15557:
15558: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15559: results/099.processed, results/100.processed: tests: 57 date
15560: create 2002: added 99,100 response:body/download
15561:
15562: * src/classes/image.C, tests/098.html, tests/098font.gif,
15563: tests/results/098.processed: test: 98 image font text [bug fixed]
15564:
15565: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15566: tests/results/097.processed: test: 97 file::load http:// [bugs
15567: fixed]
15568:
15569: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15570: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15571: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15572: image EXIF [bug fixed]
15573:
15574: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15575: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15576: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15577: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15578: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15579: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15580: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15581: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15582: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15583: tests/094.html, tests/095.html, tests/results/061.processed,
15584: tests/results/062.processed, tests/results/063.processed,
15585: tests/results/064.processed, tests/results/065.processed,
15586: tests/results/066.processed, tests/results/067.processed,
15587: tests/results/068.processed, tests/results/069.processed,
15588: tests/results/070.processed, tests/results/071.processed,
15589: tests/results/072.processed, tests/results/073.processed,
15590: tests/results/074.processed, tests/results/075.processed,
15591: tests/results/076.processed, tests/results/077.processed,
15592: tests/results/078.processed, tests/results/080.processed,
15593: tests/results/081.processed, tests/results/082.processed,
15594: tests/results/083.processed, tests/results/084.processed,
15595: tests/results/085.processed, tests/results/086.processed,
15596: tests/results/087.processed, tests/results/088.processed,
15597: tests/results/089.processed, tests/results/090.processed,
15598: tests/results/091.processed, tests/results/092.processed,
15599: tests/results/093.processed, tests/results/094.processed,
15600: tests/results/095.processed, tests/079.html,
15601: tests/results/079.processed: tests: 61 file::stat size 62
15602: string->int autoconvert 63 double .int,dec,div,mul 64 date
15603: compare 65 file: basename,justname,justext 66 math:crypt 67
15604: string.match simple on long 68 string.match normalized simple on
15605: long 69 string.int 70 file::stat content-type 71 table.join 72
15606: hash parameter conditional pass 73 date daylightsaving,yearday 74
15607: date arithmetics 75 response date values/attributes 76 string.pos
15608: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15609: with local 80 scientific numeric literal in string autoconvert 81
15610: xor: logical and numerical 82 for delims 83 menu delims 84
15611: table.hash distinct 85 long string replace 86 throw+catch
15612: current language preserve 87 bit shifts 88 junction tests +
15613: $caller test 89 hash.foreach selfmodification 90 int/void to int
15614: 91 $caller test 92 junction is + def junction tests 93 $caller
15615: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15616:
15617: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15618: fixed] 60 string eq string [bug fixed]
15619:
15620: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15621: 058.html, 058_paf2000.png, 059.html, 060.html,
15622: results/053.processed, results/054.processed,
15623: results/055.processed, results/056.processed,
15624: results/057.processed, results/058.processed,
15625: results/059.processed, results/060.processed: test: 53
15626: string.replace 54 junctions 55 table.hash 56 call indirect 57
15627: date.create[string] 58 image.measure[png]
15628:
15629: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15630: outputs/051.processed, results/052.processed: test: 52
15631: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15632: task: fix that
15633:
15634: 2003-03-03 paf
15635:
15636: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15637: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15638: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15639: outputs/049.processed, outputs/050.processed,
15640: outputs/051.processed, results/001.processed,
15641: results/002.processed, results/003.processed,
15642: results/005.processed, results/006.processed,
15643: results/008.processed, results/009.processed,
15644: results/011.processed, results/012.processed,
15645: results/013.processed, results/014.processed,
15646: results/015.processed, results/016.processed,
15647: results/017.processed, results/020.processed,
15648: results/021.processed, results/022.processed,
15649: results/024.processed, results/025.processed,
15650: results/026.processed, results/027.processed,
15651: results/028.processed, results/029.processed,
15652: results/030.processed, results/031.processed,
15653: results/049.processed, results/050.processed,
15654: results/051.processed, results/043.processed,
15655: results/044.processed, results/045.processed,
15656: results/046.processed, results/047.processed,
15657: results/048.processed: tests: 43,44,45 date rolls 46
15658: autoevaluating junction 47 table.select 48 name with subvar 49
15659: hash-creating switch 50 process 51 started parent/child, works as
15660: it were but it were NOT GOOD, created separate task to fix that
15661:
15662: * tests/: 042.html, results/042.processed: test: 42
15663: exception.handled
15664:
15665: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15666: expression
15667:
15668: * tests/: 040.html, results/040.processed: test: 39 method result
15669: of type table 40 method param junction auto evaluate
15670:
15671: * tests/: 039.html, results/039.processed: test: 37 method result
15672: of type table
15673:
15674: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15675: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15676: tests/038.html, tests/results/033.processed,
15677: tests/results/034.processed, tests/results/035.processed,
15678: tests/results/036.processed, tests/results/037.processed,
15679: tests/results/038.processed: tests: 33 string.replace 34
15680: string.upper 35 table created 36 local/global vars with juntions
15681: 37 table clone 38 math PI & number formatting
15682:
15683: math class registring typo fixed
15684:
15685: * src/classes/op.C, src/include/pa_request.h,
15686: src/include/pa_string.h, src/main/execute.C,
15687: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15688: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15689: tests/032.html, tests/results/032.processed: uchar changed to
15690: String_UL in all places [was not everywhere] untaint test: 032
15691:
15692: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15693: tests/results/004.processed, tests/parser-cygwin.sh,
15694: tests/parser-unix.sh: removed -H command line key, now testing
15695: using .sh file with SERVER_SOFTWARE=xxx
15696:
15697: 2003-02-26 paf
15698:
15699: * src/main/execute.C, src/types/pa_vstateless_class.h,
15700: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15701: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15702: tests/results/024.processed, tests/results/025.processed,
15703: tests/results/026.processed, tests/results/027.processed,
15704: tests/results/028.processed, tests/results/029.processed,
15705: tests/results/030.processed, tests/results/031.processed: fixed
15706: bug with name_cstr mutable CharPtr more tests
15707:
15708: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15709: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15710: << abort. die now just exits
15711:
15712: * src/classes/classes.awk, src/classes/classes.h,
15713: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15714: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15715: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15716: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15717: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15718: src/classes/xnode.C, src/include/pa_memory.h,
15719: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15720: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15721: src/types/pa_vform.C, tests/015.html, tests/016.html,
15722: tests/017.html, tests/018.html, tests/019.html,
15723: tests/019paf2001.gif, tests/020.html, tests/021.html,
15724: tests/022.html, tests/023.html, tests/022_dir/a.html,
15725: tests/022_dir/b.txt, tests/022_dir/c.htm,
15726: tests/results/015.processed, tests/results/016.processed,
15727: tests/results/017.processed, tests/results/018.processed,
15728: tests/results/019.processed, tests/results/020.processed,
15729: tests/results/021.processed, tests/results/022.processed,
15730: tests/results/023.processed: methoded_array now contains all Mxxx
15731: classes SAPI::get_env now returns info on pool more tests
15732:
15733: * src/include/pa_array.h, src/include/pa_hash.h,
15734: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15735: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15736: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15737: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15738: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15739: tests/results/001.processed, tests/results/002.processed,
15740: tests/results/003.processed, tests/results/004.processed,
15741: tests/results/005.processed, tests/results/006.processed,
15742: tests/results/007.processed, tests/results/008.processed,
15743: tests/results/009.processed, tests/results/010.processed,
15744: tests/results/011.processed, tests/results/012.processed,
15745: tests/results/013.processed, tests/results/014.processed: hash
15746: cloning fixed
15747:
15748: 2003-02-25 paf
15749:
15750: * src/main/pa_common.C: typo fixed
15751:
15752: 2003-02-24 paf
15753:
15754: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15755: [one remained]
15756:
15757: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15758: [should have been get_string(&pool)] todo: check other such calls
15759:
15760: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15761: test10, bad lookups
15762:
15763: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15764: object got destructed, and xxx points to sky
15765:
15766: * ChangeLog, src/classes/string.C: match bug fixed
15767:
15768: * src/types/pa_vmail.C: body [text/html] transcoded to
15769: $.charset[specified] now
15770:
15771: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15772: which failed to handle sigsetjmp+throw: crashed inside of
15773: pre-throw code. rewritten simplier [though duplicating
15774: closesocket code]
15775:
15776: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15777: which failed to handle sigsetjmp+throw: crashed inside of
15778: pre-throw code. rewritten simplier [though duplicating
15779: closesocket code]
15780:
15781: 2003-02-21 paf
15782:
15783: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15784: $cookie:name[$.expires[date << can be now]]
15785:
15786: written makefile with regression tests [raw]
15787:
15788: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15789: tests' only [it's not forcing CGI mode now] now use -H to output
15790: CGI header when parser used in command line [useful for tests
15791: also]
15792:
15793: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15794: switches on CGI mode, and is used in regression tests
15795:
15796: * src/: include/pa_request.h, main/pa_request.C,
15797: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15798: fixed
15799:
15800: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15801: handling pa_*
15802:
15803: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15804: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15805: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15806: memory handling files
15807:
15808: * src/main/pa_array.C: pool::format_integer terminator fixed
15809:
15810: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15811: compiles OK test to show benefits of free
15812:
15813: * src/: classes/file.C, classes/image.C, classes/mail.C,
15814: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15815: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15816: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15817: use pool [as the one in ^process]
15818:
15819: * src/classes/op.C: fixed process. sould now check for all cstr's
15820: -- some must use pool [as the one in ^process]
15821:
15822: 2003-02-20 paf
15823:
15824: * src/: classes/date.C, classes/double.C, classes/file.C,
15825: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15826: classes/math.C, classes/op.C, classes/response.C,
15827: classes/string.C, classes/table.C, classes/void.C,
15828: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15829: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15830: string cmp fixed
15831:
15832: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15833: values passed OK now
15834:
15835: 2003-02-19 paf
15836:
15837: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15838: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15839: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15840: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15841: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15842: all remaning leaks resulted from pooled::malloc calls [excluding
15843: in gd -- planning complete rewrite extremely ugly code]
15844:
15845: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15846: files
15847:
15848: 2003-02-17 paf
15849:
15850: * src/: classes/date.C, classes/double.C, classes/file.C,
15851: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15852: classes/response.C, classes/string.C, classes/table.C,
15853: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15854: include/pa_stylesheet_connection.h,
15855: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15856: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15857: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15858: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15859: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15860: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15861: of unitialized simple-typed field
15862:
15863: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15864: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15865: simple-typed field fixed. todo: find&kill all like that one
15866:
15867: * src/: main/execute.C, targets/cgi/pa_pool.C,
15868: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15869: debug output fixed
15870:
15871: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15872: main/pa_request.C: stack-stored items need extra .ref to prevent
15873: object_ptr from delete[them]
15874:
15875: * src/: classes/date.C, classes/op.C, classes/table.C,
15876: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15877: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15878: main/pa_charset.C, main/pa_common.C,
15879: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15880: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15881: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15882: calls
15883:
15884: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15885: couple mem leaks rusulted from old pooled::malloc usage.
15886: todo:find more like those
15887:
15888: * src/main/: compile.C, compile_tools.C: 2*2!
15889:
15890: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15891: stackItem fixed [there were no string on stack before]
15892:
15893: * src/: main/execute.C, main/pa_request.C,
15894: types/pa_vmethod_frame.C: first letters out OK
15895:
15896: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15897: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15898: main/pa_string.C, main/untaint.C, types/pa_value.h,
15899: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15900: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15901: type not initialized with zeros :( while class fields of class
15902: types initialized with default constructors. learn C++
15903:
15904: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15905: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15906: classes/math.C, classes/xdoc.C, classes/xnode.C,
15907: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15908: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15909:
15910: 2003-02-14 paf
15911:
15912: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15913: 13 link errors
15914:
15915: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15916: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15917: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15918: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15919: errors :)
15920:
15921: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15922: classes/hash.C, classes/mail.C, classes/op.C,
15923: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15924: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15925: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15926: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15927:
15928: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15929: classes/table.C, include/pa_common.h, include/pa_globals.h,
15930: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15931: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15932: types/pa_vint.h, types/types.dsp: op compiled
15933:
15934: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15935: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15936: main/untaint.C, types/pa_vtable.h: string, response compiled
15937:
15938: 2003-02-07 paf
15939:
15940: * src/: classes/table.C, types/pa_vtable.h: table compiled
15941:
15942: 2003-02-06 paf
15943:
15944: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15945: mail compiled
15946:
15947: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15948: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15949: types/pa_vfile.h, types/pa_vimage.h: image compiled
15950:
15951: * src/classes/: file.C, form.C: form compiled
15952:
15953: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15954: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15955: types/pa_vfile.C, types/pa_vfile.h: file compiled
15956:
15957: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15958: types/pa_vmath.h: math compiled [win32]
15959:
15960: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15961: types/pa_vstring.h: hash compiled
15962:
15963: 2003-02-04 paf
15964:
15965: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15966: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15967: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15968: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15969: types/pa_vhash.h: hash 50% compiled
15970:
15971: * src/: classes/date.C, classes/file.C, classes/hash.C,
15972: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15973: classes/string.C, classes/table.C, classes/xdoc.C,
15974: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15975: main/pa_string.C: date compiled
15976:
15977: * src/classes/: classes.dsp, double.C: double compiled
15978:
15979: * src/: classes/date.C, classes/double.C, classes/file.C,
15980: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15981: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15982: classes/string.C, classes/table.C, classes/void.C,
15983: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15984: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15985: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15986: compiled
15987:
15988: * src/: classes/date.C, classes/double.C, classes/file.C,
15989: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15990: classes/math.C, classes/op.C, classes/response.C,
15991: classes/string.C, classes/table.C, classes/void.C,
15992: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15993: types/pa_vvoid.h: void compiled :)
15994:
15995: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15996: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15997: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15998: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15999: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16000: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16001: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16002: types/pa_vresponse.C, types/pa_vstateless_class.C,
16003: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16004: types/pa_wcontext.C, types/types.dsp: removed stupid
16005: value_includes.h
16006:
16007: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16008: trying to remove stupid value_includes.h
16009:
16010: * src/main/pa_exec.C: pa_exec compiled on win32
16011:
16012: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16013:
16014: * src/: include/pa_globals.h, include/pa_request.h,
16015: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16016: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16017: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16018: types/pa_vrequest.C, types/pa_vstateless_class.C,
16019: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16020:
16021: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16022: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16023: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16024:
16025: * src/: include/pa_array.h, include/pa_config_includes.h,
16026: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16027: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16028: compiled
16029:
16030: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16031: name conflicts)
16032:
16033: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16034: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16035: yelds "virtual memory exhausted" while trying to compile
16036: execute.C [eating up to 127MB]
16037:
16038: 2003-02-03 paf
16039:
16040: * src/: include/pa_config_includes.h, include/pa_hash.h,
16041: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16042: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16043: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16044: types/pa_vint.h, types/pa_vjunction.h,
16045: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16046: started gcc compiling pa_common compiled
16047:
16048: * src/: include/pa_exception.h, include/pa_pool.h,
16049: main/pa_exception.C: exception gcc change #1
16050:
1.116 moko 16051: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16052: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16053:
16054: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16055:
16056: * src/types/pa_vtable.C: vtable compiled
16057:
16058: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16059:
16060: * src/: include/pa_cache_managers.h, main/pa_request.C,
16061: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16062:
16063: * src/types/pa_vstateless_class.C: vstateless_class compiled
16064:
16065: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16066:
16067: * src/types/pa_vrequest.C: vrequest compiled
16068:
16069: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16070: pa_vobject.C, pa_vobject.h: vobject compiled
16071:
16072: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16073: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16074: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16075: compiled
16076:
16077: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16078:
16079: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16080: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16081: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16082: compiled
16083:
16084: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16085: main.lib - 0 error(s), 0 warning(s)
16086:
16087: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16088: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16089:
16090: 2003-01-31 paf
16091:
16092: * src/: include/pa_array.h, include/pa_operation.h,
16093: include/pa_request.h, main/execute.C, main/main.dsp,
16094: types/pa_vjunction.h: started last file from main library:
16095: execute
16096:
16097: * src/: include/pa_request.h, include/pa_sapi.h,
16098: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16099: main/pa_request.C, targets/cgi/parser3.C,
16100: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16101: types/pa_vhash.h: pa_request compiled
16102:
16103: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16104: include/pa_globals.h, include/pa_request.h,
16105: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16106: main/execute.C, main/main.dsp, main/pa_common.C,
16107: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16108: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16109: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16110: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16111: types/types.dsp: most pa_request compiled
16112:
16113: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16114: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16115: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16116: classes/op.C, classes/response.C, classes/string.C,
16117: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16118: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16119: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16120: include/pa_config_fixed.h, include/pa_config_includes.h,
16121: include/pa_dictionary.h, include/pa_dir.h,
16122: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16123: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16124: include/pa_pool.h, include/pa_request.h,
16125: include/pa_request_charsets.h, include/pa_request_info.h,
16126: include/pa_sapi.h, include/pa_socks.h,
16127: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16128: include/pa_stack.h, include/pa_string.h,
16129: include/pa_stylesheet_connection.h,
16130: include/pa_stylesheet_manager.h, include/pa_table.h,
16131: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16132: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16133: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16134: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16135: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16136: main/compile.C, main/compile.tab.C, main/compile.y,
16137: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16138: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16139: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16140: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16141: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16142: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16143: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16144: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16145: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16146: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16147: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16148: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16149: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16150: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16151: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16152: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16153: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16154: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16155: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16156: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16157: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16158: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16159: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16160: types/pa_vresponse.h, types/pa_vstateless_class.C,
16161: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16162: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16163: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16164: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16165: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16166: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16167:
16168: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16169: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16170: src/include/pa_charsets.h, src/include/pa_common.h,
16171: src/include/pa_dictionary.h, src/include/pa_exception.h,
16172: src/include/pa_exec.h, src/include/pa_pool.h,
16173: src/include/pa_request.h, src/include/pa_sapi.h,
16174: src/include/pa_sql_connection.h,
16175: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16176: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16177: src/main/compile.tab.C, src/main/compile_tools.C,
16178: src/main/compile_tools.h, src/main/main.dsp,
16179: src/main/pa_charset.C, src/main/pa_charsets.C,
16180: src/main/pa_common.C, src/main/pa_dictionary.C,
16181: src/main/pa_exception.C, src/main/pa_exec.C,
16182: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16183: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16184: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16185: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16186: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16187: src/types/pa_vdouble.h, src/types/pa_venv.h,
16188: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16189: src/types/pa_vhash.h, src/types/pa_vimage.C,
16190: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16191: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16192: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16193: src/types/pa_vobject.C, src/types/pa_vobject.h,
16194: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16195: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16196: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16197: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16198: src/types/pa_vstring.h, src/types/pa_vtable.h,
16199: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16200: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16201: died, long live StringPtr
16202:
16203: 2003-01-30 paf
16204:
16205: * src/: include/pa_charset.h, include/pa_request.h,
16206: include/pa_sql_driver_manager.h, main/compile.tab.C,
16207: main/compile.y, main/compile_tools.h, main/pa_request.C,
16208: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16209:
16210: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16211: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16212: types/pa_vhash.h, types/pa_vmethod_frame.h,
16213: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16214: types/types.dsp: vstateless_class compiled
16215:
16216: * src/main/compile.C: compile compiled
16217:
16218: * src/: include/pa_array.h, include/pa_operation.h,
16219: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16220: main/pa_table.C: compile_tools compiled
16221:
16222: * src/: include/pa_operation.h, main/compile.y,
16223: main/compile_tools.C, main/compile_tools.h: started
16224: compile_tools. vagues ideas of how to free compiled code
16225:
16226: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16227: main/main.dsp, types/pa_value.C, types/pa_value.h,
16228: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16229: compiled
16230:
16231: 2003-01-29 paf
16232:
16233: * src/: include/pa_globals.h, include/pa_request.h,
16234: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16235: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16236: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16237: compiled
16238:
16239: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16240: now
16241:
16242: * src/: include/pa_array.h, include/pa_exception.h,
16243: include/pa_pool.h, main/pa_exception.C: gd compiled
16244:
16245: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16246: compiled
16247:
16248: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16249: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16250: types/pa_vfile.h: vfile compiled
16251:
16252: * src/: include/pa_common.h, include/pa_globals.h,
16253: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16254: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16255: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16256:
16257: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16258: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16259: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16260: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16261: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16262:
16263: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16264: main/main.dsp, main/untaint.C: more compiled
16265:
16266: * src/: include/pa_charsets.h, include/pa_request.h,
16267: include/pa_request_info.h, include/pa_string.h,
16268: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16269: types/pa_vresponse.h: vrequest compiled
16270:
16271: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16272: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16273: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16274:
16275: * src/: classes/classes.h, include/pa_charset.h,
16276: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16277: include/pa_request.h, include/pa_string.h, main/main.dsp,
16278: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16279: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16280: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16281: types/pa_vrequest.C, types/pa_vrequest.h,
16282: types/pa_vstateless_class.h, types/pa_vstring.h,
16283: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16284:
16285: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16286: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16287: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16288: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16289: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16290: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16291: types/pa_vobject.h, types/pa_vstateless_class.h,
16292: types/pa_vstateless_object.h, types/pa_vstatus.h,
16293: types/pa_vstring.h, types/types.dsp: vmath compiled
16294:
16295: 2003-01-28 paf
16296:
16297: * src/: classes/classes.h, classes/date.C, classes/file.C,
16298: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16299: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16300: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16301: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16302: compile_tools
16303:
16304: * src/: include/pa_charset.h, include/pa_exception.h,
16305: include/pa_request.h, include/pa_string.h, main/untaint.C:
16306: untaint compiled
16307:
16308: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16309: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16310: more compiled. struck with string::store_to needing to know
16311: source/client charsets
16312:
16313: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16314: types/pa_vfile.h: uue compiled
16315:
16316: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16317: table compiled
16318:
16319: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16320: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16321:
16322: * src/: include/pa_charset.h, main/pa_charset.C,
16323: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16324: introduced]
16325:
16326: * src/: classes/date.C, include/pa_charset.h,
16327: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16328: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16329: pa_charsets compiled
16330:
16331: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16332: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16333:
16334: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16335: common compiled
16336:
16337: * src/: include/pa_charsets.h, main/pa_charsets.C,
16338: main/pa_sql_driver_manager.C: pa_charsets compiled
16339:
16340: * src/: include/pa_array.h, include/pa_charset.h,
16341: include/pa_charsets.h, include/pa_pool.h,
16342: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16343: include/pa_stack.h, include/pa_string.h,
16344: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16345: sql_driver_manager compiled
16346:
16347: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16348: letter i with two dots added to koi, all ukranian letters added
16349: to win1251.
16350:
16351: typographic simbol 0xb9 deleted from win1251 [strange one & were
16352: abscent from koi]
16353:
16354: 2003-01-27 paf
16355:
16356: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16357: include/pa_sql_driver_manager.h, include/pa_string.h,
16358: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16359: sql/pa_sql_driver.h: paused on sql_manager
16360:
16361: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16362: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16363: include/pa_stack.h, main/pa_sql_driver_manager.C,
16364: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16365:
16366: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16367: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16368: include/pa_table.h, main/pa_sql_driver_manager.C,
16369: main/pa_table.C: table compiled
16370:
16371: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16372: cache_managers compiled
16373:
16374: * src/: include/pa_array.h, include/pa_charset.h,
16375: include/pa_pool.h, main/pa_charset.C: charset compiled
16376:
16377: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16378:
16379: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16380: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16381: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16382: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16383: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16384:
16385: 2003-01-24 paf
16386:
16387: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16388: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16389: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16390: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16391: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16392: types/pa_vint.h, types/pa_vjunction.h,
16393: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16394: types/pa_vstatus.h, types/pa_vstring.h: more patched
16395:
16396: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16397: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16398: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16399: main/pa_string.C, main/pa_table.C: string compiled
16400:
16401: * src/: include/pa_array.h, include/pa_common.h,
16402: include/pa_dictionary.h, include/pa_exception.h,
16403: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16404: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16405: main/pa_string.C: dictionary compiled
16406:
16407: 2003-01-23 paf
16408:
16409: * src/: include/pa_array.h, include/pa_common.h,
16410: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16411: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16412: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16413: types/pa_value.h: resurrected pool in new sense: now it's
16414: factory, producing&accounting memory chunks for read[autofree]
16415: buffers
16416:
16417: * src/: include/pa_array.h, include/pa_exception.h,
16418: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16419: main/pa_exception.C, main/pa_table.C: table compiled
16420:
16421: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16422: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16423: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16424: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16425: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16426: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16427: main/pa_table.C: aint that easy
16428:
16429: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16430: main/main.dsp: continued with Hash
16431:
16432: * src/main/pa_common.C: connect_string allocated on heap[wes on
16433: stack] now. and exception can be reported OK now [can be reported
16434: outside of pro c with that stack]
16435:
16436: 2003-01-22 paf
16437:
16438: * src/: include/pa_array.h, include/pa_charset.h,
16439: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16440: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16441: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16442: base: contains references_count. auto_ptr template calls
16443: add_ref/release
16444:
16445: 2003-01-21 paf
16446:
16447: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16448: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16449: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16450: classes/op.C, classes/response.C, classes/string.C,
16451: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16452: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16453: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16454: include/pa_config_fixed.h, include/pa_config_includes.h,
16455: include/pa_dictionary.h, include/pa_dir.h,
16456: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16457: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16458: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16459: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16460: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16461: include/pa_stack.h, include/pa_string.h,
16462: include/pa_stylesheet_connection.h,
16463: include/pa_stylesheet_manager.h, include/pa_table.h,
16464: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16465: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16466: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16467: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16468: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16469: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16470: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16471: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16472: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16473: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16474: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16475: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16476: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16477: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16478: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16479: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16480: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16481: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16482: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16483: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16484: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16485: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16486: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16487: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16488: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16489: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16490: types/pa_vstateless_object.h, types/pa_vstatus.C,
16491: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16492: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16493: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16494: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16495: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16496: 2002->2003
16497:
16498: 2003-01-16 paf
16499:
16500: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16501: src/main/pa_globals.C: http:// introducing $.any-status(1)
16502:
16503: * operators.txt, src/include/pa_config_fixed.h,
16504: src/main/pa_common.C: http request now return status. and not
16505: fail on status!=200
16506:
16507: 2003-01-15 paf
16508:
16509: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16510:
16511: 2003-01-14 paf
16512:
16513: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16514: mkinstalldirs: removed some ancient files [they in / really]
16515:
16516: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16517: regretfully needed patch in two places. in config_fixed.h made
16518: stubs for lib to compile in MSVC
16519:
16520: 2003-01-13 paf
16521:
16522: * config.guess, config.sub, ltmain.sh: removed last piece of
16523: configure.in(libtool) hacks
16524:
1.116 moko 16525: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16526: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16527: ltdl.h: moved to latest libtool (1.4.3)
16528:
16529: 2003-01-10 paf
16530:
16531: * src/lib/ltdl/: configure, configure.in: PROG_NM
16532:
16533: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16534: patches. libxml2 >= 2.5.1
16535: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16536: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16537: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16538:
16539: * INSTALL: moved to latest versions of xml libs libxml2 >=
16540: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16541: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16542: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16543:
16544: 2003-01-09 paf
16545:
16546: * INSTALL: xml,xslt,gdome lib urls updated
16547:
16548: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16549: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16550: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16551: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16552: 1.7.2
1.95 moko 16553:
16554: * depcomp: moving to automake 1.7.2
16555:
16556: 2002-12-27 paf
16557:
16558: * src/include/pa_version.h: 0007
16559:
16560: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16561: outdated parts, made links to language docs
16562:
16563: * src/include/pa_config_auto.h.in: comment
16564:
16565: 2002-12-26 paf
16566:
16567: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16568: not contain trailing / fixed.
16569:
16570: * INSTALL: changing SAFE_MODE politics
16571:
16572: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16573:
16574: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16575:
16576: 2002-12-25 paf
16577:
16578: * src/main/pa_globals.C: optimized-xml
16579:
16580: * src/main/pa_globals.C: optimized-as-is
16581:
16582: 2002-12-24 paf
16583:
16584: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16585: fixed [were really called with zero size when .html?a=&b=]
16586:
16587: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16588: with --with-sendmail
16589:
16590: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16591: fixed]
16592:
16593: 2002-12-23 paf
16594:
16595: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16596: ignoring parameters & were storing only string with default
16597: expires
16598:
16599: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16600: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16601: December 23, 2002 4:22 AM Subject: bug â
16602: Charset::transcode_buf2xchar
16603:
16604: 2002-12-20 paf
16605:
16606: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16607: non-cgi [script] runs
16608:
16609: 2002-12-19 paf
16610:
16611: * INSTALL: --without-iconv recommended [it crashes on some systems
16612: [tested on elik]] moreover, it's not needed there [parser
16613: registers charsets itself]
16614:
16615: * INSTALL: --without-iconv recommended [it crashes on some systems
16616: [tested on elik]]
16617:
16618: * operators.txt, src/include/pa_globals.h,
16619: src/include/pa_request.h, src/main/pa_globals.C,
16620: src/main/pa_request.C: $response:download
16621:
16622: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16623: compiler [win32]].
16624:
16625: 2002-12-18 paf
16626:
16627: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16628:
16629: 2002-12-17 paf
16630:
16631: * src/targets/cgi/parser3.C: merged die&iis changes
16632:
16633: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16634: to exit(1) 2. more flexible iilegal call check
16635:
16636: 2002-12-16 paf
16637:
16638: * ltmain.sh: some automakes silly insist on having this handy
16639:
16640: * src/main/untaint.C: filespec russian small 'r' changed to latin
16641: 'p' bug fix
16642:
16643: 2002-12-15 paf
16644:
16645: * src/main/untaint.C: filespec russian small 'r' changed to latin
16646: 'p'
16647:
16648: * configure.in, src/include/pa_config_auto.h.in,
16649: src/main/compile.C, src/main/pa_common.C: merged small changes
16650: from branch 6 to HEAD
16651:
16652: * src/main/compile.C: removed warning
16653:
16654: * src/main/pa_common.C: ftruncate having checked
16655:
16656: * configure.in, src/include/pa_version.h: new version
16657:
16658: 2002-12-14 paf
16659:
16660: * src/classes/table.C: removed unnecessary code
16661:
16662: * src/sql/pa_sql_driver.h: exception type fixed
16663:
16664: 2002-12-09 paf
16665:
16666: * src/types/pa_vvoid.h: $void.store[now] error
16667:
16668: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16669:
16670: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16671: tries to write core dump
16672:
16673: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16674:
16675: * src/: classes/hash.C, classes/string.C, classes/table.C,
16676: classes/void.C, main/pa_sql_driver_manager.C,
16677: sql/pa_sql_driver.h: changed exception handling mech in sql
16678: handlers #2
16679:
16680: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16681: exception handling mech in sql handlers
16682:
16683: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16684: handlers
16685:
16686: * src/: classes/hash.C, classes/string.C, classes/table.C,
16687: classes/void.C, main/pa_sql_driver_manager.C,
16688: sql/pa_sql_driver.h: changed exception handling mech in sql
16689: handlers
16690:
1.116 moko 16691: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16692: to write makefile which used libtool to install things, which is
16693: not needed
1.95 moko 16694:
16695: 2002-12-06 paf
16696:
16697: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16698: $hash.fields -- pseudo field to make 'hash' more like 'table'
16699:
16700: 2002-12-05 paf
16701:
16702: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16703: cc/bcc OK now
16704:
16705: * src/main/untaint.C: mail header closed properly
16706:
16707: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16708: header ',' allowed. still bugs in smtp [only one receiptient
16709: works, cc, bcc ignored now, and MAILED ;)]
16710:
16711: [strncpy killed, memnchr used]
16712:
16713: * src/main/pa_table.C: table-copy now current=0
16714:
16715: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16716: lowlevel proc
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: more checks on
16723: http://domain/parser.cgi start [maybe some getenv returns "",
16724: checked that now
16725:
16726: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16727: out-of-mem errors reached log]
16728:
16729: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16730: mail:send MIME-Version default
16731:
16732: * src/main/main.dsp: pa_version included into main.dsp
16733:
16734: 2002-12-04 paf
16735:
16736: * src/types/pa_vform.C: $form:field string value cut by premature 0
16737:
16738: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16739: lib/libltdl -> lib/ltdl Win32 changes. s
16740:
16741: * src/classes/classes.awk: more strict *.C$
16742:
16743: * gnu.dsp: restored
16744:
1.116 moko 16745: * configure.in, gnu.dsp, src/lib/Makefile.am,
16746: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16747: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16748: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16749: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16750: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16751: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16752: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16753: now created with /configure, not ltdl/configure, so it does have
16754: no problems with automake. ltdl/configure
16755: AC_OUTPUT(Makefile<<removed)
1.95 moko 16756:
16757: 2002-12-02 paf
16758:
16759: * operators.txt: removed outdated status:db
16760:
16761: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16762: src/main/pa_common.C, src/main/pa_request.C,
16763: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16764: tainted parts becomes http-header
16765:
16766: 2002-11-29 paf
16767:
16768: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16769: dates now objects of type date
16770:
16771: * src/classes/image.C: file.seek removed [it were used in image.C
16772: only, and for parser user this means that jpeg image has bad
16773: size in fragment's header] now used image.format
16774:
16775: * src/: include/pa_common.h, main/pa_common.C,
16776: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16777: now handled exactly like $response:header values. e.g. can be
16778: hash [can have subattributes] & contain date values.
16779:
16780: * src/main/pa_common.C: http:// param values lang forced URI
16781:
16782: * src/main/pa_common.C: http:// tainted partes now %xx
16783:
16784: 2002-11-28 paf
16785:
16786: * operators.txt: http.timeout
16787:
16788: * src/classes/image.C: ^image.length now counts interchar space.
16789: plus space after last char
16790:
16791: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16792:
16793: * src/classes/image.C: ^image.font width measurer now scans full
16794: height [were -1]
16795:
16796: * configure.in: stopped double libltdl/Makefile generation
16797:
16798: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16799: chars [one top horizontal line of 1pixel height were missing]
16800:
16801: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16802: 'false' to go into (Hash *) parameter
16803:
16804: 2002-11-27 paf
16805:
16806: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16807: types/pa_vmail.C: response:body[file] if file nows it's name now
16808: returns content-disposition: >>attachment<<
16809:
16810: * src/classes/image.C: ^image.font << bad font file-size now
16811: properly reported
16812:
16813: 2002-11-26 paf
16814:
16815: * src/main/pa_request.C: fixed lang in reponse header
16816:
16817: * src/main/pa_common.C: utf8 prefix ignored @read text
16818:
16819: * operators.txt, src/main/pa_common.C: http:// response status!=200
16820: made exception: http.status with source=bad status#
16821:
16822: 2002-11-25 paf
16823:
16824: * configure.in, src/classes/image.C,
16825: src/include/pa_config_auto.h.in,
16826: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16827: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16828: const void related probs fixed
1.95 moko 16829:
16830: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16831:
16832: $file[^file::load[http://there]] $file.SERVER
16833:
16834: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16835: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16836: http options [invalid onces now reported] made default
16837: user-agent: paf
16838:
16839: * operators.txt, src/classes/file.C, src/classes/table.C,
16840: src/classes/xdoc.C, src/include/pa_common.h,
16841: src/include/pa_globals.h, src/main/pa_common.C,
16842: src/main/pa_globals.C, src/main/pa_request.C,
16843: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16844: now understand http:// prefix and additional params, sample:
16845: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16846: $.USER-AGENT[parser3] ]]
16847:
16848: 2002-11-22 paf
16849:
16850: * src/classes/image.C, src/include/pa_globals.h,
16851: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16852: src/types/pa_vimage.h, operators.txt: $image.exif support
16853: $image.exif.DateTime & co
16854:
16855: 2002-11-21 paf
16856:
16857: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16858: _PASS_APPENDED)
16859:
16860: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16861: EXIF information [were big block and it's size were considered
16862: negative :(]
16863:
16864: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16865: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16866: internals rewritten. no there's reader.seek, and all's ready for
16867: EXIF extraction [now we fail to measure files with EXIF info]
16868:
16869: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16870: O_TRUNC truncates even exclusevely write-locked file [thanks to
16871: Igor Milyakov <virtan@rotabanner.com> for discovering]
16872:
16873: 2002-11-20 paf
16874:
16875: * src/targets/cgi/parser3.C: logging @signal += query_string
16876:
16877: * configure.in, src/include/pa_config_auto.h.in,
16878: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16879: comment
16880:
16881: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16882:
16883: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16884: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16885: currently processed document SIGPIPE >> interrupts request
16886: processing [exception = DB rollback]
16887:
16888: * src/main/pa_exec.C: comment
16889:
16890: * src/main/pa_exec.C: pa_exec: data written only if size>0
16891:
16892: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16893: << disable HTTP-POST repassing
16894:
16895: * src/: include/pa_config_fixed.h, main/pa_common.C,
16896: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16897: pipe read errors now checked
16898:
16899: 2002-11-19 paf
16900:
16901: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16902: CGI: Illegal call
16903:
16904: 2002-11-01 paf
16905:
16906: * src/main/execute.C: comment
16907:
16908: 2002-10-31 paf
16909:
16910: * src/main/execute.C: found out why, checked that for now. todo:
16911: find out a way for that user could do that
16912:
16913: * src/types/pa_vstateless_object.h: object put replaces static
16914: parent if any
16915:
16916: * src/types/pa_vobject.C: object put replaces static parent if any
16917:
16918: * src/: classes/form.C, classes/mail.C, classes/op.C,
16919: classes/xnode.h, main/compile.tab.C, main/execute.C,
16920: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16921: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16922: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16923: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16924: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16925: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16926: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16927: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16928: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16929: types/pa_vstateless_object.h, types/pa_vstatus.C,
16930: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16931: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16932: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16933: types/pa_wwrapper.h: static fix merged
16934:
16935: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16936: $virtual_fields in dynamic, but one can reach derived
16937: static[class] variable from base
16938:
16939: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16940: types/pa_vobject.C, types/pa_vobject.h,
16941: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16942: statics, left $virtual_fields in dynamic
16943:
16944: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16945: one can't remember derivates in base class: there's so many of
16946: them. also there can be no virtual method calls in static
16947: classes
16948:
16949: * src/: classes/form.C, classes/mail.C, classes/op.C,
16950: classes/xnode.h, main/execute.C, main/pa_request.C,
16951: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16952: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16953: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16954: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16955: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16956: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16957: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16958: types/pa_vresponse.C, types/pa_vresponse.h,
16959: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16960: types/pa_vstateless_object.h, types/pa_vstatus.C,
16961: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16962: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16963: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16964: types/pa_wwrapper.h: static call $self fixed
16965:
16966: * src/main/execute.C: comment
16967:
16968: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16969: ^process[$caller.self]{...} now compiles to last derived object
16970: part of that 'self'
16971:
16972: 2002-10-29 paf
16973:
16974: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16975: re-passing [iis to blame]
16976:
16977: * src/classes/string.C: changed string.save to pass current sql
16978: connection to cstr thus one can ^connect[some server]{
16979: $s[insert into table x (x) values (^taint[sql]{value})]
16980: ^s.save[some.sql] } and he'd get in some.sql file code with
16981: properly escaped. [tried in mssql->mysql export->import of
16982: binary data]
16983:
16984: 2002-10-25 paf
16985:
16986: * src/types/pa_vresponse.C: case insensitive response user fields
16987: get/put
16988:
16989: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16990: types/pa_vresponse.C: saving for maybe-future
16991:
16992: 2002-10-23 paf
16993:
16994: * operators.txt, src/classes/table.C: ^table.hash{code}...
16995: ^table.hash(expr)...
16996:
16997: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16998:
16999: 2002-10-22 paf
17000:
17001: * src/types/: pa_vform.C, pa_vform.h: removed needless
17002: VForm::Append...(...Value)
17003:
17004: * src/main/execute.C: $.name outside of $name[...] checked
17005:
17006: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17007: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17008:
17009: 2002-10-21 paf
17010:
17011: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17012: $form:qtail $form:imap.x/y
17013:
17014: * operators.txt, src/types/pa_vform.C: $form:nameless =
17015: "?value&...", "...&value&...", "...&value"
17016:
17017: * operators.txt, src/types/pa_vform.C: $form:image-map
17018:
17019: * operators.txt, src/classes/file.C: /some/page.html:
17020: ^file:fullpath[a.gif] => /some/a.gif
17021:
17022: 2002-10-17 paf
17023:
17024: * src/main/: compile.tab.C, compile.y: operators precedence changed
17025: a little: logical not and bitwise negation precedence made
17026: highest, << and >> bitshits precedence made equal [were << higher
17027: than >>]
17028:
17029: * src/classes/op.C: exception handling fixed [were bad with
17030: contexts]
17031:
17032: 2002-10-16 paf
17033:
17034: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17035: main/pa_request.C: Request::self considered equal to
17036: VMethodFrame::self, and removed, Request::get_self() mapped to
17037: VMethodFrame.self()
17038:
17039: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17040: $hash in open field now gives old good error meesage
17041:
17042: 2002-10-15 paf
17043:
17044: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17045: use ^if($junction is junction){was and now true}
17046:
17047: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17048: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17049: types/pa_vxnode.C: xml->parser strings now have origin, which
17050: points to place where value left xml library and came to parser:
17051: place of dom field extraction/call
17052:
17053: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17054: main/compile.tab.C, main/compile.y, main/execute.C,
17055: types/pa_vmethod_frame.h: removed last pieces of old code
17056: allowing $junction.xxx at compile time
17057:
17058: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17059: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17060: objects also considered [were only classes]
17061:
17062: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17063: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17064: with CLASS self. [ (request&method_frame).self temporarily
17065: changed ]
17066:
17067: * src/classes/: hash.C, op.C: method_frame now always changed, with
17068: no exception to native calls. for&foreach changed to use
17069: method_frame.caller for their var's name context
17070:
17071: * src/: main/execute.C, targets/cgi/parser3.C,
17072: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17073: compiling to system classes disabled
17074:
17075: * operators.txt, src/classes/op.C:
17076: ^process[$caller.CLASS]{code-string} added
17077:
17078: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17079: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17080: src/types/Makefile.am, src/types/pa_vjunction.C,
17081: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17082: src/types/types.dsp: removed $junction.get $junction.set[]
17083: introducing $caller
17084:
17085: * src/types/pa_value.h: removed outdated comments. doxygen would
17086: find them lower by inheritance tree
17087:
17088: * src/types/pa_vjunction.C: ident
17089:
17090: 2002-10-14 paf
17091:
17092: * src/classes/op.C: process compiles to code's class class
17093:
17094: * src/: classes/form.C, classes/mail.C, classes/op.C,
17095: include/pa_request.h, main/compile.C, main/compile.tab.C,
17096: main/compile.y, main/execute.C, main/pa_request.C,
17097: types/pa_vstateless_class.h: operators now main-class-methods
17098:
17099: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17100: better stack trace [has "call" & co there]
17101:
17102: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17103: operators @auto now executed in MAIN context
17104:
17105: * src/main/execute.C: operator execution context now = MAIN, not
17106: closest stack frame
17107:
17108: @touchit[] $i[after]
17109:
17110: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17111: were 'after'
17112:
17113: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17114: 'after'
17115:
17116: * src/main/execute.C: comment
17117:
17118: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17119: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17120: action]
17121:
17122: * src/types/pa_vxnode.C: misreplace fixed
17123:
17124: * configure, configure.in, src/include/pa_config_auto.h.in,
17125: src/types/pa_vstatus.C, operators.txt:
17126: $status:rusage.tv_secs/usecs introduced
17127:
17128: 2002-10-09 paf
17129:
17130: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17131: on empty string [or uses (default)]
17132:
17133: 2002-10-08 paf
17134:
17135: * src/main/untaint.C: mail header quoted printable changed after
17136: RFC reread
17137:
17138: * operators.txt: plan on ^if(method
17139:
17140: * src/types/pa_vxnode.C: misreplace
17141:
17142: 2002-09-24 paf
17143:
1.116 moko 17144: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17145:
17146: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17147: mailreceive would compile on freebsd now
17148:
17149: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17150: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17151: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17152: mailreceive would compile on freebsd now
1.95 moko 17153:
17154: * src/: classes/file.C, main/untaint.C: 1. file spec language
17155: changed: now there are only few chars are untainted: * ? ' " < >
17156: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17157: one should use ^untaint[uri]{...} now]
17158:
17159: 2. $list[^file:list[dir]] now returns simply tainted names in
17160: $list.name, not tainted as filespec
17161:
17162: @russianindex[] #dir with files with russian-lang names
17163: $where[dir]
17164:
17165: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17166: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17167:
17168: 2002-09-23 paf
17169:
17170: * src/types/pa_vdouble.h: double->int round added
17171:
17172: * src/classes/date.C: date bug fix, now
17173: round(floatDays*secondsPerDay)
17174:
17175: * src/classes/date.C: date bug fix, now
17176: round(floatDays*secondsPerDay)
17177:
17178: 2002-09-20 paf
17179:
17180: * src/main/execute.C: code junction calls disabled [before: code
17181: was compiled in such a way, that there were no code-junctions in
17182: OP_CALL]
17183:
17184: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17185:
17186: @badjunctioncallinside[code] ^code[]
17187:
17188: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17189: expanding to include ^junction.method
17190:
17191: * src/main/pa_common.C: -d "DIR/" now true
17192:
17193: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17194: as internal xdoc encoding, and after decoding attributes set by
17195: dom functions now encoded OK, not as digital entities
17196:
17197: * src/classes/xdoc.C: empty transform result, being taken as file
17198: now returns empty file, not raises stupid error about "stat-ed
17199: file"
17200:
17201: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17202: allowed
17203:
17204: * src/types/types.dsp: introducing $junction.get/put(1) one can
17205: write iterators now:
17206:
17207: ^user-foreach[key;value]{$key=$value<br>}
17208:
17209: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17210: $code.value($i*2) $code }
17211:
17212: * src/main/compile_tools.h: mistype
17213:
1.116 moko 17214: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17215: thus taking linking options configure changes into account [were:
17216: ignoring]
1.95 moko 17217:
17218: * src/types/: pa_vjunction.C, Makefile.am: introducing
17219: $junction.get/put(1) one can write iterators now:
17220:
17221: ^user-foreach[key;value]{$key=$value<br>}
17222:
17223: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17224: $code.value($i*2) $code }
17225:
17226: * src/: include/pa_opcode.h, include/pa_request.h,
17227: main/compile.tab.C, main/compile.y, main/execute.C,
17228: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17229: introducing $junction.get/put(1) one can write iterators now:
17230:
17231: ^user-foreach[key;value]{$key=$value<br>}
17232:
17233: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17234: $code.value($i*2) $code }
17235:
17236: 2002-09-19 paf
17237:
1.116 moko 17238: * Makefile.am: new: make commit
1.95 moko 17239:
17240: * aclocal.m4: forced to be older
17241:
17242: 2002-09-18 paf
17243:
17244: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17245: src/main/compile.y, src/main/execute.C: << >> int shifts
17246:
17247: * src/: include/pa_common.h, include/pa_request.h,
17248: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17249: - now this - fatal error
17250:
17251: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17252: that one can pass binary data there
17253:
17254: * src/: classes/date.C, classes/double.C, classes/file.C,
17255: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17256: classes/op.C, classes/response.C, classes/string.C,
17257: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17258: include/pa_request.h: pa_request contexts made privated, plus
17259: get_{self/method_frame} to read. Request_context_saver used in
17260: ^try to save flang too. [were not saved]
17261:
17262: * src/types/pa_vresponse.C: header value chains joined before
17263: output, this should help $.subject[$var $var] from being
17264: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17265:
17266: 2002-09-17 paf
17267:
17268: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17269: removed changes, operators executed with calling self. lots of
17270: code with ^include code relies on defined/defining self variables
17271:
17272: $a[1] ^include[print_a.p] print_a.p: $a
17273:
17274: ^include[set_a.p] a=$a set_a.p: $a[1]
17275:
17276: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17277: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17278: types/pa_vstateless_class.h: operators now executed with MAIN
17279: self. it's for ^include sake, too strong a change
17280:
17281: * src/classes/op.C: made place for ^process to compile it's code to
17282: in case of no self
17283:
17284: * src/main/execute.C: found ancient param to Junction, removed.
17285: allowed passing self to native_code_operators [for ^process to
17286: work, she needs self]
17287:
17288: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17289: types/pa_vstateless_class.h: found ancient param to Junction,
17290: removed. allowed passing self to native_code_operators [for
17291: ^process to work, she needs self]
17292:
17293: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17294: types/pa_value.h, types/pa_vmethod_frame.h,
17295: types/pa_vstateless_class.h: allowed Request.self to be 0,
17296: checked that in VMethodFrame get/put and $self.
17297:
17298: * src/classes/: table.C, xdoc.C: table::sql options table::create
17299: copy options options checked, wrong option now fatal error
17300:
17301: * src/main/pa_string.C: string.replace fixed [were missing words on
17302: pieces boundaries]
17303:
1.150 moko 17304: * configure, configure.in: .so now detected [can be .sl on hpux,
17305: .dll on cygwin, .so in other cases)
1.95 moko 17306:
17307: * configure, configure.in: .so now detected [can be .sl on hpux,
17308: .dll on cygwin, .so in other cases)
17309:
17310: * operators.txt, src/classes/hash.C, src/classes/table.C,
17311: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17312: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17313: record taken [were last]
17314:
17315: * src/: classes/hash.C, classes/table.C,
17316: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17317: now errors
17318:
17319: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17320:
17321: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17322: ,2,3]
17323:
17324: 2002-09-16 paf
17325:
17326: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17327: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17328: stdout to be binary. now detected closest header break.
17329:
17330: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17331: closed right
17332:
17333: 2002-09-13 paf
17334:
17335: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17336: src/main/compile_tools.h: (expression #comment)
17337:
17338: (multiline expression #comment line2 #comment )
17339:
17340: (expression #comment with (brackets) comment) << OK
17341:
17342: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17343: bitwise !|| numerical xor now [preparing for expression
17344: #comments]
17345:
17346: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17347: error
17348:
17349: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17350: cheched in pa_socks.C
17351:
1.116 moko 17352: * configure, configure.in, src/include/pa_config_auto.h.in:
17353: HAVE_WINSOCK_H created in configure.in
1.95 moko 17354:
17355: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17356: cookie date now clean [were mistakenly tainted & that worked bad
17357: with opera -- 'happily' that worked OK with msie]
17358:
17359: 2002-09-12 paf
17360:
17361: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17362: VClass get_element now first looks to fields, next to methods &
17363: co todo: the rest reason: more speed
17364:
17365: * src/main/untaint.C: quoted printable encoding stops before
17366: \s*<...>$
17367:
17368: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17369: stops before <...>$
17370:
17371: 2002-09-11 paf
17372:
17373: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17374: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17375: forgot to check users of those funcs. not all were using that
17376: return value convention
17377:
17378: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17379: windows-1254 added
17380:
17381: 2002-09-10 paf
17382:
17383: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17384: VCodeFrame parent param were specified badly
17385:
17386: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17387: WWrapper which used in constructing objects(second param to sql
17388: method) ^...sql{}[$.default{code}] now has parent, wich helps
17389: code in hash to survivi
17390:
17391: * src/: include/pa_request.h, main/execute.C: removed redundant
17392: param to execute [stack said 'thanks']
17393:
17394: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17395: types/pa_value.h, types/pa_vcode_frame.h,
17396: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17397: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17398: responsibility to wcontext
17399:
17400: * src/classes/file.C: decided not to log exec's with stderr, that
17401: could be warnings, and it's up to scritper to log/show them
17402:
17403: * src/: classes/double.C, main/execute.C: double:sql badly called
17404: write_assign_lang, not write_no_lang, thus doing unnecessary
17405: double/string converstion, which were loosing time&precesion
17406:
17407: * src/: main/pa_charset.C, types/pa_vmail.C:
17408: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17409: case of unfinished in buffer processing, causing accidental
17410: transcode stop [in case that source enc != utf-8 & there is
17411: incomplete utf-8 sequence at the end of 16000block iside of
17412: libxml lib] tfm readed & code updated
17413:
17414: 2002-09-04 paf
17415:
17416: * configure: makes with sjlj
17417:
17418: * INSTALL, src/include/pa_config_fixed.h,
17419: src/include/pa_sql_connection.h,
17420: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17421: checked. on win32 it made default
17422:
17423: * src/include/pa_config_auto.h.in: sjlj define
17424:
17425: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17426: can not work with longjump/throw pair, and one must switch that
17427: on there. todo: detect that automatically]
17428:
17429: * src/types/pa_vxnode.C: removed too strong checks of
17430: xnode.elements. now, for instance, if element does not have any
17431: attributes, $xnode.attributes is void, not error
17432:
17433: 2002-09-02 paf
17434:
17435: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17436: removed double_result, didn't help
17437:
17438: * src/main/execute.C: double_result made to move that var away from
17439: hungry g++ optimizer (-O2), before: it were optimized and
17440: comparison operators worked badly
17441:
17442: * src/types/pa_vdate.h: removed debug
17443:
1.116 moko 17444: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17445:
17446: * src/main/execute.C: fixed numeric < & co so that thay now use
17447: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17448: unknown reason.
17449:
17450: 2002-08-29 paf
17451:
17452: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17453: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17454: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17455: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17456: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17457: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17458: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17459: [called less frequent, allowed to remove ugly
17460: Junction.change_context-s from many places, switch,
17461: mail:send..html{}, ..] request.root renamed to method_frame [more
17462: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17463: [speed up]
17464:
17465: 2002-08-28 paf
17466:
17467: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17468: tainted
17469:
17470: * src/types/pa_vcookie.C: fixed cookie delete when
17471: $cookie:name[$.value[]]
17472:
17473: * operators.txt, src/classes/string.C:
17474: ^string.split[delim[;options]]
17475:
17476: 2002-08-27 paf
17477:
1.116 moko 17478: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17479:
17480: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17481: delimiter
17482:
17483: * INSTALL: recommended latest gmime 1.0.5
17484:
17485: 2002-08-26 paf
17486:
17487: * configure, configure.in: apache13/hook added to make dist.
17488:
17489: 2002-08-23 paf
17490:
17491: * src/: include/pa_common.h, main/pa_common.C,
17492: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17493: beside binary [cgi, isapi] not accessible [due to bad rights or
17494: whatever] it's error now
17495:
17496: 2002-08-21 paf
17497:
1.116 moko 17498: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17499:
17500: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17501: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17502: class". compiled as if here they named base class
17503:
17504: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17505: cloning constructor]
17506:
17507: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17508:
1.150 moko 17509: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17510: $mail.received.file.value.content-type fixed
17511:
17512: 2002-08-20 paf
17513:
17514: * src/classes/file.C: fixed language of file:file result
17515:
17516: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17517: from 3.0.0005
17518:
17519: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17520:
17521: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17522: 3.0.0005
17523:
17524: * src/classes/void.C, operators.txt: ^void.length[] = 0
17525:
17526: 2002-08-19 paf
17527:
17528: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17529: work now
17530:
17531: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17532: error in xnode, which were not catched in xdoc]
17533:
17534: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17535: prepared: // validate each document after load/create (?)
17536: //xmlDoValidityCheckingDefaultValue = 1;
17537:
17538: 2002-08-15 paf
17539:
17540: * src/classes/classes.h: write to static var caused useless
17541: Exception, introduced Methoded::put_element wich consumes those
17542:
17543: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17544: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17545: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17546: $response:field[date] $response:field[$.xxx[date]]
17547:
17548: * src/: classes/hash.C, classes/string.C, classes/table.C,
17549: classes/void.C, include/pa_sql_connection.h: fixed source of
17550: ^hash::sql{bad}
17551:
17552: * operators.txt: $request:body unprecessed POST request body
17553:
17554: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17555:
17556: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17557: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17558:
17559: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17560: src/include/pa_request.h, src/main/pa_pool.C,
17561: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17562: $request:body r.post_data now const
17563:
17564: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17565: classes/xnode.C, main/execute.C, types/pa_value.h,
17566: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17567: types/pa_vtable.h: instead of type() checking everywhere used
17568: Value.as now user descendants can be used in params.
17569:
17570: VObject::as_*, is_defined now taken from bases. xtable(table)
17571: ^if($xtable) now OK
17572:
17573: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17574: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17575: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17576:
17577: 2002-08-14 paf
17578:
17579: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17580: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17581: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17582: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17583: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17584: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17585: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17586: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17587: types/pa_vresponse.C, types/pa_vresponse.h,
17588: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17589: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17590: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17591: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17592: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17593: & VClass
17594:
17595: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17596:
17597: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17598: removed fixopt stupidity. on stupid linux use cd /document/root
17599: ../cgi/parser3 script
17600:
17601: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17602: params, splitting them by space, excluding argv[0], argv[argc-1]
17603:
17604: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17605: fixopt.h: fixopt now preprocesses command line params, splitting
17606: them by space, excluding argv[0], argv[argc-1]
17607:
17608: * src/targets/cgi/parser3.C: -f config file
17609:
17610: * src/targets/cgi/parser3.C: fixed .log file dir
17611:
17612: 2002-08-13 paf
17613:
17614: * src/types/pa_vobject.C: allow override parent variables, useful
17615: for form descendants [in vobject too, were in vclass]
17616:
17617: * src/types/pa_vclass.C: allow override parent variables, useful
17618: for form descendants
17619:
17620: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17621: overwritten in derived(table)
17622:
17623: * src/: classes/form.C, classes/mail.C, classes/op.C,
17624: classes/xnode.h, include/pa_request.h, main/execute.C,
17625: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17626: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17627: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17628: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17629: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17630: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17631: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17632: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17633: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17634: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17635: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17636: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17637: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17638: Value::get_element(..., bool looking_down) [needed to exclude
17639: endless recoursion]
17640:
17641: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17642: fix bug with put endless recoursion todo: check 'as'
17643:
17644: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17645: reorganized modules todo: fix bug with put endless recoursion
17646: todo: check 'as'
17647:
17648: * src/types/pa_vobject.h: checked: table fields can be overwritten
17649: in derived(table)
17650:
17651: * src/types/pa_vobject.h: derived classes can have fields of their
17652: own now
17653:
17654: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17655: fixed error message on using non-created table
17656:
17657: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17658: classes/op.C, classes/xnode.h, include/pa_request.h,
17659: main/compile.C, main/compile.tab.C, main/execute.C,
17660: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17661: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17662: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17663: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17664: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17665: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17666: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17667: types/pa_vresponse.C, types/pa_vresponse.h,
17668: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17669: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17670: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17671: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17672: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17673: looking down/up tree todo: fix error message on non-constructed
17674: parents
17675:
17676: 2002-08-12 paf
17677:
17678: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17679: derived OK
17680:
17681: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17682: thorough testing
17683:
17684: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17685: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17686: types/pa_vobject.h, types/pa_vstateless_class.h,
17687: types/pa_vstateless_object.h, types/pa_wcontext.h,
17688: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17689: ^base:create[] dynamic call rewritten todo: thorough testing
17690:
17691: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17692: now instantates base class, remembers it and saves child in
17693: parent VObject.get_class now returns last child = downward
17694: virtual calls OK
17695:
17696: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17697: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17698: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17699: types/pa_vobject.h, types/pa_vresponse.h,
17700: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17701: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17702: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17703: VAliased [redundant], moved $CLASS to VObject only [parser class
17704: instance]
17705:
17706: * src/main/pa_request.C: $response:body[file] content-type check
17707: fixed [were bad when content-type is hash]
17708:
17709: 2002-08-09 paf
17710:
17711: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17712: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17713:
17714: 2002-08-08 paf
17715:
17716: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17717: src/main/pa_globals.C: year column in month calendar [week year]
17718:
17719: * src/main/execute.C: error reporting on object writes to MAIN
17720: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17721:
17722: * operators.txt, src/types/pa_vdate.h: $date.yearday
17723: $date.daylightsaving
17724:
17725: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17726: use tainted data now. only she must specify the language.
17727:
17728: ^mail:send[ $.from[paf@mail.design.ru]
17729: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17730: $.text[^taint[uri][ìîñêâà]=] ]
17731:
17732: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17733: now prints more precise origin
17734:
17735: * src/include/pa_string.h: String::first_char now not fails on
17736: empty strings ^if(-f '') now ok and in 3 other places.
17737:
17738: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17739: String::first_char now not fails on empty strings ^if(-f '') now
17740: ok and in 3 other places.
17741:
17742: 2002-08-07 paf
17743:
17744: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17745: fixed
17746:
17747: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17748:
17749: * src/: main/execute.C, types/pa_vcode_frame.h,
17750: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17751: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17752: mistakenly not completely transparent to object writes.
17753: $hash[^if(1){$hash}] now works
17754:
17755: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17756: now erasing cache file [there were bad check on that]
17757:
17758: * src/: classes/classes.dsp, classes/table.C,
17759: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17760: all Debug dirs in .dsp now named 'Debug'
17761:
1.116 moko 17762: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17763:
17764: * operators.txt, src/classes/mail.C: exception_type email.send
17765:
17766: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17767:
17768: * src/types/pa_vmail.C: mail:send empty email checked
17769:
17770: 2002-08-06 paf
17771:
17772: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17773: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17774: ^table::create[$source;$.options] ^table::join[$source;$.options]
17775:
17776: * operators.txt, src/classes/hash.C, src/classes/string.C,
17777: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17778: # $.default() }
17779:
17780: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17781:
17782: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17783: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17784: $file.content-type [instead of .mime-type] now works for
17785: file::stat also
17786:
17787: * src/main/pa_request.C: case insensitive mime_type_of
17788:
17789: 2002-08-05 paf
17790:
17791: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17792:
17793: * src/types/pa_vmail.C: file buffer relocated to parser heap
17794:
17795: * operators.txt: comment on date:calendar week column
17796:
17797: * src/main/pa_common.C: write checked
17798:
17799: * src/main/: pa_common.C: write checked
17800:
17801: * src/classes/date.C: +1 buf size for stupid snprintfs
17802:
17803: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17804: month calendar week column [ISO 8601 Week Numbers]
17805:
17806: 2002-08-02 paf
17807:
17808: * src/: include/pa_config_fixed.h, main/pa_string.C,
17809: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17810: DEBUG*
17811:
17812: * configure, configure.in, src/include/pa_version.h: release
17813: 3_0_0005
17814:
17815: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17816: multipart post fixed
17817:
17818: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17819: response transcoded source->client only when text/* or simple
17820: onoverridden $response:body
17821:
17822: 2002-08-01 paf
17823:
17824: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17825: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17826: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17827: classes/op.C, classes/response.C, classes/string.C,
17828: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17829: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17830: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17831: include/pa_config_fixed.h, include/pa_dictionary.h,
17832: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17833: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17834: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17835: include/pa_socks.h, include/pa_sql_connection.h,
17836: include/pa_sql_driver_manager.h, include/pa_stack.h,
17837: include/pa_string.h, include/pa_stylesheet_connection.h,
17838: include/pa_stylesheet_manager.h, include/pa_table.h,
17839: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17840: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17841: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17842: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17843: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17844: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17845: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17846: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17847: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17848: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17849: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17850: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17851: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17852: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17853: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17854: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17855: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17856: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17857: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17858: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17859: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17860: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17861: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17862: types/pa_vmethod_frame.h, types/pa_vobject.h,
17863: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17864: types/pa_vresponse.h, types/pa_vstateless_class.C,
17865: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17866: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17867: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17868: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17869: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17870: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17871:
17872: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17873: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17874: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17875: classes/math.C, classes/op.C, classes/response.C,
17876: classes/string.C, classes/table.C, classes/void.C,
17877: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17878: include/pa_array.h, include/pa_cache_managers.h,
17879: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17880: include/pa_config_fixed.h, include/pa_config_includes.h,
17881: include/pa_dictionary.h, include/pa_dir.h,
17882: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17883: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17884: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17885: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17886: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17887: include/pa_stack.h, include/pa_string.h,
17888: include/pa_stylesheet_connection.h,
17889: include/pa_stylesheet_manager.h, include/pa_table.h,
17890: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17891: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17892: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17893: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17894: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17895: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17896: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17897: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17898: main/pa_sql_driver_manager.C, main/pa_string.C,
17899: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17900: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17901: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17902: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17903: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17904: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17905: targets/isapi/pool_storage.h, types/pa_valiased.C,
17906: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17907: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17908: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17909: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17910: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17911: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17912: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17913: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17914: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17915: types/pa_vresponse.C, types/pa_vresponse.h,
17916: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17917: types/pa_vstateless_object.h, types/pa_vstatus.C,
17918: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17919: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17920: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17921: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17922: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17923: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17924: types/Makefile.am: ident.C* removed
17925:
17926: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17927: file:find[/can/do/this/now.txt]
17928:
17929: * src/targets/cgi/parser3.C: usage to stdout now
17930:
17931: 2002-07-31 paf
17932:
17933: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17934:
17935: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17936: default "postmaster"
17937:
17938: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17939: -f postmaster now default sendmail key word "postmaster"
17940: replaced to $.from
17941:
17942: 2002-07-30 paf
17943:
1.116 moko 17944: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17945: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17946:
17947: * src/main/pa_charset.C: comment
17948:
17949: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17950: table, &#decimal;
17951:
17952: * src/main/pa_request.C: comment
17953:
17954: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17955: paragraf]
17956:
17957: 2002-07-11 paf
17958:
17959: * src/main/pa_exec.C: build command line badly added params twice
17960: [and first time without ' ']. double wrong. fixed.
17961:
17962: * src/main/pa_exec.C: invalid .exe caused error message with params
17963: wich parser did not provide = reported badly. fixed that.
17964:
17965: * src/classes/mail.C: $MAIL[ # xxx ]
17966:
17967: now ok
17968:
17969: * operators.txt: plan: sql detailed exception
17970:
17971: 2002-07-01 paf
17972:
17973: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17974: [MForm.configure_admin were called when request.main_class ==0
17975:
17976: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17977:
17978: * src/classes/form.C: content_length type fix
17979:
17980: 2002-06-30 paf
17981:
17982: * src/classes/mail.C: merged from 4
17983:
17984: * src/classes/mail.C: restored $MAIL
17985:
17986: 2002-06-28 paf
17987:
17988: * configure, configure.in: removed paths.h
17989:
1.116 moko 17990: * configure, src/include/pa_version.h,
1.95 moko 17991: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17992: merged, makes updated
17993:
17994: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17995: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17996: src/include/pa_pool.h, src/include/pa_version.h,
17997: src/main/pa_charset.C, src/main/pa_pool.C,
17998: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17999: src/types/pa_vmail.C: merged latest updates to head
18000:
18001: 2002-06-27 paf
18002:
18003: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18004: not error now
18005:
18006: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18007: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18008: src/main/pa_charset.C, src/main/pa_pool.C:
18009: ^xdoc::create[[uri]]... base uri for document being created,
18010: imports and other relative file names would be relative to this
18011: uri default uri=path_translated
18012:
18013: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18014:
18015: 2002-06-26 paf
18016:
18017: * configure, configure.in, src/include/pa_version.h:
18018: release_3_0_0004
18019:
18020: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18021: 0 now
18022:
18023: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18024:
18025: 2002-06-25 paf
18026:
18027: * src/main/pa_string.C: emtpy string, or string of whitespaces
18028: considered bad number now
18029:
18030: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18031: now
18032:
18033: * operators.txt, src/classes/string.C: ^string.normalize [old
18034: name: optimize
18035:
18036: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18037: library configured
18038:
18039: * src/main/pa_request.C: configure_admin forced if no @conf
18040:
1.150 moko 18041: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18042: ^math:crypt updated to generate random salt when needed and to
18043: call system crypt() if not $apr1$ prefix
1.95 moko 18044:
18045: 2002-06-24 paf
18046:
18047: * INSTALL: --with-static/shared-mailreceive described
18048:
18049: * src/include/pa_config_fixed.h: ssize_t fixed
18050:
1.116 moko 18051: * configure, configure.in, src/include/pa_config_auto.h.in,
18052: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18053: src/types/pa_vmail.C: $mail:received makes update
18054:
18055: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18056: WITH_MAILRECEIVE
18057:
18058: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18059:
18060: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18061: option, for $mail:receive
18062:
18063: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18064: introducting $message:received ^mail:send rewritten with backward
18065: comp
18066:
18067: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18068: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18069: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18070: now
18071:
18072: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18073: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18074: src/include/pa_request.h, src/include/pa_string.h,
18075: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18076: src/main/pa_globals.C, src/main/pa_request.C,
18077: src/main/pa_string.C, src/main/pa_uue.C,
18078: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18079: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18080: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18081: uue to separate file introducting $message:received ^mail:send
18082: rewritten with backward comp
18083:
18084: 2002-06-21 paf
18085:
1.116 moko 18086: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18087: co changes
1.95 moko 18088:
1.116 moko 18089: * configure, configure.in, src/lib/md5/Makefile.am,
18090: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18091: restructure .in and .am files appropriate changes
1.95 moko 18092:
18093: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18094: pcre to libs/ added libs/md5 which is linked to non-apache
18095: targets ^math:crypt[password;$apr1$salt]
18096:
18097: * INSTALL, configure.in, operators.txt, parser3.dsw,
18098: src/Makefile.am, src/classes/Makefile.am,
18099: src/classes/classes.dsp, src/classes/math.C,
18100: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18101: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18102: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18103: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18104: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18105: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18106: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18107: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18108: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18109: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18110: src/lib/pcre/pcre_parser_ctype.dsp,
18111: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18112: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18113: src/main/compile.tab.C, src/main/main.dsp,
18114: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18115: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18116: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18117: to libs/ added libs/md5 which is linked to non-apache targets
18118: ^math:crypt[password;$apr1$salt]
18119:
18120: 2002-06-20 paf
18121:
1.150 moko 18122: * INSTALL, configure, configure.in, operators.txt,
18123: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18124: src/include/pa_globals.h, src/include/pa_request.h,
18125: src/main/execute.C, src/main/pa_request.C,
18126: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18127: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18128: file:justname&co & @auto/conf[filespec
1.95 moko 18129:
18130: * operators.txt, src/classes/file.C:
18131: !^file:dirname[/a/some.tar.gz]=/a
18132: !^file:dirname[/a/b/]=/a
18133: !^file:basename[/a/some.tar.gz]=some.tar.gz
18134: !^file:justname[/a/some.tar.gz]=some.tar
18135: !^file:justext[/a/some.tar.gz]=gz
18136:
18137: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18138: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18139: @conf/auto[filespec]
18140:
1.116 moko 18141: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18142:
1.150 moko 18143: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18144: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18145: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18146:
18147: 2002-06-18 paf
18148:
18149: * configure, configure.in, src/include/pa_version.h: version to
18150: configure.in
18151:
18152: * INSTALL: reflected .conf.dist dir change
18153:
1.150 moko 18154: * Makefile.am, configure, configure.in,
1.116 moko 18155: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18156: .in & *.am updated
18157:
18158: * src/classes/file.C: strncasecmp
18159:
18160: * src/classes/file.C: strcasecmp
18161:
1.150 moko 18162: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18163:
18164: * src/classes/file.C: ^file::exec[script;$.bad error case
18165: insensitive check now
18166:
18167: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18168:
18169: * configure, configure.in, src/include/pa_pool.h,
18170: src/include/pa_types.h: pack configure.in detection simplified.
18171: figured out that gcc on sparc not that stupid as thought
18172: previously: on sparc: when it sees packed class it modifies it's
18173: field-access-code to byte operations [stb, ldub] instead of 4byte
18174: operations [st, lduh] so packed must be all parts of packed
18175: class, i.e. it's parents&fields(classes). for now it's only
18176: String that packed and what was wrong is that it's parent -
18177: Pooled, were not packed. fixed that.
18178:
18179: 2002-06-14 paf
18180:
18181: * operators.txt: more precise xml-to-text options
18182:
18183: * operators.txt, src/types/pa_vxnode.C: xnode
18184: attribute_node.name/value xnode pi.node.data
18185:
18186: 2002-06-12 paf
18187:
1.116 moko 18188: * configure, configure.in, src/targets/cgi/Makefile.am,
18189: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18190:
18191: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18192: src/include/pa_globals.h, src/include/pa_request.h,
18193: src/main/compile.tab.C, src/main/pa_globals.C,
18194: src/main/pa_request.C, src/targets/cgi/parser3.C,
18195: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18196:
18197: * src/classes/mail.C: sendmail -ti [default now]
18198:
18199: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18200: to be strings. for convinient #ing
18201:
18202: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18203: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18204:
18205: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18206: main/pa_globals.C, main/pa_request.C: @conf
18207:
18208: 2002-06-11 paf
18209:
18210: * src/classes/file.C: check simplified
18211:
18212: * src/: classes/file.C, targets/cgi/parser3.dsp,
18213: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18214: valid prefix
18215:
18216: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18217: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18218: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18219:
18220: 2002-06-10 paf
18221:
18222: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18223: src/main/pa_common.C: lock failures reported now
18224:
18225: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18226: string->double @ compile time were not-enough-checking...
18227:
18228: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18229: autoconvert now ignored
18230:
18231: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18232: check
18233:
18234: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18235: $response:body content-type:name
18236:
18237: * configure, configure.in: hpux check, nsl link, no socket
18238:
18239: * operators.txt: old merge conflict removed
18240:
18241: * configure, configure.in: pack even address access on sparc&co
18242: arch checked in configure
18243:
18244: * configure, src/include/pa_version.h: makes
18245:
18246: * configure, configure.in, src/include/pa_version.h: makes
18247:
18248: * src/main/untaint.C: (bug#2) mail subject got always prepended
18249: with charset even when all letters were 7bit one
18250:
18251: * src/main/pa_common.C: merged fixed -d (bug)
18252:
18253: * src/main/pa_common.C: fixed -d (bug)
18254:
18255: 2002-06-03 paf
18256:
18257: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18258: src/classes/classes.dsp, src/main/compile.tab.C,
18259: src/main/main.dsp, src/main/pa_globals.C,
18260: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18261: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18262: .dsp-s along with reorganized cvs modules dirs structure
18263:
18264: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18265: main/pa_globals.C, targets/cgi/parser3.dsp,
18266: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18267: modules
18268:
18269: 2002-05-28 paf
18270:
18271: * src/targets/cgi/parser3.C: info.uri now ""
18272:
18273: 2002-05-17 paf
18274:
18275: * src/classes/: table.C: ^table.save << checked empty
18276: pre/match/post columns
18277:
18278: 2002-05-16 paf
18279:
18280: * src/classes/image.C: image::measure can png now
18281:
18282: 2002-05-15 paf
18283:
18284: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18285: added
18286:
18287: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18288:
18289: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18290: %H[:%M[:%S]]]]]] [-%m now
18291:
18292: 2002-05-14 paf
18293:
18294: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18295:
18296: 2002-05-07 paf
18297:
18298: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18299: src/include/pa_globals.h, src/include/pa_request.h,
18300: src/include/pa_table.h, src/main/compile.tab.C,
18301: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18302: src/main/pa_request.C, src/main/pa_table.C,
18303: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18304: src/targets/isapi/parser3isapi.dsp,
18305: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18306: name2number field now &. main_method_name now on Request pool
18307: rather on global_pool [Junction+VJunction created on same pool as
18308: name = were created on global pool, causing mem leaks]
18309:
18310: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18311: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18312: main/compile.y, main/main.dsp, main/pa_globals.C,
18313: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18314: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18315: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18316: field now &. main_method_name now on Request pool rather on
18317: global_pool [Junction+VJunction created on same pool as name =
18318: were created on global pool, causing mem leaks]
18319:
18320: 2002-05-06 paf
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: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18327: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18328: 100*40 bytes per request memory leak [nonpool malloc in globals]
18329:
18330: 2002-04-30 paf
18331:
18332: * configure, src/include/pa_version.h: version now not b
18333:
18334: * src/targets/cgi/parser3.C: request.uri now never 0
18335:
18336: 2002-04-29 paf
18337:
18338: * configure.in: removed b
18339:
18340: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18341: Exception::comment/type checked in (), no there's no empty
18342: type/comment by default
18343:
18344: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18345: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18346: src/doc/value.dox, src/include/pa_exception.h,
18347: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18348: 0001
18349:
18350: 2002-04-26 paf
18351:
18352: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18353: size reduced
18354:
18355: 2002-04-25 paf
18356:
18357: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18358: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18359: now that took into account
18360:
18361: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18362: 01:03:04]
18363:
18364: * ChangeLog, operators.txt, src/classes/date.C:
18365: ^date::create[2002-12-33 01:03:04]
18366:
18367: * ChangeLog: updated changelog
18368:
18369: * src/classes/table.C: removed restriction on column count to
18370: ^table.hash to work, now must be >0 [were >1]
18371:
18372: 2002-04-24 paf
18373:
18374: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18375: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18376: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18377: targets
18378:
18379: 2002-04-23 paf
18380:
18381: * operators.txt, src/classes/string.C:
18382: int/double/string:sql{}[$.default{code}] fixed [were barking:
18383: "junction used outside of context"]
18384:
18385: 2002-04-22 paf
18386:
18387: * types.txt, src/classes/string.C, src/include/pa_string.h,
18388: src/main/pa_string.C, src/types/pa_vstring.C,
18389: src/types/pa_vstring.h: ^string.optimize[]
18390:
18391: * src/: include/pa_globals.h, include/pa_table.h,
18392: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18393: table template
18394:
18395: * src/classes/: string.C: optimize removed from string
18396: .left/right/pos
18397:
18398: * src/main/execute.C: rolled back to
18399: before_killing_userjunction_contexts
18400:
18401: * src/main/execute.C: user junctions context killed
18402:
18403: * src/main/execute.C: junctions to local contexts got
18404: cleanized&checked later
18405:
18406: 2002-04-19 paf
18407:
18408: * src/: classes/string.C, include/pa_request.h,
18409: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18410: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18411: prior to .left .right .mid .pos .match when that is profitable,
18412: and always before .replace when $ORIGINS(1) optimization disabled
18413: economy from not wasting mem on lots of strings which occur by
18414: lots of String:mid calls to get parts of source string between
18415: found_occurances
18416:
18417: * src/classes/file.C: ovector now local economy: 16 bytes per
18418: ^file:list
18419:
18420: * src/: include/pa_globals.h, include/pa_table.h,
18421: main/pa_globals.C, main/pa_string.C: String::match table columns
18422: globalized, not created @ each ^match anymore economy:
18423: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18424:
18425: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18426: removed from each String::match replace iteration, and made
18427: stacked sizeof(VTable)=12bytes economy on each replace code
18428:
18429: * src/doc/footer.htm: 2001,
18430:
18431: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18432: string.match[]['] option enables generation of $match.prematch
18433: .match .postmatch columns
18434:
18435: * src/main/pa_string.C: String::match options analized without
18436: cstr-ing them now
18437:
18438: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18439: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18440: config updated to doxygen 1.2.15, created helper which fixes
18441: minor bugs in chm project files & htm tree. changed extension to
18442: .htm
18443:
18444: 2002-04-18 paf
18445:
18446: * src/doc/doxygen.cfg: .chi generation disabled
18447:
18448: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18449: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18450: fields&methods
18451:
18452: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18453: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18454: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18455: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18456: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18457: types/pa_vresponse.h, types/pa_vstateless_class.h,
18458: types/pa_vstateless_object.h, types/pa_vstatus.h,
18459: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18460: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18461: VStateless_class to VObject
18462:
18463: * src/: main/pa_request.C, types/pa_valiased.h,
18464: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18465: types/pa_vstring.h: VStateless_string_object speicalized light
18466: version of VStateless_object
18467:
18468: * src/classes/op.C: ^throw comment param made optional
18469:
18470: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18471: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18472: and implemented down in VClass, fclass_alias removed,
18473:
18474: * src/types/pa_value.C: forced to cut that from .h because of
18475: VStateless_class usage [undefined in .h]
18476:
18477: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18478: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18479: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18480: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18481: on each CALL]
18482:
18483: * src/: classes/classes.h, classes/date.C, classes/double.C,
18484: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18485: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18486: classes/response.C, classes/string.C, classes/table.C,
18487: classes/void.C, classes/xnode.C, include/pa_globals.h,
18488: include/pa_request.h, main/execute.C, main/pa_globals.C,
18489: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18490: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18491: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18492: types/pa_vstateless_class.h, types/pa_wcontext.C,
18493: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18494: removed Value::fname
18495:
18496: 2002-04-17 paf
18497:
18498: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18499: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18500: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18501: include/pa_pool.h, include/pa_types.h: dox updated to current
18502: state, PTHROW freshen to throw & co
18503:
18504: * src/types/pa_vhash.h: vstring wrong parent fixed
18505:
18506: * src/classes/op.C: taint local result var bug fixed
18507:
18508: 2002-04-16 paf
18509:
18510: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18511: Attic asm.txt as most interesting
18512:
18513: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18514: check, preventing content-length: 0 from appearing
18515:
18516: * src/main/execute.C: $result in @main now taken into account as in
18517: usual functions
18518:
18519: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18520: & @unhandled_exception now taken into account as in usual
18521: functions
18522:
18523: * src/doc/postbuild.txt: instructions on post .html build
18524:
18525: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18526:
18527: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18528: tainted
18529:
18530: * src/main/pa_request.C: uri in error log
18531:
18532: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18533: cheched date:create(days) param for validity [later were assumed
18534: valid and crashed on invalid onces]
18535:
18536: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18537: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18538: and used that for removing VString wrapper
18539:
18540: * src/classes/op.C: exception2vhash file now tainted
18541:
18542: * src/classes/op.C: _process pseudo origin copied from local var to
18543: heap
18544:
18545: * src/classes/op.C: extra check on empty file in origin in _execute
18546:
18547: 2002-04-15 paf
18548:
18549: * src/: main/execute.C, types/pa_value.h: fixed name update
18550:
18551: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18552: functions
18553:
18554: * src/: classes/file.C, classes/hash.C, classes/op.C,
18555: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18556: started dual write_xxx_lang functions, if checked & works
18557:
18558: * src/: classes/date.C, classes/file.C, classes/mail.C,
18559: classes/string.C, classes/xnode.C, include/pa_request.h,
18560: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18561: unnecessary VString shells
18562:
18563: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18564: prev changes]
18565:
18566: * src/: classes/image.C, classes/op.C, classes/string.C,
18567: classes/table.C, include/pa_request.h, main/execute.C,
18568: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18569: StringOrValue wcontext result, now ready for dual writes
18570:
18571: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18572: checked that
18573:
18574: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18575: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18576: changed to OP_WRITE_VALUE in var get cases
18577:
18578: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18579: include/pa_request.h, main/compile.tab.C, main/compile.y,
18580: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18581: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18582: switch in hash constructor fixed [were problems with using of
18583: stacked wwrapper after it's death]
18584:
18585: 2002-04-12 paf
18586:
18587: * operators.txt, src/classes/table.C: table.select(expression) 0
18588:
18589: 2002-04-11 paf
18590:
18591: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18592: Request::process_internal codeFrame & wwrapper stacked [not
18593: wasting heap anymore]
18594:
18595: 2002-04-10 paf
18596:
18597: * src/: classes/double.C, classes/file.C, classes/hash.C,
18598: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18599: classes/string.C, classes/table.C, classes/void.C,
18600: classes/xdoc.C, include/pa_request.h, main/execute.C,
18601: main/pa_string.C: killed Request::process() wrapping
18602: VString(String) in case we need only String
18603:
18604: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18605: killed 8 bytes from String.head
18606:
18607: 2002-04-09 paf
18608:
18609: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18610: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18611: local*/char b[...]; a=b; situations
18612:
18613: * operators.txt, src/classes/xdoc.C: xslt params made literal
18614:
18615: * src/classes/xdoc.C: xslt params fixed
18616:
18617: * src/: main/pa_common.C, targets/cgi/parser3.C,
18618: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18619: not pool.malloc(MAX_NUMBER) but really neaded
18620:
18621: * operators.txt, src/classes/double.C, src/classes/int.C:
18622: int/double.int/double(default)
18623:
18624: 2002-04-04 paf
18625:
18626: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18627: [when reconstructing pieces were split by
18628: max_integral(piece.size), thus some strings to replace happen to
18629: be split into two = not replaced)
18630:
18631: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18632: standalone version = current dir
18633:
18634: * src/targets/cgi/parser3.C: document root in standalone version =
18635: current dir
18636:
18637: 2002-04-03 paf
18638:
18639: * configure, configure.in: more checks on nonexistent charset
18640:
1.116 moko 18641: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18642:
18643: 2002-04-02 paf
18644:
18645: * src/main/compile.C: parser.compile [exception name more like in
18646: doc]
18647:
18648: 2002-04-01 paf
18649:
18650: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18651: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18652: .content-type.charset, not .charset
18653:
18654: 2002-03-29 paf
18655:
18656: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18657:
18658: * operators.txt, src/classes/date.C: ^date::create now may not
18659: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18660: days' year. | 31.05->31.04 roll
18661:
18662: 2002-03-28 paf
18663:
18664: * operators.txt, src/classes/date.C, src/classes/op.C,
18665: src/include/pa_globals.h, src/include/pa_hash.h,
18666: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18667: ^cache(seconds) ^cache[date] }
18668:
18669: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18670: param
18671:
18672: 2002-03-27 paf
18673:
18674: * operators.txt, src/classes/date.C, src/classes/double.C,
18675: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18676: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18677: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18678: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18679: src/classes/xnode.C, src/include/pa_exception.h,
18680: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18681: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18682: src/main/pa_array.C, src/main/pa_charset.C,
18683: src/main/pa_charsets.C, src/main/pa_common.C,
18684: src/main/pa_dictionary.C, src/main/pa_exception.C,
18685: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18686: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18687: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18688: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18689: src/types/pa_value.h, src/types/pa_vcookie.C,
18690: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18691: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18692: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18693: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18694: src/types/pa_wwrapper.h: assigned exception types
18695:
18696: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18697: src/include/pa_request.h, src/main/execute.C,
18698: src/main/pa_request.C: decided agains resetting exception_trace,
18699: just changed name
18700:
18701: 2002-03-26 paf
18702:
18703: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18704: fixed
18705:
18706: * src/classes/op.C: forced language of $source field of exception
18707: to 'tainted', so that sql-langed-frags could be outputed outside
18708: of connect
18709:
18710: * operators.txt: removed date.roll limit of +-1 offset
18711:
18712: * src/classes/date.C: removed date.roll limit of +-1 offset
18713:
18714: * operators.txt, src/classes/date.C: fixed date roll on
18715: daylightsaving days mktime took into account tm_isdst flag, which
18716: remained from BEFORE roll, but should have been reset
18717:
18718: 2002-03-25 paf
18719:
18720: * operators.txt, src/targets/cgi/parser3.C:
18721: http_site_config_filespec
18722:
18723: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18724: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18725: with any/both --disable-foreign-group-files --disable-execs
18726:
18727: * INSTALL: "--with=sendmail=COMMAND" comment
18728:
18729: * INSTALL, configure, configure.in, src/classes/mail.C,
18730: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18731: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18732: disables execs also. introducing --sendmail
1.95 moko 18733:
18734: * operators.txt: pgsql options comment
18735:
18736: * INSTALL: comment on --disable-link-stdcpp
18737:
1.116 moko 18738: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18739: libstdc++ link skipping configure option
1.95 moko 18740:
18741: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18742: with error were put to cache with 'marked_to_rollback' flag, all
18743: consequent even OK requests rolled back
18744:
18745: 2002-03-22 paf
18746:
18747: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18748: false return
18749:
18750: * operators.txt: few comments on sets
18751:
18752: 2002-03-18 paf
18753:
18754: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18755: src/include/pa_globals.h, src/include/pa_request.h,
18756: src/include/pa_stack.h, src/main/pa_globals.C,
18757: src/main/pa_request.C: introducing ^try
18758:
18759: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18760: types/pa_vdouble.h: removed some tested @tests
18761:
18762: 2002-03-15 paf
18763:
18764: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18765:
18766: 2002-03-13 paf
18767:
18768: * src/main/pa_exception.C: checked not-pooled malloc
18769:
18770: 2002-03-11 paf
18771:
18772: * INSTALL, configure, configure.in,
18773: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18774:
18775: * src/main/pa_common.C: --disable-foreign-group-files
18776:
18777: * INSTALL: --disable-execs
18778:
18779: * src/main/pa_exec.C: --disable-execs
18780:
18781: * configure, configure.in, src/include/pa_config_auto.h.in:
18782: --disable-execs
18783:
18784: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18785:
18786: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18787: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18788:
18789: 2002-03-05 paf
18790:
18791: * operators.txt, src/classes/date.C: date week calendar columns
18792: named
18793:
18794: * operators.txt, src/classes/date.C: date week calendar columns
18795: named
18796:
18797: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18798: requires headers to be terminated with \r\n manually [refuses to
18799: separate header/body itself]
18800:
18801: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18802: targets/isapi/parser3isapi.C: isapi site config beside .dll
18803:
18804: 2002-03-04 paf
18805:
18806: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18807: in PASS language
18808:
18809: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18810: deserialize checks on broken file
18811:
18812: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18813: parser3isapi.dsp: isapi updated
18814:
18815: 2002-03-01 paf
18816:
18817: * src/main/pa_exec.C: execle -> execve, now argc OK
18818:
18819: 2002-02-28 paf
18820:
18821: * src/main/untaint.C: removed some debug comments
18822:
18823: * src/main/pa_charsets.C: when placing charset to cache using
18824: global name now [were request]
18825:
18826: * configure, configure.in: apache module updated
18827:
18828: * src/main/pa_string.C: origin by first piece preferred before last
18829: piece
18830:
18831: 2002-02-27 paf
18832:
18833: * src/main/pa_charset.C: size_t
18834:
18835: * INSTALL: shared/static-xml with-pathlink
18836:
18837: * operators.txt: SMTP comment
18838:
18839: 2002-02-26 paf
18840:
18841: * src/main/pa_exec.C: more precise names for vars, cosmetic
18842:
18843: * src/classes/xnode.C: in some situation, xpath query returned
18844: result with type NODESET, but empty nodeset member field, checked
18845: that
18846:
18847: 2002-02-22 paf
18848:
18849: * INSTALL: without-zlib comment
18850:
18851: * etc/parser3.charsets/windows-1251.cfg: °
18852:
18853: * configure, configure.in: glib###.a detection fixed
18854:
18855: * INSTALL: hashfile removed from INSTALL
18856:
1.116 moko 18857: * Makefile.am: make update
1.95 moko 18858:
18859: * src/main/pa_string.C: string iterators fixed again, so were
18860: String::join_chain
18861:
18862: * src/main/pa_string.C: string iterators fixed again, so were
18863: String::join_chain
18864:
18865: * src/: include/pa_string.h, main/pa_string.C: string iterators
18866: fixed again, so were String::join_chain
18867:
18868: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18869:
18870: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18871: "session"
18872:
1.116 moko 18873: * configure, configure.in, src/include/pa_config_auto.h.in:
18874: --with-shared-xml --with-static-xml
1.95 moko 18875:
18876: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18877: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18878: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18879: xalan&xml
18880:
18881: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18882:
18883: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18884: src/types/types.dsp: removed hashfile support from sources for
18885: now
18886:
1.116 moko 18887: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18888: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18889: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18890: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18891: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18892: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18893: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18894: src/types/Makefile.am, src/types/pa_vhashfile.C,
18895: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18896:
18897: 2002-02-21 paf
18898:
18899: * src/main/untaint.C: removed debug code, activated commented-for
18900: debug parts
18901:
1.116 moko 18902: * Makefile.am: make cvsupdate
1.95 moko 18903:
18904: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18905: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18906: append_row, not at link zero now string to string appending works
18907:
18908: 2002-02-20 paf
18909:
18910: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18911: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18912: DEBUG_STRING_APPENDS_VS_EXPANDS
18913:
18914: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18915: economy: 22%
18916:
18917: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18918: space uptimized: string::link_row removed
18919:
18920: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18921: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18922: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18923: types/pa_vstring.h: speed uptimized: string::is_empty
18924:
18925: * operators.txt, src/include/pa_common.h,
18926: src/include/pa_config_fixed.h, src/include/pa_string.h,
18927: src/include/pa_types.h, src/main/compile.tab.C,
18928: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18929: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18930: string append optimiziation idea and estimates
18931:
18932: 2002-02-19 paf
18933:
18934: * src/classes/math.C: not used directly [but erroreously reported
18935: that 'is', thus registering twice&other probs]
18936:
18937: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18938: to node [element]
18939:
18940: * src/main/compile.C: without string_origins parse error
18941: file+line+col possible
18942:
18943: * src/main/: compile.C: without string_origins not worked
18944:
18945: 2002-02-18 paf
18946:
18947: * src/types/pa_vdouble.h: since we have in_expression removed that
18948: trick i've installed into double::as_string
18949:
18950: * src/main/pa_globals.C: extern "C" was removed too fast
18951:
18952: * src/: include/pa_opcode.h, include/pa_request.h,
18953: main/compile.tab.C, main/compile.y, main/execute.C,
18954: types/pa_wcontext.h: in_expression aimed to solve old problem
18955: with string/nonstring values, now in expressions double/int
18956: values are passed as-is, without stupid tostring/fromstring
18957: conversions
18958:
18959: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18960: __cplusplus } #endif
18961:
18962: * src/main/compile.tab.C: bison env set so one could compile
18963: without cygwin installed
18964:
18965: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18966: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18967: gnome xml libs parser .dsp-s changed accordingly
18968:
18969: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18970:
18971: * operators.txt, src/classes/date.C: date::create [were date::set,
18972: with backward comp
18973:
18974: * src/classes/math.C: math:random range check fixed
18975:
18976: * src/main/: compile.tab.C, compile.y: integer division stops name
18977:
18978: * INSTALL: local install comment
18979:
1.116 moko 18980: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18981:
1.116 moko 18982: * acinclude.m4, aclocal.m4, configure, configure.in,
18983: src/include/pa_config_auto.h.in,
18984: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18985: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18986:
18987: * operators.txt: \ comment
18988:
18989: 2002-02-13 paf
18990:
18991: * src/include/pa_config_includes.h: sys/time time both included
18992: now. vaguely remember confilicts on this on some system [not on
18993: six|ablv] so when would see them again would think up proper
18994: check
18995:
1.116 moko 18996: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18997: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18998:
18999: * src/main/pa_common.C: truncation never occured when writing files
19000: on unix [since i've changed cache mech] fix
19001:
19002: * src/main/pa_common.C: strnchr: sanity check added
19003:
19004: * etc/parser3.charsets/windows-1257.cfg: id added
19005:
19006: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19007: baltic charset file generated, in generation script ispunct check
19008: added
19009:
19010: 2002-02-08 paf
19011:
1.116 moko 19012: * src/: include/Makefile.am, sql/Makefile.am,
19013: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19014:
19015: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19016: forgotten
19017:
19018: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19019:
19020: * INSTALL, README: install&others updated
19021:
19022: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19023:
1.116 moko 19024: * Makefile.am, configure, configure.in,
19025: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19026: src/classes/Makefile.am, src/main/Makefile.am,
19027: src/main/pa_status_provider.C, src/targets/Makefile.am,
19028: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19029: works
1.95 moko 19030:
19031: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19032: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19033: classes/hashfile.C, classes/int.C, classes/mail.C,
19034: classes/math.C, classes/op.C, classes/response.C,
19035: classes/string.C, classes/table.C, classes/void.C,
19036: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19037: include/pa_array.h, include/pa_cache_managers.h,
19038: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19039: include/pa_config_fixed.h, include/pa_config_includes.h,
19040: include/pa_db_connection.h, include/pa_db_manager.h,
19041: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19042: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19043: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19044: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19045: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19046: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19047: include/pa_stack.h, include/pa_string.h,
19048: include/pa_stylesheet_connection.h,
19049: include/pa_stylesheet_manager.h, include/pa_table.h,
19050: include/pa_threads.h, include/pa_types.h, main/compile.C,
19051: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19052: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19053: main/pa_db_connection.C, main/pa_db_manager.C,
19054: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19055: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19056: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19057: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19058: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19059: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19060: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19061: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19062: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19063: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19064: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19065: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19066: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19067: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19068: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19069: types/pa_vmethod_frame.h, types/pa_vobject.h,
19070: types/pa_vrequest.h, types/pa_vresponse.h,
19071: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19072: types/pa_vstateless_object.h, types/pa_vstatus.C,
19073: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19074: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19075: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19076: classes/image.C, main/pa_common.C, main/pa_exec.C,
19077: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19078: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19079: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19080: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19081: types/pa_vxnode.C, main/pa_charset.C: name spelling
19082:
19083: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19084: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19085: classes/hashfile.C, classes/image.C, classes/int.C,
19086: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19087: classes/string.C, classes/table.C, classes/void.C,
19088: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19089: include/pa_array.h, include/pa_cache_managers.h,
19090: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19091: include/pa_config_fixed.h, include/pa_config_includes.h,
19092: include/pa_db_connection.h, include/pa_db_manager.h,
19093: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19094: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19095: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19096: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19097: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19098: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19099: include/pa_stack.h, include/pa_string.h,
19100: include/pa_stylesheet_connection.h,
19101: include/pa_stylesheet_manager.h, include/pa_table.h,
19102: include/pa_threads.h, include/pa_types.h, main/compile.C,
19103: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19104: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19105: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19106: main/pa_db_connection.C, main/pa_db_manager.C,
19107: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19108: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19109: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19110: main/pa_socks.C, main/pa_sql_driver_manager.C,
19111: main/pa_status_provider.C, main/pa_string.C,
19112: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19113: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19114: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19115: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19116: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19117: targets/isapi/pool_storage.h, types/pa_valiased.C,
19118: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19119: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19120: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19121: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19122: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19123: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19124: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19125: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19126: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19127: types/pa_vresponse.h, types/pa_vstateless_class.C,
19128: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19129: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19130: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19131: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19132: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19133: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19134:
19135: 2002-02-07 paf
19136:
19137: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19138:
1.116 moko 19139: * configure, configure.in, src/include/pa_config_auto.h.in,
19140: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19141: added yet another locking function: fcntl
1.95 moko 19142:
19143: * config.sub: on cygwin configure passes it with strange i1586
19144: const, hacked it to mean i586
19145:
19146: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19147: disabled $if reference due to conflicts with local variables
19148:
19149: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19150: xdoc::set obsolete now, now xdoc::create, with both sences
19151:
19152: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19153: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19154: table::create now // 'set' name obsolete now table clone.
19155:
19156: * operators.txt, src/classes/string.C,
19157: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19158: ^int/double/string.format now can be called with normal []
19159: brackets, not stupid {} as it were implemented for some strange
19160: reason. retaining backward compatibility due to some
19161: already-implemented servers
19162:
19163: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19164: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19165: operators now detected by check at name_without_curly_rdive_read
19166: rule whether diving code constists only of
19167: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19168: with OP_GET_ELEMENT_OR_OPERATOR to form
19169: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19170:
19171: 2002-02-06 paf
19172:
19173: * configure, configure.in: prefix expanded, grr
19174:
19175: * operators.txt, src/classes/mail.C: mail:send config changed
19176:
19177: 2002-02-05 paf
19178:
19179: * operators.txt: regex options commented
19180:
19181: * src/main/: pa_exec.C: argv0 now correct
19182:
19183: * src/types/pa_vstatus.C: status:rusage 3
19184:
19185: * src/types/pa_vstatus.C: status:rusage 2
19186:
19187: * operators.txt: status:rusage described int operators
19188:
19189: * src/types/pa_vstatus.C: status:rusage 1
19190:
19191: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19192: src/types/types.dsp: status:rusage
19193:
19194: * configure.in, operators.txt, src/classes/file.C,
19195: src/classes/op.C, src/include/pa_common.h,
19196: src/include/pa_config_includes.h, src/main/compile.tab.C,
19197: src/main/pa_common.C: rewritten ^cache to use
19198: non-blocking-exclusive-caches
19199:
19200: * src/main/pa_common.C: text file read mode on win32 adjusted
19201: [speed impact. was off for debugging purpose, but forgotten
19202: afterwards]
19203:
19204: 2002-02-01 paf
19205:
19206: * src/classes/op.C: file_write does EX lock after create, while
19207: file_read does SH after open, so there's a moment after create
19208: but before EX lock when read can sneak into, and read
19209: just-created-for-writing-and-not-yet-locked file, added a check
19210: for that in ^cache...read
19211:
19212: 2002-01-31 paf
19213:
19214: * src/main/: compile.y, compile.tab.C: disabled operator call after
19215: ^xxx:
19216:
19217: * src/main/: compile.tab.C, execute.C: made operators lookup first
19218: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19219:
19220: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19221: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19222: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19223: operators check 6.1 rewritten. now check is done at compile time
19224:
19225: * src/main/execute.C: operators check 5 floated up old error of
19226: staying in 'entered class/object' state after $a($a..) it
19227: prevented operators from being called thereafter
19228:
19229: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19230: main/execute.C: operators check 4 floated up old error of staying
19231: in 'entered object' state after ^a.a(a) it prevented operators
19232: from being called thereafter
19233:
19234: * src/main/execute.C: operators check 3 floated up old error of
19235: staying in 'entered class' state after $a:a(a) it prevented
19236: operators from being called thereafter
19237:
19238: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19239: floated up old error of staying in 'entered class' state after
19240: $a:a[a] it prevented operators from being called thereafter
19241:
19242: * src/main/execute.C: operators check, thay mistakenly seen in
19243: $class:operator $object.operators contexts
19244:
19245: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19246: win32
19247:
1.116 moko 19248: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19249: src/classes/Makefile.am, src/main/Makefile.am,
19250: src/targets/cgi/Makefile.am,
1.95 moko 19251: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19252: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19253:
1.116 moko 19254: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19255: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19256: configure, configure.in, form.txt, ident.awk, install-sh,
19257: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19258: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19259: etc/parser3.charsets/Makefile.am,
19260: etc/parser3.charsets/koi8-r.cfg,
19261: etc/parser3.charsets/windows-1250.cfg,
19262: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19263: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19264: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19265: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19266: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19267: straightened installation scripts procedure made
19268: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19269: change
19270:
19271: 2002-01-30 paf
19272:
19273: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19274: removed] those comments were a mistake, and prevented libltdl
19275: from function properly
19276:
19277: 2002-01-29 paf
19278:
1.116 moko 19279: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19280: creation [modified acinclude.m4 which were creating int into just
19281: assignment LIBTOOL=../libtool] added default system
19282: config&charsetts prepared 'make install', now it installs
19283: targets/cgi/parser3 into bin directory etc/parser3.conf &
19284: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19285: $sysconfdir/parser3.charsets respectively
19286:
19287: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19288: main/pa_globals.C: few forgotten ifdef XML added
19289:
19290: 2002-01-28 paf
19291:
1.116 moko 19292: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19293: removed
19294:
19295: * src/main/pa_exception.C: dom|generic error output fix
19296:
19297: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19298:
19299: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19300:
19301: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19302: [fixed as_node helper func to accept docs]
19303:
19304: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19305: xdoc.importNode 0
19306:
19307: * src/classes/xdoc.C: xdoc::set now untaints OK
19308:
19309: 2002-01-25 paf
19310:
19311: * src/main/: compile.tab.C, compile.y: #comment before @ after
19312: @SPECIAL now works OK
19313:
19314: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19315:
19316: * src/main/pa_exec.C: max arg count now 10, and proper message on
19317: violation that added
19318:
19319: * src/classes/hash.C: unified hash::sql, now
19320: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19321:
19322: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19323: ^file:lock[filename]{code}
19324:
19325: * src/: classes/file.C, classes/op.C, classes/string.C,
19326: classes/table.C, classes/xdoc.C, include/pa_common.h,
19327: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19328: to some pa_common funcs
19329:
19330: * src/: include/pa_charset.h, main/pa_globals.C:
19331: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19332:
19333: * src/: include/pa_charset.h, main/pa_charset.C,
19334: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19335: not stupid illegal define
19336:
19337: 2002-01-24 paf
19338:
19339: * src/include/pa_version.h: changed version number
19340:
19341: * src/: classes/hashfile.C, include/pa_db_table.h,
19342: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19343: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19344: main/pa_db_connection.C, main/pa_db_table.C,
19345: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19346: hashfile without logfiles
19347:
19348: * src/: classes/hashfile.C, include/pa_db_table.h,
19349: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19350: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19351: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19352: DB_INIT_TXN init bits, thus got rid of huge log files, which
19353: cluttered disk without huge need]
19354:
19355: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19356: handy macro, which is strangly abscent in dome lib
19357:
19358: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19359:
19360: * src/classes/xdoc.C: checked empty response
19361:
19362: * src/classes/xnode.C: xdoc.select fixed context node [were always
19363: /, not self node]
19364:
19365: * src/classes/xnode.C: xnode.select returns array always now, in
19366: case 'nothing found' returns empty array
19367:
19368: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19369: be more tender with ctrl/c/v
19370:
19371: 2002-01-23 paf
19372:
19373: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19374: substituted. // 2. when dom tree with entites goes under
19375: transform text nodes // got [erroreosly] cut on first
19376: entity occurance
19377:
19378: * src/types/pa_vdouble.h: double prec. todo: get rid of
19379: twice-converting
19380:
19381: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19382: 'e' in output this is for regretful twice-converting here:
19383: $a(double value) when they write double falue they convert it to
19384: string first, thus %g were losing precesion.
19385:
19386: todo: think up some way to remove double->string string->double
19387: twice-converting
19388:
19389: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19390: %.20E now default float format this is for regretful
19391: twice-converting here: $a(double value) when they write double
19392: falue they convert it to string first, thus %g were losing
19393: precesion.
19394:
19395: todo: think up some way to remove double->string string->double
19396: twice-converting
19397:
19398: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19399: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19400: reasons in comment inside
19401:
19402: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19403: statically linked]
19404:
19405: * src/: include/pa_exception.h, main/compile.tab.C,
19406: main/pa_exception.C: removed exception va_list constructor. 1.
19407: not needed anymore 2. there were a conflict[causing errors]
19408: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19409: never detected an ambiguilty here, compiling ctor(, "hello") into
19410: ctor(, va_list) which, of course, caused gpf
19411:
19412: * src/main/pa_globals.C: removed debug xslt messages
19413:
19414: 2002-01-22 paf
19415:
19416: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19417: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19418: helps compiling stylesheet properly. example: this refused to
19419: work, <b>«<xsl:value-of select="@title"
19420: />»</b> stranly worked only this way:
19421: <b>«<xsl:value-of select="@title" />»</b>
19422:
19423: docs says "set it to 1", never going into details, so I decided
19424: to try NOT to do that
19425:
19426: * src/classes/table.C: join behaived badly in case named tables
19427: structure mismatched: 0 strings sneaked into dest failing
19428: afterwards. replaced them with empty strings
19429:
19430: 2002-01-21 paf
19431:
19432: * src/main/pa_charset.C: checked empty transcoders in
19433: transcode_cstr|buf
19434:
19435: * src/classes/xdoc.C: xdoc::load error source = filespec
19436:
19437: * src/classes/xdoc.C: transform error source now
19438: stylesheet_filespec
19439:
1.116 moko 19440: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19441: include/pa_stylesheet_connection.h, main/pa_charset.C,
19442: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19443: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19444: gnome
1.95 moko 19445:
19446: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19447: include/pa_globals.h, include/pa_stylesheet_connection.h,
19448: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19449: xslt generic error 1
19450:
19451: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19452: xml generic message 1
19453:
19454: * src/classes/table.C: ^table::load empty lines or #comments before
19455: headline
19456:
19457: * src/: include/pa_array.h, include/pa_globals.h,
19458: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19459: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19460: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19461: errors 0
19462:
19463: 2002-01-16 paf
19464:
19465: * src/: classes/hash.C, classes/op.C, classes/string.C,
19466: classes/table.C, classes/void.C, classes/xdoc.C,
19467: include/pa_db_connection.h, include/pa_request.h,
19468: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19469: include/pa_stylesheet_connection.h,
19470: include/pa_stylesheet_manager.h, main/pa_request.C,
19471: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19472: targets/cgi/pool_storage.h: auto closers to sql_connection,
19473: stylesheet_connection auto destroyers to remaining gnome objects
19474:
19475: * src/classes/xdoc.C: few comments
19476:
19477: 2002-01-15 paf
19478:
19479: * src/classes/xdoc.C: xdoc file save string
19480:
19481: ready. todo: error handling
19482:
19483: * src/classes/xdoc.C: xdoc save rewritten using
19484: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19485: result
19486:
19487: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19488: started output options parsing
19489:
19490: 2002-01-14 paf
19491:
19492: * src/classes/xdoc.C: method
19493:
19494: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19495: include/pa_pool.h, include/pa_stylesheet_connection.h,
19496: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19497: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19498: xslt transform0. TODO: use output options handle errors
19499:
19500: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19501:
19502: 2002-01-11 paf
19503:
19504: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19505: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19506: partial logical && || evaluation
19507:
19508: * src/classes/xnode.C: xpath selectNodes
19509:
19510: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19511: string/number/bool
19512:
19513: * src/classes/xnode.C: xpath selectNode 2
19514:
19515: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19516: xpath selectNode 1
19517:
19518: 2002-01-10 paf
19519:
19520: * src/classes/xnode.C: xpath selectNode -100 [just written]
19521:
19522: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19523: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19524: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19525: refcounter]
19526:
19527: 2001-12-29 paf
19528:
19529: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19530: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19531: glib works 0
19532:
19533: 2001-12-28 paf
19534:
19535: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19536: main/pa_exception.C: started glib transcoders
19537:
19538: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19539:
19540: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19541: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19542: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19543: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19544: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19545: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19546: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19547: libs just compiled in. no refcounting no xpath no xslt yet
19548:
19549: 2001-12-27 paf
19550:
19551: * src/: include/pa_charset.h, include/pa_common.h,
19552: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19553: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19554: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19555: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19556: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19557: from xalan&xerces, started the process. globals [initialization
19558: pool [charset update charset [transcodings vxnode vxdoc [DOM
19559: calls
19560:
19561: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19562: anymore
19563:
19564: 2001-12-26 paf
19565:
19566: * src/: include/pa_charset.h, include/pa_charsets.h,
19567: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19568: key globalized [bug]
19569:
19570: 2001-12-25 paf
19571:
19572: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19573: main/pa_string.C: table set & append changed splitting languages,
19574: separators now can be clean AND as-is same to mail command line
19575: $MAIN:MAIL.progX arguments
19576:
19577: 2001-12-24 paf
19578:
19579: * src/classes/mail.C: one parted text messages - no multipart
19580: mime-type anymore. for convinient if $.attach-ments
19581:
19582: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19583: main/pa_string.C: read from cache size check updated
19584:
19585: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19586:
19587: 2001-12-21 paf
19588:
19589: * src/classes/date.C: date:sql-string now returns localtime
19590:
19591: * src/main/pa_request.C: $result in @main actually not working, to
19592: hell with it for now
19593:
19594: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19595: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19596: @postprocess @exception
19597:
19598: * src/main/execute.C: junction evaluation canceled - endless
19599: recursion detected
19600:
19601: 2001-12-19 paf
19602:
19603: * src/main/pa_charset.C: charset->charset transcoding via unicode
19604: intermediate
19605:
19606: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19607:
19608: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19609:
19610: * src/classes/op.C: ^cache keypath now relative
19611:
19612: * src/classes/mail.C: changed weighting prior to sort
19613:
19614: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19615: were missing
19616:
19617: 2001-12-17 paf
19618:
19619: * src/main/pa_charset.C: ifndef XML were bad type
19620:
19621: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19622: outdated unset services_pool
19623:
19624: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19625: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19626: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19627:
19628: * src/main/untaint.C: allowed space in filespec
19629:
19630: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19631:
19632: * src/classes/image.C: no govno
19633:
19634: * src/classes/image.C: govno
19635:
19636: 2001-12-16 paf
19637:
19638: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19639:
19640: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19641: charset_connection&manager replaced by charset&charsets
19642:
19643: * src/main/pa_charset.C: name_cstr 0
19644:
19645: * src/main/untaint.C: uri lang now knows about client/source
19646: charsets
19647:
19648: * src/: classes/file.C, classes/math.C, classes/op.C,
19649: classes/string.C, classes/table.C, classes/xdoc.C,
19650: include/pa_array.h, include/pa_cache_managers.h,
19651: include/pa_charset_connection.h, include/pa_charset_manager.h,
19652: include/pa_common.h, include/pa_db_connection.h,
19653: include/pa_db_manager.h, include/pa_db_table.h,
19654: include/pa_dictionary.h, include/pa_exception.h,
19655: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19656: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19657: include/pa_sapi.h, include/pa_socks.h,
19658: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19659: include/pa_string.h, include/pa_stylesheet_connection.h,
19660: include/pa_stylesheet_manager.h, include/pa_table.h,
19661: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19662: main/pa_charset.C, main/pa_charset_connection.C,
19663: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19664: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19665: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19666: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19667: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19668: types/types.dsp: introducing Charset
19669:
19670: 2001-12-14 paf
19671:
19672: * src/: include/pa_request.h, include/pa_transcoder.h,
19673: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19674: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19675: uri lang
19676:
19677: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19678:
19679: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19680:
19681: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19682: defalts_name global
19683:
19684: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19685: include/pa_request.h, main/main.dsp,
19686: main/pa_charset_connection.C, main/pa_charset_manager.C,
19687: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19688: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19689: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19690: changed charset model. now important: $request:charset
19691: $response:charset while $response:content-type.charset become
19692: unimportant [informational]
19693:
19694: 2001-12-13 paf
19695:
19696: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19697:
19698: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19699: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19700: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19701: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19702: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19703: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19704:
19705: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19706: auto_ptr part other way, because of stupid gcc 2.96
19707: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19708: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19709: FormatterListener] /usr/include/g++-3/memory:48:
19710: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19711: _Tp1 = FormatterListener, _Tp = FormatterListener]
19712:
19713: * src/classes/xdoc.C: removed extra inc
19714:
19715: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19716:
19717: * src/include/pa_types.h: msvc head debugging flag
19718:
19719: * src/classes/xdoc.C: freed up listener
19720:
19721: * src/classes/string.C: change msg '... code is not code'
19722:
19723: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19724: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19725: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19726: [past/future prob]
19727:
19728: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19729: include/pa_config_fixed.h, include/pa_db_manager.h,
19730: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19731: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19732:
19733: * src/: include/pa_config_fixed.h, main/pa_common.C,
19734: main/pa_string.C: removed signed mismatch warnings
19735:
19736: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19737: 'expires' from header outputs
19738:
19739: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19740: row ptr
19741:
19742: * src/classes/file.C: file::cgi bug, request_method were passed to
19743: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19744:
19745: * src/classes/xdoc.C: lang list updated
19746:
19747: 2001-12-10 paf
19748:
19749: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19750:
19751: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19752: erase files like that, knowing their full name introducing //
19753: theoretical problem with, for instance, "_2B" and "." fragments,
19754: // they would yield the same // because
19755: need_file_encode('_')=false // but we need to delete such files
19756: somehow, getting names from ^index
19757:
19758: * src/main/pa_string.C: ^string.replace bug fixed [bad
19759: string::join_chank break]
19760:
19761: 2001-12-07 paf
19762:
19763: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19764: include/pa_common.h, include/pa_config_auto.h.in,
19765: include/pa_config_fixed.h, include/pa_config_includes.h,
19766: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19767: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19768: types/pa_vhashfile.C: merged from r14_simple_cache
19769:
19770: * src/main/pa_string.C: stupid sparc architecture failed to access
19771: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19772: lduh [ %i2 + 1 ], %l0
19773:
19774: bus error, fixed that
19775:
19776: * src/main/pa_string.C: strange string deserialize bug on
19777: client[pmts], a bit shortened,
19778:
19779: * src/include/pa_config_auto.h.in: makes
19780:
19781: * src/: include/pa_common.h, include/pa_config_fixed.h,
19782: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19783: file write shared lock file read
19784:
19785: * src/: classes/op.C, include/pa_common.h,
19786: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19787:
19788: 2001-12-06 paf
19789:
19790: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19791: main/pa_request.C: #ifdef RESOURCES_DEBUG
19792:
19793: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19794: info
19795:
19796: * src/classes/hashfile.C: removed transaction from ^cache
19797:
19798: 2001-12-05 paf
19799:
19800: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19801: IIS5 there were a prob with illegal call check
19802:
19803: 2001-12-04 paf
19804:
19805: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19806: main/pa_request.C: measures to log
19807:
19808: 2001-11-23 paf
19809:
19810: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19811: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19812: types/pa_vhashfile.C: merged from _0014, 1
19813:
19814: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19815: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19816: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19817: ^cache(33) would change
19818:
19819: 0660 bits in file_write & hashfile create
19820:
19821: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19822: after pa_string optimization]
19823:
19824: 2001-11-22 paf
19825:
19826: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19827: table.offset[whence]
19828:
19829: * src/classes/op.C: process cstr(,connection)
19830:
19831: * src/classes/op.C: process now gets its body on current language,
19832: not as-is
19833:
19834: * src/main/untaint.C: ORIGINS mode removed UHTML
19835:
19836: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19837: bit
19838:
1.116 moko 19839: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19840:
19841: 2001-11-21 paf
19842:
19843: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19844: <xsl:output output options made identical to xsl:output
19845: attributes exclusion: cdata-section-elements what xalan can do
19846: but that not used now: it can escape and remove CDATA sections
19847:
19848: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19849: produced by xslt
19850:
19851: * src/targets/cgi/parser3.C: removed debug cgi||1
19852:
19853: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19854:
19855: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19856: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19857: default language for {code}, it happen to change it's language
19858: from CLEAN, so later refused to split by CLEAN \t
19859:
19860: 2001-11-20 paf
19861:
1.116 moko 19862: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19863: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19864: bottom of dependeces, so that errors would popup quicklier, fixed
19865: line numbering in table::sql
19866:
19867: 2001-11-19 paf
19868:
19869: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19870: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19871: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19872: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19873: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19874: at wcontext.write
19875:
1.116 moko 19876: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19877: _set_new_handler
19878:
1.116 moko 19879: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19880: set_new_handler in apache&isapi
1.95 moko 19881:
19882: 2001-11-16 paf
19883:
19884: * src/targets/cgi/parser3.C: pool debug @ die
19885:
19886: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19887: removed 8 bytes from String, 2 bytes from
19888: string::chunk::row::item
19889:
19890: * src/main/pa_string.C: removed 1+4 bytes from String
19891:
19892: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19893: types/pa_vstring.C: removed 1+4 bytes from String
19894:
19895: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19896: 0
19897:
19898: * src/: include/pa_globals.h, include/pa_string.h,
19899: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19900: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19901: targets/cgi/parser3.C: introducing estimating
19902: String::cstr_bufsize, 0
19903:
19904: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19905:
19906: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19907:
19908: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19909: include/pa_pool.h: die in pool::fail
19910:
19911: 2001-11-15 paf
19912:
19913: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19914: main/pa_exception.C, targets/cgi/parser3.C: exception with
19915: dynamic buffer re-back now with counter
19916:
19917: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19918: static buffer back
19919:
19920: * src/targets/cgi/parser3.C: std::
19921:
19922: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19923: include/pa_config_includes.h: setnewhandler check
19924:
1.116 moko 19925: * src/include/pa_config_auto.h.in: makes
1.95 moko 19926:
19927: * src/targets/cgi/parser3.C: set_new_handler started
19928:
19929: 2001-11-14 paf
19930:
19931: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19932: was wrong
19933:
19934: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19935: was wrong
19936:
19937: * src/main/pa_request.C: z
19938:
19939: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19940: full returns win32 -1 solaris >buffer_size
19941:
19942: checked all that
19943:
19944: * src/classes/op.C: ^untaint{body} as-is default now
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: merged
19948: with no_bad_constructors_try
19949:
19950: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19951: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19952: this: $bred[^string::length[]] $bred[^response::clear[]]
19953: $bred[^int::int[]]
19954:
19955: now VObject creation moved into overriden
19956: VClass::create_new_value, thus 0 from create_new_value means that
19957: class has no ctors
19958:
19959: 2001-11-13 paf
19960:
19961: * src/classes/classes.C: returned accedently removed if in foreach
19962: callbacks [when hash no-0-restructure]
19963:
19964: 2001-11-12 paf
19965:
19966: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19967: passed as-is to method, xalan makes & into & itself
19968:
19969: * src/classes/date.C: date.roll parser2 alg used
19970:
19971: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19972: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19973: main/pa_dictionary.C, main/pa_hash.C,
19974: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19975: now does not containt 0 values. put 0 actullay removes. no check
19976: on 0 value in foreach now required
19977:
19978: 2001-11-11 paf
19979:
19980: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19981:
19982: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19983:
19984: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19985: driver initialize not const
19986:
19987: 2001-11-10 paf
19988:
19989: * src/main/pa_exec.C: doc
19990:
19991: 2001-11-09 paf
19992:
19993: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19994: param properly
19995:
19996: * src/classes/string.C: string.save now does untainting before
19997: saving
19998:
19999: * src/main/pa_common.C: line endings fixing fixed last piece[was
20000: still cstr oriented]
20001:
20002: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20003: line endings fixing got rid of cstr, now must work ok with post
20004: multipart
20005:
20006: * src/types/pa_vform.C: line endings fixed at post / multipart /
20007: not file also now
20008:
20009: 2001-11-08 paf
20010:
20011: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20012: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20013: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20014: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20015: main/pa_stylesheet_manager.C: restructured Cache manager to be
20016: simple parent, not second parent [gcc 2.96 strangly refused to
20017: call virtual from second parent]
20018:
1.116 moko 20019: * src/: include/pa_common.h, main/Makefile.am,
20020: targets/cgi/pa_pool.C: makes
1.95 moko 20021:
20022: * src/: include/pa_request.h, main/pa_request.C,
20023: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20024: 'status' class enabler
20025:
20026: <Location /parser-status.html> ParserStatusAllowed </Location>
20027:
20028: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20029: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20030: include/pa_stylesheet_manager.h, main/main.dsp,
20031: main/pa_cache_managers.C, main/pa_charset_manager.C,
20032: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20033: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20034: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20035: todo: apache 'status' class enabler
20036:
20037: 2001-11-05 paf
20038:
20039: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20040: debug to normal
20041:
20042: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20043: hence i removed skipping 0 values in hash::for_each-es we need to
20044: check cleaned cache items manually. few more checks.
20045:
20046: expiring to 0 time was wrong, changed to 'now' time
20047:
20048: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20049: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20050: on apache already done :)
20051:
20052: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20053: skipping 0 values in hash::for_each-es we need to check cleaned
20054: cache items manually
20055:
20056: * src/main/: pa_db_connection.C, pa_db_table.C:
20057: parser_multithreaded check was wrong
20058:
20059: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20060: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20061: classes/hashfile.C, classes/image.C, classes/int.C,
20062: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20063: classes/string.C, classes/table.C, classes/void.C,
20064: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20065: include/pa_array.h, include/pa_charset_connection.h,
20066: include/pa_charset_manager.h, include/pa_common.h,
20067: include/pa_config_fixed.h, include/pa_config_includes.h,
20068: include/pa_db_connection.h, include/pa_db_manager.h,
20069: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20070: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20071: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20072: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20073: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20074: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20075: include/pa_stack.h, include/pa_string.h,
20076: include/pa_stylesheet_connection.h,
20077: include/pa_stylesheet_manager.h, include/pa_table.h,
20078: include/pa_threads.h, include/pa_types.h, main/compile.C,
20079: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20080: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20081: main/pa_charset_manager.C, main/pa_common.C,
20082: main/pa_db_connection.C, main/pa_db_manager.C,
20083: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20084: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20085: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20086: main/pa_socks.C, main/pa_sql_driver_manager.C,
20087: main/pa_status_provider.C, main/pa_string.C,
20088: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20089: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20090: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20091: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20092: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20093: targets/isapi/pool_storage.h, types/pa_valiased.C,
20094: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20095: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20096: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20097: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20098: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20099: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20100: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20101: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20102: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20103: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20104: types/pa_vstateless_object.h, types/pa_vstatus.h,
20105: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20106: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20107: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20108: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20109: $status:db fixed used not initialized in db_connection & db_table
20110:
20111: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20112: $status:charset
20113:
20114: * src/: classes/xdoc.C, include/pa_db_connection.h,
20115: include/pa_stylesheet_connection.h,
20116: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20117: types/pa_vstatus.h: $status:stylesheet
20118:
20119: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20120: include/pa_request.h, include/pa_sql_connection.h,
20121: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20122: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20123: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20124: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20125: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20126: types/pa_vxnode.C, types/types.dsp: started status parser class
20127:
20128: 2001-11-01 paf
20129:
20130: * src/include/pa_config_auto.h.in: makes
20131:
20132: * src/main/pa_hash.C: removed old extra include
20133:
20134: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20135: checks [for hp, there are such in math.h]
20136:
20137: * src/classes/op.C: ^for endless loop check strightened
20138:
20139: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20140: behavior in native calls. it left unchanged, so ^for ^foreach &
20141: co can use r.root to write their i & key,value there
20142:
20143: * src/classes/op.C: detected for var storage bug, fixed.
20144: todo:foreach
20145:
20146: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20147: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20148: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20149: changing of hash inside of foreach
20150:
20151: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20152: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20153: were hash.foreach
20154:
20155: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20156: types/pa_vstring.C, types/pa_vstring.h:
20157: ^foreach[key|value]{body}[[separator]|{separator}]
20158:
20159: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20160: types/pa_vcookie.C: ^hash.delete[key]
20161:
20162: 2001-10-31 paf
20163:
20164: * src/main/: compile.C, pa_common.C: completely empty file now
20165: considered "read", not ignored [not perfect trick used]
20166:
20167: * src/main/pa_common.C: simplier common ifdefs
20168:
20169: * src/main/pa_common.C: typing bug in common - bad ifdeff
20170:
20171: * src/main/pa_db_connection.C: z
20172:
20173: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20174: lockdetector flags
20175: dbenv.lk_detect=DB_LOCK_RANDOM;
20176:
20177: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20178: from accidental show [imagine user forgot @exception]
20179:
20180: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20181:
20182: * src/: classes/file.C, classes/image.C, classes/mail.C,
20183: classes/string.C, classes/xnode.C, include/pa_common.h,
20184: main/pa_common.C: ^string.save[[append;]path]
20185:
20186: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20187: main/execute.C: \ in expression: int divide 10/3=3
20188:
20189: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20190: inside of ^cache
20191:
20192: * src/: include/pa_threads.h, main/pa_db_connection.C,
20193: main/pa_db_table.C, targets/cgi/pa_threads.C,
20194: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20195: needed
20196:
20197: 2001-10-30 paf
20198:
20199: * src/: classes/classes.dsp, main/main.dsp,
20200: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20201: types/types.dsp: enabled debug incremental compile
20202:
20203: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20204: form post data line endings not reformatted now.
20205:
20206: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20207: now required [had bug when file= has no value]
20208:
20209: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20210: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20211: cstr(asis) default param removed
20212:
20213: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20214:
20215: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20216:
20217: * src/include/pa_dir.h: LOAD_DIR fixed
20218:
20219: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20220: was broken} fix_line_breaks
20221:
20222: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20223: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20224: packed with #pragma pack
20225:
1.116 moko 20226: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20227:
20228: 2001-10-29 paf
20229:
20230: * src/types/pa_wcontext.h: bitfield syntax stricter
20231:
20232: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20233: string hash.puts
20234:
20235: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20236:
20237: * src/include/pa_sql_connection.h: there were one wrong
20238: SQL_CONNECTION_FUNC_GUARDED [failed]
20239:
20240: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20241: param.someday either ifdef or remove it
20242:
20243: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20244:
20245: * src/main/untaint.C: optimizing returned after debugging
20246:
20247: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20248: main/untaint.C: memory hunging #pragma pack(1)
20249:
20250: 16 419 844 13 169 394
20251:
20252: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20253: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20254: places [todo:Array]
20255:
20256: * src/: main/execute.C, targets/cgi/pa_pool.C,
20257: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20258: types/pa_wwrapper.h: debugging memory WContext flags to bits
20259:
20260: total 5 652 652/158731 total 5 469 332/158731
20261:
20262: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20263: Array:: without cache in get/put now
20264:
20265: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20266: 18:25:27 2001] total 5 652 652/158731
20267:
20268: * src/: include/pa_string.h, main/pa_string.C,
20269: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20270: now
20271:
20272: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20273: 18:11:53 2001] total 5796092/158731
20274:
20275: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20276: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20277: key ref now
20278:
20279: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20280: 17:11:17 2001] total 16867948/202658
20281:
20282: * src/: classes/file.C, classes/image.C, classes/string.C,
20283: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20284: main/execute.C, main/pa_array.C, main/pa_common.C,
20285: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20286: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20287: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20288: string::as_int/double now usually uses stack, not heap [200K out
20289: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20290:
20291: * src/main/pa_sql_driver_manager.C: ping to have services [old
20292: hiding bug]
20293:
20294: * src/Makefile.am: .am order
20295:
20296: * src/: include/pa_array.h, include/pa_charset_manager.h,
20297: include/pa_db_connection.h, include/pa_db_manager.h,
20298: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20299: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20300: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20301: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20302: required "friend class"
20303:
20304: ../include/pa_request.h:51: friend declaration requires
20305: class-key, i.e. `friend class Temp_lang'
20306:
20307: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20308: main/pa_exception.C, main/pa_sql_driver_manager.C,
20309: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20310:
20311: the idea is to #1 jump to C++ some function to main body, where
20312: every function stack frame has exception unwind information and
20313: from there... #2 propagate_exception()
20314:
20315: 2001-10-28 paf
20316:
20317: * src/main/pa_db_connection.C: removed old consts
20318:
20319: * src/main/pa_db_connection.C: expire table [was accidently pasted
20320: with wrong type/cast]
20321:
20322: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20323: translation
20324:
1.116 moko 20325: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20326: remember to build DB2 with -fexceptions!!!
20327:
20328: * src/main/pa_db_table.C: DB_RMW defed
20329:
20330: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20331: include/pa_db_connection.h, include/pa_db_manager.h,
20332: include/pa_db_table.h, main/pa_db_connection.C,
20333: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20334:
20335: 2001-10-27 paf
20336:
20337: * src/: classes/hashfile.C, include/pa_db_connection.h,
20338: include/pa_db_table.h, main/pa_db_connection.C,
20339: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20340: types/pa_vhashfile.C: DB2 ifdefs
20341:
1.116 moko 20342: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20343: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20344: makes with DB2
20345:
1.116 moko 20346: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20347: types/Makefile.am: makes db
1.95 moko 20348:
20349: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20350: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20351: globals.C
20352:
20353: * src/: classes/hashfile.C, include/pa_db_connection.h,
20354: include/pa_db_table.h, main/pa_db_connection.C,
20355: main/pa_db_table.C: ^hashfile.clear[]
20356:
20357: * src/classes/classes.awk: no $ in var names
20358:
20359: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20360: connection&table [forgotten calls]
20361:
20362: 2001-10-26 paf
20363:
20364: * src/main/pa_db_connection.C: db checkpoints
20365:
20366: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20367: checkpoints
20368:
20369: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20370: default. but entities still reparsed. todo: tothink
20371:
20372: * src/main/pa_db_connection.C: db recover mech 2
20373:
20374: * src/: classes/hashfile.C, include/pa_db_connection.h,
20375: include/pa_db_manager.h, include/pa_db_table.h,
20376: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20377: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20378: types/pa_vhashfile.h: db connections & tables now cached at
20379: create time & multithreaded
20380:
20381: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20382: parsed_source
20383:
20384: * src/main/pa_db_connection.C: about to remove connection from
20385: vhashfile
20386:
20387: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20388: transaction commit/rollback responsibility left to parent [as it
20389: sould - else there were a bug with double free]
20390:
20391: * src/include/pa_db_table.h: db: child transaction commit/rollback
20392: responsibility left to parent [as it sould - else there were a
20393: bug with double free]
20394:
20395: 2001-10-25 paf
20396:
20397: * src/: classes/hashfile.C, include/pa_common.h,
20398: include/pa_db_connection.h, include/pa_db_manager.h,
20399: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20400: types/pa_vhashfile.C, types/pa_vhashfile.h,
20401: include/pa_db_table.h, main/pa_db_table.C: started db_home
20402: [multiple, cached] todo: autorecover [tried, but not succeded,
20403: yet]
20404:
20405: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20406:
20407: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20408: transaction parent passed
20409:
20410: 2001-10-24 parser
20411:
1.116 moko 20412: * src/classes/Makefile.am: makes
1.95 moko 20413:
20414: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20415: isapi/pool_storage.h: pool_storage fixed
20416:
20417: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20418: types/pa_vform.h: form fix_line_breaks
20419:
1.116 moko 20420: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20421:
20422: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20423: targets/cgi/pool_storage.h: makes
20424:
20425: * src/sql/pa_sql_driver.h: version
20426:
20427: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20428: types/pa_vform.C, types/pa_vform.h: .am
20429:
20430: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20431: this: DB_RMW Acquire write locks instead of read locks when doing
20432: the retrieval. Setting this flag may decrease the likelihood of
20433: deadlock during a read-modify-write cycle by immediately
20434: acquiring the write lock during the read part of the cycle so
20435: that another thread of control acquiring a read lock for the same
20436: item, in its own read-modify-write cycle, will not result in
20437: deadlock
20438:
20439: * src/targets/isapi/parser3isapi.dsp: doc
20440:
20441: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20442:
20443: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20444:
20445: * src/: classes/hashfile.C, include/pa_db_connection.h,
20446: main/pa_db_connection.C: hashfile expired deleted from db when
20447: get & iterate
20448:
20449: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20450: expiring 1
20451:
20452: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20453:
20454: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20455: db_connection not bothers with key when not returning expired
20456: data
20457:
20458: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20459: types/pa_vhashfile.C: db_cursor constructor public now
20460:
20461: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20462: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20463: stamped, todo: put_element analize
20464:
20465: * src/: include/pa_db_connection.h, include/pa_string.h,
20466: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20467: serialize. todo stamp
20468:
20469: 2001-10-23 parser
20470:
20471: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20472: classes/image.C, classes/mail.C, classes/response.C,
20473: classes/string.C, classes/table.C, classes/xdoc.C,
20474: include/pa_config_fixed.h, include/pa_db_connection.h,
20475: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20476: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20477: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20478: types/pa_vtable.C: ^hashfile.hash[]
20479:
20480: * src/: classes/hashfile.C, classes/xdoc.C,
20481: include/pa_config_fixed.h, main/pa_db_manager.C,
20482: main/pa_globals.C: ifdefs so it compiled without db
20483:
20484: * src/: classes/hashfile.C, include/pa_db_connection.h,
20485: include/pa_db_manager.h, main/pa_db_connection.C,
20486: main/pa_db_manager.C, types/pa_vhashfile.h:
20487: ^hashfile.transaction{code} ^hashfile:clear[filename]
20488: ^hashfile.delete[key]
20489:
20490: 2001-10-22 parser
20491:
20492: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20493: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20494:
20495: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20496: classes/xnode.C, include/pa_charset_connection.h,
20497: include/pa_db_connection.h, include/pa_db_manager.h,
20498: include/pa_exception.h, include/pa_sapi.h,
20499: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20500: include/pa_stylesheet_connection.h,
20501: include/pa_stylesheet_manager.h,
20502: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20503: main/pa_db_connection.C, main/pa_db_manager.C,
20504: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20505: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20506: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20507: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20508: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20509: types/types.dsp: hashfile 0
20510:
20511: * src/types/pa_vhashfile.C: z
20512:
20513: * src/: classes/classes.dsp, classes/hashfile.C,
20514: include/pa_config_fixed.h, main/execute.C,
20515: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20516: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20517:
20518: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20519:
20520: * src/: include/pa_exception.h, include/pa_request.h,
20521: main/execute.C, main/pa_exception.C, main/pa_request.C,
20522: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20523: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20524:
20525: 2001-10-19 parser
20526:
20527: * src/include/pa_pool.h: header
20528:
20529: * src/main/pa_pool.C: auto compiled on gcc
20530:
20531: * src/classes/image.C: comment
20532:
1.116 moko 20533: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20534:
20535: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20536: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20537: types/pa_vxnode.h: xnode clone got freed
20538:
20539: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20540: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20541: can free up xalandomstring resulting from pool::transcode
20542:
20543: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20544: include/pa_config_fixed.h, include/pa_exception.h,
20545: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20546: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20547: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20548: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20549: from non-xml compile
20550:
20551: * src/main/pa_request.C: pool:: context - get_context
20552:
20553: * src/: classes/classes.h, classes/date.C, classes/double.C,
20554: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20555: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20556: classes/string.C, classes/table.C, classes/void.C,
20557: include/pa_config_fixed.h, include/pa_exception.h,
20558: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20559: main/compile.C, main/compile_tools.C, main/execute.C,
20560: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20561: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20562: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20563: main/pa_string.C, main/pa_table.C, main/untaint.C,
20564: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20565: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20566: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20567: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20568: types/pa_vstateless_class.h, types/pa_vtable.C,
20569: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20570: exceptions 0
20571:
20572: * src/classes/classes.awk: $ removed
20573:
20574: 2001-10-18 parser
20575:
20576: * src/types/pa_vcookie.C: cookie:CLASS
20577:
20578: * src/main/main.dsp: project
20579:
20580: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20581: set_document & ctor question "who owns document" solved
20582:
20583: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20584:
20585: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20586: main/pa_pool.C: encoding in dom creating funcs
20587:
20588: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20589: be transformed now
20590:
20591: * src/classes/xdoc.C: dom created by create can be transformed now
20592:
20593: * src/classes/xdoc.C: z
20594:
20595: * src/classes/xdoc.C: comment
20596:
20597: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20598: create now uses XercesDocumentBridge, appendChild&co now works
20599:
20600: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20601: @ recompile
20602:
20603: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20604: $origin @exception[
20605:
20606: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20607: tag names forced to XML lang
20608:
20609: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20610: leechy-found bugs in code&doc fixed
20611:
20612: 2001-10-17 parser
20613:
20614: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20615: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20616: n functionality preserved
20617:
20618: * src/types/pa_vimage.h: removed unused vimage::save
20619:
20620: 2001-10-16 parser
20621:
20622: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20623:
20624: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20625:
20626: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20627:
20628: * src/classes/image.C: image.copy tolerance
20629:
20630: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20631: ineffective, but works for small paleted image
20632:
20633: * src/types/pa_vimage.C: comment
20634:
20635: * src/classes/image.C: gd size/resize bugfix
20636:
20637: * src/: classes/classes.dsp, main/main.dsp,
20638: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20639: types/types.dsp: ident >nul 2>&1
20640:
20641: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20642: systems
20643:
20644: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20645: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20646:
20647: 2001-10-15 parser
20648:
20649: * src/main/execute.C: z
20650:
20651: * src/classes/: xdoc.C: !::create{qualifiedName}
20652:
20653: * src/types/pa_vxnode.C: document_type_node.
20654: !readonly attribute DOMString name
20655: !notation_node.
20656: !readonly attribute DOMString publicId
20657: !readonly attribute DOMString systemId
20658:
1.116 moko 20659: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20660: ::write badly passed string too transparently [failed to
20661: intercept it]
1.95 moko 20662:
20663: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20664: include/pa_request.h, main/pa_sql_driver_manager.C,
20665: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20666: types/pa_vxnode.h: DOM1 major addtion, only few
20667: attributes/methods left
20668:
20669: 2001-10-13 parser
20670:
20671: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20672: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20673: in main handler
20674:
20675: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20676: cleanups & frees order
20677:
20678: * src/types/pa_vcode_frame.h: couple comments
20679:
20680: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20681: transparent enough to handle hash if creation&passing
20682:
20683: * src/: include/pa_config_fixed.h, main/execute.C,
20684: main/pa_exception.C: noticed that vcodeframe not transparent
20685: enough, would change now
20686:
20687: 2001-10-12 parser
20688:
20689: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20690: fixed. initialization&free on each thread!
20691:
20692: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20693: handling changed: now type of default param analized always, not
20694: only at problem time, thus helping early problem spotting
20695:
20696: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20697: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20698: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20699: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20700: multithread bug fixed. initialization&free on each thread!
20701:
20702: 2001-10-11 parser
20703:
20704: * src/classes/xnode.C: xnode.selectSingle now
20705:
20706: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20707: include/pa_pool.h, include/pa_stylesheet_connection.h,
20708: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20709: convertors out of Pool into Exception
20710:
20711: * src/main/pa_string.C: const
20712:
20713: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20714: linked pieces of same language together prior to String::replace
20715:
20716: * src/classes/hash.C: !^hash.add[addme]
20717: !^hash.sub[subme]
20718: !^a.union[b] = new
20719: !^a.intersection[b] = new
20720: !^a.intersects[b] = bool
20721:
20722: * src/classes/hash.C: !^hash::append[append_from]
20723:
20724: * src/: classes/hash.C, types/pa_vhash.h:
20725: !^hash::create[[copy_from]]
20726:
20727: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20728: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20729: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20730: fixed. got rid of empty_string, which caused errors - it hasnt
20731: exception but somebody[value.bark] tried to throw it on it's pool
20732:
1.116 moko 20733: * src/include/pa_config_auto.h.in: makes
1.95 moko 20734:
20735: 2001-10-10 parser
20736:
20737: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20738:
20739: * src/main/: compile.tab.C, compile.y: ^a[
20740:
20741: @next_method << now unclosed ] would be reported here
20742:
20743: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20744: compile error
20745:
20746: 2001-10-09 parser
20747:
1.116 moko 20748: * src/: classes/Makefile.am, main/Makefile.am,
20749: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20750:
20751: * src/classes/Makefile.am: makes
20752:
20753: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20754: win32 errors intercepted [xalan transformer patched and
20755: incorporated]
20756:
20757: * src/: classes/classes.dsp, classes/xdoc.C,
20758: include/pa_stylesheet_connection.h, main/main.dsp,
20759: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20760: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20761: patches starting
20762:
20763: * src/classes/: string.C, table.C: ^string.save[file]
20764:
20765: * src/classes/: date.C, table.C: calendar moved to date
20766:
20767: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20768: string/table] now
20769:
20770: * src/classes/: op.C, table.C: z
20771:
20772: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20773: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20774: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20775: be code [be string..]
20776:
20777: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20778: table.C: lots of
20779: params->as_int/double/as_string/as_junction/as_no_junction
20780: messages added
20781:
20782: 2001-10-08 parser
20783:
20784: * src/: classes/date.C, classes/image.C, classes/string.C,
20785: classes/table.C, classes/void.C, include/pa_request.h:
20786: params->as_int/double message added
20787:
20788: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20789:
20790: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20791: image:sector removed image:html internal "line-*" attribs
20792:
20793: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20794: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20795:
20796: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20797: way
20798:
20799: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20800: main/untaint.C: header untainting to UL_HTTP_HEADER,
20801: UL_MAIL_HEADER made nonforced [only tainted pieces]
20802:
20803: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20804: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20805: @ SAPI::log
20806:
20807: * src/main/untaint.C: \r to ' ' in origins mode
20808:
20809: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20810: set]
20811:
20812: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20813: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20814: nonstandard liaison freed up
20815:
20816: 2001-10-07 parser
20817:
20818: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20819: project
20820:
20821: 2001-10-05 parser
20822:
20823: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20824: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20825: from outputing to cerr. lots of "todos"
20826:
20827: * src/main/untaint.C: http_header tainting more gentle with
20828: enquoting now
20829:
20830: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20831: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20832: xml errorhandler. fixed string.replace a little, read @test
20833:
20834: * src/main/pa_string.C: found replace bug - first_that_starts(char
20835: *) does not have limit, and looks further eos, fixing....
20836:
20837: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20838:
20839: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20840:
20841: * src/main/: pa_charset_connection.C: ctype another mem clear
20842: bugfix
20843:
1.116 moko 20844: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20845: $result[^[$p^]z] now works fine
1.95 moko 20846:
20847: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20848: wrong. fixed it
20849:
20850: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20851: of totable appered to be vital
20852:
20853: 2001-10-04 parser
20854:
20855: * src/classes/image.C: ^image.length[text]
20856:
20857: 2001-10-03 parser
20858:
20859: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20860:
20861: * src/main/pa_request.C: restored pcre defaulting in request
20862: [mindlessly "optimized" yesterday] comment left
20863:
20864: 2001-10-02 parser
20865:
20866: * src/: main/pa_charset_manager.C,
20867: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20868: needed
20869:
20870: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20871: forgot non-xml pool.*charset needed
20872:
20873: * src/classes/table.C: # config comments fixed
20874:
20875: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20876: charset_connection #comment now
20877:
20878: * src/: classes/classes.dsp, types/types.dsp: release projects
20879: options fixed to use release msvcrt lib
20880:
20881: * src/main/pa_charset_connection.C: pcre tables now const inside
20882: removed default - pcre handles that internally fixed bug on
20883: not-cleaning tables [previously was calloced, now member]
20884:
20885: * src/: include/pa_request.h, main/pa_charset_connection.C,
20886: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20887: inside removed default - pcre handles that internally fixed bug
20888: on not-cleaning tables [previously was calloced, now member]
20889:
20890: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20891: tested charset reload on file change @ apache version = OK tested
20892: freeing up prev encoding on adding new = OK
20893:
20894: 2001-10-01 parser
20895:
20896: * src/main/pa_charset_connection.C: removed entitify external hack
20897: [internal installed]
20898:
1.116 moko 20899: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20900:
20901: * src/: include/pa_charset_connection.h,
20902: include/pa_charset_manager.h,
20903: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20904: main/pa_charset_connection.C, main/pa_charset_manager.C,
20905: main/pa_request.C: charset loading & caching mech 0
20906:
20907: * src/: include/pa_stylesheet_connection.h,
20908: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20909: main/pa_globals.C, main/pa_request.C: would make charset loading
20910: & caching mech now
20911:
20912: 2001-09-30 parser
20913:
20914: * src/main/pa_request.C: forgot to fill toTable
20915:
20916: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20917: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20918: failed on win32 for now..
20919:
20920: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20921: now charsets table configuration variable is: CHARSETS
20922:
20923: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20924: ctype with unicode 1. todo: no П entities on output somehow
20925:
20926: * src/: classes/file.C, classes/op.C, classes/string.C,
20927: include/pa_request.h, main/pa_request.C: started ctype with
20928: unicode values
20929:
20930: 2001-09-28 parser
20931:
20932: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20933: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20934: string passed AS-IS now
20935:
20936: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20937: way of user-configuring... todo: implement
20938:
20939: 2001-09-27 parser
20940:
20941: * src/classes/table.C: table.sort changed to sort table itself
20942:
20943: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20944: X^.getElementsByTagName[tagname] = array of xnode
20945: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20946: nodes removed - regretfully not supported @ xalan. maybe someday
20947: would reimplement, if needed.
20948:
20949: win32build system: solved long waiting anti-non-started-apache
20950: problem
20951:
20952: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20953: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20954: types/types.dsp: win32 ident make system so not to rebuild
20955: library [ident.C.new]
20956:
20957: 2001-09-26 parser
20958:
20959: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20960: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20961: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20962: types/pa_vxnode.C, types/types.dsp: z
20963:
20964: * src/classes/classes.C: forgot one non-xml check
20965:
1.116 moko 20966: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20967: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20968:
20969: * src/targets/cgi/parser3.C: z
20970:
20971: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20972: targets/isapi/parser3isapi.C: #ifdef SMTP
20973:
20974: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20975: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20976: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20977: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20978: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20979: types/types.dsp: xdoc&xnode now
20980:
20981: * src/: classes/classes.C, classes/classes.awk,
20982: classes/classes.dsp, classes/classes.h, classes/date.C,
20983: classes/dnode.C, classes/dnode.h, classes/dom.C,
20984: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20985: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20986: classes/op.C, classes/response.C, classes/string.C,
20987: classes/table.C, classes/void.C, include/pa_array.h,
20988: include/pa_common.h, include/pa_config_fixed.h,
20989: include/pa_config_includes.h, include/pa_dictionary.h,
20990: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20991: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20992: include/pa_socks.h, include/pa_sql_connection.h,
20993: include/pa_sql_driver_manager.h, include/pa_stack.h,
20994: include/pa_string.h, include/pa_stylesheet_connection.h,
20995: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20996: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20997: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20998: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20999: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21000: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21001: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21002: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21003: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21004: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21005: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21006: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21007: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21008: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21009: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21010: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21011: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21012: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21013: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21014: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21015: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21016: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21017: types/pa_vmethod_frame.h, types/pa_vobject.h,
21018: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21019: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21020: types/pa_vstateless_object.h, types/pa_vstring.C,
21021: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21022: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21023: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21024: main.dsp splitted to main+classes+types along to .am
21025:
21026: * src/classes/Makefile.am: removed useless var
21027:
21028: * src/: classes/classes.cmd, main/main.dsp,
21029: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21030: main.dsp
21031:
21032: 2001-09-25 parser
21033:
21034: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21035: 1251 though, todo ICU
21036:
1.116 moko 21037: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21038: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21039: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21040: types/pa_vdom.h: xml configure makes
1.95 moko 21041:
21042: 2001-09-24 parser
21043:
1.116 moko 21044: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21045: types/Makefile.am: makes
1.95 moko 21046:
1.116 moko 21047: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21048:
21049: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21050: started unix makes update
21051:
21052: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21053: started unix makes update
21054:
21055: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21056:
21057: * src/types/pa_value.h: z
21058:
21059: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21060: bugs with usinge hash/table in expressions
21061:
21062: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21063: resolved conflicts fixed [const]
21064:
21065: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21066: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21067: main/compile.C, main/compile.tab.C, main/compile.y,
21068: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21069: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21070: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21071: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21072: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21073: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21074: with before_xml [merge2 actually didn't happen - i've created
21075: tags on wrong branch. so this merge is in fact re-merge]
21076:
21077: 2001-09-21 parser
21078:
21079: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21080: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21081: produced "" in make file and sadly wrong interpreted on load]
21082:
1.116 moko 21083: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21084: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21085: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21086: include/pa_sql_driver_manager.h, include/pa_string.h,
21087: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21088: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21089: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21090:
21091: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21092: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21093: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21094: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21095: main/pa_pool.C, main/pa_request.C,
21096: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21097: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21098: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21099: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21100: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21101: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21102: types/pa_vrequest.C, types/pa_vresponse.h,
21103: types/pa_vstateless_class.C, types/pa_vstring.C,
21104: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21105: created new projects for sql drivers [planning to remove sql
21106: drivers from main cvs project] first, will join latest changes
21107:
21108: * src/classes/: dom.C: defaulted dom writing methods encoding to
21109: pool.get_charset
21110:
21111: * src/classes/dom.C: defaulted dom writing methods encoding to
21112: pool.get_charset
21113:
21114: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21115: pool.get_charset
21116:
21117: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21118: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21119: methods encoding to pool.get_charset
21120:
21121: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21122: transcoder were created right "unsupported encoding" message.
21123: not @ set time, but @ use time, so until xml output functions
21124: .string, .file, .save used - no encoding name check occur
21125:
21126: reduced transcode buffer size to 60 fixed pool cleanup - no
21127: registration needed, pools are officially destructured
21128:
21129: 2001-09-20 parser
21130:
21131: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21132:
21133: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21134: $MAIN:DEFAULTS.content-type[$.charset[here]]
21135:
21136: * src/: classes/dnode.C, classes/dom.C,
21137: include/pa_config_includes.h, include/pa_globals.h,
21138: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21139: main/pa_pool.C, targets/cgi/parser3.dsp,
21140: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21141: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21142: Pool::transcode 0
21143:
21144: * src/classes/dom.C: dom. string save file moved output xml options
21145: to last param and made it optional
21146:
21147: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21148: dnodes
21149: !$attributenode.specified = boolean
21150: true if the attribute received its value explicitly
21151: in the XML document,
21152: or if a value was assigned programatically with the
21153: setValue function.
21154: false if the attribute value came from the default value
21155: declared in the document's DTD.
21156: !$pinode.target = target of this processing instruction
21157: XML defines this as being the first token following the
21158: markup
21159: that begins the processing instruction.
21160: XPath:
21161: !^node.select[xpath/query/expression] = hash of 0->node0
21162: 1->node1
21163: !^node.select-single[xpath/query/expression] = first node if
21164: any
21165:
21166: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21167: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21168: some 'const's added
21169:
21170: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21171: expression context now, there value = size and boolean value
21172: size!=0
21173:
21174: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21175: can be used in expression context now, there value = size and
21176: boolean value size!=0
21177:
21178: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21179: types/pa_vstring.h: dnode .file .string .save moved back to dom
21180: due to strange xalan bug
21181:
21182: 2001-09-18 parser
21183:
21184: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21185: classes/image.C, classes/op.C, classes/table.C,
21186: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21187: include/pa_sql_driver_manager.h, main/compile.C,
21188: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21189: main/execute.C, main/pa_common.C, main/pa_request.C,
21190: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21191: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21192: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21193: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21194: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21195: before_xml branch ^if(def $hash) now true only when
21196: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21197:
21198: * src/: classes/op.C, main/execute.C: operators self changed to
21199: root ^for variable context changed to self
21200:
21201: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21202: dnode 1
21203:
21204: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21205: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21206:
21207: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21208: poly* fixed
21209:
21210: 2001-09-17 parser
21211:
21212: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21213: types/pa_vdom.h: started dnode+dom
21214:
21215: dnode DOM methods: $node.name $node.value
21216: ...others...
21217:
21218: ^node.xpath[/rates/USD] = hash
21219: $hash[
21220: $.0[node0]
21221: $.1[node1]
21222: ]
21223:
21224: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21225: applies to all linear primitives
21226:
21227: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21228: include/pa_stylesheet_connection.h, main/main.dsp,
21229: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21230: types/pa_vimage.h: started dnode DOM: $node.name
21231: $node.value ...others... ^node.xpath[/rates/USD] = hash
21232: dom(dnode)
21233:
21234: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21235: main/compile.y, main/compile_tools.h, main/execute.C,
21236: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21237: in expression compound($aa.zz.xx) names now can have minus '-' in
21238: name after '.'
21239:
21240: 2001-09-15 parser
21241:
21242: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21243: image: $line-width ^line(...)[**** style]
21244:
21245: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21246: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21247: pool_storage - cleanups first, allocations second. apache wisely
21248: does just like that
21249:
21250: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21251: rewritten using template, no bugs now
21252:
21253: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21254: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21255: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21256: poorly started isapi pool_storage, would rewrite using template
21257: now
21258:
21259: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21260: include/pa_stylesheet_connection.h, main/main.dsp,
21261: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21262: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21263: xalan objects freed up [introducing Pool::register_cleanup]
21264:
21265: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21266: comments
21267:
21268: 2001-09-14 parser
21269:
21270: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21271: z
21272:
21273: * src/: classes/dom.C, classes/file.C, classes/image.C,
21274: classes/mail.C, include/pa_common.h,
21275: include/pa_sql_driver_manager.h, include/pa_string.h,
21276: include/pa_stylesheet_connection.h,
21277: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21278: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21279: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21280: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21281: compiled&cached
21282:
21283: 2001-09-13 parser
21284:
21285: * src/: classes/dom.C, classes/file.C, classes/image.C,
21286: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21287:
21288: * src/classes/dom.C: dom:file content-type(.method)
21289:
21290: * src/: include/pa_common.h, include/pa_globals.h,
21291: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21292: string now more informative error messages
21293:
21294: * src/: include/pa_globals.h, include/pa_request.h,
21295: main/pa_request.C, targets/cgi/parser3.C,
21296: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21297: ParserSiteConfig .../parser3.conf
21298:
21299: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21300:
21301: 2001-09-12 parser
21302:
21303: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21304: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21305: precise error reporting: "connection string must start with
21306: protocol://" now
21307:
21308: * src/main/compile.tab.C: fixed - subname code parts actually []
21309: braced
21310:
21311: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21312: lexer on LS_USER level did [] matching without setting nestage,
21313: introduced special LS_NAME_SQUARE_PART state
21314:
21315: 2001-09-11 parser
21316:
21317: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21318: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21319: languages+=xml
21320:
21321: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21322:
21323: * src/classes/dom.C: ^dom:save/string/file[output options] output
21324: options: $.method[xml|html|text] detection fixed
21325:
21326: * src/types/pa_vdom.h: messages
21327:
21328: * src/classes/dom.C: ^dom:save/string/file[output options] output
21329: options: $.method[xml|html|text] detection fixed
21330:
21331: 2001-09-10 parser
21332:
21333: * src/classes/dom.C: ^dom:save/string/file[output options] output
21334: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21335:
21336: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21337: added]
21338:
21339: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21340: ^dom.xslt[stylesheet filename] 0
21341:
21342: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21343: ^dom.xslt[stylesheet filename] -1 doc is lying
21344:
21345: * src/classes/dom.C: ^dom.file[encoding] = file
21346:
21347: * src/classes/: dom.C: ^dom.string[encoding] 1
21348: ^dom.save[encoding;filename]
21349:
21350: * src/classes/dom.C: ^dom.string[] 0
21351:
21352: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21353:
21354: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21355: types/pa_vform.h: ^dom.save[b.xml] 0
21356:
21357: 2001-09-08 parser
21358:
21359: * src/types/pa_vform.C: $form:tables.name.field
21360:
21361: 2001-09-07 parser
21362:
21363: * src/classes/table.C: table:empty removed, superceded by ^if(def
21364: $table)...
21365:
21366: * src/targets/cgi/parser3.C: z
21367:
21368: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21369: from '' to int/double is 0]
21370:
21371: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21372: $table) is false when table is empty
21373:
21374: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21375: !$form:tables $atable[$form:tables.a]
21376: ^atable.menu{a=$atable.element}[,]
21377:
21378: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21379: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21380:
1.116 moko 21381: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21382: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21383: of dom
21384:
21385: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21386: types/pa_vform.C, types/pa_vform.h: z
21387:
21388: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21389: element [not last]
21390:
1.116 moko 21391: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21392: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21393:
21394: 2001-09-06 parser
21395:
21396: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21397: table with one column 'element' and two rows: 1 and 2
21398:
21399: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21400: table with one column 'element' and two rows: 1 and 2
21401:
21402: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21403: bad int/double conversions, and now $form:nonexistent.int(88)
21404: would return 88
21405:
21406: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21407: types/pa_vhash.h: now there's special hash key '_default'
21408: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21409: $._default[xx] ] $hash.c
21410:
21411: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21412: fixed [thanks, fif], ^; were treated there non-literally
21413:
21414: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21415: doxygen
21416:
21417: * src/: classes/image.C, classes/op.C, classes/string.C,
21418: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21419: types/pa_vtable.C: few #ifndef DOXYGEN
21420:
21421: 2001-09-05 parser
21422:
21423: * src/classes/: string.C, table.C: sql options can be void [same as
21424: image:html the other day]
21425:
21426: * src/targets/cgi/Makefile.am: .am undo
21427:
21428: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21429: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21430: macro expantion on param, simply qoutes whatever passed, undone
21431:
21432: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21433: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21434: STRINGIZE(name) #name invented
21435:
21436: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21437: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21438: MAIN_SQL_DRIVERS_NAME "drivers"
21439:
21440: moved to be availible to all users
21441:
21442: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21443: SQL_DRIVER_CREATE_FUNC_NAME
21444:
21445: * src/classes/mail.C: MAIN:MAIL check fixed
21446:
21447: 2001-09-04 parser
21448:
21449: * src/classes/image.C: image.html now can accept void params
21450:
21451: * src/targets/isapi/parser3isapi.C: z
21452:
21453: * src/targets/cgi/parser3.C: full_file_spec bug
21454:
21455: * src/targets/cgi/parser3.C: getenvcheck
21456:
21457: * src/targets/cgi/parser3.C: zz
21458:
21459: * src/targets/cgi/parser3.C: zzz
21460:
21461: * src/classes/date.C: date
21462:
21463: * src/classes/date.C: date:sql-string is now without ''
21464:
1.116 moko 21465: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21466: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21467: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21468:
1.116 moko 21469: * src/include/pa_config_auto.h.in: makes
1.95 moko 21470:
21471: 2001-09-03 parser
21472:
21473: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21474:
21475: 2001-09-01 parser
21476:
21477: * src/classes/image.C: letter_spacing
21478:
21479: * src/classes/image.C: image: font params changed
21480:
21481: * src/classes/image.C: image: as_int as_string used
21482:
21483: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21484: analized
21485:
21486: 2001-08-31 parser
21487:
21488: * src/targets/cgi/parser3.C: z
21489:
1.116 moko 21490: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21491: cygwin
1.95 moko 21492:
21493: * src/classes/void.C: void:int/double += (default)
21494:
21495: * src/classes/image.C: image:font added space param image:font
21496: changed charwidth alg, added kerning const[for now]
21497:
21498: * src/classes/: string.C, table.C: string:int/double (defaults)
21499:
21500: 2001-08-29 parser
21501:
21502: * src/main/pa_exception.C: exception redundant debug info
21503:
21504: 2001-08-28 parser
21505:
21506: * src/classes/image.C: image error msgs
21507:
21508: * src/classes/image.C: image: gifsize little endian
21509:
21510: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21511: doxygeneration
21512:
21513: * src/: classes/Makefile.am, main/Makefile.am,
21514: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21515:
21516: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21517: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21518:
21519: * src/main/compile.C: NO_STRING_ORIGIN check2
21520:
21521: * src/classes/table.C: NO_STRING_ORIGIN check
21522:
21523: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21524: storage class specifiers invalid in friend function declarations
21525:
21526: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21527: main/untaint.C, targets/cgi/parser3.C,
21528: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21529: case of limit
21530:
21531: * src/: classes/file.C, main/pa_common.C: file:move
21532: autocreate/remove dest/src dir
21533:
21534: * src/: classes/string.C, include/pa_dictionary.h,
21535: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21536: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21537: to directory constructor. string:replace
21538:
21539: 2001-08-27 parser
21540:
21541: * src/classes/image.C: fixed jpgsize alg
21542:
21543: * src/classes/image.C: fixed jpgsize alg
21544:
21545: * src/main/pa_exception.C: z
21546:
21547: * src/main/pa_common.C: removed debug info from pa_common
21548:
21549: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21550: [auto.p from current dir loading]
21551:
1.116 moko 21552: * src/: main/pa_common.C, main/pa_exception.C,
21553: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21554: for solaris -lsocket
1.95 moko 21555:
21556: 2001-08-24 parser
21557:
21558: * src/targets/cgi/parser3.C: not cgi extra \n 3
21559:
21560: * src/targets/cgi/parser3.C: not cgi extra \n 2
21561:
21562: * src/targets/cgi/parser3.C: not cgi extra \n
21563:
21564: * src/main/pa_sql_driver_manager.C: z
21565:
21566: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21567: sql* removed services from disconnect - cross-request ideological
21568: probs.
21569:
21570: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21571: cross-request ideological probs. oracle - fixed bug: cs
21572: allocated on request.pool and got freed before disconnect
21573:
21574: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21575: mallocs fixed
21576:
21577: 2001-08-23 parser
21578:
21579: * src/classes/file.C: minor bug in file:save fixed
21580:
21581: * src/main/pa_sql_driver_manager.C: oracle: dlink
21582:
21583: 2001-08-22 parser
21584:
21585: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21586: types/pa_vfile.h: file:load|save[text|binary;
21587:
21588: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21589:
21590: 2001-08-21 parser
21591:
21592: * src/classes/: file.C, table.C: ^file:list
21593:
21594: 2001-08-20 parser
21595:
21596: * src/: main/compile.tab.C, main/compile.y,
21597: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21598: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21599: recousively caused problems: inc incremeted 123 literal!! fixed
21600:
21601: 2001-08-10 parser
21602:
21603: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21604:
21605: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21606: added
21607:
21608: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21609: added
21610:
21611: * src/classes/table.C: table:sort restored [it was bad test :(]
21612:
21613: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21614: ''
21615:
21616: * src/main/: pa_request.C: wanted to make const int
21617: MAX_EXECUTE_SECONDS=1;
21618:
21619: but couldnt, set_callback_and_alarm appeared to be not exported
21620: :(
21621:
21622: * src/main/pa_string.C: string.match hanged on. there were a hang
21623: check but it weren't wise enough
21624:
21625: @parse[dateString][tmp]
21626: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21627: #end
21628:
21629: @main[] ^parse[2001-02-03]
21630:
21631: * src/classes/: table.C: table:sort now default desc
21632:
21633: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21634: table.sort now creates new sorted table
21635:
21636: 2001-08-09 parser
21637:
21638: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21639:
21640: * src/classes/hash.C: hash:_default now [was hash:default]
21641:
21642: * src/classes/op.C: case without switch check added
21643:
21644: * src/types/pa_vcookie.C: cookie name&value origins added, more
21645: precise $ORIGINS(1)
21646:
21647: * src/main/Makefile.am: .am
21648:
21649: * src/classes/void.C: void: int double copy/paste from int: bug
21650: fixed
21651:
21652: * src/classes/void.C: void: int double copy/paste from int: bug
21653: fixed
21654:
21655: 2001-08-07 parser
21656:
21657: * src/: classes/double.C, classes/int.C, classes/string.C,
21658: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21659: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21660: string, table
21661:
21662: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21663: srand made working
21664:
21665: 2001-08-06 parser
21666:
21667: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21668: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21669: main/compile.tab.C, main/compile.y, main/pa_array.C,
21670: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21671: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21672:
21673: * src/main/pa_exec.C: exec win32 real filename
21674:
21675: * src/classes/file.C: exec stderr out
21676:
21677: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21678:
21679: 2001-08-03 parser
21680:
21681: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21682:
21683: 2001-08-02 parser
21684:
21685: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21686: main/execute.C, main/pa_exec.C: introducing Array_iter
21687:
21688: * src/main/execute.C: detected quick_get recursion bug. changed to
21689: get@execute, but needs array iterator, separate from array to
21690: avoid it & use caching
21691:
21692: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21693: bug fixed
21694:
21695: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21696: main/execute.C, main/pa_globals.C: found another multithread bug
21697: in op.C (last, last global var killed) :)
21698:
21699: 2001-08-01 parser
21700:
21701: * src/: include/pa_dictionary.h, include/pa_globals.h,
21702: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21703: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21704: main/untaint.C: speeded up typo-html replacements. introducing
21705: Dictionary with first-char caching
21706:
21707: 2001-07-31 parser
21708:
21709: * src/types/Makefile.am: pa_vtable.C added to .am
21710:
21711: * src/main/compile.tab.C: added, so that could be compiled even on
21712: non-bison-enabled platforms
21713:
21714: 2001-07-28 parser
21715:
21716: * src/classes/table.C: table:hash always produces hash, when can't
21717: - empty
21718:
21719: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21720: skipped \n
21721:
21722: 2001-07-27 parser
21723:
21724: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21725: on int/double/string :sql without result and default
21726:
21727: 2001-07-26 parser
21728:
21729: * src/classes/op.C: fixed bad multithread bug with strangly global
21730: OP
21731:
21732: * src/main/compile.y: $man[$.age[zzz]] 0
21733:
21734: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21735: creation syntax problem persists. restored $: for a while.
21736: thinking of $man[$.age[zzz]] syntax now
21737:
21738: * src/: classes/double.C, classes/int.C, classes/string.C,
21739: include/pa_opcode.h, main/compile.C, main/compile.y,
21740: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21741: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21742: types/pa_wwrapper.h: fixing :: realization #1
21743:
21744: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21745: main/compile_tools.h, main/execute.C, main/pa_request.C,
21746: types/pa_vmethod_frame.h: introducing :: this is constructor call
21747: prefix. ordinary : remains for static accesses
21748:
21749: 2001-07-25 parser
21750:
21751: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21752: fields 2. methods 3. columns
21753:
21754: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21755: quote. optimized double&int tostring-s
21756:
21757: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21758: whitespace before first method decl
21759:
21760: * src/classes/table.C: allowed nontable result in table:sql,
21761: results in empty table
21762:
21763: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21764: lines before first method decl
21765:
21766: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21767: types/pa_vtable.h: ^table.record[] now $table.fields
21768:
21769: * src/main/compile.y: $var[] is now empty string, not void
21770:
21771: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21772: void
21773:
21774: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21775: main/pa_globals.C: match replace code context moved to implicit
21776: $match context
21777:
21778: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21779: main/compile_tools.h, main/execute.C: with killed, code storage
21780: introduced with former 'with' syntax
21781:
21782: 2001-07-24 parser
21783:
21784: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21785: types/pa_value.h: first get_element, next get operator
21786:
21787: * src/main/compile.y: removed @end handling
21788:
21789: * src/main/: compile.C, compile.y: @end handling method2
21790:
21791: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21792: file:move
21793:
21794: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21795: fixed
21796:
21797: 2001-07-23 parser
21798:
21799: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21800: driver
21801:
21802: * src/classes/hash.C: changed sql driver query interface
21803:
21804: * src/: classes/hash.C, classes/string.C, classes/table.C,
21805: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21806: changed sql driver query interface
21807:
21808: 2001-07-20 parser
21809:
21810: * src/types/pa_vrequest.C: X!$browser:type
21811:
21812: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21813: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21814: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21815: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21816: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21817: types/pa_vobject.h, types/pa_vrequest.C,
21818: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21819: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21820: BASE element globally removed
21821:
21822: 2001-07-18 parser
21823:
21824: * src/classes/file.C: file:exec/cgi msg
21825:
21826: * src/classes/file.C: $file:exit-code renamed to 'status'
21827:
21828: * src/: classes/file.C, main/pa_exec.C: file:exec
21829:
1.116 moko 21830: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21831: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21832: removed $id from *.in *.am
1.95 moko 21833:
21834: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21835: abbrevations
21836:
21837: * src/: classes/date.C, classes/mail.C, classes/math.C,
21838: classes/string.C, classes/table.C, include/pa_globals.h,
21839: include/pa_string.h, main/execute.C, main/pa_globals.C,
21840: main/pa_request.C, main/pa_string.C, main/untaint.C,
21841: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21842: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21843: $ORIGINS(1) output tracing mode
21844:
21845: 2001-07-13 parser
21846:
21847: * src/: classes/double.C, classes/int.C, classes/string.C,
21848: include/pa_request.h, main/execute.C, main/pa_request.C:
21849: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21850: second would not call first @auto
21851:
21852: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21853: wrong, fixed
21854:
21855: 2001-07-12 parser
21856:
21857: * src/types/pa_value.h: pa_value.putelement modification of system
21858: classes prevented
21859:
21860: 2001-07-11 parser
21861:
21862: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21863: table $piece
21864:
21865: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21866: types/pa_vstateless_class.h: $file created by file:state +=
21867: .atime .mtime .ctime +found&fixed bug with exceptions on
21868: get_junction-created objects [they were on wrong pool]
21869:
21870: 2001-07-09 parser
21871:
21872: * src/main/untaint.C: qp wrong name
21873:
21874: * src/: classes/date.C, classes/string.C, classes/table.C,
21875: main/compile.y: date format 0
21876:
21877: 2001-07-07 parser
21878:
21879: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21880: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21881: roll table calendar
21882:
21883: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21884: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21885: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21886: include/pa_request.h, main/main.dsp, types/pa_value.h,
21887: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21888: string. todo: sql, calendar
21889:
21890: 2001-07-06 parser
21891:
21892: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21893: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21894:
21895: 2001-07-03 parser
21896:
21897: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21898: classes/random.C, main/main.dsp: class random renamed to math,
21899: operators became methods
21900:
21901: * src/classes/op.C: pow sqrt
21902:
21903: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21904:
21905: 2001-07-02 parser
21906:
21907: * src/classes/table.C: ^table.columns column renamed from 'name' to
21908: 'column'
21909:
21910: * src/classes/hash.C: ^hash.keys[]
21911:
21912: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21913:
21914: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21915: 'strings'
21916:
21917: 2001-06-29 parser
21918:
21919: * src/main/: execute.C: /0 %0 checkes ver 2
21920:
21921: * src/main/execute.C: /0 %0 checke
21922:
21923: * src/classes/Makefile.am: nothing - void
21924:
21925: * src/classes/table.C: empty strings @ sql
21926:
21927: 2001-06-28 parser
21928:
21929: * src/: classes/double.C, classes/file.C, classes/form.C,
21930: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21931: classes/op.C, classes/random.C, classes/response.C,
21932: classes/string.C, classes/table.C, classes/void.C,
21933: main/compile.C, main/compile_tools.C, main/execute.C,
21934: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21935: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21936: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21937: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21938: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21939: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21940: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21941: $";
21942:
21943: * src/: classes/double.C, classes/file.C, classes/form.C,
21944: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21945: classes/op.C, classes/random.C, classes/response.C,
21946: classes/string.C, classes/table.C, classes/void.C,
21947: main/compile.C, main/compile.y, main/compile_tools.C,
21948: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21949: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21950: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21951: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21952: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21953: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21954:
21955: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21956: $class:name: == ${class:name}:
21957:
21958: * src/classes/string.C: exactly one
21959:
21960: 2001-06-27 parser
21961:
21962: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21963: types/pa_vvoid.h: nothing renamed to void
21964:
21965: * src/classes/op.C: ^switch ^case
21966:
21967: * src/main/compile.y: nothing renamed to void
21968:
21969: * src/: classes/hash.C, classes/table.C, main/compile.y,
21970: main/execute.C, main/main.dsp, main/pa_request.C,
21971: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21972: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21973: void
21974:
21975: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21976:
21977: 2001-05-28 parser
21978:
21979: * src/doc/html2chm.cmd: removed >a
21980:
21981: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21982: project options [some bugs]
21983:
21984: * src/doc/sources2html.cmd: z
21985:
21986: * src/: classes/classes.C, main/compile.C, main/compile.y,
21987: main/execute.C: operators are not in root class again
21988:
21989: 2001-05-24 parser
21990:
21991: * src/targets/cgi/parser3.dsp: project file
21992:
21993: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21994: ^log ^exp
21995:
21996: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21997: conversions in @exception[params]
21998:
21999: * src/main/pa_request.C: // no _ conversions in @exception[params]
22000:
22001: 2001-05-23 parser
22002:
22003: * src/main/pa_string.C: string cmp bug
22004:
22005: * src/classes/: mail.C, op.C: rem max 1000
22006:
22007: * src/: classes/op.C, main/compile.y: allow one empty line before
22008: LS_DEF_NAME
22009:
22010: 2001-05-22 parser
22011:
22012: * src/classes/op.C: if params code-required
22013:
22014: 2001-05-21 parser
22015:
22016: * src/types/pa_vstring.C: eoleof
22017:
22018: * src/classes/Makefile.am: .AM
22019:
22020: * src/classes/nothing.C: resultless ^sql moved to nothing:
22021:
22022: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22023:
22024: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22025: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22026: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22027: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22028: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22029: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22030: 'nothing'
22031:
22032: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22033: vstring::set_string
22034:
22035: * src/classes/: double.C, int.C, string.C: int,double;sql
22036:
22037: * src/: classes/hash.C, classes/int.C, classes/string.C,
22038: classes/table.C, include/pa_string.h, main/pa_string.C,
22039: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22040:
22041: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22042: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22043: hash:sql moved to main trunc. operators.txt updated
22044:
22045: * src/classes/: hash.C, op.C, table.C: hash:sql
22046:
22047: * src/classes/op.C: z
22048:
22049: * src/: main/compile.C, classes/classes.C: 1
22050:
22051: * src/: classes/classes.C, main/compile.C, main/compile.y,
22052: main/execute.C: 0
22053:
22054: * src/main/execute.C: z
22055:
22056: * src/targets/cgi/parser3.C: z
22057:
22058: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22059: site_auto_path "." in that case
22060:
22061: * src/targets/cgi/: parser3.C: z
22062:
22063: * src/main/pa_request.C: .am
22064:
22065: * src/: main/pa_request.C, targets/cgi/parser3.C:
22066: pcre_tables=pcre_default_tables;
22067:
22068: 2001-05-19 parser
22069:
22070: * src/main/pa_string.C: z
22071:
22072: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22073: introducing String::cstr_bufsize, returns just size+1 for as_is
22074: target.
22075:
22076: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22077: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22078: used, 4* mem wasted
22079:
22080: * src/classes/string.C: root context in match replace body now
22081: unchanged
22082:
22083: * src/types/pa_value.h: parameter # 1 based
22084:
22085: * src/main/pa_common.C: common: actual filename '%s'
22086:
22087: * src/classes/string.C: z
22088:
22089: * src/classes/Makefile.am: classes/.am
22090:
22091: * src/classes/: Makefile.am: classes/.am
22092:
22093: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22094: targets/cgi/pa_pool.C: classes/.am
22095:
22096: 2001-05-18 parser
22097:
1.116 moko 22098: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22099: pa_threads.C ins
1.95 moko 22100:
22101: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22102:
22103: 2001-05-17 parser
22104:
22105: * src/: classes/string.C, include/pa_config_fixed.h,
22106: include/pa_config_includes.h, main/compile.y,
22107: main/compile_tools.h, main/execute.C, main/pa_array.C,
22108: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22109: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22110: types/pa_vform.C: #include "pa_config_includes.h" removed from
22111: most .C
22112:
22113: * src/doc/html2chm.cmd: z
22114:
22115: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22116: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22117:
22118: * src/main/pa_sql_driver_manager.C: moved expiration to
22119: get_connection_from_cache
22120:
22121: * src/main/pa_sql_driver_manager.C: cache expiration bf
22122:
22123: * src/: classes/classes.h, include/pa_sql_connection.h,
22124: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22125: cache expiration[use SQL_Driver::disconnect]
22126:
22127: * src/main/pa_table.C: table.locate current restored on "not found"
22128:
22129: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22130: line no
22131:
22132: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22133: ANTI_ENDLESS_EXECUTE_RECOURSION
22134:
22135: * src/: classes/op.C, include/pa_sql_connection.h,
22136: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22137: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22138: 1driver and set_services fight for driver::fservices. before fix
22139:
22140: * src/: classes/op.C, include/pa_config_fixed.h,
22141: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22142: main/pa_sql_driver_manager.C: found problem at last: 2connections
22143: own 1driver and set_services fight for driver::fservices. before
22144: fix
22145:
22146: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22147: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22148: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22149: pa_threads.C
22150:
22151: * src/include/pa_threads.h: removed targets/parser
22152:
22153: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22154: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22155: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22156: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22157: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22158: headers
22159:
22160: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22161: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22162: order prevented sqlmanager to see MULTYTHREAD define
22163:
22164: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22165: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22166: put/gets
22167:
22168: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22169: from hash.h
22170:
22171: * src/: classes/op.C, include/pa_sql_connection.h,
22172: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22173: from cache ->set_services(&services);
22174:
22175: 2001-05-16 parser
22176:
22177: * src/targets/cgi/parser3.C: z
22178:
22179: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22180: debug, #ifdefed some. would debug later, on more precise sample
22181: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22182: $name.$tail[$tail!] $name.$tail } ok3
22183:
22184: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22185: removed array debug. before vstring rebasing
22186:
22187: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22188: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22189: array debugged; adjusted
22190:
22191: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22192: SQL_Driver_manager line no for connect/charset errors
22193:
22194: 2001-05-15 parser
22195:
22196: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22197: main/pa_string.C: string+array made linear grows
22198:
22199: * src/: include/pa_string.h, main/pa_string.C,
22200: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22201: grow lineary, not exponentialy
22202:
22203: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22204: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22205: with fullchunk cmps
22206:
22207: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22208: 70041= 81
22209:
22210: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22211: targets/cgi/parser3.C: detected huge mem allocation: size/times
22212: malloc 27809390/368771, calloc 3232/83. would test now
22213:
22214: * src/: classes/random.C, main/compile.y, main/execute.C,
22215: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22216: numbered params had wrong name - for instance: bad error message
22217: in ^for[] bad body type. fixed
22218:
22219: 2001-05-14 parser
22220:
22221: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22222: main/untaint.C: ^string.upper|lower[]
22223:
22224: 2001-05-11 parser
22225:
22226: * src/: classes/double.C, classes/image.C, classes/op.C,
22227: classes/string.C, classes/table.C, classes/unknown.C,
22228: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22229: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22230: types/pa_vunknown.h: op: MAX_LOOPS as_int
22231:
22232: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22233: .dsp for win32tools
22234:
22235: 2001-05-11 paf
22236:
22237: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22238: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22239: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22240: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22241:
22242: 2001-05-10 paf
22243:
22244: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22245: for C++, that's all
22246:
1.116 moko 22247: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22248: pa_config_includes.h: inline wonders
1.95 moko 22249:
22250: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22251: doc/doxygen.cmd: hash.C added
22252:
22253: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22254:
22255: * src/main/compile.y: @end grammar: allowed zero strings in control
22256: menthod
22257:
22258: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22259: pa_vstateless_object.h: changed priority: field before method
22260: lookup in vclass & vobject
22261:
22262: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22263: grammar: priorities changes [lowerd && prior] vobject: now first
22264: fields, next methods
22265:
22266: 2001-05-08 paf
22267:
22268: * src/main/pa_table.C: table columnname2item on nameless ignored
22269: bark=false. fixed
22270:
22271: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22272: types/pa_vmethod_frame.h: hash:default works at last!
22273:
22274: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22275: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22276: hash:default
22277:
22278: * src/classes/table.C: z
22279:
22280: * src/classes/table.C: table:hash always hash of hash now
22281:
22282: * src/classes/table.C: table:empty return bool now
22283:
22284: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22285: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22286: types/pa_vtable.h: table:hash
22287:
22288: * src/classes/table.C: table:record have name
22289:
22290: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22291: returns vunknown
22292:
22293: * src/classes/: double.C, int.C, op.C, string.C:
22294: int,double,string:int[] double[] string:length[] results now have
22295: hames
22296:
22297: * src/: classes/op.C, classes/table.C, main/main.dsp,
22298: types/pa_vtable.h: removed table:find. table:locate and op:eval
22299: now return bool
22300:
22301: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22302: in method checkparams again. fixed
22303:
22304: 2001-05-07 paf
22305:
22306: * src/doc/chm.cmd: cmd
22307:
22308: * src/: classes/image.C, classes/mail.C, classes/string.C,
22309: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22310: types/pa_value.h: method reported errors on wrong pool
22311:
22312: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22313: now
22314:
22315: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22316: include/code.h, include/pa_opcode.h, main/compile.C,
22317: main/compile_tools.h, main/execute.C, types/pa_value.h,
22318: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22319: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22320: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22321: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22322: types/pa_vmethod_frame.h, types/pa_vobject.h,
22323: types/pa_vrequest.h, types/pa_vresponse.h,
22324: types/pa_vstateless_class.h, types/pa_vstring.h,
22325: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22326: types/pa_wwrapper.h: pa_code.h
22327:
22328: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22329:
22330: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22331: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22332: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22333: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22334: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22335: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22336: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22337: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22338: types/pa_vtable.h: dox, split by not clean parts also
22339:
22340: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22341: types/pa_vtable.h: table: fields, then methods. so to enable
22342: 'dir' fields & co. more
22343:
22344: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22345: so to enable 'dir' fields & co.
22346:
22347: * src/main/compile.y: grammar: @end
22348:
22349: 2001-05-04 paf
22350:
22351: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22352: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22353:
22354: * src/: classes/classes.h, classes/double.C, classes/file.C,
22355: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22356: classes/op.C, classes/random.C, classes/response.C,
22357: classes/string.C, classes/table.C, classes/unknown.C,
22358: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22359: method dox
22360:
22361: 2001-05-03 paf
22362:
22363: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22364: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22365: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22366: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22367: doc/string.dox, doc/targets.dox, doc/value.dox,
22368: main/pa_request.C: dox splitted .dox files and added some
22369:
22370: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22371:
22372: 2001-05-02 paf
22373:
22374: * src/classes/: image.C, table.C: table:dir result are not tainted
22375: by file_name language now
22376:
22377: 2001-04-28 paf
22378:
22379: * src/classes/classes.inc: removed classes.inc
22380:
22381: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22382: from .am
22383:
22384: * src/classes/classes.awk: skipped classes in .awk
22385:
22386: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22387: classes/classes.inc, classes/double.C, classes/file.C,
22388: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22389: classes/string.C, classes/table.C, classes/unknown.C,
22390: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22391: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22392: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22393: pa_methoded back to classes/classes.h
22394:
22395: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22396:
22397: * src/: classes/Makefile.am, classes/classes.awk,
22398: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22399: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22400:
22401: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22402: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22403: classes/response.C, classes/string.C, classes/table.C,
22404: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22405: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22406: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22407: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22408: include|main/pa_methoded
22409:
22410: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22411: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22412:
22413: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22414: moved some configured data to request::classes_conf moved some
22415: string crations from globals to M... [works]
22416:
22417: * src/: classes/form.C, classes/mail.C, classes/op.C,
22418: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22419: main/pa_request.C: moved some configured data to
22420: request::classes_conf moved some string crations from globals to
22421: M...
22422:
22423: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22424: about to move configured data to special request hash
22425:
22426: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22427: classes/form.C, classes/mail.C, include/pa_request.h,
22428: main/pa_request.C: configure started
22429:
22430: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22431: 2. todo: methoded-configure
22432:
22433: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22434: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22435: classes/_random.h, classes/_response.h, classes/_string.h,
22436: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22437: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22438: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22439: classes/random.C, classes/response.C, classes/string.C,
22440: classes/table.C, classes/unknown.C, include/pa_globals.h,
22441: include/pa_request.h, main/compile.y, main/execute.C,
22442: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22443: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22444: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22445: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22446: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22447: types/pa_vrequest.h, types/pa_vresponse.h,
22448: types/pa_vstateless_class.h, types/pa_vstring.h,
22449: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22450: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22451: methoded-configure
22452:
22453: * src/: classes/file.C, classes/table.C, main/compile.y,
22454: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22455: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22456: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22457:
22458: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22459: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22460: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22461: classes/random.C, classes/response.C, classes/string.C,
22462: classes/table.C, classes/unknown.C, include/pa_request.h,
22463: main/compile.y, main/execute.C, main/pa_globals.C,
22464: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22465: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22466: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22467: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22468: beautifying just compiled. todo: debug, configure
22469:
22470: 2001-04-27 paf
22471:
22472: * src/: classes/file.C, classes/image.C, classes/table.C,
22473: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22474: beautifying -99
22475:
22476: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22477: classes/_response.h, classes/_unknown.h, classes/classes.C,
22478: classes/classes.h, classes/double.C, classes/file.C,
22479: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22480: classes/op.C, classes/random.C, classes/response.C,
22481: classes/string.C, include/pa_globals.h, main/main.dsp,
22482: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22483: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22484: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22485: types/pa_vunknown.h: beautifying -100
22486:
22487: * src/main/compile.y: serge@ found @CLASS bug. fixed
22488:
22489: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22490: classes/_op.h, classes/_random.h, classes/_table.h,
22491: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22492: classes/op.C, classes/random.C, classes/response.C,
22493: classes/string.C, classes/table.C, classes/unknown.C,
22494: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22495: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22496: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22497: beautifying
22498:
22499: 2001-04-26 paf
22500:
22501: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22502:
22503: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22504: documentation ++
22505:
22506: * src/: classes/_exec.h, doc/doxygen.cfg,
22507: include/pa_config_fixed.h, include/pa_config_includes.h,
22508: targets/cgi/pa_pool.C: code documentation ++
22509:
22510: * src/: classes/_image.h, classes/op.C, classes/random.C,
22511: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22512: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22513: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22514: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22515: types/pa_vmethod_frame.h, types/pa_vobject.h,
22516: types/pa_vrequest.C, types/pa_vrequest.h,
22517: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22518: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22519: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22520: code documentation ++
22521:
22522: * src/: classes/image.C, classes/mail.C, classes/string.C,
22523: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22524: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22525: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22526: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22527: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22528: types/pa_vobject.h, types/pa_vstateless_class.h,
22529: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22530:
22531: * src/main/: pa_request.C, pa_string.C: z
22532:
22533: * src/: include/pa_common.h, include/pa_types.h,
22534: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22535: connection caching fixed. request-pooled-url were stored into
22536: global connectioncache
22537:
22538: 2001-04-25 paf
22539:
22540: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22541: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22542:
22543: * src/: include/code.h, include/pa_common.h, main/compile.y,
22544: main/execute.C, main/pa_common.C: -d
22545:
22546: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22547: illegal call check a bit improved, but still under iis no mapping
22548: of dir with parser allowed!
22549:
22550: 2001-04-24 paf
22551:
22552: * src/targets/Makefile.am: apache module lib .am
22553:
22554: * src/main/pa_exec.C: windows32 buildCommand
22555:
22556: 2001-04-23 paf
22557:
22558: * src/targets/cgi/Makefile.am: win32 conditional
22559:
22560: * src/targets/cgi/Makefile.am: win32 conditional
22561:
22562: * src/targets/cgi/Makefile.am: liblink
22563:
22564: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22565: vfile fields return type
22566:
22567: * src/types/pa_vfile.h: vfile fields return type
22568:
22569: * src/include/pa_config_auto.h.in: .h.in
22570:
22571: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22572: types/Makefile: makefiles removed
22573:
22574: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22575: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22576:
22577: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22578: [tested: i & g ]
22579:
22580: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22581: @test noticed series in isapi, check how initialize_random_class
22582: is called! [must be called only once]
22583:
22584: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22585: would not be 'unknown column'
22586:
22587: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22588: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22589:
22590: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22591: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22592: [now doesnt]
22593:
22594: * src/targets/cgi/parser3.C: cgi cmdline ver
22595:
22596: * src/targets/cgi/parser3.C: cgi /// @test disable
22597: /cgi-bin/parser3/auto.p
22598:
22599: * src/main/untaint.C: untaint without charset
22600:
22601: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22602: main/pa_common.C: common: file_write /// @test mkdirs
22603: file_delete rmdirs
22604:
22605: * src/main/untaint.C: mail header only once to =?
22606:
22607: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22608: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22609: main/untaint.C: untaint - @test optimize whitespaces for
22610: all but 'html'
22611:
22612: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22613: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22614: main/untaint.C: untaint - @test mail-header
22615:
22616: 2001-04-20 paf
22617:
22618: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22619: include/pa_request.h, include/pa_string.h, main/compile.y,
22620: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22621: targets/cgi/parser3.C: $MAIN:LOCALE
22622:
22623: * src/main/untaint.C: z
22624:
22625: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22626:
22627: 2001-04-19 paf
22628:
22629: * src/main/compile_tools.h: $a$b bugfix
22630:
22631: * src/targets/cgi/parser3.C: z
22632:
22633: * src/classes/file.C: z
22634:
22635: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22636: done: header to $fields. waits for header '\' tricks
22637:
22638: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22639: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22640: changed urlencode here and in untaint.C to HTTP standard's " and
22641: \" mech
22642:
22643: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22644: http://alx/~paf/ doesnt load /auto.p
22645:
22646: 2001-04-18 paf
22647:
22648: * src/main/pa_request.C: 1
22649:
22650: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22651: linux @alx
22652:
22653: 2001-04-17 paf
22654:
22655: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22656: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22657: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22658: enabled
22659:
22660: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22661: classes/_exec.h, classes/_file.h, classes/_form.h,
22662: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22663: classes/_random.h, classes/_response.h, classes/_string.h,
22664: classes/_table.h, classes/_unknown.h, classes/file.C,
22665: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22666: include/pa_config_fixed.h, include/pa_config_includes.h,
22667: include/pa_hash.h, include/pa_sql_driver_manager.h,
22668: include/pa_version.h, main/Makefile.am, main/compile.y,
22669: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22670: main/pa_sql_driver_manager.C, sql/Makefile.am,
22671: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22672: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22673: types/pa_vform.C, types/pa_vimage.h: exec @jav
22674:
22675: * src/: include/pa_sql_driver_manager.h,
22676: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22677: types/pa_vimage.h: sql driver interface now has initialize(client
22678: .so)
22679:
22680: 2001-04-16 paf
22681:
22682: * src/Makefile.am: compile2 cygwin
22683:
22684: * src/: include/pa_config_includes.h, main/pa_exec.C,
22685: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22686:
22687: * src/targets/cgi/Makefile.am: compile0 jav
22688:
22689: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22690: classes/_exec.h, classes/_file.h, classes/_form.h,
22691: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22692: classes/_random.h, classes/_response.h, classes/_string.h,
22693: classes/_table.h, classes/_unknown.h, classes/image.C,
22694: classes/mail.C, classes/op.C, classes/random.C,
22695: include/pa_config_fixed.h, include/pa_config_includes.h,
22696: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22697: main/compile.y, main/pa_common.C, main/pa_exec.C,
22698: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22699: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22700: compile-1
22701:
22702: 2001-04-15 paf
22703:
22704: * src/classes/op.C: z
22705:
22706: * src/classes/table.C: table:empty +=process
22707:
22708: * src/types/pa_value.h: MethodParams !junction
22709:
22710: * src/: classes/_string.h, classes/double.C, classes/file.C,
22711: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22712: classes/random.C, classes/response.C, classes/string.C,
22713: classes/table.C, classes/unknown.C, main/pa_request.C:
22714: MethodParams everywhere
22715:
22716: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22717: types/pa_vmethod_frame.h: MethodParams in op.C
22718:
22719: 2001-04-12 paf
22720:
22721: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22722:
22723: * src/: classes/_unknown.h, classes/unknown.C,
22724: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22725: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22726:
22727: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22728:
22729: * src/classes/image.C: image:gif now does not have params
22730:
22731: * src/classes/image.C:
22732: image:line/fill/rectangle/bar/replace/polygon/polybar
22733:
22734: * src/: classes/image.C, classes/op.C, main/execute.C,
22735: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22736: for var now written not to r.wcontext, but to r.root cleared
22737: "entered_object" state
22738:
22739: 2001-04-11 paf
22740:
22741: * src/classes/image.C: image:create image:load
22742:
22743: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22744: just compiled
22745:
22746: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22747: todo: gif without file
22748:
22749: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22750: started porting to Pooled descendant
22751:
22752: * src/: classes/image.C, main/execute.C, main/main.dsp,
22753: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22754: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22755: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22756:
22757: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22758: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22759: end. switching to python imaging lib
22760:
22761: * src/main/main.dsp: gd+smtp made separate libs
22762:
22763: * src/: include/pa_globals.h, include/pa_string.h,
22764: main/pa_common.C, main/pa_request.C, main/untaint.C,
22765: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22766: length
22767:
22768: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22769: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22770: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22771: UL_FILE_NAME of posted file name
22772:
22773: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22774: post [broke when moved post read to core]
22775:
22776: 2001-04-10 paf
22777:
22778: * src/classes/image.C: image:html done
22779:
22780: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22781:
22782: * src/classes/image.C: z
22783:
22784: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22785: forgotten!
22786:
22787: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22788: main/pa_request.C, main/pa_string.C, main/untaint.C,
22789: types/pa_vimage.h: image:measure -90
22790:
22791: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22792: classes/_int.h, classes/_mail.h, classes/_op.h,
22793: classes/_random.h, classes/_response.h, classes/_string.h,
22794: classes/_table.h, classes/file.C, classes/mail.C,
22795: include/pa_common.h, include/pa_globals.h, main/execute.C,
22796: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22797: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22798: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22799: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22800: compiled
22801:
22802: * src/classes/mail.C: minor bug with unclear from/to
22803:
22804: * src/classes/mail.C: sendmail unix skipping defaults
22805:
22806: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22807: sendmail unix added defaults
22808:
22809: * src/classes/mail.C: unix sendmail compiled. todo:testing
22810:
22811: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22812:
22813: 2001-04-09 paf
22814:
22815: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22816: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22817: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22818: targets/isapi/parser3isapi.dsp: all targets exec
22819:
22820: * src/: include/pa_sapi.h, include/pa_string.h,
22821: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22822: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22823: args in apache:util.script
22824:
22825: * src/include/pa_string.h: written but not tested exec with env for
22826: unix
22827:
22828: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22829: targets/cgi/parser3.C: exec win32 env
22830:
22831: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22832: 0
22833:
22834: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22835: main/execute.C, main/main.dsp, main/pa_globals.C,
22836: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22837: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22838:
22839: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22840: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22841:
22842: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22843: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22844:
22845: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22846: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22847: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22848: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22849: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22850: exec class just compiled. moved post read to request core
22851:
22852: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22853: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22854: main/pa_globals.C, targets/cgi/parser3.C,
22855: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22856: are already read by vform
22857:
22858: 2001-04-08 paf
22859:
22860: * src/: classes/file.C, classes/mail.C, classes/string.C,
22861: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22862: uuencode. string<<
22863:
22864: 2001-04-07 paf
22865:
22866: * src/classes/mail.C: z
22867:
22868: * src/classes/mail.C: z
22869:
22870: * src/classes/mail.C: ^mail[$attach
22871:
22872: * src/classes/mail.C: ^attach dead end
22873:
22874: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22875: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22876: targets/isapi/parser3isapi.C: mail:send 1
22877:
22878: * src/: classes/mail.C, main/pa_request.C: z
22879:
22880: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22881: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22882: compiled
22883:
22884: * src/classes/mail.C: +=
22885:
22886: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22887: prepared
22888:
22889: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22890: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22891: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22892: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22893:
22894: 2001-04-06 paf
22895:
22896: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22897: main/pa_string.C: table:dir 1
22898:
22899: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22900: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22901:
22902: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22903: classes/root.C, include/pa_globals.h, include/pa_request.h,
22904: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22905: main/pa_request.C: renamed 'root' to 'op'
22906:
22907: * src/classes/: _op.h, op.C: renamed from 'root'
22908:
22909: * src/types/pa_valiased.C: another root inherititance skipped
22910:
22911: * src/main/: compile.C, compile.y, execute.C: operators are now not
22912: root methods of parent class. just 'ROOT' class
22913:
22914: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22915: @office
22916:
22917: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22918:
22919: 2001-04-05 paf
22920:
22921: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22922: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22923: constructor flag dropped at get_method_frame and remembered into
22924: method_frame
22925:
22926: * src/: classes/file.C, classes/root.C, classes/string.C,
22927: classes/table.C, main/pa_request.C: junction to code&expression
22928: in errors
22929:
22930: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22931: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22932: $LOCALE:ctype[Russian_Russia.1251]
22933:
22934: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22935: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22936: main/pa_table.C: hash now not thread-safe.
22937:
22938: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22939: main/untaint.C: z
22940:
22941: * src/: classes/random.C, classes/root.C, classes/table.C,
22942: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22943: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22944: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22945: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22946:
22947: * src/: classes/table.C, include/pa_sql_connection.h,
22948: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22949:
22950: * src/classes/table.C: select * from hren error contains statement
22951:
22952: * src/: classes/table.C, include/pa_sql_connection.h,
22953: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22954: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22955:
22956: * src/: classes/root.C, include/pa_sql_connection.h,
22957: include/pa_sql_driver.h, main/main.dsp,
22958: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22959: services for conv memory & error reporting
22960:
22961: 2001-04-04 paf
22962:
22963: * src/doc/doxygen.cfg: z
22964:
22965: * src/include/pa_sql_driver.h: mysql connect
22966:
22967: * src/include/pa_sql_driver.h: mysql info
22968:
22969: * src/: classes/root.C, include/pa_sql_driver.h,
22970: include/pa_sql_driver_manager.h, main/main.dsp,
22971: main/pa_sql_driver_manager.C: more manager&connection&driver
22972:
22973: * src/sql/Makefile.am: forgot to add mysql client
22974:
22975: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22976: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22977: [forgot to add libltdl, added]
22978:
22979: * src/: Makefile.am, classes/root.C, classes/string.C,
22980: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22981: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22982: include/pa_string.h, include/pa_table.h, main/main.dsp,
22983: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22984: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22985: -1000 just compiled
22986:
22987: * src/: classes/random.C, classes/root.C, classes/table.C,
22988: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22989: main/pa_request.C, types/pa_vclass.h: sql frame -10
22990:
22991: 2001-04-03 paf
22992:
22993: * src/types/pa_vform.C: z
22994:
22995: * src/: classes/string.C, types/pa_vform.C: string:match replace
22996: assigned lang
22997:
22998: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22999: {}[]< empty []
23000:
23001: * src/: classes/file.C, classes/string.C, classes/table.C,
23002: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23003: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23004:
23005: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23006: string:match replace strange matches
23007:
23008: * src/classes/string.C: string:match replace 0
23009:
23010: * src/: classes/string.C, main/pa_string.C: string:match replace
23011: prepared 2
23012:
23013: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23014: string:match replace prepared
23015:
23016: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23017: string:match replace -11
23018:
23019: * src/: classes/string.C, include/pa_globals.h,
23020: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23021: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23022:
23023: * src/: classes/string.C, include/pa_globals.h,
23024: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23025: main/pa_string.C: string:match [search] -1 just compiled
23026:
23027: * src/types/pa_vstring.C: z
23028:
23029: * src/: classes/double.C, classes/file.C, classes/form.C,
23030: classes/int.C, classes/response.C, classes/root.C,
23031: classes/string.C, classes/table.C, include/pa_string.h,
23032: main/pa_string.C: string:match -10 [frame]
23033:
23034: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23035: main/pa_request.C: z
23036:
23037: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23038: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23039: todo/tests
23040:
23041: * src/include/pa_common.h: z
23042:
23043: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23044: main/pa_request.C, targets/cgi/parser3.C,
23045: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23046: content-disposition
23047:
23048: * src/: include/pa_common.h, include/pa_globals.h,
23049: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23050: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23051:
23052: * src/: include/pa_common.h, include/pa_request.h,
23053: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23054: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23055: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23056: response:body
23057:
23058: * src/classes/table.C: table:append now uses string::split
23059:
23060: * src/classes/table.C: z
23061:
23062: * src/: classes/file.C, classes/root.C, classes/string.C,
23063: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23064: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23065: include/pa_string.h, main/execute.C, main/pa_string.C,
23066: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23067: string::pos & cmp & piece bugs fixed. string::split new
23068: table:load separated from set table:set implemented with clean \n
23069: \t searches
23070:
23071: 2001-04-02 paf
23072:
23073: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23074: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23075: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23076: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23077: it in table:set/load
23078:
23079: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23080: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23081:
23082: * src/classes/random.C: random:generate 1
23083:
23084: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23085: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23086: types/pa_value.h: random:generate
23087:
23088: 2001-03-30 paf
23089:
23090: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23091: todo: table flip and append. string::pos
23092:
23093: * src/: classes/double.C, classes/file.C, classes/int.C,
23094: classes/response.C, classes/root.C, classes/string.C,
23095: classes/table.C, main/compile.y, main/execute.C,
23096: types/pa_value.h, types/pa_vstateless_class.C,
23097: types/pa_vstateless_class.h: static|dynamic|any method
23098: registration
23099:
23100: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23101: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23102: table:flip
23103:
23104: 2001-03-29 paf
23105:
23106: * src/classes/string.C: string:xsplit forgot that they must result
23107: in 1 row N column [not vice versa]
23108:
23109: * src/classes/string.C: z
23110:
23111: * src/classes/string.C: string: rsplit
23112:
23113: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23114: string: lsplit
23115:
23116: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23117: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23118: lsplit -1
23119:
23120: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23121: string: pos
23122:
23123: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23124: string: pos -1
23125:
23126: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23127: main/compile.y, main/pa_request.C, main/pa_string.C,
23128: main/untaint.C: string: left right mid
23129:
23130: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23131: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23132: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23133: and [;] are different now.
23134:
23135: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23136: main/untaint.C: pool.request undone
23137:
23138: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23139: main/untaint.C: pool.request
23140:
23141: 2001-03-28 paf
23142:
23143: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23144: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23145: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23146: $request:browser [.type .version]; unknown.get_double now = 0.
23147:
23148: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23149: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23150: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23151: types/pa_vform.C: file:load autodetection of mime-type by
23152: user-file-name
23153:
23154: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23155: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23156: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23157:
23158: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23159: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23160: write. must be self.set
23161:
23162: * src/: classes/file.C, classes/root.C, classes/table.C,
23163: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23164:
23165: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23166: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23167: types/pa_vtable.h: table:locate just compiled
23168:
23169: 2001-03-27 paf
23170:
23171: * src/main/: execute.C, pa_common.C: fixed r/w context of
23172: code-params2, fixed ntfs hardlink slow dir update
23173:
23174: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23175: types/pa_wcontext.h: fixed r/w context of code-params
23176:
23177: * src/: classes/table.C, main/execute.C: about to change junction
23178: rcontext!!
23179:
23180: * src/: classes/double.C, classes/int.C, classes/root.C,
23181: classes/string.C, classes/table.C, main/compile_tools.C,
23182: main/execute.C, main/pa_request.C, main/untaint.C,
23183: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23184: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23185: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23186: types/pa_vunknown.h: sort 0
23187:
23188: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23189: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23190: renamed to are_static_calls_disabled
23191:
23192: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23193: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23194: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23195: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23196:
23197: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23198:
23199: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23200: started table:sort fixed minor bug in #...^{
23201:
23202: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23203: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23204: decided to have as it were. stepped back. grammar: added 'in'
23205: 'is' 'lt'&co follow-space check
23206:
23207: 2001-03-26 paf
23208:
23209: * src/: classes/file.C, classes/root.C, classes/table.C,
23210: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23211: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23212: main/pa_table.C: moved ::save to pa_table. disabled @auto
23213: invocation in ^process
23214:
23215: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23216:
23217: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23218: main/pa_array.C: table:record
23219:
23220: * src/: main/untaint.C, targets/cgi/parser3.C,
23221: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23222: targets/isapi/pool_storage.h, types/pa_valiased.h,
23223: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23224: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23225: types/pa_vtable.h: z
23226:
23227: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23228: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23229: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23230: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23231: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23232: method realisations on 'self' validity - they now can simply
23233: assume that 'self' is V{Proper} .
23234:
23235: 2001-03-25 paf
23236:
23237: * src/main/untaint.C: z
23238:
23239: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23240: lowlevel - it initialization could be skipped if failed in @auto.
23241: so that exception report would use some table
23242:
23243: * src/main/pa_request.C: table empty lines ignored. system-default
23244: content type assigned in output:result [can fail in main:auto and
23245: skipped normal defaults extraction]
23246:
23247: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23248: bug
23249:
23250: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23251: processing to table [except preliminary \r\n \r \n replacements
23252: to "\n"]
23253:
23254: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23255: move all the processing to table
23256:
23257: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23258: main/pa_table.C, main/untaint.C: returned table originating.
23259: useful for reporting typo table problems origin. think would be
23260: useful somewhere else
23261:
23262: * src/main/untaint.C: typo \r \r\n \n properly handled
23263:
23264: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23265: include/pa_table.h, main/compile.y, main/compile_tools.C,
23266: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23267: main/pa_string.C, main/pa_table.C, main/untaint.C,
23268: types/pa_vcookie.h: typo & typo-default
23269:
23270: 2001-03-24 paf
23271:
23272: * src/main/pa_common.C: z
23273:
23274: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23275: targets/cgi/parser3.C: html-typo 2
23276:
23277: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23278: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23279: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23280: main/execute.C, main/pa_array.C, main/pa_globals.C,
23281: main/pa_request.C, main/pa_string.C, main/untaint.C,
23282: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23283: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23284: noticed double default content-type prob. run cgi.cmd tomorrow
23285: first html-typo sample. detected << problem: they become ltlt too
23286: fast
23287:
23288: * src/main/compile.y: z
23289:
23290: * src/main/: compile.y, compile_tools.h: #comment
23291:
23292: * src/: classes/file.C, classes/root.C, classes/table.C,
23293: include/pa_common.h, include/pa_request.h, main/compile.y,
23294: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23295: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23296: stringified
23297:
23298: * src/types/pa_valiased.C: decided to String-ify file_read
23299:
23300: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23301: isapi/parser3isapi.dsp: cgi: sapi::log
23302:
23303: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23304: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23305: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23306: error log experiments failed - cgi under iis got no access to
23307: log. registereventsource simply failed with 5(illegal call) code,
23308: while worked OK as standalone executable. isapi: used
23309: HSE_APPEND_LOG_PARAMETER feature
23310:
23311: * src/: include/pa_common.h, include/pa_globals.h,
23312: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23313: targets/isapi/parser3isapi.C: fixed default content-type
23314: allocation storage
23315:
23316: * src/: include/pa_globals.h, include/pa_request.h,
23317: main/pa_globals.C, main/pa_request.C: z
23318:
23319: * src/: include/pa_array.h, include/pa_hash.h,
23320: include/pa_request.h, main/compile.y, main/pa_array.C,
23321: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23322: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23323: content-type
23324:
23325: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23326: sanity
23327:
23328: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23329: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23330: away freeze mech. no danger now for you can't do
23331: ^request:process[@new-method[] body] trick anymore. still
23332: remains $some_instance.process[@new-method[] possibility] but
23333: would leave it as a feature. see index for sample
23334:
23335: * src/: include/pa_common.h, main/pa_common.C,
23336: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23337: monkey every target
23338:
23339: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23340: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23341: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23342:
23343: 2001-03-23 paf
23344:
23345: * src/: include/pa_pool.h, main/pa_request.C,
23346: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23347: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23348: targets/isapi/pool_storage.h: isapi: dumb pool storage
23349:
23350: * src/targets/isapi/pa_pool.C: decided to continue with extension
23351:
23352: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23353: it would be better to rewrite as filter then to deal with pool
23354:
23355: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23356: now like in cgi, not from APPL_PHYSICAL_PATH
23357:
23358: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23359: include/pa_config_fixed.h, include/pa_config_includes.h,
23360: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23361: include/pa_version.h, main/compile.y, main/execute.C,
23362: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23363: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23364: main/untaint.C, targets/cgi/parser3.C,
23365: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23366: cgi: reinvent document_root and request_uri under iis. autoconf
23367: updated. introducing ap_config_includes
23368:
23369: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23370:
23371: * src/targets/cgi/parser3.C: cgi: only one pool now
23372:
23373: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23374: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23375: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23376: types/pa_venv.h, types/pa_vform.C: sapi made object
23377:
23378: * src/: include/pa_globals.h, main/pa_request.C,
23379: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23380: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23381: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23382:
23383: * src/: main/pa_request.C, targets/cgi/parser3.C,
23384: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23385: isapi minor env beauty
23386:
23387: * src/: main/pa_request.C, targets/cgi/parser3.C,
23388: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23389: isapi document_root 0
23390:
23391: 2001-03-22 paf
23392:
23393: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23394:
23395: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23396: isapi/parser3isapi.C: z
23397:
23398: * src/: include/pa_pool.h, main/pa_request.C,
23399: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23400:
23401: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23402: kill.pl: isapi added utils
23403:
23404: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23405: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23406: types/pa_vform.C: isapi 0
23407:
23408: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23409: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23410: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23411: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23412: started isapi
23413:
23414: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23415: some comments
23416:
23417: * src/: include/pa_globals.h, include/pa_request.h,
23418: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23419: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23420: parser_root_auto_path parser_site_auto_path
23421:
23422: * src/types/pa_vcookie.C: cookie attr decoded
23423:
23424: 2001-03-21 paf
23425:
23426: * src/targets/cgi/parser3.C: z
23427:
23428: * src/include/pa_globals.h: post. todo: config of auto.p path
23429:
23430: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23431: types/pa_venv.h: in cookie & env. todo:post
23432:
23433: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23434: classes/root.C, classes/table.C, include/pa_array.h,
23435: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23436: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23437: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23438: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23439: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23440: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23441: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23442: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23443: shifted apache branch on main trunc
23444:
23445: * src/: include/pa_common.h, include/pa_globals.h,
23446: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23447: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23448: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23449: starting mod_parser3
23450:
23451: * src/targets/cgi/parser3.C: starting mod_parser3
23452:
23453: 2001-03-20 paf
23454:
23455: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23456: targets/cgi/parser3.C: automake compiled and works. todo:make
23457: win32 ifdefs work and add ifdef unistd
23458:
23459: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23460: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23461: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23462: z
23463:
23464: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23465: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23466: locking
23467:
23468: * src/: classes/Makefile.am, types/Makefile.am: z
23469:
23470: * src/: Makefile.am, classes/file.C, classes/root.C,
23471: classes/table.C, include/pa_array.h, include/pa_request.h,
23472: include/pa_string.h, main/Makefile.am, main/execute.C,
23473: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23474: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23475: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23476: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23477:
23478: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23479: main/pa_request.C, types/pa_vfile.h: ^table:save
23480:
23481: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23482: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23483: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23484: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23485: types/pa_vform.h: z
23486:
23487: * src/include/pa_string.h: z
23488:
23489: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23490: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23491: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23492: :Value
23493:
23494: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23495: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23496: :VStateless_object
23497:
23498: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23499: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23500: :VStateless_object
23501:
23502: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23503: types/pa_valiased.C, types/pa_vform.h: commented VForm
23504:
23505: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23506: types/pa_valiased.h, types/pa_value.h,
23507: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23508: types/pa_vstateless_object.h: moved common get_element part from
23509: stateless object&class into VAliased
23510:
23511: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23512: classes/table.C, main/execute.C, main/main.dsp,
23513: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23514: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23515: now :Value
23516:
23517: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23518: main/execute.C, main/main.dsp, main/pa_globals.C,
23519: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23520:
23521: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23522: doxx
23523:
23524: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23525: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23526: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23527: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23528: and ^file:save
23529:
23530: 2001-03-19 paf
23531:
23532: * src/types/pa_vfile.C: z
23533:
23534: * src/: classes/file.C, classes/request.C, classes/table.C,
23535: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23536: main/pa_request.C, main/untaint.C, types/pa_value.h,
23537: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23538:
23539: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23540: include/pa_string.h, include/pa_table.h, main/main.dsp,
23541: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23542: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23543: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23544: classes/_file.h, classes/file.C, types/pa_vfile.C,
23545: types/pa_vfile.h: file class just compiled
23546:
23547: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23548: include/pa_table.h, include/pa_types.h, main/execute.C,
23549: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23550: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23551: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23552:
23553: * src/include/pa_pool.h: z
23554:
23555: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23556: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23557: Hash::Value to Val so to doxygen would finlly stop confusing
23558: those Value-s
23559:
23560: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23561: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23562: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23563: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23564: include/pa_types.h, main/compile.C, main/compile.y,
23565: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23566: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23567: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23568: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23569: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23570:
23571: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23572: derivates somehow unlinked. don't know why yet
23573:
23574: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23575: include/pa_string.h, include/pa_threads.h, main/compile.C,
23576: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23577: main/execute.C, main/pa_array.C, main/pa_common.C,
23578: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23579: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23580: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23581:
23582: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23583: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23584: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23585: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23586: types/pa_vrequest.h: doc: detected Value derivates prob
23587:
23588: * src/include/pa_globals.h: z
23589:
23590: * src/: classes/_request.h, classes/request.C, include/code.h,
23591: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23592: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23593: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23594: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23595: main/execute.C, main/pa_pool.C, main/pa_request.C,
23596: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23597: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23598:
23599: 2001-03-18 paf
23600:
23601: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23602: cookie: allowed access to hash-assigned
23603:
23604: * src/targets/cgi/parser3.C: z
23605:
23606: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23607: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23608: include/pa_types.h, main/main.dsp, main/pa_common.C,
23609: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23610: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23611: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23612: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23613: types/pa_vunknown.h: cookie class
23614:
23615: * src/main/pa_request.C: zero length output allowed
23616:
23617: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23618: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23619:
23620: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23621: lang switch
23622:
23623: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23624: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23625: types/pa_value.h, types/pa_vhash.h:
23626: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23627:
23628: * src/main/execute.C: z
23629:
23630: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23631: targets/cgi/parser3.C: taint[uri
23632:
23633: * src/: classes/request.C, classes/response.C, classes/root.C,
23634: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23635: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23636: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23637:
23638: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23639: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23640: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23641: types/pa_vstateless_class.C: convinient string(pool, char *src,
23642: bool tainted) ctor
23643:
23644: * src/: include/pa_hash.h, include/pa_request.h,
23645: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23646: main/pa_request.C, main/pa_string.C, main/untaint.C,
23647: targets/cgi/parser3.C: proper @exceptions params tainting
23648:
23649: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23650: response fields to header
23651:
23652: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23653: z
23654:
23655: * src/: classes/_response.h, classes/response.C,
23656: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23657: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23658: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23659: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23660: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23661: $response: 0 request::core exception rethrow
23662:
23663: 2001-03-16 paf
23664:
23665: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23666: types/pa_vrequest.h: native method' class call with less params
23667: then needed error reporting
23668:
23669: * src/: classes/_request.h, classes/request.C,
23670: include/pa_globals.h, include/pa_request.h, main/execute.C,
23671: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23672: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23673: types/pa_vrequest.h: $request : query :uri
23674:
23675: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23676: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23677: types/pa_wcontext.h: $result
23678:
23679: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23680:
23681: * src/: classes/double.C, include/code.h, main/compile.y,
23682: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23683: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23684:
23685: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23686: main/compile.y, main/execute.C, types/pa_value.h,
23687: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23688: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23689: wcontext conflict
23690:
23691: * src/: main/execute.C, types/pa_value.h,
23692: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23693: $string.field
23694:
23695: 2001-03-15 paf
23696:
23697: * src/main/pa_request.C: news sample
23698:
23699: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23700: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23701:
23702: * src/main/: compile.y, execute.C: z
23703:
23704: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23705: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23706: pre pre works
23707:
23708: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23709: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23710: fillfields just compiled
23711:
23712: 2001-03-14 paf
23713:
23714: * src/: include/pa_request.h, main/pa_request.C,
23715: targets/cgi/parser3.C: z
23716:
23717: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23718: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23719: types/pa_vstring.h: limits -1
23720:
23721: * src/: include/pa_globals.h, include/pa_request.h,
23722: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23723: main/pa_request.C, targets/cgi/parser3.C,
23724: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23725: request_info -1
23726:
23727: * src/: include/pa_globals.h, main/pa_globals.C,
23728: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23729: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23730: vform_fields_fill
23731:
23732: * src/targets/cgi/parser3.C: # if MSVC
23733:
23734: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23735: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23736:
23737: * src/targets/cgi/parser3.C: z
23738:
23739: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23740: include/pa_string.h, include/pa_types.h, main/compile.y,
23741: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23742: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23743: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23744: types/pa_vunknown.h: global handler, exceptions in parser3
23745:
23746: 2001-03-13 paf
23747:
23748: * src/: classes/form.C, main/compile.y, main/core.C,
23749: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23750: types/pa_vform.h, types/pa_vstateless_class.C,
23751: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23752: instead
23753:
23754: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23755: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23756: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23757: started cgi target
23758:
23759: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23760: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23761: before error show with parser
23762:
23763: * src/: classes/_form.h, classes/form.C, include/core.h,
23764: include/pa_request.h, main/core.C, main/pa_request.C,
23765: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23766:
23767: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23768:
23769: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23770: parser3.C: renamed targets/ parser to cgi
23771:
23772: * src/: classes/double.C, classes/env.C, classes/int.C,
23773: classes/root.C, classes/string.C, classes/table.C,
23774: include/pa_request.h, types/pa_vhash.h: z
23775:
23776: * src/: classes/_env.h, classes/env.C, classes/root.C,
23777: include/core.h, include/pa_pool.h, include/pa_request.h,
23778: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23779: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23780: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23781: [historical moment :)]
23782:
23783: * src/: include/code.h, include/pa_string.h, main/compile.y,
23784: main/execute.C, main/pa_string.C: 'value is type' expr operator
23785:
23786: * src/types/pa_venv.h: $ENV 1
23787:
23788: * src/main/execute.C: z
23789:
23790: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23791: future methods of ENV constructor if
23792:
23793: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23794: class
23795:
23796: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23797: classes/_root.h, classes/_string.h, classes/_table.h,
23798: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23799: classes/string.C, classes/table.C, include/pa_request.h,
23800: main/compile.C, main/compile_tools.h, main/core.C,
23801: main/execute.C, main/main.dsp, main/pa_request.C,
23802: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23803: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23804: types/pa_vobject.h, types/pa_vstateless_class.C,
23805: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23806: types/pa_wcontext.h: $ENV: re 0, stateless classes
23807:
23808: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23809: classes/_root.h, classes/_string.h, classes/_table.h,
23810: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23811: classes/string.C, classes/table.C, include/pa_request.h,
23812: main/compile.C, main/compile_tools.h, main/core.C,
23813: main/execute.C, main/main.dsp, main/pa_request.C,
23814: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23815: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23816: types/pa_vobject.h, types/pa_vstateless_class.C,
23817: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23818: types/pa_wcontext.h: $ENV: re 0, stateless classes
23819:
23820: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23821: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23822: yesterdays bad decision on execute_static_method
23823:
23824: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23825:
23826: * src/: classes/double.C, classes/int.C, classes/root.C,
23827: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23828:
23829: * src/main/pa_request.C: z
23830:
23831: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23832: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23833:
23834: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23835: include/pa_pool.h, main/pa_request.C:
23836: restructure_exceptions_dead_end
23837:
23838: * src/: classes/root.C, main/compile.y: ^if required junctions.
23839: allowed ; inside {} to break params
23840:
23841: * src/classes/root.C: ^eval
23842:
23843: * src/: classes/_string.h, classes/double.C, classes/int.C,
23844: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23845: string ^format
23846:
23847: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23848: 'bad' but not 'enough'
23849:
23850: * src/: classes/double.C, classes/root.C, classes/table.C,
23851: include/pa_common.h, include/pa_types.h, main/compile.y,
23852: main/pa_common.C, main/pa_request.C, main/untaint.C,
23853: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23854: types/pa_wwrapper.h: think constructing flag as is is bad
23855:
23856: * src/: classes/double.C, classes/int.C, classes/root.C,
23857: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23858: types/pa_vint.h: ^for
23859:
23860: 2001-03-12 paf
23861:
23862: * src/classes/table.C: table ^empty
23863:
23864: * src/: classes/table.C, include/pa_table.h: table ^menu
23865:
23866: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23867: ^offset ^line ^count
23868:
23869: * src/classes/root.C: ^round() ^floor() ^ceiling()
23870: ^abs() ^sign()
23871:
23872: * src/classes/: root.C, table.C: ^use
23873:
23874: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23875: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23876: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23877: ^while. switched off wcontext.constructing after write(value) or
23878: auto-vhash-constructing
23879:
23880: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23881: main/pa_request.C: fail_if_junction_ helper func
23882:
23883: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23884: include/pa_request.h, main/execute.C, main/main.dsp,
23885: main/pa_common.C, main/pa_request.C: ^process error point by
23886: actual method_name, not source. ^load
23887:
23888: * src/types/pa_vtable.h: table: no, better with string in cells...
23889:
23890: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23891: classes/_table.h, classes/table.C, main/untaint.C: z
23892:
23893: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23894: include/pa_table.h, main/core.C, main/execute.C,
23895: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23896: types/pa_value.h: table:set 0
23897:
23898: * src/: classes/root.C, include/core.h, include/pa_array.h,
23899: include/pa_request.h, include/pa_table.h, main/core.C,
23900: main/main.dsp, main/pa_request.C, main/pa_table.C,
23901: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23902: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23903: types/pa_vstring.h: freeze, ^table:create[] -1
23904:
23905: * src/: classes/root.C, types/pa_value.h: z
23906:
23907: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23908: get_method in couple places optimizing them
23909:
23910: * src/classes/root.C: z
23911:
23912: * src/: classes/root.C, types/pa_vclass.h: process temp main
23913: zeroing
23914:
23915: * src/: classes/double.C, classes/int.C, classes/root.C,
23916: classes/string.C, include/pa_common.h, include/pa_request.h,
23917: include/pa_string.h, include/pa_types.h, main/compile.C,
23918: main/compile.y, main/compile_tools.h, main/execute.C,
23919: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23920: types/pa_vmframe.h: ^process. actual names to store param and
23921: check_actual_numbered_params for better place diagnostics
23922:
23923: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23924: method-junctions bug fixed
23925:
23926: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23927: pa_vstateless_object.h, pa_vstring.h: stateless_object
23928:
23929: 2001-03-11 paf
23930:
23931: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23932: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23933: VDouble VInt base now VObject_base - without fields
23934:
23935: * src/: classes/root.C, include/core.h, main/core.C: z
23936:
23937: * src/: classes/double.C, classes/int.C, classes/root.C,
23938: classes/string.C, include/core.h, include/pa_hash.h,
23939: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23940: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23941:
23942: * src/: classes/double.C, classes/int.C, classes/root.C,
23943: include/pa_request.h, main/execute.C: intercept_string
23944:
23945: * src/: classes/double.C, classes/int.C, classes/root.C,
23946: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23947:
23948: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23949: ^inc-s(expr)
23950:
23951: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23952: classes/_root.h, classes/_string.h, classes/double.C,
23953: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23954: include/code.h, include/core.h, include/pa_array.h,
23955: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23956: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23957: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23958: include/pa_types.h, main/compile.C, main/compile.y,
23959: main/compile_tools.C, main/compile_tools.h, main/core.C,
23960: main/execute.C, main/pa_array.C, main/pa_common.C,
23961: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23962: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23963: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23964: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23965: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23966: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23967: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23968: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23969:
23970: * src/: main/pa_request.C, types/pa_vhash.h: z
23971:
23972: * src/: include/core.h, include/pa_request.h, main/core.C,
23973: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23974:
23975: * src/: include/pa_valiased.h, include/pa_value.h,
23976: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23977: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23978: include/pa_vjunction.h, include/pa_vmframe.h,
23979: include/pa_vobject.h, include/pa_vstring.h,
23980: include/pa_vunknown.h, include/pa_wcontext.h,
23981: include/pa_wwrapper.h, main/compile.y, main/core.C,
23982: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23983: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23984: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23985: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23986: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23987: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23988: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23989: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23990: include/
23991:
23992: 2001-03-10 paf
23993:
23994: * src/: include/core.h, include/pa_request.h, main/core.C,
23995: main/pa_request.C: run+auto=run
23996:
23997: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23998:
23999: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24000: classes/_root.h, classes/_string.h, classes/double.C,
24001: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24002: include/code.h, include/core.h, include/pa_array.h,
24003: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24004: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24005: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24006: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24007: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24008: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24009: include/pa_vjunction.h, include/pa_vmframe.h,
24010: include/pa_vobject.h, include/pa_vstring.h,
24011: include/pa_vunknown.h, include/pa_wcontext.h,
24012: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24013: main/compile_tools.C, main/compile_tools.h, main/core.C,
24014: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24015: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24016: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24017: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24018: main/pa_wcontext.C: sources header
24019:
24020: * src/main/pa_request.C: auto..
24021:
24022: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24023: main/pa_request.C: auto tree0
24024:
24025: * src/: include/core.h, include/pa_request.h, main/compile.y,
24026: main/core.C, main/pa_request.C: names to core.C
24027:
24028: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24029: include/pa_request.h, main/core.C, main/execute.C,
24030: main/pa_common.C, main/pa_request.C: root auto.p loaded
24031:
24032: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24033: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24034: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24035: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24036:
24037: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24038: @auto[] realised. auto.p scan togo
24039:
24040: * src/: include/pa_request.h, main/execute.C: autocalc
24041: code-junctions result now have names
24042:
24043: * src/: classes/double.C, classes/int.C, classes/root.C,
24044: classes/string.C, include/pa_request.h, include/pa_string.h,
24045: include/pa_wcontext.h, main/compile.y, main/execute.C,
24046: main/pa_string.C, main/pa_wcontext.C: tainting 0
24047:
24048: * src/classes/env.C: env:file/line
24049:
24050: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24051: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24052: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24053: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24054: main/compile_tools.C, main/compile_tools.h, main/core.C,
24055: main/execute.C, main/main.dsp, main/pa_cframe.C,
24056: main/pa_request.C, main/pa_wcontext.C: const fight finished
24057:
24058: * src/include/pa_vclass.h: const fight to go
24059:
24060: * src/: classes/_env.h, classes/env.C, classes/root.C,
24061: include/pa_request.h, include/pa_vclass.h, main/core.C,
24062: main/main.dsp: env0
24063:
24064: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24065: classes/_string.h, classes/double.C, classes/int.C,
24066: classes/root.C, classes/string.C, include/pa_request.h,
24067: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24068: include/pa_wcontext.h, main/core.C, main/main.dsp,
24069: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24070: main/pa_wcontext.C: ^lang prepare0
24071:
24072: 2001-03-09 paf
24073:
24074: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24075: construct proper naming
24076:
24077: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24078: classes/double.C, classes/int.C, classes/root.C,
24079: classes/string.C, include/code.h, include/pa_value.h,
24080: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24081: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24082: main/compile.y, main/compile_tools.C, main/core.C,
24083: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24084: and ^double[]. fixed expr type
24085:
24086: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24087: ^string.length[]
24088:
24089: 2001-03-08 paf
24090:
24091: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24092:
24093: * src/: include/pa_vclass.h, include/pa_vstring.h,
24094: include/pa_wcontext.h, main/compile.y, main/core.C,
24095: main/execute.C, main/main.dsp: dead end: vstring can't be
24096: derivated from vobject
24097:
24098: * src/: include/pa_vclass.h, include/pa_vhash.h,
24099: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24100:
24101: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24102: remained clone conseqs
24103:
24104: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24105:
24106: * src/main/pa_vclass.C: wow! vclass were out of vcs
24107:
24108: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24109: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24110: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24111: include/pa_vobject.h, include/pa_vstring.h,
24112: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24113: main/execute.C: withoud cloning. didn't need it actually, params
24114: got passed from out unnamed ewpool
24115:
24116: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24117: include/pa_vjunction.h, include/pa_vobject.h,
24118: include/pa_vunknown.h, main/compile.y: cloning dead end
24119:
24120: * src/: include/pa_bool.h, include/pa_double.h,
24121: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24122: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24123: include/pa_vjunction.h, include/pa_vmframe.h,
24124: include/pa_vobject.h, include/pa_vstring.h,
24125: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24126: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24127: to give params proper names
24128:
24129: * src/main/pa_wcontext.C: z
24130:
24131: * src/: include/pa_vmframe.h, main/execute.C: added names to
24132: unknown values in get_element and unfilled params. removed wrong
24133: name change in get_element
24134:
24135: * src/main/execute.C: z
24136:
24137: * src/main/execute.C: fixed problems calling operators in
24138: constructors
24139:
24140: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24141: detected problems calling operators in constructors
24142:
24143: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24144: autocalc def to string
24145:
24146: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24147: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24148:
24149: * src/classes/root.C: added root.c
24150:
24151: * src/: include/pa_request.h, include/pa_value.h,
24152: include/pa_vcframe.h, include/pa_vmframe.h,
24153: include/pa_wcontext.h, main/compile.C, main/compile.y,
24154: main/core.C, main/execute.C, main/pa_cframe.C,
24155: main/pa_wcontext.C: 'if' just compiled
24156:
24157: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24158: include/pa_vjunction.h, include/pa_vmframe.h,
24159: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24160: main/pa_wcontext.C: z
24161:
24162: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24163: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24164: with parameter names in operator methods
24165:
24166: * src/main/compile.y: minor renamings in .y
24167:
24168: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24169: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24170: @BASE. changed 'RUN' assignment mech
24171:
24172: * src/main/execute.C: z
24173:
24174: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24175: main/compile_tools.h, main/execute.C: made class: dynamic, not
24176: static. so to enable runtime ^use
24177:
24178: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24179:
24180: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24181: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24182:
24183: * src/main/execute.C: root root in code-junction
24184:
24185: 2001-03-07 paf
24186:
24187: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24188: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24189:
24190: * src/: include/pa_stack.h, include/pa_value.h,
24191: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24192: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24193: fixed rwcontext of {} params up
24194:
24195: * src/main/: compile.y, compile_tools.h: ^func(params)
24196:
24197: * src/main/compile.y: .y priorities syntax shaped up a bit
24198:
24199: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24200: include/pa_vunknown.h, main/compile.y, main/execute.C,
24201: main/pa_hash.C: expr def in -f
24202:
24203: * src/main/: compile.y, execute.C: expr calls
24204:
24205: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24206: fixed
24207:
24208: * src/main/compile.y: expr quoted code
24209:
24210: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24211: support0
24212:
24213: * src/main/compile.y: expr string comparisons 0
24214:
24215: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24216: main/pa_string.C: just compiled lt&co
24217:
24218: * src/main/execute.C: ^var.menu{$field} problem detected. that
24219: $field not a $var.field
24220:
24221: 2001-03-06 paf
24222:
24223: * src/main/compile.y: .y expr visible-shorter
24224:
24225: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24226: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24227: logical
24228:
24229: * src/: include/pa_vstring.h, main/compile.y: problems with
24230: skipping whitespace in yylex
24231:
24232: * src/include/pa_vbool.h: forgot this
24233:
24234: * src/: include/code.h, main/compile.y, main/execute.C: without
24235: string ops in expressions 0
24236:
24237: * src/: include/pa_value.h, include/pa_vdouble.h,
24238: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24239: main/execute.C, main/main.dsp: !~
24240:
24241: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24242: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24243: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24244: include/pa_vunknown.h, include/pa_wcontext.h,
24245: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24246: main/compile_tools.h, main/execute.C: +-*/
24247:
24248: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24249: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24250:
24251: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24252: main/execute.C: expr grammar-1 2*2=4.000000 :)
24253:
24254: * src/main/compile.y: expr grammar-1
24255:
24256: * src/main/compile.y: expr lexx1
24257:
24258: * src/main/: compile.y, execute.C, main.dsp: z
24259:
24260: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24261: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24262: main/execute.C: expr lex0 exec-1
24263:
24264: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24265:
24266: 2001-02-26 paf
24267:
24268: * src/main/compile.y: max_string in yyerror bug fix
24269:
24270: 2001-02-25 paf
24271:
24272: * src/: include/pa_value.h, include/pa_vmframe.h,
24273: include/pa_wcontext.h, main/execute.C: VAliased3
24274:
24275: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24276:
24277: * src/main/execute.C: VAliased1
24278:
24279: * src/: include/pa_request.h, include/pa_value.h,
24280: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24281: VAliased0
24282:
24283: * src/: include/pa_pool.h, include/pa_request.h,
24284: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24285: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24286: VAliased just compiled
24287:
24288: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24289: include/pa_vobject.h, main/execute.C: alias dead end
24290:
24291: * src/: include/pa_value.h, include/pa_vclass.h,
24292: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24293: main/main.dsp: no not get fields into interm VFielded class.
24294: fields & staticfields 1
24295:
24296: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24297: include/pa_vobject.h, include/pa_wcontext.h,
24298: include/pa_wwrapper.h, main/core.C, main/execute.C,
24299: main/main.dsp: would now get fields into interm VFielded class
24300:
24301: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24302: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24303: include/pa_wcontext.h, main/compile.y, main/core.C,
24304: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24305: main/pa_wcontext.C: virtuals2
24306:
24307: * src/main/compile.y: : 1
24308:
24309: * src/main/compile.y: rethought to $class:static.field.subfield
24310:
24311: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24312: $class:element
24313:
24314: * src/: include/pa_value.h, include/pa_vmframe.h,
24315: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24316: main/pa_wcontext.C: before execute class calls rewrite
24317:
24318: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24319: name RUN, also alias
24320:
24321: * src/main/compile.y: escaping bug
24322:
24323: * src/: include/pa_request.h, include/pa_value.h,
24324: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24325: main/core.C, main/execute.C, main/pa_common.C: vobject1
24326:
24327: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24328: include/pa_vmframe.h, include/pa_vobject.h,
24329: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24330: main/compile_tools.h, main/execute.C: ^class:method() just
24331: compiled
24332:
24333: 2001-02-24 paf
24334:
24335: * src/main/main.dsp: no bison -d
24336:
24337: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24338: class' err msg wrong
24339:
24340: * src/main/compile.y: z
24341:
24342: * src/main/: compile.y, core.C: yylex need some @special lines adj
24343:
24344: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24345: main/compile.y, main/compile_tools.h, main/core.C: modules0
24346:
24347: * src/: include/pa_vclass.h, main/core.C: z
24348:
24349: * src/: include/pa_value.h, include/pa_vclass.h,
24350: include/pa_vobject.h, main/main.dsp: vobject00
24351:
24352: * src/main/pa_array.C: minor bug in expanding very small arrays.
24353: 60% from 1 were 0
24354:
24355: * src/: include/pa_value.h, include/pa_wcontext.h,
24356: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24357: as bad as you've named it: wcontext.value() was not a perfect
24358: idea
24359:
24360: * src/main/execute.C: codeframe1
24361:
24362: * src/: include/pa_value.h, include/pa_vcframe.h,
24363: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24364: include/pa_vjunction.h, include/pa_vmframe.h,
24365: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24366: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24367: just compiled
24368:
24369: * src/: include/pa_vframe.h, main/compile.y: found junction
24370: ideology @: ^x{$a()) must construct current wcontext element, so
24371: smart wcontext handling needed
24372:
24373: * src/main/compile.y: fixed grammar bugs in constructor/params
24374: klinch
24375:
24376: * src/main/: compile.y, execute.C: fixed empty constructor
24377: optimized empty case. failed on calls - produced empty string
24378: param
24379:
24380: * src/main/compile.y: fixed last \n macrotemplate strip bug
24381:
24382: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24383: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24384: main/compile_tools.C, main/compile_tools.h, main/core.C,
24385: main/execute.C: code junctions0. something wrong with last \n
24386: macrotemplate strip
24387:
24388: * src/: include/pa_value.h, main/compile.C, main/core.C,
24389: main/pa_value.C: minor error reporting format beautifyings
24390:
24391: * src/: include/pa_value.h, include/pa_vclass.h,
24392: include/pa_vframe.h, main/core.C, main/execute.C,
24393: main/pa_value.C: get_method RIP. junctions everywhere. call with
24394: junctions0
24395:
24396: 2001-02-23 paf
24397:
24398: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24399: pa_wwrapper.h: lara came, can't work, sorry :(
24400:
24401: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24402: junction
24403:
24404: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24405: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24406: main/execute.C, main/main.dsp, main/pa_value.C: call0
24407:
24408: * src/: include/pa_hash.h, include/pa_value.h,
24409: include/pa_wcontext.h, main/core.C, main/execute.C,
24410: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24411: done
24412:
24413: * src/include/pa_wcontext.h: z
24414:
24415: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24416: wrong grammar in complex constructor case
24417:
24418: * src/main/: compile.y, execute.C: empty constructor bug fixed
24419:
24420: * src/main/execute.C: with result rwpool
24421:
24422: * src/: include/pa_value.h, main/core.C, main/execute.C,
24423: main/main.dsp: value named
24424:
24425: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24426: strign 2 value in 2 places in execute
24427:
24428: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24429: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24430: wcontext.put_element when wcontext fvalue==0
24431:
24432: 2001-02-22 paf
24433:
24434: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24435: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24436: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24437:
24438: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24439: erroreos checkout
24440:
24441: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24442:
24443: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24444: main/compile_tools.h, main/pa_array.C: $self.get
24445:
24446: * src/main/: compile.C, compile.y, compile_tools.C: z
24447:
24448: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24449: bit. finished now.
24450:
24451: * src/main/compile.y: $: finished
24452:
24453: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24454:
24455: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24456: main/execute.C: OP_STRING better then some xxx _VALUE
24457:
24458: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24459: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24460: string to vstring it .y all
24461:
24462: * src/: include/pa_request.h, include/pa_stack.h,
24463: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24464: all
24465:
24466: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24467: precise parse error line:col
24468:
24469: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24470: main/pa_hash.C, main/pa_pool.C: TRY...
24471:
24472: * src/: include/pa_exception.h, include/pa_pool.h,
24473: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24474: main/compile.C, main/compile.y, main/compile_tools.C,
24475: main/core.C, main/pa_array.C, main/pa_exception.C,
24476: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24477: main/pa_table.C: removed exception from request
24478:
24479: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24480: some forgotten
24481:
24482: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24483: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24484: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24485: get/put simple vars to VClass works0
24486:
24487: * src/: include/pa_array.h, include/pa_wcontext.h,
24488: main/pa_string.C: in process, but found that exceptions are too
24489: global
24490:
24491: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24492: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24493: main/execute.C, main/pa_string.C: write_value write_string 0 it
24494: seems wcontext must write strings regardles of fvalue!=0
24495:
24496: 2001-02-21 paf
24497:
24498: * src/main/execute.C: tired :)
24499:
24500: * src/main/: compile.C, compile.y, execute.C: store0
24501:
24502: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24503: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24504: include/pa_wcontext.h, main/compile.C, main/compile.y,
24505: main/execute.C, main/main.dsp, main/pa_array.C,
24506: main/pa_request.C: get put -1 [just compiled]
24507:
24508: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24509: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24510: main/main.dsp, main/pa_request.C: request core methods0
24511:
24512: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24513: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24514: execute
24515:
24516: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24517: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24518: methods and one_big_piece. now compile returns array<method*>
24519:
24520: * src/main/compile.y: more straightforward yylex[end]
24521:
24522: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24523: string.operator==(char*)
24524:
24525: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24526: main/execute.C, main/pa_array.C: after array.const get wonders
24527:
24528: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24529: pa_string.h, pa_value.h: struck with const array.gets
24530:
24531: * src/main/: execute.C: z
24532:
24533: * src/main/: compile.y, execute.C: z
24534:
24535: * src/main/: compile.C, compile.y, compile_tools.h: error
24536: processing in eval & yyerror so it wouldn't cause memleaks.
24537:
24538: * src/main/: compile.C, compile.y: failed to add absolute precies
24539: parse error positions. leaving RIGHTMOST position as
24540: @file[line:col]
24541:
24542: * src/: include/compile.h, main/compile.C, main/compile.y,
24543: main/compile_tools.h: line numbers needed. would add them to .y
24544: now internally. externally it's not as precise as needed
24545:
24546: * src/: include/code.h, include/pa_types.h, main/compile.C,
24547: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24548: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24549: compiler works ok
24550:
24551: 2001-02-20 paf
24552:
24553: * src/main/: compile.C, compile.y, compile_tools.C,
24554: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24555: not perfect
24556:
24557: * src/: include/code.h, include/compile.h, include/execute.h,
24558: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24559: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24560: main/compile.C, main/compile.y, main/compile_tools.C,
24561: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24562: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24563: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24564: compiled. execute=dump for now
24565:
24566: * src/main/core.C: core rewrite using yacc investigations now will
24567: be compile[yacc]/execute[opcodes]
24568:
24569: 2001-02-15 paf
24570:
24571: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24572: rewrite as turing machine? for it seems it would be it's too many
24573: ifs with this syntax now
24574:
24575: 2001-02-14 paf
24576:
24577: * src/main/core.C: get_params 1
24578:
24579: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24580: :( ]
24581:
24582: * src/main/core.C: varios breaks
24583:
24584: * src/main/core.C: get names 3
24585:
24586: * src/main/core.C: get names 2
24587:
24588: * src/main/core.C: get names 1
24589:
24590: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24591: names 0
24592:
24593: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24594: text repassing2 operator static vars
24595:
24596: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24597: main/pa_string.C: process text repassing
24598:
24599: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24600: module:calls changes
24601:
24602: 2001-02-13 paf
24603:
24604: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24605: ^class:calls[] started
24606:
24607: * src/: include/pa_value.h, main/core.C: z
24608:
24609: * src/main/core.C: operators : and self. prefixes
24610:
24611: * src/main/core.C: z
24612:
24613: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24614: tested
24615:
24616: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24617: optimized
24618:
24619: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24620: would change privates to better support optimization
24621:
24622: * src/: include/pa_string.h, main/pa_string.C:
24623: String_iterator::skip_to todo:optimize
24624:
24625: 2001-02-12 paf
24626:
24627: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24628: String_iterator
24629:
24630: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24631: comments
24632:
24633: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24634: self/methodref joined
24635:
24636: 2001-02-11 paf
24637:
24638: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24639: main/main.dsp: core started. core.C, context&value .h
24640:
24641: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24642: include/pa_string.h, main/main.dsp, main/pa_array.C,
24643: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24644:
24645: 2001-01-30 paf
24646:
24647: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24648: comments
24649:
24650: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24651: main/pa_pool.C: moved pa_pool.C to be target specific
24652:
24653: * src/: include/pa_exception.h, include/pa_pool.h,
24654: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24655: to & changes
24656:
24657: * src/: include/pa_exception.h, include/pa_pool.h,
24658: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24659: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24660: re-associated. that's much better even removed 'die' necessety
24661:
24662: * src/: include/pa_error.h, include/pa_exception.h,
24663: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24664: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24665: targets/Makefile.am: lowered targets/parser into subdir, added
24666: parser_Pool(Pool) failed to add. would think..
24667:
24668: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24669: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24670: main/pa_string.C, main/pa_table.C: Table more like C++ style
24671: hence lots of 'const'
24672:
24673: * src/: include/pa_error.h, include/pa_request.h,
24674: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24675: main/pa_table.C: Error fixed
24676:
24677: 2001-01-29 paf
24678:
24679: * src/: include/pa_array.h, include/pa_common.h,
24680: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24681: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24682: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24683: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24684:
24685: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24686: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24687: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24688: main/pa_string.C, main/pa_table.C: Request Error Table
24689:
24690: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24691: templates"
24692:
24693: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24694: main/main.dsp, main/pa_array.C: templates failed no template
24695: specializations [VC6], no library auto instantation [VC6, GNU c++
24696: 2.95.2-6 from latest cygwin]
24697:
24698: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24699: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24700: main/main.dsp, main/pa_array.C, main/pa_string.C,
24701: main/pa_table.C: Table started would test template Array now
24702:
24703: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24704: String originating
24705:
24706: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24707: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24708: SYNCHRONIZED(thread_safe)
24709:
24710: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24711: parts to top
24712:
24713: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24714: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24715: see: needed only in global Hash now, made Hash:: put/get
24716: SYNCHRONIZED
24717:
24718: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24719: main/pa_threads.C: added pa_threads
24720:
24721: Mutex
24722:
24723: * src/include/pa_hash.h: some comments
24724:
24725: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24726: Array& operator += (Array& src)
24727:
24728: * src/main/pa_array.C: expand not convinient, would rewrite
24729:
24730: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24731: (Array& src)
24732:
24733: rethought, would change now
24734:
24735: 2001-01-27 paf
24736:
24737: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24738: caching
24739:
24740: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24741: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24742: cache rethought to chunk caching
24743:
24744: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24745: include/pa_string.h, main/main.dsp, main/pa_array.C,
24746: main/pa_hash.C, main/pa_string.C: Array 0
24747:
24748: * src/main/pa_string.C: String::operator ==
24749:
24750: * src/main/pa_hash.C: String(&String)
24751:
24752: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24753:
24754: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24755: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24756: pa_hash[forgotten]
24757:
24758: 2001-01-26 paf
24759:
24760: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24761: removed templates [vc++ suxx]
24762:
24763: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24764: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24765:
24766: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24767:
1.119 moko 24768: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24769:
1.119 moko 24770: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24771: check
24772:
24773: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24774: dynamic row_count
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: Initial revision
24779:
24780: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24781: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24782: targets/Makefile.am: creating parser3 module
24783:
E-mail: