Annotation of parser3/ChangeLog, revision 1.177
1.177 ! moko 1: 2022-08-23 moko
! 2:
! 3: * src/types/pa_vmail.C: .tables addes as .raw contains only last
! 4: header value
! 5:
! 6: 2022-08-22 moko
! 7:
! 8: * tests/: 418.html, results/418.processed: test for
! 9: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
! 10: to #1225)
! 11:
! 12: * src/classes/hash.C: keep old behavoir by default
! 13:
! 14: * src/classes/hash.C: ^hash_a.intersection[hash_b;
! 15: $.order[self|arg] ] added (implements #1215)
! 16:
1.176 moko 17: 2022-03-21 moko
18:
19: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
20: xmlInitCharEncodingHandlers is called in libxml static
21: initializers before gc_substitute_memory_management_functions in
22: pa_globals and thus gc may not see reference to our
23: xmlCharEncodingHandler and free it.
24:
1.175 moko 25: 2022-01-26 moko
26:
27: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
28:
1.174 moko 29: 2021-12-28 moko
30:
31: * tests/: 417.html, results/417.processed: test for empty string
32: match added (related to bug #1224)
33:
34: * src/main/pa_string.C: empty string match now works (fixes bug
35: #1224)
36:
1.173 moko 37: 2021-12-24 moko
38:
39: * tests/: 415_dir/29.p, results/415.processed: yet another test
40:
41: 2021-12-23 moko
42:
43: * src/: classes/table.C, main/pa_request.C: warnings war
44:
45: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
46: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
47:
48: 2021-12-21 moko
49:
50: * tests/: 416.html, results/416.processed: test for ^break[] in
51: ^hash/table.select[] (related to feature #1222)
52:
53: * src/classes/: hash.C, table.C: ^break[] support for
54: ^hash/table.select[] (implements feature #1222)
55:
1.172 moko 56: 2021-11-30 moko
57:
58: * src/targets/cgi/parser3.C: default sock_ready interval changed to
59: 0.5 sec
60:
1.171 moko 61: 2021-11-10 moko
62:
63: * tests/results/415.processed: more syntax errors tests added
64:
65: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
66: 28.p: minor syntax error tests
67:
68: * src/main/pa_exception.C: pa_strdup added for compatibility
69:
70: * src/classes/curl.C: hint to call ^curl:options[
71: $.library[correct.libcurl.so.name] ] added if default load fails.
72:
73: 2021-11-09 moko
74:
75: * src/main/compile.y: error message can be on stack
76:
77: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
78:
79: * src/main/pa_charset.C: memcpy is more correct and efficient in
80: this case then strncpy
81:
82: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
83: instead of strcpy where possible
84:
85: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
86: used to avoid MAX_STRING limit in Exception comment
87:
88: * tests/results/415.processed: compiler exceptions are no longer
89: limited to MAX_STRING
90:
91: * src/main/: compile.y, compile_tools.h: Parse_control uses const
92: char * instead of fixed buffer
93:
94: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
95: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
96: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
97: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
98: results/415.processed: tests for parser.compile exceptions added
99:
100: 2021-11-08 moko
101:
102: * src/: classes/math.C, include/pa_common.h, main/compile.y,
103: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
104: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
105: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
106: drawbacks
107:
1.170 moko 108: 2021-11-06 moko
109:
110: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
111: (implements feature #1219)
112:
113: * tests/: 414.html, results/414.processed: test for
114: ^hash.rename[from;to] added (related to feature #1144)
115:
116: 2021-11-05 moko
117:
118: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
119: (related to feature #1144)
120:
121: 2021-11-04 moko
122:
123: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
124: added (implements feature #1144)
125:
1.169 moko 126: 2021-10-19 moko
127:
128: * tests/: 413.html, results/413.processed: test for hash no longer
129: is accepted as file parameter (related to bug #1218)
130:
131: * src/: classes/curl.C, classes/file.C, classes/image.C,
132: classes/math.C, classes/xdoc.C, types/pa_value.C,
133: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
134: longer is accepted as file parameter (fixes bug #1218)
135:
1.168 moko 136: 2021-07-19 moko
137:
138: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
139: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
140:
1.167 moko 141: 2021-04-16 moko
142:
143: * src/types/pa_vmail.C: message can be null when e-mail is broken,
144: processing it leads to assertions.
145:
1.166 moko 146: 2021-03-25 moko
147:
148: * tests/: 412.html, results/412.processed: test to demonstrate bug
149: #1213
150:
1.165 moko 151: 2021-02-12 moko
152:
153: * tests/: 360.html, results/360.processed, results/363.processed:
154: parser method call in expression mode no longer differs from call
155: in string mode (related to feature #1211)
156:
157: 2021-02-11 moko
158:
159: * src/types/pa_vmail.C: mail parsing with Windows line endings
160: fixed (bug #1212)
161:
162: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
163: when called $v[^test[]] vs $v(^test[]), numbers are converted to
164: strings in both calls (implements feature #1211)
165:
1.164 moko 166: 2021-01-28 moko
167:
168: * buildall, etc/auto.p.in: to remove last patch in debian package
169:
170: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
171: 3.4.7b
172:
1.162 moko 173: 2021-01-21 moko
174:
175: * src/main/pa_http.C: no alarm() in file::load when web server mode
176: is MULTITHREADED
177:
1.157 moko 178: 2021-01-20 moko
179:
1.161 moko 180: * src/targets/apache/mod_parser3.c: it is more correct to recommend
181: 'a2enmod mpm_prefork'
182:
1.160 moko 183: * src/targets/apache/mod_parser3.c: prefork name is now
184: 'libapache2-mpm-itk'
185:
186: * src/targets/apache/mod_parser3_core.C: last regular malloc
187: removed
188:
1.159 moko 189: * src/targets/isapi/Makefile.am: -pa_threads.C
190:
1.158 moko 191: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
192: 3.4.6
193:
1.157 moko 194: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
195:
196: * etc/auto.p.in: @config[result] added to simplify $cfg change in
197: /httpd.p
198:
199: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
200: ^use[/httpd.p] + optional ^preprocess[] (related to feature
201: #1203)
202:
203: 2021-01-19 moko
204:
205: * buildall: --disable-parallel-mark added to avoid "number of
206: processors" threads creation for heap marking as it conflicts
207: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
208: limits threads)
209:
1.156 moko 210: 2021-01-16 moko
211:
212: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
213: main/pa_globals.C, main/pa_memory.C,
214: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
215: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
216: feature #1209)
217:
218: 2021-01-15 moko
219:
220: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
221: 3.4.6rc
222:
223: * src/classes/json.C: get_delim added for delimiter caching (10%
224: faster on large json)
225:
226: 2021-01-14 moko
227:
228: * operators.txt: updated with 3.4.6 changes
229:
230: * tests/results/224.processed: test result modified after
231: today(shift) implemented
232:
233: * tests/: 407.html, results/407.processed: test for ^hash.select
234: option $.default(bool) added (related to feature #1172)
235:
236: * src/classes/hash.C: ^hash.select option $.default(bool) added
237: (related to feature #1172)
238:
239: * tests/: 141.html, results/141.processed: test modified for
240: feature #1185.
241:
242: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
243: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
244: options $.lower(bool) (implements feature #1185)
245:
246: 2021-01-11 moko
247:
248: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
249: #1192)
250:
251: * tests/: 411.html, results/411.processed: test for ^date::today(N)
252: added (related to feature #1192)
253:
1.155 moko 254: 2021-01-05 moko
255:
256: * tests/: 270.html, results/270.processed: test modified to work
257: under Windows
258:
259: * tests/: 390.html, 395.html, results/395.processed: tests updated
260: 4 windows
261:
262: * tests/: 410.html, results/410.processed: test for
263: $CLASS-GETTER-PROTECTED(false) added
264:
265: 2021-01-04 moko
266:
267: * tests/: 409.html, results/409.processed, results/auto.p: test for
268: $MAIN:LOCALS(true) added
269:
1.154 moko 270: 2021-01-03 moko
271:
272: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
273: types/pa_vclass.h, types/pa_vstateless_class.C,
274: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
275: +LOCALS. $main -> $MAIN in exception texts (implements feature
276: #1207)
277:
278: 2021-01-02 moko
279:
280: * etc/auto.p.in: minor
281:
282: * src/main/pa_request.C: sending headers only after opening file to
283: allow error reporting if file was not opened (foreign group,
284: etc).
285:
286: 2020-12-31 moko
287:
288: * src/: include/pa_request.h, main/pa_request.C,
289: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
290:
291: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
292: main/pa_request.C: get_class_ref added and used
293:
294: * etc/auto.p.in: @CLASS httpd added
295:
296: * etc/auto.p.in: @auto[] is now first
297:
298: 2020-12-30 moko
299:
300: * tests/: 408.html, results/408.processed: test for bug #1166
301: (windows only) added
302:
303: * src/main/pa_common.C: create_dir_for_file should not create dir
304: for trailing / (fixes bug #1166)
305:
306: * tests/: 341.html, results/341.processed: tests for
307: ^nameless_table.hash[] added (related to feature #1138)
308:
309: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
310: (implements feature #1138), extra fields in named tables no
311: longer ignored (implements feature #1138)
312:
313: * tests/results/390.processed: updated after exception text change
314:
315: 2020-12-29 moko
316:
317: * tests/: 407.html, results/407.processed: +$._default check
318:
319: * src/classes/hash.C: keep $_default in ^hash.reverse[]
320:
321: * tests/: 407.html, results/407.processed: test for ^hash.select[]
322: and ^hash.reverse[] added (releated to feature #1172)
323:
324: * src/classes/hash.C:
325: ^hash.select[key;value](bool-condition)[options hash] +
326: ^hash.reverse[] added (implements feature #1172)
327:
328: * src/types/pa_vtable.h: warning war
329:
330: * src/include/pa_config_fixed.h: win32 fix
331:
1.153 moko 332: 2020-12-27 moko
333:
334: * tests/: 406.html, results/406.processed: test results updated
335:
336: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
337: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
338: spelling
339:
340: 2020-12-26 moko
341:
342: * tests/: 406.html, results/406.processed: tests for
343: ^table.rename[] added (related to feature #1148)
344:
345: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
346: ^table.rename[column name from;column name to], ^table.rename[
347: $.[column name from][column name to] ... ] added (implements
348: feature #1148)
349:
350: 2020-12-25 moko
351:
352: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
353: request_info now on stack to avoid yet another THREAD_LOCAL
354: memory deallocation issue (now with cookies), explained in #1203
355:
356: * src/types/pa_vcookie.C: fields should be inited
357:
358: 2020-12-24 moko
359:
360: * src/include/pa_stylesheet_connection.h: looks like
361: xsltFreeStylesheet leads to memory double-free. If so, it's for
362: sure libxml bug, but we have GC anyway, so we just remove this
363: call and see...
364:
365: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
366: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
367: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
368: abort.c:65:8 frame #3: 0x00000000004da663
369: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
370: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
371: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
372: malloc.c:617:9 frame #5: 0x0000000000577f0c
373: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
374: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
375: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
376: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
377: frame #8: 0x000000000050d35c
378: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
379: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
380: frame #10: 0x00000000004436e5
381: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
382: [inlined]
383: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
384: pa_stylesheet_connection.h:62:3
385:
386: 2020-12-23 moko
387:
388: * src/classes/image.C: ^image::measure[; $.video() ] option added
389:
390: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
391: ^image::measure[; $.video(true) ] added
392:
393: * src/main/pa_exec.C: not cleared automatically in multithreaded
394: httpd mode for unknown reasons
395:
396: 2020-12-22 moko
397:
398: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
399: error_log uri of currently processed document", but never used
400: and conflicts with how libgc stops threads on FreeBSD (#define
401: SIG_SUSPEND SIGUSR1), thus removed.
402:
403: 2020-12-21 moko
404:
405: * src/main/pa_request.C: +comment
406:
1.151 moko 407: 2020-12-20 moko
408:
1.152 moko 409: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
410: it is more safe to have versions of pa_strdup with one and two
411: arguments, as helper_length=0 not always mean that strlen()
412: should be called, but means zero.
413:
414: * src/targets/isapi/parser3isapi.C: minor
415:
416: * src/main/pa_http.C: +valid_http_method
417:
1.151 moko 418: * src/: include/pa_http.h, main/pa_http.C,
419: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
420:
421: 2020-12-17 moko
422:
423: * tests/: 405.html, results/405.processed: test for split by regex
424: added (related to feature #1160)
425:
426: * src/classes/string.C: split by regex implemented (feature #1160)
427:
428: * src/classes/string.C: minor
429:
430: * tests/: 404.html, results/404.processed: test for whitespace
431: string is now OK for table argument (related to feature #1169)
432:
433: * src/: classes/image.C, classes/string.C, classes/table.C,
434: types/pa_vmethod_frame.C: whitespace string is now OK for table
435: argument (as with hash) (implements feature #1169)
436:
437: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
438: limit for comment (fixes bug #1102)
439:
440: * src/targets/cgi/parser3.C: +HAVE_TLS check
441:
442: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
443:
444: * src/include/pa_config_includes.h: HAVE_TLS used
445:
446: * configure.ac: +TLS check
447:
448: * src/main/pa_http.C: content logging added
449:
450: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
451: clear_response_headers added
452:
453: 2020-12-16 moko
454:
455: * buildall: as we now use threads, libatomic_ops still required for
456: some OS.
457:
458: * src/main/pa_request.C: whitespace
459:
460: * src/: include/pa_request.h, main/pa_request.C:
461: Request::Exception_trace::table extracted and used
462:
463: * src/main/pa_request.C: moving output_result call outside of try
464: as network exceptions should not be handled by parser code
465:
466: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
467: logging network exchange
468:
469: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
470: via network if it was network write error.
471:
472: * src/targets/cgi/parser3.C: log -> pa_log
473:
474: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
475:
476: * src/main/pa_threads.C: getpid() if no gettid() found
477:
478: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
479: we need to ignore "void" connections from browsers (browsers open
480: connections in advance and they will be empty if user does not
481: request more pages)
482:
483: 2020-12-15 moko
484:
485: * src/targets/cgi/parser3.C: avoid previous uri in logs
486:
487: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
488: RequestController not needed in httpd mode
489:
490: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
491: classes/classes.h, classes/curl.C, classes/date.C,
492: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
493: classes/hashfile.C, classes/image.C, classes/inet.C,
494: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
495: classes/memcached.C, classes/memory.C, classes/op.C,
496: classes/reflection.C, classes/regex.C, classes/response.C,
497: classes/string.C, classes/table.C, classes/void.C,
498: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
499: include/pa_array.h, include/pa_base64.h,
500: include/pa_cache_managers.h, include/pa_charset.h,
501: include/pa_charsets.h, include/pa_common.h,
502: include/pa_config_fixed.h, include/pa_config_includes.h,
503: include/pa_dictionary.h, include/pa_dir.h,
504: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
505: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
506: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
507: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
508: include/pa_request_charsets.h, include/pa_request_info.h,
509: include/pa_sapi.h, include/pa_socks.h,
510: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
511: include/pa_stack.h, include/pa_string.h,
512: include/pa_stylesheet_connection.h,
513: include/pa_stylesheet_manager.h, include/pa_symbols.h,
514: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
515: include/pa_uue.h, include/pa_xml_exception.h,
516: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
517: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
518: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
519: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
520: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
521: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
522: main/compile.tab.C, main/compile.y, main/compile_tools.C,
523: main/compile_tools.h, main/execute.C, main/pa_base64.C,
524: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
525: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
526: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
527: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
528: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
529: main/pa_sql_driver_manager.C, main/pa_string.C,
530: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
531: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
532: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
533: main/untaint.C, sql/pa_sql_driver.h,
534: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
535: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
536: targets/isapi/parser3isapi.C, types/pa_junction.h,
537: types/pa_method.h, types/pa_property.h, types/pa_value.C,
538: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
539: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
540: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
541: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
542: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
543: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
544: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
545: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
546: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
547: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
548: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
549: types/pa_vmemory.h, types/pa_vmethod_frame.C,
550: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
551: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
552: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
553: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
554: types/pa_vstateless_object.h, types/pa_vstatus.C,
555: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
556: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
557: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
558: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
559: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
560:
561: * src/main/pa_request.C: old compilers support
562:
563: * tests/: 362.html, results/362.processed: test updated after
564: changes after upgrade to libxml2-2.9.9 were made (related to bug
565: #1108)
566:
567: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
568: removed, as xsltFreeStylesheet has side effects on original doc.
569: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
570: not updated after xdoc modification (part 3 of test 362).
571: (related to bug #1108)
572:
573: * src/targets/isapi/parser3isapi.C: +pa_strcat
574:
575: * src/: classes/memory.C, include/pa_memory.h,
576: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
577: PA_GC_GCOLLECT used
578:
579: * src/include/pa_memory.h: +PA_GC_COLLECT
580:
581: * src/targets/cgi/parser3.C: msvs support fixes
582:
583: * src/lib/gc/include/gc.h: more cleanup
584:
585: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
586:
587: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
588: targets/cgi/parser3.C: $main:HTTPD.mode implemented
589:
590: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
591:
592: * configure.ac: pthread.h added to checked headers
593:
594: * src/classes/table.C: string stream is back :)
595:
596: * src/classes/memory.C: GC_generate_random_backtrace no longer
597: exists
598:
599: * src/main/pa_globals.C: GC_dont_gc replaced
600:
601: * src/lib/gc/include/gc.h: major cleanup, only used functions are
602: left to simplify adding new functions. depricated GC_dont_gc
603: replaced with GC_disable and GC_enable calls.
604:
605: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
606: CORD_from_file* not used and thus removed
607:
608: * src/lib/gc/include/gc_allocator.h: minor cleanup
609:
610: 2020-12-14 moko
611:
612: * src/classes/: curl.C, memory.C, table.C: every TLS should be
613: referenced elsewhere, or GC will collect it.
614:
615: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
616: main/pa_xml_io.C: bugfix: TLS variables should be referenced
617: elsewhere, or GC will collect them (and we'll get GPF in
618: multithreaded enviroment). May be it can be also fixed by some
619: GC call, not sure. But this fix costs nothing (but hours of
620: debugging to find the issue :).
621:
1.150 moko 622: 2020-12-11 moko
623:
624: * configure.ac: gettid() check added
625:
626: * src/main/pa_threads.C: HAVE_GETTID used
627:
628: * src/include/pa_config_auto.h.in: +HAVE_GETTID
629:
630: * src/: include/pa_threads.h, main/pa_threads.C: now unified
631: version for isapi/cgi/apache
632:
633: * buildall: threads are now required.
634:
635: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
636: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
637: main/main.vcproj: pa_threads.C moved to main
638:
639: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
640: isapi/pa_threads.C: pa_threads.C moved to main
641:
642: * src/: main/Makefile.am, targets/cgi/Makefile.am,
643: targets/apache/Makefile.am: pa_threads.C moved to main
644:
645: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
646:
647: * src/: include/pa_stylesheet_connection.h,
648: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
649: and weird GPF in multithreaded httpd is gone
650:
651: * src/include/: pa_stylesheet_connection.h,
652: pa_sql_driver_manager.h: whitespace
653:
654: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
655:
656: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
657: main/pa_stylesheet_manager.C: whitespace, warning war
658:
659: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
660: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
661: parser_multithreaded never used
662:
663: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
664:
665: 2020-12-10 moko
666:
667: * src/: include/pa_config_includes.h, include/pa_http.h,
668: main/pa_http.C, targets/cgi/parser3.C: initial support for
669: MULTITHREADED and PARALLEL httpd server modes
670:
671: * src/main/pa_globals.C: GC_java_finalization is depricated
672:
673: 2020-12-09 moko
674:
675: * etc/auto.p.in: + @httpd-main
676:
677: * src/: include/pa_common.h, main/pa_request.C,
678: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
679: work
680:
681: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
682: slow file_read_binary no longer used, send_range added
683:
684: 2020-12-08 moko
685:
686: * src/main/pa_request.C: >4Gb support
687:
688: * src/targets/cgi/parser3.C: msvc warning war
689:
690: * src/: include/pa_config_includes.h, main/pa_http.C,
691: main/pa_request.C: msvc warnings war
692:
693: * src/classes/image.C: warning war
694:
695: * src/classes/table.C: MSVC warning war
696:
697: * src/targets/cgi/parser3.C: msvc warnings war
698:
699: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
700: added
701:
1.149 moko 702: 2020-12-07 moko
703:
1.150 moko 704: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
705: avoid logging beside system-wide auto.p
706:
707: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
708:
709: * configure, configure.ac, src/include/pa_config_auto.h.in:
710: configure options added:
711:
712: --with-system-cfg=FILE to specify system-wide auto.p
713: --with-system-log=FILE to specify system-wide parser3.log
714:
715: * Makefile.am: bin no longer exists
716:
717: * configure, configure.ac: auto.p moved to etc to simplify debian
718: package
719:
720: * buildall: auto.p and parser3.charsets moved to their default
721: location after install
722:
723: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
724:
725: * aclocal.m4, configure: automake 1.15 -> 1.16.1
726:
1.149 moko 727: * src/targets/cgi/parser3.C: locate_config call returned to
728: original place as it requires pa_thread_request() under Windows
729:
730: * src/targets/cgi/parser3.C: renaming
731:
732: 2020-12-06 moko
733:
734: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
735: check added
736:
737: 2020-12-04 moko
738:
739: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
740: main/pa_request.C: unified uint64_t lseek implemented to support
741: >4Gb files under x86, including Windows
742:
743: 2020-12-02 moko
744:
745: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
746: with max_file_size
747:
748: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
749: support for processing files sized >4Gb on 32 bit planforms
750:
751: * tests/399.html: file moved
752:
753: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
754:
755: * src/targets/cgi/pa_sapi_info.h: warning war
756:
757: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
758: warning war
759:
760: 2020-12-01 moko
761:
762: * src/classes/image.C: mp4 extended size (>4Gb) support added
763:
764: * src/classes/image.C: for "size not found" exception to be shown
765: if size not found until eof
766:
767: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
768: bit linux)
769:
770: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
771: #1188)
772:
773: 2020-11-30 moko
774:
775: * src/classes/image.C: definitions moved closer to code
776:
777: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
778: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
779: 395_dir/3_VP8X.webp, results/395.processed,
780: results/396.processed: tests for ^image::measure[] .webp support
781: added, all image files moved into one directory (related to
782: feature #1188)
783:
784: * src/classes/image.C: ^image::measure[] now supports webp (feature
785: #1188)
786:
1.148 moko 787: 2020-11-29 moko
788:
789: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
790: processing, unnessesary defines removed
791:
792: 2020-11-24 moko
793:
794: * tests/results/: 099.processed, 100.processed, 205.processed,
795: 309.processed, 310.processed: Content-Disposition: inline
796: returned
797:
798: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
799: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
800: ] added (related to bug #1204)
801:
802: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
803: ] supported to avoid Content-Disposition: inline;
804: filename="<file>.ext" but still set Content-Type for ext (related
805: to bug #1204)
806:
1.147 moko 807: 2020-11-22 moko
808:
809: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
810: types/pa_vfile.C: pa_filename added to avoid useless rsplit
811:
812: * src/main/pa_request.C: content_disposition_inline returned.
813:
814: 2020-11-17 moko
815:
816: * src/main/pa_request.C: empty main method name support
817:
818: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
819: config_handler added, stdout flush added.
820:
821: 2020-11-16 moko
822:
823: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
824:
825: * tests/results/: 099.processed, 205.processed, 237.processed,
826: 309.processed, 310.processed: Content-Disposition: inline is not
827: required and should not contain filename="<name>"
828:
829: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
830: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
831: targets/isapi/parser3isapi.C: pa_strcat implemented and used
832:
1.146 moko 833: 2020-11-14 moko
834:
835: * src/targets/cgi/parser3.C: spelling
836:
837: * src/targets/cgi/parser3.C: renaming
838:
839: * src/targets/cgi/parser3.C: args_skip removed, locate_config
840: relocated
841:
842: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
843: before request processing, which is weired
844:
845: 2020-11-13 moko
846:
847: * src/main/pa_http.C: pa_recv added with timeout support, thus read
848: copied in httpd.
849:
850: 2020-11-12 moko
851:
852: * src/main/pa_http.C: ALARM code unified to be used in httpd
853:
854: * src/: include/pa_request.h, main/pa_request.C,
855: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
856:
857: * src/main/pa_http.C: URI validation added
858:
859: * src/targets/cgi/parser3.C: filespec_to_process now variable,
860: can't be empty but can be null. httpd-main is now main method
861: name for httpd mode
862:
863: 2020-11-11 moko
864:
865: * src/main/pa_request.C: path_translated can be null in httpd mode
866:
867: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
868: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
869: classes/xdoc.C, include/pa_request.h, main/execute.C,
870: main/pa_request.C: r.absolute -> r.full_disk_path
871:
872: * src/targets/cgi/parser3.C: if filename to process is not
873: specified, auto.p should be present.
874:
1.145 moko 875: 2020-11-03 moko
876:
877: * src/: classes/op.C, include/pa_request.h: unused argument removed
878:
879: * src/main/pa_request.C: content_disposition_inline is the default,
880: not required.
881:
1.144 moko 882: 2020-10-29 moko
883:
884: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
885: ^use[file; $.main(true) ] implemented for auto.p processing and
886: path_translated changing to correct relative files path
887: calculation in httpd mode
888:
889: * src/: include/pa_request.h, main/pa_request.C:
890: fail_on_read_problem removed, as it allways true, as if should
891: be.
892:
893: * src/: include/pa_request.h, main/pa_request.C,
894: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
895: targets/isapi/parser3isapi.C: clearing config_filespec when
896: config was not found, thus flag not required and removed.
897:
898: 2020-10-28 moko
899:
900: * tests/: 402.html, results/402.processed: error reporting test
901:
902: * src/main/execute.C: better error reporting when
903: $result[^hash::create[]] in @main.
904:
905: * src/main/: execute.C, pa_request.C: frame.result() should be used
906: + minor optimization
907:
908: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
909: main/pa_xml_io.C: execute_*_method simplified and unified
910:
911: 2020-10-27 moko
912:
913: * tests/: 306.html, results/306.processed: a bit more testing. :)
914:
915: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
916: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
917: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
918: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
919: types/pa_vmethod_frame.h, types/pa_vobject.C,
920: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
921: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
922: longer used in object-prototype mode
923:
924: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
925: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
926: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
927: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
928: $form:name[value] features
929:
1.143 moko 930: 2020-10-18 moko
931:
932: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
933:
934: 2020-10-15 moko
935:
936: * src/main/pa_http.C: url no longer needed as
937: ALTER_EXCEPTION_SOURCE is used
938:
939: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
940: main/pa_http.C: check_file_size filespec is now optional
941:
942: * src/: classes/curl.C, include/pa_exception.h,
943: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
944: ALTER_EXCEPTION_COMMENT added for better error reporting
945:
946: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
947: results/346-curl.processed, results/379-curl.processed,
948: results/379.processed: test results updated as load now provides
949: better error reporting + curl responses updated
950:
951: 2020-10-14 moko
952:
953: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
954: main/pa_string.C, targets/apache/mod_parser3_core.C,
955: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
956: checked. 10 is now default base, no hex autodetect by default
957:
958: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
959: connection socket closing in destructor + accept exception
960: handling
961:
962: * src/targets/cgi/parser3.C: warning war
963:
964: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
965: main/pa_request.C, targets/apache/mod_parser3_core.C,
966: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
967: exception handling unified
968:
969: 2020-10-13 moko
970:
971: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
972: autodetection
973:
974: * src/targets/apache/mod_parser3_core.C: reverted to atoi
975:
976: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
977:
978: * src/main/pa_http.C: warning war
979:
1.142 moko 980: 2020-10-12 moko
981:
1.143 moko 982: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
983: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
984: unhandled exception code optimization
985:
986: * src/targets/cgi/parser3.C: request_info now global variable
987:
988: * src/main/pa_http.C: http_read_response moved to HTTP_response
989: class
990:
991: * src/: include/pa_http.h, main/pa_http.C,
992: targets/cgi/pa_sapi_info.h: read_post implemented
993:
1.142 moko 994: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
995: [host:]port syntax support in httpd mode
996:
997: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
998: targets/cgi/parser3.C: populate_env added
999:
1000: * src/include/pa_hash.h: to make get(char *) compiling in
1001: HashStringString
1002:
1003: 2020-10-10 moko
1004:
1005: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1006: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1007:
1008: * src/: include/pa_http.h, include/pa_request_info.h,
1009: main/pa_http.C, main/pa_string.C,
1010: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1011: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1012: types/pa_vrequest.C: initial httpd mode implementation
1013:
1.141 moko 1014: 2020-10-04 moko
1015:
1016: * src/targets/cgi/parser3.C: options together
1017:
1018: 2020-09-30 moko
1019:
1020: * src/main/pa_http.C: renamed
1021:
1.140 moko 1022: 2020-08-14 moko
1023:
1024: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1025: src/targets/cgi/Makefile.am: no httpd as separate library
1026:
1027: 2020-08-13 moko
1028:
1029: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1030: unhandled exception handler to report 500 instead of 200 it was
1031: before.
1032:
1033: * src/targets/apache/mod_parser3_core.C: minor cleanup
1034:
1035: * src/: include/pa_sapi.h, main/untaint.C,
1036: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1037: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1038: thus replaced with SAPI::die and removed
1039:
1040: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1041: cgi/parser3.C: whitespace
1042:
1043: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1044:
1045: 2020-08-12 moko
1046:
1047: * src/targets/cgi/parser3.C: duplicate info in signal logging
1048: removed, whitespace was: SIGPIPE received while executing code.
1049: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1050: cl=0]
1051:
1052: * parser3.sln: + httpd.vcproj
1053:
1054: 2020-08-11 moko
1055:
1056: * src/targets/cgi/Makefile.am: +libhttpd
1057:
1058: * configure.ac, src/lib/Makefile.am: +libhttpd
1059:
1.139 moko 1060: 2020-07-13 moko
1061:
1062: * tests/: 401.html, results/401.processed: test for hash key does
1063: not keep language, but tainted in foreach.
1064:
1.138 moko 1065: 2020-07-01 moko
1066:
1067: * tests/: 235.html, results/235.processed: test result updated as
1068: messages before attachments implemented (feature #1176)
1069:
1.137 moko 1070: 2020-06-27 moko
1071:
1072: * tests/: 400.html, results/400.processed: test updated to check
1073: ^return{code}
1074:
1075: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1076: fixed
1077:
1078: 2020-06-26 moko
1079:
1080: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1081: added (related to https://www.parser.ru/forum/?id=85319)
1082:
1083: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1084: when $result assignment was last statement in the method
1085: (https://www.parser.ru/forum/?id=85319)
1086:
1.136 moko 1087: 2020-05-23 moko
1088:
1089: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1090: whitespace, unused level removed
1091:
1092: 2020-05-19 moko
1093:
1094: * src/types/pa_vmail.C: whitespace
1095:
1096: * src/types/pa_vmail.C: files should be processed last (related to
1097: feature #1176)
1098:
1.135 moko 1099: 2020-05-12 moko
1100:
1101: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1102: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1103:
1104: * configure.ac: FreeBSD1X.X check added to avoid
1105: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1106:
1.134 moko 1107: 2020-02-26 moko
1108:
1109: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1110: compilation issue (related to bug #1201)
1111:
1112: * src/main/pa_common.C: entry_readable -> entry_exists,
1113: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1114: -f and -d now works under Windows in UTF-8 with Russian
1115: filenames.
1116:
1117: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1118: advice (related to feature #1199)
1119:
1120: 2020-02-25 moko
1121:
1122: * buildall: --silent removed
1123:
1124: * configure.ac: gmime-3.0 support
1125:
1126: * buildall: --with-system-mailreceive option added to build with
1127: system libgmime
1128:
1129: * src/types/pa_vmail.C: avoiding
1130: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1131: to feature #1199)
1132:
1.133 moko 1133: 2020-02-18 moko
1134:
1135: * src/classes/op.C: windows x64 debug mode compile fix
1136:
1137: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1138: change (releated to feature #1200)
1139:
1140: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1141: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1142: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1143: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1144: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1145: targets/apache/ApacheModuleParser3.vcproj,
1146: targets/apache/ApacheModuleParser3Core.vcproj,
1147: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1148: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1149: dependency (related to feature #1200)
1150:
1.132 moko 1151: 2020-02-12 moko
1152:
1153: * src/types/pa_vmail.C: minimize diff
1154:
1155: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1156: #1199)
1157:
1.131 moko 1158: 2020-01-18 moko
1159:
1160: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1161:
1.130 moko 1162: 2019-12-28 moko
1163:
1164: * src/targets/cgi/parser3.C: avoid empty ?
1165:
1166: 2019-12-27 moko
1167:
1168: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1169: DOCUMENT_ROOT (related to feature #1164)
1170:
1171: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1172: fcgiwrap setup (implements feature #1164)
1173:
1174: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1175: but no issues found (related to feature #1164)
1176:
1177: * src/targets/cgi/parser3.C: actualized
1178:
1179: 2019-12-26 moko
1180:
1181: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1182: removed
1183:
1184: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1185: removed
1186:
1187: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1188: allocation errors, we don't want default gc warnings (without
1189: timestamp and URI).
1190:
1191: * src/: classes/memory.C, main/pa_globals.C,
1192: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1193: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1194: pa_globals_init
1195:
1196: * src/main/pa_globals.C: setup_hex_value() removed, static array
1197: initialization used (optimization)
1198:
1199: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1200: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1201: pa_socks_init/pa_socks_done moved inside pa_globals_init
1202: (optimization)
1203:
1.129 moko 1204: 2019-12-09 moko
1205:
1206: * src/include/pa_config_fixed.h: warning war
1207:
1.128 moko 1208: 2019-12-08 moko
1209:
1210: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1211: process grammar under Unix.
1212:
1213: 2019-12-07 moko
1214:
1215: * tests/389.html: For Windows XP. :)
1216:
1217: * tests/388-sql.html: Windows compatibility added
1218:
1219: 2019-12-06 moko
1220:
1221: * src/targets/cgi/parser3.C: warning war
1222:
1223: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1224: == sizeof(CORD)) to avoid aligning bugs in future
1225:
1226: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1227: XML_STATIC
1228:
1229: * src/include/pa_request.h: StackItem() not required
1230:
1231: * src/include/pa_stack.h: warning war
1232:
1233: * src/include/pa_config_includes.h: GCC warning silenced
1234:
1235: * src/include/pa_memory.h: warning war: the program should also
1236: define 'void operator delete [](void*, std::size_t)'
1237: [-Wsized-deallocation]
1238:
1239: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1240:
1241: * src/classes/string.C: not reqired cast removed
1242:
1243: * src/classes/string.C: not reqired cast removed
1244:
1245: 2019-12-05 moko
1246:
1247: * src/lib/sdbm/pa_file_io.C: warning war
1248:
1249: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1250: enum Language : size_t - required for VS2015+ to make
1251: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1252: without it (related to feature #1198)
1253:
1254: 2019-12-04 moko
1255:
1256: * src/main/pa_base64.C: unsigned char -> uchar
1257:
1258: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1259: as other libs
1260:
1261: * src/include/pa_version.h: +amd64
1262:
1263: 2019-12-03 moko
1264:
1265: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1266: release
1267:
1268: * src/include/pa_config_includes.h: warning war
1269:
1270: * src/classes/image.C: warning war
1271:
1272: * src/main/pa_globals.C: x64 libs support
1273:
1274: * src/include/pa_config_includes.h: warning war
1275:
1276: * src/types/pa_method.h: warning war
1277:
1.127 moko 1278: 2019-11-28 moko
1279:
1280: * src/classes/math.C: vs2003 compatibility + warning war
1281:
1282: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1283: libxml2-2.9.9 (related to feature #1136)
1284:
1285: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1286: typecast for more compatibility (related to feature #1136)
1287:
1288: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1289: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1290: feature #1136)
1291:
1292: 2019-11-26 moko
1293:
1294: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1295: removed (it was failing in $$var case), condition added
1296:
1.126 moko 1297: 2019-11-25 moko
1298:
1299: * tests/: 397.html, 399.html, results/141.processed,
1300: results/399.processed: base64 options tested
1301:
1302: * src/: classes/math.C, main/pa_http.C: base64 options used
1303:
1304: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1305: implemented (feature #986)
1306:
1307: * src/main/pa_cache_managers.C: whitespace
1308:
1309: * tests/: 397.html, 399.html, results/399.processed: tests for
1310: ^base64 encode options added (related to feature #986)
1311:
1312: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1313: pa_base64_encode(file) removed - more memory, but faster and less
1314: code (related fo feature #986)
1315:
1316: 2019-11-24 moko
1317:
1318: * tests/: 155.html, results/155.processed: limit and offset in
1319: ^table::load[] now supported, thus test added
1320:
1321: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1322: main/pa_common.C: optimization: offset and limit options parsing
1323: moved inside file_load.
1324:
1325: 2019-11-23 moko
1326:
1327: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1328: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1329: optimization: file_read replaced with simplified file_read_binary
1330:
1331: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1332: types/pa_vform.C: whitespace
1333:
1334: * src/: include/pa_common.h, main/pa_common.C: never used params
1335: removed
1336:
1337: 2019-11-21 moko
1338:
1339: * tests/: 193.html, results/193.processed, results/389.processed:
1340: test results updated as now base64 does not discard tail without
1341: padding (related to feature #986)
1342:
1343: 2019-11-20 moko
1344:
1345: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1346: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1347: pa_base64_decode (related to feature #986)
1348:
1349: * tests/398.html: tests for base64 decode added (related to feature
1350: #986)
1351:
1352: * src/main/pa_base64.C: base64_decode rewritten - padding option
1353: support, padding inside base 64 supported (related to feature
1354: #096)
1355:
1356: 2019-11-19 moko
1357:
1358: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1359: FreeBSD 12
1360:
1.125 moko 1361: 2019-11-16 moko
1362:
1363: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1364: support added, step support removed (related to #986)
1365:
1366: 2019-11-15 moko
1367:
1368: * src/classes/math.C: using log since log2 is not present on
1369: FreeBSD < 8.4 (related to feature #1177)
1370:
1371: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1372: pa_base64_size extracted and used for files as well (related to
1373: feature 986)
1374:
1375: 2019-11-14 moko
1376:
1377: * tests/: 397.html, results/397.processed: + content check
1378:
1379: * tests/: 141.html, results/141.processed: make test resuls more
1380: readable
1381:
1382: * tests/: 397.html, results/193.processed, results/397.processed:
1383: test results updated after \x00 character was disabled in
1384: math:convert string mode (related to feature #1177)
1385:
1386: * src/classes/: math.C, string.C: \\x00 character disabled while
1387: converting to string (as in base64, related to feature #1177)
1388:
1389: * src/classes/file.C: more correct arguments separation
1390:
1391: * src/: classes/file.C, classes/math.C, classes/string.C,
1392: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1393: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1394: options added, but not yet implemented (related to feature #986)
1395:
1396: * src/classes/math.C: whitespace
1397:
1398: 2019-11-13 moko
1399:
1400: * tests/: 397.html, results/397.processed: +tainting test (related
1401: to feature #1177)
1402:
1403: * src/classes/math.C: as we now produce not only digits, result
1404: should be tainted (related to feature #1177)
1405:
1406: * src/main/pa_base64.C: whitespace
1407:
1408: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1409: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1410: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1411: implementation moved from pa_common.h and pa_common.C
1412:
1413: 2019-11-12 moko
1414:
1415: * tests/: 275.html, results/275.processed: out of range test fixed,
1416: as ^math:convert now supports arbitrary precision
1417:
1418: 2019-11-11 moko
1419:
1420: * tests/results/389.processed: uctualized error message
1421:
1422: * tests/: 389.html, 397.html, results/397.processed: tests for
1423: ^math:convert added (related to feature #1177)
1424:
1425: * src/classes/math.C: ^math:convert now supports arbitrary
1426: precision, alphabet support added (implements feature #1177)
1427:
1.124 moko 1428: 2019-11-06 moko
1429:
1430: * tests/: 181.html, results/181.processed: entities usage added,
1431: more entites load tests (related to bug #842 discussion)
1432:
1433: 2019-11-05 moko
1434:
1435: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1436: call from xmlFileOpen if http://localhost/<file> was not found
1437: (related to bug #842)
1438:
1439: * src/main/pa_xml_io.C: rename
1440:
1441: * src/main/pa_xml_io.C: +MemoryStream constructor
1442:
1443: * src/main/pa_xml_io.C: whitespace
1444:
1.123 moko 1445: 2019-10-31 moko
1446:
1447: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1448: XML_PARSE_NOENT) added to fix entities load, (related to feature
1449: #1181)
1450:
1.122 moko 1451: 2019-10-25 moko
1452:
1453: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1454: queries tests
1455:
1456: 2019-10-24 moko
1457:
1458: * tests/: 388-sql.html, results/388-sql.processed: support for
1459: pgsql driver test
1460:
1461: * tests/: 388-sql.html, results/388-sql.processed:
1462: multi_statements=1 now tested, mysql test now supported
1463: (connection must be specified in [parser3] section in .my.cnf)
1464: related to issues #1195 and #1194
1465:
1.121 moko 1466: 2019-09-11 moko
1467:
1468: * src/classes/int.C: whitespace
1469:
1470: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1471: exception test
1472:
1473: * tests/results/388-sql.processed: sql queries now shown (related
1474: to feature #1196)
1475:
1476: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1477: with old parser versions.
1478:
1479: * src/: classes/file.C, classes/hash.C, classes/string.C,
1480: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1481: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1482: instead of connect string in query_event_handlers exceptions
1483: (implements feature #1196)
1484:
1.120 moko 1485: 2019-09-06 moko
1486:
1487: * tests/388-sql.html: mysql compat
1488:
1489: * src/: classes/hash.C, classes/string.C, classes/table.C,
1490: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1491: sql_ variables declaration moved to pa_common.h
1492:
1.116 moko 1493: 2019-01-15 moko
1494:
1495: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1496: logically sorted
1497:
1498: 2018-12-27 moko
1499:
1500: * src/include/pa_config_includes.h: warning war:
1501: -Wdeprecated-register added for C++ 17
1502:
1503: 2018-10-15 moko
1504:
1505: * configure.ac: FreeBSD 11.2 can be build with ./configure
1506: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1507: --with-xml=/usr/local/
1508:
1509: 2018-09-24 moko
1510:
1511: * tests/: 396.html, 396.tiff, results/396.processed: test for
1512: ^image::measure[] now supports tiff added (related to feature
1513: #1188)
1514:
1515: * src/classes/image.C: ^image::measure[] now supports tiff
1516: (implements feature #1188)
1517:
1518: 2018-09-20 moko
1519:
1520: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1521: files measure added (related to ticket #1188)
1522:
1523: * src/classes/image.C: measure of bmp files implemented (related to
1524: ticket #1188)
1525:
1526: 2018-09-18 moko
1527:
1528: * tests/: 394-curl.html, results/394-curl.processed,
1529: results/auto.p: test for bug #1187 (max_file_size check for head
1530: requests) added
1531:
1532: 2018-08-24 moko
1533:
1534: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1535: response content-length check is required (fixes bug #1187)
1536:
1537: 2018-05-11 moko
1538:
1539: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1540: $.append(bool) ] option added (related to feature #919)
1541:
1542: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1543: from misha@ patch (implements feature #919)
1544:
1545: 2018-03-22 moko
1546:
1547: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1548: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1549: with 128kb buffer. Now works at least 12 times faster. :) May be
1550: Windows-only problem.
1551:
1552: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1553: build fix)
1554:
1555: 2018-02-03 moko
1556:
1557: * src/main/execute.C: removes irrelevant lines from exception stack
1558: trace when exceptions occurs in assigment (fixes bug #1165)
1559:
1560: * tests/: 393.html, results/393.processed: test for behavour after
1561: "Property can not be created, already exists field with that
1562: name" exception removed (related to feature #1183)
1563:
1564: * src/types/pa_vclass.C: "Property can not be created, already
1565: exists field with that name" exception removed (implements
1566: feature #1183)
1567:
1568: 2018-01-19 moko
1569:
1570: * src/classes/string.C: whitespace
1571:
1572: * src/classes/string.C: whitespace
1573:
1574: * tests/: 392.html, results/392.processed: test for
1575: ^regex::create[$regex] added (related to feature #1135)
1576:
1577: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1578: ^regex::create[$regex] added (implements feature #1135)
1579:
1580: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1581: commented define added (related to feature #1157)
1582:
1583: 2018-01-17 moko
1584:
1585: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1586:
1587: 2018-01-15 moko
1588:
1589: * tests/: 390.html, results/390.processed: real path replaced by
1590: stub
1591:
1592: * tests/: 391.html, results/391.processed: test for feature #1181
1593: (XML_PARSE_HUGE exception) added
1594:
1595: 2018-01-11 moko
1596:
1597: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1598: XML_PARSE_HUGE option passed by default (implements feature
1599: #1181)
1600:
1601: * src/classes/string.C: whitespace
1602:
1603: 2017-12-10 moko
1604:
1605: * tests/: 389.html, 390.html, results/389.processed,
1606: results/390.processed: image code coverage tests added (related
1607: to feature #1125)
1608:
1609: 2017-12-08 moko
1610:
1611: * tests/: 346-curl.html, 388-sql.html, 389.html,
1612: results/346-curl.processed, results/388-sql.processed,
1613: results/389.processed: more code coverage tests
1614:
1615: * tests/: 264.html, results/264.processed: code coverage for
1616: ^file::exec[]
1617:
1618: 2017-12-07 moko
1619:
1620: * tests/: 174.html, 388-sql.html, 389.html,
1621: results/388-sql.processed, results/389.processed,
1622: results/174.processed: more coverage tests
1623:
1624: * src/classes/math.C: exception text actualized
1625:
1626: 2017-12-06 moko
1627:
1628: * tests/388-sql.html: $SQL can be here
1629:
1630: * tests/results/auto.p: $SQL not required here
1631:
1632: * tests/: 388-sql.html, 389.html, Makefile,
1633: results/388-sql.processed, results/389.processed, results/auto.p:
1634: code coverage tests for sql (using sqlite) and int/double/bool
1635: added (related to feature #1125)
1636:
1637: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1638: lib/json/json.vcproj, lib/md5/md5.vcproj,
1639: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1640: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1641: targets/apache/ApacheModuleParser3Core.vcproj,
1642: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1643: types/types.vcproj: gc\include no longer required
1644:
1645: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1646: required
1647:
1648: * src/: classes/Makefile.am, classes/table.C,
1649: include/pa_config_includes.h, include/pa_string.h,
1650: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1651: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1652: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1653: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1654: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1655: used, we now include it directly
1656:
1657: 2017-12-04 moko
1658:
1659: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1660: memcached/memcached.vcproj, punycode/punycode.vcproj,
1661: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1662: where required
1663:
1664: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1665: now can be used to trace memory allocations
1666:
1667: * src/: classes/table.C, include/pa_config_includes.h,
1668: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1669: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1670: method removes, libcord also can work without libgc
1671:
1672: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1673:
1674: 2017-11-29 moko
1675:
1676: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1677: are not present (related to feature #1173)
1678:
1679: * tests/346-curl.html: test updated to test curl content-length bug
1680: (related to feature #1173)
1681:
1682: * tests/results/346-curl.processed: more test for content-length
1683: curl bug (related to feature #1173)
1684:
1685: * tests/results/346-curl.processed: test results updated after
1686: #1173 implemented
1687:
1688: 2017-11-28 moko
1689:
1690: * src/classes/curl.C: another libcurl Content-length bug walkaround
1691: (related to feature #1173)
1692:
1693: 2017-11-27 moko
1694:
1695: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1696: $.http_version[version string] added (implements feature #1173),
1697: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1698: where $post(true) bug existed.
1699:
1700: 2017-11-18 moko
1701:
1702: * src/include/pa_memory.h: warning war (related to feature #1170)
1703:
1704: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1705: feature #1170)
1706:
1707: 2017-11-17 moko
1708:
1709: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1710: std::basic_stringstream used in ^table.csv-string[] is compatible
1711: with delete usage check only under Debian 9 (related to feature
1712: #1170)
1713:
1714: 2017-11-16 moko
1715:
1716: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1717: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1718: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1719: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1720: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1721: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1722: stubs defend from accidental use (implements feature #1170)
1723:
1724: 2017-06-24 moko
1725:
1726: * configure.ac: minor fix: thanks to alx@
1727:
1.115 moko 1728: 2017-05-29 moko
1729:
1730: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1731: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1732: added to avoid cutting of UTF-8 chars (fixed bug #123)
1733:
1734: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1735: ignored, =?UTF-8?Q?= should start in case of leading space
1736: (related to bug #123)
1737:
1738: * buildall: echo -n -> printf for OS X. :)
1739:
1740: 2017-05-25 moko
1741:
1742: * tests/: 288.html, results/288.processed: test updated afted
1743: setting $o.prop without setter exception removed (related to
1744: feature #1157)
1745:
1746: * src/types/pa_vclass.C: no more "this property has no setter
1747: method" when setting $o.prop without setter (implements feature
1748: #1157)
1749:
1750: * buildall: echo \c -> echo -n for FreeBSD
1751:
1752: * configure, configure.ac, src/include/pa_config_auto.h.in,
1753: src/types/pa_vdouble.h: isfinite now checked in configure
1754:
1755: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1756: upgraded to automake 1.15
1757:
1758: 2017-05-23 moko
1759:
1760: * src/types/pa_vdouble.h: finite returned where isfinite not
1761: defined
1762:
1763: 2017-05-22 moko
1764:
1765: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1766:
1767: * buildall: extern CFLAGS setting support
1768:
1769: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1770:
1771: * buildall: http -> https
1772:
1773: * buildall: gc-7.2f -> gc-7.6.0
1774:
1775: 2017-05-20 moko
1776:
1777: * buildall: https, pcre, xml, xslt updated to current versions
1778: (related to feature #1136)
1779:
1780: 2017-05-19 moko
1781:
1782: * tests/097.html: after parser.ru moved to https
1783:
1784: 2017-05-17 moko
1785:
1786: * tests/results/: 175.processed, 372.processed: tests resuls
1787: updated after lintian spelling typos fixed (related to bug #1156)
1788:
1789: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1790: classes/string.C, classes/table.C, main/pa_charset.C,
1791: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1792: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1793: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1794:
1795: * tests/results/096.processed: +XMP
1796:
1797: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1798: $.xmp(true) options tested (test for feature #1154)
1799:
1800: * src/classes/image.C: ^image:measure[] options $.exif(false)
1801: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1802: fetched by default! (implements feature #1154)
1803:
1804: 2017-05-16 moko
1805:
1806: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1807: allowed (related to feature #1154)
1808:
1809: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1810: initial XMP implementation - without options and transcode
1811: (related to feature #1154)
1812:
1813: 2017-05-12 moko
1814:
1815: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1816: image: exif moved to ffields, skipped in ^image.html[] where
1817: iterators now used (preparation for feature #1154)
1818:
1819: 2017-05-05 moko
1820:
1821: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1822: results/387.processed: test for circular class inheritance check
1823: added (related to bug #1150)
1824:
1825: * src/types/pa_vstateless_class.C: circular class inheritance check
1826: added (fixes endless add_derived bug #1150)
1827:
1828: 2017-05-04 moko
1829:
1830: * tests/: 386.html, results/386.processed: test for
1831: $table.value(number) added (related to feature #1152)
1832:
1833: * src/types/pa_vtable.C: table put_element: column value must be
1834: string - > column value must be string compatible to allow
1835: $t.value(1) (implements feature #1152)
1836:
1837: 2017-05-03 moko
1838:
1839: * src/main/pa_request.C: $use[$method] is not possible, reverting
1840: (related to feature #1151)
1841:
1842: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1843: not possible, removing test (related to feature #1151)
1844:
1845: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1846: get_element_method added and used to allow $use[$method] and
1847: $autouse[$method] (implements feature 1151)
1848:
1849: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1850: variable added (related to feature #1151)
1851:
1852: * tests/results/226.processed: actualized after ^try-catch used
1853:
1854: * tests/: 226.html, 385.html, results/385.processed: test for
1855: @autouse in variable added
1856:
1857: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1858:
1.114 moko 1859: 2017-02-27 moko
1860:
1861: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1862:
1.113 moko 1863: 2017-02-20 moko
1864:
1865: * operators.txt: actualization + beauty
1866:
1867: 2017-02-16 moko
1868:
1869: * tests/: 384.html, results/384.processed: test for
1870: ^reflection:mixin[; $.name[] ] option added (related to feature
1871: #1089)
1872:
1873: * tests/: 384.html, results/384.processed: test for
1874: ^reflection:mixin[] added (related to feature #1089)
1875:
1876: * src/types/pa_value.h: warning war: virtual ~Value() added
1877:
1.112 moko 1878: 2017-02-15 moko
1879:
1880: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1881: fixed
1882:
1883: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1884: test added (related to feature #1069)
1885:
1886: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1887: compilation without HASH_ORDER fixed
1888:
1889: * src/: classes/reflection.C, include/pa_hash.h:
1890: $.reverse(true/false) added to ^reflection:methods[] (related to
1891: feature #1069)
1892:
1893: 2017-02-14 moko
1894:
1895: * tests/: 152.html, results/152.processed: test for $._default hash
1896: added (related to bug #1131)
1897:
1898: * tests/: 277.html, results/277.processed: test for hash with only
1899: $._default is now defined (related to bug #1131)
1900:
1901: * src/types/pa_vhash.h: hash with only $._default is now defined
1902: (fixed bug #1131)
1903:
1904: 2017-02-13 moko
1905:
1906: * tests/cat-windows.sh: cat-windows added (cygwin required)
1907:
1908: * tests/: 171.html, 264.html, 286.html, 370.html,
1909: results/320.processed, results/375.processed, results/auto.p:
1910: cat-windows.sh support added
1911:
1912: * tests/375.html: Windows support
1913:
1914: * tests/270.html: documented
1915:
1916: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1917: (not backslashes) even under Windows (broke test 270)
1918:
1919: 2017-02-12 moko
1920:
1921: * tests/: descript.ion, todo.txt: cleanup
1922:
1923: 2017-02-09 moko
1924:
1925: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1926: run_tests.cmd: Windows compatibility
1927:
1928: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1929: incorrectly (GMT) if parser is called from cygwin
1930:
1.111 moko 1931: 2017-02-08 moko
1932:
1.112 moko 1933: * operators.txt: actualization 15% completed
1934:
1935: * operators.txt: cp1251 -> utf-8
1936:
1937: * NEWS, README: minor update
1938:
1939: * src/include/pa_config_includes.h: warning war continues
1940:
1941: * src/: include/pa_config_includes.h, include/pa_memory.h,
1942: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1943: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1944: gcc 6.x issues fixed
1945:
1.111 moko 1946: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1947: classes/classes.h, classes/curl.C, classes/date.C,
1948: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1949: classes/hashfile.C, classes/image.C, classes/inet.C,
1950: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1951: classes/memcached.C, classes/memory.C, classes/op.C,
1952: classes/reflection.C, classes/regex.C, classes/response.C,
1953: classes/string.C, classes/table.C, classes/void.C,
1954: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1955: include/pa_array.h, include/pa_cache_managers.h,
1956: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1957: include/pa_config_fixed.h, include/pa_config_includes.h,
1958: include/pa_dictionary.h, include/pa_dir.h,
1959: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1960: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1961: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1962: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1963: include/pa_request_charsets.h, include/pa_request_info.h,
1964: include/pa_sapi.h, include/pa_socks.h,
1965: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1966: include/pa_stack.h, include/pa_string.h,
1967: include/pa_stylesheet_connection.h,
1968: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1969: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1970: include/pa_uue.h, include/pa_xml_exception.h,
1971: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1972: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1973: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1974: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1975: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1976: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1977: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1978: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1979: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1980: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1981: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1982: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1983: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1984: main/pa_string.C, main/pa_stylesheet_connection.C,
1985: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1986: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1987: main/untaint.C, sql/pa_sql_driver.h,
1988: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1989: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1990: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1991: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1992: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1993: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1994: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1995: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1996: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1997: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1998: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1999: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2000: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2001: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2002: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2003: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2004: types/pa_vmemcached.h, types/pa_vmemory.h,
2005: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2006: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2007: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2008: types/pa_vresponse.C, types/pa_vresponse.h,
2009: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2010: types/pa_vstateless_object.h, types/pa_vstatus.C,
2011: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2012: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2013: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2014: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2015: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2016: 2015->2017
2017:
1.110 moko 2018: 2017-02-07 moko
2019:
2020: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2021:
2022: 2017-02-06 moko
2023:
2024: * src/main/pa_common.C: minor fixes, whitespace
2025:
2026: * src/: classes/curl.C, classes/file.C, classes/image.C,
2027: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2028: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2029: now used (implements feature #1081)
2030:
2031: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2032:
2033: 2017-02-01 moko
2034:
2035: * src/include/pa_request.h: cleanup
2036:
2037: 2017-01-30 moko
2038:
2039: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2040:
2041: 2017-01-29 moko
2042:
2043: * tests/: 383.html, results/383.processed: test for
2044: ^reflection:stack[] added (related to feature #1052)
2045:
2046: * src/classes/reflection.C: else added
2047:
2048: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2049: $.max_file_lock_wait added (implements feature #1128)
2050:
2051: 2017-01-28 moko
2052:
2053: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2054: body and other cases tests added (related to featue #1014)
2055:
2056: * src/classes/curl.C: bug if response is empty fixed (related to
2057: feature #1014)
2058:
2059: 2017-01-27 moko
2060:
2061: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2062: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2063: added (implements feature #1052)
2064:
2065: 2017-01-25 moko
2066:
2067: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2068: method test added
2069:
2070: 2017-01-23 moko
2071:
2072: * src/classes/reflection.C: optimization: options->get replaced by
2073: hash iterator
2074:
2075: * tests/: 381.html, results/381.processed: now -> fixed date
2076:
2077: * src/main/pa_request.C: warning war
2078:
2079: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2080: 5Mb (fixes bug #1058)
2081:
2082: * src/classes/curl.C: warning war
2083:
2084: * tests/: 381.html, results/381.processed: tests for ^json:string
2085: $.one-line(true) option added (related to feature #1124)
2086:
2087: * src/: classes/json.C, types/pa_value.h: $json-string
2088: $.one-line(true|false) options is now supported (implements
2089: feature #1124)
2090:
2091: * tests/: 380.html, results/380.processed: test for modified
2092: $.max_file_size added (related to bug #1014)
2093:
2094: * tests/: 379.html, results/auto.p: tests for rewritten http file
2095: load added (related to bug #1014)
2096:
2097: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2098: main/pa_common.C, main/pa_http.C: check_file_size added and used
2099: in curl / file load from disk and http, http file load rewritten
2100: (related to bug #1014)
2101:
2102: 2017-01-18 moko
2103:
2104: * tests/: 378.html, results/378.processed: tests for ^result[]
2105: added (related to feature #66)
2106:
2107: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2108: Method::CO_WITHOUT_FRAME as frame still added in expression
2109: (related to feature #66)
2110:
2111: 2017-01-17 moko
2112:
2113: * tests/: 377.html, results/377.processed: test for different
2114: combinations of breaks in body and delimiter (related to bug
2115: #1077)
2116:
2117: * tests/: 376.html, results/376.processed: many ^break[] tests
2118: added (related to bug #1077)
2119:
2120: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2121: passed to native method" exception added to avoid bugs due to
2122: WRITE_EXPR_RESULT skipped and native methods execution continues
2123: after ^break[] (related to bug #1077)
2124:
2125: 2017-01-14 moko
2126:
2127: * tests/: 330.html, results/330.processed: test results updated
2128: after ^break[] bugs where fixed (related to bug #1077)
2129:
2130: * tests/: 329.html, results/329.processed: test results updated
2131: after ^break[] bugs where fixed (related to bug #1077)
2132:
2133: * tests/results/320.processed: ^return[] added
2134:
2135: 2017-01-13 moko
2136:
2137: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2138: classes/table.C, include/pa_request.h, main/execute.C,
2139: main/pa_request.C, targets/cgi/parser3.C,
2140: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2141: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2142: checked after each possible process/execute call (fixes bug
2143: #1077)
2144:
2145: 2016-12-29 moko
2146:
2147: * src/main/pa_common.C: warning war
2148:
2149: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2150: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2151: pa_file_size_limit added, ^math:random fixed for upper limit and
2152: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2153: (related to feature #1014)
2154:
2155: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2156: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2157: (related to feature #1014)
2158:
2159: 2016-12-28 moko
2160:
2161: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2162: warning war
2163:
2164: 2016-12-26 moko
2165:
2166: * tests/: 341.html, results/341.processed: test for
2167: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2168:
2169: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2170: (related to feature #1057)
2171:
2172: * src/types/pa_vdate.C: warning war continues...
2173:
2174: * src/: classes/date.C, classes/image.C, classes/table.C,
2175: include/pa_config_includes.h, types/pa_vfile.C: warning war
2176:
2177: * src/lib/gd/gifio.C: warning war / cleanup
2178:
2179: * src/lib/json/pa_json.C: warning war
2180:
2181: * src/classes/hash.C: warning war
2182:
2183: * src/types/pa_vfile.C: warning war
2184:
2185: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2186: -Wall warning war continues
2187:
2188: * configure.ac: --with-build-warnings actualized
2189:
2190: 2016-12-25 moko
2191:
2192: * src/main/pa_exec.C: -wAll warning war
2193:
2194: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2195: -wAll warning war
2196:
2197: * src/: include/pa_common.h, include/pa_sapi.h,
2198: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2199: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2200: -wAll warning war
2201:
2202: 2016-12-23 moko
2203:
2204: * src/lib/ltdl/Makefile.am: extra dist added
2205:
2206: * tests/results/344.processed: test result updated after $file.text
2207: prefetched in ^hash::create[$file] (related to feature #1075)
2208:
2209: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2210: ^hash::create[$file] (related to feature #1075)
2211:
2212: 2016-12-22 moko
2213:
2214: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2215: main/pa_request.C, main/pa_stylesheet_connection.C,
2216: types/pa_vfile.C: file_stat now return 64-bit size (implements
2217: #1014 under 32-bit unix versions)
2218:
2219: 2016-12-21 moko
2220:
2221: * tests/: 375.html, results/375.processed: test for exec returning
2222: stated file added (related to feature #1119)
2223:
2224: * src/classes/file.C: load should not return file with null body
2225: (fixes bug #1119)
2226:
2227: 2016-12-14 moko
2228:
2229: * tests/: 374.html, results/374.processed: test for $method.name
2230: added (related to feature #1117) plus method returning junction
2231: test
2232:
2233: 2016-12-13 moko
2234:
2235: * src/: include/pa_symbols.h, main/pa_symbols.C,
2236: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2237: (implements feature #1117)
2238:
2239: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2240: HEAD and TRACE can't have body (implements feature #1116)
2241:
2242: 2016-12-09 moko
2243:
2244: * tests/: 373.html, results/373.processed: tests for
2245: ^reflection:tainting added (related to feature #1098)
2246:
2247: * src/classes/reflection.C: ^reflection:tainting arguments order
2248: change (related to feature #1098)
2249:
2250: 2016-12-06 moko
2251:
2252: * src/: classes/reflection.C, include/pa_string.h,
2253: main/pa_string.C: ^reflection:tainting[$string] added (implements
2254: feature #1098)
2255:
2256: 2016-12-05 moko
2257:
2258: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2259: (fixes bug #1114)
2260:
2261: 2016-12-04 moko
2262:
2263: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2264: check added
2265:
2266: 2016-12-03 moko
2267:
2268: * tests/: 346-curl.html, results/346-curl.processed: test modified
2269: to test value.as_hash() usage
2270:
2271: * src/classes/curl.C: value.as_hash() used for correct hash
2272: processing
2273:
2274: * src/classes/reflection.C: exceptions texts fixes
2275:
2276: 2016-12-02 moko
2277:
2278: * tests/: 372.html, results/372.processed: tests for
2279: ^reflection:create[ $.class[name] $.constructor[name]
2280: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2281: feature #1094)
2282:
2283: * src/types/pa_vmethod_frame.h: comment added: params should be
2284: declared outside of *_FRAME_ACTION as MethodParams destructor
2285: will be called in ~VNativeMethodFrame
2286:
2287: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2288: ] minor fix
2289:
2290: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2291: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2292: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2293: now supported (implements feature #1094) value::as_hash added
2294: (and should be used everywhere)
2295:
2296: * src/classes/reflection.C: cleanup
2297:
2298: 2016-12-01 moko
2299:
2300: * tests/: 356.html, results/356.processed: test for method
2301: junctions class name added to the resulting hash added (related
2302: to feature #1068)
2303:
2304: * src/classes/reflection.C: for method junctions class name added
2305: to the resulting hash (related to feature #1068)
2306:
2307: 2016-11-30 moko
2308:
2309: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2310: exception (related to bug #1113)
2311:
2312: * src/types/pa_vhashfile.C: whitespace
2313:
2314: * src/main/pa_os.C: errno now returned as it should (fixes bug
2315: #1113)
2316:
2317: * tests/results/: 175.processed, 192.processed, 224.processed,
2318: 229.processed, 239.processed, 244.processed, 246.processed,
2319: 314.processed, 352.processed: tests results updated after method
2320: call exceptions improved as method now keeps its name
2321:
2322: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2323: types/pa_vmethod_frame.h: method call exceptions improved as
2324: method now keeps its name
2325:
2326: * tests/: 224.html, 239.html, results/224.processed,
2327: results/239.processed: tests and tests results updated after
2328: Request::construct exception changed
2329:
2330: * src/: classes/reflection.C, main/execute.C: Request::construct
2331: exception optimized
2332:
2333: * tests/: 371.html, results/371.processed: test for
2334: WWrapper.get_element call in $.name.key[value] code added
2335: (related to feature #1091)
2336:
2337: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2338: in $.name.key[value] code (related to feature #1091)
2339:
2340: 2016-11-29 moko
2341:
2342: * src/classes/op.C: VS warning war
2343:
2344: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2345: C4239: nonstandard extension used : 'return' : conversion from
2346: 'Value' to 'Value &' (related to feature #1020)
2347:
2348: * src/: main/execute.C, types/pa_vmethod_frame.h,
2349: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2350: used : 'return' : conversion from 'Value' to 'Value &' (related
2351: to feature #1020)
2352:
2353: * src/main/execute.C: VS warning war
2354:
2355: * src/targets/cgi/parser3.C: VS compatibility fix
2356:
2357: * src/include/pa_request.h: VS warning war
2358:
2359: * tests/: 370.html, results/370.processed: test for ^file::exec[
2360: ... $.stdin[$binary_file] ] added (related to bug #1044)
2361:
2362: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2363: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2364: $.stdin[$binary_file] (fixes bug #1044)
2365:
2366: 2016-11-28 moko
2367:
2368: * src/main/pa_exec.C: whitespace
2369:
2370: * src/main/pa_request.C: whitespace
2371:
2372: * tests/: 369.html, results/369.processed: test for
2373: $response:status usage added (related to feature #1099)
2374:
2375: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2376: if < 100 (implements feature #1099)
2377:
2378: * src/targets/cgi/parser3.C: whitespace
2379:
2380: * src/targets/cgi/parser3.C: whitespace
2381:
2382: * tests/: 368.html, results/368.processed: test updated after
2383: ^reflection:filename[$method] added (related to feature #1053)
2384:
2385: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2386: main/compile.y, main/execute.C, main/pa_request.C,
2387: types/pa_vclass.h: filename -> filespec,
2388: ^reflection:filename[$method] added (related to feature #1053)
2389:
2390: 2016-11-27 moko
2391:
2392: * tests/: 368.html, results/368.processed: test for
2393: reflection:filename[$class or object] added (related to feature
2394: #1053)
2395:
2396: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2397: types/pa_vstateless_class.h: ^reflection:filename[$class or
2398: object] added (implements feature #1053)
2399:
2400: 2016-11-26 moko
2401:
2402: * src/: include/pa_request_info.h,
2403: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2404: remove_absolute_uri -> strip_absolute_uri
2405:
2406: 2016-11-25 moko
2407:
2408: * src/: include/pa_request_info.h,
2409: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2410: request_info.remove_absolute_uri added to remove possible
2411: http://site.name/ from $request:uri (implements feature #1112)
2412:
2413: 2016-11-24 moko
2414:
2415: * tests/: 367-curl.html, results/367-curl.processed: test for
2416: previous request headers clearing after redirect added (related
2417: to bug #1109)
2418:
2419: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2420: response headers from previous requests are now cleared, only
2421: last request headers are collected (fixes bug #1109)
2422:
2423: * tests/results/: 266.processed, 321.processed, 356.processed:
2424: tests results updated as method name now added to the resulting
2425: hash for new syntax only (Imp1 compatimility fixed, related to
2426: feature #1068)
2427:
2428: * src/classes/reflection.C: method name now added to the resulting
2429: hash for new syntax only (Imp1 compatimility fixed, related to
2430: feature #1068)
2431:
2432: * tests/results/366.processed: test for native and parser
2433: implementation of ^use[] logic (related to feature #1074)
2434:
2435: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2436: for native and parser implementation of ^use[] logic (related to
2437: feature #1074)
2438:
2439: 2016-11-23 moko
2440:
2441: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2442: main/pa_request.C: @USE file now implemented as ^use[file;
2443: $.origin[origin_file] ] (implements feature #1074)
2444:
1.109 moko 2445: 2016-11-21 moko
2446:
1.110 moko 2447: * tests/: 365.html, results/365.processed: test for $caller bugs in
2448: 3.4.4 and $caller.method now tested (related to feature #1110)
2449:
2450: * tests/: 364.html, results/364.processed: $caller usage in
2451: different contexts now tested (related to feature #1110)
2452:
2453: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2454:
2455: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2456:
1.109 moko 2457: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2458: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2459: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2460: used (implements feature #1110)
2461:
2462: 2016-11-20 moko
2463:
2464: * src/types/pa_vdouble.h: whitespace
2465:
2466: 2016-11-11 moko
2467:
2468: * tests/: 363.html, results/363.processed: more tests for feature
2469: #1091 (how parser methods work in expression context)
2470:
2471: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2472: expressions strings are now written as strings, not values by
2473: write_as_string (related to feature #1091)
2474:
2475: * src/classes/op.C: to make more correct behavour in expression
2476: context
2477:
2478: 2016-11-07 moko
2479:
2480: * tests/: 362.html, results/362.processed: test for
2481: xsltParseStylesheetDoc caching as xsl modification after it added
2482: (related to bug #1108)
2483:
2484: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2485: result now cached as xdoc is modified after it (fixes bug #1108)
2486:
2487: 2016-11-06 moko
2488:
2489: * src/types/pa_vxdoc.h: whitespace
2490:
2491: 2016-11-05 moko
2492:
2493: * src/types/pa_vmethod_frame.h: cleanup
2494:
2495: 2016-11-03 moko
2496:
2497: * tests/results/244.processed: more correct exception after method
2498: frames separation
2499:
2500: * src/types/pa_vmethod_frame.h: minor optimizaion
2501:
2502: * src/types/pa_method.h: optimization: params_count added
2503:
2504: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2505: include/pa_request.h, main/execute.C, main/pa_request.C,
2506: types/pa_value.C, types/pa_vmethod_frame.C,
2507: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2508: VMethodFrame now divided into VNativeMethodFrame,
2509: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2510: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2511: and used (related to feature #1104)
2512:
2513: 2016-11-02 moko
2514:
2515: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2516: classes/double.C, classes/file.C, classes/hash.C,
2517: classes/hashfile.C, classes/image.C, classes/inet.C,
2518: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2519: classes/memcached.C, classes/op.C, classes/reflection.C,
2520: classes/regex.C, classes/string.C, classes/table.C,
2521: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2522: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2523: r.write (implements feature #1091)
2524:
2525: * src/main/execute.C: cleanup (related to feature #1104)
2526:
2527: * src/: include/pa_request.h, main/execute.C,
2528: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2529: added, in_expression removed (implements feature #1104)
2530:
2531: 2016-10-31 moko
2532:
2533: * src/types/pa_value.C: whitespace
2534:
2535: 2016-10-28 moko
2536:
2537: * tests/results/244.processed: updated after error reporting fixed
2538: in pa_wcontext.C
2539:
2540: * src/types/pa_wcontext.C: error reporting fixed
2541:
2542: * src/types/pa_wcontext.h: whitespace
2543:
2544: * src/classes/image.C: not fully readed entries are no longer
2545: processed (fixes bug #1106)
2546:
2547: 2016-10-26 moko
2548:
2549: * src/classes/image.C: whitespace
2550:
2551: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2552: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2553: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2554: longer required (related to feature #1091)
2555:
2556: * tests/results/: 264.processed, 350.processed: test results update
2557: reverted (whitespace optimization) after write_no_lang removed :)
2558: (related to feature #1091)
2559:
2560: * src/: classes/file.C, classes/hash.C, classes/op.C,
2561: classes/string.C, classes/table.C, classes/void.C,
2562: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2563: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2564: equal write_pass_lang (related to feature #1091)
2565:
2566: * tests/results/: 264.processed, 350.processed: test results
2567: updated (whitespace optimization) after write_assign_lang removed
2568: (related to feature #1091)
2569:
2570: * tests/: 361.html, results/361.processed: test for non-string
2571: ^untaint added (related to feature #1091)
2572:
2573: * src/: classes/curl.C, classes/date.C, classes/file.C,
2574: classes/hash.C, classes/op.C, classes/string.C,
2575: include/pa_request.h, main/execute.C: optimization:
2576: write_assign_lang removed as not required (first part of feature
2577: #1091 implementation)
2578:
1.108 moko 2579: 2016-10-12 moko
2580:
2581: * tests/: 360.html, results/360.processed: more test code (related
2582: to feature #1104)
2583:
2584: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2585: include/pa_request.h, main/compile.y, main/execute.C: opcode
2586: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2587: WContext is next task (implements feature #1104)
2588:
2589: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2590: / CO_WITHOUT_WCONTEXT
2591:
2592: * tests/: 360.html, results/360.processed: test for in expression
2593: state (related to feature #1104)
2594:
2595: 2016-10-11 moko
2596:
2597: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2598:
2599: * src/classes/op.C: default value removed from initializer
2600:
2601: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2602:
2603: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2604:
2605: 2016-10-10 moko
2606:
2607: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2608: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2609: to feature #42)
2610:
2611: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2612: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2613:
2614: 2016-10-08 moko
2615:
2616: * src/classes/double.C: whitespace
2617:
2618: 2016-10-07 moko
2619:
2620: * src/types/pa_vmethod_frame.h: reorder
2621:
2622: 2016-10-06 moko
2623:
2624: * src/classes/date.C: typo
2625:
2626: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2627:
2628: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2629: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2630: types/pa_vmethod_frame.h: params.get now returns Value&, not
2631: Value*
2632:
2633: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2634:
2635: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2636: removed; first as_* code rewrite
2637:
2638: 2016-10-05 moko
2639:
2640: * src/include/pa_request.h: whitespace
2641:
2642: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2643: intercept_string added (related to feature #1097)
2644:
2645: * src/: classes/image.C, classes/op.C, classes/table.C,
2646: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2647: optimization: intercept_string removed (implements feature #1097)
2648:
2649: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2650:
2651: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2652: from VCodeFrame and WWrapper as not required
2653:
2654: 2016-10-04 moko
2655:
2656: * src/: classes/curl.C, classes/date.C, classes/double.C,
2657: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2658: classes/int.C, classes/json.C, classes/op.C,
2659: classes/reflection.C, classes/string.C, classes/table.C,
2660: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2661: proces_to_value -> process after StringOrValue removed (related
2662: to feature #1020)
2663:
2664: * src/classes/form.C: whitespace
2665:
2666: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2667:
2668: * tests/: 357.html, 358.html, results/357.processed,
2669: results/358.processed, results/auto.p: test for @conf
2670: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2671:
2672: 2016-10-03 moko
2673:
2674: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2675: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2676: supported (implements feature #42)
2677:
2678: * src/types/pa_vregex.h: no reason for VRegex to be
2679: is_evaluated_expr
2680:
2681: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2682: (implements feature #1095)
2683:
2684: 2016-10-01 moko
2685:
2686: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2687: false by default (related to feature #1089)
2688:
2689: 2016-09-30 moko
2690:
2691: * src/types/pa_wcontext.h: cleanup
2692:
2693: 2016-09-29 moko
2694:
2695: * src/main/execute.C: whitespace
2696:
2697: * src/include/pa_request.h: whitespace
2698:
2699: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2700: classes/op.C, classes/table.C, include/pa_request.h,
2701: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2702: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2703: StringOrValue removed as it just slows down and adds complexity
2704: (implements feature #1020)
2705:
2706: 2016-09-28 moko
2707:
2708: * tests/: 356.html, results/266.processed, results/321.processed,
2709: results/356.processed: tests updated after name was added to
2710: method_info hash, test for ^reflection:method_info[junction]
2711: added (related to feature #1068)
2712:
2713: * src/classes/reflection.C: ^reflection:method_info[junction] now
2714: supported, method name added to the resulting hash (implements
2715: feature #1068)
2716:
2717: * tests/: 276.html, results/276.processed: more tests for
2718: ^reflection:delete[]
2719:
2720: * src/classes/reflection.C: fixed bug then ^reflection:delete
2721: didn't work on class and could damage native objects (like file)
2722:
2723: 2016-09-26 moko
2724:
2725: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2726: results/345.processed, results/346-curl.processed,
2727: results/347-curl.processed, results/348.processed: numbers added
2728: to simplify diff analysis
2729:
2730: * tests/: 352.html, results/352.processed: test result updated as
2731: method name used
2732:
2733: * src/classes/reflection.C: method name used
2734:
2735: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2736: its name
2737:
2738: * src/types/pa_method.h: whitespace
2739:
2740: * src/classes/reflection.C: both method and field with one name can
2741: exist.
2742:
2743: * src/classes/reflection.C: ^reflection:mixin added (implements
2744: feature #1089)
2745:
2746: * tests/: 355.html, results/355.processed: property appears in
2747: derived class if added in base test added
2748:
2749: * src/types/pa_vstateless_class.h: get_method declaration +
2750: whitespace
2751:
2752: * tests/: 354.html, results/354.processed: nice test from method
2753: and property with one name in class added
2754:
2755: 2016-09-23 moko
2756:
2757: * src/classes/reflection.C: ^reflection:method usage documented
2758:
2759: 2016-09-22 moko
2760:
2761: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2762: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2763: compile warning and GPF occures on VS2003 (related to feature
2764: #1087)
2765:
2766: * tests/: 350.html, results/350.processed: test added for
2767: $.encloser[] support in ^table::create (related to feature #11)
2768:
2769: * src/classes/table.C: another minor fix (related to feature #11)
2770:
1.107 moko 2771: 2016-09-21 moko
2772:
2773: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2774:
2775: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2776: classes/json.C, classes/string.C, classes/table.C,
2777: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2778: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2779: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2780: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2781: pa_charsets, vs2015 warning war
2782:
2783: * src/classes/table.C: vs2015 warning war
2784:
2785: * src/types/pa_vdate.C: vs2015 warning war
2786:
2787: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2788:
2789: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2790: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2791:
2792: * src/main/pa_common.C: vs2015 compilation fixes
2793:
2794: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2795: vs2015 compilation fixes
2796:
2797: * src/main/pa_charset.C: vs2015 warning war
2798:
2799: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2800:
2801: * src/main/pa_charset.C: vs2015 warning war
2802:
2803: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2804:
2805: * src/types/pa_vdate.C: vs2015 compilation fix
2806:
2807: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2808:
2809: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2810: VS2015 compilation fixes
2811:
2812: * src/classes/table.C: minor fix (related to feature #11)
2813:
2814: * tests/results/282.processed: no longer skipping extra enclosers
2815: (related to feature #11)
2816:
2817: * src/classes/table.C: minor fix + no longer skipping extra
2818: enclosers (related to feature #11)
2819:
2820: * src/classes/table.C: minor optimization (related to feature #11)
2821:
2822: * src/classes/table.C: minor fix and optimization (related to
2823: feature #11)
2824:
2825: 2016-09-20 moko
2826:
2827: * tests/: 353.html, results/353.processed: test for
2828: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2829: added (related to bug #1090)
2830:
2831: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2832: one_big_piece (fixes bug #1090)
2833:
2834: * tests/: 229.html, results/229.processed: code coverage tests
2835:
2836: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2837: body) was called
2838:
2839: * src/classes/op.C: whitespace
2840:
2841: * tests/: 323.html, results/323.processed: test for code junction
2842: should not be returned by ^reflection:class, ^reflection:base
2843:
2844: * src/classes/reflection.C: bugfix: code junction should not be
2845: returned by ^reflection:class, ^reflection:base
2846:
2847: * tests/: 323.html, 352.html, results/352.processed: no more
2848: exception for ^reflection:method[class;no-such-method] (related
2849: to feature #1087)
2850:
2851: * src/classes/reflection.C:
2852: ^reflection:method[class;no-such-method] : exception -> void
2853: (related to feature #1087)
2854:
2855: * src/include/pa_request.h: request::write_value added to allow
2856: write value without convertion (related to issue #1091)
2857:
2858: 2016-09-19 moko
2859:
2860: * src/main/pa_random.C: windows build fix
2861:
2862: * src/types/pa_vhash.h: warning war
2863:
2864: 2016-09-14 moko
2865:
2866: * tests/: 352.html, 552.html, results/352.processed,
2867: results/552.processed: test for ^reflection:method[] extension
2868: added (related to feature #1087)
2869:
2870: * tests/: 552.html, results/552.processed: test for
2871: ^reflection:method[] extension added (related to feature #1087)
2872:
2873: * src/classes/reflection.C: compatibility issue fixed, VClass
2874: dynamic_cast check added (related to feature #1087)
2875:
2876: * tests/: 351.html, results/351.processed: test for @auto[]
2877: inheritance bug diring ^process[] added (related to bug #1088)
2878:
2879: * src/: classes/op.C, main/pa_request.C,
2880: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2881: disable it inheritance during ^process (fixes bug #1088)
2882:
2883: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2884: added (implements feature #1087)
2885:
2886: 2016-09-13 moko
2887:
2888: * tests/: 349.html, results/auto.p: test for objects prototyping
2889: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2890: to feature #1086)
2891:
2892: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2893: types/pa_vobject.C: objects now are not class instances, but have
2894: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2895: in @conf (implements feature #1086)
2896:
2897: 2016-09-08 moko
2898:
2899: * src/: classes/file.C, classes/mail.C, classes/string.C,
2900: classes/table.C, main/pa_http.C, main/pa_string.C,
2901: include/pa_string.h: cleanup: string::split limit argument
2902: removed as no longer required, pos_after no longer reference
2903: (related to feature #11)
2904:
2905: * src/classes/table.C, tests/results/348.processed: now exception
2906: is rised when invalid option is passed to ^table::create[]
2907:
2908: * tests/: 282.cfg, 282.html, results/282.processed: more code
2909: coverage tests
2910:
2911: * tests/: 348.html, results/348.processed: code coverage tests
2912: added
2913:
2914: * tests/: 348.html, results/348.processed: generic ^table::create[]
2915: tests
2916:
2917: * tests/: 035.html, results/035.processed, results/272.processed:
2918: tests updated after $.encloser[] support for ^table::create
2919: implementation (related to feature #11)
2920:
2921: * src/classes/table.C: $.encloser[] support for ^table::create
2922: finally added (implements feature #11)
2923:
2924: 2016-09-07 moko
2925:
2926: * src/include/pa_string.h: added StringSplitHelper as friend
2927: (related to feature #11)
2928:
2929: * src/include/pa_string.h: body and langs now protected, not
2930: private to allow inheritance (related to feature #11)
2931:
2932: * src/classes/table.C: lsplit optimized before cloning for
2933: ^table::create with $.encloser[] (related to feature #11)
2934:
2935: * src/classes/table.C: optimizaion: TableControlChars.separators
2936: added and used (related to feature #11)
2937:
2938: * src/classes/table.C: spelling:
2939:
2940: TableSeparators -> TableControlChars column -> separator
2941: separators -> control_chars
2942:
2943: 2016-09-06 moko
2944:
2945: * src/main/pa_string.C: whitespace
2946:
2947: * src/main/pa_string.C: whitespace
2948:
2949: 2016-09-01 moko
2950:
2951: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2952: results OS-independent
2953:
2954: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2955: compiler (related to feature #1042)
2956:
2957: 2016-08-15 moko
2958:
2959: * src/include/pa_string.h: whitespace
2960:
2961: * src/classes/table.C: whitespace
2962:
1.106 moko 2963: 2016-08-05 moko
2964:
2965: * tests/: 344.html, results/344.processed: test for
2966: ^hash::create[$file] added (related to feature #1075)
2967:
2968: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2969: supported (implements feature #1075)
2970:
2971: 2016-08-04 moko
2972:
2973: * tests/: 341.html, results/341.processed: more code coverage tests
2974:
2975: * tests/: 346-curl.html, results/346-curl.processed: more code
2976: coverage tests for curl
2977:
2978: * tests/: 346-curl.html, results/346-curl.processed: more code
2979: coverage tests for curl
2980:
2981: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2982: results/223.processed: code coverage tests: $.form[ $.table[] ]
2983: test added
2984:
2985: * tests/: 223-curl.html, results/223-curl.processed: more code
2986: coverage tests for curl
2987:
2988: 2016-08-03 moko
2989:
2990: * src/classes/curl.C: dlink(curl_library) now called not once, but
2991: until it will be loaded, allowing to find existing library.
2992:
2993: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2994: results/347-curl.processed: more code coverage tests for curl
2995:
2996: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2997: results/339-curl.processed, results/346-curl.processed: curl
2998: functionality tests
2999:
3000: 2016-08-02 moko
3001:
3002: * tests/: 339.html, results/339.processed: test for tables in
3003: ^file:load[] and ^curl:load[] (commented) added (related to
3004: feature #1042)
3005:
3006: * tests/: 345.html, results/345.processed: code coverage tests for
3007: file class
3008:
3009: * tests/: 344.html, results/344.processed: code coverage tests
3010:
3011: * tests/: 344.html, results/344.processed: mdate removed from
3012: output
3013:
3014: * src/classes/file.C: minor bugfix: is_text should be taked from
3015: fcontent.is_text_mode() if not set (related to feature #1061)
3016:
3017: * tests/: 344.html, results/344.processed: more tests
3018:
3019: * tests/: 343.html, 344.html, results/343.processed,
3020: results/344.processed: tests for ^file::create[ $.from-charset
3021: and $.to-charset ] (related to feature #1061)
3022:
3023: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3024: aset_text_mode argument optimized
3025:
3026: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3027: checkBOM now used in detect_binary_content (related to feature
3028: #1061)
3029:
3030: * src/main/pa_request.C: load_charset no longer required to_upper
3031:
3032: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3033: preserves original file mode (if no $.mode specified)
3034:
3035: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3036: ^file::create now supports $.from-charset[] and $.to-charset
3037: options (implements feature #1061), automatic transcode is done
3038: if text file is created from binary file and charset is detected.
3039:
3040: 2016-07-30 moko
3041:
3042: * src/classes/table.C: ^t.hash[..;] now supported (related to
3043: feature #1057)
3044:
3045: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3046: added (related to feature #1057)
3047:
3048: * tests/: 286.html, results/286.processed: code tests coverage
3049:
3050: 2016-07-29 moko
3051:
3052: * src/classes/table.C: table size should be checked inside menu and
3053: foreach (related to feature #858)
3054:
3055: * src/: classes/curl.C, classes/file.C, classes/string.C,
3056: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3057: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3058: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3059: charsets.get now does str_upper inside (related to feature #1061)
3060:
3061: * tests/: 342.html, results/342.processed: more code coverage tests
3062:
3063: * tests/: 342.html, outputs/342.processed: table menu code coverage
3064: + foreach test added (related to feature #858)
3065:
3066: * tests/: 341.html, results/341.processed: tests for
3067: ^table.hash[]{code} added + code coverage tests (related to
3068: feature #1057)
3069:
3070: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3071: value} support (implements feature #1057)
3072:
3073: * src/classes/table.C: whitespace
3074:
3075: 2016-07-28 moko
3076:
3077: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3078: from URL, if not specified query string removed from url-based
3079: filenames in ^curl:load[] and ^file::load[] (related to feature
3080: #1042)
3081:
3082: 2016-07-27 moko
3083:
3084: * tests/: 340.html, results/340.processed: test for
3085: transcode_text_result=false added (related to issue #1042)
3086:
3087: 2016-07-26 moko
3088:
3089: * src/types/pa_vfile.C: file name should not be empty (if file path
3090: is folder and ends with /) (related to feature #1042)
3091:
3092: * src/main/pa_http.C: whitespace optimizaion
3093:
3094: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3095: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3096: multiple headers, ^file::load supports headers transcoding
3097: (implements feature #1042)
3098:
3099: 2016-07-25 moko
3100:
3101: * src/include/pa_common.h: PA_DEFAULT added
3102:
3103: 2016-07-22 moko
3104:
3105: * tests/: 338.html, results/338.processed: test for
3106: $date.field(value) added (related to feature #1066)
3107:
3108: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3109: $date.field(value) now supported for y/m/d/h/m/s (implements
3110: feature #1066)
3111:
1.105 moko 3112: 2016-07-21 moko
3113:
3114: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3115: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3116: arguments removed; image.C - absolute path shown in exception
3117: (implements feature #1071)
3118:
3119: * tests/: 235.html, results/235.processed: test and test result
3120: updated after static boundary in mail and Errors-To: mail header
3121: removed (related to feature #1047)
3122:
3123: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3124: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3125: used, static boundary in mail removed, Errors-To: mail header
3126: removed (implements feature #1047)
3127:
3128: 2016-07-20 moko
3129:
3130: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3131: equest.classes(): Value -> VStateless_class, part 3 (related to
3132: issue #1051)
3133:
3134: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3135: request.classes(): Value -> VStateless_class, part 2 (related to
3136: issue #1051)
3137:
3138: * tests/results/: 224.processed, 323.processed: classes without
3139: methods should not be methoded (related to issue #1051)
3140:
3141: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3142: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3143: -> VStateless_class, part 1 (related to issue #1051)
3144:
3145: * tests/: 337.html, results/337.processed: test for
3146: ^reflection:fields_reference[] and VHashReference class added
3147: (related to feature #1072)
3148:
3149: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3150: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3151: and VHashReference added, allowing ^reflection:fields_reference[]
3152: implementation (closes feature #1072)
3153:
3154: 2016-07-19 moko
3155:
3156: * tests/: 323.html, results/323.processed: we want to see
3157: "methoded"
3158:
3159: * tests/: 336.html, results/336.processed: test for $BASE:property
3160: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3161: #1059)
3162:
3163: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3164: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3165: somebody_entered_some_class, $BASE:property works again,
3166: ^BASE:method[] bugs fixed (fixes bug #1059)
3167:
3168: 2016-07-14 moko
3169:
3170: * tests/: 335.html, results/335.processed: test for feature #1055
3171: added
3172:
3173: * src/classes/hash.C: bugfix: $._default was not copied if empty
3174: feature: ^hash.contains[_default] added (implements feature
3175: #1055)
3176:
3177: 2016-07-13 moko
3178:
3179: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3180: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3181:
3182: 2016-07-05 moko
3183:
3184: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3185: in ^hash.foreach (related to feature #1073)
3186:
3187: 2016-07-04 moko
3188:
3189: * tests/: 134.html, 281.html, results/134.processed,
3190: results/281.processed: tests updated after hash blocking removed
3191: (related to feature #1073)
3192:
3193: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3194: no longer blocks on change during foreach (implements feature
3195: #1073)
3196:
3197: 2016-06-17 moko
3198:
3199: * tests/: 330.html, results/330.processed: try exception source
3200: test added (related to bug in #1062)
3201:
3202: * tests/: 334.html, results/334.processed: Exception stack trace
3203: test added (related to bug in $1062)
3204:
3205: * src/classes/op.C: Exception trace now correctly restored and
3206: errors reported (related to bug #1062)
3207:
1.104 moko 3208: 2016-05-25 moko
3209:
3210: * src/main/compile.y: minor cleanup + beauty
3211:
3212: 2016-05-24 moko
3213:
3214: * tests/: 333.html, results/333.processed: more exceptions testing
3215:
3216: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3217: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3218: features #1056, #1026)
3219:
3220: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3221: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3222: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3223: (implements feature #1056)
3224:
3225: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3226: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3227: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3228: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3229: feature #1026)
3230:
3231: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3232: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3233: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3234: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3235: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3236: feature #1026)
3237:
3238: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3239: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3240: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3241: SYMBOLS_CACHING define implemented (related to feature #1026)
3242:
3243: * src/main/main.vcproj: + ps_symbols
3244:
3245: * src/: include/Makefile.am, include/pa_string.h,
3246: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3247: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3248: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3249: types/pa_vstateless_class.C: initial implementation for symbols
3250: cache (related to feature #1026)
3251:
3252: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3253:
3254: * src/main/pa_globals.C: minor cleanup
3255:
3256: 2016-05-19 moko
3257:
3258: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3259: (related to feature #1046)
3260:
3261: * tests/: 331.html, results/331.processed: test for
3262: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3263: (related to feature #1051)
3264:
3265: * src/main/compile.y:
3266: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3267: (implements feature #1054)
3268:
3269: 2016-05-18 moko
3270:
3271: * src/types/pa_vtable.C, tests/results/324.processed: no more
3272: "column not found" exception for ^table.no-such-method[] (related
3273: to feature #1046)
3274:
3275: * tests/: 261.html, results/261.processed: test added and updated
3276: after feature #1046 implementation
3277:
3278: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3279: types/pa_vvoid.h: $string.anything works for whitespace strings,
3280: ^string.contains added for hash compatibility, $string.method no
3281: longer returns stting method (implements feature #1046)
3282:
3283: 2016-05-12 moko
3284:
3285: * src/classes/curl.C: content-type response header no longer
3286: ignored (fixes issue #1045)
3287:
3288: * tests/: 330.html, results/330.processed: test for incomplete
3289: finally execution when break occures added (related to issue
3290: #1077)
3291:
3292: * src/classes/op.C: bugfix: Request::skip reset is called before
3293: executing catch and finally code (fixes issue #1062)
3294:
3295: 2016-05-11 moko
3296:
3297: * tests/: 329.html, results/329.processed: test for invalid
3298: ^break[] behavour added (bug #1077)
3299:
3300: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3301:
3302: 2016-04-24 moko
3303:
3304: * src/types/pa_vstateless_class.h: warning war
3305:
3306: 2016-04-17 moko
3307:
3308: * tests/: 328.html, results/328.processed: test for
3309: ^break(condition) and ^continue(condition) (related to feature
3310: #1063)
3311:
3312: * src/classes/op.C: ^break(condition) and ^continue(condition)
3313: implemented (feature #1063)
3314:
3315: 2016-04-12 moko
3316:
3317: * tests/results/280.processed: ordered hash now used for class
3318: methods and properties (test results updated for feature #1069)
3319:
3320: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3321: to xdoc.C as under FreeBSD it was inited after and inheritance
3322: failed (related to issue #1051)
3323:
3324: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3325: are printed to check inheritance (related to feature #1051)
3326:
1.103 moko 3327: 2016-04-09 moko
3328:
3329: * tests/results/320.processed: ordered hash now used for class
3330: methods and properties (test results updated for feature #1069)
3331:
3332: * src/types/pa_vstateless_class.h: ordered hash now used for class
3333: methods and properties (implements feature #1069)
3334:
3335: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3336: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3337: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3338: feature #1051)
3339:
3340: 2016-04-07 moko
3341:
3342: * src/main/execute.C: returned Value in .CLASS case for VJunction
3343: (related to feature #1051)
3344:
3345: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3346: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3347: string constants deduplication (related to feature #1051)
3348:
3349: * tests/results/224.processed: test result updated (related to
3350: feature #1051)
3351:
3352: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3353: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3354: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3355: types/pa_vstatus.h: classes hash now contains only
3356: VStateless_class derived objects, .CLASS is also allways
3357: VStateless_class derived object (related to feature #1051).
3358:
3359: 2016-04-06 moko
3360:
3361: * tests/results/323.processed: test result updated after feature
3362: #1051 implementation
3363:
3364: * src/: classes/classes.h, classes/op.C, classes/response.C,
3365: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3366: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3367: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3368: types/pa_vresponse.C, types/pa_vresponse.h,
3369: types/pa_vstateless_class.h: base -> methoded_donor for static
3370: classes, type() moved from VStateless_class to VClass and
3371: Methoded (implements feature #1051)
3372:
3373: 2016-04-04 moko
3374:
3375: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3376: beauty: put_class added (related to feature #1051)
3377:
3378: 2016-04-01 moko
3379:
3380: * tests/results/: 175.processed, 192.processed, 224.processed,
3381: 229.processed, 244.processed, 246.processed, 316.processed: test
3382: results updated as class.type() removed from error messages, only
3383: type() left (related to feature #1051)
3384:
3385: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3386: classes/op.C, classes/reflection.C, main/compile.y,
3387: main/compile_tools.h, main/execute.C, main/pa_request.C,
3388: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3389: types/pa_vmethod_frame.h, types/pa_vobject.h,
3390: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3391: from VStateless_class, type() is used instead (related to feature
3392: #1051)
3393:
3394: * src/classes/mail.C: old logic restored.
3395:
3396: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3397: classes/classes.h, classes/curl.C, classes/date.C,
3398: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3399: classes/hashfile.C, classes/image.C, classes/inet.C,
3400: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3401: classes/memcached.C, classes/memory.C, classes/reflection.C,
3402: classes/regex.C, classes/response.C, classes/string.C,
3403: classes/table.C, classes/xdoc.C, classes/xnode.C,
3404: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3405: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3406: feature #1051)
3407:
3408: 2016-03-30 moko
3409:
3410: * tests/: 327.html, results/224.processed, results/327.processed:
3411: test for TZ specification in ^date::create[], TZ is kept during
3412: ^date::create[$dt] (related to feature #1048)
3413:
3414: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3415: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3416: feature #1048)
3417:
3418: 2016-03-29 moko
3419:
3420: * tests/: 315.html, results/315.processed: test for timezone format
3421: +HHmm added (related to feature #1065)
3422:
3423: * src/classes/date.C: timezone format +HHmm now supported
3424: (implements feature #1065)
3425:
3426: 2016-03-28 moko
3427:
3428: * tests/: 202.html, results/131.processed, results/202.processed,
3429: results/224.processed, results/256.processed,
3430: results/315.processed: test results updated after %.2d now
3431: default for hours offset in iso-string (was %2d), test for
3432: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3433: added (related to feature #1065)
3434:
3435: 2016-03-27 moko
3436:
3437: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3438: feature #1065)
3439:
3440: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3441: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3442: added (implements feature #1065)
3443:
3444: 2016-03-24 moko
3445:
3446: * tests/: 202.html, results/202.processed: test $date.week added
3447: (related to bug #1067)
3448:
3449: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3450: date (fix for bug #1067)
3451:
3452: 2016-03-10 moko
3453:
3454: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3455:
1.102 moko 3456: 2015-12-07 moko
3457:
3458: * tests/: 326.html, results/326.processed: test for .CLASS &
3459: .CLASS_NAME optimization added (related to feature #844)
3460:
3461: 2015-11-17 moko
3462:
3463: * tests/: 323.html, results/323.processed: order added
3464:
3465: * tests/: 325.html, results/325.processed: double range test added
3466: (related to bug #1049)
3467:
3468: 2015-11-16 moko
3469:
3470: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3471: added to disallow NaN and Infinity (fixes bug #1049)
3472:
3473: 2015-11-11 moko
3474:
3475: * tests/324.html: parser 3.4.3 execution support added (related to
3476: feature #1017)
3477:
3478: * tests/: 324.html, results/324.processed: test for
3479: GET_ELEMENT4CALL feature added (feature #1017)
3480:
1.101 moko 3481: 2015-10-29 moko
3482:
3483: * operators.txt: updated for 3.4.4
3484:
3485: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3486:
3487: * src/main/pa_exec.C: get_exit_status implemented for Windows
3488: (related to bug #1043)
3489:
3490: 2015-10-28 moko
3491:
3492: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3493: hangup during ^file::exec (fixes bug #1043)
3494:
1.100 moko 3495: 2015-10-27 moko
3496:
3497: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3498:
1.99 moko 3499: 2015-10-26 moko
3500:
1.100 moko 3501: * tests/322.html, src/classes/reflection.C: arguments reorder
3502: (related to issue #1041)
3503:
3504: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3505: Copyright year updated
3506:
1.99 moko 3507: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3508: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3509: classes/form.C, classes/hash.C, classes/hashfile.C,
3510: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3511: classes/mail.C, classes/math.C, classes/memcached.C,
3512: classes/memory.C, classes/op.C, classes/reflection.C,
3513: classes/regex.C, classes/response.C, classes/string.C,
3514: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3515: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3516: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3517: include/pa_config_fixed.h, include/pa_config_includes.h,
3518: include/pa_dictionary.h, include/pa_dir.h,
3519: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3520: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3521: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3522: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3523: include/pa_request_charsets.h, include/pa_request_info.h,
3524: include/pa_sapi.h, include/pa_socks.h,
3525: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3526: include/pa_stack.h, include/pa_string.h,
3527: include/pa_stylesheet_connection.h,
3528: include/pa_stylesheet_manager.h, include/pa_table.h,
3529: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3530: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3531: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3532: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3533: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3534: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3535: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3536: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3537: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3538: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3539: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3540: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3541: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3542: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3543: main/pa_string.C, main/pa_stylesheet_connection.C,
3544: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3545: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3546: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3547: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3548: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3549: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3550: targets/isapi/parser3isapi.C, types/pa_junction.h,
3551: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3552: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3553: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3554: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3555: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3556: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3557: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3558: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3559: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3560: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3561: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3562: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3563: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3564: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3565: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3566: types/pa_vresponse.C, types/pa_vresponse.h,
3567: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3568: types/pa_vstateless_object.h, types/pa_vstatus.C,
3569: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3570: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3571: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3572: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3573: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3574:
3575: * src/targets/cgi/parser3.C: year updated
3576:
3577: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3578: issue #1041)
3579:
3580: * tests/: 323.html, results/323.processed: test for base classes
3581: added
3582:
3583: * tests/: 261.html, results/261.processed: updated after better
3584: error reporting done for $string.key exception
3585:
3586: * src/types/pa_vstring.h: better error report for $string.key
3587: exception
3588:
3589: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3590: copied as VObject::get_element4call to remove extra virtual call
3591:
3592: * tests/: 322.html, results/322.processed: test for
3593: ^reflection:is[] added (related to feature #1041)
3594:
3595: * src/classes/reflection.C: ^reflection:is empty value is void
3596: (related to feature #1041)
3597:
3598: * src/classes/reflection.C:
3599: ^reflection:is[class_name|code|method;[context;]element_name]
3600: added (implements feature #1041)
3601:
3602: 2015-10-24 moko
3603:
3604: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3605:
1.98 moko 3606: 2015-10-22 moko
3607:
3608: * tests/: 321.html, results/321.processed: test for
3609: ^reflection:method_info[] file detection added
3610:
3611: * tests/: 320.html, results/320.processed: test for
3612: ^reflection:class_by_name[class_name] added (related to feature
3613: #993)
3614:
3615: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3616: added (implements feature #993)
3617:
3618: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3619: (related to feature #1017)
3620:
3621: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3622: added (related to issue #1039)
3623:
3624: * src/main/pa_request.C: ^throw origin fixed (related to feature
3625: #1039)
3626:
3627: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3628: for VDate
3629:
3630: * tests/results/182.processed: updated after feature #1038
3631: implemented
3632:
3633: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3634: compile-time exception origin added (test for feature #1039)
3635:
3636: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3637: main/pa_request.C: exception unification: compile-time exceptions
3638: now have origin, @USE origins also tracked (implements feature
3639: #1039)
3640:
3641: 2015-10-20 moko
3642:
3643: * src/main/pa_request.C: cleanup
3644:
3645: 2015-10-15 moko
3646:
3647: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3648:
3649: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3650: types/pa_vtable.C: new feature: no more $table.method and
3651: $hash.method, aliases for _at, _count, _key (related to feature
3652: #1017)
3653:
1.97 moko 3654: 2015-10-14 moko
3655:
1.98 moko 3656: * tests/: 317.html, results/317.processed: test for
3657: ^string.unescape[] added (related to feature #120)
3658:
1.97 moko 3659: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3660: defined" bug (described in issue #1036)
3661:
3662: * tests/: 247.html, results/247.processed: test for checkBOM added
3663: (test for bug #1037)
3664:
3665: * src/: include/pa_charsets.h, main/pa_charsets.C,
3666: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3667: it's not enforced, skips BOM signature if it complies charset
3668: (fixes bug #1037)
3669:
3670: 2015-10-13 moko
3671:
3672: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3673: linking
3674:
3675: * src/classes/inet.C: vs2003 compilation fix
3676:
3677: * src/classes/math.C: warning war
3678:
3679: * src/lib/punycode/pa_punycode.c: warning war
3680:
3681: 2015-10-12 moko
3682:
3683: * src/lib/punycode/pa_punycode.c: warning war
3684:
3685: * parser3.sln: moved parser3 first, to make it default startup
3686: project
3687:
3688: * buildall: parser "mirror" now used for external libs sources
3689: (implements feature #1036)
3690:
3691: * buildall: most external libs are updated to their current
3692: versions (related to feature #1036)
3693:
3694: * src/classes/image.C: more tags added
3695:
3696: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3697:
3698: 2015-10-11 moko
3699:
3700: * src/classes/curl.C: minor optimization (related to feature #1035)
3701:
3702: 2015-10-09 moko
3703:
3704: * src/classes/curl.C: pa_strdup added for strings from curl
3705: (related to feature #1035)
3706:
3707: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3708: ULLONG_MAX definition
3709:
3710: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3711: (implements feature #1035)
3712:
3713: * src/main/pa_charset.C: String::Body(String::C) used
3714:
3715: * src/main/pa_charset.C: exceptions unified
3716:
3717: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3718: unified
3719:
3720: * src/: classes/file.C, classes/image.C, classes/mail.C,
3721: classes/op.C, classes/xdoc.C, classes/xnode.C,
3722: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3723: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3724: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3725: String::Body(String::C) constructor added (related to bug #957)
3726:
3727: * src/classes/file.C: minor optimization
3728:
3729: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3730: Cord(char*) autocreation (related to bug #957)
3731:
3732: * src/: classes/string.C, main/untaint.C: minor optimizations
3733:
3734: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3735: String(char*, Lang, length) removed, String(C(), Lang) used
3736: instead (related to bug #957)
3737:
3738: 2015-10-08 moko
3739:
3740: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3741: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3742: main/untaint.C: Now char * is converted to CORD only using
3743: AS_CORD() to check for empty cord bug (fixes bug #957)
3744:
3745: * src/include/pa_hash.h: fixed compilation without
3746: HASH_CODE_CACHING
3747:
3748: * src/classes/string.C:
3749: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3750: feature #120)
3751:
3752: * src/main/pa_common.C: reduce js flags checks count (related to
3753: feature #120)
3754:
1.96 moko 3755: 2015-10-07 moko
3756:
3757: * tests/: 275.html, results/275.processed: test modified after
3758: unsigned long long int support implemented (feature #1034)
3759:
3760: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3761: pa_atoul added for unsigned long long int support
3762:
3763: 2015-10-06 moko
3764:
3765: * src/types/pa_vdate.C: INT_MAX used
3766:
3767: 2015-10-03 moko
3768:
3769: * tests/: 302.html, results/302.processed: test for bug #1023
3770: (\u2028, \u2029 escaping) added
3771:
3772: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3773: json:string[] (fixes bug #1023)
3774:
3775: 2015-09-29 moko
3776:
3777: * tests/305.html: try-catch added for OS without ipv6 support
3778:
3779: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3780: compilation
3781:
3782: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3783: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3784: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3785: implemented to distinguish ^hash.method from $hash.field
3786: (implements feature #1017)
3787:
3788: * src/lib/punycode/pa_punycode.c: warning war
3789:
3790: * src/include/pa_config_includes.h: warning war
3791:
3792: * src/include/pa_config_includes.h: pragma warning actualized a bit
3793:
3794: * src/include/pa_config_includes.h: warning war
3795:
3796: * src/include/pa_hash.h: clang compilation fix
3797:
3798: 2015-09-27 moko
3799:
3800: * src/main/compile.tab.C: Bison 3 is now default
3801:
3802: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3803:
3804: 2015-09-25 moko
3805:
3806: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3807: works with undefined HASH_ORDER (related to feature #196)
3808:
3809: 2015-09-24 moko
3810:
3811: * tests/: 027.html, results/027.processed: test modified to test
3812: ^hash.sort (feature #196)
3813:
3814: * src/: classes/hash.C, include/pa_hash.h:
3815: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3816: added (implements feature #196)
3817:
3818: * tests/: 316.html, results/316.processed: Added test for bug #1025
3819: (exception handling in non-cached ^cache), plus for "it does not
3820: have logical value" and "$exception.handled value must be either
3821: boolean or string 'cache'" exceptions.
3822:
3823: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3824: code (fixes bug #1025)
3825:
1.95 moko 3826: 2015-09-23 moko
3827:
3828: * src/classes/table.C: warning war
3829:
3830: * src/: classes/math.C, types/pa_vcookie.C: warning war
3831:
3832: * src/classes/file.C: warning war
3833:
3834: * src/: include/pa_table.h, main/pa_table.C: warning war
3835:
3836: * src/: main/pa_request.C, classes/date.C: warning war
3837:
3838: * src/: types/pa_vdate.C, classes/op.C: warning war
3839:
3840: * tests/: 122.html, results/122.processed: win sync: to remove
3841: differences with OS that doesn't keep timezone change history
3842:
3843: * src/types/pa_vdate.C: tzset() should be called in Windows after
3844: TZ change (related to feature #36)
3845:
3846: * tests/: 075.html, results/075.processed: win sync: to remove
3847: differences with OS that doesn't keep timezone change history
3848:
3849: * tests/: 315.html, results/315.processed: win sync: to remove
3850: differences with OS that doesn't keep timezone change history
3851:
3852: * tests/: 256.html, results/256.processed: win sync: to remove
3853: differences with OS that doesn't keep timezone change history
3854:
3855: * tests/: 124.html, results/124.processed: win results sync: to
3856: avoid hitting time change hole.
3857:
3858: * src/types/pa_vdate.C: static returned. :)
3859:
3860: 2015-09-22 moko
3861:
3862: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3863:
3864: * tests/results/131.processed: more tests for feature #1032
3865:
3866: * src/classes/date.C: minor fix related to feature #1032
3867:
3868: * operators.txt: ISO date creation documented (related to feature
3869: #1032)
3870:
3871: * operators.txt: iso-string documented (related to feature #1032)
3872:
3873: * tests/: 315.html, results/315.processed: more tests added
3874: (related to feature #1032)
3875:
3876: * tests/: 131.html, results/131.processed: date range checks
3877: updated (related to feature #36)
3878:
3879: * tests/: 315.html, results/057.processed, results/315.processed:
3880: test added for ISO date support (related to issue #315)
3881:
3882: * src/classes/date.C: more readable exceptions in date creation
3883: (related to ticket #1032)
3884:
3885: 2015-09-18 moko
3886:
3887: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3888: added (related to issue #1032)
3889:
3890: * tests/results/256.processed, src/classes/json.C: iso-string
3891: documented (related to issue #1032)
3892:
3893: * tests/: 256.html, results/256.processed: ISO date check added
3894: (related to issue #1032)
3895:
3896: * tests/: 057.html, results/057.processed, results/224.processed:
3897: tests results updated after ISO date support implemented (related
3898: to feature #1032)
3899:
3900: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3901: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3902: ^date::create[string] constructor formalized, ^date.iso-string[]
3903: added (implements feature #1032)
3904:
3905: 2015-09-05 moko
3906:
3907: * operators.txt: actualized
3908:
3909: * operators.txt: date changes documented (related to ticket #36)
3910:
3911: 2015-09-04 moko
3912:
3913: * src/types/pa_vdate.C: warning war
3914:
3915: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3916:
3917: 2015-09-03 moko
3918:
3919: * tests/results/096.processed: test result updated for 0..9999 year
3920: date range support (related to feature #36)
3921:
3922: * tests/: 314.html, results/314.processed: test for
3923: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3924: bug #1031)
3925:
3926: * src/classes/string.C: Static calls fixed for ^string:base64[],
3927: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3928:
1.116 moko 3929: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3930: configure.in -> configure.ac
1.95 moko 3931:
1.116 moko 3932: * configure, configure.in, src/include/pa_config_auto.h.in: more
3933: correct timezone check for FreeBSD Warning war: configure.in ->
3934: configure.ac
1.95 moko 3935:
3936: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3937: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3938: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3939: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3940: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3941: src/main/Makefile.am, src/targets/apache/Makefile.am,
3942: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3943: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3944: check added
3945:
3946: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3947:
3948: * tests/results/: 124.processed, 224.processed: test resuls updated
3949: for new date implementation (related to feature #36)
3950:
3951: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3952: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3953: types/pa_vdate.h: new double date implementation with internal
3954: support for extended 0..9999 year range, default timezone support
3955: (related to feature #36)
3956:
3957: 2015-08-28 moko
3958:
3959: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3960: (fixes bug #1030)
3961:
3962: 2015-08-21 moko
3963:
3964: * src/classes/inet.C: snprintf size "bug" commented
3965:
3966: * src/main/pa_common.C: snprintf comments updated
3967:
3968: 2015-08-16 moko
3969:
3970: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3971:
3972: 2015-08-11 moko
3973:
3974: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3975: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3976: can be null (fixes bug #1029)
3977:
3978: 2015-08-06 moko
3979:
1.116 moko 3980: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3981: pa_vdate.C added
1.95 moko 3982:
3983: 2015-08-05 moko
3984:
3985: * tests/: 313.html, results/313.processed: test for
3986: ^table.count[columns] and ^table.flip[] with nameless tables
3987: (feature #1003)
3988:
3989: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3990: max_cell added, now ^table.count[columns] and ^table.flip[] works
3991: correctly for nameless tables (implements feature #1003)
3992:
3993: 2015-08-03 moko
3994:
3995: * tests/312.html: test for ^table.append[$hash] and
3996: ^table.insert[$hash] added (related to feature #1028)
3997:
3998: * src/classes/table.C: ^table.append[$hash] and
3999: ^table.insert[$hash] now supported (implements feature #1028)
4000:
4001: * tests/: 312.html, results/312.processed: test row copy in
4002: ^table.hash[; $.type[table] ] added (related to feature #1016)
4003:
4004: * src/classes/table.C: row copy now created in ^table.hash[;
4005: $.type[table] ] (related to feature #1016)
4006:
4007: 2015-07-29 moko
4008:
4009: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4010: added (related to feature #1016)
4011:
4012: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4013: ^table.delete[] added to delete current row (related to feature
4014: 1016)
4015:
4016: 2015-07-28 moko
4017:
4018: * tests/: 312.html, results/312.processed: test for
4019: $table.column[value] and ^table.insert{row} (related to feature
4020: #1016)
4021:
4022: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4023: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4024: ^table.insert{row} are now implemented (feature #1016)
4025:
4026: * src/include/pa_array.h: Optimization: bool reverse removed from
4027: append(), insert() added, memmove arguments order in remove()
4028: fixed (related to feature #1016)
4029:
4030: 2015-07-23 moko
4031:
4032: * src/classes/json.C: tainted json and empty json exception added
4033: (implements feature #1015)
4034:
4035: * tests/: 311.html, results/311.processed: empty json and tainted
4036: json exception test added (related to issue #1015)
4037:
4038: 2015-07-22 moko
4039:
4040: * tests/: 311.html, results/311.processed: test for UTF-8
4041: processing added
4042:
4043: * tests/: 311.html, results/311.processed: test for
4044: json_exception_with_source added (related to issue #394)
4045:
4046: * src/classes/json.C: json_exception_with_source added (implements
4047: feature #394)
4048:
4049: 2015-06-29 moko
4050:
4051: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4052: directories are now correctly determined if _d_type == DT_UNKNOWN
4053: (closes bug #1027)
4054:
4055: 2015-06-10 moko
4056:
4057: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4058: error if libxml has LIBXML_ICU_ENABLED.
4059:
4060: 2015-06-04 moko
4061:
4062: * tests/099.html: ups, reverting
4063:
4064: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4065: results/310.processed: tests for $response:body[ $.file[] ] and
4066: $response:last-modified added
4067:
4068: * src/main/pa_request.C: last-modified check fixed
4069:
4070: 2015-06-03 moko
4071:
4072: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4073: results/205.processed, results/293.processed: $response:headers
4074: logging added (tests for feature #1007)
4075:
4076: * src/: include/pa_common.h, include/pa_request.h,
4077: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4078: $response:headers are now in uppercase (closes feature #1007)
4079:
4080: 2015-06-02 moko
4081:
4082: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4083: build errors reverted for clang compatibility
4084:
4085: 2015-06-01 moko
4086:
4087: * src/include/pa_memory.h: -pedantic build errors fixed
4088:
4089: * src/classes/math.C: -pedantic build error fixed
4090:
4091: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4092:
4093: 2015-05-31 moko
4094:
4095: * src/classes/table.C: USE_STRINGSTREAM optimized
4096:
4097: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4098: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4099: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4100: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4101: types/pa_vxnode.h: warning war (-pedantic flag)
4102:
4103: 2015-05-28 moko
4104:
4105: * tests/: 308.html, results/308.processed: test for
4106: ^table::create[$t;], etc work added (related to bug #975)
4107:
4108: * src/classes/table.C: check_option_param removed,
4109: ^table::create[$t;], etc now works (fixes bug #975)
4110:
4111: 2015-05-27 moko
4112:
4113: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4114: (Debian jessie) fixed (closes issue #1024)
4115:
4116: * tests/Makefile: sort added as in Debian jessie list become
4117: unsorted
4118:
4119: 2015-05-18 moko
4120:
4121: * tests/: 201.html, results/201.processed: test for
4122: ^string.trim[what] feature #1022
4123:
4124: * src/classes/string.C: ^string.trim[what] now supported,
4125: implements feature #1022
4126:
4127: 2015-05-17 moko
4128:
4129: * tests/results/185.processed: test result updated as feature #1021
4130: implemented (left/right accept negative parameter)
4131:
4132: * src/classes/string.C: left/right now accept negative parameter
4133: (implements feature #1021)
4134:
4135: 2015-05-08 moko
4136:
4137: * src/classes/math.C: isalnum -> pa_isalnum
4138:
4139: * src/main/execute.C: optimization in getter-junction processing
4140: (related to issue #997)
4141:
4142: 2015-05-07 moko
4143:
4144: * tests/: 307.html, results/307.processed: test for issue #997
4145: added
4146:
4147: * src/main/execute.C: process_getter result now checked if junction
4148: returned (closes issue #997)
4149:
4150: * tests/: 305.html, results/305.processed: sort added to ignore
4151: different order
4152:
4153: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4154: assignment (closes issue #994)
4155:
4156: * tests/: 306.html, results/306.processed: test for issue #994
4157: added
4158:
4159: * tests/: 303.html, results/303.processed: two more errors tested
4160:
4161: 2015-05-06 moko
4162:
4163: * tests/: 305.html, results/305.processed: test for name2ip &
4164: ip2name added (related to feature #992)
4165:
4166: * tests/: 303.html, 304.html, results/303.processed,
4167: results/304.processed: tests for idna conversion added (related
4168: to issue #849)
4169:
4170: 2015-05-02 moko
4171:
4172: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4173: implemented
4174:
4175: 2015-04-30 moko
4176:
4177: * src/main/pa_http.C: idna_host added, related to issue #849
4178:
4179: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4180: (related to issue #849)
4181:
4182: 2015-04-24 moko
4183:
4184: * src/types/pa_vjunction.C: warning war
4185:
4186: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4187: unification
4188:
4189: * src/lib/punycode/pa_idna.c: warning war
4190:
4191: 2015-04-22 moko
4192:
4193: * src/main/main.vcproj: punycode include path added
4194:
4195: * src/lib/punycode/pa_idna.c: windows compile error fixed
4196:
4197: * src/lib/punycode/pa_idna.c: warning war
4198:
4199: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4200: project file added
4201:
4202: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4203:
4204: * src/include/pa_memory.h: warning war
4205:
4206: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4207: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4208: implemented (related to feature #849)
4209:
4210: * configure.in, src/main/Makefile.am,
4211: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4212: libpunycode added in Unix
4213:
4214: 2015-04-21 moko
4215:
4216: * configure.in: large files support
4217:
4218: 2015-04-15 moko
4219:
4220: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4221: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4222: pa_punycode.h: initial version for punycode/idna support library
4223: (ticket #849)
4224:
4225: 2015-04-08 moko
4226:
4227: * src/: classes/curl.C, classes/date.C, classes/file.C,
4228: classes/image.C, classes/mail.C, classes/reflection.C,
4229: classes/string.C, classes/xnode.C, include/pa_request.h,
4230: include/pa_string.h, include/pa_stylesheet_connection.h,
4231: main/compile.y, main/compile_tools.h, main/execute.C,
4232: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4233: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4234: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4235: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4236: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4237: clang compiler warnings (closes issue #1018)
4238:
4239: * src/include/pa_string.h: String::Body comparation operators with
4240: char * added (related to issue #958)
4241:
4242: 2015-04-07 moko
4243:
4244: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4245: pa_malloc/pa_free to remove system malloc/free usage (related to
4246: issue #1018)
4247:
4248: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4249: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4250: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4251: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4252: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4253: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4254: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4255: malloc/strdup/free replaced with pa_ version and checks for
4256: accidental use of non-pa_ version added (related to issue #1018)
4257:
4258: 2015-04-03 moko
4259:
4260: * buildall: pcre-8.33 -> pcre-8.36
4261:
4262: * src/: main/compile.y, classes/form.C, classes/mail.C,
4263: classes/op.C, classes/string.C, main/compile.tab.C,
4264: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4265: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4266: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4267: ticket #958)
4268:
4269: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4270: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4271: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4272: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4273: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4274: $request:headers, $request:method added (implements feature
4275: #1007)
4276:
4277: 2015-03-17 misha
4278:
4279: * tests/302.html: - test for
4280: ^json:string[...;$._default[method-name]]
4281:
4282: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4283: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4284: option $._default[method-name] is specified in ^json:string[], a
4285: method with specified name will be called for classes/objects
4286: serialization ( new feature: #982 )
4287:
4288: 2015-03-16 misha
4289:
4290: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4291: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4292: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4293: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4294: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4295: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4296: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4297: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4298: types/pa_vrequest.h, types/pa_vstateless_class.C,
4299: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4300: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4301: $var.CLASS_NAME now have special opcodes. This can be switched
4302: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4303: on pa_opcode.h ( new feature: #844 )
4304:
4305: 2015-03-15 misha
4306:
4307: * tests/075.html: - test for $response:header[]
4308:
4309: * src/types/pa_vresponse.C: - $response:header[] deletes header
4310: that was set earlie ( new feature: #1001 )
4311:
4312: 2015-03-12 misha
4313:
4314: * tests/246.html: - more tests for ^hash._at[]
4315:
4316: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4317: accepts second param [key|value|hash] ( new feature: #1012 )
4318:
4319: 2015-03-09 moko
4320:
4321: * src/types/pa_vmail.C: exception for everything but
4322: $mail:received, closes issue #1011
4323:
4324: 2015-02-20 moko
4325:
4326: * tests/: 275.html, results/275.processed: hex detection in
4327: pa_atoui fix test (closes issue #1010)
4328:
4329: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4330: issue #1010)
4331:
4332: 2015-02-17 moko
4333:
4334: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4335: tainted.
4336:
4337: 2015-02-03 misha
4338:
4339: * tests/301.html: - test for ^json:string($double) causes
4340: exception. bugfix: #1008
4341:
4342: * src/classes/json.C: - ^json:string($double) causes exception.
4343: bugfix: #1008
4344:
4345: * tests/014.html: - updated for work with ^hash.delete[]
4346:
4347: 2015-01-12 misha
4348:
4349: * src/: classes/form.C, include/pa_common.h,
4350: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4351: types/pa_vform.h: - supports body with PUT method as well ( new
4352: feature: #1006 )
4353:
4354: * src/classes/file.C: - warnings war
4355:
4356: 2015-01-11 misha
4357:
4358: * tests/300.html: - test for ^hash.delete[] is added
4359:
4360: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4361: feature: #989 ) - tiny optimization in intersects
4362:
4363: 2015-01-06 moko
4364:
4365: * src/types/pa_vmail.C: file names transcode added, to and cc added
4366: with transcode, attachments detection fixed
4367:
4368: * src/main/pa_request.C: filling mail received after cgi/auto.p
4369: load to allow charset switch (related to issue #996)
4370:
4371: 2014-12-31 moko
4372:
4373: * src/types/pa_vmail.C: from and subject now transcoded if not
4374: UTF-8 source charset (fixes issue 996)
4375:
4376: * src/main/pa_exception.C: fixed string from stack bug (closes
4377: issue #1000)
4378:
4379: 2014-12-11 misha
4380:
4381: * src/types/pa_vhashfile.C: - check if key is not empty before
4382: access ( bug fix: #1005 )
4383:
4384: 2014-11-13 misha
4385:
4386: * src/main/compile.y: - PC.append does not reset to false while
4387: creating a new class. bugfix: #990
4388:
4389: * tests/299.html: - test for creation class after working with
4390: partial class (create+append)
4391:
4392: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4393: #995
4394:
4395: * tests/232.html: - test for @get[def] added
4396:
4397: 2014-10-12 moko
4398:
4399: * src/lib/pcre/pcre_internal.vcproj: correct path
4400:
4401: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4402: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4403: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4404: targets/apache/ApacheModuleParser3.vcproj,
4405: targets/apache/ApacheModuleParser3Core.vcproj,
4406: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4407: types/types.vcproj: project GUID inserted in *.vcproj for correct
4408: conversion in newer VS versions
4409:
4410: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4411: pcre_internal.vcproj added
4412:
4413: 2014-08-28 moko
4414:
4415: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4416: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4417: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4418:
4419: 2014-06-30 misha
4420:
4421: * tests/298.html: - tests for ^reflection:def[class;className]
4422: added
4423:
4424: * src/classes/reflection.C: - ^reflection:def[class;className]
4425: added ( new feature: #918 )
4426:
4427: 2014-06-29 misha
4428:
4429: * src/classes/table.C: - ^table::create[unsupported data] -
4430: exception comment changed to "body must be table or code" ( bug
4431: fix: #951 )
4432:
4433: * tests/: 261.html, results/261.processed: - tests for
4434: ^json:string[...;$.void[null|string]] added
4435:
4436: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4437: option $.void[string|null] added to ^json:string[...] ( new
4438: feature: #952 )
4439:
4440: 2014-06-28 moko
4441:
4442: * src/classes/curl.C: $.charset now processed before other curl
4443: options (closes issue #980)
4444:
4445: 2014-05-23 misha
4446:
4447: * src/classes/json.C: - bug fix: #987
4448:
4449: 2014-05-04 misha
4450:
4451: * tests/: 253.html, 253_json.txt: - test for
4452: ^json:parse[$.int(false)] is added
4453:
4454: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4455: default true). The option is similar to $.double(bool) but for
4456: integers.
4457:
4458: 2014-05-01 moko
4459:
4460: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4461: #12 )
4462:
4463: 2014-04-16 moko
4464:
4465: * src/main/pa_http.C: response-charset option should finally work
4466: now (fix for issue #867)
4467:
4468: * src/main/pa_http.C: response-charset option should work now (fix
4469: for issue #867)
4470:
4471: 2014-03-07 moko
4472:
4473: * buildall: libgc moved
4474:
4475: * buildall: libgc moved
4476:
4477: 2013-12-29 moko
4478:
4479: * src/classes/string.C: ^string:js-unescape result now tainted,
4480: closes issue #966
4481:
4482: * tests/: 186.html, results/186.processed: ^string:js-unescape
4483: result now tainted, issue #966
4484:
4485: 2013-12-03 moko
4486:
4487: * src/: classes/memcached.C, types/pa_vmemcached.C,
4488: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4489: option was added for http://www.parser.ru/forum/?id=79343
4490:
4491: * src/classes/file.C: bugfix for
4492: http://www.parser.ru/forum/?id=79337
4493:
4494: 2013-11-05 moko
4495:
4496: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4497:
4498: * src/main/pa_globals.C: spelling fixed
4499:
4500: 2013-10-29 moko
4501:
4502: * src/lib/json/json.vcproj: json.c -> pa_json.C
4503:
4504: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4505: #892
4506:
4507: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4508: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4509: exceptions to be thrown thougth json library), related to issue
4510: #892
4511:
4512: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4513: related to issue #896
4514:
4515: 2013-10-24 moko
4516:
4517: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4518:
4519: 2013-10-23 moko
4520:
4521: * README: actualization
4522:
4523: 2013-10-22 moko
4524:
4525: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4526: compatibility patch from Sergey Kirpichev
4527:
4528: * tests/: 297.html, results/297.processed: non-working getter fix
4529: test for issue #948
4530:
4531: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4532: called when saving value of $match variable in ^string.match[] to
4533: increase compatibility (related to issue #948).
4534:
4535: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4536: usage optimization
4537:
4538: 2013-10-21 moko
4539:
4540: * tests/: 182.html, results/182.processed: local path removed for
4541: compatibility
4542:
4543: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4544: results/244.processed, results/253.processed,
4545: results/254.processed, results/275.processed,
4546: results/281.processed: try_catch -> try-catch
4547:
4548: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4549: results/294.processed, results/296.processed: try_catch ->
4550: try-catch
4551:
4552: 2013-10-20 moko
4553:
4554: * tests/: 296.html, results/296.processed: test for xsl exception
4555: for issue #938 added.
4556:
4557: * src/: include/pa_xml_exception.h,
4558: main/pa_stylesheet_connection.C: forgotten to be replaced
4559: XmlException is now replaced (once again closes issue #938)
4560:
4561: 2013-10-18 moko
4562:
4563: * buildall: disable clock_gettime detection to avoid librt linking
4564: (which in turn depends on libpthread), related to issue #943
4565:
4566: 2013-10-18 misha
4567:
4568: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4569: lib/smtp/smtp.vcproj, main/main.vcproj,
4570: targets/apache/ApacheModuleParser3Core.vcproj,
4571: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4572: types/types.vcproj: - new locations for libxml2 includes where
4573: added to vcproj files
4574:
4575: 2013-10-18 moko
4576:
4577: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4578: fix
4579:
4580: * tests/: 295.html, results/295.processed: test for issue #948
4581: updated
4582:
4583: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4584: :)
4585:
4586: * tests/: 295.html, results/295.processed: test for issue #948
4587: added
4588:
4589: * src/: classes/hash.C, classes/string.C, classes/table.C,
4590: include/pa_request.h, types/pa_method.h: for getters and setters
4591: to be executed request.put_element should be called, not
4592: context.put_element (fixes issue #948)
4593:
4594: 2013-10-17 moko
4595:
4596: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4597: LIBXML2_NEW_BUFFER check (closes issue #943)
4598:
4599: * buildall: libxml 2.9.1 build is broken --without-reader.
4600:
4601: 2013-10-16 moko
4602:
4603: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4604:
4605: * tests/: 294.html, results/294.processed: test for issue #938
4606:
4607: * src/: classes/xdoc.C, classes/xnode.C,
4608: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4609: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4610:
4611: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4612: libxslt-1.1.26 -> libxslt-1.1.28
4613:
4614: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4615: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4616: to '?', related to issue #938
4617:
4618: 2013-10-15 moko
4619:
4620: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4621: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4622: minor optimizations (closes issue #896)
4623:
4624: * tests/results/: 292.processed, 293.processed: results updated to
4625: comply with issue #896
4626:
4627: * tests/: 292.html, 293.html, results/292.processed,
4628: results/293.processed: tests for json escaping
4629:
4630: 2013-10-14 moko
4631:
4632: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4633: and cleanup, code moved from .h to .C, no changes in code
4634:
4635: 2013-10-12 moko
4636:
4637: * tests/results/119.processed: updated test result commited
4638:
4639: * tests/: 291.html, results/291.processed: test for issue #894
4640: added
4641:
4642: * src/types/pa_wcontext.h: base methods call support function
4643: get_somebody_entered_some_class should not be true forever, as
4644: wcontext can have many get_elements calls (fixes issue #894)
4645:
4646: 2013-10-11 moko
4647:
4648: * tests/: 290.html, results/290.processed: test for junction GPF
4649: issue #942 added
4650:
4651: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4652: to native method fixed (closes issue #942)
4653:
4654: * tests/: 158.html, results/158.processed: test for csv-string[]
4655: added
4656:
4657: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4658: feature #907)
4659:
4660: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4661: feature #907)
4662:
4663: 2013-10-09 moko
4664:
4665: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4666: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4667: types/pa_vstateless_class.C: GET_default, SET_default now works
4668: properly not only in objects, but in classes as well (closes
4669: issue #903)
4670:
4671: * tests/: 289.html, results/289.processed: GET/SET_default now
4672: works in classes, not only objects, test case added, related to
4673: issue #903
4674:
4675: * tests/: 288.html, results/288.processed: test for endless
4676: recursion bug added (related to issue #903)
4677:
4678: 2013-10-05 moko
4679:
4680: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4681: classes/table.C, main/execute.C, types/pa_method.h,
4682: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4683: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4684: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4685: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4686: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4687: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4688: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4689: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4690: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4691: optimization: put_element no longer has "bool areplace" argument,
4692: related to issue #903
4693:
4694: 2013-10-03 moko
4695:
4696: * tests/results/182.processed: result for $.replace(false) test
4697: commited
4698:
4699: * src/classes/date.C: ^date::create(number) processed correctly
4700: (fixes issue #901)
4701:
4702: * src/classes/image.C: as_no_junction removed, as param can be
4703: expression (closes issue #931)
4704:
4705: * tests/233.html: test for issue #931 added
4706:
4707: 2013-10-02 moko
4708:
4709: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4710: modified, test for $.replace(false) added
4711:
4712: * src/main/compile_tools.h: forgotten class replace returned. :)
4713:
4714: 2013-09-30 moko
4715:
4716: * tests/: 141.html, results/141.processed: md5 tainting test added
4717:
4718: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4719: main/compile_tools.h, main/pa_request.C: allow_class_replace
4720: implemented; $.replace option added to ^process and ^use
4721:
4722: 2013-08-27 moko
4723:
4724: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4725: cstr_to_string_body_untaint should be called with charsets for
4726: possible uri language and connection for possible sql language.
4727: related to issue #857
4728:
4729: * buildall: and -> or fixed
4730:
4731: 2013-08-26 moko
4732:
4733: * buildall: prepare_ functions logic changed to support
4734: gc-7.2d.tar.gz extracting to gc-7.2 directory
4735:
4736: 2013-08-23 moko
4737:
4738: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4739: statically
4740:
4741: 2013-08-22 moko
4742:
4743: * src/classes/string.C: String::Empty used (related to issue #912)
4744: append_know_length removed (related to old GPF bug)
4745:
4746: 2013-08-21 moko
4747:
4748: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4749:
4750: * src/classes/math.C: ^math:digest[...;$file] support added
4751: (related to ticket #857
4752:
4753: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4754: implemented
4755:
4756: * src/types/pa_vhashfile.h: warning war
4757:
4758: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4759: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4760: anti_endless_json_string_recoursion removed from request;
4761: json_string_recoursion added to json_options; $.indent[indent
4762: value] now supported and passed within recoursion closes feature
4763: #937
4764:
4765: * tests/: 287.html, results/287.processed: test for feature #937
4766:
4767: 2013-07-31 moko
4768:
4769: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4770: compilation having #define _S
4771:
4772: * src/main/pa_globals.C: cleanup
4773:
4774: 2013-07-30 moko
4775:
4776: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4777: main/pa_common.C: vs2003 warning war
4778:
4779: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4780:
4781: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4782:
4783: * src/lib/md5/pa_sha2.c: warning war
4784:
4785: 2013-07-29 moko
4786:
4787: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4788: patches from github
4789:
4790: * src/: classes/bool.C, classes/double.C, classes/int.C,
4791: classes/memcached.C, include/pa_config_includes.h,
4792: types/pa_vfile.C, types/pa_vfile.h: warning war
4793:
4794: * src/lib/json/json.vcproj: C++ -> C
4795:
4796: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4797:
4798: * src/lib/json/: json.c, pa_json.C: windows compatibility
4799:
4800: * src/lib/json/: json.c, pa_json.C: windows compatibility
4801:
4802: * src/lib/json/: json.c, pa_json.C: warning war
4803:
4804: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4805:
4806: * src/include/pa_config_fixed.h: uint16_t added
4807:
4808: * configure.in: uint16_t check added
4809:
4810: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4811: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4812: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4813: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4814: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4815:
4816: 2013-07-25 moko
4817:
4818: * parser3.sln: dependencies added
4819:
4820: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4821: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4822: module support
4823:
4824: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4825:
4826: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4827:
4828: 2013-07-23 moko
4829:
4830: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4831: PA_DEBUG_GC_MEMORY removed
4832:
4833: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4834: PA_DEBUG_DISABLE_GC compilation fix
4835:
4836: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4837: main/pa_request.C: outdated RESOURCES_DEBUG removed
4838:
4839: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4840: garbage cleanup
4841:
4842: * src/main/pa_common.C: warning war
4843:
4844: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4845:
4846: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4847: minor cleanup
4848:
4849: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4850: uses cygwin, not WIN32 implementation
4851:
4852: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4853: able to exec shell scripts
4854:
4855: * src/classes/math.C: ifdef WIN32 cleanup
4856:
4857: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4858:
4859: * src/classes/curl.C: LT_MODULE_EXT used
4860:
4861: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4862:
4863: 2013-07-22 moko
4864:
4865: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4866: includes fix
4867:
4868: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4869:
4870: * configure.in, src/include/pa_config_includes.h,
4871: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4872: src/main/pa_exec.C: includes cleanup
4873:
4874: * src/targets/cgi/parser3.C: 2012->2013
4875:
4876: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4877:
4878: * configure.in, src/include/pa_config_includes.h,
4879: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4880: src/main/pa_random.C, src/main/pa_socks.C,
4881: src/types/pa_vstatus.C: cygwin support cleanup
4882:
4883: * configure.in: dirent.h check added
4884:
4885: * src/: include/pa_config_includes.h, include/pa_dir.h,
4886: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4887: not copied
4888:
4889: 2013-07-21 moko
4890:
4891: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4892:
4893: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4894: parser3.vcproj: unused getopt.h / getopt.c removed
4895:
4896: * operators.txt, src/classes/file.C, tests/022.html,
4897: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4898: $.stat(true)] usage commented
4899:
4900: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4901: src/main/pa_dir.C: ^file:list[] now has dir column and when
4902: $.stat(true) it has size/*date columns modified patch from misha@
4903: that closes issue #914.
4904:
4905: * src/: include/pa_config_includes.h, main/pa_globals.C:
4906: PA_RELEASE_ASSERTS removed
4907:
4908: * src/lib/md5/pa_md5c.c: minor cleanup
4909:
4910: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4911: localeconv()->decimal_point usage remoed (related to issue #934)
4912:
4913: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4914: cordprnt.c removed
4915:
4916: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4917: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4918: pa-include/pa_strings.h: includes cleanup
4919:
4920: * src/lib/md5/pa_md5c.c: headers cleanup
4921:
4922: 2013-07-20 moko
4923:
4924: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4925: cleanup
4926:
4927: 2013-07-19 moko
4928:
4929: * src/classes/math.C: extern "C" added for crypt
4930:
4931: 2013-07-18 moko
4932:
4933: * src/classes/math.C: fix redhat7.2 build
4934:
4935: 2013-07-17 moko
4936:
4937: * configure.in, src/include/pa_config_includes.h,
4938: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4939: added for uint8/32/64_t)
4940:
4941: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4942: pa_config_includes.h used for uint32/64_t
4943:
4944: 2013-07-16 moko
4945:
4946: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4947: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4948: war
4949:
4950: * src/main/compile.tab.C: compile.y was updated
4951:
4952: * src/main/compile.y: warning war
4953:
4954: * src/: include/pa_exception.h, main/pa_exception.C,
4955: main/pa_xml_exception.C: warning war
4956:
4957: * src/: include/pa_common.h, main/pa_common.C: warning war
4958:
4959: * configure.in: beauty :)
4960:
4961: * tests/: 141.html, results/141.processed: sha256/512 added
4962:
4963: 2013-07-13 moko
4964:
4965: * src/lib/md5/md5.vcproj: sha2 added
4966:
4967: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4968: classes/math.C: sha2 support (sha256/sha512 digest)
4969:
4970: 2013-07-08 moko
4971:
4972: * src/classes/image.C: directory read or other read problem message
4973: fixed (related to issue #933)
4974:
4975: 2013-07-07 moko
4976:
4977: * AUTHORS: + misha + moko. :)
4978:
4979: 2013-07-06 moko
4980:
4981: * src/: classes/curl.C, include/pa_globals.h,
4982: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4983: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4984: for lt_dlinit to be called once and lt_dlexit called at right
4985: place (related to issue #925)
4986:
4987: 2013-07-04 moko
4988:
4989: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4990: VString::as_vfile now uses vfile.set_binary_string to avoid
4991: content-type to be set, as it brokes badly designed logic in
4992: response output. This hopefully finishes issue #928.
4993:
4994: * tests/results/: 256.processed, 286.processed: file now displayed
4995: as name, size, mode, content-type
4996:
4997: * src/main/pa_common.C: read error now reported cottectly (fixes
4998: issue #933
4999:
5000: 2013-06-28 moko
5001:
5002: * tests/: 286.html, results/286.processed: test extended
5003:
5004: * tests/: 286.html, results/286.processed: Test for issue #928
5005: added. it tests default content-type change.
5006:
5007: * src/types/pa_vfile.C: closes issue #928 - default content-type
5008: now updated
5009:
5010: 2013-06-25 moko
5011:
5012: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5013: content-type for text/binary files without name added;
5014: ^file::create[$f;...] options now works properly and $f
5015: properties are default (fixes issue #928)
5016:
5017: 2013-05-16 misha
5018:
5019: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5020: added
5021:
5022: * src/main/pa_table.C: - a tiny memory optimisation while creating
5023: table if specified limit is bigger than source rows count
5024:
5025: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5026: added ( new feature: #858 )
5027:
5028: 2013-04-29 moko
5029:
5030: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5031: $.ipresolve(0|1|2) added (closes issue #891)
5032:
5033: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5034:
5035: 2013-04-24 moko
5036:
5037: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5038: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5039: types/pa_vmemcached.h: ^memcache.release[] added, calls
5040: memcached_quit (refs #893)
5041:
5042: 2013-04-22 moko
5043:
5044: * src/: include/pa_string.h, main/pa_common.C: no more double
5045: slashes in file path (fixes bug #872)
5046:
5047: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5048: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5049: #739)
5050:
5051: * tests/results/266.processed: $.max_params added (feature #915)
5052:
5053: * src/: include/pa_common.h, main/pa_http.C: response-charset
5054: option added to file::load (closes issue #867)
5055:
5056: 2013-04-20 misha
5057:
5058: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5059: commited
5060:
5061: 2013-03-15 misha
5062:
5063: * src/classes/: hash.C, table.C: - Optimisation: do not create
5064: multiple empty strings while ::sql. uae String::Empty instead
5065:
5066: 2013-03-14 misha
5067:
5068: * src/classes/reflection.C: - for user classes
5069: ^reflection:method_info[] returns $.max_params and $.extra_param
5070: with $.call_type if they available ( new feature: #915 )
5071:
5072: * src/classes/file.C: - ^file:delete[] now supports an option
5073: $.exception(false) that suppress any exception while deleting
5074: file ( new feature: #916 )
5075:
5076: * src/classes/curl.C: - parsing cookies after curl:load now should
5077: work :)
5078:
5079: 2013-03-12 misha
5080:
5081: * src/types/pa_vfile.C: - if specified file_name is empty string
5082: set default name for the file
5083:
5084: 2013-03-11 misha
5085:
5086: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5087: also available in $f.cookies
5088:
5089: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5090: moved to a separate method
5091:
5092: 2013-03-10 moko
5093:
5094: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5095: added
5096:
5097: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5098: removed (declared by autoconf)
5099:
5100: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5101: uint32_t define
5102:
5103: 2013-03-10 misha
5104:
5105: * src/classes/file.C: ^file:delete and ^file:move now support
5106: option $.keep-empty-dirs(true) ( new feature: #884 )
5107:
5108: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5109: empty dirs is added
5110:
5111: 2013-03-10 moko
5112:
5113: * src/classes/: bool.C, double.C, int.C: default can be present,
5114: but default check removed from ^int/double/bool.int/double/bool
5115: for string.int/double/bool compatibility (related to issue #913)
5116:
5117: * src/classes/string.C: ^string.int/dobule/bool no longer
5118: internally throws exception if default is present (closes issue
5119: #913)
5120:
5121: 2013-03-09 misha
5122:
5123: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5124: optimisations ( #845 )
5125:
5126: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5127:
5128: 2013-03-08 moko
5129:
5130: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5131: creates correct table (fixes issue #910)
5132:
5133: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5134: use outside of 'connect' operator (fixes issue #911)
5135:
5136: * tests/results/: 096.processed, 122.processed: test results
5137: updated as doubles now printed with 15 significant digits, not 5
5138: (fixes issue #882)
5139:
5140: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5141: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5142:
5143: 2013-02-21 moko
5144:
5145: * src/classes/table.C: _locate_name_value does not check arguments
5146: count, so we check it in advance (fixes issue #905)
5147:
5148: 2012-10-23 moko
5149:
5150: * buildall: old shell for and echo compatibility (for six)
5151:
5152: 2012-10-19 moko
5153:
5154: * buildall: --strip added --disable-safe-mode listed in usage
5155:
5156: 2012-10-17 misha
5157:
5158: * src/classes/op.C: - apply-taint should not throw "outside
5159: connect" exception with sql lang now
5160:
5161: 2012-10-17 moko
5162:
5163: * src/main/pa_request.C: bugfix: safe mode should be inited for
5164: each request (for apache module)
5165:
5166: 2012-09-26 moko
5167:
5168: * src/doc/doxygen.cfg: png -> svg
5169:
5170: 2012-09-25 moko
5171:
5172: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5173: test added
5174:
5175: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5176: double use when key is long
5177:
5178: 2012-09-16 moko
5179:
5180: * src/classes/math.C: Format -> Method Encode -> Format
5181:
5182: * tests/: 141.html, results/141.processed: math:digest hmac test
5183: added
5184:
5185: 2012-09-14 moko
5186:
5187: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5188: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5189: implementation added
5190:
5191: 2012-09-12 moko
5192:
5193: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5194: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5195: targets.dox and string.dox slightly actualized
5196:
5197: 2012-08-31 moko
5198:
5199: * ChangeLog: now generated with patched cvs2cl.pl
5200:
5201: 2012-07-29 moko
5202:
5203: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5204: result should be pushed after VMethodFrame destructor is called,
5205: as it deletes junctions from stack params (fixes issue #868)
5206:
5207: 2012-07-23 moko
5208:
5209: * INSTALL, README: buildall script usage documented, other outdated
5210: info updated.
5211:
5212: * buildall-with-xml, buildall-without-xml: replaced by buildall
5213:
5214: 2012-07-21 moko
5215:
5216: * buildall: glib does not compile when threads are disabled...
5217:
5218: * src/types/pa_vmail.C: g_assertion fixes for empty input
5219:
5220: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5221: unref, can't unref nested objects)
5222:
5223: * src/types/pa_vmail.C: another check added
5224:
5225: 2012-07-19 moko
5226:
5227: * buildall: usage added
5228:
5229: * buildall: new buildall script that unites buildall-with-xml,
5230: buildall-without-xml, --with-apache and --with-mailreceive
5231:
5232: * configure.in: support for static gmime and dynamic glib linking.
5233: fixes for FreeBSD
5234:
5235: 2012-07-17 moko
5236:
5237: * configure.in: --with-mailreceive replaced
5238: --with-static-mailreceive and --with-shared-mailreceive pathlink
5239: removed
5240:
5241: 2012-07-16 moko
5242:
5243: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5244: capitalized, content now decoded and text content converted to
5245: $request:charset. all properties are accessed by functions, this
5246: ready for dynamic load.
5247:
5248: 2012-06-28 moko
5249:
1.116 moko 5250: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5251: 32 bit
1.95 moko 5252:
5253: 2012-06-27 moko
5254:
5255: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5256: passive ftp
5257:
5258: * src/lib/ltdl/ltdl.vcproj: release build fixed
5259:
5260: * configure.in: 3.4.2 RC -> 3.4.2
5261:
5262: 2012-06-22 moko
5263:
5264: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5265: #815)
5266:
5267: * tests/: 284.html, results/284.processed: output options test
5268: (feature #265)
5269:
5270: 2012-06-22 misha
5271:
5272: * tests/215.html: - little changes
5273:
5274: 2012-06-21 moko
5275:
5276: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5277: types/pa_vxdoc.h: output_options returned and used (bugfix for
5278: feature #265)
5279:
5280: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5281: breaks long .*, default 10M restored. (issue #216)
5282:
5283: * tests/: 283.html, results/283.processed: test for issue #815
5284: added
5285:
5286: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5287: again, cstrm not required.
5288:
5289: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5290: Win32 and broken FreeBSD (issue #45)
5291:
5292: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5293:
5294: * src/main/pa_string.C: warnings war
5295:
5296: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5297: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5298: main/pa_socks.C, targets/apache/pa_threads.C,
5299: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5300: types/pa_vstatus.C: compilation under cygwin fixed
5301:
5302: 2012-06-19 moko
5303:
5304: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5305: Windows fixed
5306:
5307: * parser3.sln: removed antique pcre_ctype
5308:
5309: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5310:
5311: * src/include/pa_config_fixed.h: undefined reference to
5312: __imp__pcre_* fix for Windows
5313:
5314: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5315: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5316: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5317: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5318: define fixed
1.95 moko 5319:
5320: 2012-06-18 moko
5321:
5322: * src/classes/memcached.C: flush -> clear
5323:
5324: * src/classes/memcached.C: memcached does not support quotes even
5325: in server name
5326:
5327: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5328: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5329: called on open to check servers existance. $.key(true) syntax
5330: now supported
5331:
5332: 2012-06-17 moko
5333:
5334: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5335: cleanup
5336:
5337: * src/classes/table.C, tests/282.cfg, tests/282.html,
5338: tests/results/282.processed: encloser at the EOF bug fixed,
5339: incorrectly enclosed data now processed more logicaly (fixes
5340: #339)
5341:
5342: 2012-06-15 moko
5343:
5344: * buildall-without-xml: sync with buildall-with-xml
5345:
5346: * buildall-with-xml: download auto-detected between fetch and curl
5347:
5348: * configure.in: --with-gc and --with-pcre now also processed
5349: correctly
5350:
1.116 moko 5351: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5352: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5353: should be run on rol1 using automake / aclocal (GNU automake)
5354: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5355:
5356: * configure.in: new PARSER_VERSION logic
5357:
5358: * src/include/pa_version.h: new pa_version.h logic
5359:
5360: * src/: classes/curl.C, classes/file.C, classes/image.C,
5361: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5362: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5363: feols_normalized -> fis_text_content set_binary added
5364:
5365: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5366:
5367: 2012-06-15 misha
5368:
5369: * src/: classes/curl.C, classes/file.C, classes/image.C,
5370: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5371: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5372: ^file::create[text;content] EOLs in content now is normalized. (
5373: new feature: #815 )
5374:
5375: 2012-06-15 moko
5376:
5377: * configure.in: --disable-version-update added to disable version
5378: update with host information (for debian package) whitespace
5379: optimized
5380:
5381: * configure.in: version changed to 3.4.2 RC no-pic added for
5382: libtool
5383:
5384: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5385: it.
5386:
5387: 2012-06-14 moko
5388:
5389: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5390: tests/results/281.processed: "hash flocked" error removed for
5391: safe operations like ^h._count[] ( new feature: #335 )
5392:
1.116 moko 5393: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5394:
5395: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5396:
5397: * configure.in: --with-static/shared xml replaced with --with-xml,
5398: xml compilation check added
5399:
5400: * configure.in: --with-static/shared-gc, --with-static-pcre are
5401: replaced with --with-gc and --with-pcre test for pcre linking
5402: added
5403:
5404: 2012-06-13 moko
5405:
5406: * configure.in: apxs2 check optimized
5407:
5408: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5409: .la, includes optimized
5410:
5411: * buildall-with-xml: --with-pic looks better for -fPIC
5412:
5413: * configure.in: switched to convenience library in static linking
5414:
5415: * src/targets/apache/Makefile.am: switched to convenience library
5416: usage to avoid libtool warnings
5417:
5418: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5419: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5420: smtp/Makefile.am: switched to convenience library usage
5421:
5422: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5423:
5424: * src/targets/apache/Makefile.am: updated for libtool usage
5425:
5426: * buildall-without-xml: --with-included-ltdl added
5427:
5428: * buildall-without-xml: sync with buildall-with-xml
5429:
5430: * buildall-with-xml: --with-included-ltdl added $cflags added for
5431: -fPIC for x64 $download added for wget success check added
5432:
5433: * buildall-without-xml: --with-dynamic-stdcpp removed
5434:
5435: * configure.in: disable-static returned
5436:
5437: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5438: LIBTOOLFLAGS
5439:
5440: 2012-06-12 moko
5441:
5442: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5443: compatible with LIBTOOLFLAGS for unknown reasons
5444:
5445: * buildall-with-xml: --with-dynamic-stdcpp removed
5446:
5447: * configure.in: static/dynamic -lstdc++ linking option removed
5448: apxs2 check added
5449:
5450: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5451: option removed
5452:
5453: 2012-06-10 moko
5454:
5455: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5456: added
5457:
5458: * src/targets/cgi/pp3.cmd: old PAF stuff
5459:
1.116 moko 5460: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5461: beauty
1.95 moko 5462:
5463: * depcomp: from libtool 2.4.2
5464:
5465: * configure.in: ltdl directory removed, it has correct Makefile.in
5466:
5467: 2012-06-09 moko
5468:
1.116 moko 5469: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5470: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5471: autogenerated files updated after libtool update
5472:
1.116 moko 5473: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5474: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5475: config_auto.h.in, config_fixed.h, configure, configure.ac,
5476: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5477: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5478: config/compile, config/config.guess, config/config.sub,
5479: config/depcomp, config/install-sh, config/ltmain.sh,
5480: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5481: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5482: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5483: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5484: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5485: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5486: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5487: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5488:
5489: * configure.in: preparation for new libtool
5490:
5491: * configure.in: Some beauty added :)
5492:
5493: * src/targets/apache/Makefile.am: := -> =
5494:
5495: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5496: again. :)
5497:
5498: * src/include/pa_config_includes.h, configure.in: limits.h added,
5499: previously was taken from pcre_internal.h. :)
5500:
5501: * src/lib/pcre/Makefile.am: config.h returned
5502:
5503: * src/lib/pcre/config.h: still need this. :)
5504:
5505: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5506:
5507: * configure.in: --with-charsets removed; --with-mysql-client & co
5508: removed
5509:
5510: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5511: now in parser tree, no need to copy
5512:
5513: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5514: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5515: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5516: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5517: extracts now used old trash removed
5518:
5519: * etc/parser3.charsets/Makefile.am: charsets now in share
5520: (debian/patches/104_automake.patch) + all charsets are copied
5521:
5522: * buildall-with-xml, buildall-without-xml: curl option removed +
5523: extra arguments now supported
5524:
5525: 2012-06-08 misha
5526:
5527: * src/classes/table.C: - one params.as_hash usage was rolled back:
5528: the 2nd option in ^table.hash[] could be hash or table so
5529: .as_hash will throw an exception when table option is specified
5530:
5531: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5532: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5533: classes/table.C, classes/void.C, classes/xdoc.C,
5534: include/pa_exception.h, types/pa_vmethod_frame.C,
5535: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5536: and improved (whitespaces are allowed as empty options) -
5537: MethodParams::as_table is added - above methods are used for
5538: parsing methods' options ( new feature: #9 )
5539:
5540: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5541: to vclass. now class fields can be accessible as a hash:
5542: $h[^hash::create[$asd:CLASS]]
5543:
5544: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5545: have get_fields method so their fields can be accessed with
5546: ^reflection:fields[...] & ^reflection:field[...]
5547:
5548: 2012-06-06 misha
5549:
5550: * tests/280.html: - tests for
5551: ^reflection:method[obj-or-class;method],
5552: ^reflection:field[obj-or-class;field] and
5553: ^reflection:fields[obj-or-class] are added
5554:
5555: 2012-06-05 misha
5556:
5557: * src/classes/reflection.C: - ^reflection:method[class or
5558: object;method name] and ^reflection:field[class or object;field
5559: name] are added
5560:
5561: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5562: is used
5563:
5564: * src/types/pa_method.h: - Method::as_vjunction method is added
5565:
5566: 2012-06-05 moko
5567:
1.116 moko 5568: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5569:
5570: * src/classes/memcached.C: flish ttl fixed
5571:
5572: 2012-06-04 moko
5573:
5574: * src/classes/json.C, src/classes/op.C, tests/279.html,
5575: tests/results/279.processed: ^json:parse[] now supports $.taint
5576: option (new feature #833)
5577:
5578: 2012-06-04 misha
5579:
5580: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5581: - search_stop method was moved from pa_vcookie.C to pa_common.C
5582:
5583: 2012-06-03 misha
5584:
5585: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5586: cookies are parced and stored into $.cookies ( new feature: #31 )
5587:
5588: 2012-05-30 misha
5589:
5590: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5591: incomplete class into a scope while @USE is found
5592:
5593: * src/main/compile.y: - add incomplete class into a scope while
5594: @USE and @CLASS instructions are found ( bugfix: #838 )
5595:
5596: 2012-05-30 moko
5597:
5598: * src/types/pa_vclass.C, tests/278.html,
5599: tests/results/278.processed: removed "property has no getter
5600: method" exception when GET_DEFAULT present (fixes #269)
5601:
5602: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5603: $._default
5604:
5605: 2012-05-29 moko
5606:
5607: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5608: uninitialized values usage (new feature: #154)
5609:
5610: 2012-05-28 moko
5611:
5612: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5613: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5614: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5615: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5616: src/types/pa_vobject.C, src/types/pa_vobject.h,
5617: src/types/pa_vstring.h, src/types/pa_vtable.C,
5618: tests/results/277.processed, src/types/pa_vtable.h,
5619: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5620: ^json:string[$o; $.default[$method]] implemented for VObject (new
5621: feature #803)
5622:
5623: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5624: tests/results/277.processed: json numbers are now treated as
5625: double ( new feature: #834 )
5626:
5627: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5628: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5629: added for out of range checks, zero division in vint/vdouble
5630: check added ( fixes #832 )
5631:
5632: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5633: ( fixes #832 )
5634:
5635: 2012-05-28 misha
5636:
5637: * buildall-with-xml: - --without-lzma option is added to libxml2
5638: configure
5639:
5640: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5641: added - tests for unsupported values for options $.file, $.table
5642: and $.date are added
5643:
5644: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5645: accepts "stat" $.file[] option's value in addition to existed
5646: "text" and "base64" ( new feature: #835 )
5647:
5648: * tests/276.html: - test for
5649: ^reflection:delete[$object-or-class;field-name]
5650:
5651: * src/classes/reflection.C: -
5652: ^reflection:delete[$object-or-class;field-name] is added ( new
5653: feature: #268 )
5654:
5655: 2012-05-27 misha
5656:
5657: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5658:
5659: 2012-05-24 misha
5660:
5661: * src/include/pa_common.h: - method lastposafter was removed
5662:
5663: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5664: lastposafter - ^file:dirname[] & Co proper handle windows file
5665: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5666: work as *nix commands
5667:
5668: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5669:
5670: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5671: rskipchars were added
5672:
5673: * tests/270.html: - more tests for ^file:find[]
5674:
5675: * tests/065.html: - more tests for ^file:dirname[] & Co
5676:
5677: * src/include/pa_version.h: - must be "win32" here. it is
5678: auto-generated on *nix
5679:
5680: 2012-05-24 moko
5681:
5682: * src/classes/math.C: ^math:convert[] now supports uint32 and
5683: throws overflow exception ( new feature: #830 )
5684:
5685: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5686: uint32 support and overflow added ( new feature: #830 )
5687:
5688: 2012-05-23 moko
5689:
5690: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5691: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5692: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5693: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5694: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5695: types/pa_vregex.h, types/pa_vstateless_class.C,
5696: types/pa_vstateless_class.h, types/pa_vstring.h,
5697: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5698: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5699: "return string as-is" removed from as_expr_result. ( new feature:
5700: #831 )
5701:
5702: * tests/results/244.processed: test changed after bug #782 fix
5703: commited
5704:
5705: * tests/results/229.processed: test results for bug #782 commited
5706:
5707: * tests/: 254.html, results/254.processed: uid now just compared,
5708: not printed. :)
5709:
5710: 2012-05-20 moko
5711:
5712: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5713: feature: #341 )
5714:
5715: * tests/: 254.html, results/254.processed: test for
5716: ^reflection:uid[] added
5717:
5718: * tests/: 254.html, results/254.processed: test for
5719: ^reflection:uid[$obj] added
5720:
5721: 2012-05-17 misha
5722:
5723: * src/main/untaint.C: - do not replace ' char by _26 while
5724: exploding filespec-tainting ( new feature: #829 )
5725:
5726: 2012-05-12 moko
5727:
5728: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5729: not.
5730:
5731: 2012-05-08 moko
5732:
5733: * src/types/pa_vmethod_frame.h: bug #782 fixed
5734:
5735: * tests/229.html: test for bug #782
5736:
5737: * tests/results/259.processed, src/main/pa_request.C,
5738: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5739: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5740: src/types/pa_vvoid.h: feature #154 - first empty param now
5741: string; defined locals are empty strings; $STRICT-VARS(true)
5742: added
5743:
5744: 2012-04-27 moko
5745:
1.116 moko 5746: * src/targets/apache/Makefile.am:
1.95 moko 5747: ../../lib/memcached/libmemcached.a added
5748:
5749: 2012-04-27 misha
5750:
5751: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5752: ( #827 )
5753:
5754: 2012-04-25 moko
5755:
5756: * src/: classes/json.C, classes/memcached.C,
5757: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5758: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5759: implemented.
5760:
5761: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5762:
5763: 2012-04-23 moko
5764:
5765: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5766: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5767: types/pa_vmemcached.h: open allows options hash for new
5768: memcached(options) function
5769:
5770: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5771: not appended
5772:
5773: 2012-04-21 moko
5774:
5775: * src/classes/curl.C: '' added. :)
5776:
5777: * src/classes/classes.vcproj: new curl.h location
5778:
5779: * src/classes/curl.C: verbose output redirection from stderr to
5780: file curl option added
5781:
5782: 2012-04-20 moko
5783:
5784: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5785: contains what we need from curl, #ifdef HAVE_CURL removed
5786:
1.116 moko 5787: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5788: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5789: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5790: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5791: configure option
5792:
5793: 2012-04-19 moko
5794:
5795: * src/: classes/double.C, classes/inet.C, classes/int.C,
5796: classes/string.C, lib/gc/include/gc_allocator.h,
5797: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5798: options from sql_result_string removed. (closes issue #468)
5799:
5800: * src/types/pa_vmemcached.C: empty string fix
5801:
5802: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5803: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5804: pa_vmemcached.C
5805:
5806: 2012-04-18 moko
5807:
5808: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5809: apache2-mpm-prefork" error displayed in threaded mpm.
5810:
5811: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5812: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5813: installed (issue #354)
5814:
5815: 2012-04-16 moko
5816:
5817: * src/types/pa_vmemcached.C: call to memcached_result_create and
5818: memcached_result_free removed
5819:
5820: 2012-04-14 moko
5821:
5822: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5823:
5824: * src/types/pa_vmemcached.C: check_key added and used
5825:
5826: 2012-04-13 moko
5827:
5828: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5829: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5830: Serialization_data now added and used, VString now serialized
5831: with languages into memcached.
5832:
5833: 2012-03-28 moko
5834:
5835: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5836: lib/memcached/pa_memcached.h: result lengths added
5837:
5838: 2012-03-27 moko
5839:
5840: * src/types/pa_vmemcached.C: strdup added
5841:
5842: 2012-03-24 moko
5843:
5844: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5845: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5846: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5847:
5848: 2012-03-20 moko
5849:
1.116 moko 5850: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5851:
5852: * src/targets/cgi/Makefile.am: cleanup
5853:
5854: * src/: types/Makefile.am, types/pa_vmemcached.C,
5855: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5856:
5857: * src/: classes/Makefile.am, classes/memcached.C,
5858: lib/memcached/Makefile.am, lib/memcached/constants.h,
5859: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5860: lib/memcached/types.h, lib/Makefile.am: memcached initial
5861:
5862: 2012-03-16 moko
5863:
5864: * src/main/execute.C: ident now works under Linux + ident displays
5865: filenames (closes issue #818)
5866:
1.116 moko 5867: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5868: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5869: pa_vmethod_frame_local.h removed
5870:
5871: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5872: classes/classes.h, classes/curl.C, classes/date.C,
5873: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5874: classes/hashfile.C, classes/image.C, classes/inet.C,
5875: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5876: classes/memory.C, classes/op.C, classes/reflection.C,
5877: classes/regex.C, classes/response.C, classes/string.C,
5878: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5879: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5880: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5881: include/pa_config_fixed.h, include/pa_config_includes.h,
5882: include/pa_dictionary.h, include/pa_dir.h,
5883: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5884: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5885: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5886: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5887: include/pa_request_charsets.h, include/pa_request_info.h,
5888: include/pa_sapi.h, include/pa_socks.h,
5889: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5890: include/pa_stack.h, include/pa_string.h,
5891: include/pa_stylesheet_connection.h,
5892: include/pa_stylesheet_manager.h, include/pa_table.h,
5893: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5894: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5895: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5896: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5897: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5898: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5899: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5900: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5901: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5902: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5903: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5904: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5905: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5906: main/pa_string.C, main/pa_stylesheet_connection.C,
5907: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5908: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5909: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5910: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5911: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5912: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5913: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5914: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5915: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5916: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5917: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5918: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5919: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5920: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5921: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5922: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5923: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5924: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5925: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5926: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5927: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5928: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5929: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5930: types/pa_vresponse.h, types/pa_vstateless_class.C,
5931: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5932: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5933: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5934: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5935: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5936: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5937: ident now works under Linux + ident displays filenames (closes
5938: issue #818) Copyright updated
5939:
5940: 2012-03-13 moko
5941:
5942: * src/main/pa_string.C: compilation fix for feature #741
5943:
5944: 2012-03-09 misha
5945:
5946: * tests/193.html: - tests for ^string:base64[encoded] are updated
5947:
5948: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5949: now detects invalid base64 chars in the middle of encoded stricg
5950: ( new feature: #55 )
5951:
5952: * src/include/pa_exception.h: - new exception type for base64
5953: decoding is added
5954:
5955: 2012-03-06 misha
5956:
5957: * tests/274.html: - tests for ^date::today[] and
5958: ^date.sql-string[datetime|date|time] are added
5959:
5960: * src/classes/date.C: - constructor ^date::today[] is added ( new
5961: feature: #811 ) - ^date.sql-string[] now can accept one param --
5962: strings "datetime", "date" or "time" - comments tidying up
5963:
5964: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5965: date and time
5966:
5967: 2012-03-03 misha
5968:
5969: * tests/193.html: - tests for
5970: ^string:base64[encoded;$.strict(true)] are added
5971:
5972: * tests/results/auto.p: - try-catch operator is added
5973:
5974: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5975: main/pa_common.C: - $.strict(true|false) option is added to
5976: base64 decode methods ( new feature: #55 )
5977:
5978: * src/main/pa_common.C: - base64 decode memory usage was decreased
5979: ( new feature: #819 )
5980:
5981: 2012-02-28 moko
5982:
5983: * src/classes/hash.C: ident test
5984:
5985: 2012-02-27 misha
5986:
5987: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5988:
5989: 2012-01-08 misha
5990:
5991: * tests/273.html: - tests for ^string.replace[from;to] are added
5992:
5993: * src/: classes/string.C, include/pa_dictionary.h,
5994: main/pa_dictionary.C, main/pa_string.C: -
5995: ^string.replace[from;to] is added ( new feature: #741 ) -
5996: ^string.replace[one subst here] is slightly optimized
5997:
5998: 2011-12-07 misha
5999:
6000: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6001: named table with one empty column ( bugfix: #63 )
6002:
6003: 2011-11-30 misha
6004:
6005: * src/classes/json.C: - it's possible to set user's method for
6006: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6007: #763 )
6008:
6009: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6010:
6011: 2011-11-23 misha
6012:
6013: * src/: classes/curl.C, classes/file.C, classes/image.C,
6014: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6015: types/pa_vfile.h, types/pa_vform.C: - constructor
6016: ^file::create[mode;filename;content[;options]] now accepts binary
6017: mode and file-content - new constructor's format:
6018: ^file::create[string-or-file-content[;$.name[filename]
6019: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6020: feature: #65 )
6021:
6022: * src/: include/pa_request.h, main/pa_request.C: - new method
6023: mime_type_of(const String*) is added
6024:
6025: * src/include/pa_exception.h: - new exception constant
6026: FILE_NAME_MUST_BE_SPECIFIED is added
6027:
6028: * src/classes/table.C: - bug with negative offset transformed into
6029: a feature. it means pointing to a row from the end of the table (
6030: new feature: #810 )
6031:
6032: 2011-11-19 misha
6033:
6034: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6035: â ìåòîäå _select ( new feature: #810 )
6036:
6037: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6038: options were specified together is simplified
6039:
6040: 2011-11-12 misha
6041:
6042: * src/main/pa_request.C: - forgotten fix for escaping filename in
6043: HTTP content-disposition header (a part of bug #361 )
6044:
6045: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6046: checks for ancestors' classes as well ( new feature: #456 )
6047:
6048: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6049: "without cycle" now have types "parser.break" and
6050: "parser.continue" instead of "parser.runtime" ( new feature: #799
6051: )
6052:
6053: 2011-11-11 misha
6054:
6055: * tests/results/: 099.processed, 100.processed, 205.processed,
6056: 237.processed: - since bug #361 was fixed the content of filename
6057: in HTTP headers is quoted
6058:
6059: * tests/results/270.processed: - result for test 270
6060:
6061: * tests/: 065.html, results/065.processed: - more tests for
6062: ^file:basename[] & Co were added
6063:
6064: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6065:
6066: * tests/270.html: - tests for ^file:find[] are added
6067:
6068: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6069: using option $.charset. option $.engoding is still supported but
6070: these options can not be specified together
6071:
6072: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6073: comparation charset name with string "UTF-8" ( bugfix: #759 )
6074:
6075: 2011-10-11 misha
6076:
6077: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6078: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6079: #622)
6080:
6081: 2011-09-30 misha
6082:
6083: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6084: exception "saving stat-ed file" ( bugfix: #395 )
6085:
6086: 2011-05-30 misha
6087:
6088: * src/classes/string.C: - fixed bug which was added with
6089: params.as_hash into string:sql
6090:
6091: 2011-05-29 misha
6092:
6093: * src/types/pa_value.C: - filename in content-disposition header
6094: must be quoted ( bugfix: #361 )
6095:
6096: 2011-05-27 misha
6097:
6098: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6099: created file
6100:
6101: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6102: usage
6103:
6104: * src/include/pa_exception.h: - one more string for exception was
6105: added
6106:
6107: 2011-05-25 misha
6108:
6109: * tests/269.html: - tests for checking input params in some dom
6110: methods
6111:
6112: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6113: was added. it isn't possible not wo create xdoc with invalid
6114: tagName. ( bugfix: #160 )
6115:
6116: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6117: string "data must be string" was mover from pa_exception.h to
6118: pa_xml_exception.h
6119:
6120: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6121: as_xmlncname, as_xmlname and as_xmlnsuri were added
6122:
6123: * src/main/pa_xml_exception.C: - XmlException accepts more options
6124:
6125: * src/include/pa_xml_exception.h: - XmlException accepts more
6126: options - XML-related exception's strings were added
6127:
6128: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6129: output_options were removed)
6130:
6131: 2011-05-19 misha
6132:
6133: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6134: params.as_hash is used more while parsing methods hash-options
6135:
6136: 2011-05-18 misha
6137:
6138: * operators.txt: - info about json-serialization of xdoc was added
6139:
6140: * tests/256.html: - tests for json-serialization xdoc were added
6141:
6142: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6143:
6144: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6145: classes/json.C, classes/xdoc.C: - now json:string can serialize
6146: xdoc-objects. options (the same as ^xdoc.string[]) could be
6147: specified in $.xdoc[] ( new feature: #265 )
6148:
6149: 2011-05-15 misha
6150:
6151: * tests/268.html: - tests for ^table.count[with options] were added
6152:
6153: * src/classes/table.C: - method ^table.count[] now can accept
6154: options ( new feature: #93 ): ^table.count[column] returns number
6155: of columns for named table; ^table.count[cells] returns number of
6156: cells in the current row; ^table.count[] & ^table.count[rows]
6157: return number of rows in a table.
6158:
6159: * tests/267.html: - test for checking switch/case in boolean mode
6160: was added
6161:
6162: * src/classes/op.C: - if switch's or case's value is bool, they are
6163: compared as bool values, not as double values: new feature: #351
6164:
6165: 2011-05-06 misha
6166:
6167: * tests/242.html: - EOL before EOF was added
6168:
6169: * tests/169.html: - tests for splitting empty string and void were
6170: added
6171:
6172: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6173: returned table with one empty cell)
6174:
6175: 2011-04-03 misha
6176:
6177: * src/include/pa_version.h, configure.in: - version in head was
6178: changed to 3.4.2b
6179:
6180: 2011-03-30 misha
6181:
6182: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6183: as well ( new feature #294 )
6184:
6185: 2011-03-29 misha
6186:
6187: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6188: limited to approx. 6 MB. previous limits were too big for real
6189: life. bugfix: #216
6190:
6191: 2011-03-04 moko
6192:
6193: * etc/parser3.charsets/cp866.cfg: Conforms to
6194: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6195:
6196: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6197: vlalek@
6198:
6199: 2011-02-22 misha
6200:
6201: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6202: be under #ifdef XML or parser can't be compiled without xml
6203: support
6204:
6205: 2011-02-21 misha
6206:
1.116 moko 6207: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6208: ApacheModuleParser3.vcproj was removed
6209:
6210: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6211: removed)
6212:
6213: 2011-02-20 misha
6214:
6215: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6216: $.overridden in ^reflection:method_info[...] were added
6217:
6218: * src/classes/reflection.C: - beautifying result of
6219: ^reflection:method_info[] ($.overridden/inherited)
6220:
6221: 2011-02-18 misha
6222:
6223: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6224: and pa_isalnum instead of isalpha and isalnum - bug with
6225: redundand quoting lowercased latin chars while building email
6226: body was fixed
6227:
6228: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6229: added (they check for latin chars only)
6230:
6231: 2011-02-16 misha
6232:
6233: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6234: string size for transcoding gave too small value (should ever
6235: look for availability char in dest charset inspite of the char
6236: size)
6237:
6238: 2011-02-04 moko
6239:
6240: * tests/223.html: header values now not url-encoded (issue #195)
6241:
6242: 2011-02-01 misha
6243:
6244: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6245:
6246: 2011-01-31 misha
6247:
6248: * src/main/pa_request.C: - throw exception if param file_name in
6249: use_file is empty
6250:
6251: 2011-01-08 moko
6252:
6253: * src/classes/curl.C: compilations errors fixed
6254:
6255: 2010-12-29 moko
6256:
6257: * tests/: 265.html, results/265.processed: test for issue #200
6258: added
6259:
6260: * src/main/pa_string.C: empty regex result check added (fixes issue
6261: #200)
6262:
6263: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6264:
6265: * tests/results/223.processed: header values now not url-encoded
6266: (issue #195)
6267:
6268: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6269: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6270: pa_http_safe_header_name added for headers names (fixes bug #195)
6271:
6272: 2010-12-18 misha
6273:
6274: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6275: => pa-include
6276:
6277: 2010-11-28 moko
6278:
6279: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6280:
6281: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6282: -> pa
6283:
6284: * configure.in: apr -> pa
6285:
6286: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6287:
6288: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6289: classes/Makefile.am, types/Makefile.am: apr -> pa
6290:
6291: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6292: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6293: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6294: pa-include/pa_apr.h, pa-include/pa_errno.h,
6295: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6296: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6297: module apr name conflict resolved)
6298:
6299: 2010-11-27 misha
6300:
6301: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6302: libbz2
6303:
6304: 2010-11-26 misha
6305:
6306: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6307: warnings removed
6308:
6309: 2010-11-25 moko
6310:
6311: * operators.txt: $.indent(true)
6312:
6313: * operators.txt: another bugfix. :)
6314:
6315: * operators.txt: bugfix. :)
6316:
6317: * buildall-with-xml: libxml2-2.7.8 + with-apache
6318:
6319: 2010-11-24 moko
6320:
1.116 moko 6321: * configure: apxs support
1.95 moko 6322:
6323: * configure.in: apxs support -Bstatic gc removed for OS X
6324:
6325: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6326:
6327: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6328: THREAD_LOCAL usage
6329:
6330: * src/: classes/curl.C, include/pa_config_includes.h,
6331: main/pa_globals.C: THREAD_LOCAL defined and used
6332:
6333: 2010-11-23 moko
6334:
6335: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6336: should be passed to pa_sleep, and only fractional part (bugfix:
6337: #188)
6338:
6339: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6340:
6341: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6342: GC_dont_gc=1, as in cgi version
6343:
6344: * src/targets/apache/mod_parser3.c: warning war
6345:
6346: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6347: pa_httpd.h: version removed, some trash removed
6348:
6349: * src/targets/apache/mod_parser3.c: version removed (we don't want
6350: to show it), warning war
6351:
6352: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6353: pa_httpd.h: parser_status_allowed removed + merge config
6354: functions removed (override is the default) + beauty
6355:
6356: * src/: include/pa_request.h, main/pa_request.C,
6357: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6358: hide $status used in apache module removed
6359:
6360: 2010-11-18 moko
6361:
6362: * operators.txt: $.table[compact] added for ^json:string[]
6363:
6364: 2010-11-16 moko
6365:
6366: * src/targets/apache/mod_parser3.c: some cleanup done
6367:
6368: * src/main/untaint.C: bugfix: first, second String::Body argument
6369: is hashcode; second, info.fragment_begin is original, not
6370: resulting length
6371:
6372: * src/classes/file.C: new feature: $.stdin now untainted
6373:
6374: * tests/results/264.processed: new feature: $.stdin[] now untainted
6375:
6376: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6377:
6378: * src/classes/op.C: ^apply-taint[] method added
6379:
6380: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6381: added; $.stdin untaint test added
6382:
6383: 2010-11-15 moko
6384:
6385: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6386: removed
6387:
6388: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6389: pa_httpd.h: 2x2 calculated under apache2. :)
6390:
6391: 2010-11-13 moko
6392:
6393: * src/targets/apache/mod_parser3.c: initial changes to build module
6394: with apache 2.x includes
6395:
6396: * src/targets/apache/: Makefile.am, mod_parser3.c,
6397: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6398: united apache 1.3 / apache 2.x DSO module
6399:
6400: 2010-11-09 moko
6401:
6402: * src/types/pa_method.h: check added to dissallow @method[name;*]
6403: syntax
6404:
6405: * tests/: 263.html, results/263.processed: test from method[*args]
6406: added
6407:
6408: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6409: number of params can now be passed to a method declared with *arg
6410:
6411: 2010-11-06 moko
6412:
6413: * src/classes/table.C: formating fixed. :)
6414:
6415: * src/classes/table.C: closes #4: ^table.select now supports
6416: $.limit(), $.offset, $.reverse() options
6417:
6418: * tests/: 262.html, results/262.processed: test for ^table:select
6419: with options added (feature #4)
6420:
6421: * src/include/pa_array.h: remove function added
6422:
6423: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6424: object in get_element/put_element, using static one.
6425:
6426: 2010-11-04 moko
6427:
6428: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6429: options is passed
6430:
6431: * tests/: 256.html, results/256.processed: $.table[compact] feature
6432: now tested; k and p in handler now tested.
6433:
6434: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6435: $.table[compact] feature added
6436:
6437: * src/classes/json.C: key is now passed to handler in
6438: value_json_string; ^json:string result now process tainting
6439: inside and returns clean string, related to issue #153
6440:
6441: * src/main/untaint.C: bugfix: charset can be null (in
6442: ^string:save[] as example), thus check is added
6443:
6444: 2010-10-31 moko
6445:
6446: * src/classes/string.C: error message changed (fixes issue #149)
6447:
6448: 2010-10-29 moko
6449:
6450: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6451: port is not default (fixes issue #155); exception on invalid port
6452: added.
6453:
6454: * src/main/untaint.C: '*' is now not urlencoded to allow header
6455: "Accept: */*" to be passed
6456:
6457: 2010-10-28 moko
6458:
6459: * src/classes/curl.C: bugfix: detect_charset() was throwing
6460: exception on unknown charset even if response_charset was
6461: specified
6462:
6463: 2010-10-27 moko
6464:
6465: * src/classes/string.C: ^string.append removed for void
6466: compatibility
6467:
6468: 2010-10-26 moko
6469:
6470: * src/classes/json.C: libjson supports array at top level, we too
6471: (GPF fixed)
6472:
6473: 2010-10-25 moko
6474:
6475: * tests/: 253.html, results/253.processed: libjson supports array
6476: at top level, parser now supports it as well.
6477:
6478: * tests/261.html, tests/results/261.processed,
6479: src/types/pa_vstring.h: empty string is now void compatible
6480: (allows $empty.key)
6481:
6482: 2010-10-22 misha
6483:
6484: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6485: while adding additional expires checkout)
6486:
6487: * tests/030.html: - test for session cookie was added
6488:
6489: 2010-10-21 moko
6490:
6491: * src/: classes/string.C, classes/void.C, main/execute.C,
6492: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6493: string (feature #111)
6494:
6495: * tests/: 261.html, results/261.processed: checks void from string
6496: inheritance (feature #111)
6497:
6498: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6499: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6500: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6501: now true by default
6502:
6503: 2010-10-17 moko
6504:
6505: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6506: upload now uses binary blocks instead of L_FILE_POST tainting.
6507: (bugfix: #128)
6508:
6509: * tests/: 223.html, results/223.processed: binary file upload test
6510: added, GPF (issue #128) also checked in this test
6511:
6512: 2010-10-13 misha
6513:
6514: * tests/260.html: - test for math:convert
6515:
6516: * src/classes/math.C: - error in math:convert was fixed
6517:
6518: * operators.txt: - info about
6519: ^math:convert[number](from-base;to-base) was added
6520:
6521: * src/classes/math.C: - method
6522: ^math:convert[number](from-base;to-base) for converting number
6523: represention from one base to another was added ( new feature:
6524: #23 )
6525:
6526: 2010-10-13 moko
6527:
6528: * src/main/compile.tab.C: [] now is empty string, not void
6529:
6530: * src/main/compile.y: [] now is empty string, not void
6531:
6532: * src/types/pa_vvoid.h: void now passed as parameter
6533:
6534: * tests/: 259.html, results/259.processed: to test difference
6535: between void and empty string (see ticket #111)
6536:
6537: * tests/results/152.processed: $sEmpty[] is now empty string, not
6538: void
6539:
6540: * tests/256.html: $s[$void] is no longer empty string
6541:
6542: * tests/254.html: empty string is no longer void
6543:
6544: 2010-10-12 misha
6545:
6546: * src/types/pa_vcookie.C: - check if $.expires value can be
6547: converted to date during cookies set up ( bugfix: #104 )
6548:
6549: * tests/041.html: - more tests for ^table.locate were added
6550:
6551: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6552: work ( bugfix: #129 ) - exception comment for incorrect options
6553: ^table.locate[field;value;options] was fixed
6554:
6555: 2010-10-10 moko
6556:
6557: * src/: classes/reflection.C, main/execute.C: constructor returning
6558: another object feature returned
6559:
6560: * tests/results/258.processed: test result updated as constructor
6561: returning another object feature returned
6562:
6563: * tests/: 258.html, results/258.processed: test for constructor
6564: returning another object
6565:
6566: 2010-10-08 misha
6567:
6568: * tests/257.html: - whitespaces after @METACOMMANDS and their
6569: options shouldn't cause exceptions any longer
6570:
6571: 2010-10-06 moko
6572:
6573: * src/classes/: hash.C, table.C: length from sql server is now
6574: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6575:
6576: 2010-10-02 misha
6577:
6578: * operators.txt: - the X mark was removed from ^cache[file]. it is
6579: usable to delete cache file.
6580:
6581: 2010-10-02 moko
6582:
6583: * tests/: 253.html, results/253.processed: hook_key added for key
6584: checking
6585:
6586: * src/classes/json.C: null key bug fixed
6587:
6588: 2010-09-29 misha
6589:
6590: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6591:
6592: 2010-09-25 moko
6593:
6594: * src/classes/json.C: small fixed
6595:
6596: * tests/results/: 253.processed, 255.processed: just updated
6597:
6598: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6599: results/255.processed: charset transcode test added for
6600: json:parse
6601:
6602: 2010-09-24 moko
6603:
6604: * src/types/pa_value.h: warning war :)
6605:
6606: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6607: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6608: ^json:string
6609:
6610: 2010-09-22 moko
6611:
6612: * src/main/pa_charset.C: parser charset tables declare only
6613: white-space before 0x20, thus adding the missing chars
6614:
6615: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6616: to http://unicode.org/Public/MAPPINGS/VENDORS/
6617:
6618: 2010-09-21 misha
6619:
6620: * src/main/compile.y: - some semicolons were added (VS2010 don't
6621: want to compile grammar if they are absent)
6622:
6623: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6624:
6625: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6626:
6627: * src/main/main.vcproj: - path to bison is changed
6628:
6629: 2010-09-21 moko
6630:
1.116 moko 6631: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6632: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6633: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6634:
6635: 2010-09-20 misha
6636:
6637: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6638:
6639: * src/classes/json.C: - add EOL while json-serializing hash
6640:
6641: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6642: compilers don't like 'ES'.
6643:
6644: 2010-09-17 misha
6645:
6646: * operators.txt: - info about json class was added
6647:
6648: * src/classes/json.C: - ^json:string[object]
6649:
6650: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6651: preventing infinite recursion while executing json:string was
6652: added
6653:
6654: * src/include/pa_string.h: - method append_quoted was added
6655:
6656: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6657: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6658: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6659: was added to Value & Co
6660:
6661: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6662: were used
6663:
6664: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6665: were added
6666:
6667: 2010-09-10 moko
6668:
6669: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6670: die_or_abort (backport from 3.4.1)
6671:
6672: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6673: die_or_abort (bugfix: #106)
6674:
6675: 2010-09-09 moko
6676:
6677: * src/classes/json.C: warning war. :)
6678:
6679: 2010-09-08 misha
6680:
6681: * src/lib/json/Makefile.am: - additional include directories were
6682: added (for pa_memory.h and gc.h)
6683:
6684: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6685: compile as C++ instead default - additional include directory was
6686: added (for gc.h)
6687:
6688: * src/types/pa_vform.C: - little code reformating
6689:
6690: * src/classes/file.C: - $.content-type option now can be specified
6691: in ^file::create ( new feature: #102 )
6692:
6693: 2010-09-08 moko
6694:
6695: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6696: pa_malloc/pa_free
6697:
6698: 2010-09-07 moko
6699:
6700: * tests/results/254.processed: VStateless_class:put_element
6701: exception was fixed
6702:
6703: * src/types/: pa_value.h, pa_vstateless_class.h: now
6704: VStateless_class:put_element barks self.type, not this.type
6705: (bugfix: #105)
6706:
6707: 2010-09-06 moko
6708:
6709: * src/classes/reflection.C: bugfix: new String() is required for
6710: exception handling
6711:
6712: * tests/: 254.html, results/254.processed: test modified
6713:
6714: 2010-09-05 moko
6715:
6716: * tests/: 254.html, results/254.processed: ^reflection:copy test
6717: added
6718:
6719: * src/: classes/reflection.C, include/pa_request.h:
6720: ^reflection:copy implemented (new feature: #100)
6721:
6722: 2010-09-03 moko
6723:
6724: * src/lib/json/JSON_parser.C: c++ compatiblity
6725:
6726: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6727: option testing added
6728:
6729: 2010-09-02 moko
6730:
6731: * src/classes/json.C: $.distinct[first|last|all] added
6732:
6733: 2010-09-01 moko
6734:
6735: * tests/results/253.processed: json test result
6736:
6737: * tests/: 253.html, 253_json.txt: json test added
6738:
6739: * src/classes/json.C: json.C update to actual version + hash key
6740: creation bugfix
6741:
6742: 2010-08-31 misha
6743:
6744: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6745: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6746: src/lib/Makefile.am, src/classes/Makefile.am,
6747: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6748: json library was added
6749:
6750: 2010-08-30 moko
6751:
6752: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6753: types/pa_vobject.C: cosmetic optimization in
6754: request:execute_method usage
6755:
6756: * src/: include/pa_charset.h, main/pa_charset.C: small
6757: optimization, just to decrease number of lines. :)
6758:
6759: 2010-08-27 misha
6760:
6761: * src/classes/op.C: - taint[json] was added
6762:
6763: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6764: were added
6765:
6766: * src/main/pa_exec.C: - warning fix was rolled back.
6767:
6768: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6769: include/pa_string.h: - taint[json] was added - escaping was
6770: slightly modified
6771:
6772: 2010-08-25 misha
6773:
6774: * src/classes/file.C: - typo in file:sql exception was fixed
6775:
6776: * src/main/pa_exec.C: - warning about declared and not used
6777: variable forced_allow was removed
6778:
6779: 2010-08-14 misha
6780:
6781: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6782: were removed
6783:
6784: 2010-08-11 moko
6785:
6786: * tests/: 249.html, results/249.processed: default setter and
6787: anti-recursive default getter test added
6788:
6789: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6790: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6791: types/pa_vobject.h, types/pa_vstateless_class.C,
6792: types/pa_vstateless_class.h: default setter support +
6793: anti-recursive default getter support ( new feature: #13 )
6794:
6795: * src/include/pa_hash.h: optimization: threshold member removed
6796: from hash, reducing sizeof(hash)
6797:
6798: 2010-08-10 misha
6799:
6800: * tests/196.html: - junction-method was added to the test
6801:
6802: * tests/248.html: - ups. typo :)
6803:
6804: * tests/248.html: - test for checking .match with 4 params
6805:
6806: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6807: 247_windows1251.txt: - test for "transcode file from utf-8 to
6808: $request:charset during loading if the BOM code is detected"
6809:
6810: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6811: $request:charset during loading if the BOM code is detected ( new
6812: feature: #98 )
6813:
6814: 2010-08-05 misha
6815:
6816: * src/classes/image.C: - ^image.replace now can accept only 2
6817: params. in this case the whole image is affected ( new feature:
6818: #95 )
6819:
6820: 2010-08-04 misha
6821:
6822: * tests/246.html: - test tor ^hash._at[] was added
6823:
6824: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6825: #53 )
6826:
6827: * src/include/pa_hash.h: - methods for accessing the first and the
6828: last values of ordered hash were added (first_value and
6829: last_value)
6830:
6831: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6832: (similar to others file's methods):
6833: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6834: #68 )
6835:
6836: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6837:
6838: 2010-08-01 moko
6839:
6840: * src/classes/op.C: to correctly process $result[] in code, called
6841: from ^process
6842:
6843: * tests/245.html: $result in ^process[] test added
6844:
6845: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6846: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6847: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6848: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6849: caller, self) op_call(VMethodFrame &frame, bool constructing)
6850: removed, construct(class,method) added
6851:
6852: * tests/results/: 192.processed, 244.processed: request::construct
6853: added
6854:
6855: * tests/: 244.html, 245.html, results/244.processed,
6856: results/245.processed: object creation exceptions and ^process
6857: tests added
6858:
6859: 2010-07-28 misha
6860:
6861: * tests/make_tests.cmd: - win32 EOLs
6862:
6863: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6864: tests on Win32 were added (The system timezone should be GMT+3)
6865:
6866: 2010-07-26 misha
6867:
6868: * tests/: 212.html, results/212.processed: - sizes were removed
6869: mecause they could be different on different OSs
6870:
6871: * tests/065.html: - make it "win32 friendly"
6872:
6873: 2010-07-25 misha
6874:
6875: * src/main/compile.y: - all EOLs between methods are removed during
6876: compilation ( new feature: #47 )
6877:
6878: * tests/results/149.processed: - prepare tests to trim trailing
6879: methods' EOLs
6880:
6881: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6882:
6883: * tests/: results/006.processed, results/014.processed, 006.html,
6884: 014.html, 022.html: - prepare tests to trim trailing methods'
6885: EOLs
6886:
6887: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6888: results/071.processed, results/022.processed: - prepare tests to
6889: trim trailing methods' EOLs
6890:
6891: * tests/: results/073.processed, results/109.processed,
6892: results/142.processed, results/144.processed,
6893: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6894: 144.html: - prepare tests to trim trailing methods' EOLs
6895:
6896: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6897: 149.html, 152.html, results/096.processed, results/107.processed,
6898: results/109.processed, results/142.processed,
6899: results/144.processed: - prepare tests to trim trailing methods'
6900: EOLs
6901:
6902: 2010-07-24 moko
6903:
6904: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6905: the hash order in this test
6906:
6907: * tests/014.html: to check hash order, hash no is longer sorted
6908: before print
6909:
6910: * src/include/pa_hash.h: hash copy constructor now keeps order
6911: (bugfix: #54)
6912:
6913: 2010-07-23 moko
6914:
6915: * tests/results/224.processed: @auto[] is no longer inherited
6916:
6917: * src/types/pa_vstateless_class.C, tests/227.html,
6918: tests/results/227.processed: @auto[] is no longer inherited
6919: (bugfix: #57)
6920:
6921: 2010-07-22 misha
6922:
6923: * src/classes/table.C: - don't skip comment lines during
6924: table::load if encloser or separator is set as '#' ( new feature:
6925: #30 )
6926:
6927: * src/targets/cgi/parser3.C: - don't run as cgi if
6928: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6929: #12 )
6930:
6931: * src/classes/file.C: - set PARSER_VARSION env before external
6932: script executing
6933:
6934: 2010-07-13 misha
6935:
6936: * tests/058.html: - test for suppressing @border was added - test
6937: for user attribute was added
6938:
6939: * tests/results/186.processed: unescaping from \uXXXX
6940:
6941: * tests/186.html: unescaping from \uXXXX
6942:
6943: * tests/: 239.html, results/239.processed: method call type
6944:
6945: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6946: $junction_method.CLASS_NAME (+CLASS)
6947:
6948: 2010-07-07 misha
6949:
6950: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6951: *nix
6952:
6953: 2010-07-05 misha
6954:
6955: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6956: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6957: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6958: comment strings "options must be hash", "options must be hash,
6959: not code" and "called with invalid option" were replaced by
6960: constatns - exception comment string "invalid option passed" was
6961: replaced by "called with invalid option" (now in different
6962: methods are the same exception comment string)
6963:
6964: * src/include/pa_exception.h: - more exception strings were defined
6965:
6966: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6967: types/pa_vstateless_class.h: - now we can define possible
6968: method's call type ( new feature: #5 ) 1.
6969: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6970: methods 2. @static:method[params] (only static keyword could be
6971: used here) -- for specified methods
6972:
6973: * src/main/pa_common.C: - junction points should not be deleted on
6974: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6975: cleanup
6976:
6977: 2010-07-03 misha
6978:
6979: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6980: results/158.processed, results/160.processed,
6981: results/161.processed, results/162.processed,
6982: results/163.processed: - prepare tests to trim trailing methods'
6983: EOLs
6984:
6985: * tests/results/169.processed: - prepare tests to trim trailing
6986: methods' EOLs
6987:
6988: * tests/results/: 168.processed, 169.processed: - prepare tests to
6989: trim trailing methods' EOLs
6990:
6991: * tests/: results/170.processed, results/167.processed,
6992: results/168.processed, results/169.processed, 167.html, 168.html,
6993: 169.html: - prepare tests to trim trailing methods' EOLs
6994:
6995: * tests/: results/170.processed, results/171.processed,
6996: results/172.processed, results/173.processed,
6997: results/174.processed, results/175.processed, 170.html, 171.html,
6998: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6999: trailing methods' EOLs
7000:
7001: * tests/: results/176.processed, results/180.processed,
7002: results/184.processed, results/185.processed,
7003: results/191.processed, results/192.processed,
7004: results/196.processed, results/197.processed,
7005: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7006: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7007: to trim trailing methods' EOLs
7008:
7009: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7010: results/199.processed, results/208.processed,
7011: results/209.processed, results/213.processed,
7012: results/214.processed: - prepare tests to trim trailing methods'
7013: EOLs
7014:
7015: 2010-06-29 misha
7016:
7017: * tests/: 220.html, 218.html, results/218.processed,
7018: results/215.processed, results/217.processed, 215.html, 217.html:
7019: - prepare tests to trim trailing methods' EOLs
7020:
7021: * tests/: results/224.processed, 224.html, 223.html,
7022: results/223.processed, results/220.processed: - prepare tests to
7023: trim trailing methods' EOLs
7024:
7025: * tests/results/: 226.processed, 230.processed: - prepare tests to
7026: trim trailing methods' EOLs
7027:
7028: * tests/: 229.html, results/229.processed: - prepare tests to trim
7029: trailing methods' EOLs
7030:
7031: * tests/: 232.html, 235.html, results/232.processed,
7032: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7033: results/226.processed, results/227.processed,
7034: results/228.processed, results/230.processed: - prepare tests to
7035: trim trailing methods' EOLs
7036:
7037: 2010-06-16 moko
7038:
7039: * tests/: 229.html, results/229.processed: elseif now supported in
7040: ^if
7041:
7042: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7043:
7044: 2010-06-03 misha
7045:
7046: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7047: instead of memcopy for overlaped regions
7048:
7049: 2010-05-25 misha
7050:
7051: * src/main/pa_common.C: - wanring about unused vars was removed
7052:
7053: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7054: get_method_filename was moved to execute.C
7055:
7056: 2010-05-23 misha
7057:
7058: * src/main/pa_request.C: - more accurate detection of method's file
7059:
7060: 2010-05-22 misha
7061:
7062: * src/classes/reflection.C: - bugfix: core during detection of
7063: .file if filespec isn't detected successfully
7064:
7065: 2010-05-20 misha
7066:
7067: * src/main/pa_request.C: - fix in get_method_filename
7068:
7069: * src/include/pa_request.h: - new feature: #24 -- searching
7070: included file in @USE/^use is changed. if its filespec doesn't
7071: start from '/' it will be searched in caller file directory
7072:
7073: * src/classes/reflection.C: - ^reflection:method_info returns file
7074: where the method is defined
7075:
7076: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7077: classes/op.C: - new feature: #24 -- searching included file in
7078: @USE/^use is changed. if its filespec doesn't start from '/' it
7079: will be searched in caller file directory
7080:
7081: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7082: is moved to pa_common.h
7083:
7084: 2010-05-18 misha
7085:
7086: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7087: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7088: cookie parser decode \uXXXX as well as %uXXXX
7089:
7090: 2010-05-17 misha
7091:
7092: * src/classes/curl.C: beauty: - unused param is removed in method
7093: _curl_version_action - some spaces were removed or replaced by
7094: tabs
7095:
7096: * src/classes/table.C: - bugfix: #72 core with empty value during
7097: ^table.hash[...;name_of_the_last_column][$.type[string]]
7098:
7099: 2010-05-16 misha
7100:
7101: * src/classes/curl.C: new: #61 more curl options were added
7102: (contributed by Sumo)
7103:
7104: 2010-04-29 pretender
7105:
7106: * src/main/pa_string.C: fixes #63 Split result from empty string
7107: now empty string.
7108:
7109: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7110: string type.
7111:
7112: 2010-04-28 pretender
7113:
7114: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7115: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7116: macrodefinition removed
7117:
7118: 2010-04-19 pretender
7119:
7120: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7121: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7122:
7123: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7124: fixes #64 Now file.missing exception generates in unsafe mode to.
7125:
7126: * src/classes/file.C: fixes #48 Now not throw "not save environment
7127: variable" exception in grpunlim version.
7128:
7129: 2010-04-05 misha
7130:
7131: * src/classes/string.C: - new feature: 4th param was added to
7132: match. if specified its value is returned in case of nothing was
7133: found
7134:
7135: 2010-04-01 misha
7136:
7137: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7138: multiple execution of /a/b/auto.p
7139:
7140: 2010-03-19 misha
7141:
7142: * src/main/execute.C: - core in $table1.$table2 was fixed
7143:
7144: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7145:
7146: 2010-01-27 misha
7147:
7148: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7149: trying to open file by path /existing-file/non-exixting-file
7150:
7151: 2010-01-26 misha
7152:
7153: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7154: was added (returns file)
7155:
7156: 2009-12-22 misha
7157:
7158: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7159: now parser doesn't have class curl if it was built without it
7160:
7161: 2009-12-15 misha
7162:
7163: * configure.in: - little cheat with curl include dir was added
7164:
7165: 2009-12-05 misha
7166:
7167: * src/classes/curl.C: - some fixes
7168:
7169: 2009-12-04 misha
7170:
7171: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7172: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7173: buildall-with-xml, buildall-without-xml, configure.in: - curl
7174: class was added
7175:
7176: * src/include/pa_hash.h: - hash-iterator was added
7177:
7178: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7179: was added to pcre
7180:
7181: 2009-11-27 misha
7182:
7183: * src/classes/image.C: - don't add @border attribute to output of
7184: ^image.html[] if it was specified by user with empty value
7185:
7186: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7187: root element and we are trying to access .documentElement
7188:
7189: 2009-11-11 misha
7190:
7191: * src/classes/table.C: - in ^table.flip[] look at number of columns
7192: instead of number of items in first row for named tables
7193:
7194: 2009-11-10 misha
7195:
7196: * operators.txt: - info about hash-options in ^file::create was
7197: added
7198:
7199: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7200: added
7201:
7202: 2009-11-09 misha
7203:
7204: * buildall-with-xml: - moving to libxml 2.7.6
7205:
7206: * tests/236.html: - tests for comparations cords with functions
7207: were added
7208:
7209: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7210: added
7211:
7212: * src/main/pa_http.C: - little optimisation
7213:
7214: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7215: GPF mallocs + stringstream (table.save)
7216:
7217: * src/classes/file.C: - file::create now accepts 4th param: options
7218: with $.charset
7219:
7220: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7221: bug in cord (comparation cords with functions was buggy)
7222:
7223: 2009-11-06 misha
7224:
7225: * src/main/pa_string.C: - bugfix: calculation string.length
7226: sometimes was buggy
7227:
7228: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7229: destroyed if exception occured during match/replace
7230:
7231: * src/: main/pa_charset.C, include/pa_charset.h: - method
7232: lengthUTF8Char was added
7233:
7234: * src/classes/op.C: - clean tainting lang was added for user's
7235: usage
7236:
7237: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7238: fixed: checkouts are required after GC_MALLOC
7239:
7240: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7241:
7242: * operators.txt: - actually, there is no ^untaint[xml] in
7243: file::create
7244:
7245: 2009-10-15 misha
7246:
7247: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7248: were added
7249:
7250: * tests/234.html: - more tests for checking ^taint[uri] escaping
7251: were added
7252:
7253: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7254: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7255: hacking: for dealing with transcoding+^taint[uri]
7256: transcode_and_untaint was replaced by untaint_and_transcode
7257:
7258: 2009-10-13 misha
7259:
7260: * tests/: 121.html, results/121.processed: - test transcoding +
7261: url-escaping now
7262:
7263: * tests/results/auto.p: - more helpers' methods were added
7264:
7265: * src/main/pa_globals.C: - die instead of abort
7266:
7267: 2009-10-06 misha
7268:
7269: * src/main/pa_common.C: - don't allocate memory during
7270: capitalization if input string is already capitalized
7271:
7272: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7273:
7274: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7275: use format function because it calls malloc
7276:
7277: * src/include/pa_common.h: - more capitalized headers were added
7278:
7279: * src/main/pa_common.C: - in safe mode clear executable bits during
7280: file writing
7281:
7282: 2009-10-05 misha
7283:
7284: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7285:
7286: 2009-10-03 misha
7287:
7288: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7289: ^img.text[] & ^img.length[] can work in utf-8 now
7290:
7291: * src/: include/pa_charset.h, main/pa_charset.C: - class
7292: UTF8_string_iterator was added
7293:
7294: * src/classes/image.C: - respect utf-8 when calculate alphabet
7295: length
7296:
7297: * src/classes/mail.C: - check from before get message.cstr
7298:
7299: 2009-10-02 misha
7300:
7301: * tests/233.html: - test for image.font, image.length, image.text
7302: with text in utf-8 were added
7303:
7304: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7305:
7306: * buildall-with-xml, buildall-without-xml: - comment about gc
7307: version for freebsd 4 was added
7308:
7309: 2009-10-01 misha
7310:
7311: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7312: terminator) - read_pipe were slightly optimized
7313:
7314: 2009-09-28 misha
7315:
7316: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7317: removed
7318:
7319: * src/types/pa_vmail.C: - forgot about space after ':'
7320:
7321: * src/types/pa_vmail.C: - escape filenames while preparing mail
7322: body - small simplifications
7323:
7324: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7325: inout params like pa_base64
7326:
7327: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7328: option $.debug-print(1) was added to mail:send - changes for
7329: using uue_encode which uses less memory
7330:
7331: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7332:
7333: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7334: memory now
7335:
7336: 2009-09-26 misha
7337:
7338: * src/types/pa_vmail.C: - default encoding now is base64
7339:
7340: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7341:
7342: 2009-09-25 misha
7343:
7344: * src/types/pa_vmail.C: - capitalization of headers was added to
7345: sending mail as well
7346:
7347: * buildall-with-xml: - catalog package was removed from libxml
7348:
7349: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7350: win32 absolute path
7351:
7352: * src/include/pa_common.h: - one more capitalized header was added
7353:
7354: 2009-09-22 misha
7355:
7356: * INSTALL: - comment about building just httpd binary while
7357: building apache module was added
7358:
7359: 2009-09-21 misha
7360:
7361: * buildall-with-xml: - moving to the latest versions of xml libs:
7362: libxml 2.7.4 and libxslt 1.1.25
7363:
7364: 2009-09-19 misha
7365:
7366: * tests/231.html: - test for encoding cookie in win-1251
7367:
7368: 2009-09-18 misha
7369:
7370: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7371: object] were added
7372:
7373: * operators.txt: - info about method ^reflection:fields[class or
7374: object] was added
7375:
7376: * src/classes/reflection.C: - method ^reflection:fields[class or
7377: object] was added
7378:
7379: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7380: methods get_fields were added
7381:
7382: * tests/232.html: - tests for @GET[name]
7383:
7384: * src/classes/table.C: - some changes in handling hash-options for
7385: creare, join and locate
7386:
7387: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7388: defined with option: the type of requested value
7389:
7390: 2009-09-17 misha
7391:
7392: * tests/212.html: - tests for .pattern and .options were added
7393:
7394: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7395: $regex.options were added
7396:
7397: 2009-09-11 misha
7398:
7399: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7400: rewrited. it checks not just one case of sending cookies during
7401: file::load[http], but also sending headers and fields (including
7402: files)
7403:
7404: 2009-09-10 misha
7405:
7406: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7407: was removed => now parser can open files with Russian 'r' in
7408: filename
7409:
7410: * src/main/untaint.C: - bugfix: client charset whould be analized
7411: while escaping cookies but now source charset
7412:
7413: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7414: ^tainted[uri] so it was possible to make request with incorrect
7415: http header
7416:
7417: * src/main/pa_http.C: - capitalization of http headers during
7418: file::load[http was slightly changes - bugfix: all headers which
7419: parser sends during file::load[http should be transcoded and only
7420: then escaped
7421:
7422: * src/main/untaint.C: - a bit more comments were added
7423:
7424: * src/classes/: file.C, string.C: - types where changes (minus 2
7425: warnings)
7426:
7427: * src/include/pa_common.h: - 2 capitalized strings for making http
7428: headers during file::load[http were added
7429:
7430: 2009-09-08 misha
7431:
7432: * operators.txt: - changes in file.save and string.save were added
7433:
7434: * tests/: 230.html, 230.txt: - tests for checking options in
7435: file.save and string.save were added
7436:
7437: * src/main/pa_request.C: - http headers names, which are passed to
7438: SAPI::add_header_attribute are lowercased now (it'll be
7439: capitalized in that method)
7440:
7441: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7442: classes/string.C: - file_write accepts Request_charsets and asked
7443: charset and cound transcode content before writing - string.save
7444: and file.save have option $.charset now
7445:
7446: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7447: classes/xdoc.C: - file_write accepts Request_charsets and asked
7448: charset and cound transcode content before writing
7449:
7450: * src/include/pa_exception.h: - new exception comment string was
7451: defined
7452:
7453: 2009-09-07 misha
7454:
7455: * src/main/compile.y: - grammar $name\ name stops now for regex
7456: sub-pattern\s
7457:
7458: 2009-09-04 misha
7459:
7460: * src/main/pa_http.C: - capitalization of http headers during
7461: file::load[http was implemented
7462:
7463: 2009-09-03 misha
7464:
7465: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7466: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7467: types/pa_vmail.C, targets/cgi/parser3.C,
7468: targets/isapi/parser3isapi.C: - back to storing response http
7469: headers in lowercase - capitalize them during output
7470:
7471: 2009-08-31 misha
7472:
7473: * src/classes/table.C: - allow call with any brackets (it could be
7474: useful in methods with explict result declaration)
7475:
7476: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7477: correctly if $request:charset==koi8-r
7478:
7479: 2009-08-30 misha
7480:
7481: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7482: changed: content-type => Content-type and so on
7483:
7484: * src/classes/file.C, src/include/pa_common.h,
7485: src/include/pa_request.h, src/main/pa_http.C,
7486: src/main/pa_request.C, src/types/pa_vcookie.C,
7487: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7488: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7489: tests/results/002.processed, tests/results/003.processed,
7490: tests/results/004.processed, tests/results/005.processed,
7491: tests/results/006.processed, tests/results/007.processed,
7492: tests/results/008.processed, tests/results/009.processed,
7493: tests/results/010.processed, tests/results/011.processed,
7494: tests/results/012.processed, tests/results/013.processed,
7495: tests/results/014.processed, tests/results/015.processed,
7496: tests/results/016.processed, tests/results/017.processed,
7497: tests/results/018.processed, tests/results/019.processed,
7498: tests/results/020.processed, tests/results/021.processed,
7499: tests/results/022.processed, tests/results/023.processed,
7500: tests/results/024.processed, tests/results/025.processed,
7501: tests/results/026.processed, tests/results/027.processed,
7502: tests/results/028.processed, tests/results/029.processed,
7503: tests/results/030.processed, tests/results/031.processed,
7504: tests/results/032.processed, tests/results/033.processed,
7505: tests/results/034.processed, tests/results/035.processed,
7506: tests/results/036.processed, tests/results/037.processed,
7507: tests/results/038.processed, tests/results/039.processed,
7508: tests/results/040.processed, tests/results/041.processed,
7509: tests/results/042.processed, tests/results/043.processed,
7510: tests/results/044.processed, tests/results/045.processed,
7511: tests/results/046.processed, tests/results/047.processed,
7512: tests/results/048.processed, tests/results/049.processed,
7513: tests/results/050.processed, tests/results/051.processed,
7514: tests/results/052.processed, tests/results/053.processed,
7515: tests/results/054.processed, tests/results/055.processed,
7516: tests/results/056.processed, tests/results/057.processed,
7517: tests/results/058.processed, tests/results/059.processed,
7518: tests/results/060.processed, tests/results/061.processed,
7519: tests/results/062.processed, tests/results/063.processed,
7520: tests/results/064.processed, tests/results/065.processed,
7521: tests/results/066.processed, tests/results/067.processed,
7522: tests/results/068.processed, tests/results/069.processed,
7523: tests/results/070.processed, tests/results/071.processed,
7524: tests/results/072.processed, tests/results/073.processed,
7525: tests/results/074.processed, tests/results/075.processed,
7526: tests/results/076.processed, tests/results/077.processed,
7527: tests/results/078.processed, tests/results/079.processed,
7528: tests/results/080.processed, tests/results/081.processed,
7529: tests/results/082.processed, tests/results/083.processed,
7530: tests/results/084.processed, tests/results/085.processed,
7531: tests/results/086.processed, tests/results/087.processed,
7532: tests/results/088.processed, tests/results/089.processed,
7533: tests/results/090.processed, tests/results/091.processed,
7534: tests/results/092.processed, tests/results/093.processed,
7535: tests/results/094.processed, tests/results/095.processed,
7536: tests/results/096.processed, tests/results/097.processed,
7537: tests/results/098.processed, tests/results/099.processed,
7538: tests/results/100.processed, tests/results/101.processed,
7539: tests/results/102.processed, tests/results/103.processed,
7540: tests/results/104.processed, tests/results/105.processed,
7541: tests/results/106.processed, tests/results/107.processed,
7542: tests/results/108.processed, tests/results/109.processed,
7543: tests/results/110.processed, tests/results/111.processed,
7544: tests/results/112.processed, tests/results/113.processed,
7545: tests/results/114.processed, tests/results/115.processed,
7546: tests/results/116.processed, tests/results/117.processed,
7547: tests/results/118.processed, tests/results/119.processed,
7548: tests/results/120.processed, tests/results/121.processed,
7549: tests/results/122.processed, tests/results/123.processed,
7550: tests/results/124.processed, tests/results/125.processed,
7551: tests/results/126.processed, tests/results/127.processed,
7552: tests/results/128.processed, tests/results/129.processed,
7553: tests/results/130.processed, tests/results/131.processed,
7554: tests/results/132.processed, tests/results/133.processed,
7555: tests/results/134.processed, tests/results/135.processed,
7556: tests/results/136.processed, tests/results/138.processed,
7557: tests/results/139.processed, tests/results/140.processed,
7558: tests/results/141.processed, tests/results/142.processed,
7559: tests/results/143.processed, tests/results/144.processed,
7560: tests/results/145.processed, tests/results/146.processed,
7561: tests/results/147.processed, tests/results/148.processed,
7562: tests/results/149.processed, tests/results/150.processed,
7563: tests/results/151.processed, tests/results/152.processed,
7564: tests/results/153.processed, tests/results/154.processed,
7565: tests/results/155.processed, tests/results/156.processed,
7566: tests/results/157.processed, tests/results/158.processed,
7567: tests/results/159.processed, tests/results/160.processed,
7568: tests/results/161.processed, tests/results/162.processed,
7569: tests/results/163.processed, tests/results/164.processed,
7570: tests/results/165.processed, tests/results/166.processed,
7571: tests/results/167.processed, tests/results/168.processed,
7572: tests/results/169.processed, tests/results/170.processed,
7573: tests/results/171.processed, tests/results/172.processed,
7574: tests/results/173.processed, tests/results/174.processed,
7575: tests/results/175.processed, tests/results/176.processed,
7576: tests/results/177.processed, tests/results/178.processed,
7577: tests/results/179.processed, tests/results/180.processed,
7578: tests/results/181.processed, tests/results/182.processed,
7579: tests/results/183.processed, tests/results/184.processed,
7580: tests/results/185.processed, tests/results/186.processed,
7581: tests/results/187.processed, tests/results/188.processed,
7582: tests/results/189.processed, tests/results/190.processed,
7583: tests/results/191.processed, tests/results/192.processed,
7584: tests/results/193.processed, tests/results/194.processed,
7585: tests/results/195.processed, tests/results/196.processed,
7586: tests/results/197.processed, tests/results/198.processed,
7587: tests/results/199.processed, tests/results/200.processed,
7588: tests/results/201.processed, tests/results/202.processed,
7589: tests/results/203.processed, tests/results/204.processed,
7590: tests/results/205.processed, tests/results/206.processed,
7591: tests/results/207.processed, tests/results/208.processed,
7592: tests/results/209.processed, tests/results/210.processed,
7593: tests/results/211.processed, tests/results/212.processed,
7594: tests/results/213.processed, tests/results/214.processed,
7595: tests/results/215.processed, tests/results/216.processed,
7596: tests/results/217.processed, tests/results/218.processed,
7597: tests/results/219.processed, tests/results/220.processed,
7598: tests/results/221.processed, tests/results/222.processed,
7599: tests/results/223.processed, tests/results/224.processed,
7600: tests/results/225.processed, tests/results/226.processed,
7601: tests/results/227.processed, tests/results/228.processed,
7602: tests/results/229.processed: - http headers were changed:
7603: content-type => Content-type and so on
7604:
7605: 2009-08-27 misha
7606:
7607: * src/: main/pa_random.C, include/pa_random.h,
7608: targets/cgi/parser3.C: - year was updated :)
7609:
7610: 2009-08-26 misha
7611:
7612: * tests/: 224.html, 224.p: - test for creating of parser object
7613: using constructor without params - little bugfix in test
7614:
7615: * src/main/compile_tools.h: - bugfix: should't call autouse while
7616: checking existed class while processing partial option
7617:
7618: * src/classes/reflection.C: - bugfix: core when creating object
7619: with reflection and constructor doesn't have params
7620:
7621: 2009-08-24 misha
7622:
7623: * tests/229.html: - tests for checking the number of parameters
7624: were added
7625:
7626: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7627: number of method's parameters wasn't checked correctly (the bug
7628: was introduced in 3.4.0)
7629:
7630: 2009-08-22 misha
7631:
7632: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7633: transcoded, but tainted pieces are escaped only when
7634: content-type==url-encoding
7635:
7636: * tests/228.html: - test for checking
7637: ^file::load[http://...;$.body[]]
7638:
7639: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7640: post charset was too early (charsets is empty at this moment)
7641:
7642: 2009-08-21 misha
7643:
7644: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7645: main/untaint.C: - some fixes with transcode+untaint
7646:
7647: 2009-08-15 misha
7648:
7649: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7650: was increaced to 100 (was 50)
7651:
7652: * tests/227.html: - test for checking overriding properties in
7653: static classes was added
7654:
7655: * tests/: 226.html, 226.p: - test for @autoload[] was added
7656:
7657: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7658: main/execute.C, main/pa_request.C, classes/reflection.C: -
7659: autouse was implemented
7660:
7661: 2009-08-14 misha
7662:
7663: * src/classes/reflection.C: - outdated checkout was removed
7664:
7665: * src/classes/reflection.C: - optimization - method ^dynamical was
7666: added.
7667:
7668: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7669: types/pa_vstateless_class.h, main/execute.C: - optimization
7670:
7671: * src/types/pa_vclass.C: - exception if base on sytem class
7672:
7673: 2009-08-12 misha
7674:
7675: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7676: pa_vstateless_class.h: - little optimisation
7677:
7678: 2009-08-11 misha
7679:
7680: * tests/224.html: - method_params => method_info - checking for
7681: $.inherited
7682:
7683: * src/classes/reflection.C, operators.txt: - method method_params
7684: was renamed to method_info and now it returns class name, if
7685: method was defined in ancestor
7686:
7687: * tests/225.html: - tests for cheching properties in hierarhical
7688: classes were added
7689:
7690: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7691: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7692: main/compile.y, main/execute.C, classes/classes.C: - problems
7693: with properties in new classes implementation were fixed
7694:
7695: 2009-08-10 misha
7696:
7697: * src/main/execute.C: - now constructor shouldn't be defined in
7698: class. it could be defined in parent.
7699:
7700: 2009-08-09 misha
7701:
7702: * src/classes/reflection.C: - ^reflection:methods doesn't return
7703: base's methods
7704:
7705: 2009-08-08 misha
7706:
7707: * src/: classes/classes.h, classes/date.C, classes/file.C,
7708: classes/form.C, classes/hash.C, classes/hashfile.C,
7709: classes/image.C, classes/mail.C, classes/op.C,
7710: classes/reflection.C, classes/regex.C, classes/string.C,
7711: classes/table.C, classes/xdoc.C, classes/xnode.C,
7712: classes/xnode.h, include/pa_hash.h, main/execute.C,
7713: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7714: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7715: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7716: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7717: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7718: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7719: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7720: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7721: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7722: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7723: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7724: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7725: types/pa_vresponse.C, types/pa_vresponse.h,
7726: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7727: types/pa_vstateless_object.h, types/pa_vstatus.C,
7728: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7729: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7730: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7731: types/pa_wwrapper.h, types/types.vcproj: - new classes
7732: implementation
7733:
7734: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7735: USE_MUNMAP is used. so it is disabled as a workaround.
7736:
7737: 2009-08-05 misha
7738:
7739: * src/: main/pa_common.C, include/pa_common.h: - not needed
7740: parameter was removed
7741:
7742: * src/main/pa_http.C: - bugfix: error was during detecting
7743: content-type of file which was loaded by http
7744:
7745: 2009-08-01 misha
7746:
7747: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7748: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7749: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7750: can't be disabled with defines any longer
7751:
7752: 2009-07-29 misha
7753:
7754: * src/classes/reflection.C, tests/results/224.processed: - for
7755: native methods with any call type now returned empty call_type
7756: value
7757:
7758: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7759: classes/table.C, include/pa_hash.h, include/pa_request.h,
7760: main/pa_request.C: - break in cycles was optimized
7761:
7762: * INSTALL: - more defines were described
7763:
7764: 2009-07-28 misha
7765:
7766: * operators.txt: - some changes in information about reflection
7767: class
7768:
7769: * tests/: 224.html, 224.p: - tests for reflection class
7770:
7771: * src/classes/reflection.C: - some bugs were fixed, method classes
7772: was added, refactoring
7773:
7774: 2009-07-26 misha
7775:
7776: * src/classes/classes.vcproj: - reflection class wass added to
7777: project
7778:
7779: * operators.txt: - information about reflection class was added
7780:
7781: * src/classes/reflection.C: - class was redesigned
7782:
7783: 2009-07-24 misha
7784:
7785: * src/classes/: Makefile.am, reflection.C: - class reflection was
7786: added
7787:
7788: * src/types/pa_vstateless_class.h: - method for reflection method's
7789: in classes was added
7790:
7791: 2009-07-22 misha
7792:
7793: * src/main/compile_tools.h: - bugfix: $object.$var was
7794: over-optimized. it failed if $object1.$object2.field
7795:
7796: 2009-07-16 misha
7797:
7798: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7799: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7800: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7801: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7802: one more arg: length of cord
7803:
7804: 2009-07-15 misha
7805:
7806: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7807: tainted in ^file::load[http://...;$.cookies[]]
7808:
7809: * src/classes/: op.C, regex.C, string.C: - new string with
7810: exception was used
7811:
7812: * src/include/pa_exception.h: - new string with exception was added
7813:
7814: * tests/223.html: - test for checking cookie-encoding during
7815: ^file::load[http was added
7816:
7817: * tests/: 221.html, 222.html: - tests for checking type of
7818: $table.fields.field were added
7819:
7820: * src/types/pa_vtable.C: - not used var decl was removed
7821:
7822: * src/include/pa_string.h: - use cached string length in Body::mid.
7823: it improves speed of match with brackets in pattern
7824:
7825: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7826: outside
7827:
7828: 2009-07-14 misha
7829:
7830: * src/types/pa_vtable.C: - $table.fields.a return string even if
7831: column is empty (sometime returned void) - $table.fields was
7832: added for nameless tables
7833:
7834: * src/targets/cgi/getopt.c: - one warning resolved
7835:
7836: * src/main/pa_string.C: - potentian bug fixed
7837:
7838: * src/classes/op.C: - small optimization in taint/untaint
7839:
7840: 2009-07-13 misha
7841:
7842: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7843: added
7844:
7845: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7846: souldn't add the attribut to output
7847:
7848: 2009-07-11 misha
7849:
7850: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7851: stack size was increaced to 2MB (default=1MB)
7852:
7853: 2009-07-08 misha
7854:
7855: * src/main/pa_string.C: - link to UTF-8 description was added
7856:
7857: * src/include/pa_hash.h: - hash keeps element's order in more
7858: places (ex: ._keys[])
7859:
7860: * tests/220.html: - test for checking order of elements in hash in
7861: foreach was added
7862:
7863: * tests/172.html: - small changes in printing hash
7864:
7865: * tests/129.html: - small changes in printing hash
7866:
7867: * src/: include/pa_common.h, include/pa_hash.h,
7868: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7869: types/pa_vmethod_frame.h: - hash now keeps order of elements
7870:
7871: * tests/014.html: - small changes in printing hash
7872:
7873: 2009-07-07 misha
7874:
7875: * src/classes/op.C: - new taint language "parser-code" was added
7876:
7877: * tests/219.html: - test for auto untaint parser code in process
7878: was added
7879:
7880: * src/classes/op.C: - tainted pieces in body of process are
7881: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7882:
7883: * src/: include/pa_string.h, main/untaint.C: - new language
7884: L_PARSER_CODE for auto-untaint in process was added
7885:
7886: * src/: classes/file.C, classes/hash.C, classes/image.C,
7887: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7888: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7889: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7890: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7891: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7892: code cleanup
7893:
7894: 2009-07-06 misha
7895:
7896: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7897: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7898: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7899:
7900: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7901: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7902: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7903: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7904: should be used
7905:
7906: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7907: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7908: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7909: untaint_cstr[m] should be used
7910:
7911: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7912: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7913:
7914: * tests/218.html: - test for checking automatic file-spec-taint was
7915: added
7916:
7917: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7918: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7919: classes/file.C, classes/hash.C, classes/image.C,
7920: classes/string.C, classes/table.C, classes/void.C,
7921: classes/xdoc.C: - optimizations and simplification of
7922: string.cstr(...)
7923:
7924: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7925: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7926: - optimizations and simplification of string.cstr(...)
7927:
7928: 2009-07-04 misha
7929:
7930: * tests/217.html: - test for recursion detection was added
7931:
7932: * src/: types/types.vcproj, main/main.vcproj,
7933: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7934: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7935: from .vcproj
7936:
7937: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7938:
7939: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7940: uploading files and case-insensitive http-method were added
7941:
7942: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7943: tainted pattern in ^file:list[] was added
7944:
7945: 2009-07-03 misha
7946:
7947: * src/: classes/classes.vcproj, main/main.vcproj,
7948: types/types.vcproj, targets/cgi/parser3.vcproj,
7949: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7950: for dynamic_cast) - little options changes
7951:
7952: * src/main/pa_http.C: - file::load[http works now with uploading
7953: files _and_ changing $.charset
7954:
7955: 2009-06-29 misha
7956:
7957: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7958: while creating pattern
7959:
7960: 2009-06-25 misha
7961:
7962: * src/classes/image.C, operators.txt: - options' names for
7963: ^image.font were changed to $.space, $.width and $spacing -
7964: default space width now == gif's width
7965:
7966: 2009-06-24 misha
7967:
7968: * tests/215.html: - tests for $file.mode were added
7969:
7970: * operators.txt: - added info about $file.mode and changes in
7971: ^image.font[
7972:
7973: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7974: param now could be omited - third param now could be hash (with
7975: all widths options: $.space-width, $.letter-width) - it's
7976: possible to specify tracking ($.letter-space)
7977:
7978: * src/classes/file.C: - file objects now could have mode field
7979: (text|binary)
7980:
7981: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7982:
7983: 2009-06-23 misha
7984:
7985: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7986: trim can work with utf-8 chars now
7987:
7988: 2009-06-20 misha
7989:
7990: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7991: was implemented
7992:
7993: * src/classes/table.C: - string length cacheing was implemented
7994:
7995: * src/include/pa_string.h: - string length cacheing was implemented
7996:
7997: 2009-06-17 misha
7998:
7999: * src/main/execute.C: - value param was removed from
8000: WContext::WContext
8001:
8002: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8003: pa_wwrapper.h: - value param was removed from WContext::WContext
8004: - field wcontext was removed from VCodeFrame (using fparent
8005: instead)
8006:
8007: * tests/214.html: - test with hash copying
8008:
8009: 2009-06-16 misha
8010:
8011: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8012: strings doesn't work in expression anymore
8013:
8014: * src/main/execute.C: - less calls for get_constructing() - little
8015: refactoring
8016:
8017: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8018: include/pa_request.h: - less calls for get_constructing()
8019:
8020: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8021: introduced with OPTIMIZE_SINGLE_STRING optimization
8022:
8023: 2009-06-14 misha
8024:
8025: * src/: classes/date.C, classes/file.C, classes/hash.C,
8026: classes/hashfile.C, classes/image.C, classes/regex.C,
8027: classes/table.C, classes/xdoc.C, classes/xnode.h,
8028: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8029: types/pa_vstateless_class.h, main/execute.C: - create object for
8030: storing object's fields only for parser objects
8031:
8032: 2009-06-13 misha
8033:
8034: * buildall-with-xml, buildall-without-xml: - new option was added
8035: for building GC (it slightly reduces memory usage)
8036:
8037: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8038: single string write
8039:
8040: * src/main/execute.C: - bytecode optimization of ^class:constructor
8041: - optimization of single string write
8042:
8043: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8044: - bytecode optimization of ^class:constructor
8045:
8046: 2009-06-09 misha
8047:
8048: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8049: main (better compatibility)
8050:
8051: 2009-06-08 misha
8052:
8053: * src/main/compile.y: - I've forgot to commit it :(
8054:
8055: 2009-06-07 misha
8056:
8057: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8058: WITH_READ and WITH_ROOT
8059:
8060: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8061: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8062: WITH_ROOT - little refactoring
8063:
8064: 2009-06-06 misha
8065:
8066: * tests/213.html: - tests for 3rd match string-param were added
8067:
8068: * src/classes/string.C: - 3rd match param could be string now
8069:
8070: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8071: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8072: GET_OBJECT_ELEMENT
8073:
8074: 2009-06-05 misha
8075:
8076: * src/main/pa_http.C: - bugfix: content-length was not calculated
8077: if $.body was specified
8078:
8079: 2009-06-04 misha
8080:
8081: * src/classes/op.C: - optimizing write_assign_lang in connect
8082:
8083: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8084:
8085: * src/main/execute.C: - little refactoring - optimizing
8086: write_assign_lang in taint/untaint
8087:
8088: * src/include/pa_opcode.h: - little refactoring
8089:
8090: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8091: main/compile_tools.h, main/execute.C: - optimizations for
8092: $self.field, ^self.method, $self.field[...] and $self.field(...)
8093: were added
8094:
8095: 2009-06-03 misha
8096:
8097: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8098:
8099: 2009-06-02 misha
8100:
8101: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8102: include/pa_opcode.h: - refactoring in last optimizations
8103: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8104: now but code is much easy and it is ready for further
8105: improvements.
8106:
8107: 2009-05-27 misha
8108:
8109: * src/: types/pa_junction.h, types/pa_vjunction.C,
8110: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8111: changed in destructing junctions
8112:
8113: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8114: String:Body
8115:
8116: 2009-05-26 misha
8117:
8118: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8119: one method detect_charset was deleted - bug was fixed in this
8120: method (error while detecting charset in content_type withot last
8121: ';')
8122:
8123: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8124: once
8125:
8126: 2009-05-25 misha
8127:
8128: * src/classes/file.C: - bugfix: file::exec didn't work after
8129: optimizing of helper_length
8130:
8131: 2009-05-24 misha
8132:
8133: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8134: were added - little refactoring
8135:
8136: * src/main/execute.C: - core while printing in debug log
8137: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8138: optimisations were added
8139:
8140: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8141: were added
8142:
8143: 2009-05-23 misha
8144:
8145: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8146: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8147: CORD_cat optimization
8148:
8149: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8150: - call constr optimisation under separate define now
8151:
8152: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8153: in $b should be string, not void
8154:
8155: * src/main/compile.y: - little fix for rem-cut optimisation
8156:
8157: * src/: include/pa_opcode.h, main/compile_tools.C,
8158: main/compile_tools.h, main/execute.C: - optimisations for
8159: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8160:
8161: * INSTALL: - description of some #defined were added
8162:
8163: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8164: before 1st access (memory usage is reduced if don't access to
8165: .text field)
8166:
8167: * src/include/pa_array.h: - array grows step now not static (it
8168: reduces numbers of reallocs)
8169:
8170: 2009-05-20 misha
8171:
8172: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8173: $.b(2), $c[d] and $.e[f] was added
8174:
8175: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8176: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8177: $.e[f] was added
8178:
8179: * src/main/execute.C: - debug printing moved in defines
8180:
8181: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8182: and little refactoring for OP_GET_OBJECT_ELEMENT +
8183: OP_GET_OBJECT_VAR_ELEMENT optimisation
8184:
8185: 2009-05-19 misha
8186:
8187: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8188: execute.C: - $a.$b & ^a.$b bytecode optimisation
8189:
8190: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8191: ^a.$b optimisation)
8192:
8193: * src/main/compile.y: - compiler now generate new opcodes:
8194: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8195: ^a.b - compiler now cut off ^rem{ with all content ; any number
8196: of params }
8197:
8198: * src/main/execute.C: - code for handle new opcodes
8199: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8200:
8201: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8202: added for LA2V and LA2S
8203:
8204: * src/include/pa_opcode.h: - new defines which can be used for
8205: disable some bytecode optimisation and new opcodes were added
8206:
8207: 2009-05-17 misha
8208:
8209: * src/lib/cord/cordxtra.c: - bugfix.
8210:
8211: * tests/212.html: - .size[] and .study_size[] were added to tests
8212:
8213: * operators.txt: - info about regex class was added
8214:
8215: * tests/212.html: - tests for regex class were added
8216:
8217: 2009-05-16 misha
8218:
8219: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8220: gc7.1
8221:
8222: * tests/022.html: - test for ^file:list[path;] (empty second param)
8223: was added
8224:
8225: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8226: param) should work
8227:
8228: 2009-05-15 misha
8229:
8230: * src/classes/table.C: - automatically disable stringstream usage
8231: on freebsd4
8232:
8233: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8234: scope
8235:
8236: * tests/211.html: - test with different types of access to hash was
8237: added
8238:
8239: * tests/210.html: - test which checks for loosing tainting in
8240: hash's keys was added
8241:
8242: * tests/208.html: - some parser work added. or stime == 0 %-)
8243:
8244: * src/lib/cord/cordbscs.c: - little hack was added to cord
8245:
8246: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8247:
8248: * src/include/pa_version.h, configure.in: - moko have made a lot of
8249: optimisations for increacing version number more dramatically :)
8250:
8251: * src/classes/date.C: - little refactoring: use constructor which
8252: accepts formated string
8253:
8254: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8255: which can print formatted string was added
8256:
8257: 2009-05-14 misha
8258:
8259: * src/include/pa_string.h: - type was fixed
8260:
8261: * src/: classes/hashfile.C, classes/op.C,
8262: include/pa_cache_managers.h, include/pa_charset.h,
8263: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8264: include/pa_request.h, include/pa_sql_driver_manager.h,
8265: include/pa_string.h, include/pa_stylesheet_manager.h,
8266: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8267: main/pa_charsets.C, main/pa_string.C,
8268: main/pa_stylesheet_connection.C, types/pa_value.h,
8269: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8270: types/pa_vobject.C, types/pa_vstateless_class.C,
8271: types/pa_vstateless_class.h: - hash_code caching was implemented
8272: (seaches should be faster now)
8273:
8274: * src/: classes/file.C, classes/hash.C, classes/image.C,
8275: classes/string.C, classes/table.C, include/pa_string.h,
8276: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8277: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8278: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8279: types/pa_vrequest.C: - String constructors don't have that stupid
8280: true/false param which means 'tainted'. they accept lang instead.
8281:
8282: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8283: with OPTIMIZE_RESULT
8284:
8285: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8286: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8287:
8288: 2009-05-13 misha
8289:
8290: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8291: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8292: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8293: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8294: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8295: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8296: include/pa_string.h, classes/date.C, classes/file.C,
8297: classes/hash.C, classes/image.C, classes/string.C,
8298: classes/table.C, classes/xdoc.C: - result optimisation -
8299: helper_length parameter removed from string constructors
8300:
8301: 2009-05-11 misha
8302:
8303: * tests/209.html: - tests for ^hash::create[hash] were added
8304:
8305: * tests/208.html: - tests for $status:rusage, $status:memory,
8306: ^memory:compact[] were added
8307:
8308: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8309: log10 were added
8310:
8311: * tests/206.html: - test for try with finally was added
8312:
8313: 2009-05-10 misha
8314:
8315: * tests/205.html: - test for ^file::create[...] was added
8316:
8317: * tests/204.html: - test for ^response:clear[] was added
8318:
8319: * tests/038.html: - tests for trigonometric functions were added
8320:
8321: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8322: added - more tests for .add, .sub, .union, .intersects and
8323: .intersections
8324:
8325: * tests/065.html: - test for ^file:dirname was added
8326:
8327: * tests/030.html: - test for $cookie:fields was added
8328:
8329: * tests/203.html: - test for ^h._keys[column name] was added
8330:
8331: * tests/201.html: - tests for .trim were added
8332:
8333: * tests/202.html: - tests for last-day,
8334: date:calendar[type](YYYY;MM;DD) were added
8335:
8336: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8337: .offset[type](N) were added
8338:
8339: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8340: and .pos[c](N) were added
8341:
8342: * tests/141.html: - test for math:sha1 was added
8343:
8344: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8345:
8346: 2009-05-09 misha
8347:
8348: * src/main/compile.y: - rollback
8349:
8350: 2009-05-05 misha
8351:
8352: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8353: replaced by is_empty()
8354:
8355: * src/: include/pa_string.h, main/pa_charset.C: - little
8356: optimisation: somewhere length() was replaced by is_empty()
8357:
8358: * src/classes/table.C: - little optimisation: somewhere length()
8359: was replaced by is_empty()
8360:
8361: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8362: classes/op.C, classes/table.C, main/pa_exception.C: - little
8363: optimisation: somewhere length() was replaced by is_empty()
8364:
8365: 2009-05-04 misha
8366:
8367: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8368: types/pa_vstateless_class.h, main/execute.C,
8369: include/pa_request.h, classes/hash.C, classes/op.C,
8370: classes/table.C: - more optimisations were added: some operators
8371: don't switch write context anylonger
8372:
8373: 2009-05-01 misha
8374:
8375: * src/main/compile.y: - slightly more opcode optimisations for
8376: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8377:
8378: * src/main/execute.C: - simplifying process for getters
8379:
8380: 2009-04-30 misha
8381:
8382: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8383:
8384: * tests/results/199.processed: - test for checking $result into
8385: ^rem was added
8386:
8387: * tests/199.html: - test for checking $result into ^rem was added
8388:
8389: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8390: some OS it returns list in different order)
8391:
8392: * src/: include/pa_array.h, include/pa_request.h,
8393: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8394: changes in stack impl - get_element() optimisation: 3rd param
8395: removed - bugfix: problems with reading empty input param -
8396: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8397:
8398: * tests/results/198.processed: - test for reading empty local var
8399: was added
8400:
8401: * tests/198.html: - test for reading empty local var was added
8402:
8403: 2009-04-29 misha
8404:
8405: * src/main/compile.y: - bugfix: couldn't compile because
8406: OP_VALUE__GET_ELEMENT should be unde #ifdef
8407:
8408: * src/: include/pa_array.h, include/pa_opcode.h,
8409: include/pa_request.h, main/compile.y, main/execute.C,
8410: main/pa_request.C, types/pa_vmethod_frame.C,
8411: types/pa_vmethod_frame.h: - we can work without opcode
8412: OP_STORE_PARAM, so it was removed
8413:
8414: 2009-04-28 misha
8415:
8416: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8417: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8418: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8419: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8420: 4.
8421: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8422:
8423: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8424:
8425: * src/: main/pa_string.C, classes/string.C: - !length() =>
8426: is_empty()
8427:
8428: 2009-04-27 misha
8429:
8430: * src/types/pa_vregex.h: - back explicit vars initialisation
8431:
8432: 2009-04-24 misha
8433:
8434: * src/classes/string.C: - ups. typo fixed
8435:
8436: * src/main/execute.C: - more replacements '*new VBool' to
8437: 'VBool::get' - checks for ^break[], ^continue[] and
8438: parser.interrupted were optimised
8439:
8440: * src/classes/string.C: - number of params.count() calls was
8441: slightly reduced
8442:
8443: 2009-04-23 misha
8444:
8445: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8446: make it x64 friendly
8447:
8448: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8449: parser is x64 friendly now
8450:
8451: 2009-04-22 misha
8452:
8453: * src/types/pa_vhashfile.C: - coder friendly exception about
8454: exceeding record size was added
8455:
8456: * src/classes/file.C: - use vregex object instead of direct calls
8457: methods from pcre lib
8458:
8459: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8460: classes/string.C: - use vregex object instead of direct calls
8461: methods from pcre lib
8462:
8463: * src/: include/pa_common.h, main/pa_common.C: - method
8464: print_pcre_exec_error_text was moved to class vregex
8465:
8466: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8467: was added
8468:
8469: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8470: - class vregex was added
8471:
8472: 2009-04-21 misha
8473:
8474: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8475:
8476: * src/: types/pa_junction.h, types/pa_value.C,
8477: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8478: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8479: junction-optimisation (destructors)
8480:
8481: * src/include/pa_array.h: - free under if now
8482:
8483: 2009-04-19 misha
8484:
8485: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8486:
8487: 2009-04-18 misha
8488:
8489: * src/include/pa_version.h:
8490: :q :
8491:
8492: CV:
8493: ----------------------------------------------------------------------
8494:
8495: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8496: refactoring
8497:
8498: * src/: include/pa_array.h, include/pa_hash.h,
8499: types/pa_vmethod_frame.h: - destructors under #ifdef now
8500:
8501: * src/include/pa_memory.h: - define for using destructors was added
8502:
8503: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8504: main/execute.C: - some junctions will be cached now
8505:
8506: * src/include/pa_hash.h: - hash destructor frees pairs now
8507:
8508: * src/include/pa_array.h: - inline was added to destructor
8509:
8510: * src/types/pa_method.h: - comment was changed
8511:
8512: 2009-04-17 misha
8513:
8514: * src/: include/pa_array.h, include/pa_hash.h,
8515: types/pa_vmethod_frame.h: - destructors were added
8516:
8517: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8518: renamed to always_use_result
8519:
8520: * src/main/: compile.y, compile_tools.h: - rollback changes in
8521: compiler: full backward compatibility is better
8522:
8523: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8524: result in var's hash
8525:
8526: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8527: optimisation in method_frame
8528:
8529: * src/include/pa_array.h: - optimisation in array (allocate
8530: elements only when needed)
8531:
8532: * src/types/pa_vresponse.C: - check for $response:headers field
8533: before looking at custom fields
8534:
8535: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8536: not needed to check existance var with name 'result' in var's
8537: hash
8538:
8539: * src/main/compile.y: - compiler was changed: now it detects
8540: writings to $result and set flag writo_to_result in method
8541:
8542: * src/classes/string.C: - little optimisation: no needed to write
8543: number with lang
8544:
8545: * src/main/pa_charset.C: - methods readChar and skipChar which is
8546: used for read utf8-strings were renamed - is_escaped was renamed
8547: to isEscaped (to the same name convention)
8548:
8549: * src/: types/pa_method.h, main/compile_tools.h: - flag
8550: write_to_result added. compiler get this info from code.
8551:
8552: 2009-04-16 misha
8553:
8554: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8555: String only before 1st write
8556:
8557: * src/include/pa_string.h: - not needed template removed
8558:
8559: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8560: types/pa_vjunction.C, types/pa_vproperty.C,
8561: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8562: main/pa_request.C, classes/bool.C, classes/double.C,
8563: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8564: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8565: bool objects)
8566:
8567: 2009-04-15 misha
8568:
8569: * src/lib/cord/cordxtra.c: - more optimisation
8570:
8571: * src/: include/pa_string.h, main/untaint.C: - String::append
8572: optimisation
8573:
8574: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8575: then get and can sometime be used)
8576:
8577: * src/main/pa_string.C: - String::length optimisation
8578:
8579: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8580: these methods read different strings
8581:
8582: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8583: fresult_initial_void removed + some optimisation - if $result
8584: defined we don't write to context anymore
8585:
8586: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8587: need just skip char)
8588:
8589: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8590: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8591: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8592:
8593: * src/types/pa_vvoid.h: - added get() method for retreave one
8594: instance
8595:
8596: 2009-04-11 misha
8597:
8598: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8599:
8600: * tests/197.html: - test for parser://test in xml was added
8601:
8602: * src/classes/string.C: - small optimisation
8603:
8604: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8605: optimisation
8606:
8607: 2009-04-10 misha
8608:
8609: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8610: to pcre-7.8
8611:
8612: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8613:
8614: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8615: added
8616:
8617: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8618: $request:CLASS_NAME were added
8619:
8620: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8621: were added
8622:
8623: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8624: $env:CLASS_NAME were added
8625:
8626: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8627: '@todo' now
8628:
8629: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8630: compirer
8631:
8632: * src/main/pa_string.C: - little code cleanup
8633:
8634: * src/main/pa_common.C: - describe one more UTF-8 related error
8635: during PCRE compile/execute
8636:
8637: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8638: normalizing todo-comments: '@todo' now
8639:
8640: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8641:
8642: * src/main/pa_charset.C: - type changed for making compiler happy
8643:
8644: 2009-03-10 misha
8645:
8646: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8647: in main()
8648:
8649: 2009-02-01 misha
8650:
8651: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8652: boundary
8653:
8654: 2009-01-25 misha
8655:
8656: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8657:
8658: * src/classes/file.C: - more changes for parsing different number
8659: of params for file::load
8660:
8661: * tests/193.html: - tests for exception while base64-decode binary
8662: to string was added
8663:
8664: * tests/192.html: - tests for file::load with different number of
8665: options
8666:
8667: * src/classes/math.C: - ups. forgot '+1'
8668:
8669: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8670: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8671: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8672: (new option $.encode[multipart-form/data] should be specified) -
8673: $.method[] option for file::load now is not case-sensitive
8674:
8675: * src/: include/pa_string.h, main/untaint.C: - for file post the
8676: new taint language L_FILE_POST was added
8677:
8678: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8679: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8680: stuff was moved to separate files
8681:
8682: 2009-01-23 misha
8683:
8684: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8685: spaces to tabs were converted
8686:
8687: 2009-01-12 misha
8688:
8689: * src/main/pa_http.C: - value of $.method[] option force uppercased
8690: now
8691:
8692: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8693: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8694: their names
8695:
8696: * src/main/pa_common.C: - changes in formating
8697:
8698: * src/: classes/file.C, main/pa_http.C: - some constants changed
8699: their names
8700:
8701: * src/include/pa_http.h: - some spaces were converted to tabs
8702:
8703: * src/include/pa_common.h: - some constants changed their names
8704:
8705: * src/classes/file.C: - fixed 4-th paramether for file::load -
8706: little code rewriting
8707:
8708: * src/types/pa_vfile.C: - little code rewriting
8709:
8710: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8711: types/pa_value.h: - some formating changes
8712:
8713: * src/include/pa_common.h: - some formating spaces transformed to
8714: tabs
8715:
8716: * src/classes/string.C: - exception while base64-decode binary to a
8717: string
8718:
8719: 2009-01-11 misha
8720:
8721: * configure.in: - version changed to 3.3.1b
8722:
8723: 2008-09-05 misha
8724:
8725: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8726: release_3_3_0 on 2008-09-05 10:59:35 +0000
8727:
8728: 2008-09-04 misha
8729:
8730: * tests/: 130.html, 131.html: - these exceptions not typeless
8731: anymore
8732:
8733: * src/classes/op.C: - exception with 'invalid taint language' not
8734: typeless anylonger
8735:
8736: * src/classes/image.C: - some exceptions while operations with
8737: image not typeless anymore
8738:
8739: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8740: main/pa_exec.C, main/pa_http.C: - some exceptions while
8741: operations with files not typeless anymore
8742:
8743: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8744: types/pa_vdate.h: - exceptions while checking date range not
8745: typeless anymore
8746:
8747: * src/include/pa_exception.h: - exception type string for invalid
8748: date range was added
8749:
8750: 2008-09-03 misha
8751:
8752: * src/: classes/file.C, main/pa_string.C: - exception while pce
8753: operations not typeless anymore
8754:
8755: * src/include/pa_exception.h: - exception type for pce operations
8756: was added
8757:
8758: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8759: and .CLASS_NAME insite classes
8760:
8761: * src/classes/table.C: - don't save table header whiile
8762: ^table.save[append;filename] if file exists
8763:
8764: 2008-09-02 misha
8765:
8766: * src/main/compile.y, src/main/compile_tools.h,
8767: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8768: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8769: renamed to partial and it login changed: we must mark class as
8770: partial for allow their modifications in future.
8771:
8772: 2008-08-29 misha
8773:
8774: * tests/results/022.processed: - testing taint[regex] in mask for
8775: file:list
8776:
8777: * tests/022.html: - testing taint[regex] in mask for file:list
8778:
8779: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8780: for file:list was added
8781:
8782: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8783: file:list
8784:
8785: 2008-08-26 misha
8786:
8787: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8788: last derived object
8789:
8790: * src/classes/image.C: - many strings "image.format" replaced by
8791: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8792: understand some more exif tags
8793:
8794: * src/include/pa_exception.h: - string "image.format" was added
8795:
8796: 2008-08-21 misha
8797:
8798: * src/: main/pa_string.C, classes/file.C: - use method for print
8799: pcre_exec text error
8800:
8801: * src/main/pa_common.C: - method for print pcre_exec text error was
8802: added
8803:
8804: * src/include/pa_common.h: - method declaration for print pcre_exec
8805: text error was added
8806:
8807: 2008-08-19 misha
8808:
8809: * src/main/execute.C: - bugfix: opcodes must be in separate
8810: namespace while debug execution as well
8811:
8812: * tests/: 015.html, results/015.processed: - test for escaping some
8813: parser chars was added
8814:
8815: 2008-08-18 misha
8816:
8817: * tests/: 190.html, 190.p, results/190.processed: - test for
8818: $caller.self.field + default getter in one class was added
8819:
8820: * tests/: 189.html, results/189.processed: - test for
8821: ^date::create[date object]
8822:
8823: * tests/: 188.html, results/188.processed: - tests for match with
8824: UTF-8 strings
8825:
8826: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8827: ^string.match[]
8828:
8829: * ChangeLog: - parser 3.3.0 beta13
8830:
8831: 2008-08-15 misha
8832:
1.116 moko 8833: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8834: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8835: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8836: dftables.c: - old PCRE files removed
1.95 moko 8837:
8838: * src/lib/pcre/config.h: - configuration for PCRE library
8839:
8840: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8841: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8842:
8843: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8844: library and set flag UTF8 if $request:charset is UTF-8
8845:
8846: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8847: include/pa_config_fixed.h: - moved to new PCRE library
8848:
8849: * src/: main/main.vcproj, types/types.vcproj,
8850: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8851: win32\pcre instead of parser3\src\lib\pcre
8852:
8853: * src/: include/pa_opcode.h, include/pa_operation.h,
8854: main/compile.C, main/compile.y, main/compile_tools.C,
8855: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8856: opcodes were moved to separate namespace
8857:
8858: 2008-08-14 misha
8859:
8860: * src/types/pa_vstateless_class.C: - newline at the end missed
8861:
8862: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8863: tainting
8864:
8865: 2008-08-11 misha
8866:
8867: * tests/: 187.html, 187.p, results/187.processed: - tests for
8868: $caller.self, $caller.self.field and $caller.self.field[value]
8869: were added
8870:
8871: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8872: runtime as well (for $caller.self)
8873:
8874: 2008-07-25 misha
8875:
8876: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8877: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8878: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8879: tests with international characters
8880:
8881: 2008-07-23 misha
8882:
8883: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8884: file::load[...;http://
8885:
8886: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8887: now everywhere in separate namespace
8888:
8889: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8890: for vars
8891:
8892: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8893: can be escaped by '^'
8894:
8895: 2008-07-22 misha
8896:
8897: * src/classes/string.C, tests/186.html: - names changes:
8898: escape=>js-escape, unescape=>js-unescape
8899:
8900: 2008-07-21 misha
8901:
8902: * tests/results/186.processed: - test for string escape/unescape
8903:
8904: * tests/186.html: - test for string escape/unescape
8905:
8906: * src/classes/string.C: - string has escape and unescape methods
8907: now
8908:
8909: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8910: added
8911:
8912: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8913: method-layers added (with different params)
8914:
8915: 2008-07-18 misha
8916:
8917: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8918: was added
8919:
8920: * tests/185.html: - test for ^str.pos[sub](offset) added
8921:
8922: * src/classes/string.C, src/classes/void.C, operators.txt: -
8923: ^string.pos[substr](offset) -- 2nd param accepted now
8924:
8925: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8926: strings
8927:
8928: 2008-07-17 misha
8929:
8930: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8931: helper length added for mid for small optimisation
8932:
8933: 2008-07-16 misha
8934:
8935: * tests/: 185.html, results/185.processed: - tests for
8936: length/left/right/mid/pos with utf-8 strings
8937:
8938: * src/classes/string.C: - left/right/mid/length/pos works fine for
8939: utf-8 strings
8940:
8941: * src/main/untaint.C: - comments removed
8942:
8943: * src/: include/pa_string.h, main/pa_string.C,
8944: include/pa_charset.h, main/pa_charset.C: - methods for working
8945: with pos/mid for strings in utf-8 were added
8946:
8947: 2008-07-15 misha
8948:
8949: * tests/: 184.html, results/184.processed: - test for case body as
8950: expression: $var(^switch(1){^case(1)(true)..})
8951:
8952: * src/classes/op.C: - case body can be expression now:
8953: $var(^switch(1){^case(1)(true)..})
8954:
8955: * tests/: results/183.processed, 183.html: - added test for testing
8956: new cookie encoding (%uXXXX)
8957:
8958: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8959: decoding for backward compatibility they decoded from %XX in
8960: request:charset too
8961:
8962: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8963: - cookie class now decode cookies before first access after last
8964: request:charset changing (as form class).
8965:
8966: * src/main/pa_charset.C: - added method escape for escaping cookies
8967: as %uXXXX - before transcode calculate required space for dest
8968: string. it reduce mem usage for transcode
8969:
8970: * src/include/pa_charset.h: - added method escape for escaping
8971: cookies as %uXXXX
8972:
8973: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8974: was added. will used for escaping cookies as %uXXXX
8975:
8976: * src/include/pa_common.h: - escape method has new option for skip
8977: converting '+' to a space char
8978:
8979: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8980: transcode - escape method has new option for skip converting '+'
8981: to a space char
8982:
8983: 2008-07-08 misha
8984:
8985: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8986: (no UE if more then 1 case matches anylonger) - optimization:
8987: doing searching.as_string() || searching.as_double() only once
8988:
8989: 2008-07-04 misha
8990:
8991: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8992: now ^date::create[date object] works
8993:
8994: * src/classes/string.C: - left and right added as aliases for start
8995: and end in ^string.trim[]
8996:
8997: 2008-07-03 misha
8998:
8999: * src/classes/file.C: - allow $.limit for file::sql as well
9000:
9001: * src/classes/file.C: - allow $.offset option for file::sql - force
9002: send limit=1 to query for use sql specifics authomatically
9003:
9004: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9005: if $.limit value if empty. autoconvert it as everywere
9006:
9007: 2008-07-02 misha
9008:
9009: * configure.in: - time to change version number to 3.3.0 %-)
9010:
9011: * src/include/pa_version.h: - time to change version number to
9012: 3.3.0 %-)
9013:
9014: 2008-06-26 misha
9015:
9016: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9017: $.limit(0) fixes
9018:
9019: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9020: - $.limit(0) fixes
9021:
9022: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9023: new API)
9024:
9025: * src/: include/pa_sql_driver_manager.h,
9026: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9027: classes/op.C: - document_root added
9028:
9029: * src/main/compile.tab.C: - error message was changed
9030:
9031: 2008-06-25 misha
9032:
9033: * src/main/compile.y: - error message was changed
9034:
9035: 2008-06-24 misha
9036:
9037: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9038:
9039: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9040: tests for @OPTIONS\nappend
9041:
9042: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9043:
9044: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9045:
9046: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9047:
9048: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9049: compile.y
9050:
9051: 2008-06-17 misha
9052:
9053: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9054: compilation: ^if(default){true. it's incorrect. must be
9055: exception}
9056:
9057: 2008-06-16 misha
9058:
9059: * tests/: 181.ent, 181.html, results/181.processed: - test for
9060: checking external reference loading with 'http://localhost'
9061: prefix while creating xdoc
9062:
9063: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9064: ^math:long2ip[] and ^math:ip2long[]
9065:
9066: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9067: added which use scalar stateless class method when user object
9068: used in scalar context - use get_scalar_value when user object
9069: requested in scalar context
9070:
9071: * src/main/pa_common.C: - size must be int but not size_t or we
9072: can't compare with 0 sprintf result
9073:
9074: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9075: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9076: with internal switch between local/global vars
9077:
9078: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9079: specified
9080:
9081: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9082: pa_vstateless_object.h: - stateless class and object now has
9083: private scalar field and getter/setter for working with it
9084:
9085: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9086: moved to inet static class
9087:
9088: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9089: class added (^inet:aton[IP], ^inet:ntoa(number))
9090:
9091: * tests/: 180.html, results/180.processed: - tests for
9092: ^math:long2ip(long) and ^math:ip2long[IP]
9093:
9094: * src/classes/math.C: - ^math:ip2long[IP] added
9095:
9096: 2008-06-11 misha
9097:
9098: * src/main/pa_xml_io.C: - use file_read_text again because of we
9099: need cut BOM code and remove DOS newline chars. but don't
9100: transcode it anyway.
9101:
9102: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9103: main/pa_http.C: - option for disable transcoding while file_read
9104: and file_read_text added
9105:
9106: 2008-06-10 misha
9107:
9108: * tests/: 179.html, 179.p, results/179.processed: - test for many
9109: classes in 1 file
9110:
9111: * src/main/: compile.C, compile_tools.h: - compile return list of
9112: classes now.
9113:
9114: * src/main/: compile.y, compile.tab.C: - compile return list of
9115: classes now. internals.
9116:
9117: * src/main/pa_request.C: - compile return list of classes now. try
9118: call @conf and @auto for each returned class
9119:
9120: * src/include/pa_request.h: - compile return list of classes now
9121:
9122: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9123: return list of classes when compile buf)
9124:
9125: 2008-06-07 misha
9126:
9127: * src/main/pa_request.C: - constructing VRequest object with 3rd
9128: param -- form
9129:
9130: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9131: 3rd param: form. needed for get post_charset
9132:
9133: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9134: added
9135:
9136: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9137: types/pa_vform.C, types/pa_vform.h: - some polish
9138:
9139: 2008-06-06 misha
9140:
9141: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9142: charset and decode chars from it but not from response:charset
9143:
9144: * src/main/pa_http.C: - detect_charset moved out of here
9145:
9146: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9147: methods moved here - unescape_chars accepn one charset now
9148:
9149: * src/main/pa_http.C: - new constants used - don't allow
9150: $.content-type in ^file::load[;http://;$.method[POST]] - add
9151: charset info while ^file::load[;http://;$.method[POST]] - option
9152: $.omit-post-charset(true) added to ^file::load[;http://] for
9153: disabling charset during post
9154:
9155: * src/types/pa_vform.C: - new constants used
9156:
9157: * src/include/pa_common.h: - some constants were added
9158:
9159: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9160: instead of StrEqNc
9161:
9162: * src/main/pa_common.C: - new method for caseless search
9163: c-substring in c-string - use isxdigit instead of is_hex_digit
9164:
9165: * src/include/pa_common.h: - new method for caseless search
9166: c-substring in c-string
9167:
9168: 2008-06-05 misha
9169:
9170: * tests/results/178.processed: - test for testing default getter
9171:
9172: * tests/178.html: - test for testing default getter
9173:
9174: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9175: for test for testing default getter
9176:
9177: * src/main/execute.C: - default getter soul
9178:
9179: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9180: requested objects' field not found
9181:
9182: * src/types/pa_vclass.C: - register default getter if defined - get
9183: default getter if requested field not found
9184:
9185: * src/types/pa_vstateless_object.h: - method get_default_getter was
9186: added
9187:
9188: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9189: pointer to default getter and methods for get/set it were added
9190:
9191: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9192: auto_name field (for default getter)
9193:
9194: 2008-06-04 misha
9195:
9196: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9197: transcoding, no cutting BOM code, no fixing line breaks) and get
9198: it to libxml "as is"
9199:
9200: 2008-06-03 misha
9201:
9202: * src/main/pa_common.C: - use store_Char instead of
9203: transcodeCharFromUTF8
9204:
9205: * src/: include/pa_charset.h, main/pa_charset.C: - method
9206: store_Char added, transcodeCharFromUTF8 -- removed
9207:
9208: 2008-06-02 misha
9209:
9210: * tests/: results/177.processed, 177.html: - test for checking
9211: .[acm]date after local ^file::load[] was added
9212:
9213: * tests/: results/176.processed, 176.html: - test for checking
9214: @OPTION\locals + @method[vars][locals] added
9215:
9216: * tests/results/auto.p: - CLASS_PATH specified for checking use
9217:
9218: 2008-05-30 misha
9219:
9220: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9221: @OPTION\nlocals + @method[vars][;locals;] were added
9222:
9223: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9224: moved to separate method op_code - switch from VMethodFrame to
9225: VMethodFrameGlobal + VMethodFrameLocal
9226:
9227: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9228: was moved to separate method op_code
9229:
9230: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9231: VMethodFrame now
9232:
9233: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9234: all_vars_local as well
9235:
9236: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9237: pa_vmethod_frame_local.h, Makefile.am: - who children for
9238: VMethodFrame were added: one (global) works as VMethodFrame
9239: before and second (local) write all vars in self vars scope
9240:
9241: * src/types/pa_method.h: - method has bool flag all_vars_local now
9242:
9243: 2008-05-29 misha
9244:
9245: * tests/: 129.html, results/129.processed: - more tests for
9246: ^table.hash[]
9247:
9248: * src/classes/hash.C: - ^hash::sql has a new option:
9249: $.type[hash|string|table] as ^table.hash[] one.
9250:
9251: * src/classes/op.C: - ^try has 3rd param now: finally code which
9252: executed anyway after try or catch section
9253:
9254: 2008-05-27 misha
9255:
9256: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9257: must not fail if $.distinct(1) wasn't specified
9258:
9259: 2008-05-26 misha
9260:
9261: * src/classes/op.C: - allow ^throw[my type]
9262:
9263: 2008-05-22 misha
9264:
9265: * configure.in, configure: - version number updated to 3.2.4b
9266:
9267: * src/classes/: op.C, string.C: - trim format string before
9268: eval/format
9269:
9270: * tests/: results/175.processed, 175.html: - more tests for
9271: different format strings in .format[]
9272:
9273: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9274: as well (not only %XX)
9275:
9276: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9277: charset specified - checks for format before print number
9278: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9279: (instead of tabs) removed
9280:
9281: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9282: charset specified
9283:
9284: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9285: char in requested charset from utf code was added
9286:
9287: 2008-05-19 misha
9288:
9289: * tests/: 174.html, results/174.processed: - test for
9290: ^hashfile.cleanup[] added
9291:
9292: * src/classes/hashfile.C: - optimization: don't create any key or
9293: value variable if it's name weren't specified
9294: (^hf.foreach[;v]{...})
9295:
9296: 2008-05-16 misha
9297:
9298: * src/classes/hash.C: - optimization: don't create any key variable
9299: if variable name wasn't specified (^h.foreach[;v]{...})
9300:
9301: 2008-05-15 misha
9302:
9303: * src/classes/op.C: - small changes
9304:
9305: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9306:
9307: * src/classes/hash.C: - calculate var_context once before foreach
9308:
9309: 2008-05-14 misha
9310:
9311: * src/classes/hashfile.C: - incorrect vars context calculation for
9312: ^hashfile.foreach[;]{} fixed
9313:
9314: * src/classes/: hash.C, table.C: - little optimisation
9315:
9316: * src/classes/file.C: - bugfix: double absolute path while loading
9317: file
9318:
9319: * tests/: 174.html, results/174.processed: - tests for hashfile
9320: were added
9321:
9322: * buildall-with-xml: - moving to libxslt 1.1.24
9323:
9324: 2008-04-30 misha
9325:
9326: * src/classes/file.C: - stat file while loading (local only) so
9327: .adate, .mdate and .cdate available without additional ::stat
9328:
9329: 2008-04-28 misha
9330:
9331: * src/classes/file.C: - $.name and $.content-type available for
9332: stated file
9333:
9334: 2008-04-14 misha
9335:
9336: * src/targets/cgi/parser3.C: - new year in copyright %-)
9337:
9338: * src/include/pa_version.h: - new version number in head
9339:
9340: 2008-04-10 misha
9341:
9342: * tests/: 080.html, results/080.processed: - cut '0' from
9343: exponential part because of on diff OS it differ (20 or 020 for
9344: ex)
9345:
9346: * tests/: 119.html, results/119.processed: - check for encoding
9347: while creating xdoc
9348:
9349: 2008-04-09 misha
9350:
9351: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9352:
9353: * src/main/pa_common.C: - comment added
9354:
9355: * src/classes/date.C: - little refactoring
9356:
9357: 2008-04-07 misha
9358:
9359: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9360: style of ^table.save[]: prepare one big string and sabe it at
9361: once. it's safe on freebsd 4.x but use much more memory.
9362:
9363: * buildall-with-xml, buildall-without-xml: - option
9364: --disable-stringstream added (under comment. use it on freebsd
9365: 4.x)
9366:
9367: 2008-02-22 misha
9368:
9369: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9370: specified together in file::load[;http] - get back transcoding
9371: $.body[] in file::load[;http]
9372:
9373: 2008-02-21 misha
9374:
9375: * src/classes/date.C: - ^date.gmt-string[] was added
9376:
9377: * src/types/pa_value.C: - method for output date in RFC 822 format
9378: moved to pa_common.h
9379:
9380: * src/include/pa_common.h: - method for output date in RFC 822
9381: format moved here from pa_value.C
9382:
9383: * src/types/pa_vmail.C: - fixed core in sending mail with
9384: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9385:
9386: 2008-02-20 misha
9387:
9388: * src/main/pa_http.C: - transcode $.headers before escaping into
9389: specified charset while ^file::load[...;http://...] (L_URI
9390: instead of L_HTTP_HEADER) - $.cookies param available in
9391: ^file::load[;http://...] now (but we don't parse set-cookies from
9392: response yet) (cookies not transcoded as common $cookies)
9393:
9394: 2008-02-19 misha
9395:
9396: * src/main/pa_request.C: - rollback: we mustn't force taint
9397: $response:field values because in this case
9398: $response:locateion[http://...] don't works.
9399:
9400: 2008-02-15 misha
9401:
9402: * src/classes/op.C: - little refactoring
9403:
9404: * src/main/pa_http.C: - taint names of $.headers for load[;http
9405:
9406: * src/main/pa_request.C: - force taint values of $response:field
9407:
9408: 2008-02-14 misha
9409:
9410: * src/main/pa_request.C: - $response:field transcoded to
9411: $response:charset before escaping now
9412:
9413: * src/main/pa_http.C: - some outdated comments removed
9414:
9415: * src/classes/date.C: - lastdat -> last-day
9416:
9417: * src/classes/date.C: - ^date:lastday(year;month) and
9418: ^date.lastday[] were added - little code refactoring - comments
9419: changes
9420:
9421: * tests/: 159.html, results/159.processed: - test for number of
9422: days in February
9423:
9424: * src/types/pa_value.C: - fixes in code formatting
9425:
9426: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9427: and comments
9428:
9429: 2008-02-13 misha
9430:
9431: * src/main/pa_common.C: - bugfix for february at leap year
9432:
9433: 2008-01-28 misha
9434:
9435: * tests/: 160.html, results/160.processed: - more test for cache
9436: added
9437:
9438: * src/classes/op.C: - bugfix: cache body executed twice if contains
9439: unhandled exception
9440:
9441: 2008-01-25 misha
9442:
9443: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9444: bug when hashfile became inavailable after memory:compact)
9445:
9446: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9447:
9448: 2008-01-22 misha
9449:
9450: * src/classes/table.C: - little refactiring and exception texts
9451: changes in method ^table.hash[]
9452:
9453: * src/types/pa_vcookie.C: - link to cookie specification changed
9454:
9455: 2008-01-21 misha
9456:
9457: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9458: file::exec/cgi
9459:
9460: * src/classes/file.C: - bugfix: core while processing headers if
9461: executed cgi script don't return content
9462:
9463: 2008-01-18 misha
9464:
9465: * buildall-with-xml: - move to libxml2 version 2.6.31
9466:
9467: * src/include/pa_version.h, configure.in: - version number updated
9468: to '3.2.3b'
9469:
9470: 2007-12-28 misha
9471:
9472: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9473: hash.contains
9474:
9475: 2007-12-27 misha
9476:
9477: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9478: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9479: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9480: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9481: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9482: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9483: src/targets/cgi/parser3.vcproj,
9484: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9485: back to VS2003 because of Apache 1.3 module can't work if it was
9486: built in VS 2005. with cgi all file so VS2003 project files can
9487: be easy converted to the new format.
9488:
9489: 2007-12-04 misha
9490:
9491: * src/types/pa_vcode_frame.h: - changes in comment
9492:
9493: 2007-11-29 misha
9494:
9495: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9496: intercept strings any longer
9497:
9498: * tests/: 173.html, results/173.processed: - tests for
9499: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9500: but not in main code frame
9501:
9502: * tests/: 172.html, results/172.processed: - more tests for pass
9503: objects from code frames
9504:
9505: 2007-11-27 misha
9506:
9507: * tests/: 152.html, results/152.processed: - tests for converting
9508: strings 'true'/'false' to bool were added
9509:
9510: * tests/152.html: - added checks for converting strings
9511: 'true'/'false' to bool
9512:
9513: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9514: not only strings with numbers but with values 'true'/'false' as
9515: well
9516:
9517: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9518: for parser3.log increased
9519:
9520: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9521:
9522: * src/include/pa_common.h: - remove_crlf return cstring size now
9523:
9524: * src/include/pa_types.h: - constant with buffer size for
9525: parser3.log added
9526:
9527: 2007-11-16 misha
9528:
9529: * tests/cat.sh: - script for tests for file::exec/cgi
9530:
9531: * tests/171.html: - tests for file::exec/cgi
9532:
9533: * tests/results/171.processed: - tests results for file::exec/cgi
9534:
9535: 2007-11-15 misha
9536:
9537: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9538:
9539: * src/classes/file.C: - .body must be set before analyzing cgi
9540: headers
9541:
9542: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9543: only if exec/cgi return anything.
9544:
9545: 2007-11-14 misha
9546:
9547: * operators.txt: - info about new text|binary option for
9548: file::exec/cgi was added
9549:
9550: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9551: ^file:exec[[text|binary];script;...]
9552:
9553: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9554: classes/string.C, classes/table.C: - more text strings moved to
9555: the one place
9556:
9557: 2007-11-09 misha
9558:
9559: * src/types/pa_vrequest.C: - $request:argv must be taint
9560:
9561: * ChangeLog: - $request:argv [patch from Sumo]
9562:
9563: * operators.txt: - $request:argv
9564:
9565: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9566: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9567:
9568: 2007-10-25 misha
9569:
9570: * buildall-with-xml, buildall-without-xml: - options preparations
9571: for ./configure rewrited
9572:
9573: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9574: error occure in unhandled_exception finally fixed
9575:
9576: 2007-10-23 misha
9577:
9578: * tests/: 170.html, results/170.processed: - test for
9579: @method[][result]
9580:
9581: * operators.txt: - added info about node.prefix and
9582: node.namespaceURI
9583:
9584: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9585:
9586: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9587: added for node and attribute
9588:
9589: 2007-10-22 misha
9590:
9591: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9592:
9593: * src/main/pa_request.C: - added const content-transfer-encoding
9594:
9595: * src/include/pa_request.h: - added const content-transfer-encoding
9596: - ups. constants must be in lowercase (for search)
9597:
9598: * src/types/pa_vmail.C: - more constants used -
9599: content-transfer-encoding: 8bit added
9600:
9601: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9602:
9603: * src/include/pa_request.h: - more constants
9604:
9605: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9606: ommit anymore if $.content-disposition was specified - little
9607: refactoring
9608:
9609: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9610:
9611: 2007-10-17 misha
9612:
9613: * operators.txt: - info about
9614: table::create[nameless]{data}[>options<] was added
9615:
9616: * src/main/: compile.tab.C, compile.y: - if error occure while
9617: compile method don't put this method in methods table anymore.
9618: in other case the parser coredumped if @unhandled_exception
9619: method can't be compiled because of parser.compile error.
9620:
9621: * src/main/execute.C: - little code reformating
9622:
9623: * src/main/pa_request.C: - little code reformating - comment
9624: changed
9625:
9626: 2007-10-16 misha
9627:
9628: * tests/: 035.html, results/035.processed: - tests
9629: table::create[]{}[options] added
9630:
9631: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9632: options (only $.seperator[] yet)
9633:
9634: 2007-10-10 misha
9635:
9636: * src/classes/table.C: - some contstants moved to pa_common.h -
9637: some code changes
9638:
9639: 2007-10-02 misha
9640:
9641: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9642: then three time as much. but base64 encoding method still use
9643: less memory anyway.
9644:
9645: 2007-09-17 misha
9646:
9647: * operators.txt: - added info about $cookie:fields
9648:
9649: * src/types/pa_vcookie.C: - $cookie:fields available now
9650:
9651: * src/classes/hash.C: - some stuff for use with .for_each moved to
9652: common
9653:
9654: * src/include/pa_common.h: - some stuff for use with .for_each
9655: moved here
9656:
9657: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9658:
9659: 2007-09-14 misha
9660:
9661: * buildall-with-xml: - new xml libs again =)
9662:
9663: 2007-08-28 misha
9664:
9665: * operators.txt: - texts about ^table.columns[[column name]] and
9666: ^string.split[...][v][column name] were added
9667:
9668: * tests/: 168.html, 169.html, results/168.processed,
9669: results/169.processed: - tests for ^table.columns[[column name]]
9670: and ^string.split[...][v][column name] were added
9671:
9672: * src/classes/table.C: - new option ^table.columns[[column name]]
9673: was added
9674:
9675: * src/classes/string.C: - new option ^string.split[...;v;[column
9676: name]]
9677:
9678: * src/include/pa_exception.h: - error text message for
9679: ^hash._keys[], ^table.columns[] and ^string.split[]
9680:
9681: 2007-08-27 misha
9682:
9683: * src/main/untaint.C: - try to fix coredump on unix if print to
9684: body ^taint[sql][something] outside of connect
9685:
9686: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9687: outside of connect
9688:
9689: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9690: added (commented by default)
9691:
9692: 2007-08-20 misha
9693:
9694: * operators.txt: - comment about new method ^node.hasAttributes[]
9695: was added
9696:
9697: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9698: duplicated exception text strings were removed
9699:
9700: * src/include/pa_exception.h: - more exception text strings moved
9701: here
9702:
9703: * src/classes/table.C: - some duplicate exceptions' text strings
9704: removed
9705:
9706: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9707: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9708: removed
9709:
9710: * src/include/pa_exception.h: - some exception text strings movet
9711: to pa_exception
9712:
9713: * tests/: 149.html, results/149.processed: - test for
9714: ^xnode.hasAttributes[] was added - some code changes
9715:
9716: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9717: added
9718:
9719: 2007-08-17 misha
9720:
9721: * tests/: results/006.processed, results/059.processed, 006.html,
9722: 059.html: - more tests for match
9723:
9724: * tests/: 129.html, results/129.processed: - tests for
9725: ^table.hash[...][$.type[string|hash|table]] added
9726:
9727: * src/targets/cgi/parser3.C: - little syntax changes
9728:
9729: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9730: syntax changes
9731:
9732: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9733: messages in parser3.log switched off by default. If someone
9734: really still need it: use $SIGPIPE(1)
9735:
9736: 2007-08-08 misha
9737:
9738: * buildall-with-xml, buildall-without-xml: - remove libs source
9739: files by default since now
9740:
9741: 2007-08-07 misha
9742:
9743: * buildall-without-xml: - some option syntax changes
9744:
9745: * buildall-with-xml: - compile libxml2 without http support - some
9746: option syntax changes
9747:
9748: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9749:
9750: 2007-08-06 misha
9751:
9752: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9753:
9754: * tests/: 160.html, results/160.processed: - cache test was
9755: rewrited
9756:
9757: 2007-07-06 misha
9758:
9759: * tests/: 153.html, results/153.processed: - added test for
9760: ^math:sha1[string]
9761:
9762: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9763: transcoded
9764:
9765: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9766: were added
9767:
9768: 2007-06-28 misha
9769:
9770: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9771: some incorrect chars
9772:
9773: 2007-06-19 misha
9774:
9775: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9776: were moved on top because of gcc 4 had a problems during
9777: building.
9778:
9779: 2007-06-18 misha
9780:
9781: * tests/results/019.processed: - new image commited
9782:
9783: 2007-06-09 misha
9784:
9785: * src/classes/: op.C, table.C: - in while and table.select method
9786: as_expression used now
9787:
9788: * src/types/pa_vmethod_frame.h: - method as_expression was added
9789:
9790: 2007-06-08 misha
9791:
9792: * tests/: 166.html, results/166.processed: - test for
9793: ^match[...][n]
9794:
9795: * tests/: 165.html, results/165.processed: - tests for loops
9796:
9797: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9798: because of no speed/memory optimisation but some proglems with
9799: long cycles occure
9800:
9801: 2007-06-06 misha
9802:
9803: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9804: ^table.select(true) and ^table.select(1) didn't works because of
9805: awaiting junction-param only. fixed.
9806:
9807: 2007-05-24 misha
9808:
9809: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9810: with 0.5 secs interval
9811:
9812: * src/classes/op.C: - cache was rewrited. I hope it works with
9813: locking system now on unix
9814:
9815: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9816: system locks which wait till other threads release it but try get
9817: lock, if fail wait 1 sec and make 10 attempts.
9818:
9819: * src/include/pa_os.h: - consts for blocking locks + some comments
9820: were added
9821:
9822: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9823: opening files
9824:
9825: * src/classes/table.C: - changes in includes. if unclude <sstream>
9826: after our classes on unix it can't be build
9827:
9828: * src/types/pa_vhashfile.C: - not needed code removed
9829:
9830: 2007-05-23 misha
9831:
9832: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9833: include/pa_common.h: - cosmetic changes
9834:
9835: 2007-05-18 misha
9836:
9837: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9838: often. it's give some speed increasing
9839:
9840: * tests/results/160.processed: - returned time corrected
9841:
9842: * tests/160.html: - time increased because on unix 1 mean nothing
9843: :(
9844:
9845: * operators.txt: - added info about ^hash.contain[key]
9846:
9847: * src/classes/hash.C: - added ^hash.contain[key]
9848:
9849: * src/include/pa_hash.h: - added method for checking key exists in
9850: hash
9851:
9852: 2007-05-07 misha
9853:
9854: * src/include/pa_string.h: - was compilation error during build on
9855: freebsd4
9856:
9857: 2007-05-03 misha
9858:
9859: * src/classes/table.C: - option $.type[hash|string|table] was added
9860: for ^table.hash[]
9861:
9862: * src/classes/file.C: - comment removed
9863:
9864: 2007-04-26 misha
9865:
9866: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9867: real files doesn't opened in place anymore
9868:
9869: 2007-04-24 misha
9870:
9871: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9872:
9873: * src/include/pa_exception.h: "static" removed
9874:
9875: 2007-04-23 misha
9876:
9877: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9878:
9879: * src/classes/math.C: added: - ^math:ln(N) (the same as
9880: ^math:log(N)) - ^math:lg(N)
9881:
9882: * tests/: 097.html, results/097.processed: - charsets converstion
9883: during ^file::load[text;http://...] added
9884:
9885: * tests/: 164.html, results/164.processed: - check for set expires
9886: as a date
9887:
9888: * tests/: 164.html, results/164.processed: - test for hashfile
9889:
9890: * src/classes/hashfile.C: - little comment changes
9891:
9892: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9893: access
9894:
9895: * src/: classes/date.C, classes/double.C, classes/file.C,
9896: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9897: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9898: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9899: classes/xnode.h, include/pa_request.h, main/execute.C,
9900: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9901: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9902: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9903: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9904: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9905: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9906: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9907: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9908: "parser.runtime" strings were removed
9909:
9910: * src/classes/hashfile.C: - with .clear[] called files_delete()
9911: now.
9912:
9913: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9914:
9915: * src/include/pa_exception.h: - string constant with
9916: "parser.runtime" text was added
9917:
9918: 2007-04-20 misha
9919:
9920: * operators.txt: - some comments changing
9921:
9922: * operators.txt: - added info about .^hashfile.release[],
9923: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9924:
9925: * configure: =cheching for unsetenv
9926:
9927: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9928: ^hashfile.release[] were added
9929:
9930: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9931: ^string.match[][] understand new option now: return number of
9932: matches but not table wit results
9933:
9934: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9935: reopen now
9936:
9937: * src/classes/op.C: - bug. must be false
9938:
9939: * configure.in: - checking for unsetenv was added
9940:
9941: * src/types/pa_vform.C: - some comments
9942:
9943: 2007-04-18 misha
9944:
9945: * buildall-with-xml: moving to libxml2-2.6.28
9946:
9947: * buildall-with-xml, buildall-without-xml: added commented lines
9948: with --disable-safe-mode option
9949:
9950: * operators.txt: - info about $form:files
9951:
9952: 2007-04-17 misha
9953:
9954: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9955: $form:files was added
9956:
9957: * tests/: 163.html, results/163.processed: removing auto format
9958:
9959: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9960:
9961: 2007-04-16 misha
9962:
9963: * tests/: 163.html, results/163.processed: - test for .int[],
9964: floor, round, ceiling and .format[]
9965:
9966: * src/classes/file.C: - little optimization for getting args in
9967: exec/cgi
9968:
9969: 2007-04-13 misha
9970:
9971: * src/classes/file.C: - arguments for file::exec/cgi can be
9972: specified now as s table with one column
9973:
9974: 2007-03-27 misha
9975:
9976: * tests/: 162.html, results/162.processed: - test for
9977: ^table.select(^condition[$t])
9978:
9979: * tests/results/auto.p: - load windows-1251 charset for some tests
9980:
9981: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9982:
9983: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9984: 161_windows1251.txt: - added test for
9985: ^file::load[text;/local/file.txt;$.charset[...]]
9986:
9987: * tests/: results/013.processed, 013.html: - added test for
9988: checking $._default value while hash modifications
9989:
9990: * tests/: 160.html, results/160.processed: - add test for
9991: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9992:
9993: 2007-03-22 misha
9994:
9995: * src/include/pa_common.h: - "charset" string defined for
9996: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9997:
9998: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9999: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10000: added - not needed transcodes were removed from
10001: ^file::load[...;http://...]
10002:
10003: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10004: added
10005:
10006: * src/classes/date.C: - date.week was fixed
10007:
10008: * operators.txt: - added info about date.weekyear
10009:
10010: * tests/: 159.html, results/159.processed: - tests for date.week
10011: and date.weekyear added
10012:
10013: 2007-03-15 misha
10014:
10015: * src/classes/table.C: - enclose column numbers for nameless tables
10016: as well
10017:
10018: 2007-03-14 misha
10019:
10020: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10021:
10022: * src/classes/table.C: - table.save optimization: now required much
10023: less memory
10024:
10025: 2007-03-13 misha
10026:
10027: * tests/results/: 158.processed, 158.processes: - tests for
10028: table.save/table.load
10029:
10030: * tests/: 158.html, results/158.processes: - tests for
10031: table.save/table.load
10032:
10033: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10034:
10035: * buildall-with-xml: - pattern needed now for building
10036:
10037: * tests/results/097.processed: - added test results for xdoc::load
10038: & xdoc::load[http://...]
10039:
10040: * tests/097.html: - added test for xdoc::load
10041:
10042: 2007-03-12 misha
10043:
10044: * tests/: 107.html, results/107.processed: - added test for xpath
10045: '//man'
10046:
10047: 2007-03-01 misha
10048:
10049: * tests/: 097.html, results/097.processed: - added test for
10050: creating xdoc from file
10051:
10052: * tests/: results/157.processed, 157.html: - added test for
10053: file:move
10054:
10055: 2007-02-28 misha
10056:
10057: * src/classes/xdoc.C: - another attempt
10058:
10059: * src/classes/xdoc.C: - roll back last changes for a while
10060:
10061: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10062:
10063: * src/classes/file.C: - under lock we create non-exist dir anyway
10064:
10065: * tests/results/099.processed: - ever send content-disposition to
10066: client with file
10067:
10068: * tests/157.html: + test for file:copy
10069:
10070: 2007-02-26 misha
10071:
10072: * src/classes/file.C: - some similar strings moved to #define
10073: instead of to be copy/pasted many times
10074:
10075: * src/types/pa_vfile.h: - class name string ("file") moved to
10076: #define
10077:
10078: 2007-02-20 misha
10079:
10080: * configure.in: - added some strings for sqlite detection
10081:
10082: 2007-02-19 misha
10083:
10084: * operators.txt: - some comments changes
10085:
10086: * buildall-with-xml, buildall-without-xml: - some modifications
10087:
10088: 2007-02-17 misha
10089:
10090: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10091:
10092: * src/main/pa_request.C: - damn, i forgot to commit it while I
10093: change console behaviour
10094:
10095: 2007-02-12 misha
10096:
10097: * src/targets/cgi/parser3.C: - don't print headers if
10098: $console:line[data] was used during cgi execution.
10099:
10100: * src/types/pa_vconsole.h: - console class have bool flag now which
10101: marked as 'true' if class was used.
10102:
10103: * tests/: 152.html, results/152.processed: - more types was added
10104: to test 152
10105:
10106: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10107: adding 'bool' (^if($image){} caused exception)
10108:
10109: 2007-02-09 misha
10110:
10111: * tests/: 152.html, results/152.processed: - test alightly updated
10112:
10113: * tests/: 152.html, results/152.processed: - test rewrited
10114:
10115: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10116: bugfix. I broke xdoc & xnode in expression
10117:
10118: 2007-02-08 misha
10119:
10120: * tests/: 152.html, results/152.processed: - add test for checking
10121: 'def' for void, string, bool, int & double
10122:
10123: 2007-02-07 misha
10124:
10125: * operators.txt: - ^file:base64[filespec] was added
10126:
10127: * tests/results/153.processed: - result test for
10128: ^file:base64[filespec] was updated
10129:
10130: * tests/153.html: - test for ^file:base64[filespec] was added
10131:
10132: * src/types/pa_vconsole.h: - little optimization
10133:
10134: * src/classes/file.C: - ^file:base64[filespec]
10135:
10136: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10137:
10138: * src/include/pa_common.h: - declarations for
10139: ^file:base64[filespec]
10140:
10141: * src/types/pa_vcookie.C: - little optimization
10142:
10143: 2007-02-06 misha
10144:
10145: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10146: were temporary commented
10147:
10148: * src/types/pa_vbool.h: - bugfix
10149:
10150: * tests/156.html: - added test for bool cookie
10151:
10152: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10153:
10154: * tests/: 155.html, results/155.processed: - added test for check
10155: $.encloser[] option for table save/load
10156:
10157: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10158:
10159: 2007-02-05 misha
10160:
10161: * tests/results/152.processed: - newline at the end was missed
10162:
10163: * tests/results/141.processed: - math:md5 must be lowercased
10164:
10165: * src/targets/cgi/parser3.C: - 2007 in help ;)
10166:
10167: 2007-02-03 misha
10168:
10169: * tests/results/: 150.processed, 151.processed, 152.processed: -
10170: test for bool added and some content length fixes
10171:
10172: * tests/152.html: - test for bool added
10173:
10174: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10175:
10176: * operators.txt: - info bool class was added
10177:
1.116 moko 10178: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10179: classes/classes.vcproj, classes/double.C, classes/int.C,
10180: classes/string.C, classes/void.C, classes/xnode.C,
10181: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10182: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10183: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10184: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10185: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10186: types/types.vcproj: - bool class was added
10187:
10188: * src/main/pa_request.C: - fix
10189:
10190: 2007-01-18 misha
10191:
10192: * src/: main/pa_string.C, classes/string.C: - return table during
10193: ^string.match[][] even if no matched found.
10194:
10195: 2006-12-20 misha
10196:
10197: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10198: http://www.parser.ru/forum/?id=55598 ]
10199:
10200: 2006-12-19 misha
10201:
10202: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10203: details: http://www.parser.ru/forum/?id=52359
10204:
10205: * src/main/pa_request.C: - always set content-disposition for
10206: $response:body[hash here]. more details:
10207: http://www.parser.ru/forum/?id=52130
10208:
10209: 2006-12-07 misha
10210:
10211: * operators.txt: - added info about bool params in cookie set
10212:
10213: * src/types/pa_vcookie.C: - bool param in cookies available now
10214: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10215: ]
10216:
10217: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10218: was added
10219:
10220: 2006-12-02 misha
10221:
10222: * src/classes/file.C: - file_block_read used instead of native read
10223:
10224: * src/main/pa_common.C: - added file_block_read with read error
10225: detection - file_block_read used instead of native read
10226:
10227: * src/include/pa_common.h: - added file_block_read declaration
10228:
10229: 2006-12-01 misha
10230:
10231: * operators.txt: - info about $var.CLASS_NAME was added
10232:
10233: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10234: $var.CLASS_NAME added
10235:
10236: * operators.txt: - added info about ^file:copy[]
10237:
10238: * src/classes/file.C: - ^file:copy[from;fo] was added
10239:
10240: 2006-11-20 misha
10241:
10242: * src/classes/date.C: - bug fix :)
10243:
10244: 2006-11-17 misha
10245:
10246: * src/include/pa_common.h: - array in crc32 calculation was changed
10247: to static
10248:
10249: * src/main/pa_common.C: - little optimization in getMonthDays -
10250: small changes in crc32 calculation
10251:
10252: * src/classes/date.C: - not needed code was removed
10253:
10254: 2006-11-16 misha
10255:
10256: * src/types/pa_vmail.C: - fix missed brakes
10257:
10258: * src/types/pa_vmail.C: - mail:send now set content-type:
10259: multipart/related instead of multipart/mixed if file have
10260: $.content-id[]
10261:
10262: 2006-11-15 misha
10263:
10264: * src/types/pa_vdouble.h: abs -> fabs
10265:
10266: 2006-11-14 misha
10267:
10268: * operators.txt: - added info about ^file.md5[] and
10269: ^file:md5[file-name]
10270:
10271: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10272: added
10273:
10274: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10275: FILE_BUFFER_SIZE
10276:
10277: * src/classes/math.C: - hex_string was moved to pa_common.h
10278:
10279: * src/include/pa_common.h: - hex_string was moved from math.C -
10280: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10281:
10282: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10283: values was fixed
10284:
10285: 2006-11-13 misha
10286:
10287: * operators.txt: - added info about ^math:crc32[string],
10288: ^file:crc32[file-name] & ^file.crc32[]
10289:
10290: * src/classes/math.C: - added ^math:crc32[string]
10291:
10292: * src/classes/file.C: - some comments were changed - added
10293: ^file:crc32[file-name] and ^file.crc32[]
10294:
10295: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10296: crc32 calculation added
10297:
10298: 2006-11-03 misha
10299:
10300: * src/include/pa_array.h: - not needed variable removed
10301:
10302: * tests/: 150.html, 151.html, results/150.processed,
10303: results/151.processed: - 2 tests were added
10304:
10305: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10306: with $.reverse(1) were fixed
10307:
10308: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10309: query converted to $.charset during ^file::load[http://...]
10310:
10311: 2006-11-02 misha
10312:
10313: * src/include/pa_table.h: ups. forget '=' char
10314:
10315: * src/include/pa_table.h: - one more fix in
10316: .locate[...][$.reverse(1)]
10317:
10318: 2006-11-01 misha
10319:
10320: * src/classes/math.C: - bug fix, details:
10321: http://www.parser.ru/forum/?id=53360
10322:
10323: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10324: false for all records )[$.reverse(1)]
10325:
10326: * src/main/pa_http.C: - second param for this mid method is length
10327: but not end_index so this method has error and can't detect
10328: charsets in next content-types: Content-type: text/html;
10329: charset="windows-1251" Content-type: text/html;
10330: charset="windows-1251"; Content-type: text/html;
10331: charset=windows-1251;
10332:
10333: only Content-type: text/html; charset=windows-1251 was fine
10334:
10335: 2006-10-31 misha
10336:
10337: * src/classes/file.C: - empty args in file::exec removed now
10338:
10339: 2006-09-03 paf
10340:
10341: * src/classes/file.C: proper tainting of
10342: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10343:
10344: 2006-06-09 paf
10345:
10346: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10347:
10348: * src/classes/table.C: formatting
10349:
10350: * src/classes/table.C: incorporated patch from misha: Sent:
10351: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10352: ignoring string options for ^table.save[]
10353:
10354: * src/classes/hash.C: incorporated patch from misha Sent:
10355: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10356: $hash._default disappear while
10357:
10358: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10359: $.format[!uue|!base64] << new base64 option. default uue ] ]
10360:
10361: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10362: PM Subject: patch for base64 in ^mail:send[] %-)
10363:
10364: 2006-04-09 paf
10365:
10366: * src/main/compile.tab.C: ` change compiled
10367:
10368: * gnu.vcproj, operators.txt, parser3.sln,
10369: src/classes/classes.vcproj, src/classes/file.C,
10370: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10371: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10372: src/classes/xnode.C, src/include/pa_array.h,
10373: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10374: src/include/pa_memory.h, src/include/pa_request.h,
10375: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10376: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10377: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10378: src/lib/pcre/pcre_dftables.vcproj,
10379: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10380: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10381: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10382: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10383: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10384: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10385: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10386: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10387: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10388: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10389: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10390: src/types/pa_value.h, src/types/pa_vcookie.C,
10391: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10392: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10393: src/types/pa_vstatus.C, src/types/types.vcproj,
10394: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10395: ^menu, ^hash/hashfile.foreach
10396:
10397: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10398: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10399: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10400: src/classes/xnode.C, src/include/pa_array.h,
10401: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10402: src/include/pa_memory.h, src/include/pa_request.h,
10403: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10404: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10405: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10406: src/lib/pcre/pcre_dftables.vcproj,
10407: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10408: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10409: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10410: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10411: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10412: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10413: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10414: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10415: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10416: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10417: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10418: src/types/pa_value.h, src/types/pa_vcookie.C,
10419: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10420: src/types/pa_vstatus.C, src/types/types.vcproj,
10421: tests/descript.ion: ! switched to VS2005 (projects and
10422: object<info explicitly typed>.for_each(, info)) +
10423: $response:field[] setting void means removing + grammar $name`
10424: name stops now, for mysql `$field` + started ^break[]
10425: ^continue[], in ^for. TODO: to other iterators (while, menu,
10426: foreach) + all log messages += [uri=, method=, cl=]
10427:
10428: * buildall-with-xml: merged . ftp paths update
10429:
10430: * buildall-with-xml: . ftp paths update
10431:
10432: 2006-03-04 paf
10433:
10434: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10435: checks++ [thanks to Igor Zinkovsky for detailed report]
10436:
10437: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10438: Igor Zinkovsky for detailed report]
10439:
10440: 2006-03-01 paf
10441:
10442: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10443: \n to ' ' in
10444:
10445: 2006-02-18 paf
10446:
10447: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10448: \n to ' ' in
10449:
10450: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10451:
10452: 2006-02-03 paf
10453:
10454: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10455: base64
10456:
10457: * src/main/pa_common.C: ! bugfix: decoding from base64
10458:
10459: 2006-01-20 paf
10460:
10461: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10462: economy fix
10463:
10464: * src/classes/: table.C: merged from HEAD ! bugfix
10465: ^table.save[$.encloser-s now handled properly
10466:
10467: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10468: handled properly
10469:
10470: 2006-01-19 paf
10471:
10472: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10473: libgc:USE_MUNMAP activates merging of free memory blocks which
10474: helps a lot in our case: after transform we want
10475: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10476:
10477: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10478: economy fix
10479:
10480: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10481: activates merging of free memory blocks which helps a lot in our
10482: case: after transform we want CORD(main.result)->cstr[big
10483: malloc]->transcode[big malloc]
10484:
10485: 2006-01-17 paf
10486:
10487: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10488: before reading them. got rid of reallocs = became quicker and
10489: less fragmentated
10490:
10491: 2005-12-29 paf
10492:
1.116 moko 10493: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10494: configure, configure.in, src/include/pa_version.h,
10495: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10496: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10497: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10498: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10499: src/lib/ltdl/missing: . merged from 3.2.1
10500:
1.116 moko 10501: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10502: packaged when 'make dist', so do configure companion files in
10503: src/lib/ltdl
10504:
10505: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10506: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10507: missing: . now config_auto.h is created with configure [were
10508: constant]
1.95 moko 10509:
10510: * INSTALL: . references to documentation and some clarification
10511:
10512: * buildall-with-xml, buildall-without-xml: . farawell doc
10513: indication
10514:
1.116 moko 10515: * Makefile.am: . dist+=buildall*
1.95 moko 10516:
10517: 2005-12-28 paf
10518:
10519: * configure: . 3.2.1
10520:
10521: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10522: simplify build process, see INSTALL
10523:
10524: 2005-12-26 paf
10525:
10526: * configure: ver
10527:
10528: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10529: version
10530:
10531: 2005-12-21 paf
10532:
10533: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10534: compiled with bison 1.875b, it reports unexpected token names
10535:
10536: 2005-12-19 paf
10537:
10538: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10539: holds a link to xmlNode to prevent premature gc(xmlNode)
10540:
10541: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10542: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10543: src/main/main.vcproj, src/main/pa_globals.C,
10544: src/targets/cgi/parser3.vcproj,
10545: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10546: configure, configure.in, src/include/pa_version.h: . killing
10547: gdome [what a relief]
10548:
10549: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10550: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10551: run_parser.sh, results/001.processed, results/002.processed,
10552: results/003.processed, results/004.processed,
10553: results/005.processed, results/006.processed,
10554: results/008.processed, results/009.processed,
10555: results/010.processed, results/011.processed,
10556: results/012.processed, results/013.processed,
10557: results/014.processed, results/015.processed,
10558: results/016.processed, results/017.processed,
10559: results/018.processed, results/020.processed,
10560: results/021.processed, results/022.processed,
10561: results/023.processed, results/024.processed,
10562: results/025.processed, results/026.processed,
10563: results/027.processed, results/028.processed,
10564: results/029.processed, results/030.processed,
10565: results/031.processed, results/032.processed,
10566: results/033.processed, results/034.processed,
10567: results/035.processed, results/036.processed,
10568: results/037.processed, results/038.processed,
10569: results/039.processed, results/040.processed,
10570: results/041.processed, results/042.processed,
10571: results/043.processed, results/044.processed,
10572: results/045.processed, results/046.processed,
10573: results/047.processed, results/048.processed,
10574: results/049.processed, results/050.processed,
10575: results/051.processed, results/052.processed,
10576: results/053.processed, results/054.processed,
10577: results/055.processed, results/056.processed,
10578: results/057.processed, results/058.processed,
10579: results/059.processed, results/060.processed,
10580: results/061.processed, results/062.processed,
10581: results/063.processed, results/064.processed,
10582: results/065.processed, results/066.processed,
10583: results/067.processed, results/068.processed,
10584: results/069.processed, results/070.processed,
10585: results/071.processed, results/072.processed,
10586: results/073.processed, results/074.processed,
10587: results/075.processed, results/076.processed,
10588: results/077.processed, results/078.processed,
10589: results/079.processed, results/080.processed,
10590: results/081.processed, results/082.processed,
10591: results/083.processed, results/084.processed,
10592: results/085.processed, results/086.processed,
10593: results/087.processed, results/088.processed,
10594: results/089.processed, results/090.processed,
10595: results/091.processed, results/092.processed,
10596: results/093.processed, results/094.processed,
10597: results/095.processed, results/096.processed,
10598: results/097.processed, results/099.processed,
10599: results/100.processed, results/101.processed,
10600: results/102.processed, results/104.processed,
10601: results/105.processed, results/106.processed,
10602: results/107.processed, results/108.processed,
10603: results/109.processed, results/110.processed,
10604: results/111.processed, results/112.processed,
10605: results/113.processed, results/114.processed,
10606: results/115.processed, results/117.processed,
10607: results/119.processed, results/120.processed,
10608: results/121.processed, results/122.processed,
10609: results/123.processed, results/124.processed,
10610: results/125.processed, results/126.processed,
10611: results/127.processed, results/128.processed,
10612: results/129.processed, results/130.processed,
10613: results/131.processed, results/132.processed,
10614: results/133.processed, results/134.processed,
10615: results/135.processed, results/136.processed,
10616: results/138.processed, results/139.processed,
10617: results/140.processed, results/141.processed,
10618: results/142.processed, results/143.processed,
10619: results/144.processed, results/145.processed,
10620: results/146.processed, results/147.processed,
10621: results/148.processed, results/149.processed, results/auto.p: .
10622: now works if we turn off default auto.p
10623:
1.116 moko 10624: * configure: . makes
1.95 moko 10625:
10626: * src/types/pa_vxnode.C: . less warnings
10627:
10628: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10629: tests/145.html, tests/149.html, tests/descript.ion,
10630: tests/outputs/d.cmd, tests/results/142.processed,
10631: tests/results/143.processed, tests/results/144.processed,
10632: tests/results/145.processed, tests/results/146.processed,
10633: tests/results/147.processed, tests/results/148.processed,
10634: tests/results/149.processed: . removed .nodeValue from all node
10635: types other than 5 (grabbed piece from gdome)
10636:
10637: * tests/: 137.html, results/137.processed: . not handled this case
10638: yet. code does not hang from inserting parent into child,
10639: considering thing minor issue -- nodes are removed from source
10640: anyway, don't know why shold that be an error after all
10641:
10642: * src/targets/cgi/parser3.C: . style
10643:
10644: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10645: xdoc too [were barking "not element"]
10646:
10647: 2005-12-16 paf
10648:
10649: * tests/: 146.html, 147.html, 148.html: . more tests
10650:
10651: * src/classes/xnode.C: . also bark on possible errors
10652:
10653: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10654: props
10655:
10656: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10657: main/compile.y: merged from HEAD ! fixed overoptimized
10658: ^call(false) case. (confused it with ^call[] case)
10659:
10660: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10661: ^call(false) case. (confused it with ^call[] case)
10662:
10663: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10664:
10665: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10666: results/001.processed, results/002.processed,
10667: results/003.processed, results/004.processed,
10668: results/005.processed, results/006.processed,
10669: results/008.processed, results/009.processed,
10670: results/010.processed, results/011.processed,
10671: results/012.processed, results/013.processed,
10672: results/014.processed, results/015.processed,
10673: results/016.processed, results/017.processed,
10674: results/018.processed, results/019.processed,
10675: results/020.processed, results/021.processed,
10676: results/022.processed, results/023.processed,
10677: results/024.processed, results/025.processed,
10678: results/026.processed, results/027.processed,
10679: results/028.processed, results/029.processed,
10680: results/030.processed, results/031.processed,
10681: results/032.processed, results/033.processed,
10682: results/034.processed, results/035.processed,
10683: results/036.processed, results/037.processed,
10684: results/038.processed, results/039.processed,
10685: results/040.processed, results/041.processed,
10686: results/042.processed, results/043.processed,
10687: results/044.processed, results/045.processed,
10688: results/046.processed, results/047.processed,
10689: results/048.processed, results/049.processed,
10690: results/050.processed, results/051.processed,
10691: results/052.processed, results/053.processed,
10692: results/054.processed, results/055.processed,
10693: results/056.processed, results/057.processed,
10694: results/058.processed, results/059.processed,
10695: results/060.processed, results/061.processed,
10696: results/062.processed, results/063.processed,
10697: results/064.processed, results/065.processed,
10698: results/066.processed, results/067.processed,
10699: results/068.processed, results/069.processed,
10700: results/070.processed, results/071.processed,
10701: results/072.processed, results/073.processed,
10702: results/074.processed, results/075.processed,
10703: results/076.processed, results/077.processed,
10704: results/078.processed, results/079.processed,
10705: results/080.processed, results/081.processed,
10706: results/082.processed, results/083.processed,
10707: results/084.processed, results/085.processed,
10708: results/086.processed, results/087.processed,
10709: results/088.processed, results/089.processed,
10710: results/090.processed, results/091.processed,
10711: results/092.processed, results/093.processed,
10712: results/094.processed, results/095.processed,
10713: results/096.processed, results/097.processed,
10714: results/099.processed, results/101.processed,
10715: results/102.processed, results/104.processed,
10716: results/105.processed, results/106.processed,
10717: results/107.processed, results/108.processed,
10718: results/109.processed, results/110.processed,
10719: results/111.processed, results/112.processed,
10720: results/113.processed, results/114.processed,
10721: results/115.processed, results/116.processed,
10722: results/117.processed, results/118.processed,
10723: results/119.processed, results/120.processed,
10724: results/121.processed, results/122.processed,
10725: results/123.processed, results/124.processed,
10726: results/125.processed, results/126.processed,
10727: results/127.processed, results/128.processed,
10728: results/129.processed, results/130.processed,
10729: results/131.processed, results/132.processed,
10730: results/133.processed, results/134.processed,
10731: results/135.processed, results/136.processed,
10732: results/137.processed, results/138.processed,
10733: results/139.processed, results/140.processed,
10734: results/141.processed: . refreshed old tests, made them work
10735: without auto.p (in utf8) . things noted: . gif got encoded
10736: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10737: some strange year)
10738:
10739: * INSTALL: . revived linux libgc fix
10740:
10741: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10742: glib/gdome in INSTALL and patches]
10743:
10744: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10745: include/pa_charset.h, include/pa_config_includes.h,
10746: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10747: include/pa_xml_exception.h, lib/cord/Makefile.am,
10748: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10749: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10750: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10751: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10752: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10753: types/pa_vxnode.h: . started killing gdome
10754:
10755: 2005-12-13 paf
10756:
10757: * src/main/: pa_request.C: merged from HEAD ! when code in
10758: @unhandled_exception thrown another exception, print correct
10759: origin (earlier code in catch of exception inside of
10760: @unhandled_exception grabbed parent_frame(original_exception)
10761: origin and printed it, instead of true origin)
10762:
10763: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10764: another exception, print correct origin (earlier code in catch of
10765: exception inside of @unhandled_exception grabbed
10766: parent_frame(original_exception) origin and printed it, instead
10767: of true origin)
10768:
10769: 2005-12-09 paf
10770:
10771: * INSTALL: . updated INSTALL doc to work around linux stack base
10772: detection problem, due to change in gc6.4 code
10773:
10774: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10775: ignored in ^string.matched :(
10776:
10777: * src/main/pa_string.C: ! regex tainting were ignored in
10778: ^string.matched :(
10779:
10780: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10781: src/include/pa_config_fixed.h, src/include/pa_version.h,
10782: src/main/compile.y, src/main/compile_tools.h,
10783: src/main/pa_charset.C, src/main/pa_common.C,
10784: src/main/pa_globals.C, src/main/pa_string.C,
10785: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10786: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10787:
10788: 2005-12-08 paf
10789:
10790: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10791: 500 chars now handled OK [were wrapped on 500th char according to
10792: rfc, but sendmail failed to unwrap it properly]
10793:
10794: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10795: handled OK [were wrapped on 500th char according to rfc, but
10796: sendmail failed to unwrap it properly]
10797:
10798: * src/targets/isapi/parser3isapi.C: . less warnings
10799:
10800: * src/targets/isapi/parser3isapi.C: . undone some strange change
10801: since 3.1.5
10802:
10803: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10804: link fixes
10805:
10806: * src/: classes/date.C, include/pa_config_fixed.h,
10807: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10808: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10809: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10810:
10811: * src/include/pa_config_fixed.h: . removed outdated string origins
10812: [in current storage scheme there's no place for them. someday we
10813: can add third CORD to store origins and special version of parser
10814: which stores origins there [separate binary]]
10815:
10816: 2005-12-07 paf
10817:
10818: * src/targets/isapi/parser3isapi.C: . now links in release mode
10819:
10820: * src/include/pa_version.h: makefiles
10821:
10822: * src/include/pa_version.h: . not beta
10823:
10824: * configure, configure.in, src/include/pa_version.h: not beta
10825:
10826: 2005-12-06 paf
10827:
10828: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10829: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10830: decided to undo the change ^call[$void] passes void. now it will
10831: pass empty string again.
10832:
10833: * src/main/: compile.tab.C, compile.y: . version readded
10834:
10835: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10836: = ^switch[void] problem
10837:
10838: 2005-12-01 paf
10839:
10840: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10841: caused ^case[string] to be coerced to double since searching
10842: value were not string (it was vvoid)
10843:
10844: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10845: ^case[string] to be coerced to double since searching value were
10846: not string (it was vvoid)
10847:
10848: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10849: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10850:
10851: 2005-11-30 paf
10852:
10853: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10854: win32 must putenv("TZ="), on unix works only putenv("TZ")
10855:
10856: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10857: putenv("TZ="), on unix works only putenv("TZ")
10858:
10859: * INSTALL: . xml libs versions updated
10860:
10861: * src/main/pa_globals.C: //20051130 trying to remove this, author
10862: claims that fixed a lot there // 20040920 for now both
10863: workarounds needed. wait for new libxml/xsl versions
10864:
10865: 2005-11-28 paf
10866:
10867: * src/classes/table.C: merged from HEAD: ! nameless table has
10868: columns==0
10869:
10870: * src/classes/table.C: ! nameless table has columns==0
10871:
10872: * src/main/pa_http.C: merged from HEAD: ! status line check made
10873: earlier [was totally wrong]
10874:
10875: * src/main/pa_http.C: ! status line check made earlier [was totally
10876: wrong]
10877:
10878: 2005-11-25 paf
10879:
10880: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10881: undoing for now...
10882:
10883: * src/include/pa_version.h: -this reduces speed(table::load),
10884: strange. undoing
10885:
10886: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10887:
10888: * src/classes/op.C: + ^while(){}[SEPARATOR]
10889:
10890: * src/include/pa_array.h: + optimistics added: all arrays (table
10891: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10892: this speeds things up and saves memory a LOT! (not noticed
10893: negative effect on syntetic tests, future will tell...)
10894:
10895: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10896: changed gc_malloc implementation, which obscured profiling
10897:
10898: * src/classes/table.C: merged from HEAD: + optimized
10899: table::load/sql, now row ArrayString-s allocated with
10900: columns.count() elements and don't always grow from
10901: count=3[realloc,realloc]
10902:
10903: * src/classes/table.C: + optimized table::load/sql, now row
10904: ArrayString-s allocated with columns.count() elements and don't
10905: always grow from count=3[realloc,realloc]
10906:
10907: * src/classes/table.C: merged from HEAD: . ^table.save unused
10908: buffer after save
10909:
10910: * src/classes/table.C: . ^table.save unused buffer after save
10911:
10912: 2005-11-24 paf
10913:
10914: * configure.in: . merged glib2-config patch
10915:
10916: * configure.in: + trying to find glib2-config
10917:
10918: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10919: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10920: file/dir_readable to simple file/dir_exist, this would help in
10921: situations "class not found because .p file has bad rights" << in
10922: that case error would be explicit "access denied to 'this' file"
10923:
1.116 moko 10924: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10925:
10926: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10927: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10928: to simple file/dir_exist, this would help in situations "class
10929: not found because .p file has bad rights" << in that case error
10930: would be explicit "access denied to 'this' file"
10931:
10932: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10933: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10934: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10935: ^file::exec/cgi[script;$.charset[changed]
10936: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10937: encoded in $.charset charset
10938:
10939: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10940: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10941: encoded in $.charset charset
10942:
10943: * src/: include/Makefile.am, include/pa_common.h,
10944: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10945: main/pa_common.C, main/pa_http.C: . extracted http:// into
10946: separate file [preparation for
10947: ^file::cgi[script;$.form[$.field1[]
10948:
10949: 2005-11-22 paf
10950:
10951: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10952:
10953: * acinclude.m4, configure.in: . merged underquting fixes
10954:
1.116 moko 10955: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10956:
10957: * src/classes/op.C: . overmerged a little
10958:
10959: * src/main/compile.tab.C: Makefile
10960:
10961: * src/main/: pa_common.C: . less gcc warnings
10962:
10963: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10964: now reports original exception if we have no old cache
10965:
10966: * src/classes/op.C: + $exception.handled[cache] now reports
10967: original exception if we have no old cache
10968:
10969: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10970: from HEAD: + ^taint/untaint[regex] << escapes these:
10971: \^$.[]|()?*+{}
10972:
10973: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10974: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10975:
10976: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10977: getenv-ed variable, which does not work both on win32&unix.
10978: copied old TZ value now
10979:
10980: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10981: stored pointer to getenv-ed variable, which does not work both on
10982: win32&unix. copied old TZ value now
10983:
10984: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10985: getenv-ed variable, which does not work both on win32&unix.
10986: copied old TZ value now
10987:
10988: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10989: access to internal hash
10990:
10991: * src/types/pa_vresponse.C: + $response:headers access to internal
10992: hash
10993:
10994: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10995: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10996: isapi] this reduces number of "GC Warning: Repeated allocation of
10997: very large block" messages to only important onces
10998:
10999: * src/targets/isapi/parser3isapi.C: +
11000: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11001: isapi] this reduces number of "GC Warning: Repeated allocation of
11002: very large block" messages to only important onces
11003:
11004: * src/classes/string.C: merged from HEAD: + removed limitation on
11005: ^string/int/double:sql{}[$.default[({param style})] ]
11006:
11007: * src/classes/string.C: + removed limitation on
11008: ^string/int/double:sql{}[$.default[({param style})] ]
11009:
11010: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11011: with ?params or $.form option" limitation
11012:
11013: * src/main/pa_common.C: + removed "use either uri with ?params or
11014: $.form option" limitation
11015:
11016: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11017: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11018: ^file::base64[encoded] decode
11019:
11020: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11021: main/pa_common.C: + ^file.base64[] encode +
11022: ^file::base64[encoded] decode
11023:
11024: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11025: ^string:base64[encoded] decode
11026:
11027: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11028: ^string:base64[in] encode + ^string.base64[] decode
11029:
11030: 2005-11-21 paf
11031:
11032: * src/classes/file.C: + merged from HEAD:
11033: ^file::create[text;file.xml;^untaint[xml]{data}]
11034:
11035: * src/classes/file.C: +
11036: ^file::create[text;file.xml;^untaint[xml]{data}]
11037:
11038: * src/main/pa_request.C: ! merged: $response:body[file] now
11039: differes from :download, it does not return content-disposition
11040: at all now [previusely it returned valueless content-disposition]
11041:
11042: * src/main/pa_request.C: ! $response:body[file] now differes from
11043: :download, it does not return content-disposition at all now
11044: [previusely it returned valueless content-disposition]
11045:
11046: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11047: literals, reverted to just vvod, recreating empty array with each
11048: void_value token. that's absolutely needed, since that array
11049: grows
11050:
11051: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11052: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11053: types/pa_vmethod_frame.h: + merged: expression literals:
11054: true/false. ^format[$.indent(true)]
11055:
11056: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11057: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11058: types/pa_vmethod_frame.h: + expression literals: true/false.
11059: ^format[$.indent(true)]
11060:
11061: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11062: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11063: i386-pc-win32)"
11064:
11065: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11066: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11067: i386-pc-win32)"
11068:
11069: 2005-11-18 paf
11070:
11071: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11072: null}[$.default(123)] will now return default value
11073:
11074: * src/classes/op.C: + merged ^cache[] << returns current cache
11075: expiration time
11076:
11077: * src/classes/op.C: + ^cache[] << returns current cache expiration
11078: time
11079:
11080: * src/classes/table.C: ! merged ^table::create[not'nameless';
11081: failed << Exception.problem_source pointed to local var!
11082:
11083: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11084: Exception.problem_source pointed to local var!
11085:
11086: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11087: now loads VFile.ptr!=0, so such files can be saved now
11088:
11089: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11090: loads VFile.ptr!=0, so such files can be saved now
11091:
11092: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11093: only . and .. now removed from list [were removed all .*]
11094:
11095: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11096: .. now removed from list [were removed all .*]
11097:
11098: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11099: open error now checked, were not :( [stole that piece from apache
11100: 1.3 sources]
11101:
11102: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11103: checked, were not :( [stole that piece from apache 1.3 sources]
11104:
11105: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11106: untainting of @main result if returned by $result or
11107: $response:body
11108:
11109: * src/main/pa_request.C: ! ensured proper untainting of @main
11110: result if returned by $result or $response:body
11111:
11112: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11113: issue: now tries to guess content-length and allocates one big
11114: piece if possible [regretfully gc_realloc works as malloc+free,
11115: leaving lots of holes behind]
11116:
11117: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11118: fixed file load memory issue: now tries to guess content-length
11119: and allocates one big piece if possible [regretfully gc_realloc
11120: works as malloc+free, leaving lots of holes behind]
11121:
11122: 2005-11-16 paf
11123:
11124: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11125: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11126: table::save with enclosers now doubles them: "->"" !
11127: table::save/load do not remove elements from options hash
11128:
11129: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11130: [were overoptimized ^if(double_literal), compiler confused
11131: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11132:
11133: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11134: [were overoptimized ^if(double_literal), compiler confused
11135: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11136:
11137: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11138: main/pa_common.C: ! table::save with enclosers now doubles them:
11139: "->"" ! table::save/load do not remove elements from options hash
11140:
11141: 2005-11-03 paf
11142:
1.116 moko 11143: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11144: compilation, not all makefiles liked that
1.95 moko 11145:
11146: 2005-08-30 paf
11147:
11148: * src/classes/op.C: merge . speedup check of [DEFAULT]
11149:
11150: * src/classes/op.C: . speedup check of [DEFAULT]
11151:
11152: 2005-08-26 paf
11153:
11154: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11155:
11156: * src/: classes/date.C, types/pa_vdate.h: + date.week
11157:
11158: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11159: complains about bad!=nameless
11160:
11161: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11162: about bad!=nameless
11163:
11164: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11165: optional options were allowed to be empty. were checked
11166: if(is_string), changed to !defined||is_string to allow void
11167:
11168: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11169: classes/string.C, classes/table.C, classes/void.C: ! optional
11170: options were allowed to be empty. were checked if(is_string),
11171: changed to !defined||is_string to allow void
11172:
11173: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11174: as_junction where they needed as_int/double, so failed with
11175: recent "(const) now no junction" optimization
11176:
11177: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11178: merged ! many classes/* used as_junction where they needed
11179: as_int/double, so failed with recent "(const) now no junction"
11180: optimization
11181:
11182: * src/: classes/double.C, classes/int.C, classes/math.C,
11183: classes/op.C, classes/string.C, classes/table.C,
11184: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11185: used as_junction where they needed as_int/double, so failed with
11186: recent "(const) now no junction" optimization
11187:
11188: 2005-08-24 paf
11189:
11190: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11191: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11192: stripped it
11193:
11194: 2005-08-09 paf
11195:
11196: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11197: not cleared
11198:
11199: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11200: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11201: classes/hashfile.C, classes/image.C, classes/int.C,
11202: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11203: classes/response.C, classes/string.C, classes/table.C,
11204: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11205: include/pa_array.h, include/pa_cache_managers.h,
11206: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11207: include/pa_config_fixed.h, include/pa_config_includes.h,
11208: include/pa_dictionary.h, include/pa_dir.h,
11209: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11210: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11211: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11212: include/pa_request_charsets.h, include/pa_request_info.h,
11213: include/pa_sapi.h, include/pa_socks.h,
11214: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11215: include/pa_stack.h, include/pa_string.h,
11216: include/pa_stylesheet_connection.h,
11217: include/pa_stylesheet_manager.h, include/pa_table.h,
11218: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11219: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11220: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11221: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11222: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11223: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11224: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11225: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11226: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11227: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11228: main/pa_sql_driver_manager.C, main/pa_string.C,
11229: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11230: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11231: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11232: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11233: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11234: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11235: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11236: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11237: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11238: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11239: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11240: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11241: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11242: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11243: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11244: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11245: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11246: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11247: types/pa_vresponse.C, types/pa_vresponse.h,
11248: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11249: types/pa_vstateless_object.h, types/pa_vstatus.C,
11250: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11251: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11252: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11253: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11254: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11255:
11256: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11257: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11258: speedup consequent checks in vmethod_frame
11259:
11260: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11261: not cleared
11262:
11263: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11264: params: 50 max (were 10)
11265:
11266: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11267: params: 50 max (were 10)
11268:
11269: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11270: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11271: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11272: empty string) ! simplified (double) speedup consequent checks in
11273: vmethod_frame
11274:
11275: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11276: optimized constants in expressions vstring->vdouble + optimized
11277: ^call(vdouble), no junction creation, no calls later
11278:
11279: 2005-08-08 paf
11280:
11281: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11282: compile_tools.h: merged + optimized constants in expressions
11283: vstring->vdouble + optimized ^call(vdouble), no junction
11284: creation, no calls later
11285:
11286: * src/types/pa_vdouble.h: merged . double values without fractional
11287: part now default printed as %.0f instead of %g
11288:
11289: * src/types/pa_vdouble.h: . double values without fractional part
11290: now default printed as %.0f instead of %g
11291:
11292: * src/classes/hashfile.C: . merged ! second hashfile::open would
11293: cause an exception
11294:
11295: * src/classes/hashfile.C: ! second hashfile::open would cause an
11296: exception
11297:
11298: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11299: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11300: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11301: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11302: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11303: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11304: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11305: types/pa_vresponse.h, types/pa_vstateless_class.C,
11306: types/pa_vstateless_object.h, types/pa_vvoid.h,
11307: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11308: merged VJunction(new Junction) optimization from 3.1.4
11309:
11310: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11311: types/pa_vstateless_class.C: + optimized new VJunction(new
11312: Junction(params)) to new VJunction(params), thousands of mallocs
11313: removed
11314:
11315: 2005-08-05 paf
11316:
11317: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11318: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11319: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11320: creation, no calls later
11321:
11322: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11323: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11324: classes/hashfile.C, classes/image.C, classes/int.C,
11325: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11326: classes/response.C, classes/string.C, classes/table.C,
11327: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11328: include/pa_array.h, include/pa_cache_managers.h,
11329: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11330: include/pa_config_fixed.h, include/pa_config_includes.h,
11331: include/pa_dictionary.h, include/pa_dir.h,
11332: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11333: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11334: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11335: include/pa_request_charsets.h, include/pa_request_info.h,
11336: include/pa_sapi.h, include/pa_socks.h,
11337: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11338: include/pa_stack.h, include/pa_string.h,
11339: include/pa_stylesheet_connection.h,
11340: include/pa_stylesheet_manager.h, include/pa_table.h,
11341: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11342: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11343: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11344: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11345: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11346: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11347: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11348: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11349: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11350: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11351: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11352: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11353: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11354: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11355: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11356: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11357: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11358: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11359: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11360: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11361: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11362: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11363: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11364: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11365: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11366: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11367: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11368: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11369: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11370: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11371: types/pa_vstateless_object.h, types/pa_vstatus.C,
11372: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11373: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11374: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11375: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11376: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11377:
11378: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11379: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11380: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11381: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11382: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11383: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11384: optimized constants in expressions vstring->vdouble
11385:
11386: 2005-07-29 paf
11387:
11388: * src/types/pa_vclass.C: . shaped up error messages a bit
11389:
11390: * src/types/pa_vclass.C: + property getter can now be overridden
11391:
11392: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11393: bug fix: static parent fields were not replaced in case
11394: $derived:field[put] + property setter can now be overridden
11395:
11396: 2005-07-28 paf
11397:
11398: * configure, configure.in, src/classes/classes.h,
11399: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11400: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11401: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11402: src/classes/xnode.h, src/include/pa_hash.h,
11403: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11404: src/types/Makefile.am, src/types/pa_method.h,
11405: src/types/pa_value.h, src/types/pa_vclass.C,
11406: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11407: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11408: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11409: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11410: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11411: src/types/pa_vobject.C, src/types/pa_vobject.h,
11412: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11413: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11414: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11415: src/types/pa_vstateless_class.h,
1.95 moko 11416: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11417: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11418: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11419: dynamic_fields_join
11420:
11421: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11422: classes/xnode.C, include/pa_hash.h, main/execute.C,
11423: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11424: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11425: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11426: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11427: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11428: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11429: types/pa_vresponse.h, types/pa_vstateless_object.h,
11430: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11431: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11432: restored its checks in vobject.put_element->static fields |
11433: dynamic properties
11434:
11435: 2005-07-27 paf
11436:
11437: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11438: is some old code containing @set_name $name
11439:
11440: * src/types/pa_vobject.h: . fixed warning
11441:
11442: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11443: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11444:
11445: * src/: classes/xnode.C, include/pa_hash.h,
11446: types/pa_vstateless_class.C: ! new asserts were all false.
11447: regretfully reverted them all to checks
11448:
11449: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11450: classes/op.C, main/execute.C, types/pa_method.h,
11451: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11452: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11453: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11454: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11455: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11456: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11457: types/pa_vstateless_object.h, types/pa_vvoid.h,
11458: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11459: joined_dynamic_fields: removed unused param from put_method
11460: (returned to 3 params)
11461:
11462: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11463: joined_dynamic_fields: dynamic get/set works with overriding
11464: props [alpha2]
11465:
11466: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11467: works [alfa]
11468:
11469: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11470: classes/op.C, include/pa_hash.h, main/execute.C,
11471: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11472: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11473: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11474: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11475: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11476: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11477: types/pa_vresponse.h, types/pa_vstateless_class.C,
11478: types/pa_vstateless_object.h, types/pa_vvoid.h,
11479: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11480: joined_dynamic_fields: just compiled
11481:
11482: * src/: classes/date.C, classes/file.C, classes/hash.C,
11483: classes/hashfile.C, classes/image.C, classes/table.C,
11484: classes/xdoc.C, classes/xnode.h, main/execute.C,
11485: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11486: types/pa_vstateless_class.h: joined_dynamic_fields: started
11487:
11488: * src/types/pa_vobject.C: . object setters [only started, does not
11489: work yet]
11490:
11491: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11492: object setters [only started, does not work yet]
11493:
11494: 2005-07-26 paf
11495:
11496: * src/: include/pa_request.h, main/execute.C: . properties: set
11497: works [alpha2]. for classes. todo: for objects
11498:
11499: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11500: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11501: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11502: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11503: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11504: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11505: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11506: types/pa_vstateless_object.h, types/pa_vvoid.h,
11507: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11508: properties: set works [alpha1]
11509:
11510: 2005-07-25 paf
11511:
11512: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11513: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11514: properties: started, get works [alpha1, other approach]
11515:
11516: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11517: properties: started, get works [alpha2]
11518:
11519: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11520: pa_vstateless_class.h: . properties: started, get works [alpha]
11521:
11522: 2005-07-15 paf
11523:
11524: * src/: classes/classes.h, classes/op.C, main/execute.C,
11525: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11526: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11527: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11528: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11529: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11530: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11531: types/pa_vresponse.C, types/pa_vresponse.h,
11532: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11533: types/pa_vstateless_object.h, types/pa_vvoid.h,
11534: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11535: types/pa_wwrapper.h, types/types.vcproj: + started property
11536: [getters work but think of changing them too to precaching]
11537:
11538: 2005-07-08 paf
11539:
11540: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11541: gpf
11542:
11543: 2005-06-28 paf
11544:
11545: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11546: in passing empty strings to file::exec/cgi environment
11547:
11548: 2005-06-06 paf
11549:
11550: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11551: ^table:sql ^hash:sql now DO process $.bind option
11552:
11553: 2005-05-24 paf
11554:
11555: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11556: $.limit] now work again [support was broken in 3.1.4]
11557:
11558: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11559: ALL_INTERIOR_POINTERS
11560:
11561: 2005-05-12 paf
11562:
11563: * configure: 3.1.5beta
11564:
11565: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11566:
11567: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11568: $.limit] now work again [support was broken in 3.1.4]
11569:
11570: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11571: line-width [was refusing to fill if line-width >1, thanks to
11572: Seras <seras@pinxit.lt> for repro case
11573:
11574: 2005-04-25 paf
11575:
11576: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11577: correctly
11578:
11579: 2005-04-19 paf
11580:
11581: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11582: in VString violating invariant!!
11583:
11584: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11585: getenv("TZ")==null
11586:
11587: 2005-04-08 paf
11588:
11589: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11590: bugfix: when there is no char in charset one byte produces 6
11591: (ÿ <<max). increased buffer size!
11592:
11593: 2005-03-23 paf
11594:
11595: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11596: ^date.sql-string now takes TZ into account
11597:
11598: 2005-03-16 paf
11599:
11600: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11601: gcc 3.4
11602:
11603: * src/types/pa_vhash.C: . warning about eof eol
11604:
11605: 2005-02-17 paf
11606:
11607: * operators.txt, src/classes/op.C: + operator ^sleep(double
11608: seconds)
11609:
11610: 2005-02-02 paf
11611:
11612: * src/classes/xnode.C: beauty: removed needless includes
11613:
11614: 2005-01-31 paf
11615:
11616: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11617: $.partNoNumber now alias to $.part1
11618:
11619: * src/types/pa_vmail.C: change: incoming letter part contains
11620: "content-disposition" header with any value? now considering that
11621: part to be "file#" [for text/plain text/html were $.text#
11622: $.html#]
11623:
11624: * INSTALL: updatet to latest working versions available
11625:
11626: 2005-01-20 paf
11627:
11628: * configure.in, src/include/pa_version.h: version
11629:
11630: 2005-01-19 paf
11631:
1.116 moko 11632: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11633: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11634: couple warnings in parser3.C
1.95 moko 11635:
11636: 2004-12-23 paf
11637:
11638: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11639:
11640: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11641: dir to directory of script (when shbang used), not to directory
11642: of its interpreter
11643:
11644: * src/include/pa_version.h: compiled on win32...
11645:
11646: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11647: we need more hspace
11648:
11649: * configure, configure.in, src/include/pa_version.h: configured
11650: host to pa_version. will be displayed everywhere
11651:
11652: * src/main/pa_request.C: new: @unhandled_exception can prevent
11653: exception from being logged by setting $exception.handled(1)
11654:
11655: * operators.txt, src/classes/file.C: change:
11656: ^file::sql{query}[[options]] options: $.name[file name]
11657: $.content-type[application/what]
11658:
11659: * src/: include/pa_common.h, main/pa_common.C,
11660: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11661: new file
11662:
11663: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11664: bugfix: table->hash now regards _default
11665:
11666: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11667: created by accessing $name_of_method it acquired bad self=closest
11668: methodframe; instead of proper self (current class)
11669:
11670: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11671: hashfile produced bad cord
11672:
11673: 2004-12-10 paf
11674:
11675: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11676: subsequent failures though defined in .h
11677:
11678: * src/main/pa_common.C: comment on volatile
11679:
11680: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11681: alarm function were not used since the beginning due to stupid
11682: error [setsigjmp were not checked in configure.in]
11683:
11684: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11685: unix too
11686:
11687: * src/main/pa_common.C: http: exception status of send/recv errors
11688: change to most probable http.timeout
11689:
11690: * src/main/pa_common.C: win32: http connection $.timeout option now
11691: works [setsockopt on send/receive]
11692:
11693: 2004-12-08 paf
11694:
11695: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11696: cstr-ed knowing mail charset, and untainting uri lang now knows
11697: proper charset
11698:
11699: 2004-11-24 paf
11700:
11701: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11702:
11703: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11704: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11705:
11706: 2004-11-12 paf
11707:
11708: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11709: [since 3.0.4]
11710:
11711: 2004-11-09 paf
11712:
11713: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11714: writes basics to c:\parser3.log
11715:
11716: 2004-10-21 paf
11717:
11718: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11719: tainted strings [were returning clean onces]
11720:
11721: 2004-10-15 paf
11722:
11723: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11724: cycles(i=1; i=2), which was wrong, now does ONE
11725:
11726: 2004-10-12 paf
11727:
11728: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11729:
11730: 2004-10-07 paf
11731:
11732: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11733: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11734: release asserts
11735:
11736: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11737: String.dump() to stdout in detailed form [were String.v() in
11738: short form]
11739:
11740: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11741: \t\r\n as @#| and truncates long char sequences less
11742:
11743: 2004-10-06 paf
11744:
11745: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11746: win32 beauty: socket errors properly decoded
11747:
11748: 2004-10-05 paf
11749:
11750: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11751: request::configure_user/admin done always, even if no
11752: file-to-process useful in @unhandled_exception [say, if they
11753: would want to mail by SMTP something]
11754:
11755: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11756: now performed prior to file loading [and @auto executing] thus
11757: making $cookie:value available in @auto and in
11758: @unhandled_exception when IIS is configured to run interpreter
11759: even if no file exist
11760:
11761: 2004-09-20 paf
11762:
11763: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11764: somewhere where it should have called xmlMalloc and it calls
11765: xmlFree when it should have not called it. inserted two
11766: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11767: xmlFree just ignored. put away a testcase, maybe someday libxml
11768: author would fix all that. until that day: we have SLOW garbage
11769: collecting when many xml objects are alive hint: do
11770: ^memory:compact[] before xdoc::create
11771:
11772: 2004-09-17 paf
11773:
11774: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11775: error from 3.0.8 version]
11776:
11777: 2004-09-14 paf
11778:
11779: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11780: part bugfix: hashfile.foreach iterated only part if hashfile were
11781: modified inside
11782:
11783: 2004-09-13 paf
11784:
11785: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11786: [were as octal]
11787:
11788: * src/types/pa_vhashfile.C: beauty: not reproduced
11789: $hashfile.key[$novalue] bug [reported by motorin], inserted
11790: safety-check
11791:
11792: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11793: [not something obscure from sdbm lib]
11794:
11795: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11796: = strerror now returnes something and we can properly report that
11797: to client
11798:
11799: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11800: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11801:
11802: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11803: [tainted as-is] this helps //[space][newline] to remain as-is and
11804: not be unnecessary optimized away [ruining javascript]
11805:
11806: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11807: [tainted as-is]
11808:
11809: * src/classes/mail.C: bugfix: typo error
11810:
11811: 2004-09-09 paf
11812:
11813: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11814: separators bugfix: loads header with endings \r\n\r\n and \n\n
11815: (bloody yandex.server)
11816:
11817: 2004-09-06 paf
11818:
11819: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11820: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11821: encoded
11822:
11823: 2004-09-01 paf
11824:
11825: * src/types/pa_vmail.C: change: multipart/mixed changed to
11826: multipart/related outlook express have no problems showing
11827: unrelated attachments. todo: someday figure out a way of
11828: multipart/mixed multipart/related text/html
11829: image/xxx application/octet-stream << true attachments
11830:
11831: * src/types/pa_vmail.C: new:
11832: ^mail:send[$.file[$.content-disposition can be overriden new:
11833: empty mail header fields removed from letter
11834:
11835: * src/: classes/mail.C, include/pa_config_fixed.h,
11836: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11837: ^mail:send[ $.file[ $.any[header]
11838:
11839: 2004-08-30 paf
11840:
11841: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11842: warnings
11843:
11844: * src/main/pa_common.C: beauty: do not bother with charset
11845: detection when ^file::load[binary
11846:
11847: 2004-08-27 paf
11848:
11849: * src/main/pa_common.C: hack: for yandex.server http server
11850:
11851: 2004-08-18 paf
11852:
11853: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11854: possibly-chunked response
11855:
11856: 2004-08-17 paf
11857:
11858: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11859: $f.content-type now = that of http response
11860:
11861: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11862: $f.content-type now = that of http response
11863:
11864: 2004-07-30 paf
11865:
11866: * src/: include/pa_request.h, main/pa_request.C,
11867: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11868: win32: system&parser exceptions in release mode reported properly
11869: parser exception in exception handler WERE mistakenly reported as
11870: system exception, without details [in apache & isapi] +some
11871: beauty in exception text
11872:
11873: * src/: include/pa_exception.h, main/pa_request.C,
11874: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11875: release mode reported properly parser exception in exception
11876: handler WERE mistakenly reported as system exception, without
11877: details
11878:
11879: * src/main/execute.C: beauty: simplified system exception handling
11880:
11881: 2004-07-29 paf
11882:
11883: * src/classes/table.C: bugfix:
11884: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11885: were ignored, and \t used unconditionally]
11886:
11887: * src/types/Makefile.am: added vhash.c
11888:
11889: 2004-07-28 paf
11890:
11891: * src/: classes/date.C, classes/image.C, classes/math.C,
11892: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11893: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11894: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11895: failed on russian letters
11896:
11897: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11898: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11899: letters
11900:
11901: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11902: as 'currentDirectory' parameter to CreateProcess
11903:
11904: 2004-07-27 paf
11905:
11906: * src/targets/cgi/parser3.vcproj: beauty: win32:
11907: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11908: from release somewhere [to help searching for unhandled system
11909: exceptions]
11910:
11911: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11912: TZ shift
11913:
11914: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11915: but also in ctor
11916:
11917: 2004-07-26 paf
11918:
11919: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11920: src/main/pa_request.C, src/types/pa_vfile.h,
11921: src/types/pa_vhash.C, src/types/pa_vhash.h,
11922: src/types/types.vcproj: new: $response:body/download[
11923: $.file[name on disk] $.name[of file for user]
11924: $.mdate[date of last-modified. default from directory] ]
11925:
11926: * src/classes/file.C: moving file:send somewhere else..
11927:
11928: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11929: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11930: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11931: $response:download[ $.filename[filename] $.option[] ,, ]
11932:
11933: * src/classes/file.C: beauty: invalid mode thoroughly reported
11934:
11935: 2004-07-21 paf
11936:
11937: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11938: to several lines
11939:
11940: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11941:
11942: note: ms outlook[!express] shows only first 255 characters of
11943: subject
11944:
11945: 2004-07-15 paf
11946:
11947: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11948: off]
11949:
11950: 2004-07-14 paf
11951:
11952: * src/classes/table.C: bugfix: $.bind values now got untainted
11953: according to lang [were: as-is]
11954:
11955: 2004-07-07 paf
11956:
11957: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11958: checked that
11959:
11960: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11961: now untainted according to their languages. were: as-is.
11962: EVERYWHERE
11963:
11964: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11965: environment string now untainted according to their languages.
11966: were: as-is. EVERYWHERE
11967:
11968: * src/main/pa_exec.C: bufix: on unix environment string now
11969: untainted according to their languages. were: as-is. on win32:
11970: ok
11971:
11972: * parser3.vssscc: ...would not go unnoticed
11973:
11974: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11975: fails. in case on input appears nonutf, those bytes will be
11976: printed in %HH form. that can be easily decoded/recovered.
11977:
11978: this form is quite noticable, and hopefully would not go noticed
11979:
11980: 2004-07-06 paf
11981:
11982: * src/main/pa_exec.C: bufix: on unix environment string now
11983: untainted according to their languages. were: as-is. on win32:
11984: ok
11985:
11986: 2004-07-01 paf
11987:
11988: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11989: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11990: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11991: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11992: main/main.vcproj, targets/cgi/parser3.vcproj,
11993: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11994: option: global optimization ON
11995:
11996: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11997: to do xdoc::create{invalid chars} standard disables chars less
11998: then \x20, except tab, cr, lf.
11999:
12000: changed tainting so that those become '!'
12001:
12002: 2004-06-25 paf
12003:
12004: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12005: int on odd address [prev bugfix failed due to superwize
12006: optimizer, which turned memcpy into same 'ld' asm command]
12007:
12008: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12009: int on odd address
12010:
12011: 2004-06-22 paf
12012:
12013: * src/sql/pa_sql_driver.h: note: about possible optimization
12014:
12015: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12016: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12017: src/include/pa_config_includes.h: new: ^void:sql{call
12018: paf(:a)}[ $.bind[ $.a[2]
12019: ] ] output variables work. todo: check in out
12020: variables
12021:
12022: 2004-06-18 paf
12023:
12024: * src/: classes/file.C, classes/hash.C, classes/string.C,
12025: classes/table.C, classes/void.C, include/pa_globals.h,
12026: include/pa_sql_connection.h, main/compile.tab.C,
12027: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12028: $.bind[ $.a[2] ]
12029: ] input variables work. todo:output
12030:
12031: * src/targets/cgi/parser3.C: bugfix: iis specific
12032: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12033: /_bug.html?404;http://hpsv/test/
12034: --------------------------------------------------------------------------------
12035: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12036: --------------------------------------------------------------------------------
12037: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12038:
12039: 2004-06-16 paf
12040:
12041: * src/targets/cgi/parser3.C: new: iis specific
12042: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12043: $request:query
12044: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12045: $form:fields IIS-STATUS="404"
12046: IIS-DOCUMENT="http://server/_bug.html" f="v"
12047:
12048: todo: isapi too
12049:
12050: 2004-05-26 paf
12051:
12052: * src/include/pa_version.h: 3.1.3
12053:
12054: * operators.txt: beauty: removed outdated level 'table'
12055:
12056: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12057:
12058: * src/main/pa_string.C: beauty: removed 3 warnings
12059:
12060: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12061: classes/op.C: beauty: removed outdated level 'table'
12062:
12063: 2004-05-25 paf
12064:
12065: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12066: implementation. mistery: how anything worked
12067:
12068: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12069: changed, it is now safe to use url if pointers to it are stored
12070: to gc mem
12071:
12072: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12073: unknown errors reported and not cause SIGSEGV now
12074:
12075: 2004-05-24 paf
12076:
12077: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12078: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12079: less memory: CORD_chars_block originally intended to ... it was
12080: good that CORD_chars_block were not used: it consumes more memory
12081: [and, might be slow too] undoing that. [and removed that func so
12082: that it would not confuse parser developer in future]
12083:
12084: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12085: less memory: CORD_chars_block originally intended to
12086: speedup/reduce mem usage were forgotten, and were used stupid
12087: CORD_chars
12088:
12089: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12090:
12091: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12092: BIGENDIAN processors space-conserving mech failed, causing
12093: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12094: (1|2|3));
12095:
12096: 2004-05-14 paf
12097:
12098: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12099: bugfix: void now has vfile value, and $response:body[] works OK
12100:
12101: 2004-05-12 paf
12102:
12103: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12104: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12105: sources to use is_defined() {return as_bool();} along VBool
12106:
12107: 2004-05-11 paf
12108:
12109: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12110: referencing to local objects
12111:
12112: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12113: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12114: left intact
12115:
12116: 2004-04-15 paf
12117:
12118: * src/classes/date.C: merged: beauty: unused var removed
12119:
12120: * src/classes/date.C: beauty: unused var removed
12121:
12122: * src/include/: pa_exec.h: bugfix: interface without pointer
12123: provoked bug
12124:
12125: 2004-04-09 paf
12126:
12127: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12128:
12129: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12130:
12131: 2004-04-08 paf
12132:
12133: * src/classes/date.C: new: ^date::create[y-m-d
12134: h-M-s>>.milliseconds<<] now allowed, ignored so far
12135:
12136: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12137:
12138: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12139: to consult default catalog [usually, that file belongs to other
12140: user/group]
12141:
12142: 2004-04-06 paf
12143:
12144: * src/main/pa_common.C: beauty: gcc warning removed
12145:
12146: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12147: accept that trick, trying other
12148:
12149: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12150: explicit result problem
12151:
12152: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12153: explicit result problem
12154:
12155: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12156: explicit result problem
12157:
12158: * operators.txt, src/classes/string.C: new: ^string.append[string]
12159:
12160: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12161: main/execute.C: attempt_check_call_in_explicit_result_mode:
12162: failed
12163:
12164: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12165: http://i.p.a.ddress gethostbyaddr added [on some platforms
12166: gethostbyname failed with such 'domains'] now checked properly,
12167: were: needless reverse/forward dns lookup
12168:
12169: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12170: http://i.p.a.ddress gethostbyaddr added [on some platforms
12171: gethostbyname failed with such 'domains'] now checked properly,
12172: were: needless reverse/forward dns lookup
12173:
12174: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12175: @method[][result] means "no string output here" moved to lexical
12176: level [on grammar level it were too difficult]
12177:
12178: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12179: src/main/compile.y, src/main/compile_tools.h,
12180: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12181: @method[][result] means "no string output here", implemented part
12182: of that idea: compiler throws away string literal generation
12183: code. and barks nonwhitespace chars
12184:
12185: * operators.txt: truth: removed comment about $ORIGIN
12186:
12187: 2004-04-05 paf
12188:
12189: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12190: src/include/pa_version.h, src/main/pa_common.C,
12191: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12192:
12193: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12194: Konstantin Tomashevitch [mailto:konst@design.ru]
12195:
12196: * src/doc/html2chm.cmd: beauty: no need in bg here
12197:
12198: * src/doc/sources2html.cmd: beauty: same window, in bg it
12199: interfered with FAR console
12200:
12201: * configure, configure.in: 3.1.3
12202:
12203: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12204:
12205: * src/main/pa_common.C: removed warning
12206:
12207: * src/include/pa_version.h: 3.1.3
12208:
12209: 2004-04-02 paf
12210:
12211: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12212:
12213: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12214: allows to specify where to put parser log file
12215:
12216: 2004-04-01 paf
12217:
12218: * src/classes/table.C: bugfix: bugfix: table::load last line
12219: without tab and enter were ignored
12220:
12221: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12222: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12223: main/pa_socks.C, targets/cgi/parser3.C,
12224: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12225: bugfix: sql connections now are disconnected
12226:
12227: 2004-03-30 paf
12228:
12229: * src/classes/table.C: bugfix: table::load last line without tab
12230: and enter were ignored
12231:
12232: * src/classes/table.C: bufix: if last table lines were commented,
12233: gpfed
12234:
12235: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12236: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12237: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12238: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12239: doc/methoded.dox, doc/object.dox, doc/string.dox,
12240: doc/targets.dox, doc/value.dox, include/pa_version.h,
12241: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12242: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12243: bugfixes from 3.1.2, changed version to 3.1.3beta
12244:
12245: 2004-03-29 paf
12246:
12247: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12248: causes gpf
12249:
12250: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12251: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12252: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12253: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12254: value.dox: translated to english
12255:
12256: 2004-03-25 paf
12257:
12258: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12259: parser3project dependency removed
12260:
12261: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12262: bugfix: refused to compile without xml
12263:
12264: * src/types/pa_vform.C: beauty: removed warning
12265:
12266: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12267: any folder [removed last ;) folder dependency]
12268:
12269: * src/classes/classes.vcproj: bugfix: now all compiles in any
12270: folder [removed last ;) folder dependency]
12271:
12272: * src/include/pa_version.h: release
12273:
12274: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12275:
12276: * src/classes/table.C: beauty: comment& more meaningful error
12277: message
12278:
12279: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12280: $.hash[$.column_value1(true) ... ] [were producing some strang
12281: thing]
12282:
12283: 2004-03-23 paf
12284:
12285: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12286: and http status line parsing checked number of columns in table
12287: [user reported an assert]
12288:
12289: * operators.txt: example: on hashfile
12290:
12291: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12292: bugfix: junction reattach now actually reattaches a junction to
12293: new wcontext [were only assigning it to junction, which caused
12294: junction tracking to loose junction, and it's context were not
12295: killed, and it tried to process in invalid context, gpf]
12296:
12297: * src/targets/cgi/parser3.C: debug helper added
12298:
12299: 2004-03-19 paf
12300:
12301: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12302: "type(type)" in braces
12303:
12304: 2004-03-10 paf
12305:
12306: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12307: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12308: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12309: solution to search-in-namespaces problem:
12310: $xdoc.search-namespaces.x[http://pif.design.ru/]
12311: $nodes[^xdoc.select[//x:second]]
12312:
12313: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12314: expression][[NAMESPACES HASH]] allows to search for info in
12315: namespaces
12316:
12317: $nodes[^xdoc.select[//x:second][
12318: $.x[http://pif.design.ru/] ]]
12319:
12320: 2004-03-09 paf
12321:
12322: * operators.txt, src/main/pa_common.C: new:
12323: ^file::load[...][options] $.form[
12324: !$.field1[string]
12325: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12326: ] !$.body[string]
12327:
12328: GET ?here notGET(POST, HEAD, others) in content-type:
12329: application/x-www-form-urlencoded
12330:
12331: todo: upload files ability
12332:
12333: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12334: properly, done
12335:
12336: 2004-03-05 paf
12337:
12338: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12339: GET/POST $.form[$.fields started, not tested yet
12340: todo:$.field[table] for multiple values
12341:
12342: * operators.txt: new: http:// options $.user $.password basic
12343: authorization
12344:
12345: * src/main/pa_common.C: beauty: link to rtf added
12346:
12347: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12348: new: http:// options $.user $.password basic authorization
12349:
12350: * src/main/pa_common.C: beauty: removed needless vars
12351:
12352: * operators.txt: new: pgsql option [like that recently added to
12353: oracle driver] ClientCharset=parser-charset <<
12354: charset in which parser thinks client works
12355:
12356: * operators.txt: new: odbc option [like that recently added to
12357: oracle driver] ClientCharset=parser-charset <<
12358: charset in which parser thinks client works
12359:
12360: * src/sql/pa_sql_driver.h: beauty: important warning added
12361:
12362: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12363: char!
12364:
12365: * etc/parser3.charsets/windows-1251.cfg: typo
12366:
12367: 2004-03-04 paf
12368:
12369: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12370: cached, sql transcoding now goes faster
12371:
12372: * operators.txt: new: mysql option [like that recently added to
12373: oracle driver] ClientCharset=parser-charset <<
12374: charset in which parser thinks client works
12375:
12376: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12377: typo error
12378:
12379: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12380: chars commented
12381:
12382: 2004-03-03 paf
12383:
12384: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12385: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12386:
12387: 2004-03-02 paf
12388:
12389: * operators.txt: new[update typo]: !^void.left(n)
12390: nothing !^void.right(n) nothing !^void.mid(p[;n])
12391: nothing
12392:
12393: * operators.txt, src/classes/void.C: new: !^void.left(n)
12394: nothing !^void.right(n) nothing !^void.pos(p[;n])
12395: nothing
12396:
12397: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12398: ^file::sql[[name_to_become_$.name]]{} query result must be one
12399: row with columns: first: data second: file name third:
12400: content-type
12401:
12402: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12403: ^connect gets properly escaped string, which can be passed to
12404: request now this for mysql only. it's up to parser sql driver to
12405: fix zeros properly
12406:
12407: * INSTALL: note: added on building apache with this option:
12408: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12409:
12410: 2004-03-01 paf
12411:
12412: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12413: extension memory:compact befor processingrequest
12414:
12415: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12416: call sole column of result
12417:
12418: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12419: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12420: pixel color
12421:
12422: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12423: beauty: image -- less checks [were ugly impl]
12424:
12425: * src/classes/string.C: bugfix: ^string.left/right/mid with
12426: negative values now considered bad
12427:
12428: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12429:
12430: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12431: options now have unified defaults [after transform
12432: indent/omit-xml-declaration/standalone 'default' erroreously
12433: meant 'true']
12434:
12435: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12436: added [on some platforms gethostbyname failed with such
12437: 'domains']
12438:
12439: * src/include/pa_config_auto.h.in: no select check, no define
12440:
12441: * src/classes/string.C: feature: ^string.trim both parameters may
12442: be empty-strings, meaning kind=both chars=whitespaces
12443:
12444: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12445: exist
12446:
12447: * src/classes/string.C: check: trim 'chars' must not be empty,
12448: exception if it is
12449:
12450: * src/classes/string.C: changed: ^string.trim [] << both,
12451: whitespaces [start|both|end] << kind, whitespaces
12452: [start|both|end;chars] full
12453:
12454: 2004-02-27 paf
12455:
12456: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12457: method: ^string.trim[start|both|end[;chars]] default
12458: 'chars' -- whitespace chars finished
12459:
12460: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12461: src/main/pa_string.C: new method:
12462: ^string.trim[start|both|end[;chars]] default 'chars' --
12463: whitespace chars started, only start works
12464:
12465: * src/main/compile.C: bugfix: line numbers after
12466: ^process{}[$.line(-10]] can be negative, allowed to print they as
12467: signed
12468:
12469: * src/main/untaint.C: speed: there's no \n chars in output
12470: [normally], so no need to optimize them they could be retrived
12471: from databases, though. but 1. should be replaced 2. if not
12472: optimized, no harm done
12473:
12474: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12475: ^file::exec/cgi could return invalid status & zombie child can
12476: remain for short period until process exists [very bad in
12477: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12478:
12479: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12480: malicious SMTP server to attack as by returning too long status
12481: responses http://i2/tasks/edit/?id=4629448401140924947
12482:
12483: 2004-02-26 paf
12484:
12485: * operators.txt: feature: ^process...{CODE}[now has options] which
12486: are $.main[to what to rename @main] $.file[file,
12487: from which (user says) goes that CODE] $.lineno(line
12488: number in that file, where CODE starts. may be negative)
12489:
12490: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12491: src/main/compile.C, src/main/compile_tools.h,
12492: src/main/pa_request.C: feature: ^process...{CODE}[now has
12493: options] which are $.main[to what to rename @main]
12494: $.file[file, from which (user says) goes that CODE]
12495: $.lineno(line number in that file, where CODE starts. may be
12496: negative)
12497:
12498: 2004-02-25 paf
12499:
1.116 moko 12500: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12501: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12502:
12503: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12504: produces hash of column=>1
12505:
12506: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12507: with incomplete errno constants set
12508:
12509: 2004-02-24 paf
12510:
12511: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12512: "man select"
12513:
12514: * src/main/pa_os.C: beauty: <0 better then ==-1
12515:
12516: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12517:
12518: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12519:
1.116 moko 12520: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12521:
12522: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12523: unix: steps to work on unix [extracted 'to']
12524:
12525: * src/classes/mail.C: smtp on unix: steps to work on unix
12526:
12527: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12528:
1.116 moko 12529: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12530: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12531: unix [testing on solaris]
1.95 moko 12532:
12533: 2004-02-20 paf
12534:
12535: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12536: pointing that out
12537:
12538: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12539: fixed again [same solution, mistanenly removed one line]
12540:
12541: 2004-02-19 paf
12542:
12543: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12544: date::create from bad datetime in spring daylightsaving hole now
12545: OK for all platforms [on some platforms it failed]
12546:
12547: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12548: in daylightsaving hole] now throws error
12549:
12550: * src/classes/date.C: comment: mistake fixed
12551:
12552: 2004-02-18 paf
12553:
12554: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12555: now renderes in $request:charset, but in header puts
12556: $response:charset todo: make that default only so that coder
12557: could override that
12558:
12559: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12560: turns off omit-xml-declaration
12561:
12562: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12563: /.xsl for sample
12564:
12565: 2004-02-17 paf
12566:
12567: * src/classes/xdoc.C: beauty: needless helper class removed
12568:
12569: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12570: copied extra time
12571:
12572: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12573: part of libxml
12574:
12575: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12576: libxml to do the work] <xsl:output method="html"
12577: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12578: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12579: />
12580:
12581: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12582:
12583: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12584: caused assertion
12585:
12586: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12587: could hang. now such add does nothing, sub clears $hash
12588:
12589: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12590: not made quoted-printable
12591:
12592: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12593: string invariant
12594:
12595: 2004-02-16 paf
12596:
12597: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12598: cleared [were not cleared properly]
12599:
12600: 2004-02-13 paf
12601:
1.116 moko 12602: * src/include/pa_version.h: prerelease
1.95 moko 12603:
12604: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12605: used, introducing dependencies timestamp check
12606:
12607: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12608: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12609: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12610: .xsl.stamp now not used, introducing dependencies timestamp check
12611:
1.150 moko 12612: * configure.in: auto.p: @conf made relative
1.95 moko 12613:
12614: 2004-02-12 paf
12615:
12616: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12617: ruined empty <input type=file> submits. parser thought there were
12618: nameless empty file and $form:field got value of type 'file'
12619:
12620: * INSTALL: --without-threads
12621:
12622: * src/include/pa_sapi.h: 2004
12623:
12624: 2004-02-11 paf
12625:
12626: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12627: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12628: classes/hashfile.C, classes/image.C, classes/int.C,
12629: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12630: classes/response.C, classes/string.C, classes/table.C,
12631: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12632: include/pa_array.h, include/pa_cache_managers.h,
12633: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12634: include/pa_config_fixed.h, include/pa_config_includes.h,
12635: include/pa_dictionary.h, include/pa_dir.h,
12636: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12637: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12638: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12639: include/pa_request_charsets.h, include/pa_request_info.h,
12640: include/pa_socks.h, include/pa_sql_connection.h,
12641: include/pa_sql_driver_manager.h, include/pa_stack.h,
12642: include/pa_string.h, include/pa_stylesheet_connection.h,
12643: include/pa_stylesheet_manager.h, include/pa_table.h,
12644: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12645: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12646: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12647: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12648: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12649: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12650: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12651: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12652: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12653: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12654: main/pa_sql_driver_manager.C, main/pa_string.C,
12655: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12656: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12657: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12658: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12659: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12660: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12661: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12662: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12663: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12664: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12665: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12666: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12667: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12668: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12669: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12670: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12671: types/pa_vresponse.h, types/pa_vstateless_class.C,
12672: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12673: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12674: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12675: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12676: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12677: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12678:
12679: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12680: debug version of gc.dll
12681:
12682: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12683: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12684: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12685: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12686: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12687: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12688: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12689: processes
12690:
12691: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12692: main/pa_globals.C, targets/cgi/parser3.vcproj,
12693: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12694: changes to reflect libxml xsl new folders
12695:
12696: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12697: lib/smtp/smtp.vcproj, main/main.vcproj,
12698: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12699: to reflect libxml xsl new folders
12700:
12701: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12702: lib/smtp/smtp.vcproj, main/main.vcproj,
12703: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12704: types/types.vcproj: started changes to reflect libxml xsl new
12705: folders
12706:
12707: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12708: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12709: src/main/compile.tab.C, src/main/main.vcproj,
12710: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12711: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12712: started changes to reflect libxml xsl new folders
12713:
12714: 2004-02-10 paf
12715:
12716: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12717: compile. recommened latest libxml up to date
12718:
12719: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12720: pattern compilation errors", on which spent 4 hours worktime. use
12721: versions higher than that. recommended now latest up to date
12722:
12723: 2004-02-06 paf
12724:
12725: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12726: beauty: unified destructing style
12727:
12728: * src/main/untaint.C: beauty: removed old def/ifdef
12729:
12730: * src/main/untaint.C: beauty: coredump @unknown untaint language
12731: now
12732:
12733: 2004-02-03 paf
12734:
12735: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12736: targets/isapi/parser3isapi.C, types/pa_value.C,
12737: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12738: then %ld/%lu
12739:
12740: * src/main/pa_common.C: typo: %l -> %u
12741:
12742: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12743: in attributes or documents-results of transform now not xx;
12744:
12745: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12746:
12747: * src/main/pa_charset.C: bugfix: forgot to undo some
12748:
12749: * src/main/pa_charset.C: beauty: uncomment
12750: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12751: libraries
12752:
12753: 2004-02-02 paf
12754:
12755: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12756: $cookie:example[ $.value[value] $.path[/there/] ]
12757:
12758: $cookie:example[ $.value[] $.expires[session]
12759: $.path[/there/] $.domain[test.com] ]
12760:
12761: * src/types/pa_vform.C: bugfix: empty values with
12762: enctype=multipart/form-data now produce entries in $form:tables
12763: <form method=post enctype=multipart/form-data> <input type=hidden
12764: name=a> <input type=hidden name=b>
12765:
12766: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12767: <hr> <pre>$request:body
12768:
12769: 2004-01-30 paf
12770:
12771: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12772: or documents-results of transform now not xx;
12773:
12774: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12775: produce exception.
12776:
12777: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12778: bugfix: ^date::create[invalid fields now produce exception.
12779:
12780: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12781: year] now produces exception. todo: check other fields
12782:
12783: 2004-01-29 paf
12784:
12785: * src/include/pa_memory.h: typo error
12786:
12787: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12788: more byte then specified, then zeroed it << useless and
12789: potentially harmful(could gpf)
12790:
12791: 2004-01-22 paf
12792:
12793: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12794:
12795: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12796: optimization
12797:
12798: * src/main/untaint.C: bugfix: whitespace now optimized properly
12799: [were bug: ^taint[1 & 2]="1 &2"
12800:
12801: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12802: errors
12803:
12804: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12805: overflow
12806:
12807: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12808: error-reporting code * in parser-error reporting code [when no
12809: @unhandled_exception defined]
12810:
12811: fixed in one place: my *snprintf override
12812:
12813: 2004-01-13 paf
12814:
12815: * operators.txt: typo erro
12816:
12817: 2003-12-25 paf
12818:
12819: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12820: garbled [pieces after zero bytes were removed]
12821:
12822: 2003-12-22 paf
12823:
1.116 moko 12824: * src/include/Makefile.am: bugfix: removed from dist:
12825: src/include/pa_config_auto.h which were configured for
1.95 moko 12826: make-dist-platform and badly updated proper config file in target
12827: [when .tar used for updating existing source tree]
12828:
12829: * ChangeLog, operators.txt, src/classes/op.C,
12830: src/include/pa_sql_connection.h,
12831: src/include/pa_sql_driver_manager.h,
12832: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12833: feature: sql introducing ability to transcode charsets
12834:
12835: 2003-12-19 paf
12836:
12837: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12838: error message
12839:
12840: * src/main/pa_charset.C: bugfix: memory for charsethandler
12841: structure for libxml now allocated properly
12842:
12843: 2003-12-17 paf
12844:
12845: * src/types/pa_vfile.C: beauty: removed outdated cast
12846:
12847: * src/main/pa_common.C: bugfix: empty http response caused gpf
12848:
12849: * src/include/pa_string.h: bugfix: removed too strong a assert
12850:
12851: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12852: unreported xmlGenericErrors]
12853:
12854: 2003-12-15 paf
12855:
12856: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12857: works}
12858:
12859: 2003-12-11 paf
12860:
12861: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12862: id
12863: !$status:tid thread id
12864:
12865: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12866: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12867: bugfix(solaris): removed dependency on object initialization
12868: order [one more place]
12869:
12870: * src/: classes/file.C, classes/mail.C, classes/op.C,
12871: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12872: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12873: understand that
12874:
12875: * src/: classes/file.C, classes/mail.C, classes/op.C,
12876: classes/xdoc.C, include/pa_cache_managers.h,
12877: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12878: include/pa_stylesheet_manager.h, main/pa_request.C,
12879: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12880: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12881: ctor call [relying on implicit String::Body(cstr) call]
12882:
12883: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12884: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12885: object initialization order [two places]
12886:
12887: 2003-12-10 paf
12888:
12889: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12890: << time now ok
12891:
12892: * operators.txt, src/main/pa_sql_driver_manager.C,
12893: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12894: operational
12895:
12896: * ChangeLog, operators.txt, src/classes/xdoc.C,
12897: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12898: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12899: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12900: back operational
12901:
12902: 2003-12-02 paf
12903:
12904: * src/types/pa_vmail.C: bugfix:
12905: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12906: as-is forced]
12907:
12908: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12909: exceptions out of libxml callbacks: reimplemented error handling
12910: of http://localhost, parser://method and safemode check callbacks
12911:
12912: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12913: [merged from HEAD]
12914:
12915: * src/classes/image.C: nothing: comment removed
12916:
12917: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12918: addresses to int
12919:
12920: 2003-12-01 paf
12921:
12922: * src/main/pa_xml_io.C: bugfix: typo
12923:
12924: * src/main/pa_globals.C: bugfix: win32: compile prob
12925:
12926: * src/classes/xdoc.C: bugfix: typo
12927:
12928: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12929: exception
12930:
12931: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12932:
12933: 2003-11-28 paf
12934:
12935: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12936: all xml documents read
12937:
12938: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12939:
12940: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12941: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12942: replaced original open mech of xdoc::create & co to use libxml
12943: open, so that this would work for root document todo: safe mode
12944: checks to libxml: ideally to some 1 point
12945:
12946: * src/main/pa_xml_io.C: comment
12947:
12948: * operators.txt, src/main/pa_xml_io.C: leading / in
12949: http://parser[abscent params]
12950:
12951: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12952: works. todo: maybe replace original open mech of xdoc::create &
12953: co to use libxml open, so that this would work for root document
12954:
12955: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12956: "parser://method/params/here"> <test> &test^; </test> }]
12957:
12958: ^taint[^xdoc.string[]]
12959:
12960: @method[param] <!ENTITY test
12961: "test-entity-value+$form:user+$param!">
12962:
12963: 2003-11-27 paf
12964:
12965: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12966:
12967: * src/classes/date.C: bugfix: typo error
12968:
12969: 2003-11-26 paf
12970:
12971: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12972: src/main/Makefile.am, src/main/main.vcproj,
12973: src/main/pa_globals.C, src/main/pa_request.C,
12974: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12975: xml errors to hash<thread_id,error> reorganization: xml io moved
12976: to pa_xml_io.C/h
12977:
12978: * src/types/pa_value.h: warnings: --
12979:
12980: 2003-11-25 paf
12981:
12982: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12983: whatever)
12984:
12985: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12986: a, (c?x:y, z)
12987:
12988: * src/main/untaint.C: bugfix: consequences of not reading this
12989: comment: CORD_pos_chars_left /* Number of characters in cache.
12990: <= 0 ==> none */
12991:
12992: * src/include/pa_array.h: removed needless checks
12993:
12994: 2003-11-24 paf
12995:
12996: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12997: removed limit: now $form:xxx can be accessed anytime, even in
12998: @auto/conf [and request/response:charset still can be changed
12999: anytime]
13000:
13001: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13002: now not transcodes response body
13003:
13004: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13005: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13006: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13007: $xdoc.firstChild.firstChild.nodeValue[different]
13008: ^taint[^xdoc.string[]]
13009:
13010: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13011: workaround: static Hash::allocates -> static Hash_allocates
13012:
13013: 2003-11-21 paf
13014:
1.116 moko 13015: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13016: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13017: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13018:
13019: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13020:
13021: * src/classes/mail.C: bugfix: typo
13022:
13023: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13024: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13025: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13026: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13027: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13028: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13029:
13030: * src/main/pa_exec.C: bug in safe mode
13031:
13032: * src/include/Makefile.am: pa_xml_exception.h
13033:
13034: * src/targets/isapi/parser3isapi.C: more warnings --
13035:
13036: 2003-11-20 paf
13037:
13038: * src/: classes/math.C, classes/op.C, classes/string.C,
13039: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13040: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13041: --
13042:
13043: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13044: more warnings --
13045:
13046: * src/classes/xdoc.C: more warnings --
13047:
13048: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13049:
13050: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13051: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13052:
13053: * src/: classes/date.C, classes/file.C, classes/hash.C,
13054: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13055: classes/table.C, include/pa_cache_managers.h,
13056: include/pa_stylesheet_connection.h, main/pa_request.C,
13057: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13058: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13059: --
13060:
13061: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13062: can't report problem (undefined @unhandled_exception) problem
13063: source string were not reported
13064:
13065: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13066: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13067: classes/hashfile.C, classes/image.C, classes/int.C,
13068: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13069: classes/response.C, classes/string.C, classes/table.C,
13070: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13071: include/pa_array.h, include/pa_cache_managers.h,
13072: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13073: include/pa_config_fixed.h, include/pa_dictionary.h,
13074: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13075: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13076: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13077: include/pa_request.h, include/pa_request_charsets.h,
13078: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13079: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13080: include/pa_stack.h, include/pa_string.h,
13081: include/pa_stylesheet_connection.h,
13082: include/pa_stylesheet_manager.h, include/pa_table.h,
13083: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13084: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13085: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13086: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13087: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13088: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13089: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13090: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13091: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13092: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13093: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13094: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13095: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13096: targets/isapi/parser3isapi.C, types/pa_junction.h,
13097: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13098: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13099: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13100: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13101: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13102: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13103: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13104: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13105: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13106: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13107: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13108: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13109: types/pa_vresponse.h, types/pa_vstateless_class.C,
13110: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13111: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13112: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13113: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13114: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13115: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13116: const IDENT
13117:
13118: * src/: include/pa_array.h, include/pa_pool.h,
13119: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13120: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13121: types/pa_wcontext.h: more warnings --
13122:
13123: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13124: classes/file.C, classes/hash.C, classes/hashfile.C,
13125: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13126: classes/memory.C, classes/op.C, classes/string.C,
13127: classes/table.C, classes/xdoc.C, classes/xnode.C,
13128: include/pa_config_includes.h, include/pa_operation.h,
13129: include/pa_sql_connection.h, include/pa_table.h,
13130: include/pa_types.h, lib/ltdl/config_fixed.h,
13131: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13132: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13133: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13134: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13135: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13136: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13137: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13138: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13139: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13140: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13141: types/pa_vmail.C, types/pa_vobject.C,
13142: types/pa_vstateless_class.h, types/pa_vtable.C,
13143: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13144: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13145: on all projects (except libltdl=off & libsdbm=level3) found
13146: several unitialized vars
13147:
13148: 2003-11-19 paf
13149:
13150: * src/classes/op.C: more ansi C++ comp
13151:
13152: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13153: src/main/pa_request.C: ^cache[...]{body}{catch block with
13154: $exception.handled[cache] meaning "get expired cache, if any.
13155: else error"}
13156:
13157: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13158: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13159: ^cache[...]{body}{catch code with $exception.cache field}
13160:
13161: 2003-11-12 paf
13162:
13163: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13164: [copy/paste bug]
13165:
13166: 2003-11-11 paf
13167:
13168: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13169: failed]
13170:
13171: 2003-11-10 paf
13172:
13173: * src/types/pa_vconsole.h: flush
13174:
13175: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13176: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13177: read/write [for nntp]
13178:
13179: * operators.txt: mysql: transaction support: ?autocommit=0
13180:
13181: * operators.txt: comment: updated
13182:
13183: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13184: serialize version and exipire now removes entries
13185:
13186: * operators.txt: ^hashfile.delete[] removes files altogether [and
13187: dir, if could]
13188:
13189: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13190: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13191: removes files altogether [and dir, if could]
13192:
13193: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13194: nonexistent pair. .c coded that that was error. fixed
13195:
13196: * src/types/pa_vhashfile.C: sdbm: exception type change to
13197: file.access [regretfull can't split it to different exceptions
13198: without modifying sdbm source wich would prefer not to]
13199:
13200: 2003-11-07 paf
13201:
13202: * src/: classes/date.C, classes/file.C, classes/hash.C,
13203: classes/hashfile.C, classes/image.C, classes/table.C,
13204: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13205: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13206: main/execute.C, main/main.vcproj, main/pa_pool.C,
13207: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13208: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13209: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13210: destructing objects at request processing end
13211:
13212: 2003-11-06 paf
13213:
13214: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13215: updates
13216:
13217: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13218: to include sdbm
13219:
1.116 moko 13220: * src/include/: pa_config_includes.h, pa_version.h: our
13221: replacements of max& co only for cpp
1.95 moko 13222:
13223: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13224: upper dir, .am updated
13225:
13226: * tests/todo.txt: hashfile: done
13227:
13228: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13229: expiration [time in value. todo: move time to key]
13230:
13231: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13232:
13233: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13234: to do that in foreach, no errors, but surely wrong]
13235:
13236: * operators.txt, src/types/pa_vhashfile.C,
13237: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13238:
13239: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13240: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13241: foreach
13242:
13243: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13244: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13245:
13246: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13247: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13248:
13249: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13250: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13251: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13252: get/put [raw]
13253:
13254: * src/: classes/op.C, main/pa_os.C: just linked
13255:
13256: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13257: XmlException changes
13258:
13259: * src/: include/pa_charset.h, include/pa_globals.h,
13260: include/pa_stylesheet_connection.h, main/pa_exception.C:
13261: XmlException changes
13262:
13263: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13264:
13265: * src/: include/pa_common.h, include/pa_exception.h,
13266: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13267: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13268: main/pa_xml_exception.C: locking move to pa_os [along with
13269: pa_sleep] apr-impl locking done
13270:
13271: * configure, configure.in, operators.txt, parser3.sln,
13272: src/classes/classes.vcproj, src/classes/hashfile.C,
13273: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13274: src/include/pa_exception.h, src/include/pa_globals.h,
13275: src/include/pa_memory.h, src/include/pa_version.h,
13276: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13277: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13278: src/main/compile.tab.C, src/main/main.vcproj,
13279: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13280: src/types/Makefile.am, src/types/pa_vhash.C,
13281: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13282: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13283: again with sdbm from apache
13284:
13285: 2003-11-05 paf
13286:
13287: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13288: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13289: \parser3project dir anymore
13290:
13291: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13292: thoughtlessly from xalan]
13293:
13294: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13295: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13296: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13297:
13298: * src/main/helpers/CaseFolding.txt:
13299: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13300:
13301: 2003-11-04 paf
13302:
13303: * operators.txt: comment: ^mail:send[$.options[
13304:
13305: * src/classes/table.C: compiled on unix
13306:
1.116 moko 13307: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13308:
13309: * src/classes/mail.C: compiled on unix
13310:
13311: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13312: src/types/pa_vmail.h: !^mail:send[
13313: $.options[unix: string to append to sendmail command
13314: line]
13315:
13316: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13317: tests/todo.txt: ^table.save[... $.separator[^#09]
13318: $.encloser["] <nothing> by default
13319:
13320: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13321: !$.separator[^#09] !$.encloser["] <nothing> by
13322: default
13323:
13324: 2003-11-03 paf
13325:
13326: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13327: ^table::load[; options: !$.column-separator[^#09]
13328: !$.column-encloser["]
13329:
13330: * operators.txt, src/include/pa_config_fixed.h,
13331: src/types/pa_vrequest.C: $request:document-root
13332:
13333: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13334: [already included into uri=xxx]
13335:
13336: * operators.txt, src/classes/image.C, tests/todo.txt:
13337: ^image.gif[filename] for $response:download
13338:
13339: * src/classes/date.C: minor precaution
13340:
13341: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13342: !^date.unix-timestamp[]
13343:
13344: 2003-10-30 paf
13345:
13346: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13347: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13348:
13349: * src/classes/: date.C, image.C: improvement diagnostics:
13350: $now[^date::create[$undefined]] now is error
13351:
13352: * src/main/pa_common.C: read errors would now be reported 'actually
13353: read -1 bytes'
13354:
13355: 2003-10-24 paf
13356:
13357: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13358: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13359: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13360: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13361:
13362: 2003-10-22 paf
13363:
13364: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13365:
13366: 2003-10-21 paf
13367:
13368: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13369: fixed: string.match[g] without <'> option produced columns with
13370: NULL's, which gpf'ed at table.save time
13371:
13372: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13373: recoursion' message with intensive throw-catches fixed: incorrect
13374: name and line (one name upper then needed) in error message about
13375: problems inside try block
13376:
13377: 2003-10-10 paf
13378:
13379: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13380: check offset argument for validity did that in String::Body::pos
13381: myself http://i2/tasks/edit/?id=4577425257580789777
13382:
13383: 2003-10-07 paf
13384:
13385: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13386: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13387:
13388: 2003-10-03 paf
13389:
13390: * parser3.sln, src/include/pa_dictionary.h,
13391: src/main/pa_dictionary.C, src/main/pa_string.C,
13392: src/targets/cgi/parser3.vcproj: dictionary optimized by
13393: precalculating cstr&length
13394:
13395: 2003-10-02 paf
13396:
13397: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13398: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13399: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13400: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13401:
13402: 2003-09-30 paf
13403:
13404: * src/main/pa_string.C: string::replace bug fix [were ignoring
13405: occurrances after lang-mismatched
13406:
13407: 2003-09-29 paf
13408:
13409: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13410: helper
13411:
13412: * src/main/pa_string.C: string::serialize bug fix with
13413: zero-terminator
13414:
13415: * src/classes/table.C: ^nameless_table.save column row now has no
13416: \t at the end
13417:
13418: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13419: @postprocess now takes $response:body/download
13420:
13421: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13422: error message
13423:
13424: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13425:
13426: * src/classes/table.C: bugfix: flip: must produce nameless
13427: http://i2/tasks/edit/?id=4573405524674081244
13428:
13429: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13430: main/helpers/simple_folding.pl: utf-8 upper/lower
13431:
13432: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13433: to typo error http://i2/tasks/edit/?id=4573354650786434584
13434:
13435: 2003-09-26 paf
13436:
13437: * src/main/untaint.C: removed needless field
13438:
13439: * src/main/untaint.C: removed needless const
13440:
13441: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13442: String.for_each bug fixed [omited one-char cases]
13443:
13444: * src/include/pa_stack.h: bugfix: before collecting garbage,
13445: runtime-executor stack were cleared... BADLY
13446:
13447: * src/main/pa_string.C: ^stirng.replace code used old
13448: param-convention on langs.append, fixed that search fo the like,
13449: found none
13450:
13451: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13452: string::serialize/deserialize implemented Language enum assigned
13453: meaningful letters [more convinient for debugging. read warning
13454: before adding/changing anything]
13455:
13456: 2003-09-25 paf
13457:
13458: * src/: include/pa_string.h, include/pa_version.h,
13459: main/pa_string.C, main/untaint.C: templates and anonymous unions
13460: differences on unix
13461:
13462: * parser3.sln, src/classes/file.C, src/classes/image.C,
13463: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13464: src/classes/xdoc.C, src/classes/xnode.C,
13465: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13466: src/include/pa_charsets.h, src/include/pa_common.h,
13467: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13468: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13469: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13470: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13471: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13472: src/main/compile_tools.h, src/main/pa_charset.C,
13473: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13474: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13475: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13476: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13477: src/types/pa_vmail.C, src/types/pa_vmath.C,
13478: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13479: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13480:
13481: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13482: functions aligned to that of eeparser3 look
13483:
13484: * src/lib/cord/cordprnt.c: removed warnings
13485:
13486: 2003-09-24 paf
13487:
13488: * src/: classes/file.C, classes/image.C, classes/mail.C,
13489: classes/op.C, classes/xdoc.C, classes/xnode.C,
13490: include/pa_cache_managers.h, include/pa_charset.h,
13491: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13492: include/pa_sql_driver_manager.h, include/pa_string.h,
13493: include/pa_stylesheet_manager.h, include/pa_table.h,
13494: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13495: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13496: main/pa_sql_driver_manager.C, main/pa_string.C,
13497: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13498: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13499: types/pa_vstateless_class.h, types/pa_vstatus.C,
13500: types/pa_vxnode.C: v() functions of String::Body,
13501: String::Languages and String itself StringBody->String::Body
13502:
13503: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13504: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13505: never optimized anything. todo: somehow speed up harder cases:
13506: concatenationA+concatenationB when last block of A and first of B
13507: contain same letters
13508:
13509: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13510: lib/cord/include/cord.h: langs: speed up by joining adjucent
13511: blocks of same char [CORD_append_block]
13512:
13513: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13514: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13515: save space by extending blocks when appending block with c ==
13516: lastblock.c
13517:
13518: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13519: working yet :( but more working &understood :)
13520:
13521: * src/: classes/table.C, include/pa_string.h,
13522: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13523:
13524: 2003-09-23 paf
13525:
13526: * src/main/untaint.C: $a[ok!] $a works!
13527:
13528: * src/main/untaint.C: something even more works :)
13529:
13530: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13531: something more works :)
13532:
13533: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13534: lib/cord/cordxtra.c: something already works :)
13535:
13536: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13537: serialize&deserialize
13538:
13539: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13540: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13541: main/untaint.C: main idea implemented, details left
13542:
13543: 2003-09-22 paf
13544:
13545: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13546:
13547: * src/classes/xnode.C: copy/paste comment bugfix
13548:
13549: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13550: allocator returns 0, just die.
13551: http://i2/tasks/edit/?id=4570798492410259445
13552:
13553: * src/classes/xdoc.C: copy/paste comment bugfix
13554:
13555: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13556: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13557: xnode: getAttributeNS setAttributeNS removeAttributeNS
13558: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13559:
13560: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13561: chars due to bitwise operation signed-char error]
13562:
13563: 2003-09-19 paf
13564:
13565: * src/types/pa_wcontext.C: output message: more practical
13566: suggestion
13567:
13568: * src/main/pa_common.C, operators.txt: merged
13569: $f[^file::load[binary;http://...]] $f.tables
13570:
13571: 2003-09-02 paf
13572:
13573: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13574: flush stdout without referencing 'stdout' symbol. to hell with
13575: non-ansi libraries without 'stdout' symbol
13576:
13577: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13578: unix (users reported problems with some old libc)
13579:
13580: * src/types/pa_vdate.h: forgot initializer
13581:
13582: 2003-09-01 paf
13583:
13584: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13585: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13586: zone]
13587:
13588: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13589:
13590: 2003-08-19 paf
13591:
13592: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13593: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13594: simplified a little
13595:
13596: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13597: [lost fix from 3.0.8]
13598:
13599: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13600: visible here }
13601:
13602: bug fix
13603:
13604: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13605:
13606: * src/main/compile.tab.C: initialized couple of variables about
13607: which user reported runtime problems when parser were compiled
13608: with VC7, warning level4. study shows that later in bison
13609: they've fixed that. would migrate to latest bison someday
13610:
13611: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13612: recoding headers)
13613:
13614: * src/types/pa_vmail.C: works as before, same charset problems:
13615: gmime recodes to UTF-8 only headers, not body. so not recoding
13616: anything for now
13617:
13618: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13619: problems with body
13620:
13621: * src/types/pa_vmail.C: mail_receive just compiled
13622:
13623: 2003-08-18 paf
13624:
13625: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13626: main/main.vcproj, types/types.vcproj: win32: continued process
13627: detaching from \parser3project directory
13628:
13629: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13630: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13631: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13632: src/lib/pcre/pcre_dftables.dsp,
13633: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13634: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13635: src/types/types.dsp: moved to MSVC 7
13636:
13637: * gnu.vcproj.vspscc, parser3.vssscc,
13638: src/classes/classes.vcproj.vspscc,
13639: src/lib/cord/cord.vcproj.vspscc,
13640: src/lib/ltdl/libltdl.vcproj.vspscc,
13641: src/lib/md5/md5.vcproj.vspscc,
13642: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13643: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13644: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13645: src/targets/isapi/parser3isapi.vcproj.vspscc,
13646: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13647: moved to MSVC 7
13648:
13649: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13650: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13651: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13652: src/lib/pcre/pcre_dftables.vcproj,
13653: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13654: src/targets/cgi/parser3.vcproj,
13655: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13656: new VS project files
13657:
13658: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13659: .NET to detect Jalindi Igloo capabilities.
13660:
13661: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13662: src/classes/classes.awk, src/doc/footer.htm,
13663: src/include/pa_config_fixed.h, src/include/pa_version.h,
13664: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13665: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13666: src/types/pa_vmail.C: merged 3.1.0 latest changes
13667:
13668: 2003-08-15 paf
13669:
13670: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13671: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13672:
13673: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13674: non-ascii <yyy> now encoded correctly
13675:
13676: 2003-07-29 paf
13677:
1.116 moko 13678: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13679: dist
1.95 moko 13680:
13681: * src/types/pa_vmail.C: just started --with-mail-receive
13682:
13683: 2003-07-28 paf
13684:
1.116 moko 13685: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13686: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13687:
13688: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13689:
13690: 2003-07-25 paf
13691:
13692: * src/doc/footer.htm: year
13693:
13694: 2003-07-24 paf
13695:
13696: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13697: fix
13698:
13699: * src/include/pa_version.h: release
13700:
1.116 moko 13701: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13702:
13703: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13704: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13705: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13706: getting rid of win32xml pseudo project
13707:
13708: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13709:
1.116 moko 13710: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13711: configure.in, operators.txt, parser3.dsw,
1.95 moko 13712: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13713: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13714: src/classes/classes.C, src/classes/classes.awk,
13715: src/classes/classes.dsp, src/classes/classes.h,
13716: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13717: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13718: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13719: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13720: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13721: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13722: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13723: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13724: src/include/pa_array.h, src/include/pa_cache_managers.h,
13725: src/include/pa_charset.h, src/include/pa_charsets.h,
13726: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13727: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13728: src/include/pa_dictionary.h, src/include/pa_dir.h,
13729: src/include/pa_exception.h, src/include/pa_exec.h,
13730: src/include/pa_globals.h, src/include/pa_hash.h,
13731: src/include/pa_memory.h, src/include/pa_opcode.h,
13732: src/include/pa_operation.h, src/include/pa_pool.h,
13733: src/include/pa_pragma_pack_begin.h,
1.95 moko 13734: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13735: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13736: src/include/pa_sapi.h, src/include/pa_socks.h,
13737: src/include/pa_sql_connection.h,
13738: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13739: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13740: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13741: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13742: src/include/pa_uue.h, src/lib/Makefile.am,
13743: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13744: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13745: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13746: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13747: src/lib/cord/include/ec.h,
13748: src/lib/cord/include/private/Makefile.am,
13749: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13750: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13751: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13752: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13753: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13754: src/main/compile_tools.C, src/main/compile_tools.h,
13755: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13756: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13757: src/main/pa_charsets.C, src/main/pa_common.C,
13758: src/main/pa_dictionary.C, src/main/pa_dir.C,
13759: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13760: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13761: src/main/pa_request.C, src/main/pa_socks.C,
13762: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13763: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13764: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13765: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13766: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13767: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13768: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13769: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13770: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13771: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13772: src/targets/isapi/parser3isapi.dsp,
13773: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13774: src/types/pa_junction.h, src/types/pa_method.h,
13775: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13776: src/types/pa_vclass.C, src/types/pa_vclass.h,
13777: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13778: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13779: src/types/pa_vdouble.h, src/types/pa_venv.h,
13780: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13781: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13782: src/types/pa_vimage.C, src/types/pa_vimage.h,
13783: src/types/pa_vint.h, src/types/pa_vjunction.h,
13784: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13785: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13786: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13787: src/types/pa_vobject.C, src/types/pa_vobject.h,
13788: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13789: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13790: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13791: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13792: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13793: src/types/pa_vstring.h, src/types/pa_vtable.C,
13794: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13795: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13796: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13797: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13798: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13799: HEAD
13800:
13801: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13802: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13803: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13804: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13805: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13806: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13807: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13808: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13809: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13810: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13811: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13812: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13813: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13814: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13815: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13816: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13817: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13818: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13819: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13820: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13821: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13822: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13823: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13824: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13825: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13826: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13827: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13828: outputs/create-dir, results/001.processed, results/002.processed,
13829: results/003.processed, results/004.processed,
13830: results/005.processed, results/006.processed,
13831: results/007.processed, results/008.processed,
13832: results/009.processed, results/010.processed,
13833: results/011.processed, results/012.processed,
13834: results/013.processed, results/014.processed,
13835: results/015.processed, results/016.processed,
13836: results/017.processed, results/018.processed,
13837: results/019.processed, results/020.processed,
13838: results/021.processed, results/022.processed,
13839: results/023.processed, results/024.processed,
13840: results/025.processed, results/026.processed,
13841: results/027.processed, results/028.processed,
13842: results/029.processed, results/030.processed,
13843: results/031.processed, results/032.processed,
13844: results/033.processed, results/034.processed,
13845: results/035.processed, results/036.processed,
13846: results/037.processed, results/038.processed,
13847: results/039.processed, results/040.processed,
13848: results/041.processed, results/042.processed,
13849: results/043.processed, results/044.processed,
13850: results/045.processed, results/046.processed,
13851: results/047.processed, results/048.processed,
13852: results/049.processed, results/050.processed,
13853: results/051.processed, results/052.processed,
13854: results/053.processed, results/054.processed,
13855: results/055.processed, results/056.processed,
13856: results/057.processed, results/058.processed,
13857: results/059.processed, results/060.processed,
13858: results/061.processed, results/062.processed,
13859: results/063.processed, results/064.processed,
13860: results/065.processed, results/066.processed,
13861: results/067.processed, results/068.processed,
13862: results/069.processed, results/070.processed,
13863: results/071.processed, results/072.processed,
13864: results/073.processed, results/074.processed,
13865: results/075.processed, results/076.processed,
13866: results/077.processed, results/078.processed,
13867: results/079.processed, results/080.processed,
13868: results/081.processed, results/082.processed,
13869: results/083.processed, results/084.processed,
13870: results/085.processed, results/086.processed,
13871: results/087.processed, results/088.processed,
13872: results/089.processed, results/090.processed,
13873: results/091.processed, results/092.processed,
13874: results/093.processed, results/094.processed,
13875: results/095.processed, results/096.processed,
13876: results/097.processed, results/098.processed,
13877: results/099.processed, results/100.processed,
13878: results/101.processed, results/102.processed,
13879: results/103.processed, results/104.processed,
13880: results/105.processed, results/106.processed,
13881: results/107.processed, results/108.processed,
13882: results/109.processed, results/110.processed,
13883: results/111.processed, results/112.processed,
13884: results/113.processed, results/114.processed,
13885: results/115.processed, results/116.processed,
13886: results/117.processed, results/118.processed,
13887: results/119.processed, results/120.processed,
13888: results/121.processed, results/122.processed,
13889: results/123.processed, results/124.processed,
13890: results/125.processed, results/126.processed,
13891: results/127.processed, results/128.processed,
13892: results/129.processed, results/130.processed,
13893: results/131.processed, results/132.processed,
13894: results/133.processed, results/134.processed,
13895: results/135.processed, results/136.processed,
13896: results/137.processed, results/138.processed,
13897: results/139.processed, results/140.processed,
13898: results/141.processed: merged(copied) to HEAD from template_gc
13899:
13900: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13901: towards \parser3project not having to be in root
13902:
13903: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13904: module compiled [were minor unnecessary changes in lib/md5
13905: interface]
13906:
13907: * src/include/pa_version.h: release
13908:
13909: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13910:
13911: * src/classes/math.C: merged uuid bugfix
13912:
13913: * tests/: 141.html, results/141.processed: fixed bug with
13914: too-small-a-buffer
13915:
13916: * src/classes/math.C: uuid bugfix
13917:
13918: * tests/: 141.html, Makefile, results/005.processed,
13919: results/030.processed, results/075.processed,
13920: results/078.processed: to reflect date format change (were -
13921: become ' ')
13922:
13923: * src/classes/math.C: uuid bugfix
13924:
13925: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13926: debug/release changes
13927:
13928: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13929:
13930: 2003-07-23 paf
13931:
13932: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13933: renamed a little [to move to comman naming conv]
13934:
1.116 moko 13935: * src/targets/Makefile.am: apache13 splitted to simplify apache
13936: build
1.95 moko 13937:
13938: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13939: main/pa_request.C, main/pa_sql_driver_manager.C,
13940: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13941: stack top_index() fixed
13942:
13943: * src/main/pa_globals.C: minor style changes
13944:
13945: * src/: classes/op.C, include/pa_sql_connection.h: connection
13946: closing/caching fixed [connections were not closed/put to cache]
13947:
13948: 2003-07-22 paf
13949:
13950: * INSTALL: gc part updated stightly
13951:
13952: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13953: new sapi interface
13954:
13955: * src/classes/file.C: comment on OS
13956:
13957: * src/main/pa_string.C: removed reduntant invariant check [there is
13958: one deeper in cord lib]
13959:
13960: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13961:
13962: * src/main/pa_memory.C: out of memory is no longer coredump
13963:
13964: * INSTALL: disable-threads adviced
13965:
13966: 2003-07-21 paf
13967:
1.116 moko 13968: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13969:
13970: * src/classes/file.C: file::exec/cgi environment variables now must
13971: be UPPERCASE and A-Z 0-9 _-
13972:
13973: * src/classes/file.C: env passing fixed
13974:
13975: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13976:
13977: * src/main/pa_common.C: http:// CRLF now
13978:
13979: 2003-07-02 paf
13980:
13981: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13982: fields to reflect their real meaning
13983:
13984: 2003-06-27 paf
13985:
13986: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13987: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13988: file::exec/cgi .charset
13989:
13990: 2003-06-26 paf
13991:
13992: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13993: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13994: src/classes/table.C: fixed several uninitialized local
13995: structures. notably ^hash.foreach now inserts delimiters
13996: properly [were inserting it before first body]
13997:
13998: 2003-06-24 paf
13999:
14000: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14001:
14002: 2003-06-20 paf
14003:
14004: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14005: src/main/pa_globals.C: introducing
14006: $f[^file::load[binary;http://...]] $f.tables
14007:
14008: 2003-06-06 paf
14009:
14010: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14011: table. [were method lookup: inconsistent]
14012:
14013: 2003-06-02 paf
14014:
14015: * src/include/pa_memory.h: empty string clone fixed to return
14016: writable memory
14017:
14018: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14019: were not appended] which violated string invariant
14020:
14021: 2003-05-30 paf
14022:
14023: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14024: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14025:
14026: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14027: GMT ; RFC 822, updated by RFC 1123
14028:
14029: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14030: targets/isapi/parser3isapi.C: initialized request_info properly
14031:
14032: * src/classes/xnode.C: found minor bug, commended for future
14033:
14034: 2003-05-28 paf
14035:
14036: * src/classes/form.C: request_info.content_length can't be <0,
14037: size_t for some time
14038:
14039: 2003-05-26 paf
14040:
14041: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14042: forgotten <0 changed to !=STRING_NOT_FOUND
14043:
14044: * src/classes/math.C: merged ffffu from HEAD
14045:
14046: 2003-05-11 paf
14047:
14048: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14049:
14050: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14051: premature doc free. transformed document had xmlDoc reference
14052: stored to non-gc-memory (libgdome) added holding-reference
14053:
14054: 2003-04-29 paf
14055:
14056: * src/main/pa_globals.C: started digging on double free. on win32
14057: found that that's perfectly normal.
14058:
14059: 2003-04-25 paf
14060:
14061: * src/classes/table.C: table.join bug fix [bad limit check]
14062:
14063: * src/classes/math.C: merged from HEAD: simpiler hash_string
14064:
14065: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14066: print anything. changed to quicker and simplier code
14067:
14068: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14069: strict a check]
14070:
14071: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14072:
14073: 2003-04-24 paf
14074:
14075: * src/include/pa_table.h: too strict assert loosened
14076:
14077: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14078: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14079: report
14080:
14081: 2003-04-21 paf
14082:
1.116 moko 14083: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14084:
14085: * src/main/pa_globals.C: pcre memory management changed to use GC
14086: memory
14087:
14088: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14089: xmlMallocAtomic [author agreed to my suggestion], used that
14090:
14091: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14092:
14093: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14094: types/pa_vmail.C: attributed_meaning_to_string added
14095: L_UNSPECIFIED piece which was sortof OK, but violated string
14096: invariant [assertion barked on that] changed to L_PASS_APPEND,
14097: made that param obligatory
14098:
14099: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14100: fixed [assert helped]
14101:
14102: * src/include/pa_string.h: assert added [looking for bug]
14103:
14104: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14105: names on Win32 considered disk-global
14106:
14107: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14108: considered disk-global
14109:
14110: 2003-04-18 paf
14111:
14112: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14113: filenames
14114:
14115: * src/main/untaint.C: enabled '~' letter in filenames
14116:
14117: 2003-04-16 paf
14118:
14119: * src/classes/file.C: small bug introduced in autoptr times fixed
14120:
14121: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14122: HEAD
14123:
1.116 moko 14124: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14125:
14126: 2003-04-15 paf
14127:
14128: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14129: src/lib/md5/pa_md5c.c, tests/141.html,
14130: tests/results/141.processed: merged from head ^math:uuid[]
14131: ^math:uid64[] ^math:md5[string]
14132:
14133: test added: 141.html
14134:
14135: * operators.txt, src/classes/math.C: ^math:uid64[]
14136:
14137: * src/classes/math.C: ^math:uuid[]
14138:
14139: * operators.txt, src/classes/math.C: ^math:uuid[]
14140:
14141: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14142: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14143:
14144: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14145: src/include/pa_config_fixed.h, src/main/pa_common.C:
14146: ^file::load[mode;name; $.offset $.limit
14147:
14148: 2003-04-14 paf
14149:
14150: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14151: started ^math:md5
14152:
14153: * src/classes/table.C, src/include/pa_array.h,
14154: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14155: tests/results/140.processed: table $.reverse option works in
14156: create&co table $.distinct[tables] bug fix merged
14157:
14158: * src/: classes/table.C, include/pa_table.h: table
14159: $.distinct[tables] bug fixed
14160:
14161: * src/classes/table.C: more warnings
14162:
14163: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14164: removed checks in table::set_current, moved them back to
14165: table::locate implemented table::create/join ñ $.reverse
14166:
14167: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14168: removed checks in table::set_current, moved them back to
14169: table::locate
14170:
14171: 2003-04-11 paf
14172:
14173: * operators.txt, src/classes/date.C, src/classes/table.C,
14174: src/include/pa_array.h, src/include/pa_common.h,
14175: src/include/pa_config_includes.h, src/include/pa_string.h,
14176: src/include/pa_table.h, src/main/pa_request.C,
14177: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14178: src/main/pa_table.C: merged from HEAD from
14179: before_append_array_limit_sense_change to
14180: after_append_array_limit_sense_change
14181:
14182: * src/classes/table.C: typo
14183:
14184: * operators.txt, src/classes/date.C, src/classes/table.C,
14185: src/include/pa_array.h, src/include/pa_common.h,
14186: src/include/pa_config_includes.h, src/include/pa_globals.h,
14187: src/include/pa_table.h, src/main/pa_array.C,
14188: src/main/pa_globals.C, src/main/pa_request.C,
14189: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14190: src/main/pa_table.C: append_array_limit_sense_change locate
14191: accepts options same as create new option: $.reverse(1) [do not
14192: work in table::create]
14193:
14194: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14195: (stat xxx,
14196:
14197: * src/classes/: table.C: typo
14198:
14199: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14200: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14201: results/130.processed, results/131.processed,
14202: results/132.processed, results/133.processed,
14203: results/134.processed, results/135.processed,
14204: results/136.processed, results/137.processed,
14205: results/138.processed, results/139.processed: added few mustfail
14206: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14207: date/time 132.html mustfail: access to junction outside of
14208: context 133.html mustfail: access to junction outside of context,
14209: case version 134.html mustfail: hash: adding a key inside of
14210: foreach 135.html mustfail: modifying system class 136.html
14211: mustfail: $.name outside of $hash[here] 137.html mustfail:
14212: appendChild without import 138.html mustfail: invalid encoding
14213: inside of xml 139.html mustfail: bad XPath
14214:
14215: * operators.txt, src/classes/table.C, tests/084.html,
14216: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14217: tests/129.html, tests/results/125.processed,
14218: tests/results/126.processed, tests/results/127.processed,
14219: tests/results/128.processed, tests/results/129.processed: merged
14220: from HEAD ^table.hash[key][$.distinct[tables]]
14221:
14222: maked appropriate tests [changed one old nonconforming]
14223:
14224: * operators.txt, src/classes/table.C:
14225: ^table.hash[key][$.distinct[tables]]
14226:
14227: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14228: merged fix for found very old xml (dom) bug: were passing
14229: domString objects and later ERROREOUSLY freed them
14230:
14231: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14232: src/main/pa_charset.C: re-added libgdome patch. regretfully
14233: libgdome bug can not be worked around
14234:
14235: 2003-04-10 paf
14236:
14237: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14238: found very old xml (dom) bug: were passing domString objects and
14239: later ERROREOUSLY freed them
14240:
14241: * src/doc/string.dox, src/include/pa_memory.h,
14242: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14243: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14244: tests/123.html, tests/124.html, tests/results/001.processed,
14245: tests/results/002.processed, tests/results/003.processed,
14246: tests/results/004.processed, tests/results/005.processed,
14247: tests/results/006.processed, tests/results/008.processed,
14248: tests/results/009.processed, tests/results/010.processed,
14249: tests/results/011.processed, tests/results/012.processed,
14250: tests/results/013.processed, tests/results/014.processed,
14251: tests/results/015.processed, tests/results/016.processed,
14252: tests/results/017.processed, tests/results/018.processed,
14253: tests/results/020.processed, tests/results/021.processed,
14254: tests/results/022.processed, tests/results/023.processed,
14255: tests/results/024.processed, tests/results/025.processed,
14256: tests/results/026.processed, tests/results/027.processed,
14257: tests/results/028.processed, tests/results/029.processed,
14258: tests/results/030.processed, tests/results/031.processed,
14259: tests/results/032.processed, tests/results/033.processed,
14260: tests/results/034.processed, tests/results/035.processed,
14261: tests/results/036.processed, tests/results/037.processed,
14262: tests/results/038.processed, tests/results/039.processed,
14263: tests/results/040.processed, tests/results/041.processed,
14264: tests/results/042.processed, tests/results/043.processed,
14265: tests/results/044.processed, tests/results/045.processed,
14266: tests/results/046.processed, tests/results/047.processed,
14267: tests/results/048.processed, tests/results/049.processed,
14268: tests/results/050.processed, tests/results/051.processed,
14269: tests/results/052.processed, tests/results/053.processed,
14270: tests/results/054.processed, tests/results/055.processed,
14271: tests/results/056.processed, tests/results/057.processed,
14272: tests/results/058.processed, tests/results/059.processed,
14273: tests/results/060.processed, tests/results/061.processed,
14274: tests/results/062.processed, tests/results/063.processed,
14275: tests/results/064.processed, tests/results/065.processed,
14276: tests/results/066.processed, tests/results/067.processed,
14277: tests/results/068.processed, tests/results/069.processed,
14278: tests/results/070.processed, tests/results/071.processed,
14279: tests/results/072.processed, tests/results/073.processed,
14280: tests/results/074.processed, tests/results/075.processed,
14281: tests/results/076.processed, tests/results/077.processed,
14282: tests/results/078.processed, tests/results/079.processed,
14283: tests/results/080.processed, tests/results/081.processed,
14284: tests/results/082.processed, tests/results/083.processed,
14285: tests/results/084.processed, tests/results/085.processed,
14286: tests/results/086.processed, tests/results/087.processed,
14287: tests/results/088.processed, tests/results/089.processed,
14288: tests/results/090.processed, tests/results/091.processed,
14289: tests/results/092.processed, tests/results/093.processed,
14290: tests/results/094.processed, tests/results/095.processed,
14291: tests/results/096.processed, tests/results/097.processed,
14292: tests/results/101.processed, tests/results/102.processed,
14293: tests/results/104.processed, tests/results/105.processed,
14294: tests/results/106.processed, tests/results/107.processed,
14295: tests/results/108.processed, tests/results/109.processed,
14296: tests/results/110.processed, tests/results/111.processed,
14297: tests/results/112.processed, tests/results/113.processed,
14298: tests/results/114.processed, tests/results/115.processed,
14299: tests/results/116.processed, tests/results/117.processed,
14300: tests/results/118.processed, tests/results/119.processed,
14301: tests/results/120.processed, tests/results/121.processed,
14302: tests/results/122.processed, tests/results/123.processed,
14303: tests/results/124.processed: new convention: char* never 0.
14304: assert in cord on that
14305:
14306: * src/main/pa_charset.C: couple more asserts
14307:
14308: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14309: speedup
14310:
14311: * src/main/pa_charset.C: couple assertions on fantastic situations
14312: added [may be those is the case now?]
14313:
14314: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14315: that's memory from gc_malloc, not from g_malloc :(, but would
14316: hope]
14317:
14318: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14319: that's memory from gc_malloc, not from g_malloc :(, but would
14320: hope]
14321:
14322: * src/main/pa_charset.C: checked custom malloc for returning 0
14323:
14324: 2003-04-09 paf
14325:
14326: * src/classes/date.C: merged ^date.roll changes
14327:
14328: * src/classes/date.C: ^date.roll bug fix
14329:
14330: * src/classes/date.C: ^date.roll now throws less errors: month
14331: shifts handles end of month situation by reducing day number
14332: hour-hole shift reduces hour to recover
14333:
14334: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14335: Sort by function time
14336:
14337: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14338: http:// $.charset[] param done
14339:
14340: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14341: added [after volatile fix. passes on win&intel-solaris]
14342:
14343: 2003-04-08 paf
14344:
14345: * src/: classes/file.C, classes/op.C, classes/table.C,
14346: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14347: include/pa_common.h, include/pa_request_charsets.h,
14348: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14349: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14350: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14351: types/pa_vresponse.C: started http:// $.charset[] param and
14352: http response charset detection just compiled. todo:test
14353:
14354: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14355:
14356: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14357: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14358: types/pa_vmail.C: changed transcode param converntion along with
14359: string creating convention -- all strings are zero-terminated,
14360: this allowed to fix one remaining String("123", 2) case
14361:
14362: * src/: classes/date.C, classes/file.C, classes/hash.C,
14363: classes/op.C, classes/string.C, classes/table.C,
14364: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14365: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14366: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14367: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14368: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14369: violated String::invariant. started fixing [not compiled now]
14370:
14371: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14372: main/compile.tab.C, main/compile.y, main/pa_string.C,
14373: main/untaint.C, targets/cgi/parser3.C: number of string style
14374: improvements & optimizations
14375:
14376: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14377: :(]
14378:
14379: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14380: [for it's a pointer really]
14381:
14382: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14383: 'n' param. worked that around
14384:
14385: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14386: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14387: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14388: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14389: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14390:
14391: Thanks for the bug report and patch.
14392:
14393: I hadn't looked at this code in a while. Reading it now, it
14394: seems to me that the tests should also be ">= MAX_DEPTH" to
14395: comply with the invariant, though that may not matter a lot. I
14396: changed that, too.
14397:
14398: Hans
14399:
14400: 2003-04-07 paf
14401:
14402: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14403: merged from head:safe mode error message now includes numbers
14404:
14405: * src/main/execute.C: n-th attempt to make a=a work with double.
14406: problem: as_double returns it's result in fp-register compiler
14407: optimizes access to that register after b->as_double, and just
14408: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14409: from memory. _SAME_ double values do not match here. when
14410: forced to REload fp-register, values do match.
14411:
14412: tried to make them volatile.
14413:
14414: * src/main/execute.C: n-th attempt to make a=a work with double.
14415: problem: as_double returns it's result in fp-register compiler
14416: optimizes access to that register after b->as_double, and just
14417: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14418: from memory. _SAME_ double values do not match here. when
14419: forced to REload fp-register, values do match.
14420:
14421: tried to make them volatile.
14422:
14423: * src/types/pa_vobject.h: small style change
14424:
14425: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14426:
14427: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14428: mode error message now includes numbers
14429:
14430: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14431: now causes death
14432:
14433: 2003-04-04 paf
14434:
14435: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14436: incorportated pa_exec patch by From: "Victor Fedoseev"
14437: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14438: Sent: Thursday, January 23, 2003 9:14 AM
14439:
14440: huge speedup on ^file::cgi with big result
14441:
14442: * src/classes/table.C: sort table with 0 rows bug fixed
14443:
14444: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14445: fix http://i2/tasks/edit/?id=4493701604654042676
14446:
14447: @main[] $with_default[ $.a[1] $._default[default from
14448: with_default] ] ^show[$with_default]
14449:
14450: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14451: =$to_add_to.xxx=<br>
14452:
14453: ^show[$to_add_to]
14454:
14455: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14456: ^show[$cloned]
14457:
14458: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14459:
14460: } <hr>
14461:
14462: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14463: http://i2/tasks/edit/?id=4493701604654042676
14464:
14465: @main[] $with_default[ $.a[1] $._default[default from
14466: with_default] ] ^show[$with_default]
14467:
14468: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14469: =$to_add_to.xxx=<br>
14470:
14471: ^show[$to_add_to]
14472:
14473: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14474: ^show[$cloned]
14475:
14476: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14477:
14478: } <hr>
14479:
14480: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14481: http://i2/tasks/edit/?id=4507350336410850921
14482:
14483: * src/classes/xdoc.C: memory allocation func bugfix
14484: http://i2/tasks/edit/?id=4499303470368629745
14485:
14486: * src/classes/math.C: allowed random 1...
14487:
14488: * src/classes/math.C: allowed random 0..
14489:
14490: * src/main/pa_globals.C: exif mem leak
14491: http://i2/tasks/edit/?id=4480590323629807263
14492:
14493: * src/: classes/classes.dsp, main/main.dsp,
14494: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14495: fix http://i2/tasks/edit/?id=4493946731322521294
14496: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14497:
14498: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14499: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14500: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14501: links to xml libs made relative, no need to unpack parser3project
14502: to /parser3project.
14503:
14504: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14505: column more precise - tab handling bug fixed
14506:
14507: * src/main/: compile.tab.C, compile.y: more understandable error
14508: message in case @CLASS with more then one line inside
14509:
14510: * src/targets/cgi/parser3.C: more understandable error message in
14511: case of errors in @unhandled_exception
14512:
14513: 2003-04-03 paf
14514:
14515: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14516: src/main/compile.tab.C, src/main/compile.y,
14517: src/main/compile_tools.C, src/main/compile_tools.h,
14518: src/main/execute.C, src/main/pa_request.C: debug info format
14519: simplified, now it's: OP_VALUE Operation::Origin << here value*
14520:
14521: higher limits: file number (max: 255) line number (max:
14522: 64535) column number (max: 255)
14523:
14524: * src/classes/math.C: top limit
14525:
14526: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14527: precise parse error position in case of
14528:
14529: ^bug ]
14530:
14531: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14532: changed to realities, and passed [bug fixed]
14533:
14534: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14535: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14536: main/compile_tools.h, main/pa_request.C: introducing
14537: ^process...[main-method-alias]
14538:
14539: * src/: classes/date.C, classes/image.C, classes/op.C,
14540: classes/string.C, classes/table.C, classes/xdoc.C,
14541: types/pa_vmethod_frame.h: MethodParams& now [methods without
14542: params receive zero reference, but they are expected not to look
14543: there]
14544:
14545: * operators.txt, src/classes/date.C, src/classes/double.C,
14546: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14547: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14548: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14549: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14550: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14551: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14552: [methods without params receive zero reference, but they are
14553: expected not to look there]
14554:
14555: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14556: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14557: ^process...[filename] useful for better error reporting
14558: [file/line/col]
14559:
14560: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14561: types/pa_vstring.h: slightly improved error messages text: 1. is
14562: '%s', it 2. method undefined in case of ^void[]
14563:
14564: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14565: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14566: handling done. now we have error columns todo: test it
14567:
14568: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14569: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14570:
14571: this makes life easier: were: bad stack order -- were in
14572: exception catch unwind order, which didn't match execution order
14573:
14574: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14575:
14576: @first[] ^throw[a;1]
14577:
14578: showed throw a first throw b try
14579:
14580: which is no good
14581:
14582: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14583: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14584: trace reset after handled exception [old bug fixed]
14585:
14586: * src/main/: compile.tab.C, compile.y: parse position old bug
14587: fixed. position reporting made precise [both, in parse erros and
14588: runtime errors]
14589:
14590: 2003-04-02 paf
14591:
14592: * src/: include/pa_operation.h, include/pa_request.h,
14593: main/compile.C, main/compile.tab.C, main/compile.y,
14594: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14595: main/pa_exception.C, main/pa_request.C: debug info: started
14596: using. todo:complete
14597:
14598: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14599: main/compile.C, main/compile.tab.C, main/compile.y,
14600: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14601: main/pa_request.C: prepared debug info todo:use it
14602:
14603: * src/include/pa_operation.h: strange mistake fixed: forgot to
14604: return Operation class->union after switching from autoptrs.
14605:
14606: * tests/: Makefile, results/108.processed, results/117.processed:
14607: meta considered OK [it's up to coder now to remove it not needed]
14608:
14609: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14610: Dictionary constructor when moved to gc]
14611:
14612: * src/main/pa_common.C: uncommented http:// file loading
14613:
14614: * src/include/pa_array.h, src/main/execute.C,
14615: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14616: fix [gdGrowingBuf]
14617:
14618: * configure.in, src/lib/Makefile.am: removed patches
14619:
14620: * configure, src/include/pa_config_auto.h.in,
14621: src/main/pa_charset.C: --enable-assertions autoconf-ed
14622:
14623: * src/main/pa_common.C: uncommented http:// file loading
14624:
14625: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14626: xdoc::create/load
14627:
14628: * src/: classes/form.C, classes/hash.C, classes/image.C,
14629: classes/string.C, classes/table.C, classes/void.C,
14630: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14631: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14632: String::String(str,helper_length) are checked. found/fixed one
14633: place: $request:body now zero-terminated,
14634:
14635: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14636: main/compile_tools.C, main/execute.C, types/pa_value.h,
14637: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14638: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14639: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14640: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14641: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14642: types/pa_vxnode.h: more locally scoped vars in execute (more
14643: easily optimizable)
14644:
14645: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14646: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14647:
14648: * src/: include/pa_array.h, include/pa_stack.h,
14649: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14650: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14651: become assertion iterator in methodframe filler
14652:
14653: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14654: targets/cgi/parser3.C: array::get/put inlined
14655:
14656: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14657: gc_substitute_memory_management_functions +installed CORD_oom
14658: function
14659:
14660: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14661: src/include/pa_config_includes.h, src/include/pa_string.h,
14662: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14663: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14664: assertions started configure.in --enable-assertions
14665:
14666: 2003-04-01 paf
14667:
14668: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14669: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14670: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14671: gdome uses glib memory, and stores last pointer to xmlDoc there,
14672: gc misses that and collects valid memory fixed by remembering
14673: xmlDoc from dom object in xdoc. todo: do something with
14674: premature free of xdoc with xnodes/node values referring into it
14675:
14676: * src/classes/: mail.C: typo fix
14677:
14678: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14679: changes
14680:
14681: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14682: main/pa_memory.C: moved memory debugging to global level: to
14683: pa_gc_malloc
14684:
14685: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14686: debugging showed no errors. todo: debug parser memory
14687:
14688: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14689: configurations
14690:
14691: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14692: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14693: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14694: types/types.dsp: prepared xml-static configuration
14695:
14696: 2003-03-31 paf
14697:
14698: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14699: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14700: xml lib memory debugging, simple checks failed: it seems that
14701: library does realloc(bad ptr), and recording those ptrs in heap
14702: [for debugging] was bad: heap situation changes = everything
14703: works fine
14704:
14705: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14706: xmlRegisterCharEncodingHandler limitation [currently imposed
14707: limit of 10 user-defined charsets]
14708:
14709: 2003-03-28 paf
14710:
14711: * src/main/execute.C: execution stack copied to local register
14712: variable, removed lots [~2e7) of memory accesses
14713:
14714: 2003-03-27 paf
14715:
14716: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14717: works in debug, but fails in release todo: fix that
14718:
14719: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14720: targets/cgi/parser3.C: forgot to merge XML memory funcs
14721: replacement from gc branch
14722:
14723: * src/main/pa_exec.C: introducing append_help_length [radical
14724: improvement here]
14725:
14726: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14727: 'not recommened' in gc.h, on win32 noticed no difference]
14728:
14729: * src/include/pa_array.h: returned checked array get [were disabled
14730: for debugging] result:not slower [don't understand that, it were
14731: INLINED] todo: find out a way of inlining it!
14732:
14733: * src/: include/pa_string.h, lib/gc/include/gc.h,
14734: lib/gc/include/gc_fake.h, main/compile.tab.C,
14735: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14736: convention changed: all resulting strings are zero-terminated
14737:
14738: * src/: classes/date.C, classes/file.C, classes/hash.C,
14739: classes/string.C, classes/table.C, classes/void.C,
14740: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14741: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14742: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14743: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14744: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14745: types/pa_vfile.C, types/pa_vmail.C: introducing
14746: append_help_length [radical improvement here]
14747:
14748: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14749: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14750: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14751: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14752: even slower
14753:
14754: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14755: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14756: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14757: clients of &get(): most to use non-ref version, some[in tight
14758: places] to get_unchecked_ref
14759:
14760: * src/doc/memory.dox: forgot to add
14761:
14762: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14763: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14764: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14765: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14766: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14767: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14768: targets/cgi/parser3.dsp, types/pa_vmail.C,
14769: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14770: T>>&<< removed after Stack::pop wiping removed [moved to separate
14771: func] other Array & removed
14772:
14773: 2003-03-26 paf
14774:
14775: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14776: classes/table.C, include/pa_array.h, include/pa_charset.h,
14777: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14778: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14779: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14780: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14781: main/pa_exec.C, main/pa_sql_driver_manager.C,
14782: main/pa_stylesheet_manager.C, main/pa_table.C,
14783: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14784: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14785: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14786: pre-evaluated .count() in some places
14787:
14788: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14789: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14790: types/types.dsp: .dsp profiling updated
14791:
14792: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14793: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14794: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14795:
14796: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14797: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14798: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14799: use lib/gc,lib/cord
14800:
1.116 moko 14801: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14802: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14803: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14804: src/include/pa_config_includes.h, src/include/pa_request.h,
14805: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14806: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14807: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14808: src/lib/cord/include/Makefile.am,
1.116 moko 14809: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14810: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14811: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14812: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14813: src/types/pa_vform.h, src/types/pa_vhash.h,
14814: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14815: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14816: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14817: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14818: funcs ported pa_exec
1.95 moko 14819:
14820: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14821:
14822: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14823: bundled gc includes
14824:
14825: * src/: classes/op.C, include/pa_array.h,
14826: include/pa_sql_connection.h, include/pa_string.h,
14827: include/pa_version.h, main/compile.tab.C, main/compile.y,
14828: main/execute.C, main/pa_common.C, main/pa_exception.C,
14829: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14830: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14831: first real site (aval)]
14832:
14833: 2003-03-25 paf
14834:
14835: * operators.txt, src/main/pa_sql_driver_manager.C,
14836: src/types/pa_vstatus.C: $status.memory used free since_compact
14837: process
14838:
14839: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14840: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14841:
14842: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14843:
14844: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14845: src/types/pa_value.h, src/types/pa_vfile.h,
14846: src/types/pa_vobject.C, src/types/pa_vobject.h,
14847: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14848: tests/results/121.processed: untaint.C L_URI
14849:
14850: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14851: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14852: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14853: src/types/pa_vmemory.h: ^memory:compact[]
14854:
14855: * tests/results/109.processed: it was a bug in parser. updated 109
14856: test result
14857:
14858: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14859:
14860: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14861: tests/results/107.processed: fixed dom language [values are now
14862: considered tainted. it was a bug in parser. updated 107 test
14863: result
14864:
14865: * src/classes/xdoc.C: fixed transform params
14866:
14867: * src/: include/pa_stylesheet_manager.h,
14868: main/pa_stylesheet_manager.C: fixed stylesheet caching
14869:
14870: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14871: overloads for structure handling
14872:
14873: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14874: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14875: StringBody(0) ambiguilty, introducting static
14876: StringBody::Format(int)
14877:
14878: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14879: linked
14880:
14881: * src/types/pa_vxdoc.C: vxdoc compiled
14882:
14883: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14884: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14885: finalizers isntalled
14886:
14887: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14888: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14889: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14890: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14891: compiled todo: xnode.C / finalizers
14892:
14893: * src/doc/string.dox: updated: new string internals
14894:
14895: 2003-03-24 paf
14896:
14897: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14898: include/pa_charset.h, include/pa_config_fixed.h,
14899: include/pa_request.h, include/pa_stylesheet_connection.h,
14900: include/pa_stylesheet_manager.h, main/pa_charset.C,
14901: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14902: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14903: types/pa_vxnode.h: started XML
14904:
14905: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14906:
14907: * src/: classes/file.C, classes/image.C, classes/mail.C,
14908: include/pa_string.h, main/pa_common.C,
14909: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14910:
14911: * src/: classes/file.C, classes/image.C, classes/mail.C,
14912: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14913: main/pa_request.C, main/pa_sql_driver_manager.C,
14914: types/pa_vimage.h: size_t pos everywhere checks changed to check
14915: for eq STRING_NOT_FOUND
14916:
14917: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14918: optimize bit implemented
14919:
14920: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14921: String::ArrayFragment::append_positions fixed
14922:
14923: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14924: String::this_starts fixed
14925:
14926: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14927:
14928: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14929: hashcode implemented fully, including per-char callback [it can
14930: be - substr CORD node]
14931:
14932: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14933: rewritten to rewalloc with 100byte buf ahead
14934:
14935: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14936: src/include/pa_string.h, src/main/compile.tab.C,
14937: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14938: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14939: CORD_ec [bad] would rewrite as realloc now
14940:
14941: * src/: classes/date.C, classes/file.C, classes/form.C,
14942: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14943: include/pa_cache_managers.h, include/pa_charsets.h,
14944: include/pa_common.h, include/pa_request.h,
14945: include/pa_sql_driver_manager.h, include/pa_table.h,
14946: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14947: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14948: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14949: types/pa_vmail.C, types/pa_vmethod_frame.C,
14950: types/pa_vstateless_class.h: 2*2 worked :)
14951:
14952: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14953: src/include/pa_exec.h, src/include/pa_string.h,
14954: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14955: passed OK
14956:
14957: * src/: classes/hash.C, classes/string.C, classes/table.C,
14958: types/pa_value.C: all linked todo: debug
14959:
14960: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14961: types/pa_vstateless_class.C: all compiled. todo:link
14962:
14963: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14964:
14965: * src/types/pa_vtable.C: pa_vtable.C compiled
14966:
14967: * src/types/pa_vstring.C: pa_vstring.C compiled
14968:
14969: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14970:
14971: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14972: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14973: pa_vstateless_class.C, pa_vstateless_class.h:
14974: pa_vstateless_class.C compiled
14975:
14976: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14977: types/pa_vmath.C: pa_vmail.C compiled
14978:
14979: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14980:
14981: * src/types/pa_vform.C: pa_vform.C compiled
14982:
14983: * src/types/pa_vfile.C: pa_vfile.C compiled
14984:
14985: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14986: pa_vstateless_class.C: pa_vcookie.C compiled
14987:
14988: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14989: types/pa_vhash.h: pa_value.C compiled
14990:
14991: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14992: classes.lib main.lib compiled
14993:
14994: * src/classes/void.C: void.C compiled
14995:
14996: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14997: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14998: compiled
14999:
15000: * src/: classes/string.C, include/pa_request.h,
15001: include/pa_string.h, main/pa_string.C: string.C compiled
15002:
15003: * src/: classes/op.C, classes/string.C, classes/table.C,
15004: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15005: main/pa_request.C, main/pa_string.C: op.C compiled
15006:
15007: * src/classes/: math.C, op.C: math.C compiled
15008:
15009: * src/: classes/mail.C, classes/string.C, classes/table.C,
15010: types/pa_vmail.h: mail.C compiled
15011:
15012: * src/classes/: int.C, table.C: int.C compiled
15013:
15014: * src/: classes/hash.C, classes/image.C, classes/string.C,
15015: classes/table.C, include/pa_memory.h, include/pa_string.h,
15016: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15017: compiled
15018:
15019: * src/: classes/hash.C, classes/string.C, classes/table.C,
15020: classes/void.C, classes/xdoc.C, include/pa_request.h,
15021: include/pa_sql_connection.h: hash.C compiled
15022:
15023: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15024: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15025: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15026: classes/math.C, classes/op.C, classes/response.C,
15027: classes/string.C, classes/table.C, classes/void.C,
15028: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15029: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15030: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15031: file.C table.C compiled
15032:
15033: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15034: main/untaint.C: main.lib compiled
15035:
15036: 2003-03-21 paf
15037:
15038: * src/: classes/op.C, include/pa_cache_managers.h,
15039: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15040: include/pa_stylesheet_manager.h, main/pa_exception.C,
15041: main/pa_globals.C, main/pa_sql_driver_manager.C,
15042: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15043: compiled
15044:
15045: * src/: classes/hash.C, classes/image.C, classes/op.C,
15046: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15047: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15048: main/compile.C, main/pa_common.C, main/pa_request.C,
15049: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15050: pa_request.C compiled
15051:
15052: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15053: include/pa_request.h, main/execute.C, main/pa_request.C,
15054: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15055: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15056: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15057: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15058: compiled
15059:
15060: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15061: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15062: on unix
15063:
15064: * src/: include/pa_charset.h, include/pa_charsets.h,
15065: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15066: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15067: pa_charsets.C compiled
15068:
15069: * src/: classes/image.C, classes/mail.C, classes/op.C,
15070: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15071: main/compile.y, main/execute.C, main/pa_common.C,
15072: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15073: types/pa_vcode_frame.h, types/pa_vimage.h,
15074: types/pa_vmethod_frame.h: execute.C compiled
15075:
15076: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15077: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15078: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15079: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15080: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15081: include/pa_cache_managers.h, include/pa_charsets.h,
15082: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15083: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15084: include/pa_sql_driver_manager.h, include/pa_string.h,
15085: include/pa_stylesheet_connection.h,
15086: include/pa_stylesheet_manager.h, include/pa_table.h,
15087: main/compile.C, main/compile.tab.C, main/compile.y,
15088: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15089: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15090: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15091: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15092: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15093: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15094: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15095: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15096: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15097: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15098: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15099: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15100: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15101: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15102: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15103: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15104: types/pa_vresponse.h, types/pa_vstateless_class.C,
15105: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15106: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15107: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15108: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15109: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15110: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15111: [C++ CORD wrapper]
15112:
15113: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15114:
15115: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15116: $file::exec/cgi[script; $.charset[this is script's charset]
15117:
15118: command line, env values, input got transcoded before call
15119: stdout, stderr got transcoded after call
15120:
15121: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15122: by default. use: ^file::exec[...;$.stdin[$request.body]
15123:
15124: * src/main/pa_common.C: } typo bug fix
15125:
15126: * src/main/pa_common.C: } typo bug fix
15127:
15128: 2003-03-20 paf
15129:
15130: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15131: main/untaint.C: cord bug fix, but still errors todo: clear out
15132:
15133: * src/include/pa_string.h: more tests
15134:
15135: * src/main/pa_string.C: string.pos fixed
15136:
1.116 moko 15137: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15138: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15139: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15140: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15141: replaces
1.95 moko 15142:
15143: * src/: classes/image.C, include/pa_dictionary.h,
15144: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15145: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15146: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15147: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15148:
15149: * src/include/pa_string.h: warning
15150:
15151: * src/include/pa_string.h: this_starts fixed
15152:
15153: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15154: new String ctor & append params convention
15155:
15156: * src/: classes/file.C, classes/hash.C, classes/image.C,
15157: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15158: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15159: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15160: main/pa_exception.C, main/pa_exec.C,
15161: main/pa_sql_driver_manager.C, main/pa_string.C,
15162: main/pa_stylesheet_manager.C, main/untaint.C,
15163: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15164: types/pa_vmail.C: more tests OK
15165:
15166: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15167: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15168: gc/exit runned OK
15169:
15170: * src/types/pa_vmail.C: another naming problem: should not name
15171: vars like that: unpredictable close caused problems with later
15172: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15173: descriptors missing on startup: stdin; Bad file number
15174:
15175: todo: find out why so many filters(stream) here. probably wrong?
15176:
15177: * src/: include/pa_dictionary.h, include/pa_string.h,
15178: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15179: main/untaint.C: test compiled
15180:
15181: * src/: classes/image.C, classes/mail.C, classes/math.C,
15182: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15183: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15184: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15185: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15186: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15187: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15188: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15189: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15190: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15191:
15192: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15193: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15194: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15195: src/include/pa_memory.h, src/include/pa_request.h,
15196: src/include/pa_request_charsets.h,
15197: src/include/pa_sql_connection.h, src/include/pa_string.h,
15198: src/main/compile.tab.C, src/main/execute.C,
15199: src/main/pa_charset.C, src/main/pa_common.C,
15200: src/main/pa_exception.C, src/main/pa_exec.C,
15201: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15202: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15203: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15204: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15205: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15206: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15207: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15208: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15209: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15210: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15211: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15212: pa_common.C [done, without http for now]
15213:
15214: 2003-03-19 paf
15215:
15216: * src/: classes/date.C, classes/form.C, classes/hash.C,
15217: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15218: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15219: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15220: include/pa_string.h, include/pa_table.h, main/compile.C,
15221: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15222: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15223: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15224: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15225: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15226: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15227: types/pa_vstateless_class.h, types/pa_vtable.C,
15228: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15229: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15230: types/pa_wwrapper.h: started test
15231:
1.116 moko 15232: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15233: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15234:
15235: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15236: include/pa_string.h, main/pa_string.C: string compiled todo: test
15237: it
15238:
15239: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15240: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15241: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15242: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15243: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15244: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15245: types/pa_vmethod_frame.h, types/types.dsp: string
15246: reimplementation with cord+array<fragment>: 70%
15247:
15248: 2003-03-18 paf
15249:
15250: * src/: classes/date.C, classes/file.C, classes/form.C,
15251: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15252: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15253: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15254: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15255: can ignore lang in cmp and pos really, but would
15256: split properly!
15257:
15258: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15259: cord part made parser/src/lib: it's not compiled into libgc by
15260: default
15261:
15262: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15263: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15264: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15265: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15266: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15267: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15268: src/classes/xnode.C, src/classes/xnode.h,
15269: src/include/Makefile.am, src/include/pa_cache_managers.h,
15270: src/include/pa_charset.h, src/include/pa_charsets.h,
15271: src/include/pa_common.h, src/include/pa_dictionary.h,
15272: src/include/pa_exception.h, src/include/pa_exec.h,
15273: src/include/pa_globals.h, src/include/pa_hash.h,
15274: src/include/pa_memory.h, src/include/pa_pool.h,
15275: src/include/pa_request.h, src/include/pa_request_charsets.h,
15276: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15277: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15278: src/include/pa_stylesheet_connection.h,
15279: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15280: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15281: src/main/compile.C, src/main/compile.tab.C,
15282: src/main/compile_tools.C, src/main/compile_tools.h,
15283: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15284: src/main/pa_charsets.C, src/main/pa_common.C,
15285: src/main/pa_dictionary.C, src/main/pa_exception.C,
15286: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15287: src/main/pa_pool.C, src/main/pa_request.C,
15288: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15289: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15290: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15291: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15292: src/types/pa_junction.h, src/types/pa_method.h,
15293: src/types/pa_value.C, src/types/pa_value.h,
15294: src/types/pa_vclass.C, src/types/pa_vclass.h,
15295: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15296: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15297: src/types/pa_vdouble.h, src/types/pa_venv.h,
15298: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15299: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15300: src/types/pa_vimage.C, src/types/pa_vimage.h,
15301: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15302: src/types/pa_vmath.C, src/types/pa_vmath.h,
15303: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15304: src/types/pa_vobject.C, src/types/pa_vobject.h,
15305: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15306: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15307: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15308: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15309: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15310: src/types/pa_vstring.h, src/types/pa_vtable.C,
15311: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15312: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15313: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15314: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15315: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15316: gc: PA_Object done lots of replacements also
15317:
15318: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15319: gc logging
15320:
15321: 2003-03-17 paf
15322:
15323: * src/: classes/date.C, classes/file.C, classes/form.C,
15324: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15325: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15326: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15327: include/pa_string.h, include/pa_types.h, main/compile.C,
15328: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15329: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15330: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15331: main/pa_sql_driver_manager.C, main/pa_string.C,
15332: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15333: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15334: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15335: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15336: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15337: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15338: types/pa_vxnode.h: libgc attempt
15339:
15340: 2003-03-13 paf
15341:
15342: * src/: include/pa_sql_driver_manager.h,
15343: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15344: called
15345:
15346: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15347: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15348: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15349: types/pa_value.h, types/pa_vobject.h,
15350: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15351: set_base, set_derived simplified [counter leaks fixed]
15352:
15353: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15354: src/types/types.dsp: incorporated status class patch From:
15355: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15356: 2003 8:14 AM
15357:
15358: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15359: Win32 specific: QuotaPeakNonPagedPoolUsage
15360: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15361:
15362: 2003-03-12 paf
15363:
1.116 moko 15364: * configure, configure.in, src/lib/ltdl/configure,
15365: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15366: lib/ltdl/Makefile now created by /configure.in only [were by
15367: lib/ltdl/configure.in OVERWRITE]
15368:
1.116 moko 15369: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15370: linkage fixed for g++ 3.2.2
1.95 moko 15371:
15372: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15373: on using privately declared class [fixed]
15374:
15375: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15376: 3.2 rightliy complained on using privately declared class [fixed]
15377:
15378: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15379: sigpipe before request constructor now causes death
15380:
15381: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15382: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15383: not cause exception in exception handler
15384:
1.116 moko 15385: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15386: now default links libstdc++ statically. that can be overriden by
15387: --with-dynamic-stdcpp
1.95 moko 15388:
15389: 2003-03-11 paf
15390:
15391: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15392: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15393: necessity of libstdc++
15394:
15395: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15396:
15397: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15398:
15399: 2003-03-08 paf
15400:
15401: * tests/Makefile: make install & co
15402:
15403: * src/: include/pa_request.h, classes/op.C: removing
15404: vclass,object.h -> pa_request.h dependency
15405:
15406: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15407: main/pa_request.C: removing vform,response,cookie.h ->
15408: pa_request.h dependency
15409:
15410: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15411: dependency [testing...]
15412:
15413: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15414: return 0; fixed
15415:
15416: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15417: types/pa_vmail.h: vmail.C received just compiled [not tested]
15418:
15419: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15420:
15421: * src/main/pa_request.C: forgotten: ifdef XML
15422:
15423: * src/main/pa_request.C: forgotten: ifdef XML
15424:
15425: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15426: win32 and run memleak tests again
15427:
15428: * src/targets/cgi/parser3.C: charsets: see some strange things with
15429: old xml lib-- it's internal memory handling has faults
15430:
15431: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15432: problems when transcode from charset A to A.
15433:
15434: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15435: todo: still problems when transcode from charset A to A.
15436:
15437: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15438: classes/table.C, include/pa_array.h,
15439: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15440: started full-scale-site-test [~ http://parser.ru sources]
15441:
15442: some fixes
15443:
15444: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15445: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15446: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15447: results/110.processed, results/111.processed,
15448: results/112.processed, results/113.processed,
15449: results/114.processed, results/115.processed,
15450: results/116.processed, results/117.processed,
15451: results/118.processed, results/119.processed,
15452: results/120.processed: xml: tests 109 dom create/show 110 xpath
15453: selectSingle 111 xdoc.create from tainted & 112
15454: xdoc.create/output with russian attr value 113 xpath
15455: selectString/Number 114 dom attributes.count 115 xpath selectBool
15456: 116 output media-type change 117 transform by dom stylesheet 118
15457: empty transform result 119 dom setAttribute 120 nbsp letter
15458: output
15459:
15460: =END OF PREPARED XML TESTS=
15461:
15462: 2003-03-07 paf
15463:
15464: * src/classes/xdoc.C, src/include/pa_charset.h,
15465: src/include/pa_stylesheet_connection.h, tests/108.html,
15466: tests/108.xsl, tests/results/108.processed: xml: test 108
15467: transform with params [bugs fixed]
15468:
15469: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15470: from copy/paste bug
15471:
15472: * src/classes/xdoc.C, src/include/pa_charset.h,
15473: src/include/pa_request.h, src/main/execute.C,
15474: src/main/pa_charset.C, src/main/pa_exception.C,
15475: src/main/pa_globals.C, src/main/pa_request.C,
15476: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15477: src/types/pa_vxnode.C, tests/107.html,
15478: tests/results/107.processed: xml: test: 107 bug fixes
15479:
15480: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15481: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15482: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15483:
15484: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15485: string
15486:
15487: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15488: mem alloc functions used for different cases [libxml, libxsl]
15489:
15490: * src/classes/classes.C: fixed: prevent system classes from
15491: modification to lock ALL the classes, not only directly used
15492:
15493: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15494: linked
15495:
15496: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15497:
15498: 2003-03-06 paf
15499:
15500: * src/classes/xdoc.C: xdoc.C 50%
15501:
15502: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15503: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15504: main/pa_globals.C, main/pa_request.C,
15505: main/pa_stylesheet_manager.C: xnode.C compiled
15506:
15507: * src/: include/pa_stylesheet_connection.h,
15508: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15509: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15510:
15511: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15512: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15513: xml: stylesheet&manager STARTED
15514:
15515: * src/: include/pa_globals.h, main/pa_charset.C,
15516: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15517:
15518: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15519: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15520: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15521: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15522: charsets
15523:
15524: * tests/023.html: in some cases it rounded up badly. postponing
15525: solution of that problem, making more simple test
15526:
15527: * tests/: 058_paf2000.png, results/058.processed: .png added with
15528: -kb now
15529:
15530: * src/: include/pa_charset.h, include/pa_charsets.h,
15531: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15532: moved to charsets.C
15533:
15534: 2003-03-05 paf
15535:
15536: * src/classes/string.C, src/include/pa_string.h,
15537: src/main/pa_string.C, tests/105.html,
15538: tests/results/105.processed: String::match bug fixed
15539:
15540: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15541: tests/results/104.processed: ^bpt operator added [does int3 in
15542: debug build on win32]
15543:
15544: * tests/: 057.html, results/057.processed: test bug fixed
15545:
1.116 moko 15546: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15547:
15548: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15549: missing
15550:
1.116 moko 15551: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15552: forgotten files added to Makes
1.95 moko 15553:
15554: * ltmain.sh: ltmain.sh added
15555:
15556: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15557: change undone ;(
15558:
15559: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15560: made static
15561:
15562: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15563: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15564: todo:make linker happy
1.95 moko 15565:
15566: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15567: env param made optional
15568:
15569: 2003-03-04 paf
15570:
15571: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15572: types/pa_vimage.h: number of gcc compiler bugs fixed
15573:
15574: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15575: results/103.processed: tests: 103 image.copy transparence test
15576:
15577: * src/main/execute.C, tests/101.html, tests/102.html,
15578: tests/results/101.processed, tests/results/102.processed: tests:
15579: 101 method/variable name conflict test 102 form fields change
15580: should not not change anything [bug fix]
15581:
15582: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15583: results/099.processed, results/100.processed: tests: 57 date
15584: create 2002: added 99,100 response:body/download
15585:
15586: * src/classes/image.C, tests/098.html, tests/098font.gif,
15587: tests/results/098.processed: test: 98 image font text [bug fixed]
15588:
15589: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15590: tests/results/097.processed: test: 97 file::load http:// [bugs
15591: fixed]
15592:
15593: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15594: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15595: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15596: image EXIF [bug fixed]
15597:
15598: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15599: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15600: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15601: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15602: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15603: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15604: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15605: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15606: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15607: tests/094.html, tests/095.html, tests/results/061.processed,
15608: tests/results/062.processed, tests/results/063.processed,
15609: tests/results/064.processed, tests/results/065.processed,
15610: tests/results/066.processed, tests/results/067.processed,
15611: tests/results/068.processed, tests/results/069.processed,
15612: tests/results/070.processed, tests/results/071.processed,
15613: tests/results/072.processed, tests/results/073.processed,
15614: tests/results/074.processed, tests/results/075.processed,
15615: tests/results/076.processed, tests/results/077.processed,
15616: tests/results/078.processed, tests/results/080.processed,
15617: tests/results/081.processed, tests/results/082.processed,
15618: tests/results/083.processed, tests/results/084.processed,
15619: tests/results/085.processed, tests/results/086.processed,
15620: tests/results/087.processed, tests/results/088.processed,
15621: tests/results/089.processed, tests/results/090.processed,
15622: tests/results/091.processed, tests/results/092.processed,
15623: tests/results/093.processed, tests/results/094.processed,
15624: tests/results/095.processed, tests/079.html,
15625: tests/results/079.processed: tests: 61 file::stat size 62
15626: string->int autoconvert 63 double .int,dec,div,mul 64 date
15627: compare 65 file: basename,justname,justext 66 math:crypt 67
15628: string.match simple on long 68 string.match normalized simple on
15629: long 69 string.int 70 file::stat content-type 71 table.join 72
15630: hash parameter conditional pass 73 date daylightsaving,yearday 74
15631: date arithmetics 75 response date values/attributes 76 string.pos
15632: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15633: with local 80 scientific numeric literal in string autoconvert 81
15634: xor: logical and numerical 82 for delims 83 menu delims 84
15635: table.hash distinct 85 long string replace 86 throw+catch
15636: current language preserve 87 bit shifts 88 junction tests +
15637: $caller test 89 hash.foreach selfmodification 90 int/void to int
15638: 91 $caller test 92 junction is + def junction tests 93 $caller
15639: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15640:
15641: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15642: fixed] 60 string eq string [bug fixed]
15643:
15644: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15645: 058.html, 058_paf2000.png, 059.html, 060.html,
15646: results/053.processed, results/054.processed,
15647: results/055.processed, results/056.processed,
15648: results/057.processed, results/058.processed,
15649: results/059.processed, results/060.processed: test: 53
15650: string.replace 54 junctions 55 table.hash 56 call indirect 57
15651: date.create[string] 58 image.measure[png]
15652:
15653: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15654: outputs/051.processed, results/052.processed: test: 52
15655: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15656: task: fix that
15657:
15658: 2003-03-03 paf
15659:
15660: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15661: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15662: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15663: outputs/049.processed, outputs/050.processed,
15664: outputs/051.processed, results/001.processed,
15665: results/002.processed, results/003.processed,
15666: results/005.processed, results/006.processed,
15667: results/008.processed, results/009.processed,
15668: results/011.processed, results/012.processed,
15669: results/013.processed, results/014.processed,
15670: results/015.processed, results/016.processed,
15671: results/017.processed, results/020.processed,
15672: results/021.processed, results/022.processed,
15673: results/024.processed, results/025.processed,
15674: results/026.processed, results/027.processed,
15675: results/028.processed, results/029.processed,
15676: results/030.processed, results/031.processed,
15677: results/049.processed, results/050.processed,
15678: results/051.processed, results/043.processed,
15679: results/044.processed, results/045.processed,
15680: results/046.processed, results/047.processed,
15681: results/048.processed: tests: 43,44,45 date rolls 46
15682: autoevaluating junction 47 table.select 48 name with subvar 49
15683: hash-creating switch 50 process 51 started parent/child, works as
15684: it were but it were NOT GOOD, created separate task to fix that
15685:
15686: * tests/: 042.html, results/042.processed: test: 42
15687: exception.handled
15688:
15689: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15690: expression
15691:
15692: * tests/: 040.html, results/040.processed: test: 39 method result
15693: of type table 40 method param junction auto evaluate
15694:
15695: * tests/: 039.html, results/039.processed: test: 37 method result
15696: of type table
15697:
15698: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15699: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15700: tests/038.html, tests/results/033.processed,
15701: tests/results/034.processed, tests/results/035.processed,
15702: tests/results/036.processed, tests/results/037.processed,
15703: tests/results/038.processed: tests: 33 string.replace 34
15704: string.upper 35 table created 36 local/global vars with juntions
15705: 37 table clone 38 math PI & number formatting
15706:
15707: math class registring typo fixed
15708:
15709: * src/classes/op.C, src/include/pa_request.h,
15710: src/include/pa_string.h, src/main/execute.C,
15711: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15712: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15713: tests/032.html, tests/results/032.processed: uchar changed to
15714: String_UL in all places [was not everywhere] untaint test: 032
15715:
15716: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15717: tests/results/004.processed, tests/parser-cygwin.sh,
15718: tests/parser-unix.sh: removed -H command line key, now testing
15719: using .sh file with SERVER_SOFTWARE=xxx
15720:
15721: 2003-02-26 paf
15722:
15723: * src/main/execute.C, src/types/pa_vstateless_class.h,
15724: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15725: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15726: tests/results/024.processed, tests/results/025.processed,
15727: tests/results/026.processed, tests/results/027.processed,
15728: tests/results/028.processed, tests/results/029.processed,
15729: tests/results/030.processed, tests/results/031.processed: fixed
15730: bug with name_cstr mutable CharPtr more tests
15731:
15732: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15733: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15734: << abort. die now just exits
15735:
15736: * src/classes/classes.awk, src/classes/classes.h,
15737: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15738: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15739: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15740: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15741: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15742: src/classes/xnode.C, src/include/pa_memory.h,
15743: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15744: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15745: src/types/pa_vform.C, tests/015.html, tests/016.html,
15746: tests/017.html, tests/018.html, tests/019.html,
15747: tests/019paf2001.gif, tests/020.html, tests/021.html,
15748: tests/022.html, tests/023.html, tests/022_dir/a.html,
15749: tests/022_dir/b.txt, tests/022_dir/c.htm,
15750: tests/results/015.processed, tests/results/016.processed,
15751: tests/results/017.processed, tests/results/018.processed,
15752: tests/results/019.processed, tests/results/020.processed,
15753: tests/results/021.processed, tests/results/022.processed,
15754: tests/results/023.processed: methoded_array now contains all Mxxx
15755: classes SAPI::get_env now returns info on pool more tests
15756:
15757: * src/include/pa_array.h, src/include/pa_hash.h,
15758: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15759: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15760: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15761: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15762: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15763: tests/results/001.processed, tests/results/002.processed,
15764: tests/results/003.processed, tests/results/004.processed,
15765: tests/results/005.processed, tests/results/006.processed,
15766: tests/results/007.processed, tests/results/008.processed,
15767: tests/results/009.processed, tests/results/010.processed,
15768: tests/results/011.processed, tests/results/012.processed,
15769: tests/results/013.processed, tests/results/014.processed: hash
15770: cloning fixed
15771:
15772: 2003-02-25 paf
15773:
15774: * src/main/pa_common.C: typo fixed
15775:
15776: 2003-02-24 paf
15777:
15778: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15779: [one remained]
15780:
15781: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15782: [should have been get_string(&pool)] todo: check other such calls
15783:
15784: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15785: test10, bad lookups
15786:
15787: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15788: object got destructed, and xxx points to sky
15789:
15790: * ChangeLog, src/classes/string.C: match bug fixed
15791:
15792: * src/types/pa_vmail.C: body [text/html] transcoded to
15793: $.charset[specified] now
15794:
15795: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15796: which failed to handle sigsetjmp+throw: crashed inside of
15797: pre-throw code. rewritten simplier [though duplicating
15798: closesocket code]
15799:
15800: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15801: which failed to handle sigsetjmp+throw: crashed inside of
15802: pre-throw code. rewritten simplier [though duplicating
15803: closesocket code]
15804:
15805: 2003-02-21 paf
15806:
15807: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15808: $cookie:name[$.expires[date << can be now]]
15809:
15810: written makefile with regression tests [raw]
15811:
15812: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15813: tests' only [it's not forcing CGI mode now] now use -H to output
15814: CGI header when parser used in command line [useful for tests
15815: also]
15816:
15817: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15818: switches on CGI mode, and is used in regression tests
15819:
15820: * src/: include/pa_request.h, main/pa_request.C,
15821: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15822: fixed
15823:
15824: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15825: handling pa_*
15826:
15827: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15828: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15829: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15830: memory handling files
15831:
15832: * src/main/pa_array.C: pool::format_integer terminator fixed
15833:
15834: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15835: compiles OK test to show benefits of free
15836:
15837: * src/: classes/file.C, classes/image.C, classes/mail.C,
15838: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15839: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15840: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15841: use pool [as the one in ^process]
15842:
15843: * src/classes/op.C: fixed process. sould now check for all cstr's
15844: -- some must use pool [as the one in ^process]
15845:
15846: 2003-02-20 paf
15847:
15848: * src/: classes/date.C, classes/double.C, classes/file.C,
15849: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15850: classes/math.C, classes/op.C, classes/response.C,
15851: classes/string.C, classes/table.C, classes/void.C,
15852: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15853: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15854: string cmp fixed
15855:
15856: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15857: values passed OK now
15858:
15859: 2003-02-19 paf
15860:
15861: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15862: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15863: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15864: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15865: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15866: all remaning leaks resulted from pooled::malloc calls [excluding
15867: in gd -- planning complete rewrite extremely ugly code]
15868:
15869: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15870: files
15871:
15872: 2003-02-17 paf
15873:
15874: * src/: classes/date.C, classes/double.C, classes/file.C,
15875: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15876: classes/response.C, classes/string.C, classes/table.C,
15877: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15878: include/pa_stylesheet_connection.h,
15879: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15880: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15881: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15882: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15883: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15884: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15885: of unitialized simple-typed field
15886:
15887: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15888: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15889: simple-typed field fixed. todo: find&kill all like that one
15890:
15891: * src/: main/execute.C, targets/cgi/pa_pool.C,
15892: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15893: debug output fixed
15894:
15895: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15896: main/pa_request.C: stack-stored items need extra .ref to prevent
15897: object_ptr from delete[them]
15898:
15899: * src/: classes/date.C, classes/op.C, classes/table.C,
15900: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15901: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15902: main/pa_charset.C, main/pa_common.C,
15903: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15904: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15905: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15906: calls
15907:
15908: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15909: couple mem leaks rusulted from old pooled::malloc usage.
15910: todo:find more like those
15911:
15912: * src/main/: compile.C, compile_tools.C: 2*2!
15913:
15914: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15915: stackItem fixed [there were no string on stack before]
15916:
15917: * src/: main/execute.C, main/pa_request.C,
15918: types/pa_vmethod_frame.C: first letters out OK
15919:
15920: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15921: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15922: main/pa_string.C, main/untaint.C, types/pa_value.h,
15923: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15924: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15925: type not initialized with zeros :( while class fields of class
15926: types initialized with default constructors. learn C++
15927:
15928: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15929: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15930: classes/math.C, classes/xdoc.C, classes/xnode.C,
15931: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15932: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15933:
15934: 2003-02-14 paf
15935:
15936: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15937: 13 link errors
15938:
15939: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15940: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15941: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15942: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15943: errors :)
15944:
15945: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15946: classes/hash.C, classes/mail.C, classes/op.C,
15947: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15948: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15949: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15950: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15951:
15952: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15953: classes/table.C, include/pa_common.h, include/pa_globals.h,
15954: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15955: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15956: types/pa_vint.h, types/types.dsp: op compiled
15957:
15958: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15959: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15960: main/untaint.C, types/pa_vtable.h: string, response compiled
15961:
15962: 2003-02-07 paf
15963:
15964: * src/: classes/table.C, types/pa_vtable.h: table compiled
15965:
15966: 2003-02-06 paf
15967:
15968: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15969: mail compiled
15970:
15971: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15972: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15973: types/pa_vfile.h, types/pa_vimage.h: image compiled
15974:
15975: * src/classes/: file.C, form.C: form compiled
15976:
15977: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15978: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15979: types/pa_vfile.C, types/pa_vfile.h: file compiled
15980:
15981: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15982: types/pa_vmath.h: math compiled [win32]
15983:
15984: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15985: types/pa_vstring.h: hash compiled
15986:
15987: 2003-02-04 paf
15988:
15989: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15990: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15991: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15992: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15993: types/pa_vhash.h: hash 50% compiled
15994:
15995: * src/: classes/date.C, classes/file.C, classes/hash.C,
15996: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15997: classes/string.C, classes/table.C, classes/xdoc.C,
15998: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15999: main/pa_string.C: date compiled
16000:
16001: * src/classes/: classes.dsp, double.C: double compiled
16002:
16003: * src/: classes/date.C, classes/double.C, classes/file.C,
16004: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16005: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16006: classes/string.C, classes/table.C, classes/void.C,
16007: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16008: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16009: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16010: compiled
16011:
16012: * src/: classes/date.C, classes/double.C, classes/file.C,
16013: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16014: classes/math.C, classes/op.C, classes/response.C,
16015: classes/string.C, classes/table.C, classes/void.C,
16016: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16017: types/pa_vvoid.h: void compiled :)
16018:
16019: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16020: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16021: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16022: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16023: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16024: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16025: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16026: types/pa_vresponse.C, types/pa_vstateless_class.C,
16027: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16028: types/pa_wcontext.C, types/types.dsp: removed stupid
16029: value_includes.h
16030:
16031: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16032: trying to remove stupid value_includes.h
16033:
16034: * src/main/pa_exec.C: pa_exec compiled on win32
16035:
16036: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16037:
16038: * src/: include/pa_globals.h, include/pa_request.h,
16039: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16040: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16041: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16042: types/pa_vrequest.C, types/pa_vstateless_class.C,
16043: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16044:
16045: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16046: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16047: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16048:
16049: * src/: include/pa_array.h, include/pa_config_includes.h,
16050: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16051: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16052: compiled
16053:
16054: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16055: name conflicts)
16056:
16057: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16058: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16059: yelds "virtual memory exhausted" while trying to compile
16060: execute.C [eating up to 127MB]
16061:
16062: 2003-02-03 paf
16063:
16064: * src/: include/pa_config_includes.h, include/pa_hash.h,
16065: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16066: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16067: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16068: types/pa_vint.h, types/pa_vjunction.h,
16069: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16070: started gcc compiling pa_common compiled
16071:
16072: * src/: include/pa_exception.h, include/pa_pool.h,
16073: main/pa_exception.C: exception gcc change #1
16074:
1.116 moko 16075: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16076: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16077:
16078: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16079:
16080: * src/types/pa_vtable.C: vtable compiled
16081:
16082: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16083:
16084: * src/: include/pa_cache_managers.h, main/pa_request.C,
16085: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16086:
16087: * src/types/pa_vstateless_class.C: vstateless_class compiled
16088:
16089: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16090:
16091: * src/types/pa_vrequest.C: vrequest compiled
16092:
16093: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16094: pa_vobject.C, pa_vobject.h: vobject compiled
16095:
16096: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16097: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16098: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16099: compiled
16100:
16101: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16102:
16103: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16104: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16105: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16106: compiled
16107:
16108: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16109: main.lib - 0 error(s), 0 warning(s)
16110:
16111: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16112: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16113:
16114: 2003-01-31 paf
16115:
16116: * src/: include/pa_array.h, include/pa_operation.h,
16117: include/pa_request.h, main/execute.C, main/main.dsp,
16118: types/pa_vjunction.h: started last file from main library:
16119: execute
16120:
16121: * src/: include/pa_request.h, include/pa_sapi.h,
16122: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16123: main/pa_request.C, targets/cgi/parser3.C,
16124: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16125: types/pa_vhash.h: pa_request compiled
16126:
16127: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16128: include/pa_globals.h, include/pa_request.h,
16129: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16130: main/execute.C, main/main.dsp, main/pa_common.C,
16131: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16132: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16133: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16134: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16135: types/types.dsp: most pa_request compiled
16136:
16137: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16138: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16139: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16140: classes/op.C, classes/response.C, classes/string.C,
16141: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16142: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16143: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16144: include/pa_config_fixed.h, include/pa_config_includes.h,
16145: include/pa_dictionary.h, include/pa_dir.h,
16146: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16147: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16148: include/pa_pool.h, include/pa_request.h,
16149: include/pa_request_charsets.h, include/pa_request_info.h,
16150: include/pa_sapi.h, include/pa_socks.h,
16151: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16152: include/pa_stack.h, include/pa_string.h,
16153: include/pa_stylesheet_connection.h,
16154: include/pa_stylesheet_manager.h, include/pa_table.h,
16155: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16156: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16157: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16158: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16159: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16160: main/compile.C, main/compile.tab.C, main/compile.y,
16161: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16162: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16163: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16164: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16165: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16166: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16167: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16168: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16169: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16170: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16171: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16172: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16173: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16174: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16175: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16176: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16177: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16178: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16179: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16180: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16181: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16182: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16183: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16184: types/pa_vresponse.h, types/pa_vstateless_class.C,
16185: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16186: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16187: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16188: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16189: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16190: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16191:
16192: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16193: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16194: src/include/pa_charsets.h, src/include/pa_common.h,
16195: src/include/pa_dictionary.h, src/include/pa_exception.h,
16196: src/include/pa_exec.h, src/include/pa_pool.h,
16197: src/include/pa_request.h, src/include/pa_sapi.h,
16198: src/include/pa_sql_connection.h,
16199: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16200: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16201: src/main/compile.tab.C, src/main/compile_tools.C,
16202: src/main/compile_tools.h, src/main/main.dsp,
16203: src/main/pa_charset.C, src/main/pa_charsets.C,
16204: src/main/pa_common.C, src/main/pa_dictionary.C,
16205: src/main/pa_exception.C, src/main/pa_exec.C,
16206: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16207: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16208: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16209: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16210: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16211: src/types/pa_vdouble.h, src/types/pa_venv.h,
16212: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16213: src/types/pa_vhash.h, src/types/pa_vimage.C,
16214: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16215: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16216: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16217: src/types/pa_vobject.C, src/types/pa_vobject.h,
16218: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16219: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16220: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16221: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16222: src/types/pa_vstring.h, src/types/pa_vtable.h,
16223: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16224: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16225: died, long live StringPtr
16226:
16227: 2003-01-30 paf
16228:
16229: * src/: include/pa_charset.h, include/pa_request.h,
16230: include/pa_sql_driver_manager.h, main/compile.tab.C,
16231: main/compile.y, main/compile_tools.h, main/pa_request.C,
16232: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16233:
16234: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16235: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16236: types/pa_vhash.h, types/pa_vmethod_frame.h,
16237: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16238: types/types.dsp: vstateless_class compiled
16239:
16240: * src/main/compile.C: compile compiled
16241:
16242: * src/: include/pa_array.h, include/pa_operation.h,
16243: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16244: main/pa_table.C: compile_tools compiled
16245:
16246: * src/: include/pa_operation.h, main/compile.y,
16247: main/compile_tools.C, main/compile_tools.h: started
16248: compile_tools. vagues ideas of how to free compiled code
16249:
16250: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16251: main/main.dsp, types/pa_value.C, types/pa_value.h,
16252: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16253: compiled
16254:
16255: 2003-01-29 paf
16256:
16257: * src/: include/pa_globals.h, include/pa_request.h,
16258: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16259: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16260: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16261: compiled
16262:
16263: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16264: now
16265:
16266: * src/: include/pa_array.h, include/pa_exception.h,
16267: include/pa_pool.h, main/pa_exception.C: gd compiled
16268:
16269: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16270: compiled
16271:
16272: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16273: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16274: types/pa_vfile.h: vfile compiled
16275:
16276: * src/: include/pa_common.h, include/pa_globals.h,
16277: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16278: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16279: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16280:
16281: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16282: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16283: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16284: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16285: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16286:
16287: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16288: main/main.dsp, main/untaint.C: more compiled
16289:
16290: * src/: include/pa_charsets.h, include/pa_request.h,
16291: include/pa_request_info.h, include/pa_string.h,
16292: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16293: types/pa_vresponse.h: vrequest compiled
16294:
16295: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16296: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16297: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16298:
16299: * src/: classes/classes.h, include/pa_charset.h,
16300: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16301: include/pa_request.h, include/pa_string.h, main/main.dsp,
16302: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16303: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16304: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16305: types/pa_vrequest.C, types/pa_vrequest.h,
16306: types/pa_vstateless_class.h, types/pa_vstring.h,
16307: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16308:
16309: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16310: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16311: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16312: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16313: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16314: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16315: types/pa_vobject.h, types/pa_vstateless_class.h,
16316: types/pa_vstateless_object.h, types/pa_vstatus.h,
16317: types/pa_vstring.h, types/types.dsp: vmath compiled
16318:
16319: 2003-01-28 paf
16320:
16321: * src/: classes/classes.h, classes/date.C, classes/file.C,
16322: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16323: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16324: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16325: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16326: compile_tools
16327:
16328: * src/: include/pa_charset.h, include/pa_exception.h,
16329: include/pa_request.h, include/pa_string.h, main/untaint.C:
16330: untaint compiled
16331:
16332: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16333: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16334: more compiled. struck with string::store_to needing to know
16335: source/client charsets
16336:
16337: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16338: types/pa_vfile.h: uue compiled
16339:
16340: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16341: table compiled
16342:
16343: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16344: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16345:
16346: * src/: include/pa_charset.h, main/pa_charset.C,
16347: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16348: introduced]
16349:
16350: * src/: classes/date.C, include/pa_charset.h,
16351: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16352: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16353: pa_charsets compiled
16354:
16355: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16356: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16357:
16358: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16359: common compiled
16360:
16361: * src/: include/pa_charsets.h, main/pa_charsets.C,
16362: main/pa_sql_driver_manager.C: pa_charsets compiled
16363:
16364: * src/: include/pa_array.h, include/pa_charset.h,
16365: include/pa_charsets.h, include/pa_pool.h,
16366: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16367: include/pa_stack.h, include/pa_string.h,
16368: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16369: sql_driver_manager compiled
16370:
16371: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16372: letter i with two dots added to koi, all ukranian letters added
16373: to win1251.
16374:
16375: typographic simbol 0xb9 deleted from win1251 [strange one & were
16376: abscent from koi]
16377:
16378: 2003-01-27 paf
16379:
16380: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16381: include/pa_sql_driver_manager.h, include/pa_string.h,
16382: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16383: sql/pa_sql_driver.h: paused on sql_manager
16384:
16385: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16386: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16387: include/pa_stack.h, main/pa_sql_driver_manager.C,
16388: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16389:
16390: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16391: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16392: include/pa_table.h, main/pa_sql_driver_manager.C,
16393: main/pa_table.C: table compiled
16394:
16395: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16396: cache_managers compiled
16397:
16398: * src/: include/pa_array.h, include/pa_charset.h,
16399: include/pa_pool.h, main/pa_charset.C: charset compiled
16400:
16401: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16402:
16403: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16404: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16405: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16406: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16407: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16408:
16409: 2003-01-24 paf
16410:
16411: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16412: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16413: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16414: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16415: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16416: types/pa_vint.h, types/pa_vjunction.h,
16417: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16418: types/pa_vstatus.h, types/pa_vstring.h: more patched
16419:
16420: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16421: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16422: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16423: main/pa_string.C, main/pa_table.C: string compiled
16424:
16425: * src/: include/pa_array.h, include/pa_common.h,
16426: include/pa_dictionary.h, include/pa_exception.h,
16427: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16428: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16429: main/pa_string.C: dictionary compiled
16430:
16431: 2003-01-23 paf
16432:
16433: * src/: include/pa_array.h, include/pa_common.h,
16434: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16435: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16436: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16437: types/pa_value.h: resurrected pool in new sense: now it's
16438: factory, producing&accounting memory chunks for read[autofree]
16439: buffers
16440:
16441: * src/: include/pa_array.h, include/pa_exception.h,
16442: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16443: main/pa_exception.C, main/pa_table.C: table compiled
16444:
16445: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16446: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16447: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16448: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16449: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16450: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16451: main/pa_table.C: aint that easy
16452:
16453: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16454: main/main.dsp: continued with Hash
16455:
16456: * src/main/pa_common.C: connect_string allocated on heap[wes on
16457: stack] now. and exception can be reported OK now [can be reported
16458: outside of pro c with that stack]
16459:
16460: 2003-01-22 paf
16461:
16462: * src/: include/pa_array.h, include/pa_charset.h,
16463: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16464: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16465: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16466: base: contains references_count. auto_ptr template calls
16467: add_ref/release
16468:
16469: 2003-01-21 paf
16470:
16471: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16472: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16473: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16474: classes/op.C, classes/response.C, classes/string.C,
16475: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16476: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16477: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16478: include/pa_config_fixed.h, include/pa_config_includes.h,
16479: include/pa_dictionary.h, include/pa_dir.h,
16480: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16481: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16482: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16483: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16484: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16485: include/pa_stack.h, include/pa_string.h,
16486: include/pa_stylesheet_connection.h,
16487: include/pa_stylesheet_manager.h, include/pa_table.h,
16488: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16489: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16490: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16491: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16492: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16493: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16494: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16495: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16496: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16497: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16498: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16499: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16500: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16501: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16502: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16503: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16504: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16505: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16506: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16507: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16508: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16509: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16510: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16511: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16512: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16513: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16514: types/pa_vstateless_object.h, types/pa_vstatus.C,
16515: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16516: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16517: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16518: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16519: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16520: 2002->2003
16521:
16522: 2003-01-16 paf
16523:
16524: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16525: src/main/pa_globals.C: http:// introducing $.any-status(1)
16526:
16527: * operators.txt, src/include/pa_config_fixed.h,
16528: src/main/pa_common.C: http request now return status. and not
16529: fail on status!=200
16530:
16531: 2003-01-15 paf
16532:
16533: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16534:
16535: 2003-01-14 paf
16536:
16537: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16538: mkinstalldirs: removed some ancient files [they in / really]
16539:
16540: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16541: regretfully needed patch in two places. in config_fixed.h made
16542: stubs for lib to compile in MSVC
16543:
16544: 2003-01-13 paf
16545:
16546: * config.guess, config.sub, ltmain.sh: removed last piece of
16547: configure.in(libtool) hacks
16548:
1.116 moko 16549: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16550: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16551: ltdl.h: moved to latest libtool (1.4.3)
16552:
16553: 2003-01-10 paf
16554:
16555: * src/lib/ltdl/: configure, configure.in: PROG_NM
16556:
16557: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16558: patches. libxml2 >= 2.5.1
16559: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16560: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16561: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16562:
16563: * INSTALL: moved to latest versions of xml libs libxml2 >=
16564: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16565: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16566: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16567:
16568: 2003-01-09 paf
16569:
16570: * INSTALL: xml,xslt,gdome lib urls updated
16571:
16572: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16573: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16574: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16575: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16576: 1.7.2
1.95 moko 16577:
16578: * depcomp: moving to automake 1.7.2
16579:
16580: 2002-12-27 paf
16581:
16582: * src/include/pa_version.h: 0007
16583:
16584: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16585: outdated parts, made links to language docs
16586:
16587: * src/include/pa_config_auto.h.in: comment
16588:
16589: 2002-12-26 paf
16590:
16591: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16592: not contain trailing / fixed.
16593:
16594: * INSTALL: changing SAFE_MODE politics
16595:
16596: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16597:
16598: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16599:
16600: 2002-12-25 paf
16601:
16602: * src/main/pa_globals.C: optimized-xml
16603:
16604: * src/main/pa_globals.C: optimized-as-is
16605:
16606: 2002-12-24 paf
16607:
16608: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16609: fixed [were really called with zero size when .html?a=&b=]
16610:
16611: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16612: with --with-sendmail
16613:
16614: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16615: fixed]
16616:
16617: 2002-12-23 paf
16618:
16619: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16620: ignoring parameters & were storing only string with default
16621: expires
16622:
16623: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16624: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16625: December 23, 2002 4:22 AM Subject: bug â
16626: Charset::transcode_buf2xchar
16627:
16628: 2002-12-20 paf
16629:
16630: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16631: non-cgi [script] runs
16632:
16633: 2002-12-19 paf
16634:
16635: * INSTALL: --without-iconv recommended [it crashes on some systems
16636: [tested on elik]] moreover, it's not needed there [parser
16637: registers charsets itself]
16638:
16639: * INSTALL: --without-iconv recommended [it crashes on some systems
16640: [tested on elik]]
16641:
16642: * operators.txt, src/include/pa_globals.h,
16643: src/include/pa_request.h, src/main/pa_globals.C,
16644: src/main/pa_request.C: $response:download
16645:
16646: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16647: compiler [win32]].
16648:
16649: 2002-12-18 paf
16650:
16651: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16652:
16653: 2002-12-17 paf
16654:
16655: * src/targets/cgi/parser3.C: merged die&iis changes
16656:
16657: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16658: to exit(1) 2. more flexible iilegal call check
16659:
16660: 2002-12-16 paf
16661:
16662: * ltmain.sh: some automakes silly insist on having this handy
16663:
16664: * src/main/untaint.C: filespec russian small 'r' changed to latin
16665: 'p' bug fix
16666:
16667: 2002-12-15 paf
16668:
16669: * src/main/untaint.C: filespec russian small 'r' changed to latin
16670: 'p'
16671:
16672: * configure.in, src/include/pa_config_auto.h.in,
16673: src/main/compile.C, src/main/pa_common.C: merged small changes
16674: from branch 6 to HEAD
16675:
16676: * src/main/compile.C: removed warning
16677:
16678: * src/main/pa_common.C: ftruncate having checked
16679:
16680: * configure.in, src/include/pa_version.h: new version
16681:
16682: 2002-12-14 paf
16683:
16684: * src/classes/table.C: removed unnecessary code
16685:
16686: * src/sql/pa_sql_driver.h: exception type fixed
16687:
16688: 2002-12-09 paf
16689:
16690: * src/types/pa_vvoid.h: $void.store[now] error
16691:
16692: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16693:
16694: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16695: tries to write core dump
16696:
16697: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16698:
16699: * src/: classes/hash.C, classes/string.C, classes/table.C,
16700: classes/void.C, main/pa_sql_driver_manager.C,
16701: sql/pa_sql_driver.h: changed exception handling mech in sql
16702: handlers #2
16703:
16704: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16705: exception handling mech in sql handlers
16706:
16707: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16708: handlers
16709:
16710: * src/: classes/hash.C, classes/string.C, classes/table.C,
16711: classes/void.C, main/pa_sql_driver_manager.C,
16712: sql/pa_sql_driver.h: changed exception handling mech in sql
16713: handlers
16714:
1.116 moko 16715: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16716: to write makefile which used libtool to install things, which is
16717: not needed
1.95 moko 16718:
16719: 2002-12-06 paf
16720:
16721: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16722: $hash.fields -- pseudo field to make 'hash' more like 'table'
16723:
16724: 2002-12-05 paf
16725:
16726: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16727: cc/bcc OK now
16728:
16729: * src/main/untaint.C: mail header closed properly
16730:
16731: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16732: header ',' allowed. still bugs in smtp [only one receiptient
16733: works, cc, bcc ignored now, and MAILED ;)]
16734:
16735: [strncpy killed, memnchr used]
16736:
16737: * src/main/pa_table.C: table-copy now current=0
16738:
16739: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16740: lowlevel proc
16741:
16742: * src/targets/cgi/parser3.C: more checks on
16743: http://domain/parser.cgi start [maybe some getenv returns "",
16744: checked that now
16745:
16746: * src/targets/cgi/parser3.C: more checks on
16747: http://domain/parser.cgi start [maybe some getenv returns "",
16748: checked that now
16749:
16750: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16751: out-of-mem errors reached log]
16752:
16753: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16754: mail:send MIME-Version default
16755:
16756: * src/main/main.dsp: pa_version included into main.dsp
16757:
16758: 2002-12-04 paf
16759:
16760: * src/types/pa_vform.C: $form:field string value cut by premature 0
16761:
16762: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16763: lib/libltdl -> lib/ltdl Win32 changes. s
16764:
16765: * src/classes/classes.awk: more strict *.C$
16766:
16767: * gnu.dsp: restored
16768:
1.116 moko 16769: * configure.in, gnu.dsp, src/lib/Makefile.am,
16770: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16771: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16772: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16773: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16774: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16775: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16776: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16777: now created with /configure, not ltdl/configure, so it does have
16778: no problems with automake. ltdl/configure
16779: AC_OUTPUT(Makefile<<removed)
1.95 moko 16780:
16781: 2002-12-02 paf
16782:
16783: * operators.txt: removed outdated status:db
16784:
16785: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16786: src/main/pa_common.C, src/main/pa_request.C,
16787: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16788: tainted parts becomes http-header
16789:
16790: 2002-11-29 paf
16791:
16792: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16793: dates now objects of type date
16794:
16795: * src/classes/image.C: file.seek removed [it were used in image.C
16796: only, and for parser user this means that jpeg image has bad
16797: size in fragment's header] now used image.format
16798:
16799: * src/: include/pa_common.h, main/pa_common.C,
16800: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16801: now handled exactly like $response:header values. e.g. can be
16802: hash [can have subattributes] & contain date values.
16803:
16804: * src/main/pa_common.C: http:// param values lang forced URI
16805:
16806: * src/main/pa_common.C: http:// tainted partes now %xx
16807:
16808: 2002-11-28 paf
16809:
16810: * operators.txt: http.timeout
16811:
16812: * src/classes/image.C: ^image.length now counts interchar space.
16813: plus space after last char
16814:
16815: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16816:
16817: * src/classes/image.C: ^image.font width measurer now scans full
16818: height [were -1]
16819:
16820: * configure.in: stopped double libltdl/Makefile generation
16821:
16822: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16823: chars [one top horizontal line of 1pixel height were missing]
16824:
16825: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16826: 'false' to go into (Hash *) parameter
16827:
16828: 2002-11-27 paf
16829:
16830: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16831: types/pa_vmail.C: response:body[file] if file nows it's name now
16832: returns content-disposition: >>attachment<<
16833:
16834: * src/classes/image.C: ^image.font << bad font file-size now
16835: properly reported
16836:
16837: 2002-11-26 paf
16838:
16839: * src/main/pa_request.C: fixed lang in reponse header
16840:
16841: * src/main/pa_common.C: utf8 prefix ignored @read text
16842:
16843: * operators.txt, src/main/pa_common.C: http:// response status!=200
16844: made exception: http.status with source=bad status#
16845:
16846: 2002-11-25 paf
16847:
16848: * configure.in, src/classes/image.C,
16849: src/include/pa_config_auto.h.in,
16850: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16851: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16852: const void related probs fixed
1.95 moko 16853:
16854: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16855:
16856: $file[^file::load[http://there]] $file.SERVER
16857:
16858: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16859: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16860: http options [invalid onces now reported] made default
16861: user-agent: paf
16862:
16863: * operators.txt, src/classes/file.C, src/classes/table.C,
16864: src/classes/xdoc.C, src/include/pa_common.h,
16865: src/include/pa_globals.h, src/main/pa_common.C,
16866: src/main/pa_globals.C, src/main/pa_request.C,
16867: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16868: now understand http:// prefix and additional params, sample:
16869: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16870: $.USER-AGENT[parser3] ]]
16871:
16872: 2002-11-22 paf
16873:
16874: * src/classes/image.C, src/include/pa_globals.h,
16875: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16876: src/types/pa_vimage.h, operators.txt: $image.exif support
16877: $image.exif.DateTime & co
16878:
16879: 2002-11-21 paf
16880:
16881: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16882: _PASS_APPENDED)
16883:
16884: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16885: EXIF information [were big block and it's size were considered
16886: negative :(]
16887:
16888: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16889: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16890: internals rewritten. no there's reader.seek, and all's ready for
16891: EXIF extraction [now we fail to measure files with EXIF info]
16892:
16893: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16894: O_TRUNC truncates even exclusevely write-locked file [thanks to
16895: Igor Milyakov <virtan@rotabanner.com> for discovering]
16896:
16897: 2002-11-20 paf
16898:
16899: * src/targets/cgi/parser3.C: logging @signal += query_string
16900:
16901: * configure.in, src/include/pa_config_auto.h.in,
16902: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16903: comment
16904:
16905: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16906:
16907: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16908: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16909: currently processed document SIGPIPE >> interrupts request
16910: processing [exception = DB rollback]
16911:
16912: * src/main/pa_exec.C: comment
16913:
16914: * src/main/pa_exec.C: pa_exec: data written only if size>0
16915:
16916: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16917: << disable HTTP-POST repassing
16918:
16919: * src/: include/pa_config_fixed.h, main/pa_common.C,
16920: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16921: pipe read errors now checked
16922:
16923: 2002-11-19 paf
16924:
16925: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16926: CGI: Illegal call
16927:
16928: 2002-11-01 paf
16929:
16930: * src/main/execute.C: comment
16931:
16932: 2002-10-31 paf
16933:
16934: * src/main/execute.C: found out why, checked that for now. todo:
16935: find out a way for that user could do that
16936:
16937: * src/types/pa_vstateless_object.h: object put replaces static
16938: parent if any
16939:
16940: * src/types/pa_vobject.C: object put replaces static parent if any
16941:
16942: * src/: classes/form.C, classes/mail.C, classes/op.C,
16943: classes/xnode.h, main/compile.tab.C, main/execute.C,
16944: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16945: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16946: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16947: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16948: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16949: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16950: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16951: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16952: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16953: types/pa_vstateless_object.h, types/pa_vstatus.C,
16954: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16955: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16956: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16957: types/pa_wwrapper.h: static fix merged
16958:
16959: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16960: $virtual_fields in dynamic, but one can reach derived
16961: static[class] variable from base
16962:
16963: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16964: types/pa_vobject.C, types/pa_vobject.h,
16965: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16966: statics, left $virtual_fields in dynamic
16967:
16968: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16969: one can't remember derivates in base class: there's so many of
16970: them. also there can be no virtual method calls in static
16971: classes
16972:
16973: * src/: classes/form.C, classes/mail.C, classes/op.C,
16974: classes/xnode.h, main/execute.C, main/pa_request.C,
16975: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16976: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16977: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16978: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16979: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16980: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16981: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16982: types/pa_vresponse.C, types/pa_vresponse.h,
16983: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16984: types/pa_vstateless_object.h, types/pa_vstatus.C,
16985: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16986: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16987: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16988: types/pa_wwrapper.h: static call $self fixed
16989:
16990: * src/main/execute.C: comment
16991:
16992: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16993: ^process[$caller.self]{...} now compiles to last derived object
16994: part of that 'self'
16995:
16996: 2002-10-29 paf
16997:
16998: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16999: re-passing [iis to blame]
17000:
17001: * src/classes/string.C: changed string.save to pass current sql
17002: connection to cstr thus one can ^connect[some server]{
17003: $s[insert into table x (x) values (^taint[sql]{value})]
17004: ^s.save[some.sql] } and he'd get in some.sql file code with
17005: properly escaped. [tried in mssql->mysql export->import of
17006: binary data]
17007:
17008: 2002-10-25 paf
17009:
17010: * src/types/pa_vresponse.C: case insensitive response user fields
17011: get/put
17012:
17013: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17014: types/pa_vresponse.C: saving for maybe-future
17015:
17016: 2002-10-23 paf
17017:
17018: * operators.txt, src/classes/table.C: ^table.hash{code}...
17019: ^table.hash(expr)...
17020:
17021: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17022:
17023: 2002-10-22 paf
17024:
17025: * src/types/: pa_vform.C, pa_vform.h: removed needless
17026: VForm::Append...(...Value)
17027:
17028: * src/main/execute.C: $.name outside of $name[...] checked
17029:
17030: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17031: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17032:
17033: 2002-10-21 paf
17034:
17035: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17036: $form:qtail $form:imap.x/y
17037:
17038: * operators.txt, src/types/pa_vform.C: $form:nameless =
17039: "?value&...", "...&value&...", "...&value"
17040:
17041: * operators.txt, src/types/pa_vform.C: $form:image-map
17042:
17043: * operators.txt, src/classes/file.C: /some/page.html:
17044: ^file:fullpath[a.gif] => /some/a.gif
17045:
17046: 2002-10-17 paf
17047:
17048: * src/main/: compile.tab.C, compile.y: operators precedence changed
17049: a little: logical not and bitwise negation precedence made
17050: highest, << and >> bitshits precedence made equal [were << higher
17051: than >>]
17052:
17053: * src/classes/op.C: exception handling fixed [were bad with
17054: contexts]
17055:
17056: 2002-10-16 paf
17057:
17058: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17059: main/pa_request.C: Request::self considered equal to
17060: VMethodFrame::self, and removed, Request::get_self() mapped to
17061: VMethodFrame.self()
17062:
17063: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17064: $hash in open field now gives old good error meesage
17065:
17066: 2002-10-15 paf
17067:
17068: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17069: use ^if($junction is junction){was and now true}
17070:
17071: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17072: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17073: types/pa_vxnode.C: xml->parser strings now have origin, which
17074: points to place where value left xml library and came to parser:
17075: place of dom field extraction/call
17076:
17077: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17078: main/compile.tab.C, main/compile.y, main/execute.C,
17079: types/pa_vmethod_frame.h: removed last pieces of old code
17080: allowing $junction.xxx at compile time
17081:
17082: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17083: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17084: objects also considered [were only classes]
17085:
17086: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17087: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17088: with CLASS self. [ (request&method_frame).self temporarily
17089: changed ]
17090:
17091: * src/classes/: hash.C, op.C: method_frame now always changed, with
17092: no exception to native calls. for&foreach changed to use
17093: method_frame.caller for their var's name context
17094:
17095: * src/: main/execute.C, targets/cgi/parser3.C,
17096: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17097: compiling to system classes disabled
17098:
17099: * operators.txt, src/classes/op.C:
17100: ^process[$caller.CLASS]{code-string} added
17101:
17102: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17103: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17104: src/types/Makefile.am, src/types/pa_vjunction.C,
17105: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17106: src/types/types.dsp: removed $junction.get $junction.set[]
17107: introducing $caller
17108:
17109: * src/types/pa_value.h: removed outdated comments. doxygen would
17110: find them lower by inheritance tree
17111:
17112: * src/types/pa_vjunction.C: ident
17113:
17114: 2002-10-14 paf
17115:
17116: * src/classes/op.C: process compiles to code's class class
17117:
17118: * src/: classes/form.C, classes/mail.C, classes/op.C,
17119: include/pa_request.h, main/compile.C, main/compile.tab.C,
17120: main/compile.y, main/execute.C, main/pa_request.C,
17121: types/pa_vstateless_class.h: operators now main-class-methods
17122:
17123: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17124: better stack trace [has "call" & co there]
17125:
17126: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17127: operators @auto now executed in MAIN context
17128:
17129: * src/main/execute.C: operator execution context now = MAIN, not
17130: closest stack frame
17131:
17132: @touchit[] $i[after]
17133:
17134: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17135: were 'after'
17136:
17137: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17138: 'after'
17139:
17140: * src/main/execute.C: comment
17141:
17142: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17143: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17144: action]
17145:
17146: * src/types/pa_vxnode.C: misreplace fixed
17147:
17148: * configure, configure.in, src/include/pa_config_auto.h.in,
17149: src/types/pa_vstatus.C, operators.txt:
17150: $status:rusage.tv_secs/usecs introduced
17151:
17152: 2002-10-09 paf
17153:
17154: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17155: on empty string [or uses (default)]
17156:
17157: 2002-10-08 paf
17158:
17159: * src/main/untaint.C: mail header quoted printable changed after
17160: RFC reread
17161:
17162: * operators.txt: plan on ^if(method
17163:
17164: * src/types/pa_vxnode.C: misreplace
17165:
17166: 2002-09-24 paf
17167:
1.116 moko 17168: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17169:
17170: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17171: mailreceive would compile on freebsd now
17172:
17173: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17174: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17175: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17176: mailreceive would compile on freebsd now
1.95 moko 17177:
17178: * src/: classes/file.C, main/untaint.C: 1. file spec language
17179: changed: now there are only few chars are untainted: * ? ' " < >
17180: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17181: one should use ^untaint[uri]{...} now]
17182:
17183: 2. $list[^file:list[dir]] now returns simply tainted names in
17184: $list.name, not tainted as filespec
17185:
17186: @russianindex[] #dir with files with russian-lang names
17187: $where[dir]
17188:
17189: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17190: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17191:
17192: 2002-09-23 paf
17193:
17194: * src/types/pa_vdouble.h: double->int round added
17195:
17196: * src/classes/date.C: date bug fix, now
17197: round(floatDays*secondsPerDay)
17198:
17199: * src/classes/date.C: date bug fix, now
17200: round(floatDays*secondsPerDay)
17201:
17202: 2002-09-20 paf
17203:
17204: * src/main/execute.C: code junction calls disabled [before: code
17205: was compiled in such a way, that there were no code-junctions in
17206: OP_CALL]
17207:
17208: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17209:
17210: @badjunctioncallinside[code] ^code[]
17211:
17212: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17213: expanding to include ^junction.method
17214:
17215: * src/main/pa_common.C: -d "DIR/" now true
17216:
17217: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17218: as internal xdoc encoding, and after decoding attributes set by
17219: dom functions now encoded OK, not as digital entities
17220:
17221: * src/classes/xdoc.C: empty transform result, being taken as file
17222: now returns empty file, not raises stupid error about "stat-ed
17223: file"
17224:
17225: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17226: allowed
17227:
17228: * src/types/types.dsp: introducing $junction.get/put(1) one can
17229: 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: * src/main/compile_tools.h: mistype
17237:
1.116 moko 17238: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17239: thus taking linking options configure changes into account [were:
17240: ignoring]
1.95 moko 17241:
17242: * src/types/: pa_vjunction.C, Makefile.am: introducing
17243: $junction.get/put(1) one can write iterators now:
17244:
17245: ^user-foreach[key;value]{$key=$value<br>}
17246:
17247: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17248: $code.value($i*2) $code }
17249:
17250: * src/: include/pa_opcode.h, include/pa_request.h,
17251: main/compile.tab.C, main/compile.y, main/execute.C,
17252: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17253: introducing $junction.get/put(1) one can write iterators now:
17254:
17255: ^user-foreach[key;value]{$key=$value<br>}
17256:
17257: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17258: $code.value($i*2) $code }
17259:
17260: 2002-09-19 paf
17261:
1.116 moko 17262: * Makefile.am: new: make commit
1.95 moko 17263:
17264: * aclocal.m4: forced to be older
17265:
17266: 2002-09-18 paf
17267:
17268: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17269: src/main/compile.y, src/main/execute.C: << >> int shifts
17270:
17271: * src/: include/pa_common.h, include/pa_request.h,
17272: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17273: - now this - fatal error
17274:
17275: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17276: that one can pass binary data there
17277:
17278: * src/: classes/date.C, classes/double.C, classes/file.C,
17279: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17280: classes/op.C, classes/response.C, classes/string.C,
17281: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17282: include/pa_request.h: pa_request contexts made privated, plus
17283: get_{self/method_frame} to read. Request_context_saver used in
17284: ^try to save flang too. [were not saved]
17285:
17286: * src/types/pa_vresponse.C: header value chains joined before
17287: output, this should help $.subject[$var $var] from being
17288: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17289:
17290: 2002-09-17 paf
17291:
17292: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17293: removed changes, operators executed with calling self. lots of
17294: code with ^include code relies on defined/defining self variables
17295:
17296: $a[1] ^include[print_a.p] print_a.p: $a
17297:
17298: ^include[set_a.p] a=$a set_a.p: $a[1]
17299:
17300: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17301: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17302: types/pa_vstateless_class.h: operators now executed with MAIN
17303: self. it's for ^include sake, too strong a change
17304:
17305: * src/classes/op.C: made place for ^process to compile it's code to
17306: in case of no self
17307:
17308: * src/main/execute.C: found ancient param to Junction, removed.
17309: allowed passing self to native_code_operators [for ^process to
17310: work, she needs self]
17311:
17312: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17313: types/pa_vstateless_class.h: found ancient param to Junction,
17314: removed. allowed passing self to native_code_operators [for
17315: ^process to work, she needs self]
17316:
17317: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17318: types/pa_value.h, types/pa_vmethod_frame.h,
17319: types/pa_vstateless_class.h: allowed Request.self to be 0,
17320: checked that in VMethodFrame get/put and $self.
17321:
17322: * src/classes/: table.C, xdoc.C: table::sql options table::create
17323: copy options options checked, wrong option now fatal error
17324:
17325: * src/main/pa_string.C: string.replace fixed [were missing words on
17326: pieces boundaries]
17327:
1.150 moko 17328: * configure, configure.in: .so now detected [can be .sl on hpux,
17329: .dll on cygwin, .so in other cases)
1.95 moko 17330:
17331: * configure, configure.in: .so now detected [can be .sl on hpux,
17332: .dll on cygwin, .so in other cases)
17333:
17334: * operators.txt, src/classes/hash.C, src/classes/table.C,
17335: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17336: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17337: record taken [were last]
17338:
17339: * src/: classes/hash.C, classes/table.C,
17340: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17341: now errors
17342:
17343: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17344:
17345: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17346: ,2,3]
17347:
17348: 2002-09-16 paf
17349:
17350: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17351: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17352: stdout to be binary. now detected closest header break.
17353:
17354: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17355: closed right
17356:
17357: 2002-09-13 paf
17358:
17359: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17360: src/main/compile_tools.h: (expression #comment)
17361:
17362: (multiline expression #comment line2 #comment )
17363:
17364: (expression #comment with (brackets) comment) << OK
17365:
17366: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17367: bitwise !|| numerical xor now [preparing for expression
17368: #comments]
17369:
17370: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17371: error
17372:
17373: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17374: cheched in pa_socks.C
17375:
1.116 moko 17376: * configure, configure.in, src/include/pa_config_auto.h.in:
17377: HAVE_WINSOCK_H created in configure.in
1.95 moko 17378:
17379: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17380: cookie date now clean [were mistakenly tainted & that worked bad
17381: with opera -- 'happily' that worked OK with msie]
17382:
17383: 2002-09-12 paf
17384:
17385: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17386: VClass get_element now first looks to fields, next to methods &
17387: co todo: the rest reason: more speed
17388:
17389: * src/main/untaint.C: quoted printable encoding stops before
17390: \s*<...>$
17391:
17392: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17393: stops before <...>$
17394:
17395: 2002-09-11 paf
17396:
17397: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17398: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17399: forgot to check users of those funcs. not all were using that
17400: return value convention
17401:
17402: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17403: windows-1254 added
17404:
17405: 2002-09-10 paf
17406:
17407: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17408: VCodeFrame parent param were specified badly
17409:
17410: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17411: WWrapper which used in constructing objects(second param to sql
17412: method) ^...sql{}[$.default{code}] now has parent, wich helps
17413: code in hash to survivi
17414:
17415: * src/: include/pa_request.h, main/execute.C: removed redundant
17416: param to execute [stack said 'thanks']
17417:
17418: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17419: types/pa_value.h, types/pa_vcode_frame.h,
17420: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17421: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17422: responsibility to wcontext
17423:
17424: * src/classes/file.C: decided not to log exec's with stderr, that
17425: could be warnings, and it's up to scritper to log/show them
17426:
17427: * src/: classes/double.C, main/execute.C: double:sql badly called
17428: write_assign_lang, not write_no_lang, thus doing unnecessary
17429: double/string converstion, which were loosing time&precesion
17430:
17431: * src/: main/pa_charset.C, types/pa_vmail.C:
17432: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17433: case of unfinished in buffer processing, causing accidental
17434: transcode stop [in case that source enc != utf-8 & there is
17435: incomplete utf-8 sequence at the end of 16000block iside of
17436: libxml lib] tfm readed & code updated
17437:
17438: 2002-09-04 paf
17439:
17440: * configure: makes with sjlj
17441:
17442: * INSTALL, src/include/pa_config_fixed.h,
17443: src/include/pa_sql_connection.h,
17444: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17445: checked. on win32 it made default
17446:
17447: * src/include/pa_config_auto.h.in: sjlj define
17448:
17449: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17450: can not work with longjump/throw pair, and one must switch that
17451: on there. todo: detect that automatically]
17452:
17453: * src/types/pa_vxnode.C: removed too strong checks of
17454: xnode.elements. now, for instance, if element does not have any
17455: attributes, $xnode.attributes is void, not error
17456:
17457: 2002-09-02 paf
17458:
17459: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17460: removed double_result, didn't help
17461:
17462: * src/main/execute.C: double_result made to move that var away from
17463: hungry g++ optimizer (-O2), before: it were optimized and
17464: comparison operators worked badly
17465:
17466: * src/types/pa_vdate.h: removed debug
17467:
1.116 moko 17468: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17469:
17470: * src/main/execute.C: fixed numeric < & co so that thay now use
17471: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17472: unknown reason.
17473:
17474: 2002-08-29 paf
17475:
17476: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17477: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17478: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17479: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17480: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17481: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17482: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17483: [called less frequent, allowed to remove ugly
17484: Junction.change_context-s from many places, switch,
17485: mail:send..html{}, ..] request.root renamed to method_frame [more
17486: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17487: [speed up]
17488:
17489: 2002-08-28 paf
17490:
17491: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17492: tainted
17493:
17494: * src/types/pa_vcookie.C: fixed cookie delete when
17495: $cookie:name[$.value[]]
17496:
17497: * operators.txt, src/classes/string.C:
17498: ^string.split[delim[;options]]
17499:
17500: 2002-08-27 paf
17501:
1.116 moko 17502: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17503:
17504: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17505: delimiter
17506:
17507: * INSTALL: recommended latest gmime 1.0.5
17508:
17509: 2002-08-26 paf
17510:
17511: * configure, configure.in: apache13/hook added to make dist.
17512:
17513: 2002-08-23 paf
17514:
17515: * src/: include/pa_common.h, main/pa_common.C,
17516: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17517: beside binary [cgi, isapi] not accessible [due to bad rights or
17518: whatever] it's error now
17519:
17520: 2002-08-21 paf
17521:
1.116 moko 17522: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17523:
17524: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17525: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17526: class". compiled as if here they named base class
17527:
17528: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17529: cloning constructor]
17530:
17531: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17532:
1.150 moko 17533: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17534: $mail.received.file.value.content-type fixed
17535:
17536: 2002-08-20 paf
17537:
17538: * src/classes/file.C: fixed language of file:file result
17539:
17540: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17541: from 3.0.0005
17542:
17543: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17544:
17545: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17546: 3.0.0005
17547:
17548: * src/classes/void.C, operators.txt: ^void.length[] = 0
17549:
17550: 2002-08-19 paf
17551:
17552: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17553: work now
17554:
17555: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17556: error in xnode, which were not catched in xdoc]
17557:
17558: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17559: prepared: // validate each document after load/create (?)
17560: //xmlDoValidityCheckingDefaultValue = 1;
17561:
17562: 2002-08-15 paf
17563:
17564: * src/classes/classes.h: write to static var caused useless
17565: Exception, introduced Methoded::put_element wich consumes those
17566:
17567: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17568: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17569: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17570: $response:field[date] $response:field[$.xxx[date]]
17571:
17572: * src/: classes/hash.C, classes/string.C, classes/table.C,
17573: classes/void.C, include/pa_sql_connection.h: fixed source of
17574: ^hash::sql{bad}
17575:
17576: * operators.txt: $request:body unprecessed POST request body
17577:
17578: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17579:
17580: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17581: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17582:
17583: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17584: src/include/pa_request.h, src/main/pa_pool.C,
17585: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17586: $request:body r.post_data now const
17587:
17588: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17589: classes/xnode.C, main/execute.C, types/pa_value.h,
17590: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17591: types/pa_vtable.h: instead of type() checking everywhere used
17592: Value.as now user descendants can be used in params.
17593:
17594: VObject::as_*, is_defined now taken from bases. xtable(table)
17595: ^if($xtable) now OK
17596:
17597: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17598: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17599: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17600:
17601: 2002-08-14 paf
17602:
17603: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17604: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17605: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17606: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17607: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17608: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17609: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17610: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17611: types/pa_vresponse.C, types/pa_vresponse.h,
17612: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17613: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17614: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17615: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17616: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17617: & VClass
17618:
17619: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17620:
17621: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17622: removed fixopt stupidity. on stupid linux use cd /document/root
17623: ../cgi/parser3 script
17624:
17625: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17626: params, splitting them by space, excluding argv[0], argv[argc-1]
17627:
17628: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17629: fixopt.h: fixopt now preprocesses command line params, splitting
17630: them by space, excluding argv[0], argv[argc-1]
17631:
17632: * src/targets/cgi/parser3.C: -f config file
17633:
17634: * src/targets/cgi/parser3.C: fixed .log file dir
17635:
17636: 2002-08-13 paf
17637:
17638: * src/types/pa_vobject.C: allow override parent variables, useful
17639: for form descendants [in vobject too, were in vclass]
17640:
17641: * src/types/pa_vclass.C: allow override parent variables, useful
17642: for form descendants
17643:
17644: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17645: overwritten in derived(table)
17646:
17647: * src/: classes/form.C, classes/mail.C, classes/op.C,
17648: classes/xnode.h, include/pa_request.h, main/execute.C,
17649: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17650: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17651: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17652: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17653: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17654: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17655: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17656: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17657: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17658: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17659: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17660: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17661: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17662: Value::get_element(..., bool looking_down) [needed to exclude
17663: endless recoursion]
17664:
17665: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17666: fix bug with put endless recoursion todo: check 'as'
17667:
17668: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17669: reorganized modules todo: fix bug with put endless recoursion
17670: todo: check 'as'
17671:
17672: * src/types/pa_vobject.h: checked: table fields can be overwritten
17673: in derived(table)
17674:
17675: * src/types/pa_vobject.h: derived classes can have fields of their
17676: own now
17677:
17678: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17679: fixed error message on using non-created table
17680:
17681: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17682: classes/op.C, classes/xnode.h, include/pa_request.h,
17683: main/compile.C, main/compile.tab.C, main/execute.C,
17684: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17685: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17686: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17687: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17688: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17689: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17690: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17691: types/pa_vresponse.C, types/pa_vresponse.h,
17692: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17693: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17694: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17695: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17696: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17697: looking down/up tree todo: fix error message on non-constructed
17698: parents
17699:
17700: 2002-08-12 paf
17701:
17702: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17703: derived OK
17704:
17705: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17706: thorough testing
17707:
17708: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17709: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17710: types/pa_vobject.h, types/pa_vstateless_class.h,
17711: types/pa_vstateless_object.h, types/pa_wcontext.h,
17712: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17713: ^base:create[] dynamic call rewritten todo: thorough testing
17714:
17715: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17716: now instantates base class, remembers it and saves child in
17717: parent VObject.get_class now returns last child = downward
17718: virtual calls OK
17719:
17720: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17721: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17722: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17723: types/pa_vobject.h, types/pa_vresponse.h,
17724: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17725: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17726: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17727: VAliased [redundant], moved $CLASS to VObject only [parser class
17728: instance]
17729:
17730: * src/main/pa_request.C: $response:body[file] content-type check
17731: fixed [were bad when content-type is hash]
17732:
17733: 2002-08-09 paf
17734:
17735: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17736: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17737:
17738: 2002-08-08 paf
17739:
17740: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17741: src/main/pa_globals.C: year column in month calendar [week year]
17742:
17743: * src/main/execute.C: error reporting on object writes to MAIN
17744: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17745:
17746: * operators.txt, src/types/pa_vdate.h: $date.yearday
17747: $date.daylightsaving
17748:
17749: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17750: use tainted data now. only she must specify the language.
17751:
17752: ^mail:send[ $.from[paf@mail.design.ru]
17753: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17754: $.text[^taint[uri][ìîñêâà]=] ]
17755:
17756: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17757: now prints more precise origin
17758:
17759: * src/include/pa_string.h: String::first_char now not fails on
17760: empty strings ^if(-f '') now ok and in 3 other places.
17761:
17762: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17763: String::first_char now not fails on empty strings ^if(-f '') now
17764: ok and in 3 other places.
17765:
17766: 2002-08-07 paf
17767:
17768: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17769: fixed
17770:
17771: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17772:
17773: * src/: main/execute.C, types/pa_vcode_frame.h,
17774: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17775: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17776: mistakenly not completely transparent to object writes.
17777: $hash[^if(1){$hash}] now works
17778:
17779: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17780: now erasing cache file [there were bad check on that]
17781:
17782: * src/: classes/classes.dsp, classes/table.C,
17783: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17784: all Debug dirs in .dsp now named 'Debug'
17785:
1.116 moko 17786: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17787:
17788: * operators.txt, src/classes/mail.C: exception_type email.send
17789:
17790: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17791:
17792: * src/types/pa_vmail.C: mail:send empty email checked
17793:
17794: 2002-08-06 paf
17795:
17796: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17797: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17798: ^table::create[$source;$.options] ^table::join[$source;$.options]
17799:
17800: * operators.txt, src/classes/hash.C, src/classes/string.C,
17801: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17802: # $.default() }
17803:
17804: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17805:
17806: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17807: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17808: $file.content-type [instead of .mime-type] now works for
17809: file::stat also
17810:
17811: * src/main/pa_request.C: case insensitive mime_type_of
17812:
17813: 2002-08-05 paf
17814:
17815: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17816:
17817: * src/types/pa_vmail.C: file buffer relocated to parser heap
17818:
17819: * operators.txt: comment on date:calendar week column
17820:
17821: * src/main/pa_common.C: write checked
17822:
17823: * src/main/: pa_common.C: write checked
17824:
17825: * src/classes/date.C: +1 buf size for stupid snprintfs
17826:
17827: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17828: month calendar week column [ISO 8601 Week Numbers]
17829:
17830: 2002-08-02 paf
17831:
17832: * src/: include/pa_config_fixed.h, main/pa_string.C,
17833: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17834: DEBUG*
17835:
17836: * configure, configure.in, src/include/pa_version.h: release
17837: 3_0_0005
17838:
17839: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17840: multipart post fixed
17841:
17842: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17843: response transcoded source->client only when text/* or simple
17844: onoverridden $response:body
17845:
17846: 2002-08-01 paf
17847:
17848: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17849: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17850: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17851: classes/op.C, classes/response.C, classes/string.C,
17852: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17853: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17854: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17855: include/pa_config_fixed.h, include/pa_dictionary.h,
17856: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17857: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17858: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17859: include/pa_socks.h, include/pa_sql_connection.h,
17860: include/pa_sql_driver_manager.h, include/pa_stack.h,
17861: include/pa_string.h, include/pa_stylesheet_connection.h,
17862: include/pa_stylesheet_manager.h, include/pa_table.h,
17863: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17864: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17865: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17866: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17867: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17868: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17869: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17870: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17871: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17872: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17873: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17874: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17875: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17876: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17877: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17878: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17879: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17880: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17881: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17882: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17883: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17884: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17885: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17886: types/pa_vmethod_frame.h, types/pa_vobject.h,
17887: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17888: types/pa_vresponse.h, types/pa_vstateless_class.C,
17889: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17890: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17891: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17892: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17893: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17894: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17895:
17896: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17897: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17898: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17899: classes/math.C, classes/op.C, classes/response.C,
17900: classes/string.C, classes/table.C, classes/void.C,
17901: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17902: include/pa_array.h, include/pa_cache_managers.h,
17903: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17904: include/pa_config_fixed.h, include/pa_config_includes.h,
17905: include/pa_dictionary.h, include/pa_dir.h,
17906: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17907: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17908: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17909: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17910: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17911: include/pa_stack.h, include/pa_string.h,
17912: include/pa_stylesheet_connection.h,
17913: include/pa_stylesheet_manager.h, include/pa_table.h,
17914: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17915: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17916: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17917: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17918: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17919: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17920: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17921: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17922: main/pa_sql_driver_manager.C, main/pa_string.C,
17923: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17924: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17925: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17926: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17927: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17928: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17929: targets/isapi/pool_storage.h, types/pa_valiased.C,
17930: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17931: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17932: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17933: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17934: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17935: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17936: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17937: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17938: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17939: types/pa_vresponse.C, types/pa_vresponse.h,
17940: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17941: types/pa_vstateless_object.h, types/pa_vstatus.C,
17942: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17943: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17944: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17945: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17946: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17947: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17948: types/Makefile.am: ident.C* removed
17949:
17950: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17951: file:find[/can/do/this/now.txt]
17952:
17953: * src/targets/cgi/parser3.C: usage to stdout now
17954:
17955: 2002-07-31 paf
17956:
17957: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17958:
17959: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17960: default "postmaster"
17961:
17962: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17963: -f postmaster now default sendmail key word "postmaster"
17964: replaced to $.from
17965:
17966: 2002-07-30 paf
17967:
1.116 moko 17968: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17969: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17970:
17971: * src/main/pa_charset.C: comment
17972:
17973: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17974: table, &#decimal;
17975:
17976: * src/main/pa_request.C: comment
17977:
17978: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17979: paragraf]
17980:
17981: 2002-07-11 paf
17982:
17983: * src/main/pa_exec.C: build command line badly added params twice
17984: [and first time without ' ']. double wrong. fixed.
17985:
17986: * src/main/pa_exec.C: invalid .exe caused error message with params
17987: wich parser did not provide = reported badly. fixed that.
17988:
17989: * src/classes/mail.C: $MAIL[ # xxx ]
17990:
17991: now ok
17992:
17993: * operators.txt: plan: sql detailed exception
17994:
17995: 2002-07-01 paf
17996:
17997: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17998: [MForm.configure_admin were called when request.main_class ==0
17999:
18000: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18001:
18002: * src/classes/form.C: content_length type fix
18003:
18004: 2002-06-30 paf
18005:
18006: * src/classes/mail.C: merged from 4
18007:
18008: * src/classes/mail.C: restored $MAIL
18009:
18010: 2002-06-28 paf
18011:
18012: * configure, configure.in: removed paths.h
18013:
1.116 moko 18014: * configure, src/include/pa_version.h,
1.95 moko 18015: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18016: merged, makes updated
18017:
18018: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18019: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18020: src/include/pa_pool.h, src/include/pa_version.h,
18021: src/main/pa_charset.C, src/main/pa_pool.C,
18022: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18023: src/types/pa_vmail.C: merged latest updates to head
18024:
18025: 2002-06-27 paf
18026:
18027: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18028: not error now
18029:
18030: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18031: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18032: src/main/pa_charset.C, src/main/pa_pool.C:
18033: ^xdoc::create[[uri]]... base uri for document being created,
18034: imports and other relative file names would be relative to this
18035: uri default uri=path_translated
18036:
18037: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18038:
18039: 2002-06-26 paf
18040:
18041: * configure, configure.in, src/include/pa_version.h:
18042: release_3_0_0004
18043:
18044: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18045: 0 now
18046:
18047: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18048:
18049: 2002-06-25 paf
18050:
18051: * src/main/pa_string.C: emtpy string, or string of whitespaces
18052: considered bad number now
18053:
18054: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18055: now
18056:
18057: * operators.txt, src/classes/string.C: ^string.normalize [old
18058: name: optimize
18059:
18060: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18061: library configured
18062:
18063: * src/main/pa_request.C: configure_admin forced if no @conf
18064:
1.150 moko 18065: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18066: ^math:crypt updated to generate random salt when needed and to
18067: call system crypt() if not $apr1$ prefix
1.95 moko 18068:
18069: 2002-06-24 paf
18070:
18071: * INSTALL: --with-static/shared-mailreceive described
18072:
18073: * src/include/pa_config_fixed.h: ssize_t fixed
18074:
1.116 moko 18075: * configure, configure.in, src/include/pa_config_auto.h.in,
18076: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18077: src/types/pa_vmail.C: $mail:received makes update
18078:
18079: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18080: WITH_MAILRECEIVE
18081:
18082: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18083:
18084: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18085: option, for $mail:receive
18086:
18087: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18088: introducting $message:received ^mail:send rewritten with backward
18089: comp
18090:
18091: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18092: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18093: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18094: now
18095:
18096: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18097: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18098: src/include/pa_request.h, src/include/pa_string.h,
18099: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18100: src/main/pa_globals.C, src/main/pa_request.C,
18101: src/main/pa_string.C, src/main/pa_uue.C,
18102: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18103: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18104: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18105: uue to separate file introducting $message:received ^mail:send
18106: rewritten with backward comp
18107:
18108: 2002-06-21 paf
18109:
1.116 moko 18110: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18111: co changes
1.95 moko 18112:
1.116 moko 18113: * configure, configure.in, src/lib/md5/Makefile.am,
18114: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18115: restructure .in and .am files appropriate changes
1.95 moko 18116:
18117: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18118: pcre to libs/ added libs/md5 which is linked to non-apache
18119: targets ^math:crypt[password;$apr1$salt]
18120:
18121: * INSTALL, configure.in, operators.txt, parser3.dsw,
18122: src/Makefile.am, src/classes/Makefile.am,
18123: src/classes/classes.dsp, src/classes/math.C,
18124: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18125: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18126: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18127: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18128: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18129: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18130: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18131: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18132: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18133: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18134: src/lib/pcre/pcre_parser_ctype.dsp,
18135: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18136: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18137: src/main/compile.tab.C, src/main/main.dsp,
18138: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18139: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18140: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18141: to libs/ added libs/md5 which is linked to non-apache targets
18142: ^math:crypt[password;$apr1$salt]
18143:
18144: 2002-06-20 paf
18145:
1.150 moko 18146: * INSTALL, configure, configure.in, operators.txt,
18147: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18148: src/include/pa_globals.h, src/include/pa_request.h,
18149: src/main/execute.C, src/main/pa_request.C,
18150: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18151: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18152: file:justname&co & @auto/conf[filespec
1.95 moko 18153:
18154: * operators.txt, src/classes/file.C:
18155: !^file:dirname[/a/some.tar.gz]=/a
18156: !^file:dirname[/a/b/]=/a
18157: !^file:basename[/a/some.tar.gz]=some.tar.gz
18158: !^file:justname[/a/some.tar.gz]=some.tar
18159: !^file:justext[/a/some.tar.gz]=gz
18160:
18161: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18162: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18163: @conf/auto[filespec]
18164:
1.116 moko 18165: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18166:
1.150 moko 18167: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18168: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18169: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18170:
18171: 2002-06-18 paf
18172:
18173: * configure, configure.in, src/include/pa_version.h: version to
18174: configure.in
18175:
18176: * INSTALL: reflected .conf.dist dir change
18177:
1.150 moko 18178: * Makefile.am, configure, configure.in,
1.116 moko 18179: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18180: .in & *.am updated
18181:
18182: * src/classes/file.C: strncasecmp
18183:
18184: * src/classes/file.C: strcasecmp
18185:
1.150 moko 18186: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18187:
18188: * src/classes/file.C: ^file::exec[script;$.bad error case
18189: insensitive check now
18190:
18191: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18192:
18193: * configure, configure.in, src/include/pa_pool.h,
18194: src/include/pa_types.h: pack configure.in detection simplified.
18195: figured out that gcc on sparc not that stupid as thought
18196: previously: on sparc: when it sees packed class it modifies it's
18197: field-access-code to byte operations [stb, ldub] instead of 4byte
18198: operations [st, lduh] so packed must be all parts of packed
18199: class, i.e. it's parents&fields(classes). for now it's only
18200: String that packed and what was wrong is that it's parent -
18201: Pooled, were not packed. fixed that.
18202:
18203: 2002-06-14 paf
18204:
18205: * operators.txt: more precise xml-to-text options
18206:
18207: * operators.txt, src/types/pa_vxnode.C: xnode
18208: attribute_node.name/value xnode pi.node.data
18209:
18210: 2002-06-12 paf
18211:
1.116 moko 18212: * configure, configure.in, src/targets/cgi/Makefile.am,
18213: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18214:
18215: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18216: src/include/pa_globals.h, src/include/pa_request.h,
18217: src/main/compile.tab.C, src/main/pa_globals.C,
18218: src/main/pa_request.C, src/targets/cgi/parser3.C,
18219: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18220:
18221: * src/classes/mail.C: sendmail -ti [default now]
18222:
18223: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18224: to be strings. for convinient #ing
18225:
18226: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18227: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18228:
18229: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18230: main/pa_globals.C, main/pa_request.C: @conf
18231:
18232: 2002-06-11 paf
18233:
18234: * src/classes/file.C: check simplified
18235:
18236: * src/: classes/file.C, targets/cgi/parser3.dsp,
18237: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18238: valid prefix
18239:
18240: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18241: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18242: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18243:
18244: 2002-06-10 paf
18245:
18246: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18247: src/main/pa_common.C: lock failures reported now
18248:
18249: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18250: string->double @ compile time were not-enough-checking...
18251:
18252: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18253: autoconvert now ignored
18254:
18255: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18256: check
18257:
18258: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18259: $response:body content-type:name
18260:
18261: * configure, configure.in: hpux check, nsl link, no socket
18262:
18263: * operators.txt: old merge conflict removed
18264:
18265: * configure, configure.in: pack even address access on sparc&co
18266: arch checked in configure
18267:
18268: * configure, src/include/pa_version.h: makes
18269:
18270: * configure, configure.in, src/include/pa_version.h: makes
18271:
18272: * src/main/untaint.C: (bug#2) mail subject got always prepended
18273: with charset even when all letters were 7bit one
18274:
18275: * src/main/pa_common.C: merged fixed -d (bug)
18276:
18277: * src/main/pa_common.C: fixed -d (bug)
18278:
18279: 2002-06-03 paf
18280:
18281: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18282: src/classes/classes.dsp, src/main/compile.tab.C,
18283: src/main/main.dsp, src/main/pa_globals.C,
18284: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18285: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18286: .dsp-s along with reorganized cvs modules dirs structure
18287:
18288: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18289: main/pa_globals.C, targets/cgi/parser3.dsp,
18290: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18291: modules
18292:
18293: 2002-05-28 paf
18294:
18295: * src/targets/cgi/parser3.C: info.uri now ""
18296:
18297: 2002-05-17 paf
18298:
18299: * src/classes/: table.C: ^table.save << checked empty
18300: pre/match/post columns
18301:
18302: 2002-05-16 paf
18303:
18304: * src/classes/image.C: image::measure can png now
18305:
18306: 2002-05-15 paf
18307:
18308: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18309: added
18310:
18311: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18312:
18313: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18314: %H[:%M[:%S]]]]]] [-%m now
18315:
18316: 2002-05-14 paf
18317:
18318: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18319:
18320: 2002-05-07 paf
18321:
18322: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18323: src/include/pa_globals.h, src/include/pa_request.h,
18324: src/include/pa_table.h, src/main/compile.tab.C,
18325: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18326: src/main/pa_request.C, src/main/pa_table.C,
18327: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18328: src/targets/isapi/parser3isapi.dsp,
18329: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18330: name2number field now &. main_method_name now on Request pool
18331: rather on global_pool [Junction+VJunction created on same pool as
18332: name = were created on global pool, causing mem leaks]
18333:
18334: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18335: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18336: main/compile.y, main/main.dsp, main/pa_globals.C,
18337: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18338: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18339: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18340: field now &. main_method_name now on Request pool rather on
18341: global_pool [Junction+VJunction created on same pool as name =
18342: were created on global pool, causing mem leaks]
18343:
18344: 2002-05-06 paf
18345:
18346: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18347: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18348: 100*40 bytes per request memory leak [nonpool malloc in globals]
18349:
18350: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18351: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18352: 100*40 bytes per request memory leak [nonpool malloc in globals]
18353:
18354: 2002-04-30 paf
18355:
18356: * configure, src/include/pa_version.h: version now not b
18357:
18358: * src/targets/cgi/parser3.C: request.uri now never 0
18359:
18360: 2002-04-29 paf
18361:
18362: * configure.in: removed b
18363:
18364: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18365: Exception::comment/type checked in (), no there's no empty
18366: type/comment by default
18367:
18368: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18369: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18370: src/doc/value.dox, src/include/pa_exception.h,
18371: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18372: 0001
18373:
18374: 2002-04-26 paf
18375:
18376: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18377: size reduced
18378:
18379: 2002-04-25 paf
18380:
18381: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18382: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18383: now that took into account
18384:
18385: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18386: 01:03:04]
18387:
18388: * ChangeLog, operators.txt, src/classes/date.C:
18389: ^date::create[2002-12-33 01:03:04]
18390:
18391: * ChangeLog: updated changelog
18392:
18393: * src/classes/table.C: removed restriction on column count to
18394: ^table.hash to work, now must be >0 [were >1]
18395:
18396: 2002-04-24 paf
18397:
18398: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18399: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18400: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18401: targets
18402:
18403: 2002-04-23 paf
18404:
18405: * operators.txt, src/classes/string.C:
18406: int/double/string:sql{}[$.default{code}] fixed [were barking:
18407: "junction used outside of context"]
18408:
18409: 2002-04-22 paf
18410:
18411: * types.txt, src/classes/string.C, src/include/pa_string.h,
18412: src/main/pa_string.C, src/types/pa_vstring.C,
18413: src/types/pa_vstring.h: ^string.optimize[]
18414:
18415: * src/: include/pa_globals.h, include/pa_table.h,
18416: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18417: table template
18418:
18419: * src/classes/: string.C: optimize removed from string
18420: .left/right/pos
18421:
18422: * src/main/execute.C: rolled back to
18423: before_killing_userjunction_contexts
18424:
18425: * src/main/execute.C: user junctions context killed
18426:
18427: * src/main/execute.C: junctions to local contexts got
18428: cleanized&checked later
18429:
18430: 2002-04-19 paf
18431:
18432: * src/: classes/string.C, include/pa_request.h,
18433: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18434: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18435: prior to .left .right .mid .pos .match when that is profitable,
18436: and always before .replace when $ORIGINS(1) optimization disabled
18437: economy from not wasting mem on lots of strings which occur by
18438: lots of String:mid calls to get parts of source string between
18439: found_occurances
18440:
18441: * src/classes/file.C: ovector now local economy: 16 bytes per
18442: ^file:list
18443:
18444: * src/: include/pa_globals.h, include/pa_table.h,
18445: main/pa_globals.C, main/pa_string.C: String::match table columns
18446: globalized, not created @ each ^match anymore economy:
18447: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18448:
18449: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18450: removed from each String::match replace iteration, and made
18451: stacked sizeof(VTable)=12bytes economy on each replace code
18452:
18453: * src/doc/footer.htm: 2001,
18454:
18455: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18456: string.match[]['] option enables generation of $match.prematch
18457: .match .postmatch columns
18458:
18459: * src/main/pa_string.C: String::match options analized without
18460: cstr-ing them now
18461:
18462: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18463: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18464: config updated to doxygen 1.2.15, created helper which fixes
18465: minor bugs in chm project files & htm tree. changed extension to
18466: .htm
18467:
18468: 2002-04-18 paf
18469:
18470: * src/doc/doxygen.cfg: .chi generation disabled
18471:
18472: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18473: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18474: fields&methods
18475:
18476: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18477: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18478: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18479: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18480: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18481: types/pa_vresponse.h, types/pa_vstateless_class.h,
18482: types/pa_vstateless_object.h, types/pa_vstatus.h,
18483: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18484: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18485: VStateless_class to VObject
18486:
18487: * src/: main/pa_request.C, types/pa_valiased.h,
18488: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18489: types/pa_vstring.h: VStateless_string_object speicalized light
18490: version of VStateless_object
18491:
18492: * src/classes/op.C: ^throw comment param made optional
18493:
18494: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18495: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18496: and implemented down in VClass, fclass_alias removed,
18497:
18498: * src/types/pa_value.C: forced to cut that from .h because of
18499: VStateless_class usage [undefined in .h]
18500:
18501: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18502: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18503: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18504: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18505: on each CALL]
18506:
18507: * src/: classes/classes.h, classes/date.C, classes/double.C,
18508: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18509: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18510: classes/response.C, classes/string.C, classes/table.C,
18511: classes/void.C, classes/xnode.C, include/pa_globals.h,
18512: include/pa_request.h, main/execute.C, main/pa_globals.C,
18513: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18514: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18515: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18516: types/pa_vstateless_class.h, types/pa_wcontext.C,
18517: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18518: removed Value::fname
18519:
18520: 2002-04-17 paf
18521:
18522: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18523: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18524: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18525: include/pa_pool.h, include/pa_types.h: dox updated to current
18526: state, PTHROW freshen to throw & co
18527:
18528: * src/types/pa_vhash.h: vstring wrong parent fixed
18529:
18530: * src/classes/op.C: taint local result var bug fixed
18531:
18532: 2002-04-16 paf
18533:
18534: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18535: Attic asm.txt as most interesting
18536:
18537: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18538: check, preventing content-length: 0 from appearing
18539:
18540: * src/main/execute.C: $result in @main now taken into account as in
18541: usual functions
18542:
18543: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18544: & @unhandled_exception now taken into account as in usual
18545: functions
18546:
18547: * src/doc/postbuild.txt: instructions on post .html build
18548:
18549: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18550:
18551: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18552: tainted
18553:
18554: * src/main/pa_request.C: uri in error log
18555:
18556: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18557: cheched date:create(days) param for validity [later were assumed
18558: valid and crashed on invalid onces]
18559:
18560: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18561: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18562: and used that for removing VString wrapper
18563:
18564: * src/classes/op.C: exception2vhash file now tainted
18565:
18566: * src/classes/op.C: _process pseudo origin copied from local var to
18567: heap
18568:
18569: * src/classes/op.C: extra check on empty file in origin in _execute
18570:
18571: 2002-04-15 paf
18572:
18573: * src/: main/execute.C, types/pa_value.h: fixed name update
18574:
18575: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18576: functions
18577:
18578: * src/: classes/file.C, classes/hash.C, classes/op.C,
18579: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18580: started dual write_xxx_lang functions, if checked & works
18581:
18582: * src/: classes/date.C, classes/file.C, classes/mail.C,
18583: classes/string.C, classes/xnode.C, include/pa_request.h,
18584: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18585: unnecessary VString shells
18586:
18587: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18588: prev changes]
18589:
18590: * src/: classes/image.C, classes/op.C, classes/string.C,
18591: classes/table.C, include/pa_request.h, main/execute.C,
18592: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18593: StringOrValue wcontext result, now ready for dual writes
18594:
18595: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18596: checked that
18597:
18598: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18599: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18600: changed to OP_WRITE_VALUE in var get cases
18601:
18602: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18603: include/pa_request.h, main/compile.tab.C, main/compile.y,
18604: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18605: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18606: switch in hash constructor fixed [were problems with using of
18607: stacked wwrapper after it's death]
18608:
18609: 2002-04-12 paf
18610:
18611: * operators.txt, src/classes/table.C: table.select(expression) 0
18612:
18613: 2002-04-11 paf
18614:
18615: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18616: Request::process_internal codeFrame & wwrapper stacked [not
18617: wasting heap anymore]
18618:
18619: 2002-04-10 paf
18620:
18621: * src/: classes/double.C, classes/file.C, classes/hash.C,
18622: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18623: classes/string.C, classes/table.C, classes/void.C,
18624: classes/xdoc.C, include/pa_request.h, main/execute.C,
18625: main/pa_string.C: killed Request::process() wrapping
18626: VString(String) in case we need only String
18627:
18628: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18629: killed 8 bytes from String.head
18630:
18631: 2002-04-09 paf
18632:
18633: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18634: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18635: local*/char b[...]; a=b; situations
18636:
18637: * operators.txt, src/classes/xdoc.C: xslt params made literal
18638:
18639: * src/classes/xdoc.C: xslt params fixed
18640:
18641: * src/: main/pa_common.C, targets/cgi/parser3.C,
18642: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18643: not pool.malloc(MAX_NUMBER) but really neaded
18644:
18645: * operators.txt, src/classes/double.C, src/classes/int.C:
18646: int/double.int/double(default)
18647:
18648: 2002-04-04 paf
18649:
18650: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18651: [when reconstructing pieces were split by
18652: max_integral(piece.size), thus some strings to replace happen to
18653: be split into two = not replaced)
18654:
18655: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18656: standalone version = current dir
18657:
18658: * src/targets/cgi/parser3.C: document root in standalone version =
18659: current dir
18660:
18661: 2002-04-03 paf
18662:
18663: * configure, configure.in: more checks on nonexistent charset
18664:
1.116 moko 18665: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18666:
18667: 2002-04-02 paf
18668:
18669: * src/main/compile.C: parser.compile [exception name more like in
18670: doc]
18671:
18672: 2002-04-01 paf
18673:
18674: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18675: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18676: .content-type.charset, not .charset
18677:
18678: 2002-03-29 paf
18679:
18680: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18681:
18682: * operators.txt, src/classes/date.C: ^date::create now may not
18683: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18684: days' year. | 31.05->31.04 roll
18685:
18686: 2002-03-28 paf
18687:
18688: * operators.txt, src/classes/date.C, src/classes/op.C,
18689: src/include/pa_globals.h, src/include/pa_hash.h,
18690: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18691: ^cache(seconds) ^cache[date] }
18692:
18693: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18694: param
18695:
18696: 2002-03-27 paf
18697:
18698: * operators.txt, src/classes/date.C, src/classes/double.C,
18699: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18700: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18701: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18702: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18703: src/classes/xnode.C, src/include/pa_exception.h,
18704: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18705: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18706: src/main/pa_array.C, src/main/pa_charset.C,
18707: src/main/pa_charsets.C, src/main/pa_common.C,
18708: src/main/pa_dictionary.C, src/main/pa_exception.C,
18709: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18710: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18711: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18712: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18713: src/types/pa_value.h, src/types/pa_vcookie.C,
18714: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18715: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18716: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18717: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18718: src/types/pa_wwrapper.h: assigned exception types
18719:
18720: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18721: src/include/pa_request.h, src/main/execute.C,
18722: src/main/pa_request.C: decided agains resetting exception_trace,
18723: just changed name
18724:
18725: 2002-03-26 paf
18726:
18727: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18728: fixed
18729:
18730: * src/classes/op.C: forced language of $source field of exception
18731: to 'tainted', so that sql-langed-frags could be outputed outside
18732: of connect
18733:
18734: * operators.txt: removed date.roll limit of +-1 offset
18735:
18736: * src/classes/date.C: removed date.roll limit of +-1 offset
18737:
18738: * operators.txt, src/classes/date.C: fixed date roll on
18739: daylightsaving days mktime took into account tm_isdst flag, which
18740: remained from BEFORE roll, but should have been reset
18741:
18742: 2002-03-25 paf
18743:
18744: * operators.txt, src/targets/cgi/parser3.C:
18745: http_site_config_filespec
18746:
18747: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18748: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18749: with any/both --disable-foreign-group-files --disable-execs
18750:
18751: * INSTALL: "--with=sendmail=COMMAND" comment
18752:
18753: * INSTALL, configure, configure.in, src/classes/mail.C,
18754: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18755: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18756: disables execs also. introducing --sendmail
1.95 moko 18757:
18758: * operators.txt: pgsql options comment
18759:
18760: * INSTALL: comment on --disable-link-stdcpp
18761:
1.116 moko 18762: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18763: libstdc++ link skipping configure option
1.95 moko 18764:
18765: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18766: with error were put to cache with 'marked_to_rollback' flag, all
18767: consequent even OK requests rolled back
18768:
18769: 2002-03-22 paf
18770:
18771: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18772: false return
18773:
18774: * operators.txt: few comments on sets
18775:
18776: 2002-03-18 paf
18777:
18778: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18779: src/include/pa_globals.h, src/include/pa_request.h,
18780: src/include/pa_stack.h, src/main/pa_globals.C,
18781: src/main/pa_request.C: introducing ^try
18782:
18783: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18784: types/pa_vdouble.h: removed some tested @tests
18785:
18786: 2002-03-15 paf
18787:
18788: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18789:
18790: 2002-03-13 paf
18791:
18792: * src/main/pa_exception.C: checked not-pooled malloc
18793:
18794: 2002-03-11 paf
18795:
18796: * INSTALL, configure, configure.in,
18797: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18798:
18799: * src/main/pa_common.C: --disable-foreign-group-files
18800:
18801: * INSTALL: --disable-execs
18802:
18803: * src/main/pa_exec.C: --disable-execs
18804:
18805: * configure, configure.in, src/include/pa_config_auto.h.in:
18806: --disable-execs
18807:
18808: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18809:
18810: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18811: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18812:
18813: 2002-03-05 paf
18814:
18815: * operators.txt, src/classes/date.C: date week calendar columns
18816: named
18817:
18818: * operators.txt, src/classes/date.C: date week calendar columns
18819: named
18820:
18821: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18822: requires headers to be terminated with \r\n manually [refuses to
18823: separate header/body itself]
18824:
18825: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18826: targets/isapi/parser3isapi.C: isapi site config beside .dll
18827:
18828: 2002-03-04 paf
18829:
18830: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18831: in PASS language
18832:
18833: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18834: deserialize checks on broken file
18835:
18836: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18837: parser3isapi.dsp: isapi updated
18838:
18839: 2002-03-01 paf
18840:
18841: * src/main/pa_exec.C: execle -> execve, now argc OK
18842:
18843: 2002-02-28 paf
18844:
18845: * src/main/untaint.C: removed some debug comments
18846:
18847: * src/main/pa_charsets.C: when placing charset to cache using
18848: global name now [were request]
18849:
18850: * configure, configure.in: apache module updated
18851:
18852: * src/main/pa_string.C: origin by first piece preferred before last
18853: piece
18854:
18855: 2002-02-27 paf
18856:
18857: * src/main/pa_charset.C: size_t
18858:
18859: * INSTALL: shared/static-xml with-pathlink
18860:
18861: * operators.txt: SMTP comment
18862:
18863: 2002-02-26 paf
18864:
18865: * src/main/pa_exec.C: more precise names for vars, cosmetic
18866:
18867: * src/classes/xnode.C: in some situation, xpath query returned
18868: result with type NODESET, but empty nodeset member field, checked
18869: that
18870:
18871: 2002-02-22 paf
18872:
18873: * INSTALL: without-zlib comment
18874:
18875: * etc/parser3.charsets/windows-1251.cfg: °
18876:
18877: * configure, configure.in: glib###.a detection fixed
18878:
18879: * INSTALL: hashfile removed from INSTALL
18880:
1.116 moko 18881: * Makefile.am: make update
1.95 moko 18882:
18883: * src/main/pa_string.C: string iterators fixed again, so were
18884: String::join_chain
18885:
18886: * src/main/pa_string.C: string iterators fixed again, so were
18887: String::join_chain
18888:
18889: * src/: include/pa_string.h, main/pa_string.C: string iterators
18890: fixed again, so were String::join_chain
18891:
18892: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18893:
18894: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18895: "session"
18896:
1.116 moko 18897: * configure, configure.in, src/include/pa_config_auto.h.in:
18898: --with-shared-xml --with-static-xml
1.95 moko 18899:
18900: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18901: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18902: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18903: xalan&xml
18904:
18905: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18906:
18907: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18908: src/types/types.dsp: removed hashfile support from sources for
18909: now
18910:
1.116 moko 18911: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18912: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18913: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18914: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18915: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18916: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18917: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18918: src/types/Makefile.am, src/types/pa_vhashfile.C,
18919: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18920:
18921: 2002-02-21 paf
18922:
18923: * src/main/untaint.C: removed debug code, activated commented-for
18924: debug parts
18925:
1.116 moko 18926: * Makefile.am: make cvsupdate
1.95 moko 18927:
18928: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18929: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18930: append_row, not at link zero now string to string appending works
18931:
18932: 2002-02-20 paf
18933:
18934: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18935: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18936: DEBUG_STRING_APPENDS_VS_EXPANDS
18937:
18938: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18939: economy: 22%
18940:
18941: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18942: space uptimized: string::link_row removed
18943:
18944: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18945: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18946: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18947: types/pa_vstring.h: speed uptimized: string::is_empty
18948:
18949: * operators.txt, src/include/pa_common.h,
18950: src/include/pa_config_fixed.h, src/include/pa_string.h,
18951: src/include/pa_types.h, src/main/compile.tab.C,
18952: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18953: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18954: string append optimiziation idea and estimates
18955:
18956: 2002-02-19 paf
18957:
18958: * src/classes/math.C: not used directly [but erroreously reported
18959: that 'is', thus registering twice&other probs]
18960:
18961: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18962: to node [element]
18963:
18964: * src/main/compile.C: without string_origins parse error
18965: file+line+col possible
18966:
18967: * src/main/: compile.C: without string_origins not worked
18968:
18969: 2002-02-18 paf
18970:
18971: * src/types/pa_vdouble.h: since we have in_expression removed that
18972: trick i've installed into double::as_string
18973:
18974: * src/main/pa_globals.C: extern "C" was removed too fast
18975:
18976: * src/: include/pa_opcode.h, include/pa_request.h,
18977: main/compile.tab.C, main/compile.y, main/execute.C,
18978: types/pa_wcontext.h: in_expression aimed to solve old problem
18979: with string/nonstring values, now in expressions double/int
18980: values are passed as-is, without stupid tostring/fromstring
18981: conversions
18982:
18983: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18984: __cplusplus } #endif
18985:
18986: * src/main/compile.tab.C: bison env set so one could compile
18987: without cygwin installed
18988:
18989: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18990: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18991: gnome xml libs parser .dsp-s changed accordingly
18992:
18993: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18994:
18995: * operators.txt, src/classes/date.C: date::create [were date::set,
18996: with backward comp
18997:
18998: * src/classes/math.C: math:random range check fixed
18999:
19000: * src/main/: compile.tab.C, compile.y: integer division stops name
19001:
19002: * INSTALL: local install comment
19003:
1.116 moko 19004: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19005:
1.116 moko 19006: * acinclude.m4, aclocal.m4, configure, configure.in,
19007: src/include/pa_config_auto.h.in,
19008: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19009: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19010:
19011: * operators.txt: \ comment
19012:
19013: 2002-02-13 paf
19014:
19015: * src/include/pa_config_includes.h: sys/time time both included
19016: now. vaguely remember confilicts on this on some system [not on
19017: six|ablv] so when would see them again would think up proper
19018: check
19019:
1.116 moko 19020: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19021: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19022:
19023: * src/main/pa_common.C: truncation never occured when writing files
19024: on unix [since i've changed cache mech] fix
19025:
19026: * src/main/pa_common.C: strnchr: sanity check added
19027:
19028: * etc/parser3.charsets/windows-1257.cfg: id added
19029:
19030: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19031: baltic charset file generated, in generation script ispunct check
19032: added
19033:
19034: 2002-02-08 paf
19035:
1.116 moko 19036: * src/: include/Makefile.am, sql/Makefile.am,
19037: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19038:
19039: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19040: forgotten
19041:
19042: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19043:
19044: * INSTALL, README: install&others updated
19045:
19046: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19047:
1.116 moko 19048: * Makefile.am, configure, configure.in,
19049: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19050: src/classes/Makefile.am, src/main/Makefile.am,
19051: src/main/pa_status_provider.C, src/targets/Makefile.am,
19052: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19053: works
1.95 moko 19054:
19055: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19056: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19057: classes/hashfile.C, classes/int.C, classes/mail.C,
19058: classes/math.C, classes/op.C, classes/response.C,
19059: classes/string.C, classes/table.C, classes/void.C,
19060: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19061: include/pa_array.h, include/pa_cache_managers.h,
19062: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19063: include/pa_config_fixed.h, include/pa_config_includes.h,
19064: include/pa_db_connection.h, include/pa_db_manager.h,
19065: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19066: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19067: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19068: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19069: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19070: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19071: include/pa_stack.h, include/pa_string.h,
19072: include/pa_stylesheet_connection.h,
19073: include/pa_stylesheet_manager.h, include/pa_table.h,
19074: include/pa_threads.h, include/pa_types.h, main/compile.C,
19075: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19076: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19077: main/pa_db_connection.C, main/pa_db_manager.C,
19078: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19079: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19080: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19081: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19082: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19083: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19084: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19085: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19086: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19087: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19088: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19089: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19090: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19091: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19092: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19093: types/pa_vmethod_frame.h, types/pa_vobject.h,
19094: types/pa_vrequest.h, types/pa_vresponse.h,
19095: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19096: types/pa_vstateless_object.h, types/pa_vstatus.C,
19097: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19098: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19099: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19100: classes/image.C, main/pa_common.C, main/pa_exec.C,
19101: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19102: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19103: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19104: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19105: types/pa_vxnode.C, main/pa_charset.C: name spelling
19106:
19107: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19108: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19109: classes/hashfile.C, classes/image.C, classes/int.C,
19110: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19111: classes/string.C, classes/table.C, classes/void.C,
19112: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19113: include/pa_array.h, include/pa_cache_managers.h,
19114: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19115: include/pa_config_fixed.h, include/pa_config_includes.h,
19116: include/pa_db_connection.h, include/pa_db_manager.h,
19117: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19118: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19119: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19120: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19121: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19122: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19123: include/pa_stack.h, include/pa_string.h,
19124: include/pa_stylesheet_connection.h,
19125: include/pa_stylesheet_manager.h, include/pa_table.h,
19126: include/pa_threads.h, include/pa_types.h, main/compile.C,
19127: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19128: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19129: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19130: main/pa_db_connection.C, main/pa_db_manager.C,
19131: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19132: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19133: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19134: main/pa_socks.C, main/pa_sql_driver_manager.C,
19135: main/pa_status_provider.C, main/pa_string.C,
19136: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19137: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19138: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19139: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19140: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19141: targets/isapi/pool_storage.h, types/pa_valiased.C,
19142: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19143: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19144: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19145: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19146: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19147: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19148: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19149: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19150: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19151: types/pa_vresponse.h, types/pa_vstateless_class.C,
19152: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19153: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19154: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19155: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19156: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19157: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19158:
19159: 2002-02-07 paf
19160:
19161: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19162:
1.116 moko 19163: * configure, configure.in, src/include/pa_config_auto.h.in,
19164: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19165: added yet another locking function: fcntl
1.95 moko 19166:
19167: * config.sub: on cygwin configure passes it with strange i1586
19168: const, hacked it to mean i586
19169:
19170: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19171: disabled $if reference due to conflicts with local variables
19172:
19173: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19174: xdoc::set obsolete now, now xdoc::create, with both sences
19175:
19176: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19177: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19178: table::create now // 'set' name obsolete now table clone.
19179:
19180: * operators.txt, src/classes/string.C,
19181: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19182: ^int/double/string.format now can be called with normal []
19183: brackets, not stupid {} as it were implemented for some strange
19184: reason. retaining backward compatibility due to some
19185: already-implemented servers
19186:
19187: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19188: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19189: operators now detected by check at name_without_curly_rdive_read
19190: rule whether diving code constists only of
19191: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19192: with OP_GET_ELEMENT_OR_OPERATOR to form
19193: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19194:
19195: 2002-02-06 paf
19196:
19197: * configure, configure.in: prefix expanded, grr
19198:
19199: * operators.txt, src/classes/mail.C: mail:send config changed
19200:
19201: 2002-02-05 paf
19202:
19203: * operators.txt: regex options commented
19204:
19205: * src/main/: pa_exec.C: argv0 now correct
19206:
19207: * src/types/pa_vstatus.C: status:rusage 3
19208:
19209: * src/types/pa_vstatus.C: status:rusage 2
19210:
19211: * operators.txt: status:rusage described int operators
19212:
19213: * src/types/pa_vstatus.C: status:rusage 1
19214:
19215: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19216: src/types/types.dsp: status:rusage
19217:
19218: * configure.in, operators.txt, src/classes/file.C,
19219: src/classes/op.C, src/include/pa_common.h,
19220: src/include/pa_config_includes.h, src/main/compile.tab.C,
19221: src/main/pa_common.C: rewritten ^cache to use
19222: non-blocking-exclusive-caches
19223:
19224: * src/main/pa_common.C: text file read mode on win32 adjusted
19225: [speed impact. was off for debugging purpose, but forgotten
19226: afterwards]
19227:
19228: 2002-02-01 paf
19229:
19230: * src/classes/op.C: file_write does EX lock after create, while
19231: file_read does SH after open, so there's a moment after create
19232: but before EX lock when read can sneak into, and read
19233: just-created-for-writing-and-not-yet-locked file, added a check
19234: for that in ^cache...read
19235:
19236: 2002-01-31 paf
19237:
19238: * src/main/: compile.y, compile.tab.C: disabled operator call after
19239: ^xxx:
19240:
19241: * src/main/: compile.tab.C, execute.C: made operators lookup first
19242: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19243:
19244: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19245: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19246: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19247: operators check 6.1 rewritten. now check is done at compile time
19248:
19249: * src/main/execute.C: operators check 5 floated up old error of
19250: staying in 'entered class/object' state after $a($a..) it
19251: prevented operators from being called thereafter
19252:
19253: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19254: main/execute.C: operators check 4 floated up old error of staying
19255: in 'entered object' state after ^a.a(a) it prevented operators
19256: from being called thereafter
19257:
19258: * src/main/execute.C: operators check 3 floated up old error of
19259: staying in 'entered class' state after $a:a(a) it prevented
19260: operators from being called thereafter
19261:
19262: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19263: floated up old error of staying in 'entered class' state after
19264: $a:a[a] it prevented operators from being called thereafter
19265:
19266: * src/main/execute.C: operators check, thay mistakenly seen in
19267: $class:operator $object.operators contexts
19268:
19269: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19270: win32
19271:
1.116 moko 19272: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19273: src/classes/Makefile.am, src/main/Makefile.am,
19274: src/targets/cgi/Makefile.am,
1.95 moko 19275: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19276: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19277:
1.116 moko 19278: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19279: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19280: configure, configure.in, form.txt, ident.awk, install-sh,
19281: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19282: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19283: etc/parser3.charsets/Makefile.am,
19284: etc/parser3.charsets/koi8-r.cfg,
19285: etc/parser3.charsets/windows-1250.cfg,
19286: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19287: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19288: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19289: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19290: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19291: straightened installation scripts procedure made
19292: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19293: change
19294:
19295: 2002-01-30 paf
19296:
19297: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19298: removed] those comments were a mistake, and prevented libltdl
19299: from function properly
19300:
19301: 2002-01-29 paf
19302:
1.116 moko 19303: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19304: creation [modified acinclude.m4 which were creating int into just
19305: assignment LIBTOOL=../libtool] added default system
19306: config&charsetts prepared 'make install', now it installs
19307: targets/cgi/parser3 into bin directory etc/parser3.conf &
19308: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19309: $sysconfdir/parser3.charsets respectively
19310:
19311: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19312: main/pa_globals.C: few forgotten ifdef XML added
19313:
19314: 2002-01-28 paf
19315:
1.116 moko 19316: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19317: removed
19318:
19319: * src/main/pa_exception.C: dom|generic error output fix
19320:
19321: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19322:
19323: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19324:
19325: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19326: [fixed as_node helper func to accept docs]
19327:
19328: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19329: xdoc.importNode 0
19330:
19331: * src/classes/xdoc.C: xdoc::set now untaints OK
19332:
19333: 2002-01-25 paf
19334:
19335: * src/main/: compile.tab.C, compile.y: #comment before @ after
19336: @SPECIAL now works OK
19337:
19338: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19339:
19340: * src/main/pa_exec.C: max arg count now 10, and proper message on
19341: violation that added
19342:
19343: * src/classes/hash.C: unified hash::sql, now
19344: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19345:
19346: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19347: ^file:lock[filename]{code}
19348:
19349: * src/: classes/file.C, classes/op.C, classes/string.C,
19350: classes/table.C, classes/xdoc.C, include/pa_common.h,
19351: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19352: to some pa_common funcs
19353:
19354: * src/: include/pa_charset.h, main/pa_globals.C:
19355: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19356:
19357: * src/: include/pa_charset.h, main/pa_charset.C,
19358: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19359: not stupid illegal define
19360:
19361: 2002-01-24 paf
19362:
19363: * src/include/pa_version.h: changed version number
19364:
19365: * src/: classes/hashfile.C, include/pa_db_table.h,
19366: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19367: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19368: main/pa_db_connection.C, main/pa_db_table.C,
19369: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19370: hashfile without logfiles
19371:
19372: * src/: classes/hashfile.C, include/pa_db_table.h,
19373: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19374: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19375: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19376: DB_INIT_TXN init bits, thus got rid of huge log files, which
19377: cluttered disk without huge need]
19378:
19379: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19380: handy macro, which is strangly abscent in dome lib
19381:
19382: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19383:
19384: * src/classes/xdoc.C: checked empty response
19385:
19386: * src/classes/xnode.C: xdoc.select fixed context node [were always
19387: /, not self node]
19388:
19389: * src/classes/xnode.C: xnode.select returns array always now, in
19390: case 'nothing found' returns empty array
19391:
19392: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19393: be more tender with ctrl/c/v
19394:
19395: 2002-01-23 paf
19396:
19397: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19398: substituted. // 2. when dom tree with entites goes under
19399: transform text nodes // got [erroreosly] cut on first
19400: entity occurance
19401:
19402: * src/types/pa_vdouble.h: double prec. todo: get rid of
19403: twice-converting
19404:
19405: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19406: 'e' in output this is for regretful twice-converting here:
19407: $a(double value) when they write double falue they convert it to
19408: string first, thus %g were losing precesion.
19409:
19410: todo: think up some way to remove double->string string->double
19411: twice-converting
19412:
19413: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19414: %.20E now default float format this is for regretful
19415: twice-converting here: $a(double value) when they write double
19416: falue they convert it to string first, thus %g were losing
19417: precesion.
19418:
19419: todo: think up some way to remove double->string string->double
19420: twice-converting
19421:
19422: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19423: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19424: reasons in comment inside
19425:
19426: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19427: statically linked]
19428:
19429: * src/: include/pa_exception.h, main/compile.tab.C,
19430: main/pa_exception.C: removed exception va_list constructor. 1.
19431: not needed anymore 2. there were a conflict[causing errors]
19432: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19433: never detected an ambiguilty here, compiling ctor(, "hello") into
19434: ctor(, va_list) which, of course, caused gpf
19435:
19436: * src/main/pa_globals.C: removed debug xslt messages
19437:
19438: 2002-01-22 paf
19439:
19440: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19441: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19442: helps compiling stylesheet properly. example: this refused to
19443: work, <b>«<xsl:value-of select="@title"
19444: />»</b> stranly worked only this way:
19445: <b>«<xsl:value-of select="@title" />»</b>
19446:
19447: docs says "set it to 1", never going into details, so I decided
19448: to try NOT to do that
19449:
19450: * src/classes/table.C: join behaived badly in case named tables
19451: structure mismatched: 0 strings sneaked into dest failing
19452: afterwards. replaced them with empty strings
19453:
19454: 2002-01-21 paf
19455:
19456: * src/main/pa_charset.C: checked empty transcoders in
19457: transcode_cstr|buf
19458:
19459: * src/classes/xdoc.C: xdoc::load error source = filespec
19460:
19461: * src/classes/xdoc.C: transform error source now
19462: stylesheet_filespec
19463:
1.116 moko 19464: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19465: include/pa_stylesheet_connection.h, main/pa_charset.C,
19466: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19467: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19468: gnome
1.95 moko 19469:
19470: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19471: include/pa_globals.h, include/pa_stylesheet_connection.h,
19472: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19473: xslt generic error 1
19474:
19475: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19476: xml generic message 1
19477:
19478: * src/classes/table.C: ^table::load empty lines or #comments before
19479: headline
19480:
19481: * src/: include/pa_array.h, include/pa_globals.h,
19482: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19483: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19484: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19485: errors 0
19486:
19487: 2002-01-16 paf
19488:
19489: * src/: classes/hash.C, classes/op.C, classes/string.C,
19490: classes/table.C, classes/void.C, classes/xdoc.C,
19491: include/pa_db_connection.h, include/pa_request.h,
19492: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19493: include/pa_stylesheet_connection.h,
19494: include/pa_stylesheet_manager.h, main/pa_request.C,
19495: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19496: targets/cgi/pool_storage.h: auto closers to sql_connection,
19497: stylesheet_connection auto destroyers to remaining gnome objects
19498:
19499: * src/classes/xdoc.C: few comments
19500:
19501: 2002-01-15 paf
19502:
19503: * src/classes/xdoc.C: xdoc file save string
19504:
19505: ready. todo: error handling
19506:
19507: * src/classes/xdoc.C: xdoc save rewritten using
19508: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19509: result
19510:
19511: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19512: started output options parsing
19513:
19514: 2002-01-14 paf
19515:
19516: * src/classes/xdoc.C: method
19517:
19518: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19519: include/pa_pool.h, include/pa_stylesheet_connection.h,
19520: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19521: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19522: xslt transform0. TODO: use output options handle errors
19523:
19524: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19525:
19526: 2002-01-11 paf
19527:
19528: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19529: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19530: partial logical && || evaluation
19531:
19532: * src/classes/xnode.C: xpath selectNodes
19533:
19534: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19535: string/number/bool
19536:
19537: * src/classes/xnode.C: xpath selectNode 2
19538:
19539: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19540: xpath selectNode 1
19541:
19542: 2002-01-10 paf
19543:
19544: * src/classes/xnode.C: xpath selectNode -100 [just written]
19545:
19546: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19547: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19548: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19549: refcounter]
19550:
19551: 2001-12-29 paf
19552:
19553: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19554: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19555: glib works 0
19556:
19557: 2001-12-28 paf
19558:
19559: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19560: main/pa_exception.C: started glib transcoders
19561:
19562: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19563:
19564: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19565: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19566: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19567: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19568: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19569: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19570: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19571: libs just compiled in. no refcounting no xpath no xslt yet
19572:
19573: 2001-12-27 paf
19574:
19575: * src/: include/pa_charset.h, include/pa_common.h,
19576: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19577: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19578: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19579: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19580: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19581: from xalan&xerces, started the process. globals [initialization
19582: pool [charset update charset [transcodings vxnode vxdoc [DOM
19583: calls
19584:
19585: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19586: anymore
19587:
19588: 2001-12-26 paf
19589:
19590: * src/: include/pa_charset.h, include/pa_charsets.h,
19591: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19592: key globalized [bug]
19593:
19594: 2001-12-25 paf
19595:
19596: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19597: main/pa_string.C: table set & append changed splitting languages,
19598: separators now can be clean AND as-is same to mail command line
19599: $MAIN:MAIL.progX arguments
19600:
19601: 2001-12-24 paf
19602:
19603: * src/classes/mail.C: one parted text messages - no multipart
19604: mime-type anymore. for convinient if $.attach-ments
19605:
19606: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19607: main/pa_string.C: read from cache size check updated
19608:
19609: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19610:
19611: 2001-12-21 paf
19612:
19613: * src/classes/date.C: date:sql-string now returns localtime
19614:
19615: * src/main/pa_request.C: $result in @main actually not working, to
19616: hell with it for now
19617:
19618: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19619: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19620: @postprocess @exception
19621:
19622: * src/main/execute.C: junction evaluation canceled - endless
19623: recursion detected
19624:
19625: 2001-12-19 paf
19626:
19627: * src/main/pa_charset.C: charset->charset transcoding via unicode
19628: intermediate
19629:
19630: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19631:
19632: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19633:
19634: * src/classes/op.C: ^cache keypath now relative
19635:
19636: * src/classes/mail.C: changed weighting prior to sort
19637:
19638: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19639: were missing
19640:
19641: 2001-12-17 paf
19642:
19643: * src/main/pa_charset.C: ifndef XML were bad type
19644:
19645: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19646: outdated unset services_pool
19647:
19648: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19649: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19650: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19651:
19652: * src/main/untaint.C: allowed space in filespec
19653:
19654: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19655:
19656: * src/classes/image.C: no govno
19657:
19658: * src/classes/image.C: govno
19659:
19660: 2001-12-16 paf
19661:
19662: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19663:
19664: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19665: charset_connection&manager replaced by charset&charsets
19666:
19667: * src/main/pa_charset.C: name_cstr 0
19668:
19669: * src/main/untaint.C: uri lang now knows about client/source
19670: charsets
19671:
19672: * src/: classes/file.C, classes/math.C, classes/op.C,
19673: classes/string.C, classes/table.C, classes/xdoc.C,
19674: include/pa_array.h, include/pa_cache_managers.h,
19675: include/pa_charset_connection.h, include/pa_charset_manager.h,
19676: include/pa_common.h, include/pa_db_connection.h,
19677: include/pa_db_manager.h, include/pa_db_table.h,
19678: include/pa_dictionary.h, include/pa_exception.h,
19679: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19680: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19681: include/pa_sapi.h, include/pa_socks.h,
19682: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19683: include/pa_string.h, include/pa_stylesheet_connection.h,
19684: include/pa_stylesheet_manager.h, include/pa_table.h,
19685: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19686: main/pa_charset.C, main/pa_charset_connection.C,
19687: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19688: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19689: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19690: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19691: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19692: types/types.dsp: introducing Charset
19693:
19694: 2001-12-14 paf
19695:
19696: * src/: include/pa_request.h, include/pa_transcoder.h,
19697: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19698: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19699: uri lang
19700:
19701: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19702:
19703: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19704:
19705: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19706: defalts_name global
19707:
19708: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19709: include/pa_request.h, main/main.dsp,
19710: main/pa_charset_connection.C, main/pa_charset_manager.C,
19711: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19712: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19713: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19714: changed charset model. now important: $request:charset
19715: $response:charset while $response:content-type.charset become
19716: unimportant [informational]
19717:
19718: 2001-12-13 paf
19719:
19720: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19721:
19722: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19723: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19724: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19725: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19726: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19727: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19728:
19729: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19730: auto_ptr part other way, because of stupid gcc 2.96
19731: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19732: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19733: FormatterListener] /usr/include/g++-3/memory:48:
19734: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19735: _Tp1 = FormatterListener, _Tp = FormatterListener]
19736:
19737: * src/classes/xdoc.C: removed extra inc
19738:
19739: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19740:
19741: * src/include/pa_types.h: msvc head debugging flag
19742:
19743: * src/classes/xdoc.C: freed up listener
19744:
19745: * src/classes/string.C: change msg '... code is not code'
19746:
19747: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19748: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19749: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19750: [past/future prob]
19751:
19752: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19753: include/pa_config_fixed.h, include/pa_db_manager.h,
19754: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19755: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19756:
19757: * src/: include/pa_config_fixed.h, main/pa_common.C,
19758: main/pa_string.C: removed signed mismatch warnings
19759:
19760: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19761: 'expires' from header outputs
19762:
19763: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19764: row ptr
19765:
19766: * src/classes/file.C: file::cgi bug, request_method were passed to
19767: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19768:
19769: * src/classes/xdoc.C: lang list updated
19770:
19771: 2001-12-10 paf
19772:
19773: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19774:
19775: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19776: erase files like that, knowing their full name introducing //
19777: theoretical problem with, for instance, "_2B" and "." fragments,
19778: // they would yield the same // because
19779: need_file_encode('_')=false // but we need to delete such files
19780: somehow, getting names from ^index
19781:
19782: * src/main/pa_string.C: ^string.replace bug fixed [bad
19783: string::join_chank break]
19784:
19785: 2001-12-07 paf
19786:
19787: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19788: include/pa_common.h, include/pa_config_auto.h.in,
19789: include/pa_config_fixed.h, include/pa_config_includes.h,
19790: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19791: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19792: types/pa_vhashfile.C: merged from r14_simple_cache
19793:
19794: * src/main/pa_string.C: stupid sparc architecture failed to access
19795: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19796: lduh [ %i2 + 1 ], %l0
19797:
19798: bus error, fixed that
19799:
19800: * src/main/pa_string.C: strange string deserialize bug on
19801: client[pmts], a bit shortened,
19802:
19803: * src/include/pa_config_auto.h.in: makes
19804:
19805: * src/: include/pa_common.h, include/pa_config_fixed.h,
19806: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19807: file write shared lock file read
19808:
19809: * src/: classes/op.C, include/pa_common.h,
19810: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19811:
19812: 2001-12-06 paf
19813:
19814: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19815: main/pa_request.C: #ifdef RESOURCES_DEBUG
19816:
19817: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19818: info
19819:
19820: * src/classes/hashfile.C: removed transaction from ^cache
19821:
19822: 2001-12-05 paf
19823:
19824: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19825: IIS5 there were a prob with illegal call check
19826:
19827: 2001-12-04 paf
19828:
19829: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19830: main/pa_request.C: measures to log
19831:
19832: 2001-11-23 paf
19833:
19834: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19835: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19836: types/pa_vhashfile.C: merged from _0014, 1
19837:
19838: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19839: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19840: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19841: ^cache(33) would change
19842:
19843: 0660 bits in file_write & hashfile create
19844:
19845: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19846: after pa_string optimization]
19847:
19848: 2001-11-22 paf
19849:
19850: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19851: table.offset[whence]
19852:
19853: * src/classes/op.C: process cstr(,connection)
19854:
19855: * src/classes/op.C: process now gets its body on current language,
19856: not as-is
19857:
19858: * src/main/untaint.C: ORIGINS mode removed UHTML
19859:
19860: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19861: bit
19862:
1.116 moko 19863: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19864:
19865: 2001-11-21 paf
19866:
19867: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19868: <xsl:output output options made identical to xsl:output
19869: attributes exclusion: cdata-section-elements what xalan can do
19870: but that not used now: it can escape and remove CDATA sections
19871:
19872: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19873: produced by xslt
19874:
19875: * src/targets/cgi/parser3.C: removed debug cgi||1
19876:
19877: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19878:
19879: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19880: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19881: default language for {code}, it happen to change it's language
19882: from CLEAN, so later refused to split by CLEAN \t
19883:
19884: 2001-11-20 paf
19885:
1.116 moko 19886: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19887: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19888: bottom of dependeces, so that errors would popup quicklier, fixed
19889: line numbering in table::sql
19890:
19891: 2001-11-19 paf
19892:
19893: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19894: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19895: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19896: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19897: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19898: at wcontext.write
19899:
1.116 moko 19900: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19901: _set_new_handler
19902:
1.116 moko 19903: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19904: set_new_handler in apache&isapi
1.95 moko 19905:
19906: 2001-11-16 paf
19907:
19908: * src/targets/cgi/parser3.C: pool debug @ die
19909:
19910: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19911: removed 8 bytes from String, 2 bytes from
19912: string::chunk::row::item
19913:
19914: * src/main/pa_string.C: removed 1+4 bytes from String
19915:
19916: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19917: types/pa_vstring.C: removed 1+4 bytes from String
19918:
19919: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19920: 0
19921:
19922: * src/: include/pa_globals.h, include/pa_string.h,
19923: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19924: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19925: targets/cgi/parser3.C: introducing estimating
19926: String::cstr_bufsize, 0
19927:
19928: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19929:
19930: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19931:
19932: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19933: include/pa_pool.h: die in pool::fail
19934:
19935: 2001-11-15 paf
19936:
19937: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19938: main/pa_exception.C, targets/cgi/parser3.C: exception with
19939: dynamic buffer re-back now with counter
19940:
19941: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19942: static buffer back
19943:
19944: * src/targets/cgi/parser3.C: std::
19945:
19946: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19947: include/pa_config_includes.h: setnewhandler check
19948:
1.116 moko 19949: * src/include/pa_config_auto.h.in: makes
1.95 moko 19950:
19951: * src/targets/cgi/parser3.C: set_new_handler started
19952:
19953: 2001-11-14 paf
19954:
19955: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19956: was wrong
19957:
19958: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19959: was wrong
19960:
19961: * src/main/pa_request.C: z
19962:
19963: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19964: full returns win32 -1 solaris >buffer_size
19965:
19966: checked all that
19967:
19968: * src/classes/op.C: ^untaint{body} as-is default now
19969:
19970: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19971: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19972: with no_bad_constructors_try
19973:
19974: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19975: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19976: this: $bred[^string::length[]] $bred[^response::clear[]]
19977: $bred[^int::int[]]
19978:
19979: now VObject creation moved into overriden
19980: VClass::create_new_value, thus 0 from create_new_value means that
19981: class has no ctors
19982:
19983: 2001-11-13 paf
19984:
19985: * src/classes/classes.C: returned accedently removed if in foreach
19986: callbacks [when hash no-0-restructure]
19987:
19988: 2001-11-12 paf
19989:
19990: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19991: passed as-is to method, xalan makes & into & itself
19992:
19993: * src/classes/date.C: date.roll parser2 alg used
19994:
19995: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19996: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19997: main/pa_dictionary.C, main/pa_hash.C,
19998: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19999: now does not containt 0 values. put 0 actullay removes. no check
20000: on 0 value in foreach now required
20001:
20002: 2001-11-11 paf
20003:
20004: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20005:
20006: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20007:
20008: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20009: driver initialize not const
20010:
20011: 2001-11-10 paf
20012:
20013: * src/main/pa_exec.C: doc
20014:
20015: 2001-11-09 paf
20016:
20017: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20018: param properly
20019:
20020: * src/classes/string.C: string.save now does untainting before
20021: saving
20022:
20023: * src/main/pa_common.C: line endings fixing fixed last piece[was
20024: still cstr oriented]
20025:
20026: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20027: line endings fixing got rid of cstr, now must work ok with post
20028: multipart
20029:
20030: * src/types/pa_vform.C: line endings fixed at post / multipart /
20031: not file also now
20032:
20033: 2001-11-08 paf
20034:
20035: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20036: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20037: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20038: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20039: main/pa_stylesheet_manager.C: restructured Cache manager to be
20040: simple parent, not second parent [gcc 2.96 strangly refused to
20041: call virtual from second parent]
20042:
1.116 moko 20043: * src/: include/pa_common.h, main/Makefile.am,
20044: targets/cgi/pa_pool.C: makes
1.95 moko 20045:
20046: * src/: include/pa_request.h, main/pa_request.C,
20047: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20048: 'status' class enabler
20049:
20050: <Location /parser-status.html> ParserStatusAllowed </Location>
20051:
20052: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20053: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20054: include/pa_stylesheet_manager.h, main/main.dsp,
20055: main/pa_cache_managers.C, main/pa_charset_manager.C,
20056: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20057: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20058: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20059: todo: apache 'status' class enabler
20060:
20061: 2001-11-05 paf
20062:
20063: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20064: debug to normal
20065:
20066: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20067: hence i removed skipping 0 values in hash::for_each-es we need to
20068: check cleaned cache items manually. few more checks.
20069:
20070: expiring to 0 time was wrong, changed to 'now' time
20071:
20072: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20073: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20074: on apache already done :)
20075:
20076: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20077: skipping 0 values in hash::for_each-es we need to check cleaned
20078: cache items manually
20079:
20080: * src/main/: pa_db_connection.C, pa_db_table.C:
20081: parser_multithreaded check was wrong
20082:
20083: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20084: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20085: classes/hashfile.C, classes/image.C, classes/int.C,
20086: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20087: classes/string.C, classes/table.C, classes/void.C,
20088: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20089: include/pa_array.h, include/pa_charset_connection.h,
20090: include/pa_charset_manager.h, include/pa_common.h,
20091: include/pa_config_fixed.h, include/pa_config_includes.h,
20092: include/pa_db_connection.h, include/pa_db_manager.h,
20093: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20094: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20095: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20096: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20097: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20098: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20099: include/pa_stack.h, include/pa_string.h,
20100: include/pa_stylesheet_connection.h,
20101: include/pa_stylesheet_manager.h, include/pa_table.h,
20102: include/pa_threads.h, include/pa_types.h, main/compile.C,
20103: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20104: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20105: main/pa_charset_manager.C, main/pa_common.C,
20106: main/pa_db_connection.C, main/pa_db_manager.C,
20107: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20108: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20109: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20110: main/pa_socks.C, main/pa_sql_driver_manager.C,
20111: main/pa_status_provider.C, main/pa_string.C,
20112: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20113: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20114: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20115: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20116: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20117: targets/isapi/pool_storage.h, types/pa_valiased.C,
20118: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20119: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20120: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20121: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20122: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20123: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20124: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20125: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20126: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20127: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20128: types/pa_vstateless_object.h, types/pa_vstatus.h,
20129: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20130: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20131: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20132: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20133: $status:db fixed used not initialized in db_connection & db_table
20134:
20135: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20136: $status:charset
20137:
20138: * src/: classes/xdoc.C, include/pa_db_connection.h,
20139: include/pa_stylesheet_connection.h,
20140: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20141: types/pa_vstatus.h: $status:stylesheet
20142:
20143: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20144: include/pa_request.h, include/pa_sql_connection.h,
20145: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20146: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20147: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20148: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20149: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20150: types/pa_vxnode.C, types/types.dsp: started status parser class
20151:
20152: 2001-11-01 paf
20153:
20154: * src/include/pa_config_auto.h.in: makes
20155:
20156: * src/main/pa_hash.C: removed old extra include
20157:
20158: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20159: checks [for hp, there are such in math.h]
20160:
20161: * src/classes/op.C: ^for endless loop check strightened
20162:
20163: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20164: behavior in native calls. it left unchanged, so ^for ^foreach &
20165: co can use r.root to write their i & key,value there
20166:
20167: * src/classes/op.C: detected for var storage bug, fixed.
20168: todo:foreach
20169:
20170: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20171: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20172: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20173: changing of hash inside of foreach
20174:
20175: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20176: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20177: were hash.foreach
20178:
20179: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20180: types/pa_vstring.C, types/pa_vstring.h:
20181: ^foreach[key|value]{body}[[separator]|{separator}]
20182:
20183: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20184: types/pa_vcookie.C: ^hash.delete[key]
20185:
20186: 2001-10-31 paf
20187:
20188: * src/main/: compile.C, pa_common.C: completely empty file now
20189: considered "read", not ignored [not perfect trick used]
20190:
20191: * src/main/pa_common.C: simplier common ifdefs
20192:
20193: * src/main/pa_common.C: typing bug in common - bad ifdeff
20194:
20195: * src/main/pa_db_connection.C: z
20196:
20197: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20198: lockdetector flags
20199: dbenv.lk_detect=DB_LOCK_RANDOM;
20200:
20201: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20202: from accidental show [imagine user forgot @exception]
20203:
20204: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20205:
20206: * src/: classes/file.C, classes/image.C, classes/mail.C,
20207: classes/string.C, classes/xnode.C, include/pa_common.h,
20208: main/pa_common.C: ^string.save[[append;]path]
20209:
20210: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20211: main/execute.C: \ in expression: int divide 10/3=3
20212:
20213: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20214: inside of ^cache
20215:
20216: * src/: include/pa_threads.h, main/pa_db_connection.C,
20217: main/pa_db_table.C, targets/cgi/pa_threads.C,
20218: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20219: needed
20220:
20221: 2001-10-30 paf
20222:
20223: * src/: classes/classes.dsp, main/main.dsp,
20224: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20225: types/types.dsp: enabled debug incremental compile
20226:
20227: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20228: form post data line endings not reformatted now.
20229:
20230: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20231: now required [had bug when file= has no value]
20232:
20233: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20234: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20235: cstr(asis) default param removed
20236:
20237: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20238:
20239: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20240:
20241: * src/include/pa_dir.h: LOAD_DIR fixed
20242:
20243: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20244: was broken} fix_line_breaks
20245:
20246: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20247: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20248: packed with #pragma pack
20249:
1.116 moko 20250: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20251:
20252: 2001-10-29 paf
20253:
20254: * src/types/pa_wcontext.h: bitfield syntax stricter
20255:
20256: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20257: string hash.puts
20258:
20259: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20260:
20261: * src/include/pa_sql_connection.h: there were one wrong
20262: SQL_CONNECTION_FUNC_GUARDED [failed]
20263:
20264: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20265: param.someday either ifdef or remove it
20266:
20267: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20268:
20269: * src/main/untaint.C: optimizing returned after debugging
20270:
20271: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20272: main/untaint.C: memory hunging #pragma pack(1)
20273:
20274: 16 419 844 13 169 394
20275:
20276: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20277: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20278: places [todo:Array]
20279:
20280: * src/: main/execute.C, targets/cgi/pa_pool.C,
20281: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20282: types/pa_wwrapper.h: debugging memory WContext flags to bits
20283:
20284: total 5 652 652/158731 total 5 469 332/158731
20285:
20286: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20287: Array:: without cache in get/put now
20288:
20289: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20290: 18:25:27 2001] total 5 652 652/158731
20291:
20292: * src/: include/pa_string.h, main/pa_string.C,
20293: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20294: now
20295:
20296: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20297: 18:11:53 2001] total 5796092/158731
20298:
20299: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20300: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20301: key ref now
20302:
20303: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20304: 17:11:17 2001] total 16867948/202658
20305:
20306: * src/: classes/file.C, classes/image.C, classes/string.C,
20307: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20308: main/execute.C, main/pa_array.C, main/pa_common.C,
20309: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20310: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20311: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20312: string::as_int/double now usually uses stack, not heap [200K out
20313: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20314:
20315: * src/main/pa_sql_driver_manager.C: ping to have services [old
20316: hiding bug]
20317:
20318: * src/Makefile.am: .am order
20319:
20320: * src/: include/pa_array.h, include/pa_charset_manager.h,
20321: include/pa_db_connection.h, include/pa_db_manager.h,
20322: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20323: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20324: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20325: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20326: required "friend class"
20327:
20328: ../include/pa_request.h:51: friend declaration requires
20329: class-key, i.e. `friend class Temp_lang'
20330:
20331: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20332: main/pa_exception.C, main/pa_sql_driver_manager.C,
20333: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20334:
20335: the idea is to #1 jump to C++ some function to main body, where
20336: every function stack frame has exception unwind information and
20337: from there... #2 propagate_exception()
20338:
20339: 2001-10-28 paf
20340:
20341: * src/main/pa_db_connection.C: removed old consts
20342:
20343: * src/main/pa_db_connection.C: expire table [was accidently pasted
20344: with wrong type/cast]
20345:
20346: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20347: translation
20348:
1.116 moko 20349: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20350: remember to build DB2 with -fexceptions!!!
20351:
20352: * src/main/pa_db_table.C: DB_RMW defed
20353:
20354: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20355: include/pa_db_connection.h, include/pa_db_manager.h,
20356: include/pa_db_table.h, main/pa_db_connection.C,
20357: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20358:
20359: 2001-10-27 paf
20360:
20361: * src/: classes/hashfile.C, include/pa_db_connection.h,
20362: include/pa_db_table.h, main/pa_db_connection.C,
20363: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20364: types/pa_vhashfile.C: DB2 ifdefs
20365:
1.116 moko 20366: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20367: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20368: makes with DB2
20369:
1.116 moko 20370: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20371: types/Makefile.am: makes db
1.95 moko 20372:
20373: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20374: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20375: globals.C
20376:
20377: * src/: classes/hashfile.C, include/pa_db_connection.h,
20378: include/pa_db_table.h, main/pa_db_connection.C,
20379: main/pa_db_table.C: ^hashfile.clear[]
20380:
20381: * src/classes/classes.awk: no $ in var names
20382:
20383: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20384: connection&table [forgotten calls]
20385:
20386: 2001-10-26 paf
20387:
20388: * src/main/pa_db_connection.C: db checkpoints
20389:
20390: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20391: checkpoints
20392:
20393: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20394: default. but entities still reparsed. todo: tothink
20395:
20396: * src/main/pa_db_connection.C: db recover mech 2
20397:
20398: * src/: classes/hashfile.C, include/pa_db_connection.h,
20399: include/pa_db_manager.h, include/pa_db_table.h,
20400: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20401: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20402: types/pa_vhashfile.h: db connections & tables now cached at
20403: create time & multithreaded
20404:
20405: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20406: parsed_source
20407:
20408: * src/main/pa_db_connection.C: about to remove connection from
20409: vhashfile
20410:
20411: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20412: transaction commit/rollback responsibility left to parent [as it
20413: sould - else there were a bug with double free]
20414:
20415: * src/include/pa_db_table.h: db: child transaction commit/rollback
20416: responsibility left to parent [as it sould - else there were a
20417: bug with double free]
20418:
20419: 2001-10-25 paf
20420:
20421: * src/: classes/hashfile.C, include/pa_common.h,
20422: include/pa_db_connection.h, include/pa_db_manager.h,
20423: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20424: types/pa_vhashfile.C, types/pa_vhashfile.h,
20425: include/pa_db_table.h, main/pa_db_table.C: started db_home
20426: [multiple, cached] todo: autorecover [tried, but not succeded,
20427: yet]
20428:
20429: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20430:
20431: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20432: transaction parent passed
20433:
20434: 2001-10-24 parser
20435:
1.116 moko 20436: * src/classes/Makefile.am: makes
1.95 moko 20437:
20438: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20439: isapi/pool_storage.h: pool_storage fixed
20440:
20441: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20442: types/pa_vform.h: form fix_line_breaks
20443:
1.116 moko 20444: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20445:
20446: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20447: targets/cgi/pool_storage.h: makes
20448:
20449: * src/sql/pa_sql_driver.h: version
20450:
20451: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20452: types/pa_vform.C, types/pa_vform.h: .am
20453:
20454: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20455: this: DB_RMW Acquire write locks instead of read locks when doing
20456: the retrieval. Setting this flag may decrease the likelihood of
20457: deadlock during a read-modify-write cycle by immediately
20458: acquiring the write lock during the read part of the cycle so
20459: that another thread of control acquiring a read lock for the same
20460: item, in its own read-modify-write cycle, will not result in
20461: deadlock
20462:
20463: * src/targets/isapi/parser3isapi.dsp: doc
20464:
20465: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20466:
20467: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20468:
20469: * src/: classes/hashfile.C, include/pa_db_connection.h,
20470: main/pa_db_connection.C: hashfile expired deleted from db when
20471: get & iterate
20472:
20473: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20474: expiring 1
20475:
20476: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20477:
20478: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20479: db_connection not bothers with key when not returning expired
20480: data
20481:
20482: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20483: types/pa_vhashfile.C: db_cursor constructor public now
20484:
20485: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20486: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20487: stamped, todo: put_element analize
20488:
20489: * src/: include/pa_db_connection.h, include/pa_string.h,
20490: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20491: serialize. todo stamp
20492:
20493: 2001-10-23 parser
20494:
20495: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20496: classes/image.C, classes/mail.C, classes/response.C,
20497: classes/string.C, classes/table.C, classes/xdoc.C,
20498: include/pa_config_fixed.h, include/pa_db_connection.h,
20499: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20500: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20501: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20502: types/pa_vtable.C: ^hashfile.hash[]
20503:
20504: * src/: classes/hashfile.C, classes/xdoc.C,
20505: include/pa_config_fixed.h, main/pa_db_manager.C,
20506: main/pa_globals.C: ifdefs so it compiled without db
20507:
20508: * src/: classes/hashfile.C, include/pa_db_connection.h,
20509: include/pa_db_manager.h, main/pa_db_connection.C,
20510: main/pa_db_manager.C, types/pa_vhashfile.h:
20511: ^hashfile.transaction{code} ^hashfile:clear[filename]
20512: ^hashfile.delete[key]
20513:
20514: 2001-10-22 parser
20515:
20516: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20517: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20518:
20519: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20520: classes/xnode.C, include/pa_charset_connection.h,
20521: include/pa_db_connection.h, include/pa_db_manager.h,
20522: include/pa_exception.h, include/pa_sapi.h,
20523: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20524: include/pa_stylesheet_connection.h,
20525: include/pa_stylesheet_manager.h,
20526: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20527: main/pa_db_connection.C, main/pa_db_manager.C,
20528: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20529: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20530: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20531: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20532: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20533: types/types.dsp: hashfile 0
20534:
20535: * src/types/pa_vhashfile.C: z
20536:
20537: * src/: classes/classes.dsp, classes/hashfile.C,
20538: include/pa_config_fixed.h, main/execute.C,
20539: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20540: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20541:
20542: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20543:
20544: * src/: include/pa_exception.h, include/pa_request.h,
20545: main/execute.C, main/pa_exception.C, main/pa_request.C,
20546: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20547: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20548:
20549: 2001-10-19 parser
20550:
20551: * src/include/pa_pool.h: header
20552:
20553: * src/main/pa_pool.C: auto compiled on gcc
20554:
20555: * src/classes/image.C: comment
20556:
1.116 moko 20557: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20558:
20559: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20560: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20561: types/pa_vxnode.h: xnode clone got freed
20562:
20563: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20564: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20565: can free up xalandomstring resulting from pool::transcode
20566:
20567: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20568: include/pa_config_fixed.h, include/pa_exception.h,
20569: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20570: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20571: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20572: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20573: from non-xml compile
20574:
20575: * src/main/pa_request.C: pool:: context - get_context
20576:
20577: * src/: classes/classes.h, classes/date.C, classes/double.C,
20578: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20579: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20580: classes/string.C, classes/table.C, classes/void.C,
20581: include/pa_config_fixed.h, include/pa_exception.h,
20582: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20583: main/compile.C, main/compile_tools.C, main/execute.C,
20584: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20585: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20586: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20587: main/pa_string.C, main/pa_table.C, main/untaint.C,
20588: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20589: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20590: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20591: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20592: types/pa_vstateless_class.h, types/pa_vtable.C,
20593: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20594: exceptions 0
20595:
20596: * src/classes/classes.awk: $ removed
20597:
20598: 2001-10-18 parser
20599:
20600: * src/types/pa_vcookie.C: cookie:CLASS
20601:
20602: * src/main/main.dsp: project
20603:
20604: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20605: set_document & ctor question "who owns document" solved
20606:
20607: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20608:
20609: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20610: main/pa_pool.C: encoding in dom creating funcs
20611:
20612: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20613: be transformed now
20614:
20615: * src/classes/xdoc.C: dom created by create can be transformed now
20616:
20617: * src/classes/xdoc.C: z
20618:
20619: * src/classes/xdoc.C: comment
20620:
20621: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20622: create now uses XercesDocumentBridge, appendChild&co now works
20623:
20624: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20625: @ recompile
20626:
20627: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20628: $origin @exception[
20629:
20630: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20631: tag names forced to XML lang
20632:
20633: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20634: leechy-found bugs in code&doc fixed
20635:
20636: 2001-10-17 parser
20637:
20638: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20639: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20640: n functionality preserved
20641:
20642: * src/types/pa_vimage.h: removed unused vimage::save
20643:
20644: 2001-10-16 parser
20645:
20646: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20647:
20648: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20649:
20650: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20651:
20652: * src/classes/image.C: image.copy tolerance
20653:
20654: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20655: ineffective, but works for small paleted image
20656:
20657: * src/types/pa_vimage.C: comment
20658:
20659: * src/classes/image.C: gd size/resize bugfix
20660:
20661: * src/: classes/classes.dsp, main/main.dsp,
20662: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20663: types/types.dsp: ident >nul 2>&1
20664:
20665: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20666: systems
20667:
20668: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20669: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20670:
20671: 2001-10-15 parser
20672:
20673: * src/main/execute.C: z
20674:
20675: * src/classes/: xdoc.C: !::create{qualifiedName}
20676:
20677: * src/types/pa_vxnode.C: document_type_node.
20678: !readonly attribute DOMString name
20679: !notation_node.
20680: !readonly attribute DOMString publicId
20681: !readonly attribute DOMString systemId
20682:
1.116 moko 20683: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20684: ::write badly passed string too transparently [failed to
20685: intercept it]
1.95 moko 20686:
20687: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20688: include/pa_request.h, main/pa_sql_driver_manager.C,
20689: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20690: types/pa_vxnode.h: DOM1 major addtion, only few
20691: attributes/methods left
20692:
20693: 2001-10-13 parser
20694:
20695: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20696: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20697: in main handler
20698:
20699: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20700: cleanups & frees order
20701:
20702: * src/types/pa_vcode_frame.h: couple comments
20703:
20704: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20705: transparent enough to handle hash if creation&passing
20706:
20707: * src/: include/pa_config_fixed.h, main/execute.C,
20708: main/pa_exception.C: noticed that vcodeframe not transparent
20709: enough, would change now
20710:
20711: 2001-10-12 parser
20712:
20713: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20714: fixed. initialization&free on each thread!
20715:
20716: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20717: handling changed: now type of default param analized always, not
20718: only at problem time, thus helping early problem spotting
20719:
20720: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20721: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20722: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20723: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20724: multithread bug fixed. initialization&free on each thread!
20725:
20726: 2001-10-11 parser
20727:
20728: * src/classes/xnode.C: xnode.selectSingle now
20729:
20730: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20731: include/pa_pool.h, include/pa_stylesheet_connection.h,
20732: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20733: convertors out of Pool into Exception
20734:
20735: * src/main/pa_string.C: const
20736:
20737: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20738: linked pieces of same language together prior to String::replace
20739:
20740: * src/classes/hash.C: !^hash.add[addme]
20741: !^hash.sub[subme]
20742: !^a.union[b] = new
20743: !^a.intersection[b] = new
20744: !^a.intersects[b] = bool
20745:
20746: * src/classes/hash.C: !^hash::append[append_from]
20747:
20748: * src/: classes/hash.C, types/pa_vhash.h:
20749: !^hash::create[[copy_from]]
20750:
20751: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20752: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20753: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20754: fixed. got rid of empty_string, which caused errors - it hasnt
20755: exception but somebody[value.bark] tried to throw it on it's pool
20756:
1.116 moko 20757: * src/include/pa_config_auto.h.in: makes
1.95 moko 20758:
20759: 2001-10-10 parser
20760:
20761: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20762:
20763: * src/main/: compile.tab.C, compile.y: ^a[
20764:
20765: @next_method << now unclosed ] would be reported here
20766:
20767: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20768: compile error
20769:
20770: 2001-10-09 parser
20771:
1.116 moko 20772: * src/: classes/Makefile.am, main/Makefile.am,
20773: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20774:
20775: * src/classes/Makefile.am: makes
20776:
20777: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20778: win32 errors intercepted [xalan transformer patched and
20779: incorporated]
20780:
20781: * src/: classes/classes.dsp, classes/xdoc.C,
20782: include/pa_stylesheet_connection.h, main/main.dsp,
20783: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20784: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20785: patches starting
20786:
20787: * src/classes/: string.C, table.C: ^string.save[file]
20788:
20789: * src/classes/: date.C, table.C: calendar moved to date
20790:
20791: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20792: string/table] now
20793:
20794: * src/classes/: op.C, table.C: z
20795:
20796: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20797: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20798: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20799: be code [be string..]
20800:
20801: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20802: table.C: lots of
20803: params->as_int/double/as_string/as_junction/as_no_junction
20804: messages added
20805:
20806: 2001-10-08 parser
20807:
20808: * src/: classes/date.C, classes/image.C, classes/string.C,
20809: classes/table.C, classes/void.C, include/pa_request.h:
20810: params->as_int/double message added
20811:
20812: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20813:
20814: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20815: image:sector removed image:html internal "line-*" attribs
20816:
20817: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20818: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20819:
20820: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20821: way
20822:
20823: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20824: main/untaint.C: header untainting to UL_HTTP_HEADER,
20825: UL_MAIL_HEADER made nonforced [only tainted pieces]
20826:
20827: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20828: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20829: @ SAPI::log
20830:
20831: * src/main/untaint.C: \r to ' ' in origins mode
20832:
20833: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20834: set]
20835:
20836: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20837: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20838: nonstandard liaison freed up
20839:
20840: 2001-10-07 parser
20841:
20842: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20843: project
20844:
20845: 2001-10-05 parser
20846:
20847: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20848: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20849: from outputing to cerr. lots of "todos"
20850:
20851: * src/main/untaint.C: http_header tainting more gentle with
20852: enquoting now
20853:
20854: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20855: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20856: xml errorhandler. fixed string.replace a little, read @test
20857:
20858: * src/main/pa_string.C: found replace bug - first_that_starts(char
20859: *) does not have limit, and looks further eos, fixing....
20860:
20861: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20862:
20863: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20864:
20865: * src/main/: pa_charset_connection.C: ctype another mem clear
20866: bugfix
20867:
1.116 moko 20868: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20869: $result[^[$p^]z] now works fine
1.95 moko 20870:
20871: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20872: wrong. fixed it
20873:
20874: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20875: of totable appered to be vital
20876:
20877: 2001-10-04 parser
20878:
20879: * src/classes/image.C: ^image.length[text]
20880:
20881: 2001-10-03 parser
20882:
20883: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20884:
20885: * src/main/pa_request.C: restored pcre defaulting in request
20886: [mindlessly "optimized" yesterday] comment left
20887:
20888: 2001-10-02 parser
20889:
20890: * src/: main/pa_charset_manager.C,
20891: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20892: needed
20893:
20894: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20895: forgot non-xml pool.*charset needed
20896:
20897: * src/classes/table.C: # config comments fixed
20898:
20899: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20900: charset_connection #comment now
20901:
20902: * src/: classes/classes.dsp, types/types.dsp: release projects
20903: options fixed to use release msvcrt lib
20904:
20905: * src/main/pa_charset_connection.C: pcre tables now const inside
20906: removed default - pcre handles that internally fixed bug on
20907: not-cleaning tables [previously was calloced, now member]
20908:
20909: * src/: include/pa_request.h, main/pa_charset_connection.C,
20910: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20911: inside removed default - pcre handles that internally fixed bug
20912: on not-cleaning tables [previously was calloced, now member]
20913:
20914: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20915: tested charset reload on file change @ apache version = OK tested
20916: freeing up prev encoding on adding new = OK
20917:
20918: 2001-10-01 parser
20919:
20920: * src/main/pa_charset_connection.C: removed entitify external hack
20921: [internal installed]
20922:
1.116 moko 20923: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20924:
20925: * src/: include/pa_charset_connection.h,
20926: include/pa_charset_manager.h,
20927: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20928: main/pa_charset_connection.C, main/pa_charset_manager.C,
20929: main/pa_request.C: charset loading & caching mech 0
20930:
20931: * src/: include/pa_stylesheet_connection.h,
20932: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20933: main/pa_globals.C, main/pa_request.C: would make charset loading
20934: & caching mech now
20935:
20936: 2001-09-30 parser
20937:
20938: * src/main/pa_request.C: forgot to fill toTable
20939:
20940: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20941: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20942: failed on win32 for now..
20943:
20944: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20945: now charsets table configuration variable is: CHARSETS
20946:
20947: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20948: ctype with unicode 1. todo: no П entities on output somehow
20949:
20950: * src/: classes/file.C, classes/op.C, classes/string.C,
20951: include/pa_request.h, main/pa_request.C: started ctype with
20952: unicode values
20953:
20954: 2001-09-28 parser
20955:
20956: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20957: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20958: string passed AS-IS now
20959:
20960: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20961: way of user-configuring... todo: implement
20962:
20963: 2001-09-27 parser
20964:
20965: * src/classes/table.C: table.sort changed to sort table itself
20966:
20967: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20968: X^.getElementsByTagName[tagname] = array of xnode
20969: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20970: nodes removed - regretfully not supported @ xalan. maybe someday
20971: would reimplement, if needed.
20972:
20973: win32build system: solved long waiting anti-non-started-apache
20974: problem
20975:
20976: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20977: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20978: types/types.dsp: win32 ident make system so not to rebuild
20979: library [ident.C.new]
20980:
20981: 2001-09-26 parser
20982:
20983: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20984: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20985: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20986: types/pa_vxnode.C, types/types.dsp: z
20987:
20988: * src/classes/classes.C: forgot one non-xml check
20989:
1.116 moko 20990: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20991: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20992:
20993: * src/targets/cgi/parser3.C: z
20994:
20995: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20996: targets/isapi/parser3isapi.C: #ifdef SMTP
20997:
20998: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20999: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21000: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21001: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21002: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21003: types/types.dsp: xdoc&xnode now
21004:
21005: * src/: classes/classes.C, classes/classes.awk,
21006: classes/classes.dsp, classes/classes.h, classes/date.C,
21007: classes/dnode.C, classes/dnode.h, classes/dom.C,
21008: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21009: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21010: classes/op.C, classes/response.C, classes/string.C,
21011: classes/table.C, classes/void.C, include/pa_array.h,
21012: include/pa_common.h, include/pa_config_fixed.h,
21013: include/pa_config_includes.h, include/pa_dictionary.h,
21014: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21015: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21016: include/pa_socks.h, include/pa_sql_connection.h,
21017: include/pa_sql_driver_manager.h, include/pa_stack.h,
21018: include/pa_string.h, include/pa_stylesheet_connection.h,
21019: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21020: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21021: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21022: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21023: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21024: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21025: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21026: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21027: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21028: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21029: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21030: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21031: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21032: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21033: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21034: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21035: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21036: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21037: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21038: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21039: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21040: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21041: types/pa_vmethod_frame.h, types/pa_vobject.h,
21042: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21043: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21044: types/pa_vstateless_object.h, types/pa_vstring.C,
21045: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21046: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21047: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21048: main.dsp splitted to main+classes+types along to .am
21049:
21050: * src/classes/Makefile.am: removed useless var
21051:
21052: * src/: classes/classes.cmd, main/main.dsp,
21053: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21054: main.dsp
21055:
21056: 2001-09-25 parser
21057:
21058: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21059: 1251 though, todo ICU
21060:
1.116 moko 21061: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21062: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21063: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21064: types/pa_vdom.h: xml configure makes
1.95 moko 21065:
21066: 2001-09-24 parser
21067:
1.116 moko 21068: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21069: types/Makefile.am: makes
1.95 moko 21070:
1.116 moko 21071: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21072:
21073: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21074: started unix makes update
21075:
21076: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21077: started unix makes update
21078:
21079: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21080:
21081: * src/types/pa_value.h: z
21082:
21083: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21084: bugs with usinge hash/table in expressions
21085:
21086: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21087: resolved conflicts fixed [const]
21088:
21089: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21090: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21091: main/compile.C, main/compile.tab.C, main/compile.y,
21092: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21093: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21094: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21095: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21096: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21097: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21098: with before_xml [merge2 actually didn't happen - i've created
21099: tags on wrong branch. so this merge is in fact re-merge]
21100:
21101: 2001-09-21 parser
21102:
21103: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21104: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21105: produced "" in make file and sadly wrong interpreted on load]
21106:
1.116 moko 21107: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21108: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21109: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21110: include/pa_sql_driver_manager.h, include/pa_string.h,
21111: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21112: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21113: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21114:
21115: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21116: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21117: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21118: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21119: main/pa_pool.C, main/pa_request.C,
21120: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21121: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21122: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21123: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21124: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21125: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21126: types/pa_vrequest.C, types/pa_vresponse.h,
21127: types/pa_vstateless_class.C, types/pa_vstring.C,
21128: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21129: created new projects for sql drivers [planning to remove sql
21130: drivers from main cvs project] first, will join latest changes
21131:
21132: * src/classes/: dom.C: defaulted dom writing methods encoding to
21133: pool.get_charset
21134:
21135: * src/classes/dom.C: defaulted dom writing methods encoding to
21136: pool.get_charset
21137:
21138: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21139: pool.get_charset
21140:
21141: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21142: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21143: methods encoding to pool.get_charset
21144:
21145: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21146: transcoder were created right "unsupported encoding" message.
21147: not @ set time, but @ use time, so until xml output functions
21148: .string, .file, .save used - no encoding name check occur
21149:
21150: reduced transcode buffer size to 60 fixed pool cleanup - no
21151: registration needed, pools are officially destructured
21152:
21153: 2001-09-20 parser
21154:
21155: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21156:
21157: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21158: $MAIN:DEFAULTS.content-type[$.charset[here]]
21159:
21160: * src/: classes/dnode.C, classes/dom.C,
21161: include/pa_config_includes.h, include/pa_globals.h,
21162: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21163: main/pa_pool.C, targets/cgi/parser3.dsp,
21164: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21165: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21166: Pool::transcode 0
21167:
21168: * src/classes/dom.C: dom. string save file moved output xml options
21169: to last param and made it optional
21170:
21171: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21172: dnodes
21173: !$attributenode.specified = boolean
21174: true if the attribute received its value explicitly
21175: in the XML document,
21176: or if a value was assigned programatically with the
21177: setValue function.
21178: false if the attribute value came from the default value
21179: declared in the document's DTD.
21180: !$pinode.target = target of this processing instruction
21181: XML defines this as being the first token following the
21182: markup
21183: that begins the processing instruction.
21184: XPath:
21185: !^node.select[xpath/query/expression] = hash of 0->node0
21186: 1->node1
21187: !^node.select-single[xpath/query/expression] = first node if
21188: any
21189:
21190: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21191: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21192: some 'const's added
21193:
21194: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21195: expression context now, there value = size and boolean value
21196: size!=0
21197:
21198: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21199: can be used in expression context now, there value = size and
21200: boolean value size!=0
21201:
21202: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21203: types/pa_vstring.h: dnode .file .string .save moved back to dom
21204: due to strange xalan bug
21205:
21206: 2001-09-18 parser
21207:
21208: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21209: classes/image.C, classes/op.C, classes/table.C,
21210: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21211: include/pa_sql_driver_manager.h, main/compile.C,
21212: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21213: main/execute.C, main/pa_common.C, main/pa_request.C,
21214: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21215: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21216: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21217: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21218: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21219: before_xml branch ^if(def $hash) now true only when
21220: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21221:
21222: * src/: classes/op.C, main/execute.C: operators self changed to
21223: root ^for variable context changed to self
21224:
21225: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21226: dnode 1
21227:
21228: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21229: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21230:
21231: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21232: poly* fixed
21233:
21234: 2001-09-17 parser
21235:
21236: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21237: types/pa_vdom.h: started dnode+dom
21238:
21239: dnode DOM methods: $node.name $node.value
21240: ...others...
21241:
21242: ^node.xpath[/rates/USD] = hash
21243: $hash[
21244: $.0[node0]
21245: $.1[node1]
21246: ]
21247:
21248: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21249: applies to all linear primitives
21250:
21251: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21252: include/pa_stylesheet_connection.h, main/main.dsp,
21253: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21254: types/pa_vimage.h: started dnode DOM: $node.name
21255: $node.value ...others... ^node.xpath[/rates/USD] = hash
21256: dom(dnode)
21257:
21258: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21259: main/compile.y, main/compile_tools.h, main/execute.C,
21260: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21261: in expression compound($aa.zz.xx) names now can have minus '-' in
21262: name after '.'
21263:
21264: 2001-09-15 parser
21265:
21266: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21267: image: $line-width ^line(...)[**** style]
21268:
21269: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21270: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21271: pool_storage - cleanups first, allocations second. apache wisely
21272: does just like that
21273:
21274: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21275: rewritten using template, no bugs now
21276:
21277: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21278: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21279: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21280: poorly started isapi pool_storage, would rewrite using template
21281: now
21282:
21283: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21284: include/pa_stylesheet_connection.h, main/main.dsp,
21285: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21286: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21287: xalan objects freed up [introducing Pool::register_cleanup]
21288:
21289: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21290: comments
21291:
21292: 2001-09-14 parser
21293:
21294: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21295: z
21296:
21297: * src/: classes/dom.C, classes/file.C, classes/image.C,
21298: classes/mail.C, include/pa_common.h,
21299: include/pa_sql_driver_manager.h, include/pa_string.h,
21300: include/pa_stylesheet_connection.h,
21301: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21302: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21303: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21304: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21305: compiled&cached
21306:
21307: 2001-09-13 parser
21308:
21309: * src/: classes/dom.C, classes/file.C, classes/image.C,
21310: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21311:
21312: * src/classes/dom.C: dom:file content-type(.method)
21313:
21314: * src/: include/pa_common.h, include/pa_globals.h,
21315: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21316: string now more informative error messages
21317:
21318: * src/: include/pa_globals.h, include/pa_request.h,
21319: main/pa_request.C, targets/cgi/parser3.C,
21320: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21321: ParserSiteConfig .../parser3.conf
21322:
21323: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21324:
21325: 2001-09-12 parser
21326:
21327: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21328: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21329: precise error reporting: "connection string must start with
21330: protocol://" now
21331:
21332: * src/main/compile.tab.C: fixed - subname code parts actually []
21333: braced
21334:
21335: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21336: lexer on LS_USER level did [] matching without setting nestage,
21337: introduced special LS_NAME_SQUARE_PART state
21338:
21339: 2001-09-11 parser
21340:
21341: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21342: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21343: languages+=xml
21344:
21345: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21346:
21347: * src/classes/dom.C: ^dom:save/string/file[output options] output
21348: options: $.method[xml|html|text] detection fixed
21349:
21350: * src/types/pa_vdom.h: messages
21351:
21352: * src/classes/dom.C: ^dom:save/string/file[output options] output
21353: options: $.method[xml|html|text] detection fixed
21354:
21355: 2001-09-10 parser
21356:
21357: * src/classes/dom.C: ^dom:save/string/file[output options] output
21358: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21359:
21360: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21361: added]
21362:
21363: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21364: ^dom.xslt[stylesheet filename] 0
21365:
21366: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21367: ^dom.xslt[stylesheet filename] -1 doc is lying
21368:
21369: * src/classes/dom.C: ^dom.file[encoding] = file
21370:
21371: * src/classes/: dom.C: ^dom.string[encoding] 1
21372: ^dom.save[encoding;filename]
21373:
21374: * src/classes/dom.C: ^dom.string[] 0
21375:
21376: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21377:
21378: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21379: types/pa_vform.h: ^dom.save[b.xml] 0
21380:
21381: 2001-09-08 parser
21382:
21383: * src/types/pa_vform.C: $form:tables.name.field
21384:
21385: 2001-09-07 parser
21386:
21387: * src/classes/table.C: table:empty removed, superceded by ^if(def
21388: $table)...
21389:
21390: * src/targets/cgi/parser3.C: z
21391:
21392: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21393: from '' to int/double is 0]
21394:
21395: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21396: $table) is false when table is empty
21397:
21398: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21399: !$form:tables $atable[$form:tables.a]
21400: ^atable.menu{a=$atable.element}[,]
21401:
21402: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21403: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21404:
1.116 moko 21405: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21406: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21407: of dom
21408:
21409: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21410: types/pa_vform.C, types/pa_vform.h: z
21411:
21412: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21413: element [not last]
21414:
1.116 moko 21415: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21416: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21417:
21418: 2001-09-06 parser
21419:
21420: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21421: table with one column 'element' and two rows: 1 and 2
21422:
21423: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21424: table with one column 'element' and two rows: 1 and 2
21425:
21426: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21427: bad int/double conversions, and now $form:nonexistent.int(88)
21428: would return 88
21429:
21430: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21431: types/pa_vhash.h: now there's special hash key '_default'
21432: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21433: $._default[xx] ] $hash.c
21434:
21435: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21436: fixed [thanks, fif], ^; were treated there non-literally
21437:
21438: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21439: doxygen
21440:
21441: * src/: classes/image.C, classes/op.C, classes/string.C,
21442: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21443: types/pa_vtable.C: few #ifndef DOXYGEN
21444:
21445: 2001-09-05 parser
21446:
21447: * src/classes/: string.C, table.C: sql options can be void [same as
21448: image:html the other day]
21449:
21450: * src/targets/cgi/Makefile.am: .am undo
21451:
21452: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21453: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21454: macro expantion on param, simply qoutes whatever passed, undone
21455:
21456: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21457: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21458: STRINGIZE(name) #name invented
21459:
21460: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21461: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21462: MAIN_SQL_DRIVERS_NAME "drivers"
21463:
21464: moved to be availible to all users
21465:
21466: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21467: SQL_DRIVER_CREATE_FUNC_NAME
21468:
21469: * src/classes/mail.C: MAIN:MAIL check fixed
21470:
21471: 2001-09-04 parser
21472:
21473: * src/classes/image.C: image.html now can accept void params
21474:
21475: * src/targets/isapi/parser3isapi.C: z
21476:
21477: * src/targets/cgi/parser3.C: full_file_spec bug
21478:
21479: * src/targets/cgi/parser3.C: getenvcheck
21480:
21481: * src/targets/cgi/parser3.C: zz
21482:
21483: * src/targets/cgi/parser3.C: zzz
21484:
21485: * src/classes/date.C: date
21486:
21487: * src/classes/date.C: date:sql-string is now without ''
21488:
1.116 moko 21489: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21490: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21491: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21492:
1.116 moko 21493: * src/include/pa_config_auto.h.in: makes
1.95 moko 21494:
21495: 2001-09-03 parser
21496:
21497: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21498:
21499: 2001-09-01 parser
21500:
21501: * src/classes/image.C: letter_spacing
21502:
21503: * src/classes/image.C: image: font params changed
21504:
21505: * src/classes/image.C: image: as_int as_string used
21506:
21507: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21508: analized
21509:
21510: 2001-08-31 parser
21511:
21512: * src/targets/cgi/parser3.C: z
21513:
1.116 moko 21514: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21515: cygwin
1.95 moko 21516:
21517: * src/classes/void.C: void:int/double += (default)
21518:
21519: * src/classes/image.C: image:font added space param image:font
21520: changed charwidth alg, added kerning const[for now]
21521:
21522: * src/classes/: string.C, table.C: string:int/double (defaults)
21523:
21524: 2001-08-29 parser
21525:
21526: * src/main/pa_exception.C: exception redundant debug info
21527:
21528: 2001-08-28 parser
21529:
21530: * src/classes/image.C: image error msgs
21531:
21532: * src/classes/image.C: image: gifsize little endian
21533:
21534: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21535: doxygeneration
21536:
21537: * src/: classes/Makefile.am, main/Makefile.am,
21538: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21539:
21540: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21541: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21542:
21543: * src/main/compile.C: NO_STRING_ORIGIN check2
21544:
21545: * src/classes/table.C: NO_STRING_ORIGIN check
21546:
21547: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21548: storage class specifiers invalid in friend function declarations
21549:
21550: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21551: main/untaint.C, targets/cgi/parser3.C,
21552: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21553: case of limit
21554:
21555: * src/: classes/file.C, main/pa_common.C: file:move
21556: autocreate/remove dest/src dir
21557:
21558: * src/: classes/string.C, include/pa_dictionary.h,
21559: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21560: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21561: to directory constructor. string:replace
21562:
21563: 2001-08-27 parser
21564:
21565: * src/classes/image.C: fixed jpgsize alg
21566:
21567: * src/classes/image.C: fixed jpgsize alg
21568:
21569: * src/main/pa_exception.C: z
21570:
21571: * src/main/pa_common.C: removed debug info from pa_common
21572:
21573: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21574: [auto.p from current dir loading]
21575:
1.116 moko 21576: * src/: main/pa_common.C, main/pa_exception.C,
21577: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21578: for solaris -lsocket
1.95 moko 21579:
21580: 2001-08-24 parser
21581:
21582: * src/targets/cgi/parser3.C: not cgi extra \n 3
21583:
21584: * src/targets/cgi/parser3.C: not cgi extra \n 2
21585:
21586: * src/targets/cgi/parser3.C: not cgi extra \n
21587:
21588: * src/main/pa_sql_driver_manager.C: z
21589:
21590: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21591: sql* removed services from disconnect - cross-request ideological
21592: probs.
21593:
21594: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21595: cross-request ideological probs. oracle - fixed bug: cs
21596: allocated on request.pool and got freed before disconnect
21597:
21598: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21599: mallocs fixed
21600:
21601: 2001-08-23 parser
21602:
21603: * src/classes/file.C: minor bug in file:save fixed
21604:
21605: * src/main/pa_sql_driver_manager.C: oracle: dlink
21606:
21607: 2001-08-22 parser
21608:
21609: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21610: types/pa_vfile.h: file:load|save[text|binary;
21611:
21612: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21613:
21614: 2001-08-21 parser
21615:
21616: * src/classes/: file.C, table.C: ^file:list
21617:
21618: 2001-08-20 parser
21619:
21620: * src/: main/compile.tab.C, main/compile.y,
21621: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21622: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21623: recousively caused problems: inc incremeted 123 literal!! fixed
21624:
21625: 2001-08-10 parser
21626:
21627: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21628:
21629: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21630: added
21631:
21632: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21633: added
21634:
21635: * src/classes/table.C: table:sort restored [it was bad test :(]
21636:
21637: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21638: ''
21639:
21640: * src/main/: pa_request.C: wanted to make const int
21641: MAX_EXECUTE_SECONDS=1;
21642:
21643: but couldnt, set_callback_and_alarm appeared to be not exported
21644: :(
21645:
21646: * src/main/pa_string.C: string.match hanged on. there were a hang
21647: check but it weren't wise enough
21648:
21649: @parse[dateString][tmp]
21650: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21651: #end
21652:
21653: @main[] ^parse[2001-02-03]
21654:
21655: * src/classes/: table.C: table:sort now default desc
21656:
21657: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21658: table.sort now creates new sorted table
21659:
21660: 2001-08-09 parser
21661:
21662: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21663:
21664: * src/classes/hash.C: hash:_default now [was hash:default]
21665:
21666: * src/classes/op.C: case without switch check added
21667:
21668: * src/types/pa_vcookie.C: cookie name&value origins added, more
21669: precise $ORIGINS(1)
21670:
21671: * src/main/Makefile.am: .am
21672:
21673: * src/classes/void.C: void: int double copy/paste from int: bug
21674: fixed
21675:
21676: * src/classes/void.C: void: int double copy/paste from int: bug
21677: fixed
21678:
21679: 2001-08-07 parser
21680:
21681: * src/: classes/double.C, classes/int.C, classes/string.C,
21682: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21683: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21684: string, table
21685:
21686: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21687: srand made working
21688:
21689: 2001-08-06 parser
21690:
21691: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21692: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21693: main/compile.tab.C, main/compile.y, main/pa_array.C,
21694: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21695: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21696:
21697: * src/main/pa_exec.C: exec win32 real filename
21698:
21699: * src/classes/file.C: exec stderr out
21700:
21701: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21702:
21703: 2001-08-03 parser
21704:
21705: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21706:
21707: 2001-08-02 parser
21708:
21709: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21710: main/execute.C, main/pa_exec.C: introducing Array_iter
21711:
21712: * src/main/execute.C: detected quick_get recursion bug. changed to
21713: get@execute, but needs array iterator, separate from array to
21714: avoid it & use caching
21715:
21716: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21717: bug fixed
21718:
21719: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21720: main/execute.C, main/pa_globals.C: found another multithread bug
21721: in op.C (last, last global var killed) :)
21722:
21723: 2001-08-01 parser
21724:
21725: * src/: include/pa_dictionary.h, include/pa_globals.h,
21726: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21727: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21728: main/untaint.C: speeded up typo-html replacements. introducing
21729: Dictionary with first-char caching
21730:
21731: 2001-07-31 parser
21732:
21733: * src/types/Makefile.am: pa_vtable.C added to .am
21734:
21735: * src/main/compile.tab.C: added, so that could be compiled even on
21736: non-bison-enabled platforms
21737:
21738: 2001-07-28 parser
21739:
21740: * src/classes/table.C: table:hash always produces hash, when can't
21741: - empty
21742:
21743: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21744: skipped \n
21745:
21746: 2001-07-27 parser
21747:
21748: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21749: on int/double/string :sql without result and default
21750:
21751: 2001-07-26 parser
21752:
21753: * src/classes/op.C: fixed bad multithread bug with strangly global
21754: OP
21755:
21756: * src/main/compile.y: $man[$.age[zzz]] 0
21757:
21758: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21759: creation syntax problem persists. restored $: for a while.
21760: thinking of $man[$.age[zzz]] syntax now
21761:
21762: * src/: classes/double.C, classes/int.C, classes/string.C,
21763: include/pa_opcode.h, main/compile.C, main/compile.y,
21764: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21765: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21766: types/pa_wwrapper.h: fixing :: realization #1
21767:
21768: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21769: main/compile_tools.h, main/execute.C, main/pa_request.C,
21770: types/pa_vmethod_frame.h: introducing :: this is constructor call
21771: prefix. ordinary : remains for static accesses
21772:
21773: 2001-07-25 parser
21774:
21775: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21776: fields 2. methods 3. columns
21777:
21778: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21779: quote. optimized double&int tostring-s
21780:
21781: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21782: whitespace before first method decl
21783:
21784: * src/classes/table.C: allowed nontable result in table:sql,
21785: results in empty table
21786:
21787: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21788: lines before first method decl
21789:
21790: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21791: types/pa_vtable.h: ^table.record[] now $table.fields
21792:
21793: * src/main/compile.y: $var[] is now empty string, not void
21794:
21795: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21796: void
21797:
21798: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21799: main/pa_globals.C: match replace code context moved to implicit
21800: $match context
21801:
21802: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21803: main/compile_tools.h, main/execute.C: with killed, code storage
21804: introduced with former 'with' syntax
21805:
21806: 2001-07-24 parser
21807:
21808: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21809: types/pa_value.h: first get_element, next get operator
21810:
21811: * src/main/compile.y: removed @end handling
21812:
21813: * src/main/: compile.C, compile.y: @end handling method2
21814:
21815: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21816: file:move
21817:
21818: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21819: fixed
21820:
21821: 2001-07-23 parser
21822:
21823: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21824: driver
21825:
21826: * src/classes/hash.C: changed sql driver query interface
21827:
21828: * src/: classes/hash.C, classes/string.C, classes/table.C,
21829: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21830: changed sql driver query interface
21831:
21832: 2001-07-20 parser
21833:
21834: * src/types/pa_vrequest.C: X!$browser:type
21835:
21836: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21837: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21838: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21839: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21840: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21841: types/pa_vobject.h, types/pa_vrequest.C,
21842: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21843: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21844: BASE element globally removed
21845:
21846: 2001-07-18 parser
21847:
21848: * src/classes/file.C: file:exec/cgi msg
21849:
21850: * src/classes/file.C: $file:exit-code renamed to 'status'
21851:
21852: * src/: classes/file.C, main/pa_exec.C: file:exec
21853:
1.116 moko 21854: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21855: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21856: removed $id from *.in *.am
1.95 moko 21857:
21858: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21859: abbrevations
21860:
21861: * src/: classes/date.C, classes/mail.C, classes/math.C,
21862: classes/string.C, classes/table.C, include/pa_globals.h,
21863: include/pa_string.h, main/execute.C, main/pa_globals.C,
21864: main/pa_request.C, main/pa_string.C, main/untaint.C,
21865: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21866: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21867: $ORIGINS(1) output tracing mode
21868:
21869: 2001-07-13 parser
21870:
21871: * src/: classes/double.C, classes/int.C, classes/string.C,
21872: include/pa_request.h, main/execute.C, main/pa_request.C:
21873: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21874: second would not call first @auto
21875:
21876: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21877: wrong, fixed
21878:
21879: 2001-07-12 parser
21880:
21881: * src/types/pa_value.h: pa_value.putelement modification of system
21882: classes prevented
21883:
21884: 2001-07-11 parser
21885:
21886: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21887: table $piece
21888:
21889: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21890: types/pa_vstateless_class.h: $file created by file:state +=
21891: .atime .mtime .ctime +found&fixed bug with exceptions on
21892: get_junction-created objects [they were on wrong pool]
21893:
21894: 2001-07-09 parser
21895:
21896: * src/main/untaint.C: qp wrong name
21897:
21898: * src/: classes/date.C, classes/string.C, classes/table.C,
21899: main/compile.y: date format 0
21900:
21901: 2001-07-07 parser
21902:
21903: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21904: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21905: roll table calendar
21906:
21907: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21908: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21909: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21910: include/pa_request.h, main/main.dsp, types/pa_value.h,
21911: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21912: string. todo: sql, calendar
21913:
21914: 2001-07-06 parser
21915:
21916: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21917: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21918:
21919: 2001-07-03 parser
21920:
21921: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21922: classes/random.C, main/main.dsp: class random renamed to math,
21923: operators became methods
21924:
21925: * src/classes/op.C: pow sqrt
21926:
21927: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21928:
21929: 2001-07-02 parser
21930:
21931: * src/classes/table.C: ^table.columns column renamed from 'name' to
21932: 'column'
21933:
21934: * src/classes/hash.C: ^hash.keys[]
21935:
21936: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21937:
21938: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21939: 'strings'
21940:
21941: 2001-06-29 parser
21942:
21943: * src/main/: execute.C: /0 %0 checkes ver 2
21944:
21945: * src/main/execute.C: /0 %0 checke
21946:
21947: * src/classes/Makefile.am: nothing - void
21948:
21949: * src/classes/table.C: empty strings @ sql
21950:
21951: 2001-06-28 parser
21952:
21953: * src/: classes/double.C, classes/file.C, classes/form.C,
21954: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21955: classes/op.C, classes/random.C, classes/response.C,
21956: classes/string.C, classes/table.C, classes/void.C,
21957: main/compile.C, main/compile_tools.C, main/execute.C,
21958: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21959: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21960: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21961: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21962: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21963: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21964: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21965: $";
21966:
21967: * src/: classes/double.C, classes/file.C, classes/form.C,
21968: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21969: classes/op.C, classes/random.C, classes/response.C,
21970: classes/string.C, classes/table.C, classes/void.C,
21971: main/compile.C, main/compile.y, main/compile_tools.C,
21972: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21973: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21974: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21975: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21976: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21977: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21978:
21979: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21980: $class:name: == ${class:name}:
21981:
21982: * src/classes/string.C: exactly one
21983:
21984: 2001-06-27 parser
21985:
21986: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21987: types/pa_vvoid.h: nothing renamed to void
21988:
21989: * src/classes/op.C: ^switch ^case
21990:
21991: * src/main/compile.y: nothing renamed to void
21992:
21993: * src/: classes/hash.C, classes/table.C, main/compile.y,
21994: main/execute.C, main/main.dsp, main/pa_request.C,
21995: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21996: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21997: void
21998:
21999: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22000:
22001: 2001-05-28 parser
22002:
22003: * src/doc/html2chm.cmd: removed >a
22004:
22005: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22006: project options [some bugs]
22007:
22008: * src/doc/sources2html.cmd: z
22009:
22010: * src/: classes/classes.C, main/compile.C, main/compile.y,
22011: main/execute.C: operators are not in root class again
22012:
22013: 2001-05-24 parser
22014:
22015: * src/targets/cgi/parser3.dsp: project file
22016:
22017: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22018: ^log ^exp
22019:
22020: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22021: conversions in @exception[params]
22022:
22023: * src/main/pa_request.C: // no _ conversions in @exception[params]
22024:
22025: 2001-05-23 parser
22026:
22027: * src/main/pa_string.C: string cmp bug
22028:
22029: * src/classes/: mail.C, op.C: rem max 1000
22030:
22031: * src/: classes/op.C, main/compile.y: allow one empty line before
22032: LS_DEF_NAME
22033:
22034: 2001-05-22 parser
22035:
22036: * src/classes/op.C: if params code-required
22037:
22038: 2001-05-21 parser
22039:
22040: * src/types/pa_vstring.C: eoleof
22041:
22042: * src/classes/Makefile.am: .AM
22043:
22044: * src/classes/nothing.C: resultless ^sql moved to nothing:
22045:
22046: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22047:
22048: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22049: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22050: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22051: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22052: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22053: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22054: 'nothing'
22055:
22056: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22057: vstring::set_string
22058:
22059: * src/classes/: double.C, int.C, string.C: int,double;sql
22060:
22061: * src/: classes/hash.C, classes/int.C, classes/string.C,
22062: classes/table.C, include/pa_string.h, main/pa_string.C,
22063: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22064:
22065: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22066: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22067: hash:sql moved to main trunc. operators.txt updated
22068:
22069: * src/classes/: hash.C, op.C, table.C: hash:sql
22070:
22071: * src/classes/op.C: z
22072:
22073: * src/: main/compile.C, classes/classes.C: 1
22074:
22075: * src/: classes/classes.C, main/compile.C, main/compile.y,
22076: main/execute.C: 0
22077:
22078: * src/main/execute.C: z
22079:
22080: * src/targets/cgi/parser3.C: z
22081:
22082: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22083: site_auto_path "." in that case
22084:
22085: * src/targets/cgi/: parser3.C: z
22086:
22087: * src/main/pa_request.C: .am
22088:
22089: * src/: main/pa_request.C, targets/cgi/parser3.C:
22090: pcre_tables=pcre_default_tables;
22091:
22092: 2001-05-19 parser
22093:
22094: * src/main/pa_string.C: z
22095:
22096: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22097: introducing String::cstr_bufsize, returns just size+1 for as_is
22098: target.
22099:
22100: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22101: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22102: used, 4* mem wasted
22103:
22104: * src/classes/string.C: root context in match replace body now
22105: unchanged
22106:
22107: * src/types/pa_value.h: parameter # 1 based
22108:
22109: * src/main/pa_common.C: common: actual filename '%s'
22110:
22111: * src/classes/string.C: z
22112:
22113: * src/classes/Makefile.am: classes/.am
22114:
22115: * src/classes/: Makefile.am: classes/.am
22116:
22117: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22118: targets/cgi/pa_pool.C: classes/.am
22119:
22120: 2001-05-18 parser
22121:
1.116 moko 22122: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22123: pa_threads.C ins
1.95 moko 22124:
22125: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22126:
22127: 2001-05-17 parser
22128:
22129: * src/: classes/string.C, include/pa_config_fixed.h,
22130: include/pa_config_includes.h, main/compile.y,
22131: main/compile_tools.h, main/execute.C, main/pa_array.C,
22132: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22133: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22134: types/pa_vform.C: #include "pa_config_includes.h" removed from
22135: most .C
22136:
22137: * src/doc/html2chm.cmd: z
22138:
22139: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22140: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22141:
22142: * src/main/pa_sql_driver_manager.C: moved expiration to
22143: get_connection_from_cache
22144:
22145: * src/main/pa_sql_driver_manager.C: cache expiration bf
22146:
22147: * src/: classes/classes.h, include/pa_sql_connection.h,
22148: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22149: cache expiration[use SQL_Driver::disconnect]
22150:
22151: * src/main/pa_table.C: table.locate current restored on "not found"
22152:
22153: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22154: line no
22155:
22156: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22157: ANTI_ENDLESS_EXECUTE_RECOURSION
22158:
22159: * src/: classes/op.C, include/pa_sql_connection.h,
22160: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22161: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22162: 1driver and set_services fight for driver::fservices. before fix
22163:
22164: * src/: classes/op.C, include/pa_config_fixed.h,
22165: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22166: main/pa_sql_driver_manager.C: found problem at last: 2connections
22167: own 1driver and set_services fight for driver::fservices. before
22168: fix
22169:
22170: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22171: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22172: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22173: pa_threads.C
22174:
22175: * src/include/pa_threads.h: removed targets/parser
22176:
22177: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22178: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22179: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22180: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22181: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22182: headers
22183:
22184: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22185: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22186: order prevented sqlmanager to see MULTYTHREAD define
22187:
22188: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22189: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22190: put/gets
22191:
22192: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22193: from hash.h
22194:
22195: * src/: classes/op.C, include/pa_sql_connection.h,
22196: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22197: from cache ->set_services(&services);
22198:
22199: 2001-05-16 parser
22200:
22201: * src/targets/cgi/parser3.C: z
22202:
22203: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22204: debug, #ifdefed some. would debug later, on more precise sample
22205: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22206: $name.$tail[$tail!] $name.$tail } ok3
22207:
22208: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22209: removed array debug. before vstring rebasing
22210:
22211: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22212: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22213: array debugged; adjusted
22214:
22215: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22216: SQL_Driver_manager line no for connect/charset errors
22217:
22218: 2001-05-15 parser
22219:
22220: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22221: main/pa_string.C: string+array made linear grows
22222:
22223: * src/: include/pa_string.h, main/pa_string.C,
22224: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22225: grow lineary, not exponentialy
22226:
22227: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22228: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22229: with fullchunk cmps
22230:
22231: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22232: 70041= 81
22233:
22234: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22235: targets/cgi/parser3.C: detected huge mem allocation: size/times
22236: malloc 27809390/368771, calloc 3232/83. would test now
22237:
22238: * src/: classes/random.C, main/compile.y, main/execute.C,
22239: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22240: numbered params had wrong name - for instance: bad error message
22241: in ^for[] bad body type. fixed
22242:
22243: 2001-05-14 parser
22244:
22245: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22246: main/untaint.C: ^string.upper|lower[]
22247:
22248: 2001-05-11 parser
22249:
22250: * src/: classes/double.C, classes/image.C, classes/op.C,
22251: classes/string.C, classes/table.C, classes/unknown.C,
22252: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22253: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22254: types/pa_vunknown.h: op: MAX_LOOPS as_int
22255:
22256: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22257: .dsp for win32tools
22258:
22259: 2001-05-11 paf
22260:
22261: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22262: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22263: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22264: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22265:
22266: 2001-05-10 paf
22267:
22268: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22269: for C++, that's all
22270:
1.116 moko 22271: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22272: pa_config_includes.h: inline wonders
1.95 moko 22273:
22274: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22275: doc/doxygen.cmd: hash.C added
22276:
22277: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22278:
22279: * src/main/compile.y: @end grammar: allowed zero strings in control
22280: menthod
22281:
22282: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22283: pa_vstateless_object.h: changed priority: field before method
22284: lookup in vclass & vobject
22285:
22286: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22287: grammar: priorities changes [lowerd && prior] vobject: now first
22288: fields, next methods
22289:
22290: 2001-05-08 paf
22291:
22292: * src/main/pa_table.C: table columnname2item on nameless ignored
22293: bark=false. fixed
22294:
22295: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22296: types/pa_vmethod_frame.h: hash:default works at last!
22297:
22298: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22299: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22300: hash:default
22301:
22302: * src/classes/table.C: z
22303:
22304: * src/classes/table.C: table:hash always hash of hash now
22305:
22306: * src/classes/table.C: table:empty return bool now
22307:
22308: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22309: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22310: types/pa_vtable.h: table:hash
22311:
22312: * src/classes/table.C: table:record have name
22313:
22314: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22315: returns vunknown
22316:
22317: * src/classes/: double.C, int.C, op.C, string.C:
22318: int,double,string:int[] double[] string:length[] results now have
22319: hames
22320:
22321: * src/: classes/op.C, classes/table.C, main/main.dsp,
22322: types/pa_vtable.h: removed table:find. table:locate and op:eval
22323: now return bool
22324:
22325: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22326: in method checkparams again. fixed
22327:
22328: 2001-05-07 paf
22329:
22330: * src/doc/chm.cmd: cmd
22331:
22332: * src/: classes/image.C, classes/mail.C, classes/string.C,
22333: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22334: types/pa_value.h: method reported errors on wrong pool
22335:
22336: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22337: now
22338:
22339: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22340: include/code.h, include/pa_opcode.h, main/compile.C,
22341: main/compile_tools.h, main/execute.C, types/pa_value.h,
22342: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22343: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22344: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22345: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22346: types/pa_vmethod_frame.h, types/pa_vobject.h,
22347: types/pa_vrequest.h, types/pa_vresponse.h,
22348: types/pa_vstateless_class.h, types/pa_vstring.h,
22349: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22350: types/pa_wwrapper.h: pa_code.h
22351:
22352: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22353:
22354: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22355: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22356: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22357: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22358: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22359: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22360: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22361: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22362: types/pa_vtable.h: dox, split by not clean parts also
22363:
22364: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22365: types/pa_vtable.h: table: fields, then methods. so to enable
22366: 'dir' fields & co. more
22367:
22368: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22369: so to enable 'dir' fields & co.
22370:
22371: * src/main/compile.y: grammar: @end
22372:
22373: 2001-05-04 paf
22374:
22375: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22376: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22377:
22378: * src/: classes/classes.h, classes/double.C, classes/file.C,
22379: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22380: classes/op.C, classes/random.C, classes/response.C,
22381: classes/string.C, classes/table.C, classes/unknown.C,
22382: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22383: method dox
22384:
22385: 2001-05-03 paf
22386:
22387: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22388: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22389: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22390: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22391: doc/string.dox, doc/targets.dox, doc/value.dox,
22392: main/pa_request.C: dox splitted .dox files and added some
22393:
22394: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22395:
22396: 2001-05-02 paf
22397:
22398: * src/classes/: image.C, table.C: table:dir result are not tainted
22399: by file_name language now
22400:
22401: 2001-04-28 paf
22402:
22403: * src/classes/classes.inc: removed classes.inc
22404:
22405: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22406: from .am
22407:
22408: * src/classes/classes.awk: skipped classes in .awk
22409:
22410: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22411: classes/classes.inc, classes/double.C, classes/file.C,
22412: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22413: classes/string.C, classes/table.C, classes/unknown.C,
22414: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22415: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22416: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22417: pa_methoded back to classes/classes.h
22418:
22419: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22420:
22421: * src/: classes/Makefile.am, classes/classes.awk,
22422: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22423: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22424:
22425: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22426: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22427: classes/response.C, classes/string.C, classes/table.C,
22428: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22429: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22430: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22431: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22432: include|main/pa_methoded
22433:
22434: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22435: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22436:
22437: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22438: moved some configured data to request::classes_conf moved some
22439: string crations from globals to M... [works]
22440:
22441: * src/: classes/form.C, classes/mail.C, classes/op.C,
22442: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22443: main/pa_request.C: moved some configured data to
22444: request::classes_conf moved some string crations from globals to
22445: M...
22446:
22447: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22448: about to move configured data to special request hash
22449:
22450: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22451: classes/form.C, classes/mail.C, include/pa_request.h,
22452: main/pa_request.C: configure started
22453:
22454: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22455: 2. todo: methoded-configure
22456:
22457: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22458: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22459: classes/_random.h, classes/_response.h, classes/_string.h,
22460: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22461: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22462: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22463: classes/random.C, classes/response.C, classes/string.C,
22464: classes/table.C, classes/unknown.C, include/pa_globals.h,
22465: include/pa_request.h, main/compile.y, main/execute.C,
22466: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22467: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22468: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22469: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22470: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22471: types/pa_vrequest.h, types/pa_vresponse.h,
22472: types/pa_vstateless_class.h, types/pa_vstring.h,
22473: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22474: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22475: methoded-configure
22476:
22477: * src/: classes/file.C, classes/table.C, main/compile.y,
22478: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22479: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22480: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22481:
22482: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22483: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22484: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22485: classes/random.C, classes/response.C, classes/string.C,
22486: classes/table.C, classes/unknown.C, include/pa_request.h,
22487: main/compile.y, main/execute.C, main/pa_globals.C,
22488: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22489: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22490: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22491: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22492: beautifying just compiled. todo: debug, configure
22493:
22494: 2001-04-27 paf
22495:
22496: * src/: classes/file.C, classes/image.C, classes/table.C,
22497: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22498: beautifying -99
22499:
22500: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22501: classes/_response.h, classes/_unknown.h, classes/classes.C,
22502: classes/classes.h, classes/double.C, classes/file.C,
22503: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22504: classes/op.C, classes/random.C, classes/response.C,
22505: classes/string.C, include/pa_globals.h, main/main.dsp,
22506: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22507: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22508: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22509: types/pa_vunknown.h: beautifying -100
22510:
22511: * src/main/compile.y: serge@ found @CLASS bug. fixed
22512:
22513: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22514: classes/_op.h, classes/_random.h, classes/_table.h,
22515: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22516: classes/op.C, classes/random.C, classes/response.C,
22517: classes/string.C, classes/table.C, classes/unknown.C,
22518: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22519: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22520: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22521: beautifying
22522:
22523: 2001-04-26 paf
22524:
22525: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22526:
22527: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22528: documentation ++
22529:
22530: * src/: classes/_exec.h, doc/doxygen.cfg,
22531: include/pa_config_fixed.h, include/pa_config_includes.h,
22532: targets/cgi/pa_pool.C: code documentation ++
22533:
22534: * src/: classes/_image.h, classes/op.C, classes/random.C,
22535: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22536: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22537: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22538: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22539: types/pa_vmethod_frame.h, types/pa_vobject.h,
22540: types/pa_vrequest.C, types/pa_vrequest.h,
22541: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22542: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22543: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22544: code documentation ++
22545:
22546: * src/: classes/image.C, classes/mail.C, classes/string.C,
22547: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22548: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22549: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22550: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22551: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22552: types/pa_vobject.h, types/pa_vstateless_class.h,
22553: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22554:
22555: * src/main/: pa_request.C, pa_string.C: z
22556:
22557: * src/: include/pa_common.h, include/pa_types.h,
22558: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22559: connection caching fixed. request-pooled-url were stored into
22560: global connectioncache
22561:
22562: 2001-04-25 paf
22563:
22564: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22565: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22566:
22567: * src/: include/code.h, include/pa_common.h, main/compile.y,
22568: main/execute.C, main/pa_common.C: -d
22569:
22570: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22571: illegal call check a bit improved, but still under iis no mapping
22572: of dir with parser allowed!
22573:
22574: 2001-04-24 paf
22575:
22576: * src/targets/Makefile.am: apache module lib .am
22577:
22578: * src/main/pa_exec.C: windows32 buildCommand
22579:
22580: 2001-04-23 paf
22581:
22582: * src/targets/cgi/Makefile.am: win32 conditional
22583:
22584: * src/targets/cgi/Makefile.am: win32 conditional
22585:
22586: * src/targets/cgi/Makefile.am: liblink
22587:
22588: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22589: vfile fields return type
22590:
22591: * src/types/pa_vfile.h: vfile fields return type
22592:
22593: * src/include/pa_config_auto.h.in: .h.in
22594:
22595: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22596: types/Makefile: makefiles removed
22597:
22598: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22599: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22600:
22601: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22602: [tested: i & g ]
22603:
22604: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22605: @test noticed series in isapi, check how initialize_random_class
22606: is called! [must be called only once]
22607:
22608: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22609: would not be 'unknown column'
22610:
22611: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22612: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22613:
22614: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22615: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22616: [now doesnt]
22617:
22618: * src/targets/cgi/parser3.C: cgi cmdline ver
22619:
22620: * src/targets/cgi/parser3.C: cgi /// @test disable
22621: /cgi-bin/parser3/auto.p
22622:
22623: * src/main/untaint.C: untaint without charset
22624:
22625: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22626: main/pa_common.C: common: file_write /// @test mkdirs
22627: file_delete rmdirs
22628:
22629: * src/main/untaint.C: mail header only once to =?
22630:
22631: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22632: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22633: main/untaint.C: untaint - @test optimize whitespaces for
22634: all but 'html'
22635:
22636: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22637: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22638: main/untaint.C: untaint - @test mail-header
22639:
22640: 2001-04-20 paf
22641:
22642: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22643: include/pa_request.h, include/pa_string.h, main/compile.y,
22644: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22645: targets/cgi/parser3.C: $MAIN:LOCALE
22646:
22647: * src/main/untaint.C: z
22648:
22649: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22650:
22651: 2001-04-19 paf
22652:
22653: * src/main/compile_tools.h: $a$b bugfix
22654:
22655: * src/targets/cgi/parser3.C: z
22656:
22657: * src/classes/file.C: z
22658:
22659: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22660: done: header to $fields. waits for header '\' tricks
22661:
22662: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22663: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22664: changed urlencode here and in untaint.C to HTTP standard's " and
22665: \" mech
22666:
22667: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22668: http://alx/~paf/ doesnt load /auto.p
22669:
22670: 2001-04-18 paf
22671:
22672: * src/main/pa_request.C: 1
22673:
22674: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22675: linux @alx
22676:
22677: 2001-04-17 paf
22678:
22679: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22680: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22681: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22682: enabled
22683:
22684: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22685: classes/_exec.h, classes/_file.h, classes/_form.h,
22686: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22687: classes/_random.h, classes/_response.h, classes/_string.h,
22688: classes/_table.h, classes/_unknown.h, classes/file.C,
22689: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22690: include/pa_config_fixed.h, include/pa_config_includes.h,
22691: include/pa_hash.h, include/pa_sql_driver_manager.h,
22692: include/pa_version.h, main/Makefile.am, main/compile.y,
22693: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22694: main/pa_sql_driver_manager.C, sql/Makefile.am,
22695: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22696: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22697: types/pa_vform.C, types/pa_vimage.h: exec @jav
22698:
22699: * src/: include/pa_sql_driver_manager.h,
22700: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22701: types/pa_vimage.h: sql driver interface now has initialize(client
22702: .so)
22703:
22704: 2001-04-16 paf
22705:
22706: * src/Makefile.am: compile2 cygwin
22707:
22708: * src/: include/pa_config_includes.h, main/pa_exec.C,
22709: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22710:
22711: * src/targets/cgi/Makefile.am: compile0 jav
22712:
22713: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22714: classes/_exec.h, classes/_file.h, classes/_form.h,
22715: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22716: classes/_random.h, classes/_response.h, classes/_string.h,
22717: classes/_table.h, classes/_unknown.h, classes/image.C,
22718: classes/mail.C, classes/op.C, classes/random.C,
22719: include/pa_config_fixed.h, include/pa_config_includes.h,
22720: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22721: main/compile.y, main/pa_common.C, main/pa_exec.C,
22722: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22723: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22724: compile-1
22725:
22726: 2001-04-15 paf
22727:
22728: * src/classes/op.C: z
22729:
22730: * src/classes/table.C: table:empty +=process
22731:
22732: * src/types/pa_value.h: MethodParams !junction
22733:
22734: * src/: classes/_string.h, classes/double.C, classes/file.C,
22735: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22736: classes/random.C, classes/response.C, classes/string.C,
22737: classes/table.C, classes/unknown.C, main/pa_request.C:
22738: MethodParams everywhere
22739:
22740: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22741: types/pa_vmethod_frame.h: MethodParams in op.C
22742:
22743: 2001-04-12 paf
22744:
22745: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22746:
22747: * src/: classes/_unknown.h, classes/unknown.C,
22748: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22749: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22750:
22751: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22752:
22753: * src/classes/image.C: image:gif now does not have params
22754:
22755: * src/classes/image.C:
22756: image:line/fill/rectangle/bar/replace/polygon/polybar
22757:
22758: * src/: classes/image.C, classes/op.C, main/execute.C,
22759: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22760: for var now written not to r.wcontext, but to r.root cleared
22761: "entered_object" state
22762:
22763: 2001-04-11 paf
22764:
22765: * src/classes/image.C: image:create image:load
22766:
22767: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22768: just compiled
22769:
22770: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22771: todo: gif without file
22772:
22773: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22774: started porting to Pooled descendant
22775:
22776: * src/: classes/image.C, main/execute.C, main/main.dsp,
22777: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22778: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22779: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22780:
22781: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22782: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22783: end. switching to python imaging lib
22784:
22785: * src/main/main.dsp: gd+smtp made separate libs
22786:
22787: * src/: include/pa_globals.h, include/pa_string.h,
22788: main/pa_common.C, main/pa_request.C, main/untaint.C,
22789: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22790: length
22791:
22792: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22793: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22794: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22795: UL_FILE_NAME of posted file name
22796:
22797: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22798: post [broke when moved post read to core]
22799:
22800: 2001-04-10 paf
22801:
22802: * src/classes/image.C: image:html done
22803:
22804: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22805:
22806: * src/classes/image.C: z
22807:
22808: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22809: forgotten!
22810:
22811: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22812: main/pa_request.C, main/pa_string.C, main/untaint.C,
22813: types/pa_vimage.h: image:measure -90
22814:
22815: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22816: classes/_int.h, classes/_mail.h, classes/_op.h,
22817: classes/_random.h, classes/_response.h, classes/_string.h,
22818: classes/_table.h, classes/file.C, classes/mail.C,
22819: include/pa_common.h, include/pa_globals.h, main/execute.C,
22820: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22821: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22822: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22823: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22824: compiled
22825:
22826: * src/classes/mail.C: minor bug with unclear from/to
22827:
22828: * src/classes/mail.C: sendmail unix skipping defaults
22829:
22830: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22831: sendmail unix added defaults
22832:
22833: * src/classes/mail.C: unix sendmail compiled. todo:testing
22834:
22835: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22836:
22837: 2001-04-09 paf
22838:
22839: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22840: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22841: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22842: targets/isapi/parser3isapi.dsp: all targets exec
22843:
22844: * src/: include/pa_sapi.h, include/pa_string.h,
22845: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22846: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22847: args in apache:util.script
22848:
22849: * src/include/pa_string.h: written but not tested exec with env for
22850: unix
22851:
22852: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22853: targets/cgi/parser3.C: exec win32 env
22854:
22855: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22856: 0
22857:
22858: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22859: main/execute.C, main/main.dsp, main/pa_globals.C,
22860: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22861: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22862:
22863: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22864: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22865:
22866: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22867: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22868:
22869: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22870: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22871: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22872: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22873: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22874: exec class just compiled. moved post read to request core
22875:
22876: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22877: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22878: main/pa_globals.C, targets/cgi/parser3.C,
22879: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22880: are already read by vform
22881:
22882: 2001-04-08 paf
22883:
22884: * src/: classes/file.C, classes/mail.C, classes/string.C,
22885: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22886: uuencode. string<<
22887:
22888: 2001-04-07 paf
22889:
22890: * src/classes/mail.C: z
22891:
22892: * src/classes/mail.C: z
22893:
22894: * src/classes/mail.C: ^mail[$attach
22895:
22896: * src/classes/mail.C: ^attach dead end
22897:
22898: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22899: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22900: targets/isapi/parser3isapi.C: mail:send 1
22901:
22902: * src/: classes/mail.C, main/pa_request.C: z
22903:
22904: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22905: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22906: compiled
22907:
22908: * src/classes/mail.C: +=
22909:
22910: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22911: prepared
22912:
22913: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22914: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22915: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22916: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22917:
22918: 2001-04-06 paf
22919:
22920: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22921: main/pa_string.C: table:dir 1
22922:
22923: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22924: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22925:
22926: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22927: classes/root.C, include/pa_globals.h, include/pa_request.h,
22928: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22929: main/pa_request.C: renamed 'root' to 'op'
22930:
22931: * src/classes/: _op.h, op.C: renamed from 'root'
22932:
22933: * src/types/pa_valiased.C: another root inherititance skipped
22934:
22935: * src/main/: compile.C, compile.y, execute.C: operators are now not
22936: root methods of parent class. just 'ROOT' class
22937:
22938: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22939: @office
22940:
22941: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22942:
22943: 2001-04-05 paf
22944:
22945: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22946: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22947: constructor flag dropped at get_method_frame and remembered into
22948: method_frame
22949:
22950: * src/: classes/file.C, classes/root.C, classes/string.C,
22951: classes/table.C, main/pa_request.C: junction to code&expression
22952: in errors
22953:
22954: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22955: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22956: $LOCALE:ctype[Russian_Russia.1251]
22957:
22958: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22959: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22960: main/pa_table.C: hash now not thread-safe.
22961:
22962: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22963: main/untaint.C: z
22964:
22965: * src/: classes/random.C, classes/root.C, classes/table.C,
22966: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22967: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22968: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22969: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22970:
22971: * src/: classes/table.C, include/pa_sql_connection.h,
22972: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22973:
22974: * src/classes/table.C: select * from hren error contains statement
22975:
22976: * src/: classes/table.C, include/pa_sql_connection.h,
22977: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22978: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22979:
22980: * src/: classes/root.C, include/pa_sql_connection.h,
22981: include/pa_sql_driver.h, main/main.dsp,
22982: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22983: services for conv memory & error reporting
22984:
22985: 2001-04-04 paf
22986:
22987: * src/doc/doxygen.cfg: z
22988:
22989: * src/include/pa_sql_driver.h: mysql connect
22990:
22991: * src/include/pa_sql_driver.h: mysql info
22992:
22993: * src/: classes/root.C, include/pa_sql_driver.h,
22994: include/pa_sql_driver_manager.h, main/main.dsp,
22995: main/pa_sql_driver_manager.C: more manager&connection&driver
22996:
22997: * src/sql/Makefile.am: forgot to add mysql client
22998:
22999: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23000: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23001: [forgot to add libltdl, added]
23002:
23003: * src/: Makefile.am, classes/root.C, classes/string.C,
23004: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23005: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23006: include/pa_string.h, include/pa_table.h, main/main.dsp,
23007: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23008: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23009: -1000 just compiled
23010:
23011: * src/: classes/random.C, classes/root.C, classes/table.C,
23012: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23013: main/pa_request.C, types/pa_vclass.h: sql frame -10
23014:
23015: 2001-04-03 paf
23016:
23017: * src/types/pa_vform.C: z
23018:
23019: * src/: classes/string.C, types/pa_vform.C: string:match replace
23020: assigned lang
23021:
23022: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23023: {}[]< empty []
23024:
23025: * src/: classes/file.C, classes/string.C, classes/table.C,
23026: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23027: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23028:
23029: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23030: string:match replace strange matches
23031:
23032: * src/classes/string.C: string:match replace 0
23033:
23034: * src/: classes/string.C, main/pa_string.C: string:match replace
23035: prepared 2
23036:
23037: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23038: string:match replace prepared
23039:
23040: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23041: string:match replace -11
23042:
23043: * src/: classes/string.C, include/pa_globals.h,
23044: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23045: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23046:
23047: * src/: classes/string.C, include/pa_globals.h,
23048: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23049: main/pa_string.C: string:match [search] -1 just compiled
23050:
23051: * src/types/pa_vstring.C: z
23052:
23053: * src/: classes/double.C, classes/file.C, classes/form.C,
23054: classes/int.C, classes/response.C, classes/root.C,
23055: classes/string.C, classes/table.C, include/pa_string.h,
23056: main/pa_string.C: string:match -10 [frame]
23057:
23058: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23059: main/pa_request.C: z
23060:
23061: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23062: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23063: todo/tests
23064:
23065: * src/include/pa_common.h: z
23066:
23067: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23068: main/pa_request.C, targets/cgi/parser3.C,
23069: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23070: content-disposition
23071:
23072: * src/: include/pa_common.h, include/pa_globals.h,
23073: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23074: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23075:
23076: * src/: include/pa_common.h, include/pa_request.h,
23077: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23078: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23079: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23080: response:body
23081:
23082: * src/classes/table.C: table:append now uses string::split
23083:
23084: * src/classes/table.C: z
23085:
23086: * src/: classes/file.C, classes/root.C, classes/string.C,
23087: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23088: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23089: include/pa_string.h, main/execute.C, main/pa_string.C,
23090: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23091: string::pos & cmp & piece bugs fixed. string::split new
23092: table:load separated from set table:set implemented with clean \n
23093: \t searches
23094:
23095: 2001-04-02 paf
23096:
23097: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23098: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23099: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23100: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23101: it in table:set/load
23102:
23103: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23104: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23105:
23106: * src/classes/random.C: random:generate 1
23107:
23108: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23109: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23110: types/pa_value.h: random:generate
23111:
23112: 2001-03-30 paf
23113:
23114: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23115: todo: table flip and append. string::pos
23116:
23117: * src/: classes/double.C, classes/file.C, classes/int.C,
23118: classes/response.C, classes/root.C, classes/string.C,
23119: classes/table.C, main/compile.y, main/execute.C,
23120: types/pa_value.h, types/pa_vstateless_class.C,
23121: types/pa_vstateless_class.h: static|dynamic|any method
23122: registration
23123:
23124: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23125: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23126: table:flip
23127:
23128: 2001-03-29 paf
23129:
23130: * src/classes/string.C: string:xsplit forgot that they must result
23131: in 1 row N column [not vice versa]
23132:
23133: * src/classes/string.C: z
23134:
23135: * src/classes/string.C: string: rsplit
23136:
23137: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23138: string: lsplit
23139:
23140: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23141: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23142: lsplit -1
23143:
23144: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23145: string: pos
23146:
23147: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23148: string: pos -1
23149:
23150: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23151: main/compile.y, main/pa_request.C, main/pa_string.C,
23152: main/untaint.C: string: left right mid
23153:
23154: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23155: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23156: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23157: and [;] are different now.
23158:
23159: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23160: main/untaint.C: pool.request undone
23161:
23162: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23163: main/untaint.C: pool.request
23164:
23165: 2001-03-28 paf
23166:
23167: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23168: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23169: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23170: $request:browser [.type .version]; unknown.get_double now = 0.
23171:
23172: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23173: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23174: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23175: types/pa_vform.C: file:load autodetection of mime-type by
23176: user-file-name
23177:
23178: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23179: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23180: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23181:
23182: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23183: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23184: write. must be self.set
23185:
23186: * src/: classes/file.C, classes/root.C, classes/table.C,
23187: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23188:
23189: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23190: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23191: types/pa_vtable.h: table:locate just compiled
23192:
23193: 2001-03-27 paf
23194:
23195: * src/main/: execute.C, pa_common.C: fixed r/w context of
23196: code-params2, fixed ntfs hardlink slow dir update
23197:
23198: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23199: types/pa_wcontext.h: fixed r/w context of code-params
23200:
23201: * src/: classes/table.C, main/execute.C: about to change junction
23202: rcontext!!
23203:
23204: * src/: classes/double.C, classes/int.C, classes/root.C,
23205: classes/string.C, classes/table.C, main/compile_tools.C,
23206: main/execute.C, main/pa_request.C, main/untaint.C,
23207: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23208: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23209: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23210: types/pa_vunknown.h: sort 0
23211:
23212: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23213: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23214: renamed to are_static_calls_disabled
23215:
23216: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23217: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23218: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23219: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23220:
23221: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23222:
23223: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23224: started table:sort fixed minor bug in #...^{
23225:
23226: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23227: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23228: decided to have as it were. stepped back. grammar: added 'in'
23229: 'is' 'lt'&co follow-space check
23230:
23231: 2001-03-26 paf
23232:
23233: * src/: classes/file.C, classes/root.C, classes/table.C,
23234: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23235: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23236: main/pa_table.C: moved ::save to pa_table. disabled @auto
23237: invocation in ^process
23238:
23239: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23240:
23241: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23242: main/pa_array.C: table:record
23243:
23244: * src/: main/untaint.C, targets/cgi/parser3.C,
23245: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23246: targets/isapi/pool_storage.h, types/pa_valiased.h,
23247: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23248: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23249: types/pa_vtable.h: z
23250:
23251: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23252: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23253: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23254: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23255: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23256: method realisations on 'self' validity - they now can simply
23257: assume that 'self' is V{Proper} .
23258:
23259: 2001-03-25 paf
23260:
23261: * src/main/untaint.C: z
23262:
23263: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23264: lowlevel - it initialization could be skipped if failed in @auto.
23265: so that exception report would use some table
23266:
23267: * src/main/pa_request.C: table empty lines ignored. system-default
23268: content type assigned in output:result [can fail in main:auto and
23269: skipped normal defaults extraction]
23270:
23271: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23272: bug
23273:
23274: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23275: processing to table [except preliminary \r\n \r \n replacements
23276: to "\n"]
23277:
23278: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23279: move all the processing to table
23280:
23281: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23282: main/pa_table.C, main/untaint.C: returned table originating.
23283: useful for reporting typo table problems origin. think would be
23284: useful somewhere else
23285:
23286: * src/main/untaint.C: typo \r \r\n \n properly handled
23287:
23288: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23289: include/pa_table.h, main/compile.y, main/compile_tools.C,
23290: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23291: main/pa_string.C, main/pa_table.C, main/untaint.C,
23292: types/pa_vcookie.h: typo & typo-default
23293:
23294: 2001-03-24 paf
23295:
23296: * src/main/pa_common.C: z
23297:
23298: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23299: targets/cgi/parser3.C: html-typo 2
23300:
23301: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23302: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23303: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23304: main/execute.C, main/pa_array.C, main/pa_globals.C,
23305: main/pa_request.C, main/pa_string.C, main/untaint.C,
23306: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23307: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23308: noticed double default content-type prob. run cgi.cmd tomorrow
23309: first html-typo sample. detected << problem: they become ltlt too
23310: fast
23311:
23312: * src/main/compile.y: z
23313:
23314: * src/main/: compile.y, compile_tools.h: #comment
23315:
23316: * src/: classes/file.C, classes/root.C, classes/table.C,
23317: include/pa_common.h, include/pa_request.h, main/compile.y,
23318: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23319: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23320: stringified
23321:
23322: * src/types/pa_valiased.C: decided to String-ify file_read
23323:
23324: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23325: isapi/parser3isapi.dsp: cgi: sapi::log
23326:
23327: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23328: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23329: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23330: error log experiments failed - cgi under iis got no access to
23331: log. registereventsource simply failed with 5(illegal call) code,
23332: while worked OK as standalone executable. isapi: used
23333: HSE_APPEND_LOG_PARAMETER feature
23334:
23335: * src/: include/pa_common.h, include/pa_globals.h,
23336: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23337: targets/isapi/parser3isapi.C: fixed default content-type
23338: allocation storage
23339:
23340: * src/: include/pa_globals.h, include/pa_request.h,
23341: main/pa_globals.C, main/pa_request.C: z
23342:
23343: * src/: include/pa_array.h, include/pa_hash.h,
23344: include/pa_request.h, main/compile.y, main/pa_array.C,
23345: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23346: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23347: content-type
23348:
23349: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23350: sanity
23351:
23352: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23353: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23354: away freeze mech. no danger now for you can't do
23355: ^request:process[@new-method[] body] trick anymore. still
23356: remains $some_instance.process[@new-method[] possibility] but
23357: would leave it as a feature. see index for sample
23358:
23359: * src/: include/pa_common.h, main/pa_common.C,
23360: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23361: monkey every target
23362:
23363: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23364: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23365: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23366:
23367: 2001-03-23 paf
23368:
23369: * src/: include/pa_pool.h, main/pa_request.C,
23370: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23371: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23372: targets/isapi/pool_storage.h: isapi: dumb pool storage
23373:
23374: * src/targets/isapi/pa_pool.C: decided to continue with extension
23375:
23376: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23377: it would be better to rewrite as filter then to deal with pool
23378:
23379: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23380: now like in cgi, not from APPL_PHYSICAL_PATH
23381:
23382: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23383: include/pa_config_fixed.h, include/pa_config_includes.h,
23384: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23385: include/pa_version.h, main/compile.y, main/execute.C,
23386: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23387: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23388: main/untaint.C, targets/cgi/parser3.C,
23389: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23390: cgi: reinvent document_root and request_uri under iis. autoconf
23391: updated. introducing ap_config_includes
23392:
23393: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23394:
23395: * src/targets/cgi/parser3.C: cgi: only one pool now
23396:
23397: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23398: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23399: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23400: types/pa_venv.h, types/pa_vform.C: sapi made object
23401:
23402: * src/: include/pa_globals.h, main/pa_request.C,
23403: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23404: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23405: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23406:
23407: * src/: main/pa_request.C, targets/cgi/parser3.C,
23408: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23409: isapi minor env beauty
23410:
23411: * src/: main/pa_request.C, targets/cgi/parser3.C,
23412: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23413: isapi document_root 0
23414:
23415: 2001-03-22 paf
23416:
23417: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23418:
23419: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23420: isapi/parser3isapi.C: z
23421:
23422: * src/: include/pa_pool.h, main/pa_request.C,
23423: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23424:
23425: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23426: kill.pl: isapi added utils
23427:
23428: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23429: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23430: types/pa_vform.C: isapi 0
23431:
23432: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23433: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23434: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23435: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23436: started isapi
23437:
23438: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23439: some comments
23440:
23441: * src/: include/pa_globals.h, include/pa_request.h,
23442: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23443: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23444: parser_root_auto_path parser_site_auto_path
23445:
23446: * src/types/pa_vcookie.C: cookie attr decoded
23447:
23448: 2001-03-21 paf
23449:
23450: * src/targets/cgi/parser3.C: z
23451:
23452: * src/include/pa_globals.h: post. todo: config of auto.p path
23453:
23454: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23455: types/pa_venv.h: in cookie & env. todo:post
23456:
23457: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23458: classes/root.C, classes/table.C, include/pa_array.h,
23459: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23460: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23461: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23462: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23463: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23464: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23465: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23466: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23467: shifted apache branch on main trunc
23468:
23469: * src/: include/pa_common.h, include/pa_globals.h,
23470: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23471: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23472: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23473: starting mod_parser3
23474:
23475: * src/targets/cgi/parser3.C: starting mod_parser3
23476:
23477: 2001-03-20 paf
23478:
23479: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23480: targets/cgi/parser3.C: automake compiled and works. todo:make
23481: win32 ifdefs work and add ifdef unistd
23482:
23483: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23484: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23485: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23486: z
23487:
23488: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23489: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23490: locking
23491:
23492: * src/: classes/Makefile.am, types/Makefile.am: z
23493:
23494: * src/: Makefile.am, classes/file.C, classes/root.C,
23495: classes/table.C, include/pa_array.h, include/pa_request.h,
23496: include/pa_string.h, main/Makefile.am, main/execute.C,
23497: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23498: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23499: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23500: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23501:
23502: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23503: main/pa_request.C, types/pa_vfile.h: ^table:save
23504:
23505: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23506: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23507: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23508: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23509: types/pa_vform.h: z
23510:
23511: * src/include/pa_string.h: z
23512:
23513: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23514: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23515: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23516: :Value
23517:
23518: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23519: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23520: :VStateless_object
23521:
23522: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23523: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23524: :VStateless_object
23525:
23526: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23527: types/pa_valiased.C, types/pa_vform.h: commented VForm
23528:
23529: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23530: types/pa_valiased.h, types/pa_value.h,
23531: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23532: types/pa_vstateless_object.h: moved common get_element part from
23533: stateless object&class into VAliased
23534:
23535: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23536: classes/table.C, main/execute.C, main/main.dsp,
23537: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23538: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23539: now :Value
23540:
23541: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23542: main/execute.C, main/main.dsp, main/pa_globals.C,
23543: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23544:
23545: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23546: doxx
23547:
23548: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23549: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23550: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23551: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23552: and ^file:save
23553:
23554: 2001-03-19 paf
23555:
23556: * src/types/pa_vfile.C: z
23557:
23558: * src/: classes/file.C, classes/request.C, classes/table.C,
23559: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23560: main/pa_request.C, main/untaint.C, types/pa_value.h,
23561: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23562:
23563: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23564: include/pa_string.h, include/pa_table.h, main/main.dsp,
23565: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23566: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23567: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23568: classes/_file.h, classes/file.C, types/pa_vfile.C,
23569: types/pa_vfile.h: file class just compiled
23570:
23571: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23572: include/pa_table.h, include/pa_types.h, main/execute.C,
23573: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23574: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23575: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23576:
23577: * src/include/pa_pool.h: z
23578:
23579: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23580: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23581: Hash::Value to Val so to doxygen would finlly stop confusing
23582: those Value-s
23583:
23584: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23585: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23586: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23587: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23588: include/pa_types.h, main/compile.C, main/compile.y,
23589: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23590: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23591: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23592: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23593: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23594:
23595: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23596: derivates somehow unlinked. don't know why yet
23597:
23598: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23599: include/pa_string.h, include/pa_threads.h, main/compile.C,
23600: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23601: main/execute.C, main/pa_array.C, main/pa_common.C,
23602: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23603: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23604: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23605:
23606: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23607: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23608: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23609: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23610: types/pa_vrequest.h: doc: detected Value derivates prob
23611:
23612: * src/include/pa_globals.h: z
23613:
23614: * src/: classes/_request.h, classes/request.C, include/code.h,
23615: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23616: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23617: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23618: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23619: main/execute.C, main/pa_pool.C, main/pa_request.C,
23620: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23621: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23622:
23623: 2001-03-18 paf
23624:
23625: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23626: cookie: allowed access to hash-assigned
23627:
23628: * src/targets/cgi/parser3.C: z
23629:
23630: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23631: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23632: include/pa_types.h, main/main.dsp, main/pa_common.C,
23633: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23634: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23635: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23636: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23637: types/pa_vunknown.h: cookie class
23638:
23639: * src/main/pa_request.C: zero length output allowed
23640:
23641: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23642: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23643:
23644: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23645: lang switch
23646:
23647: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23648: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23649: types/pa_value.h, types/pa_vhash.h:
23650: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23651:
23652: * src/main/execute.C: z
23653:
23654: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23655: targets/cgi/parser3.C: taint[uri
23656:
23657: * src/: classes/request.C, classes/response.C, classes/root.C,
23658: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23659: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23660: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23661:
23662: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23663: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23664: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23665: types/pa_vstateless_class.C: convinient string(pool, char *src,
23666: bool tainted) ctor
23667:
23668: * src/: include/pa_hash.h, include/pa_request.h,
23669: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23670: main/pa_request.C, main/pa_string.C, main/untaint.C,
23671: targets/cgi/parser3.C: proper @exceptions params tainting
23672:
23673: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23674: response fields to header
23675:
23676: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23677: z
23678:
23679: * src/: classes/_response.h, classes/response.C,
23680: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23681: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23682: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23683: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23684: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23685: $response: 0 request::core exception rethrow
23686:
23687: 2001-03-16 paf
23688:
23689: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23690: types/pa_vrequest.h: native method' class call with less params
23691: then needed error reporting
23692:
23693: * src/: classes/_request.h, classes/request.C,
23694: include/pa_globals.h, include/pa_request.h, main/execute.C,
23695: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23696: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23697: types/pa_vrequest.h: $request : query :uri
23698:
23699: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23700: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23701: types/pa_wcontext.h: $result
23702:
23703: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23704:
23705: * src/: classes/double.C, include/code.h, main/compile.y,
23706: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23707: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23708:
23709: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23710: main/compile.y, main/execute.C, types/pa_value.h,
23711: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23712: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23713: wcontext conflict
23714:
23715: * src/: main/execute.C, types/pa_value.h,
23716: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23717: $string.field
23718:
23719: 2001-03-15 paf
23720:
23721: * src/main/pa_request.C: news sample
23722:
23723: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23724: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23725:
23726: * src/main/: compile.y, execute.C: z
23727:
23728: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23729: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23730: pre pre works
23731:
23732: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23733: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23734: fillfields just compiled
23735:
23736: 2001-03-14 paf
23737:
23738: * src/: include/pa_request.h, main/pa_request.C,
23739: targets/cgi/parser3.C: z
23740:
23741: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23742: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23743: types/pa_vstring.h: limits -1
23744:
23745: * src/: include/pa_globals.h, include/pa_request.h,
23746: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23747: main/pa_request.C, targets/cgi/parser3.C,
23748: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23749: request_info -1
23750:
23751: * src/: include/pa_globals.h, main/pa_globals.C,
23752: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23753: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23754: vform_fields_fill
23755:
23756: * src/targets/cgi/parser3.C: # if MSVC
23757:
23758: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23759: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23760:
23761: * src/targets/cgi/parser3.C: z
23762:
23763: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23764: include/pa_string.h, include/pa_types.h, main/compile.y,
23765: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23766: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23767: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23768: types/pa_vunknown.h: global handler, exceptions in parser3
23769:
23770: 2001-03-13 paf
23771:
23772: * src/: classes/form.C, main/compile.y, main/core.C,
23773: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23774: types/pa_vform.h, types/pa_vstateless_class.C,
23775: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23776: instead
23777:
23778: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23779: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23780: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23781: started cgi target
23782:
23783: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23784: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23785: before error show with parser
23786:
23787: * src/: classes/_form.h, classes/form.C, include/core.h,
23788: include/pa_request.h, main/core.C, main/pa_request.C,
23789: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23790:
23791: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23792:
23793: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23794: parser3.C: renamed targets/ parser to cgi
23795:
23796: * src/: classes/double.C, classes/env.C, classes/int.C,
23797: classes/root.C, classes/string.C, classes/table.C,
23798: include/pa_request.h, types/pa_vhash.h: z
23799:
23800: * src/: classes/_env.h, classes/env.C, classes/root.C,
23801: include/core.h, include/pa_pool.h, include/pa_request.h,
23802: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23803: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23804: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23805: [historical moment :)]
23806:
23807: * src/: include/code.h, include/pa_string.h, main/compile.y,
23808: main/execute.C, main/pa_string.C: 'value is type' expr operator
23809:
23810: * src/types/pa_venv.h: $ENV 1
23811:
23812: * src/main/execute.C: z
23813:
23814: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23815: future methods of ENV constructor if
23816:
23817: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23818: class
23819:
23820: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23821: classes/_root.h, classes/_string.h, classes/_table.h,
23822: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23823: classes/string.C, classes/table.C, include/pa_request.h,
23824: main/compile.C, main/compile_tools.h, main/core.C,
23825: main/execute.C, main/main.dsp, main/pa_request.C,
23826: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23827: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23828: types/pa_vobject.h, types/pa_vstateless_class.C,
23829: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23830: types/pa_wcontext.h: $ENV: re 0, stateless classes
23831:
23832: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23833: classes/_root.h, classes/_string.h, classes/_table.h,
23834: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23835: classes/string.C, classes/table.C, include/pa_request.h,
23836: main/compile.C, main/compile_tools.h, main/core.C,
23837: main/execute.C, main/main.dsp, main/pa_request.C,
23838: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23839: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23840: types/pa_vobject.h, types/pa_vstateless_class.C,
23841: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23842: types/pa_wcontext.h: $ENV: re 0, stateless classes
23843:
23844: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23845: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23846: yesterdays bad decision on execute_static_method
23847:
23848: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23849:
23850: * src/: classes/double.C, classes/int.C, classes/root.C,
23851: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23852:
23853: * src/main/pa_request.C: z
23854:
23855: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23856: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23857:
23858: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23859: include/pa_pool.h, main/pa_request.C:
23860: restructure_exceptions_dead_end
23861:
23862: * src/: classes/root.C, main/compile.y: ^if required junctions.
23863: allowed ; inside {} to break params
23864:
23865: * src/classes/root.C: ^eval
23866:
23867: * src/: classes/_string.h, classes/double.C, classes/int.C,
23868: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23869: string ^format
23870:
23871: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23872: 'bad' but not 'enough'
23873:
23874: * src/: classes/double.C, classes/root.C, classes/table.C,
23875: include/pa_common.h, include/pa_types.h, main/compile.y,
23876: main/pa_common.C, main/pa_request.C, main/untaint.C,
23877: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23878: types/pa_wwrapper.h: think constructing flag as is is bad
23879:
23880: * src/: classes/double.C, classes/int.C, classes/root.C,
23881: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23882: types/pa_vint.h: ^for
23883:
23884: 2001-03-12 paf
23885:
23886: * src/classes/table.C: table ^empty
23887:
23888: * src/: classes/table.C, include/pa_table.h: table ^menu
23889:
23890: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23891: ^offset ^line ^count
23892:
23893: * src/classes/root.C: ^round() ^floor() ^ceiling()
23894: ^abs() ^sign()
23895:
23896: * src/classes/: root.C, table.C: ^use
23897:
23898: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23899: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23900: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23901: ^while. switched off wcontext.constructing after write(value) or
23902: auto-vhash-constructing
23903:
23904: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23905: main/pa_request.C: fail_if_junction_ helper func
23906:
23907: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23908: include/pa_request.h, main/execute.C, main/main.dsp,
23909: main/pa_common.C, main/pa_request.C: ^process error point by
23910: actual method_name, not source. ^load
23911:
23912: * src/types/pa_vtable.h: table: no, better with string in cells...
23913:
23914: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23915: classes/_table.h, classes/table.C, main/untaint.C: z
23916:
23917: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23918: include/pa_table.h, main/core.C, main/execute.C,
23919: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23920: types/pa_value.h: table:set 0
23921:
23922: * src/: classes/root.C, include/core.h, include/pa_array.h,
23923: include/pa_request.h, include/pa_table.h, main/core.C,
23924: main/main.dsp, main/pa_request.C, main/pa_table.C,
23925: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23926: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23927: types/pa_vstring.h: freeze, ^table:create[] -1
23928:
23929: * src/: classes/root.C, types/pa_value.h: z
23930:
23931: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23932: get_method in couple places optimizing them
23933:
23934: * src/classes/root.C: z
23935:
23936: * src/: classes/root.C, types/pa_vclass.h: process temp main
23937: zeroing
23938:
23939: * src/: classes/double.C, classes/int.C, classes/root.C,
23940: classes/string.C, include/pa_common.h, include/pa_request.h,
23941: include/pa_string.h, include/pa_types.h, main/compile.C,
23942: main/compile.y, main/compile_tools.h, main/execute.C,
23943: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23944: types/pa_vmframe.h: ^process. actual names to store param and
23945: check_actual_numbered_params for better place diagnostics
23946:
23947: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23948: method-junctions bug fixed
23949:
23950: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23951: pa_vstateless_object.h, pa_vstring.h: stateless_object
23952:
23953: 2001-03-11 paf
23954:
23955: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23956: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23957: VDouble VInt base now VObject_base - without fields
23958:
23959: * src/: classes/root.C, include/core.h, main/core.C: z
23960:
23961: * src/: classes/double.C, classes/int.C, classes/root.C,
23962: classes/string.C, include/core.h, include/pa_hash.h,
23963: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23964: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23965:
23966: * src/: classes/double.C, classes/int.C, classes/root.C,
23967: include/pa_request.h, main/execute.C: intercept_string
23968:
23969: * src/: classes/double.C, classes/int.C, classes/root.C,
23970: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23971:
23972: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23973: ^inc-s(expr)
23974:
23975: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23976: classes/_root.h, classes/_string.h, classes/double.C,
23977: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23978: include/code.h, include/core.h, include/pa_array.h,
23979: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23980: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23981: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23982: include/pa_types.h, main/compile.C, main/compile.y,
23983: main/compile_tools.C, main/compile_tools.h, main/core.C,
23984: main/execute.C, main/pa_array.C, main/pa_common.C,
23985: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23986: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23987: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23988: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23989: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23990: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23991: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23992: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23993:
23994: * src/: main/pa_request.C, types/pa_vhash.h: z
23995:
23996: * src/: include/core.h, include/pa_request.h, main/core.C,
23997: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23998:
23999: * src/: include/pa_valiased.h, include/pa_value.h,
24000: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24001: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24002: include/pa_vjunction.h, include/pa_vmframe.h,
24003: include/pa_vobject.h, include/pa_vstring.h,
24004: include/pa_vunknown.h, include/pa_wcontext.h,
24005: include/pa_wwrapper.h, main/compile.y, main/core.C,
24006: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24007: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24008: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24009: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24010: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24011: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24012: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24013: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24014: include/
24015:
24016: 2001-03-10 paf
24017:
24018: * src/: include/core.h, include/pa_request.h, main/core.C,
24019: main/pa_request.C: run+auto=run
24020:
24021: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24022:
24023: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24024: classes/_root.h, classes/_string.h, classes/double.C,
24025: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24026: include/code.h, include/core.h, include/pa_array.h,
24027: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24028: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24029: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24030: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24031: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24032: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24033: include/pa_vjunction.h, include/pa_vmframe.h,
24034: include/pa_vobject.h, include/pa_vstring.h,
24035: include/pa_vunknown.h, include/pa_wcontext.h,
24036: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24037: main/compile_tools.C, main/compile_tools.h, main/core.C,
24038: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24039: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24040: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24041: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24042: main/pa_wcontext.C: sources header
24043:
24044: * src/main/pa_request.C: auto..
24045:
24046: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24047: main/pa_request.C: auto tree0
24048:
24049: * src/: include/core.h, include/pa_request.h, main/compile.y,
24050: main/core.C, main/pa_request.C: names to core.C
24051:
24052: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24053: include/pa_request.h, main/core.C, main/execute.C,
24054: main/pa_common.C, main/pa_request.C: root auto.p loaded
24055:
24056: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24057: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24058: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24059: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24060:
24061: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24062: @auto[] realised. auto.p scan togo
24063:
24064: * src/: include/pa_request.h, main/execute.C: autocalc
24065: code-junctions result now have names
24066:
24067: * src/: classes/double.C, classes/int.C, classes/root.C,
24068: classes/string.C, include/pa_request.h, include/pa_string.h,
24069: include/pa_wcontext.h, main/compile.y, main/execute.C,
24070: main/pa_string.C, main/pa_wcontext.C: tainting 0
24071:
24072: * src/classes/env.C: env:file/line
24073:
24074: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24075: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24076: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24077: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24078: main/compile_tools.C, main/compile_tools.h, main/core.C,
24079: main/execute.C, main/main.dsp, main/pa_cframe.C,
24080: main/pa_request.C, main/pa_wcontext.C: const fight finished
24081:
24082: * src/include/pa_vclass.h: const fight to go
24083:
24084: * src/: classes/_env.h, classes/env.C, classes/root.C,
24085: include/pa_request.h, include/pa_vclass.h, main/core.C,
24086: main/main.dsp: env0
24087:
24088: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24089: classes/_string.h, classes/double.C, classes/int.C,
24090: classes/root.C, classes/string.C, include/pa_request.h,
24091: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24092: include/pa_wcontext.h, main/core.C, main/main.dsp,
24093: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24094: main/pa_wcontext.C: ^lang prepare0
24095:
24096: 2001-03-09 paf
24097:
24098: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24099: construct proper naming
24100:
24101: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24102: classes/double.C, classes/int.C, classes/root.C,
24103: classes/string.C, include/code.h, include/pa_value.h,
24104: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24105: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24106: main/compile.y, main/compile_tools.C, main/core.C,
24107: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24108: and ^double[]. fixed expr type
24109:
24110: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24111: ^string.length[]
24112:
24113: 2001-03-08 paf
24114:
24115: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24116:
24117: * src/: include/pa_vclass.h, include/pa_vstring.h,
24118: include/pa_wcontext.h, main/compile.y, main/core.C,
24119: main/execute.C, main/main.dsp: dead end: vstring can't be
24120: derivated from vobject
24121:
24122: * src/: include/pa_vclass.h, include/pa_vhash.h,
24123: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24124:
24125: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24126: remained clone conseqs
24127:
24128: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24129:
24130: * src/main/pa_vclass.C: wow! vclass were out of vcs
24131:
24132: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24133: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24134: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24135: include/pa_vobject.h, include/pa_vstring.h,
24136: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24137: main/execute.C: withoud cloning. didn't need it actually, params
24138: got passed from out unnamed ewpool
24139:
24140: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24141: include/pa_vjunction.h, include/pa_vobject.h,
24142: include/pa_vunknown.h, main/compile.y: cloning dead end
24143:
24144: * src/: include/pa_bool.h, include/pa_double.h,
24145: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24146: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24147: include/pa_vjunction.h, include/pa_vmframe.h,
24148: include/pa_vobject.h, include/pa_vstring.h,
24149: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24150: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24151: to give params proper names
24152:
24153: * src/main/pa_wcontext.C: z
24154:
24155: * src/: include/pa_vmframe.h, main/execute.C: added names to
24156: unknown values in get_element and unfilled params. removed wrong
24157: name change in get_element
24158:
24159: * src/main/execute.C: z
24160:
24161: * src/main/execute.C: fixed problems calling operators in
24162: constructors
24163:
24164: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24165: detected problems calling operators in constructors
24166:
24167: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24168: autocalc def to string
24169:
24170: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24171: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24172:
24173: * src/classes/root.C: added root.c
24174:
24175: * src/: include/pa_request.h, include/pa_value.h,
24176: include/pa_vcframe.h, include/pa_vmframe.h,
24177: include/pa_wcontext.h, main/compile.C, main/compile.y,
24178: main/core.C, main/execute.C, main/pa_cframe.C,
24179: main/pa_wcontext.C: 'if' just compiled
24180:
24181: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24182: include/pa_vjunction.h, include/pa_vmframe.h,
24183: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24184: main/pa_wcontext.C: z
24185:
24186: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24187: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24188: with parameter names in operator methods
24189:
24190: * src/main/compile.y: minor renamings in .y
24191:
24192: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24193: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24194: @BASE. changed 'RUN' assignment mech
24195:
24196: * src/main/execute.C: z
24197:
24198: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24199: main/compile_tools.h, main/execute.C: made class: dynamic, not
24200: static. so to enable runtime ^use
24201:
24202: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24203:
24204: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24205: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24206:
24207: * src/main/execute.C: root root in code-junction
24208:
24209: 2001-03-07 paf
24210:
24211: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24212: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24213:
24214: * src/: include/pa_stack.h, include/pa_value.h,
24215: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24216: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24217: fixed rwcontext of {} params up
24218:
24219: * src/main/: compile.y, compile_tools.h: ^func(params)
24220:
24221: * src/main/compile.y: .y priorities syntax shaped up a bit
24222:
24223: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24224: include/pa_vunknown.h, main/compile.y, main/execute.C,
24225: main/pa_hash.C: expr def in -f
24226:
24227: * src/main/: compile.y, execute.C: expr calls
24228:
24229: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24230: fixed
24231:
24232: * src/main/compile.y: expr quoted code
24233:
24234: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24235: support0
24236:
24237: * src/main/compile.y: expr string comparisons 0
24238:
24239: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24240: main/pa_string.C: just compiled lt&co
24241:
24242: * src/main/execute.C: ^var.menu{$field} problem detected. that
24243: $field not a $var.field
24244:
24245: 2001-03-06 paf
24246:
24247: * src/main/compile.y: .y expr visible-shorter
24248:
24249: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24250: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24251: logical
24252:
24253: * src/: include/pa_vstring.h, main/compile.y: problems with
24254: skipping whitespace in yylex
24255:
24256: * src/include/pa_vbool.h: forgot this
24257:
24258: * src/: include/code.h, main/compile.y, main/execute.C: without
24259: string ops in expressions 0
24260:
24261: * src/: include/pa_value.h, include/pa_vdouble.h,
24262: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24263: main/execute.C, main/main.dsp: !~
24264:
24265: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24266: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24267: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24268: include/pa_vunknown.h, include/pa_wcontext.h,
24269: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24270: main/compile_tools.h, main/execute.C: +-*/
24271:
24272: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24273: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24274:
24275: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24276: main/execute.C: expr grammar-1 2*2=4.000000 :)
24277:
24278: * src/main/compile.y: expr grammar-1
24279:
24280: * src/main/compile.y: expr lexx1
24281:
24282: * src/main/: compile.y, execute.C, main.dsp: z
24283:
24284: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24285: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24286: main/execute.C: expr lex0 exec-1
24287:
24288: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24289:
24290: 2001-02-26 paf
24291:
24292: * src/main/compile.y: max_string in yyerror bug fix
24293:
24294: 2001-02-25 paf
24295:
24296: * src/: include/pa_value.h, include/pa_vmframe.h,
24297: include/pa_wcontext.h, main/execute.C: VAliased3
24298:
24299: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24300:
24301: * src/main/execute.C: VAliased1
24302:
24303: * src/: include/pa_request.h, include/pa_value.h,
24304: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24305: VAliased0
24306:
24307: * src/: include/pa_pool.h, include/pa_request.h,
24308: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24309: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24310: VAliased just compiled
24311:
24312: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24313: include/pa_vobject.h, main/execute.C: alias dead end
24314:
24315: * src/: include/pa_value.h, include/pa_vclass.h,
24316: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24317: main/main.dsp: no not get fields into interm VFielded class.
24318: fields & staticfields 1
24319:
24320: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24321: include/pa_vobject.h, include/pa_wcontext.h,
24322: include/pa_wwrapper.h, main/core.C, main/execute.C,
24323: main/main.dsp: would now get fields into interm VFielded class
24324:
24325: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24326: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24327: include/pa_wcontext.h, main/compile.y, main/core.C,
24328: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24329: main/pa_wcontext.C: virtuals2
24330:
24331: * src/main/compile.y: : 1
24332:
24333: * src/main/compile.y: rethought to $class:static.field.subfield
24334:
24335: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24336: $class:element
24337:
24338: * src/: include/pa_value.h, include/pa_vmframe.h,
24339: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24340: main/pa_wcontext.C: before execute class calls rewrite
24341:
24342: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24343: name RUN, also alias
24344:
24345: * src/main/compile.y: escaping bug
24346:
24347: * src/: include/pa_request.h, include/pa_value.h,
24348: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24349: main/core.C, main/execute.C, main/pa_common.C: vobject1
24350:
24351: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24352: include/pa_vmframe.h, include/pa_vobject.h,
24353: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24354: main/compile_tools.h, main/execute.C: ^class:method() just
24355: compiled
24356:
24357: 2001-02-24 paf
24358:
24359: * src/main/main.dsp: no bison -d
24360:
24361: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24362: class' err msg wrong
24363:
24364: * src/main/compile.y: z
24365:
24366: * src/main/: compile.y, core.C: yylex need some @special lines adj
24367:
24368: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24369: main/compile.y, main/compile_tools.h, main/core.C: modules0
24370:
24371: * src/: include/pa_vclass.h, main/core.C: z
24372:
24373: * src/: include/pa_value.h, include/pa_vclass.h,
24374: include/pa_vobject.h, main/main.dsp: vobject00
24375:
24376: * src/main/pa_array.C: minor bug in expanding very small arrays.
24377: 60% from 1 were 0
24378:
24379: * src/: include/pa_value.h, include/pa_wcontext.h,
24380: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24381: as bad as you've named it: wcontext.value() was not a perfect
24382: idea
24383:
24384: * src/main/execute.C: codeframe1
24385:
24386: * src/: include/pa_value.h, include/pa_vcframe.h,
24387: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24388: include/pa_vjunction.h, include/pa_vmframe.h,
24389: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24390: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24391: just compiled
24392:
24393: * src/: include/pa_vframe.h, main/compile.y: found junction
24394: ideology @: ^x{$a()) must construct current wcontext element, so
24395: smart wcontext handling needed
24396:
24397: * src/main/compile.y: fixed grammar bugs in constructor/params
24398: klinch
24399:
24400: * src/main/: compile.y, execute.C: fixed empty constructor
24401: optimized empty case. failed on calls - produced empty string
24402: param
24403:
24404: * src/main/compile.y: fixed last \n macrotemplate strip bug
24405:
24406: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24407: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24408: main/compile_tools.C, main/compile_tools.h, main/core.C,
24409: main/execute.C: code junctions0. something wrong with last \n
24410: macrotemplate strip
24411:
24412: * src/: include/pa_value.h, main/compile.C, main/core.C,
24413: main/pa_value.C: minor error reporting format beautifyings
24414:
24415: * src/: include/pa_value.h, include/pa_vclass.h,
24416: include/pa_vframe.h, main/core.C, main/execute.C,
24417: main/pa_value.C: get_method RIP. junctions everywhere. call with
24418: junctions0
24419:
24420: 2001-02-23 paf
24421:
24422: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24423: pa_wwrapper.h: lara came, can't work, sorry :(
24424:
24425: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24426: junction
24427:
24428: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24429: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24430: main/execute.C, main/main.dsp, main/pa_value.C: call0
24431:
24432: * src/: include/pa_hash.h, include/pa_value.h,
24433: include/pa_wcontext.h, main/core.C, main/execute.C,
24434: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24435: done
24436:
24437: * src/include/pa_wcontext.h: z
24438:
24439: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24440: wrong grammar in complex constructor case
24441:
24442: * src/main/: compile.y, execute.C: empty constructor bug fixed
24443:
24444: * src/main/execute.C: with result rwpool
24445:
24446: * src/: include/pa_value.h, main/core.C, main/execute.C,
24447: main/main.dsp: value named
24448:
24449: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24450: strign 2 value in 2 places in execute
24451:
24452: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24453: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24454: wcontext.put_element when wcontext fvalue==0
24455:
24456: 2001-02-22 paf
24457:
24458: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24459: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24460: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24461:
24462: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24463: erroreos checkout
24464:
24465: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24466:
24467: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24468: main/compile_tools.h, main/pa_array.C: $self.get
24469:
24470: * src/main/: compile.C, compile.y, compile_tools.C: z
24471:
24472: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24473: bit. finished now.
24474:
24475: * src/main/compile.y: $: finished
24476:
24477: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24478:
24479: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24480: main/execute.C: OP_STRING better then some xxx _VALUE
24481:
24482: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24483: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24484: string to vstring it .y all
24485:
24486: * src/: include/pa_request.h, include/pa_stack.h,
24487: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24488: all
24489:
24490: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24491: precise parse error line:col
24492:
24493: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24494: main/pa_hash.C, main/pa_pool.C: TRY...
24495:
24496: * src/: include/pa_exception.h, include/pa_pool.h,
24497: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24498: main/compile.C, main/compile.y, main/compile_tools.C,
24499: main/core.C, main/pa_array.C, main/pa_exception.C,
24500: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24501: main/pa_table.C: removed exception from request
24502:
24503: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24504: some forgotten
24505:
24506: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24507: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24508: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24509: get/put simple vars to VClass works0
24510:
24511: * src/: include/pa_array.h, include/pa_wcontext.h,
24512: main/pa_string.C: in process, but found that exceptions are too
24513: global
24514:
24515: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24516: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24517: main/execute.C, main/pa_string.C: write_value write_string 0 it
24518: seems wcontext must write strings regardles of fvalue!=0
24519:
24520: 2001-02-21 paf
24521:
24522: * src/main/execute.C: tired :)
24523:
24524: * src/main/: compile.C, compile.y, execute.C: store0
24525:
24526: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24527: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24528: include/pa_wcontext.h, main/compile.C, main/compile.y,
24529: main/execute.C, main/main.dsp, main/pa_array.C,
24530: main/pa_request.C: get put -1 [just compiled]
24531:
24532: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24533: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24534: main/main.dsp, main/pa_request.C: request core methods0
24535:
24536: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24537: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24538: execute
24539:
24540: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24541: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24542: methods and one_big_piece. now compile returns array<method*>
24543:
24544: * src/main/compile.y: more straightforward yylex[end]
24545:
24546: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24547: string.operator==(char*)
24548:
24549: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24550: main/execute.C, main/pa_array.C: after array.const get wonders
24551:
24552: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24553: pa_string.h, pa_value.h: struck with const array.gets
24554:
24555: * src/main/: execute.C: z
24556:
24557: * src/main/: compile.y, execute.C: z
24558:
24559: * src/main/: compile.C, compile.y, compile_tools.h: error
24560: processing in eval & yyerror so it wouldn't cause memleaks.
24561:
24562: * src/main/: compile.C, compile.y: failed to add absolute precies
24563: parse error positions. leaving RIGHTMOST position as
24564: @file[line:col]
24565:
24566: * src/: include/compile.h, main/compile.C, main/compile.y,
24567: main/compile_tools.h: line numbers needed. would add them to .y
24568: now internally. externally it's not as precise as needed
24569:
24570: * src/: include/code.h, include/pa_types.h, main/compile.C,
24571: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24572: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24573: compiler works ok
24574:
24575: 2001-02-20 paf
24576:
24577: * src/main/: compile.C, compile.y, compile_tools.C,
24578: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24579: not perfect
24580:
24581: * src/: include/code.h, include/compile.h, include/execute.h,
24582: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24583: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24584: main/compile.C, main/compile.y, main/compile_tools.C,
24585: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24586: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24587: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24588: compiled. execute=dump for now
24589:
24590: * src/main/core.C: core rewrite using yacc investigations now will
24591: be compile[yacc]/execute[opcodes]
24592:
24593: 2001-02-15 paf
24594:
24595: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24596: rewrite as turing machine? for it seems it would be it's too many
24597: ifs with this syntax now
24598:
24599: 2001-02-14 paf
24600:
24601: * src/main/core.C: get_params 1
24602:
24603: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24604: :( ]
24605:
24606: * src/main/core.C: varios breaks
24607:
24608: * src/main/core.C: get names 3
24609:
24610: * src/main/core.C: get names 2
24611:
24612: * src/main/core.C: get names 1
24613:
24614: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24615: names 0
24616:
24617: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24618: text repassing2 operator static vars
24619:
24620: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24621: main/pa_string.C: process text repassing
24622:
24623: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24624: module:calls changes
24625:
24626: 2001-02-13 paf
24627:
24628: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24629: ^class:calls[] started
24630:
24631: * src/: include/pa_value.h, main/core.C: z
24632:
24633: * src/main/core.C: operators : and self. prefixes
24634:
24635: * src/main/core.C: z
24636:
24637: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24638: tested
24639:
24640: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24641: optimized
24642:
24643: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24644: would change privates to better support optimization
24645:
24646: * src/: include/pa_string.h, main/pa_string.C:
24647: String_iterator::skip_to todo:optimize
24648:
24649: 2001-02-12 paf
24650:
24651: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24652: String_iterator
24653:
24654: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24655: comments
24656:
24657: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24658: self/methodref joined
24659:
24660: 2001-02-11 paf
24661:
24662: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24663: main/main.dsp: core started. core.C, context&value .h
24664:
24665: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24666: include/pa_string.h, main/main.dsp, main/pa_array.C,
24667: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24668:
24669: 2001-01-30 paf
24670:
24671: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24672: comments
24673:
24674: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24675: main/pa_pool.C: moved pa_pool.C to be target specific
24676:
24677: * src/: include/pa_exception.h, include/pa_pool.h,
24678: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24679: to & changes
24680:
24681: * src/: include/pa_exception.h, include/pa_pool.h,
24682: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24683: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24684: re-associated. that's much better even removed 'die' necessety
24685:
24686: * src/: include/pa_error.h, include/pa_exception.h,
24687: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24688: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24689: targets/Makefile.am: lowered targets/parser into subdir, added
24690: parser_Pool(Pool) failed to add. would think..
24691:
24692: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24693: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24694: main/pa_string.C, main/pa_table.C: Table more like C++ style
24695: hence lots of 'const'
24696:
24697: * src/: include/pa_error.h, include/pa_request.h,
24698: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24699: main/pa_table.C: Error fixed
24700:
24701: 2001-01-29 paf
24702:
24703: * src/: include/pa_array.h, include/pa_common.h,
24704: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24705: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24706: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24707: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24708:
24709: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24710: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24711: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24712: main/pa_string.C, main/pa_table.C: Request Error Table
24713:
24714: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24715: templates"
24716:
24717: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24718: main/main.dsp, main/pa_array.C: templates failed no template
24719: specializations [VC6], no library auto instantation [VC6, GNU c++
24720: 2.95.2-6 from latest cygwin]
24721:
24722: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24723: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24724: main/main.dsp, main/pa_array.C, main/pa_string.C,
24725: main/pa_table.C: Table started would test template Array now
24726:
24727: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24728: String originating
24729:
24730: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24731: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24732: SYNCHRONIZED(thread_safe)
24733:
24734: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24735: parts to top
24736:
24737: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24738: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24739: see: needed only in global Hash now, made Hash:: put/get
24740: SYNCHRONIZED
24741:
24742: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24743: main/pa_threads.C: added pa_threads
24744:
24745: Mutex
24746:
24747: * src/include/pa_hash.h: some comments
24748:
24749: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24750: Array& operator += (Array& src)
24751:
24752: * src/main/pa_array.C: expand not convinient, would rewrite
24753:
24754: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24755: (Array& src)
24756:
24757: rethought, would change now
24758:
24759: 2001-01-27 paf
24760:
24761: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24762: caching
24763:
24764: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24765: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24766: cache rethought to chunk caching
24767:
24768: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24769: include/pa_string.h, main/main.dsp, main/pa_array.C,
24770: main/pa_hash.C, main/pa_string.C: Array 0
24771:
24772: * src/main/pa_string.C: String::operator ==
24773:
24774: * src/main/pa_hash.C: String(&String)
24775:
24776: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24777:
24778: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24779: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24780: pa_hash[forgotten]
24781:
24782: 2001-01-26 paf
24783:
24784: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24785: removed templates [vc++ suxx]
24786:
24787: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24788: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24789:
24790: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24791:
1.119 moko 24792: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24793:
1.119 moko 24794: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24795: check
24796:
24797: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24798: dynamic row_count
24799:
24800: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24801: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24802: targets/Makefile.am: Initial revision
24803:
24804: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24805: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24806: targets/Makefile.am: creating parser3 module
24807:
E-mail: