Annotation of parser3/ChangeLog, revision 1.172
1.172 ! moko 1: 2021-11-30 moko
! 2:
! 3: * src/targets/cgi/parser3.C: default sock_ready interval changed to
! 4: 0.5 sec
! 5:
1.171 moko 6: 2021-11-10 moko
7:
8: * tests/results/415.processed: more syntax errors tests added
9:
10: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
11: 28.p: minor syntax error tests
12:
13: * src/main/pa_exception.C: pa_strdup added for compatibility
14:
15: * src/classes/curl.C: hint to call ^curl:options[
16: $.library[correct.libcurl.so.name] ] added if default load fails.
17:
18: 2021-11-09 moko
19:
20: * src/main/compile.y: error message can be on stack
21:
22: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
23:
24: * src/main/pa_charset.C: memcpy is more correct and efficient in
25: this case then strncpy
26:
27: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
28: instead of strcpy where possible
29:
30: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
31: used to avoid MAX_STRING limit in Exception comment
32:
33: * tests/results/415.processed: compiler exceptions are no longer
34: limited to MAX_STRING
35:
36: * src/main/: compile.y, compile_tools.h: Parse_control uses const
37: char * instead of fixed buffer
38:
39: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
40: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
41: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
42: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
43: results/415.processed: tests for parser.compile exceptions added
44:
45: 2021-11-08 moko
46:
47: * src/: classes/math.C, include/pa_common.h, main/compile.y,
48: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
49: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
50: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
51: drawbacks
52:
1.170 moko 53: 2021-11-06 moko
54:
55: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
56: (implements feature #1219)
57:
58: * tests/: 414.html, results/414.processed: test for
59: ^hash.rename[from;to] added (related to feature #1144)
60:
61: 2021-11-05 moko
62:
63: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
64: (related to feature #1144)
65:
66: 2021-11-04 moko
67:
68: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
69: added (implements feature #1144)
70:
1.169 moko 71: 2021-10-19 moko
72:
73: * tests/: 413.html, results/413.processed: test for hash no longer
74: is accepted as file parameter (related to bug #1218)
75:
76: * src/: classes/curl.C, classes/file.C, classes/image.C,
77: classes/math.C, classes/xdoc.C, types/pa_value.C,
78: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
79: longer is accepted as file parameter (fixes bug #1218)
80:
1.168 moko 81: 2021-07-19 moko
82:
83: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
84: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
85:
1.167 moko 86: 2021-04-16 moko
87:
88: * src/types/pa_vmail.C: message can be null when e-mail is broken,
89: processing it leads to assertions.
90:
1.166 moko 91: 2021-03-25 moko
92:
93: * tests/: 412.html, results/412.processed: test to demonstrate bug
94: #1213
95:
1.165 moko 96: 2021-02-12 moko
97:
98: * tests/: 360.html, results/360.processed, results/363.processed:
99: parser method call in expression mode no longer differs from call
100: in string mode (related to feature #1211)
101:
102: 2021-02-11 moko
103:
104: * src/types/pa_vmail.C: mail parsing with Windows line endings
105: fixed (bug #1212)
106:
107: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
108: when called $v[^test[]] vs $v(^test[]), numbers are converted to
109: strings in both calls (implements feature #1211)
110:
1.164 moko 111: 2021-01-28 moko
112:
113: * buildall, etc/auto.p.in: to remove last patch in debian package
114:
115: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
116: 3.4.7b
117:
1.162 moko 118: 2021-01-21 moko
119:
120: * src/main/pa_http.C: no alarm() in file::load when web server mode
121: is MULTITHREADED
122:
1.157 moko 123: 2021-01-20 moko
124:
1.161 moko 125: * src/targets/apache/mod_parser3.c: it is more correct to recommend
126: 'a2enmod mpm_prefork'
127:
1.160 moko 128: * src/targets/apache/mod_parser3.c: prefork name is now
129: 'libapache2-mpm-itk'
130:
131: * src/targets/apache/mod_parser3_core.C: last regular malloc
132: removed
133:
1.159 moko 134: * src/targets/isapi/Makefile.am: -pa_threads.C
135:
1.158 moko 136: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
137: 3.4.6
138:
1.157 moko 139: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
140:
141: * etc/auto.p.in: @config[result] added to simplify $cfg change in
142: /httpd.p
143:
144: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
145: ^use[/httpd.p] + optional ^preprocess[] (related to feature
146: #1203)
147:
148: 2021-01-19 moko
149:
150: * buildall: --disable-parallel-mark added to avoid "number of
151: processors" threads creation for heap marking as it conflicts
152: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
153: limits threads)
154:
1.156 moko 155: 2021-01-16 moko
156:
157: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
158: main/pa_globals.C, main/pa_memory.C,
159: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
160: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
161: feature #1209)
162:
163: 2021-01-15 moko
164:
165: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
166: 3.4.6rc
167:
168: * src/classes/json.C: get_delim added for delimiter caching (10%
169: faster on large json)
170:
171: 2021-01-14 moko
172:
173: * operators.txt: updated with 3.4.6 changes
174:
175: * tests/results/224.processed: test result modified after
176: today(shift) implemented
177:
178: * tests/: 407.html, results/407.processed: test for ^hash.select
179: option $.default(bool) added (related to feature #1172)
180:
181: * src/classes/hash.C: ^hash.select option $.default(bool) added
182: (related to feature #1172)
183:
184: * tests/: 141.html, results/141.processed: test modified for
185: feature #1185.
186:
187: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
188: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
189: options $.lower(bool) (implements feature #1185)
190:
191: 2021-01-11 moko
192:
193: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
194: #1192)
195:
196: * tests/: 411.html, results/411.processed: test for ^date::today(N)
197: added (related to feature #1192)
198:
1.155 moko 199: 2021-01-05 moko
200:
201: * tests/: 270.html, results/270.processed: test modified to work
202: under Windows
203:
204: * tests/: 390.html, 395.html, results/395.processed: tests updated
205: 4 windows
206:
207: * tests/: 410.html, results/410.processed: test for
208: $CLASS-GETTER-PROTECTED(false) added
209:
210: 2021-01-04 moko
211:
212: * tests/: 409.html, results/409.processed, results/auto.p: test for
213: $MAIN:LOCALS(true) added
214:
1.154 moko 215: 2021-01-03 moko
216:
217: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
218: types/pa_vclass.h, types/pa_vstateless_class.C,
219: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
220: +LOCALS. $main -> $MAIN in exception texts (implements feature
221: #1207)
222:
223: 2021-01-02 moko
224:
225: * etc/auto.p.in: minor
226:
227: * src/main/pa_request.C: sending headers only after opening file to
228: allow error reporting if file was not opened (foreign group,
229: etc).
230:
231: 2020-12-31 moko
232:
233: * src/: include/pa_request.h, main/pa_request.C,
234: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
235:
236: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
237: main/pa_request.C: get_class_ref added and used
238:
239: * etc/auto.p.in: @CLASS httpd added
240:
241: * etc/auto.p.in: @auto[] is now first
242:
243: 2020-12-30 moko
244:
245: * tests/: 408.html, results/408.processed: test for bug #1166
246: (windows only) added
247:
248: * src/main/pa_common.C: create_dir_for_file should not create dir
249: for trailing / (fixes bug #1166)
250:
251: * tests/: 341.html, results/341.processed: tests for
252: ^nameless_table.hash[] added (related to feature #1138)
253:
254: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
255: (implements feature #1138), extra fields in named tables no
256: longer ignored (implements feature #1138)
257:
258: * tests/results/390.processed: updated after exception text change
259:
260: 2020-12-29 moko
261:
262: * tests/: 407.html, results/407.processed: +$._default check
263:
264: * src/classes/hash.C: keep $_default in ^hash.reverse[]
265:
266: * tests/: 407.html, results/407.processed: test for ^hash.select[]
267: and ^hash.reverse[] added (releated to feature #1172)
268:
269: * src/classes/hash.C:
270: ^hash.select[key;value](bool-condition)[options hash] +
271: ^hash.reverse[] added (implements feature #1172)
272:
273: * src/types/pa_vtable.h: warning war
274:
275: * src/include/pa_config_fixed.h: win32 fix
276:
1.153 moko 277: 2020-12-27 moko
278:
279: * tests/: 406.html, results/406.processed: test results updated
280:
281: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
282: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
283: spelling
284:
285: 2020-12-26 moko
286:
287: * tests/: 406.html, results/406.processed: tests for
288: ^table.rename[] added (related to feature #1148)
289:
290: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
291: ^table.rename[column name from;column name to], ^table.rename[
292: $.[column name from][column name to] ... ] added (implements
293: feature #1148)
294:
295: 2020-12-25 moko
296:
297: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
298: request_info now on stack to avoid yet another THREAD_LOCAL
299: memory deallocation issue (now with cookies), explained in #1203
300:
301: * src/types/pa_vcookie.C: fields should be inited
302:
303: 2020-12-24 moko
304:
305: * src/include/pa_stylesheet_connection.h: looks like
306: xsltFreeStylesheet leads to memory double-free. If so, it's for
307: sure libxml bug, but we have GC anyway, so we just remove this
308: call and see...
309:
310: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
311: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
312: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
313: abort.c:65:8 frame #3: 0x00000000004da663
314: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
315: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
316: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
317: malloc.c:617:9 frame #5: 0x0000000000577f0c
318: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
319: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
320: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
321: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
322: frame #8: 0x000000000050d35c
323: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
324: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
325: frame #10: 0x00000000004436e5
326: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
327: [inlined]
328: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
329: pa_stylesheet_connection.h:62:3
330:
331: 2020-12-23 moko
332:
333: * src/classes/image.C: ^image::measure[; $.video() ] option added
334:
335: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
336: ^image::measure[; $.video(true) ] added
337:
338: * src/main/pa_exec.C: not cleared automatically in multithreaded
339: httpd mode for unknown reasons
340:
341: 2020-12-22 moko
342:
343: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
344: error_log uri of currently processed document", but never used
345: and conflicts with how libgc stops threads on FreeBSD (#define
346: SIG_SUSPEND SIGUSR1), thus removed.
347:
348: 2020-12-21 moko
349:
350: * src/main/pa_request.C: +comment
351:
1.151 moko 352: 2020-12-20 moko
353:
1.152 moko 354: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
355: it is more safe to have versions of pa_strdup with one and two
356: arguments, as helper_length=0 not always mean that strlen()
357: should be called, but means zero.
358:
359: * src/targets/isapi/parser3isapi.C: minor
360:
361: * src/main/pa_http.C: +valid_http_method
362:
1.151 moko 363: * src/: include/pa_http.h, main/pa_http.C,
364: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
365:
366: 2020-12-17 moko
367:
368: * tests/: 405.html, results/405.processed: test for split by regex
369: added (related to feature #1160)
370:
371: * src/classes/string.C: split by regex implemented (feature #1160)
372:
373: * src/classes/string.C: minor
374:
375: * tests/: 404.html, results/404.processed: test for whitespace
376: string is now OK for table argument (related to feature #1169)
377:
378: * src/: classes/image.C, classes/string.C, classes/table.C,
379: types/pa_vmethod_frame.C: whitespace string is now OK for table
380: argument (as with hash) (implements feature #1169)
381:
382: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
383: limit for comment (fixes bug #1102)
384:
385: * src/targets/cgi/parser3.C: +HAVE_TLS check
386:
387: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
388:
389: * src/include/pa_config_includes.h: HAVE_TLS used
390:
391: * configure.ac: +TLS check
392:
393: * src/main/pa_http.C: content logging added
394:
395: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
396: clear_response_headers added
397:
398: 2020-12-16 moko
399:
400: * buildall: as we now use threads, libatomic_ops still required for
401: some OS.
402:
403: * src/main/pa_request.C: whitespace
404:
405: * src/: include/pa_request.h, main/pa_request.C:
406: Request::Exception_trace::table extracted and used
407:
408: * src/main/pa_request.C: moving output_result call outside of try
409: as network exceptions should not be handled by parser code
410:
411: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
412: logging network exchange
413:
414: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
415: via network if it was network write error.
416:
417: * src/targets/cgi/parser3.C: log -> pa_log
418:
419: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
420:
421: * src/main/pa_threads.C: getpid() if no gettid() found
422:
423: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
424: we need to ignore "void" connections from browsers (browsers open
425: connections in advance and they will be empty if user does not
426: request more pages)
427:
428: 2020-12-15 moko
429:
430: * src/targets/cgi/parser3.C: avoid previous uri in logs
431:
432: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
433: RequestController not needed in httpd mode
434:
435: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
436: classes/classes.h, classes/curl.C, classes/date.C,
437: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
438: classes/hashfile.C, classes/image.C, classes/inet.C,
439: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
440: classes/memcached.C, classes/memory.C, classes/op.C,
441: classes/reflection.C, classes/regex.C, classes/response.C,
442: classes/string.C, classes/table.C, classes/void.C,
443: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
444: include/pa_array.h, include/pa_base64.h,
445: include/pa_cache_managers.h, include/pa_charset.h,
446: include/pa_charsets.h, include/pa_common.h,
447: include/pa_config_fixed.h, include/pa_config_includes.h,
448: include/pa_dictionary.h, include/pa_dir.h,
449: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
450: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
451: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
452: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
453: include/pa_request_charsets.h, include/pa_request_info.h,
454: include/pa_sapi.h, include/pa_socks.h,
455: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
456: include/pa_stack.h, include/pa_string.h,
457: include/pa_stylesheet_connection.h,
458: include/pa_stylesheet_manager.h, include/pa_symbols.h,
459: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
460: include/pa_uue.h, include/pa_xml_exception.h,
461: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
462: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
463: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
464: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
465: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
466: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
467: main/compile.tab.C, main/compile.y, main/compile_tools.C,
468: main/compile_tools.h, main/execute.C, main/pa_base64.C,
469: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
470: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
471: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
472: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
473: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
474: main/pa_sql_driver_manager.C, main/pa_string.C,
475: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
476: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
477: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
478: main/untaint.C, sql/pa_sql_driver.h,
479: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
480: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
481: targets/isapi/parser3isapi.C, types/pa_junction.h,
482: types/pa_method.h, types/pa_property.h, types/pa_value.C,
483: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
484: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
485: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
486: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
487: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
488: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
489: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
490: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
491: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
492: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
493: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
494: types/pa_vmemory.h, types/pa_vmethod_frame.C,
495: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
496: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
497: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
498: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
499: types/pa_vstateless_object.h, types/pa_vstatus.C,
500: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
501: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
502: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
503: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
504: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
505:
506: * src/main/pa_request.C: old compilers support
507:
508: * tests/: 362.html, results/362.processed: test updated after
509: changes after upgrade to libxml2-2.9.9 were made (related to bug
510: #1108)
511:
512: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
513: removed, as xsltFreeStylesheet has side effects on original doc.
514: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
515: not updated after xdoc modification (part 3 of test 362).
516: (related to bug #1108)
517:
518: * src/targets/isapi/parser3isapi.C: +pa_strcat
519:
520: * src/: classes/memory.C, include/pa_memory.h,
521: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
522: PA_GC_GCOLLECT used
523:
524: * src/include/pa_memory.h: +PA_GC_COLLECT
525:
526: * src/targets/cgi/parser3.C: msvs support fixes
527:
528: * src/lib/gc/include/gc.h: more cleanup
529:
530: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
531:
532: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
533: targets/cgi/parser3.C: $main:HTTPD.mode implemented
534:
535: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
536:
537: * configure.ac: pthread.h added to checked headers
538:
539: * src/classes/table.C: string stream is back :)
540:
541: * src/classes/memory.C: GC_generate_random_backtrace no longer
542: exists
543:
544: * src/main/pa_globals.C: GC_dont_gc replaced
545:
546: * src/lib/gc/include/gc.h: major cleanup, only used functions are
547: left to simplify adding new functions. depricated GC_dont_gc
548: replaced with GC_disable and GC_enable calls.
549:
550: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
551: CORD_from_file* not used and thus removed
552:
553: * src/lib/gc/include/gc_allocator.h: minor cleanup
554:
555: 2020-12-14 moko
556:
557: * src/classes/: curl.C, memory.C, table.C: every TLS should be
558: referenced elsewhere, or GC will collect it.
559:
560: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
561: main/pa_xml_io.C: bugfix: TLS variables should be referenced
562: elsewhere, or GC will collect them (and we'll get GPF in
563: multithreaded enviroment). May be it can be also fixed by some
564: GC call, not sure. But this fix costs nothing (but hours of
565: debugging to find the issue :).
566:
1.150 moko 567: 2020-12-11 moko
568:
569: * configure.ac: gettid() check added
570:
571: * src/main/pa_threads.C: HAVE_GETTID used
572:
573: * src/include/pa_config_auto.h.in: +HAVE_GETTID
574:
575: * src/: include/pa_threads.h, main/pa_threads.C: now unified
576: version for isapi/cgi/apache
577:
578: * buildall: threads are now required.
579:
580: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
581: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
582: main/main.vcproj: pa_threads.C moved to main
583:
584: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
585: isapi/pa_threads.C: pa_threads.C moved to main
586:
587: * src/: main/Makefile.am, targets/cgi/Makefile.am,
588: targets/apache/Makefile.am: pa_threads.C moved to main
589:
590: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
591:
592: * src/: include/pa_stylesheet_connection.h,
593: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
594: and weird GPF in multithreaded httpd is gone
595:
596: * src/include/: pa_stylesheet_connection.h,
597: pa_sql_driver_manager.h: whitespace
598:
599: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
600:
601: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
602: main/pa_stylesheet_manager.C: whitespace, warning war
603:
604: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
605: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
606: parser_multithreaded never used
607:
608: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
609:
610: 2020-12-10 moko
611:
612: * src/: include/pa_config_includes.h, include/pa_http.h,
613: main/pa_http.C, targets/cgi/parser3.C: initial support for
614: MULTITHREADED and PARALLEL httpd server modes
615:
616: * src/main/pa_globals.C: GC_java_finalization is depricated
617:
618: 2020-12-09 moko
619:
620: * etc/auto.p.in: + @httpd-main
621:
622: * src/: include/pa_common.h, main/pa_request.C,
623: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
624: work
625:
626: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
627: slow file_read_binary no longer used, send_range added
628:
629: 2020-12-08 moko
630:
631: * src/main/pa_request.C: >4Gb support
632:
633: * src/targets/cgi/parser3.C: msvc warning war
634:
635: * src/: include/pa_config_includes.h, main/pa_http.C,
636: main/pa_request.C: msvc warnings war
637:
638: * src/classes/image.C: warning war
639:
640: * src/classes/table.C: MSVC warning war
641:
642: * src/targets/cgi/parser3.C: msvc warnings war
643:
644: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
645: added
646:
1.149 moko 647: 2020-12-07 moko
648:
1.150 moko 649: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
650: avoid logging beside system-wide auto.p
651:
652: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
653:
654: * configure, configure.ac, src/include/pa_config_auto.h.in:
655: configure options added:
656:
657: --with-system-cfg=FILE to specify system-wide auto.p
658: --with-system-log=FILE to specify system-wide parser3.log
659:
660: * Makefile.am: bin no longer exists
661:
662: * configure, configure.ac: auto.p moved to etc to simplify debian
663: package
664:
665: * buildall: auto.p and parser3.charsets moved to their default
666: location after install
667:
668: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
669:
670: * aclocal.m4, configure: automake 1.15 -> 1.16.1
671:
1.149 moko 672: * src/targets/cgi/parser3.C: locate_config call returned to
673: original place as it requires pa_thread_request() under Windows
674:
675: * src/targets/cgi/parser3.C: renaming
676:
677: 2020-12-06 moko
678:
679: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
680: check added
681:
682: 2020-12-04 moko
683:
684: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
685: main/pa_request.C: unified uint64_t lseek implemented to support
686: >4Gb files under x86, including Windows
687:
688: 2020-12-02 moko
689:
690: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
691: with max_file_size
692:
693: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
694: support for processing files sized >4Gb on 32 bit planforms
695:
696: * tests/399.html: file moved
697:
698: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
699:
700: * src/targets/cgi/pa_sapi_info.h: warning war
701:
702: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
703: warning war
704:
705: 2020-12-01 moko
706:
707: * src/classes/image.C: mp4 extended size (>4Gb) support added
708:
709: * src/classes/image.C: for "size not found" exception to be shown
710: if size not found until eof
711:
712: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
713: bit linux)
714:
715: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
716: #1188)
717:
718: 2020-11-30 moko
719:
720: * src/classes/image.C: definitions moved closer to code
721:
722: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
723: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
724: 395_dir/3_VP8X.webp, results/395.processed,
725: results/396.processed: tests for ^image::measure[] .webp support
726: added, all image files moved into one directory (related to
727: feature #1188)
728:
729: * src/classes/image.C: ^image::measure[] now supports webp (feature
730: #1188)
731:
1.148 moko 732: 2020-11-29 moko
733:
734: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
735: processing, unnessesary defines removed
736:
737: 2020-11-24 moko
738:
739: * tests/results/: 099.processed, 100.processed, 205.processed,
740: 309.processed, 310.processed: Content-Disposition: inline
741: returned
742:
743: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
744: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
745: ] added (related to bug #1204)
746:
747: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
748: ] supported to avoid Content-Disposition: inline;
749: filename="<file>.ext" but still set Content-Type for ext (related
750: to bug #1204)
751:
1.147 moko 752: 2020-11-22 moko
753:
754: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
755: types/pa_vfile.C: pa_filename added to avoid useless rsplit
756:
757: * src/main/pa_request.C: content_disposition_inline returned.
758:
759: 2020-11-17 moko
760:
761: * src/main/pa_request.C: empty main method name support
762:
763: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
764: config_handler added, stdout flush added.
765:
766: 2020-11-16 moko
767:
768: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
769:
770: * tests/results/: 099.processed, 205.processed, 237.processed,
771: 309.processed, 310.processed: Content-Disposition: inline is not
772: required and should not contain filename="<name>"
773:
774: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
775: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
776: targets/isapi/parser3isapi.C: pa_strcat implemented and used
777:
1.146 moko 778: 2020-11-14 moko
779:
780: * src/targets/cgi/parser3.C: spelling
781:
782: * src/targets/cgi/parser3.C: renaming
783:
784: * src/targets/cgi/parser3.C: args_skip removed, locate_config
785: relocated
786:
787: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
788: before request processing, which is weired
789:
790: 2020-11-13 moko
791:
792: * src/main/pa_http.C: pa_recv added with timeout support, thus read
793: copied in httpd.
794:
795: 2020-11-12 moko
796:
797: * src/main/pa_http.C: ALARM code unified to be used in httpd
798:
799: * src/: include/pa_request.h, main/pa_request.C,
800: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
801:
802: * src/main/pa_http.C: URI validation added
803:
804: * src/targets/cgi/parser3.C: filespec_to_process now variable,
805: can't be empty but can be null. httpd-main is now main method
806: name for httpd mode
807:
808: 2020-11-11 moko
809:
810: * src/main/pa_request.C: path_translated can be null in httpd mode
811:
812: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
813: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
814: classes/xdoc.C, include/pa_request.h, main/execute.C,
815: main/pa_request.C: r.absolute -> r.full_disk_path
816:
817: * src/targets/cgi/parser3.C: if filename to process is not
818: specified, auto.p should be present.
819:
1.145 moko 820: 2020-11-03 moko
821:
822: * src/: classes/op.C, include/pa_request.h: unused argument removed
823:
824: * src/main/pa_request.C: content_disposition_inline is the default,
825: not required.
826:
1.144 moko 827: 2020-10-29 moko
828:
829: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
830: ^use[file; $.main(true) ] implemented for auto.p processing and
831: path_translated changing to correct relative files path
832: calculation in httpd mode
833:
834: * src/: include/pa_request.h, main/pa_request.C:
835: fail_on_read_problem removed, as it allways true, as if should
836: be.
837:
838: * src/: include/pa_request.h, main/pa_request.C,
839: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
840: targets/isapi/parser3isapi.C: clearing config_filespec when
841: config was not found, thus flag not required and removed.
842:
843: 2020-10-28 moko
844:
845: * tests/: 402.html, results/402.processed: error reporting test
846:
847: * src/main/execute.C: better error reporting when
848: $result[^hash::create[]] in @main.
849:
850: * src/main/: execute.C, pa_request.C: frame.result() should be used
851: + minor optimization
852:
853: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
854: main/pa_xml_io.C: execute_*_method simplified and unified
855:
856: 2020-10-27 moko
857:
858: * tests/: 306.html, results/306.processed: a bit more testing. :)
859:
860: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
861: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
862: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
863: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
864: types/pa_vmethod_frame.h, types/pa_vobject.C,
865: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
866: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
867: longer used in object-prototype mode
868:
869: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
870: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
871: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
872: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
873: $form:name[value] features
874:
1.143 moko 875: 2020-10-18 moko
876:
877: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
878:
879: 2020-10-15 moko
880:
881: * src/main/pa_http.C: url no longer needed as
882: ALTER_EXCEPTION_SOURCE is used
883:
884: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
885: main/pa_http.C: check_file_size filespec is now optional
886:
887: * src/: classes/curl.C, include/pa_exception.h,
888: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
889: ALTER_EXCEPTION_COMMENT added for better error reporting
890:
891: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
892: results/346-curl.processed, results/379-curl.processed,
893: results/379.processed: test results updated as load now provides
894: better error reporting + curl responses updated
895:
896: 2020-10-14 moko
897:
898: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
899: main/pa_string.C, targets/apache/mod_parser3_core.C,
900: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
901: checked. 10 is now default base, no hex autodetect by default
902:
903: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
904: connection socket closing in destructor + accept exception
905: handling
906:
907: * src/targets/cgi/parser3.C: warning war
908:
909: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
910: main/pa_request.C, targets/apache/mod_parser3_core.C,
911: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
912: exception handling unified
913:
914: 2020-10-13 moko
915:
916: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
917: autodetection
918:
919: * src/targets/apache/mod_parser3_core.C: reverted to atoi
920:
921: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
922:
923: * src/main/pa_http.C: warning war
924:
1.142 moko 925: 2020-10-12 moko
926:
1.143 moko 927: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
928: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
929: unhandled exception code optimization
930:
931: * src/targets/cgi/parser3.C: request_info now global variable
932:
933: * src/main/pa_http.C: http_read_response moved to HTTP_response
934: class
935:
936: * src/: include/pa_http.h, main/pa_http.C,
937: targets/cgi/pa_sapi_info.h: read_post implemented
938:
1.142 moko 939: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
940: [host:]port syntax support in httpd mode
941:
942: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
943: targets/cgi/parser3.C: populate_env added
944:
945: * src/include/pa_hash.h: to make get(char *) compiling in
946: HashStringString
947:
948: 2020-10-10 moko
949:
950: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
951: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
952:
953: * src/: include/pa_http.h, include/pa_request_info.h,
954: main/pa_http.C, main/pa_string.C,
955: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
956: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
957: types/pa_vrequest.C: initial httpd mode implementation
958:
1.141 moko 959: 2020-10-04 moko
960:
961: * src/targets/cgi/parser3.C: options together
962:
963: 2020-09-30 moko
964:
965: * src/main/pa_http.C: renamed
966:
1.140 moko 967: 2020-08-14 moko
968:
969: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
970: src/targets/cgi/Makefile.am: no httpd as separate library
971:
972: 2020-08-13 moko
973:
974: * src/targets/cgi/parser3.C: SAPI::die used in exception in
975: unhandled exception handler to report 500 instead of 200 it was
976: before.
977:
978: * src/targets/apache/mod_parser3_core.C: minor cleanup
979:
980: * src/: include/pa_sapi.h, main/untaint.C,
981: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
982: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
983: thus replaced with SAPI::die and removed
984:
985: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
986: cgi/parser3.C: whitespace
987:
988: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
989:
990: 2020-08-12 moko
991:
992: * src/targets/cgi/parser3.C: duplicate info in signal logging
993: removed, whitespace was: SIGPIPE received while executing code.
994: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
995: cl=0]
996:
997: * parser3.sln: + httpd.vcproj
998:
999: 2020-08-11 moko
1000:
1001: * src/targets/cgi/Makefile.am: +libhttpd
1002:
1003: * configure.ac, src/lib/Makefile.am: +libhttpd
1004:
1.139 moko 1005: 2020-07-13 moko
1006:
1007: * tests/: 401.html, results/401.processed: test for hash key does
1008: not keep language, but tainted in foreach.
1009:
1.138 moko 1010: 2020-07-01 moko
1011:
1012: * tests/: 235.html, results/235.processed: test result updated as
1013: messages before attachments implemented (feature #1176)
1014:
1.137 moko 1015: 2020-06-27 moko
1016:
1017: * tests/: 400.html, results/400.processed: test updated to check
1018: ^return{code}
1019:
1020: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1021: fixed
1022:
1023: 2020-06-26 moko
1024:
1025: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1026: added (related to https://www.parser.ru/forum/?id=85319)
1027:
1028: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1029: when $result assignment was last statement in the method
1030: (https://www.parser.ru/forum/?id=85319)
1031:
1.136 moko 1032: 2020-05-23 moko
1033:
1034: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1035: whitespace, unused level removed
1036:
1037: 2020-05-19 moko
1038:
1039: * src/types/pa_vmail.C: whitespace
1040:
1041: * src/types/pa_vmail.C: files should be processed last (related to
1042: feature #1176)
1043:
1.135 moko 1044: 2020-05-12 moko
1045:
1046: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1047: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1048:
1049: * configure.ac: FreeBSD1X.X check added to avoid
1050: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1051:
1.134 moko 1052: 2020-02-26 moko
1053:
1054: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1055: compilation issue (related to bug #1201)
1056:
1057: * src/main/pa_common.C: entry_readable -> entry_exists,
1058: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1059: -f and -d now works under Windows in UTF-8 with Russian
1060: filenames.
1061:
1062: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1063: advice (related to feature #1199)
1064:
1065: 2020-02-25 moko
1066:
1067: * buildall: --silent removed
1068:
1069: * configure.ac: gmime-3.0 support
1070:
1071: * buildall: --with-system-mailreceive option added to build with
1072: system libgmime
1073:
1074: * src/types/pa_vmail.C: avoiding
1075: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1076: to feature #1199)
1077:
1.133 moko 1078: 2020-02-18 moko
1079:
1080: * src/classes/op.C: windows x64 debug mode compile fix
1081:
1082: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1083: change (releated to feature #1200)
1084:
1085: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1086: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1087: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1088: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1089: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1090: targets/apache/ApacheModuleParser3.vcproj,
1091: targets/apache/ApacheModuleParser3Core.vcproj,
1092: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1093: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1094: dependency (related to feature #1200)
1095:
1.132 moko 1096: 2020-02-12 moko
1097:
1098: * src/types/pa_vmail.C: minimize diff
1099:
1100: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1101: #1199)
1102:
1.131 moko 1103: 2020-01-18 moko
1104:
1105: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1106:
1.130 moko 1107: 2019-12-28 moko
1108:
1109: * src/targets/cgi/parser3.C: avoid empty ?
1110:
1111: 2019-12-27 moko
1112:
1113: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1114: DOCUMENT_ROOT (related to feature #1164)
1115:
1116: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1117: fcgiwrap setup (implements feature #1164)
1118:
1119: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1120: but no issues found (related to feature #1164)
1121:
1122: * src/targets/cgi/parser3.C: actualized
1123:
1124: 2019-12-26 moko
1125:
1126: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1127: removed
1128:
1129: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1130: removed
1131:
1132: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1133: allocation errors, we don't want default gc warnings (without
1134: timestamp and URI).
1135:
1136: * src/: classes/memory.C, main/pa_globals.C,
1137: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1138: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1139: pa_globals_init
1140:
1141: * src/main/pa_globals.C: setup_hex_value() removed, static array
1142: initialization used (optimization)
1143:
1144: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1145: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1146: pa_socks_init/pa_socks_done moved inside pa_globals_init
1147: (optimization)
1148:
1.129 moko 1149: 2019-12-09 moko
1150:
1151: * src/include/pa_config_fixed.h: warning war
1152:
1.128 moko 1153: 2019-12-08 moko
1154:
1155: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1156: process grammar under Unix.
1157:
1158: 2019-12-07 moko
1159:
1160: * tests/389.html: For Windows XP. :)
1161:
1162: * tests/388-sql.html: Windows compatibility added
1163:
1164: 2019-12-06 moko
1165:
1166: * src/targets/cgi/parser3.C: warning war
1167:
1168: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1169: == sizeof(CORD)) to avoid aligning bugs in future
1170:
1171: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1172: XML_STATIC
1173:
1174: * src/include/pa_request.h: StackItem() not required
1175:
1176: * src/include/pa_stack.h: warning war
1177:
1178: * src/include/pa_config_includes.h: GCC warning silenced
1179:
1180: * src/include/pa_memory.h: warning war: the program should also
1181: define 'void operator delete [](void*, std::size_t)'
1182: [-Wsized-deallocation]
1183:
1184: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1185:
1186: * src/classes/string.C: not reqired cast removed
1187:
1188: * src/classes/string.C: not reqired cast removed
1189:
1190: 2019-12-05 moko
1191:
1192: * src/lib/sdbm/pa_file_io.C: warning war
1193:
1194: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1195: enum Language : size_t - required for VS2015+ to make
1196: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1197: without it (related to feature #1198)
1198:
1199: 2019-12-04 moko
1200:
1201: * src/main/pa_base64.C: unsigned char -> uchar
1202:
1203: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1204: as other libs
1205:
1206: * src/include/pa_version.h: +amd64
1207:
1208: 2019-12-03 moko
1209:
1210: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1211: release
1212:
1213: * src/include/pa_config_includes.h: warning war
1214:
1215: * src/classes/image.C: warning war
1216:
1217: * src/main/pa_globals.C: x64 libs support
1218:
1219: * src/include/pa_config_includes.h: warning war
1220:
1221: * src/types/pa_method.h: warning war
1222:
1.127 moko 1223: 2019-11-28 moko
1224:
1225: * src/classes/math.C: vs2003 compatibility + warning war
1226:
1227: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1228: libxml2-2.9.9 (related to feature #1136)
1229:
1230: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1231: typecast for more compatibility (related to feature #1136)
1232:
1233: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1234: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1235: feature #1136)
1236:
1237: 2019-11-26 moko
1238:
1239: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1240: removed (it was failing in $$var case), condition added
1241:
1.126 moko 1242: 2019-11-25 moko
1243:
1244: * tests/: 397.html, 399.html, results/141.processed,
1245: results/399.processed: base64 options tested
1246:
1247: * src/: classes/math.C, main/pa_http.C: base64 options used
1248:
1249: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1250: implemented (feature #986)
1251:
1252: * src/main/pa_cache_managers.C: whitespace
1253:
1254: * tests/: 397.html, 399.html, results/399.processed: tests for
1255: ^base64 encode options added (related to feature #986)
1256:
1257: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1258: pa_base64_encode(file) removed - more memory, but faster and less
1259: code (related fo feature #986)
1260:
1261: 2019-11-24 moko
1262:
1263: * tests/: 155.html, results/155.processed: limit and offset in
1264: ^table::load[] now supported, thus test added
1265:
1266: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1267: main/pa_common.C: optimization: offset and limit options parsing
1268: moved inside file_load.
1269:
1270: 2019-11-23 moko
1271:
1272: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1273: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1274: optimization: file_read replaced with simplified file_read_binary
1275:
1276: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1277: types/pa_vform.C: whitespace
1278:
1279: * src/: include/pa_common.h, main/pa_common.C: never used params
1280: removed
1281:
1282: 2019-11-21 moko
1283:
1284: * tests/: 193.html, results/193.processed, results/389.processed:
1285: test results updated as now base64 does not discard tail without
1286: padding (related to feature #986)
1287:
1288: 2019-11-20 moko
1289:
1290: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1291: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1292: pa_base64_decode (related to feature #986)
1293:
1294: * tests/398.html: tests for base64 decode added (related to feature
1295: #986)
1296:
1297: * src/main/pa_base64.C: base64_decode rewritten - padding option
1298: support, padding inside base 64 supported (related to feature
1299: #096)
1300:
1301: 2019-11-19 moko
1302:
1303: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1304: FreeBSD 12
1305:
1.125 moko 1306: 2019-11-16 moko
1307:
1308: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1309: support added, step support removed (related to #986)
1310:
1311: 2019-11-15 moko
1312:
1313: * src/classes/math.C: using log since log2 is not present on
1314: FreeBSD < 8.4 (related to feature #1177)
1315:
1316: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1317: pa_base64_size extracted and used for files as well (related to
1318: feature 986)
1319:
1320: 2019-11-14 moko
1321:
1322: * tests/: 397.html, results/397.processed: + content check
1323:
1324: * tests/: 141.html, results/141.processed: make test resuls more
1325: readable
1326:
1327: * tests/: 397.html, results/193.processed, results/397.processed:
1328: test results updated after \x00 character was disabled in
1329: math:convert string mode (related to feature #1177)
1330:
1331: * src/classes/: math.C, string.C: \\x00 character disabled while
1332: converting to string (as in base64, related to feature #1177)
1333:
1334: * src/classes/file.C: more correct arguments separation
1335:
1336: * src/: classes/file.C, classes/math.C, classes/string.C,
1337: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1338: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1339: options added, but not yet implemented (related to feature #986)
1340:
1341: * src/classes/math.C: whitespace
1342:
1343: 2019-11-13 moko
1344:
1345: * tests/: 397.html, results/397.processed: +tainting test (related
1346: to feature #1177)
1347:
1348: * src/classes/math.C: as we now produce not only digits, result
1349: should be tainted (related to feature #1177)
1350:
1351: * src/main/pa_base64.C: whitespace
1352:
1353: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1354: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1355: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1356: implementation moved from pa_common.h and pa_common.C
1357:
1358: 2019-11-12 moko
1359:
1360: * tests/: 275.html, results/275.processed: out of range test fixed,
1361: as ^math:convert now supports arbitrary precision
1362:
1363: 2019-11-11 moko
1364:
1365: * tests/results/389.processed: uctualized error message
1366:
1367: * tests/: 389.html, 397.html, results/397.processed: tests for
1368: ^math:convert added (related to feature #1177)
1369:
1370: * src/classes/math.C: ^math:convert now supports arbitrary
1371: precision, alphabet support added (implements feature #1177)
1372:
1.124 moko 1373: 2019-11-06 moko
1374:
1375: * tests/: 181.html, results/181.processed: entities usage added,
1376: more entites load tests (related to bug #842 discussion)
1377:
1378: 2019-11-05 moko
1379:
1380: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1381: call from xmlFileOpen if http://localhost/<file> was not found
1382: (related to bug #842)
1383:
1384: * src/main/pa_xml_io.C: rename
1385:
1386: * src/main/pa_xml_io.C: +MemoryStream constructor
1387:
1388: * src/main/pa_xml_io.C: whitespace
1389:
1.123 moko 1390: 2019-10-31 moko
1391:
1392: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1393: XML_PARSE_NOENT) added to fix entities load, (related to feature
1394: #1181)
1395:
1.122 moko 1396: 2019-10-25 moko
1397:
1398: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1399: queries tests
1400:
1401: 2019-10-24 moko
1402:
1403: * tests/: 388-sql.html, results/388-sql.processed: support for
1404: pgsql driver test
1405:
1406: * tests/: 388-sql.html, results/388-sql.processed:
1407: multi_statements=1 now tested, mysql test now supported
1408: (connection must be specified in [parser3] section in .my.cnf)
1409: related to issues #1195 and #1194
1410:
1.121 moko 1411: 2019-09-11 moko
1412:
1413: * src/classes/int.C: whitespace
1414:
1415: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1416: exception test
1417:
1418: * tests/results/388-sql.processed: sql queries now shown (related
1419: to feature #1196)
1420:
1421: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1422: with old parser versions.
1423:
1424: * src/: classes/file.C, classes/hash.C, classes/string.C,
1425: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1426: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1427: instead of connect string in query_event_handlers exceptions
1428: (implements feature #1196)
1429:
1.120 moko 1430: 2019-09-06 moko
1431:
1432: * tests/388-sql.html: mysql compat
1433:
1434: * src/: classes/hash.C, classes/string.C, classes/table.C,
1435: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1436: sql_ variables declaration moved to pa_common.h
1437:
1.116 moko 1438: 2019-01-15 moko
1439:
1440: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1441: logically sorted
1442:
1443: 2018-12-27 moko
1444:
1445: * src/include/pa_config_includes.h: warning war:
1446: -Wdeprecated-register added for C++ 17
1447:
1448: 2018-10-15 moko
1449:
1450: * configure.ac: FreeBSD 11.2 can be build with ./configure
1451: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1452: --with-xml=/usr/local/
1453:
1454: 2018-09-24 moko
1455:
1456: * tests/: 396.html, 396.tiff, results/396.processed: test for
1457: ^image::measure[] now supports tiff added (related to feature
1458: #1188)
1459:
1460: * src/classes/image.C: ^image::measure[] now supports tiff
1461: (implements feature #1188)
1462:
1463: 2018-09-20 moko
1464:
1465: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1466: files measure added (related to ticket #1188)
1467:
1468: * src/classes/image.C: measure of bmp files implemented (related to
1469: ticket #1188)
1470:
1471: 2018-09-18 moko
1472:
1473: * tests/: 394-curl.html, results/394-curl.processed,
1474: results/auto.p: test for bug #1187 (max_file_size check for head
1475: requests) added
1476:
1477: 2018-08-24 moko
1478:
1479: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1480: response content-length check is required (fixes bug #1187)
1481:
1482: 2018-05-11 moko
1483:
1484: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1485: $.append(bool) ] option added (related to feature #919)
1486:
1487: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1488: from misha@ patch (implements feature #919)
1489:
1490: 2018-03-22 moko
1491:
1492: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1493: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1494: with 128kb buffer. Now works at least 12 times faster. :) May be
1495: Windows-only problem.
1496:
1497: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1498: build fix)
1499:
1500: 2018-02-03 moko
1501:
1502: * src/main/execute.C: removes irrelevant lines from exception stack
1503: trace when exceptions occurs in assigment (fixes bug #1165)
1504:
1505: * tests/: 393.html, results/393.processed: test for behavour after
1506: "Property can not be created, already exists field with that
1507: name" exception removed (related to feature #1183)
1508:
1509: * src/types/pa_vclass.C: "Property can not be created, already
1510: exists field with that name" exception removed (implements
1511: feature #1183)
1512:
1513: 2018-01-19 moko
1514:
1515: * src/classes/string.C: whitespace
1516:
1517: * src/classes/string.C: whitespace
1518:
1519: * tests/: 392.html, results/392.processed: test for
1520: ^regex::create[$regex] added (related to feature #1135)
1521:
1522: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1523: ^regex::create[$regex] added (implements feature #1135)
1524:
1525: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1526: commented define added (related to feature #1157)
1527:
1528: 2018-01-17 moko
1529:
1530: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1531:
1532: 2018-01-15 moko
1533:
1534: * tests/: 390.html, results/390.processed: real path replaced by
1535: stub
1536:
1537: * tests/: 391.html, results/391.processed: test for feature #1181
1538: (XML_PARSE_HUGE exception) added
1539:
1540: 2018-01-11 moko
1541:
1542: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1543: XML_PARSE_HUGE option passed by default (implements feature
1544: #1181)
1545:
1546: * src/classes/string.C: whitespace
1547:
1548: 2017-12-10 moko
1549:
1550: * tests/: 389.html, 390.html, results/389.processed,
1551: results/390.processed: image code coverage tests added (related
1552: to feature #1125)
1553:
1554: 2017-12-08 moko
1555:
1556: * tests/: 346-curl.html, 388-sql.html, 389.html,
1557: results/346-curl.processed, results/388-sql.processed,
1558: results/389.processed: more code coverage tests
1559:
1560: * tests/: 264.html, results/264.processed: code coverage for
1561: ^file::exec[]
1562:
1563: 2017-12-07 moko
1564:
1565: * tests/: 174.html, 388-sql.html, 389.html,
1566: results/388-sql.processed, results/389.processed,
1567: results/174.processed: more coverage tests
1568:
1569: * src/classes/math.C: exception text actualized
1570:
1571: 2017-12-06 moko
1572:
1573: * tests/388-sql.html: $SQL can be here
1574:
1575: * tests/results/auto.p: $SQL not required here
1576:
1577: * tests/: 388-sql.html, 389.html, Makefile,
1578: results/388-sql.processed, results/389.processed, results/auto.p:
1579: code coverage tests for sql (using sqlite) and int/double/bool
1580: added (related to feature #1125)
1581:
1582: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1583: lib/json/json.vcproj, lib/md5/md5.vcproj,
1584: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1585: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1586: targets/apache/ApacheModuleParser3Core.vcproj,
1587: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1588: types/types.vcproj: gc\include no longer required
1589:
1590: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1591: required
1592:
1593: * src/: classes/Makefile.am, classes/table.C,
1594: include/pa_config_includes.h, include/pa_string.h,
1595: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1596: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1597: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1598: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1599: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1600: used, we now include it directly
1601:
1602: 2017-12-04 moko
1603:
1604: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1605: memcached/memcached.vcproj, punycode/punycode.vcproj,
1606: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1607: where required
1608:
1609: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1610: now can be used to trace memory allocations
1611:
1612: * src/: classes/table.C, include/pa_config_includes.h,
1613: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1614: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1615: method removes, libcord also can work without libgc
1616:
1617: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1618:
1619: 2017-11-29 moko
1620:
1621: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1622: are not present (related to feature #1173)
1623:
1624: * tests/346-curl.html: test updated to test curl content-length bug
1625: (related to feature #1173)
1626:
1627: * tests/results/346-curl.processed: more test for content-length
1628: curl bug (related to feature #1173)
1629:
1630: * tests/results/346-curl.processed: test results updated after
1631: #1173 implemented
1632:
1633: 2017-11-28 moko
1634:
1635: * src/classes/curl.C: another libcurl Content-length bug walkaround
1636: (related to feature #1173)
1637:
1638: 2017-11-27 moko
1639:
1640: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1641: $.http_version[version string] added (implements feature #1173),
1642: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1643: where $post(true) bug existed.
1644:
1645: 2017-11-18 moko
1646:
1647: * src/include/pa_memory.h: warning war (related to feature #1170)
1648:
1649: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1650: feature #1170)
1651:
1652: 2017-11-17 moko
1653:
1654: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1655: std::basic_stringstream used in ^table.csv-string[] is compatible
1656: with delete usage check only under Debian 9 (related to feature
1657: #1170)
1658:
1659: 2017-11-16 moko
1660:
1661: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1662: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1663: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1664: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1665: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1666: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1667: stubs defend from accidental use (implements feature #1170)
1668:
1669: 2017-06-24 moko
1670:
1671: * configure.ac: minor fix: thanks to alx@
1672:
1.115 moko 1673: 2017-05-29 moko
1674:
1675: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1676: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1677: added to avoid cutting of UTF-8 chars (fixed bug #123)
1678:
1679: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1680: ignored, =?UTF-8?Q?= should start in case of leading space
1681: (related to bug #123)
1682:
1683: * buildall: echo -n -> printf for OS X. :)
1684:
1685: 2017-05-25 moko
1686:
1687: * tests/: 288.html, results/288.processed: test updated afted
1688: setting $o.prop without setter exception removed (related to
1689: feature #1157)
1690:
1691: * src/types/pa_vclass.C: no more "this property has no setter
1692: method" when setting $o.prop without setter (implements feature
1693: #1157)
1694:
1695: * buildall: echo \c -> echo -n for FreeBSD
1696:
1697: * configure, configure.ac, src/include/pa_config_auto.h.in,
1698: src/types/pa_vdouble.h: isfinite now checked in configure
1699:
1700: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1701: upgraded to automake 1.15
1702:
1703: 2017-05-23 moko
1704:
1705: * src/types/pa_vdouble.h: finite returned where isfinite not
1706: defined
1707:
1708: 2017-05-22 moko
1709:
1710: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1711:
1712: * buildall: extern CFLAGS setting support
1713:
1714: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1715:
1716: * buildall: http -> https
1717:
1718: * buildall: gc-7.2f -> gc-7.6.0
1719:
1720: 2017-05-20 moko
1721:
1722: * buildall: https, pcre, xml, xslt updated to current versions
1723: (related to feature #1136)
1724:
1725: 2017-05-19 moko
1726:
1727: * tests/097.html: after parser.ru moved to https
1728:
1729: 2017-05-17 moko
1730:
1731: * tests/results/: 175.processed, 372.processed: tests resuls
1732: updated after lintian spelling typos fixed (related to bug #1156)
1733:
1734: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1735: classes/string.C, classes/table.C, main/pa_charset.C,
1736: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1737: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1738: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1739:
1740: * tests/results/096.processed: +XMP
1741:
1742: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1743: $.xmp(true) options tested (test for feature #1154)
1744:
1745: * src/classes/image.C: ^image:measure[] options $.exif(false)
1746: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1747: fetched by default! (implements feature #1154)
1748:
1749: 2017-05-16 moko
1750:
1751: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1752: allowed (related to feature #1154)
1753:
1754: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1755: initial XMP implementation - without options and transcode
1756: (related to feature #1154)
1757:
1758: 2017-05-12 moko
1759:
1760: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1761: image: exif moved to ffields, skipped in ^image.html[] where
1762: iterators now used (preparation for feature #1154)
1763:
1764: 2017-05-05 moko
1765:
1766: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1767: results/387.processed: test for circular class inheritance check
1768: added (related to bug #1150)
1769:
1770: * src/types/pa_vstateless_class.C: circular class inheritance check
1771: added (fixes endless add_derived bug #1150)
1772:
1773: 2017-05-04 moko
1774:
1775: * tests/: 386.html, results/386.processed: test for
1776: $table.value(number) added (related to feature #1152)
1777:
1778: * src/types/pa_vtable.C: table put_element: column value must be
1779: string - > column value must be string compatible to allow
1780: $t.value(1) (implements feature #1152)
1781:
1782: 2017-05-03 moko
1783:
1784: * src/main/pa_request.C: $use[$method] is not possible, reverting
1785: (related to feature #1151)
1786:
1787: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1788: not possible, removing test (related to feature #1151)
1789:
1790: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1791: get_element_method added and used to allow $use[$method] and
1792: $autouse[$method] (implements feature 1151)
1793:
1794: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1795: variable added (related to feature #1151)
1796:
1797: * tests/results/226.processed: actualized after ^try-catch used
1798:
1799: * tests/: 226.html, 385.html, results/385.processed: test for
1800: @autouse in variable added
1801:
1802: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1803:
1.114 moko 1804: 2017-02-27 moko
1805:
1806: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1807:
1.113 moko 1808: 2017-02-20 moko
1809:
1810: * operators.txt: actualization + beauty
1811:
1812: 2017-02-16 moko
1813:
1814: * tests/: 384.html, results/384.processed: test for
1815: ^reflection:mixin[; $.name[] ] option added (related to feature
1816: #1089)
1817:
1818: * tests/: 384.html, results/384.processed: test for
1819: ^reflection:mixin[] added (related to feature #1089)
1820:
1821: * src/types/pa_value.h: warning war: virtual ~Value() added
1822:
1.112 moko 1823: 2017-02-15 moko
1824:
1825: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1826: fixed
1827:
1828: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1829: test added (related to feature #1069)
1830:
1831: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1832: compilation without HASH_ORDER fixed
1833:
1834: * src/: classes/reflection.C, include/pa_hash.h:
1835: $.reverse(true/false) added to ^reflection:methods[] (related to
1836: feature #1069)
1837:
1838: 2017-02-14 moko
1839:
1840: * tests/: 152.html, results/152.processed: test for $._default hash
1841: added (related to bug #1131)
1842:
1843: * tests/: 277.html, results/277.processed: test for hash with only
1844: $._default is now defined (related to bug #1131)
1845:
1846: * src/types/pa_vhash.h: hash with only $._default is now defined
1847: (fixed bug #1131)
1848:
1849: 2017-02-13 moko
1850:
1851: * tests/cat-windows.sh: cat-windows added (cygwin required)
1852:
1853: * tests/: 171.html, 264.html, 286.html, 370.html,
1854: results/320.processed, results/375.processed, results/auto.p:
1855: cat-windows.sh support added
1856:
1857: * tests/375.html: Windows support
1858:
1859: * tests/270.html: documented
1860:
1861: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1862: (not backslashes) even under Windows (broke test 270)
1863:
1864: 2017-02-12 moko
1865:
1866: * tests/: descript.ion, todo.txt: cleanup
1867:
1868: 2017-02-09 moko
1869:
1870: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1871: run_tests.cmd: Windows compatibility
1872:
1873: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1874: incorrectly (GMT) if parser is called from cygwin
1875:
1.111 moko 1876: 2017-02-08 moko
1877:
1.112 moko 1878: * operators.txt: actualization 15% completed
1879:
1880: * operators.txt: cp1251 -> utf-8
1881:
1882: * NEWS, README: minor update
1883:
1884: * src/include/pa_config_includes.h: warning war continues
1885:
1886: * src/: include/pa_config_includes.h, include/pa_memory.h,
1887: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1888: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1889: gcc 6.x issues fixed
1890:
1.111 moko 1891: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1892: classes/classes.h, classes/curl.C, classes/date.C,
1893: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1894: classes/hashfile.C, classes/image.C, classes/inet.C,
1895: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1896: classes/memcached.C, classes/memory.C, classes/op.C,
1897: classes/reflection.C, classes/regex.C, classes/response.C,
1898: classes/string.C, classes/table.C, classes/void.C,
1899: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1900: include/pa_array.h, include/pa_cache_managers.h,
1901: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1902: include/pa_config_fixed.h, include/pa_config_includes.h,
1903: include/pa_dictionary.h, include/pa_dir.h,
1904: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1905: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1906: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1907: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1908: include/pa_request_charsets.h, include/pa_request_info.h,
1909: include/pa_sapi.h, include/pa_socks.h,
1910: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1911: include/pa_stack.h, include/pa_string.h,
1912: include/pa_stylesheet_connection.h,
1913: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1914: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1915: include/pa_uue.h, include/pa_xml_exception.h,
1916: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1917: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1918: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1919: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1920: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1921: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1922: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1923: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1924: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1925: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1926: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1927: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1928: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1929: main/pa_string.C, main/pa_stylesheet_connection.C,
1930: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1931: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1932: main/untaint.C, sql/pa_sql_driver.h,
1933: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1934: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1935: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1936: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1937: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1938: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1939: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1940: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1941: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1942: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1943: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1944: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1945: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1946: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1947: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1948: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1949: types/pa_vmemcached.h, types/pa_vmemory.h,
1950: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1951: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1952: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1953: types/pa_vresponse.C, types/pa_vresponse.h,
1954: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1955: types/pa_vstateless_object.h, types/pa_vstatus.C,
1956: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1957: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1958: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1959: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1960: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1961: 2015->2017
1962:
1.110 moko 1963: 2017-02-07 moko
1964:
1965: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1966:
1967: 2017-02-06 moko
1968:
1969: * src/main/pa_common.C: minor fixes, whitespace
1970:
1971: * src/: classes/curl.C, classes/file.C, classes/image.C,
1972: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1973: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1974: now used (implements feature #1081)
1975:
1976: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1977:
1978: 2017-02-01 moko
1979:
1980: * src/include/pa_request.h: cleanup
1981:
1982: 2017-01-30 moko
1983:
1984: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1985:
1986: 2017-01-29 moko
1987:
1988: * tests/: 383.html, results/383.processed: test for
1989: ^reflection:stack[] added (related to feature #1052)
1990:
1991: * src/classes/reflection.C: else added
1992:
1993: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1994: $.max_file_lock_wait added (implements feature #1128)
1995:
1996: 2017-01-28 moko
1997:
1998: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1999: body and other cases tests added (related to featue #1014)
2000:
2001: * src/classes/curl.C: bug if response is empty fixed (related to
2002: feature #1014)
2003:
2004: 2017-01-27 moko
2005:
2006: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2007: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2008: added (implements feature #1052)
2009:
2010: 2017-01-25 moko
2011:
2012: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2013: method test added
2014:
2015: 2017-01-23 moko
2016:
2017: * src/classes/reflection.C: optimization: options->get replaced by
2018: hash iterator
2019:
2020: * tests/: 381.html, results/381.processed: now -> fixed date
2021:
2022: * src/main/pa_request.C: warning war
2023:
2024: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2025: 5Mb (fixes bug #1058)
2026:
2027: * src/classes/curl.C: warning war
2028:
2029: * tests/: 381.html, results/381.processed: tests for ^json:string
2030: $.one-line(true) option added (related to feature #1124)
2031:
2032: * src/: classes/json.C, types/pa_value.h: $json-string
2033: $.one-line(true|false) options is now supported (implements
2034: feature #1124)
2035:
2036: * tests/: 380.html, results/380.processed: test for modified
2037: $.max_file_size added (related to bug #1014)
2038:
2039: * tests/: 379.html, results/auto.p: tests for rewritten http file
2040: load added (related to bug #1014)
2041:
2042: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2043: main/pa_common.C, main/pa_http.C: check_file_size added and used
2044: in curl / file load from disk and http, http file load rewritten
2045: (related to bug #1014)
2046:
2047: 2017-01-18 moko
2048:
2049: * tests/: 378.html, results/378.processed: tests for ^result[]
2050: added (related to feature #66)
2051:
2052: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2053: Method::CO_WITHOUT_FRAME as frame still added in expression
2054: (related to feature #66)
2055:
2056: 2017-01-17 moko
2057:
2058: * tests/: 377.html, results/377.processed: test for different
2059: combinations of breaks in body and delimiter (related to bug
2060: #1077)
2061:
2062: * tests/: 376.html, results/376.processed: many ^break[] tests
2063: added (related to bug #1077)
2064:
2065: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2066: passed to native method" exception added to avoid bugs due to
2067: WRITE_EXPR_RESULT skipped and native methods execution continues
2068: after ^break[] (related to bug #1077)
2069:
2070: 2017-01-14 moko
2071:
2072: * tests/: 330.html, results/330.processed: test results updated
2073: after ^break[] bugs where fixed (related to bug #1077)
2074:
2075: * tests/: 329.html, results/329.processed: test results updated
2076: after ^break[] bugs where fixed (related to bug #1077)
2077:
2078: * tests/results/320.processed: ^return[] added
2079:
2080: 2017-01-13 moko
2081:
2082: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2083: classes/table.C, include/pa_request.h, main/execute.C,
2084: main/pa_request.C, targets/cgi/parser3.C,
2085: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2086: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2087: checked after each possible process/execute call (fixes bug
2088: #1077)
2089:
2090: 2016-12-29 moko
2091:
2092: * src/main/pa_common.C: warning war
2093:
2094: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2095: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2096: pa_file_size_limit added, ^math:random fixed for upper limit and
2097: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2098: (related to feature #1014)
2099:
2100: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2101: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2102: (related to feature #1014)
2103:
2104: 2016-12-28 moko
2105:
2106: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2107: warning war
2108:
2109: 2016-12-26 moko
2110:
2111: * tests/: 341.html, results/341.processed: test for
2112: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2113:
2114: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2115: (related to feature #1057)
2116:
2117: * src/types/pa_vdate.C: warning war continues...
2118:
2119: * src/: classes/date.C, classes/image.C, classes/table.C,
2120: include/pa_config_includes.h, types/pa_vfile.C: warning war
2121:
2122: * src/lib/gd/gifio.C: warning war / cleanup
2123:
2124: * src/lib/json/pa_json.C: warning war
2125:
2126: * src/classes/hash.C: warning war
2127:
2128: * src/types/pa_vfile.C: warning war
2129:
2130: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2131: -Wall warning war continues
2132:
2133: * configure.ac: --with-build-warnings actualized
2134:
2135: 2016-12-25 moko
2136:
2137: * src/main/pa_exec.C: -wAll warning war
2138:
2139: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2140: -wAll warning war
2141:
2142: * src/: include/pa_common.h, include/pa_sapi.h,
2143: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2144: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2145: -wAll warning war
2146:
2147: 2016-12-23 moko
2148:
2149: * src/lib/ltdl/Makefile.am: extra dist added
2150:
2151: * tests/results/344.processed: test result updated after $file.text
2152: prefetched in ^hash::create[$file] (related to feature #1075)
2153:
2154: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2155: ^hash::create[$file] (related to feature #1075)
2156:
2157: 2016-12-22 moko
2158:
2159: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2160: main/pa_request.C, main/pa_stylesheet_connection.C,
2161: types/pa_vfile.C: file_stat now return 64-bit size (implements
2162: #1014 under 32-bit unix versions)
2163:
2164: 2016-12-21 moko
2165:
2166: * tests/: 375.html, results/375.processed: test for exec returning
2167: stated file added (related to feature #1119)
2168:
2169: * src/classes/file.C: load should not return file with null body
2170: (fixes bug #1119)
2171:
2172: 2016-12-14 moko
2173:
2174: * tests/: 374.html, results/374.processed: test for $method.name
2175: added (related to feature #1117) plus method returning junction
2176: test
2177:
2178: 2016-12-13 moko
2179:
2180: * src/: include/pa_symbols.h, main/pa_symbols.C,
2181: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2182: (implements feature #1117)
2183:
2184: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2185: HEAD and TRACE can't have body (implements feature #1116)
2186:
2187: 2016-12-09 moko
2188:
2189: * tests/: 373.html, results/373.processed: tests for
2190: ^reflection:tainting added (related to feature #1098)
2191:
2192: * src/classes/reflection.C: ^reflection:tainting arguments order
2193: change (related to feature #1098)
2194:
2195: 2016-12-06 moko
2196:
2197: * src/: classes/reflection.C, include/pa_string.h,
2198: main/pa_string.C: ^reflection:tainting[$string] added (implements
2199: feature #1098)
2200:
2201: 2016-12-05 moko
2202:
2203: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2204: (fixes bug #1114)
2205:
2206: 2016-12-04 moko
2207:
2208: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2209: check added
2210:
2211: 2016-12-03 moko
2212:
2213: * tests/: 346-curl.html, results/346-curl.processed: test modified
2214: to test value.as_hash() usage
2215:
2216: * src/classes/curl.C: value.as_hash() used for correct hash
2217: processing
2218:
2219: * src/classes/reflection.C: exceptions texts fixes
2220:
2221: 2016-12-02 moko
2222:
2223: * tests/: 372.html, results/372.processed: tests for
2224: ^reflection:create[ $.class[name] $.constructor[name]
2225: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2226: feature #1094)
2227:
2228: * src/types/pa_vmethod_frame.h: comment added: params should be
2229: declared outside of *_FRAME_ACTION as MethodParams destructor
2230: will be called in ~VNativeMethodFrame
2231:
2232: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2233: ] minor fix
2234:
2235: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2236: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2237: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2238: now supported (implements feature #1094) value::as_hash added
2239: (and should be used everywhere)
2240:
2241: * src/classes/reflection.C: cleanup
2242:
2243: 2016-12-01 moko
2244:
2245: * tests/: 356.html, results/356.processed: test for method
2246: junctions class name added to the resulting hash added (related
2247: to feature #1068)
2248:
2249: * src/classes/reflection.C: for method junctions class name added
2250: to the resulting hash (related to feature #1068)
2251:
2252: 2016-11-30 moko
2253:
2254: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2255: exception (related to bug #1113)
2256:
2257: * src/types/pa_vhashfile.C: whitespace
2258:
2259: * src/main/pa_os.C: errno now returned as it should (fixes bug
2260: #1113)
2261:
2262: * tests/results/: 175.processed, 192.processed, 224.processed,
2263: 229.processed, 239.processed, 244.processed, 246.processed,
2264: 314.processed, 352.processed: tests results updated after method
2265: call exceptions improved as method now keeps its name
2266:
2267: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2268: types/pa_vmethod_frame.h: method call exceptions improved as
2269: method now keeps its name
2270:
2271: * tests/: 224.html, 239.html, results/224.processed,
2272: results/239.processed: tests and tests results updated after
2273: Request::construct exception changed
2274:
2275: * src/: classes/reflection.C, main/execute.C: Request::construct
2276: exception optimized
2277:
2278: * tests/: 371.html, results/371.processed: test for
2279: WWrapper.get_element call in $.name.key[value] code added
2280: (related to feature #1091)
2281:
2282: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2283: in $.name.key[value] code (related to feature #1091)
2284:
2285: 2016-11-29 moko
2286:
2287: * src/classes/op.C: VS warning war
2288:
2289: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2290: C4239: nonstandard extension used : 'return' : conversion from
2291: 'Value' to 'Value &' (related to feature #1020)
2292:
2293: * src/: main/execute.C, types/pa_vmethod_frame.h,
2294: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2295: used : 'return' : conversion from 'Value' to 'Value &' (related
2296: to feature #1020)
2297:
2298: * src/main/execute.C: VS warning war
2299:
2300: * src/targets/cgi/parser3.C: VS compatibility fix
2301:
2302: * src/include/pa_request.h: VS warning war
2303:
2304: * tests/: 370.html, results/370.processed: test for ^file::exec[
2305: ... $.stdin[$binary_file] ] added (related to bug #1044)
2306:
2307: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2308: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2309: $.stdin[$binary_file] (fixes bug #1044)
2310:
2311: 2016-11-28 moko
2312:
2313: * src/main/pa_exec.C: whitespace
2314:
2315: * src/main/pa_request.C: whitespace
2316:
2317: * tests/: 369.html, results/369.processed: test for
2318: $response:status usage added (related to feature #1099)
2319:
2320: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2321: if < 100 (implements feature #1099)
2322:
2323: * src/targets/cgi/parser3.C: whitespace
2324:
2325: * src/targets/cgi/parser3.C: whitespace
2326:
2327: * tests/: 368.html, results/368.processed: test updated after
2328: ^reflection:filename[$method] added (related to feature #1053)
2329:
2330: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2331: main/compile.y, main/execute.C, main/pa_request.C,
2332: types/pa_vclass.h: filename -> filespec,
2333: ^reflection:filename[$method] added (related to feature #1053)
2334:
2335: 2016-11-27 moko
2336:
2337: * tests/: 368.html, results/368.processed: test for
2338: reflection:filename[$class or object] added (related to feature
2339: #1053)
2340:
2341: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2342: types/pa_vstateless_class.h: ^reflection:filename[$class or
2343: object] added (implements feature #1053)
2344:
2345: 2016-11-26 moko
2346:
2347: * src/: include/pa_request_info.h,
2348: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2349: remove_absolute_uri -> strip_absolute_uri
2350:
2351: 2016-11-25 moko
2352:
2353: * src/: include/pa_request_info.h,
2354: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2355: request_info.remove_absolute_uri added to remove possible
2356: http://site.name/ from $request:uri (implements feature #1112)
2357:
2358: 2016-11-24 moko
2359:
2360: * tests/: 367-curl.html, results/367-curl.processed: test for
2361: previous request headers clearing after redirect added (related
2362: to bug #1109)
2363:
2364: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2365: response headers from previous requests are now cleared, only
2366: last request headers are collected (fixes bug #1109)
2367:
2368: * tests/results/: 266.processed, 321.processed, 356.processed:
2369: tests results updated as method name now added to the resulting
2370: hash for new syntax only (Imp1 compatimility fixed, related to
2371: feature #1068)
2372:
2373: * src/classes/reflection.C: method name now added to the resulting
2374: hash for new syntax only (Imp1 compatimility fixed, related to
2375: feature #1068)
2376:
2377: * tests/results/366.processed: test for native and parser
2378: implementation of ^use[] logic (related to feature #1074)
2379:
2380: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2381: for native and parser implementation of ^use[] logic (related to
2382: feature #1074)
2383:
2384: 2016-11-23 moko
2385:
2386: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2387: main/pa_request.C: @USE file now implemented as ^use[file;
2388: $.origin[origin_file] ] (implements feature #1074)
2389:
1.109 moko 2390: 2016-11-21 moko
2391:
1.110 moko 2392: * tests/: 365.html, results/365.processed: test for $caller bugs in
2393: 3.4.4 and $caller.method now tested (related to feature #1110)
2394:
2395: * tests/: 364.html, results/364.processed: $caller usage in
2396: different contexts now tested (related to feature #1110)
2397:
2398: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2399:
2400: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2401:
1.109 moko 2402: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2403: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2404: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2405: used (implements feature #1110)
2406:
2407: 2016-11-20 moko
2408:
2409: * src/types/pa_vdouble.h: whitespace
2410:
2411: 2016-11-11 moko
2412:
2413: * tests/: 363.html, results/363.processed: more tests for feature
2414: #1091 (how parser methods work in expression context)
2415:
2416: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2417: expressions strings are now written as strings, not values by
2418: write_as_string (related to feature #1091)
2419:
2420: * src/classes/op.C: to make more correct behavour in expression
2421: context
2422:
2423: 2016-11-07 moko
2424:
2425: * tests/: 362.html, results/362.processed: test for
2426: xsltParseStylesheetDoc caching as xsl modification after it added
2427: (related to bug #1108)
2428:
2429: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2430: result now cached as xdoc is modified after it (fixes bug #1108)
2431:
2432: 2016-11-06 moko
2433:
2434: * src/types/pa_vxdoc.h: whitespace
2435:
2436: 2016-11-05 moko
2437:
2438: * src/types/pa_vmethod_frame.h: cleanup
2439:
2440: 2016-11-03 moko
2441:
2442: * tests/results/244.processed: more correct exception after method
2443: frames separation
2444:
2445: * src/types/pa_vmethod_frame.h: minor optimizaion
2446:
2447: * src/types/pa_method.h: optimization: params_count added
2448:
2449: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2450: include/pa_request.h, main/execute.C, main/pa_request.C,
2451: types/pa_value.C, types/pa_vmethod_frame.C,
2452: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2453: VMethodFrame now divided into VNativeMethodFrame,
2454: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2455: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2456: and used (related to feature #1104)
2457:
2458: 2016-11-02 moko
2459:
2460: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2461: classes/double.C, classes/file.C, classes/hash.C,
2462: classes/hashfile.C, classes/image.C, classes/inet.C,
2463: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2464: classes/memcached.C, classes/op.C, classes/reflection.C,
2465: classes/regex.C, classes/string.C, classes/table.C,
2466: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2467: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2468: r.write (implements feature #1091)
2469:
2470: * src/main/execute.C: cleanup (related to feature #1104)
2471:
2472: * src/: include/pa_request.h, main/execute.C,
2473: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2474: added, in_expression removed (implements feature #1104)
2475:
2476: 2016-10-31 moko
2477:
2478: * src/types/pa_value.C: whitespace
2479:
2480: 2016-10-28 moko
2481:
2482: * tests/results/244.processed: updated after error reporting fixed
2483: in pa_wcontext.C
2484:
2485: * src/types/pa_wcontext.C: error reporting fixed
2486:
2487: * src/types/pa_wcontext.h: whitespace
2488:
2489: * src/classes/image.C: not fully readed entries are no longer
2490: processed (fixes bug #1106)
2491:
2492: 2016-10-26 moko
2493:
2494: * src/classes/image.C: whitespace
2495:
2496: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2497: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2498: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2499: longer required (related to feature #1091)
2500:
2501: * tests/results/: 264.processed, 350.processed: test results update
2502: reverted (whitespace optimization) after write_no_lang removed :)
2503: (related to feature #1091)
2504:
2505: * src/: classes/file.C, classes/hash.C, classes/op.C,
2506: classes/string.C, classes/table.C, classes/void.C,
2507: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2508: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2509: equal write_pass_lang (related to feature #1091)
2510:
2511: * tests/results/: 264.processed, 350.processed: test results
2512: updated (whitespace optimization) after write_assign_lang removed
2513: (related to feature #1091)
2514:
2515: * tests/: 361.html, results/361.processed: test for non-string
2516: ^untaint added (related to feature #1091)
2517:
2518: * src/: classes/curl.C, classes/date.C, classes/file.C,
2519: classes/hash.C, classes/op.C, classes/string.C,
2520: include/pa_request.h, main/execute.C: optimization:
2521: write_assign_lang removed as not required (first part of feature
2522: #1091 implementation)
2523:
1.108 moko 2524: 2016-10-12 moko
2525:
2526: * tests/: 360.html, results/360.processed: more test code (related
2527: to feature #1104)
2528:
2529: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2530: include/pa_request.h, main/compile.y, main/execute.C: opcode
2531: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2532: WContext is next task (implements feature #1104)
2533:
2534: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2535: / CO_WITHOUT_WCONTEXT
2536:
2537: * tests/: 360.html, results/360.processed: test for in expression
2538: state (related to feature #1104)
2539:
2540: 2016-10-11 moko
2541:
2542: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2543:
2544: * src/classes/op.C: default value removed from initializer
2545:
2546: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2547:
2548: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2549:
2550: 2016-10-10 moko
2551:
2552: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2553: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2554: to feature #42)
2555:
2556: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2557: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2558:
2559: 2016-10-08 moko
2560:
2561: * src/classes/double.C: whitespace
2562:
2563: 2016-10-07 moko
2564:
2565: * src/types/pa_vmethod_frame.h: reorder
2566:
2567: 2016-10-06 moko
2568:
2569: * src/classes/date.C: typo
2570:
2571: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2572:
2573: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2574: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2575: types/pa_vmethod_frame.h: params.get now returns Value&, not
2576: Value*
2577:
2578: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2579:
2580: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2581: removed; first as_* code rewrite
2582:
2583: 2016-10-05 moko
2584:
2585: * src/include/pa_request.h: whitespace
2586:
2587: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2588: intercept_string added (related to feature #1097)
2589:
2590: * src/: classes/image.C, classes/op.C, classes/table.C,
2591: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2592: optimization: intercept_string removed (implements feature #1097)
2593:
2594: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2595:
2596: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2597: from VCodeFrame and WWrapper as not required
2598:
2599: 2016-10-04 moko
2600:
2601: * src/: classes/curl.C, classes/date.C, classes/double.C,
2602: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2603: classes/int.C, classes/json.C, classes/op.C,
2604: classes/reflection.C, classes/string.C, classes/table.C,
2605: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2606: proces_to_value -> process after StringOrValue removed (related
2607: to feature #1020)
2608:
2609: * src/classes/form.C: whitespace
2610:
2611: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2612:
2613: * tests/: 357.html, 358.html, results/357.processed,
2614: results/358.processed, results/auto.p: test for @conf
2615: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2616:
2617: 2016-10-03 moko
2618:
2619: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2620: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2621: supported (implements feature #42)
2622:
2623: * src/types/pa_vregex.h: no reason for VRegex to be
2624: is_evaluated_expr
2625:
2626: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2627: (implements feature #1095)
2628:
2629: 2016-10-01 moko
2630:
2631: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2632: false by default (related to feature #1089)
2633:
2634: 2016-09-30 moko
2635:
2636: * src/types/pa_wcontext.h: cleanup
2637:
2638: 2016-09-29 moko
2639:
2640: * src/main/execute.C: whitespace
2641:
2642: * src/include/pa_request.h: whitespace
2643:
2644: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2645: classes/op.C, classes/table.C, include/pa_request.h,
2646: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2647: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2648: StringOrValue removed as it just slows down and adds complexity
2649: (implements feature #1020)
2650:
2651: 2016-09-28 moko
2652:
2653: * tests/: 356.html, results/266.processed, results/321.processed,
2654: results/356.processed: tests updated after name was added to
2655: method_info hash, test for ^reflection:method_info[junction]
2656: added (related to feature #1068)
2657:
2658: * src/classes/reflection.C: ^reflection:method_info[junction] now
2659: supported, method name added to the resulting hash (implements
2660: feature #1068)
2661:
2662: * tests/: 276.html, results/276.processed: more tests for
2663: ^reflection:delete[]
2664:
2665: * src/classes/reflection.C: fixed bug then ^reflection:delete
2666: didn't work on class and could damage native objects (like file)
2667:
2668: 2016-09-26 moko
2669:
2670: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2671: results/345.processed, results/346-curl.processed,
2672: results/347-curl.processed, results/348.processed: numbers added
2673: to simplify diff analysis
2674:
2675: * tests/: 352.html, results/352.processed: test result updated as
2676: method name used
2677:
2678: * src/classes/reflection.C: method name used
2679:
2680: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2681: its name
2682:
2683: * src/types/pa_method.h: whitespace
2684:
2685: * src/classes/reflection.C: both method and field with one name can
2686: exist.
2687:
2688: * src/classes/reflection.C: ^reflection:mixin added (implements
2689: feature #1089)
2690:
2691: * tests/: 355.html, results/355.processed: property appears in
2692: derived class if added in base test added
2693:
2694: * src/types/pa_vstateless_class.h: get_method declaration +
2695: whitespace
2696:
2697: * tests/: 354.html, results/354.processed: nice test from method
2698: and property with one name in class added
2699:
2700: 2016-09-23 moko
2701:
2702: * src/classes/reflection.C: ^reflection:method usage documented
2703:
2704: 2016-09-22 moko
2705:
2706: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2707: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2708: compile warning and GPF occures on VS2003 (related to feature
2709: #1087)
2710:
2711: * tests/: 350.html, results/350.processed: test added for
2712: $.encloser[] support in ^table::create (related to feature #11)
2713:
2714: * src/classes/table.C: another minor fix (related to feature #11)
2715:
1.107 moko 2716: 2016-09-21 moko
2717:
2718: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2719:
2720: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2721: classes/json.C, classes/string.C, classes/table.C,
2722: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2723: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2724: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2725: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2726: pa_charsets, vs2015 warning war
2727:
2728: * src/classes/table.C: vs2015 warning war
2729:
2730: * src/types/pa_vdate.C: vs2015 warning war
2731:
2732: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2733:
2734: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2735: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2736:
2737: * src/main/pa_common.C: vs2015 compilation fixes
2738:
2739: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2740: vs2015 compilation fixes
2741:
2742: * src/main/pa_charset.C: vs2015 warning war
2743:
2744: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2745:
2746: * src/main/pa_charset.C: vs2015 warning war
2747:
2748: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2749:
2750: * src/types/pa_vdate.C: vs2015 compilation fix
2751:
2752: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2753:
2754: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2755: VS2015 compilation fixes
2756:
2757: * src/classes/table.C: minor fix (related to feature #11)
2758:
2759: * tests/results/282.processed: no longer skipping extra enclosers
2760: (related to feature #11)
2761:
2762: * src/classes/table.C: minor fix + no longer skipping extra
2763: enclosers (related to feature #11)
2764:
2765: * src/classes/table.C: minor optimization (related to feature #11)
2766:
2767: * src/classes/table.C: minor fix and optimization (related to
2768: feature #11)
2769:
2770: 2016-09-20 moko
2771:
2772: * tests/: 353.html, results/353.processed: test for
2773: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2774: added (related to bug #1090)
2775:
2776: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2777: one_big_piece (fixes bug #1090)
2778:
2779: * tests/: 229.html, results/229.processed: code coverage tests
2780:
2781: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2782: body) was called
2783:
2784: * src/classes/op.C: whitespace
2785:
2786: * tests/: 323.html, results/323.processed: test for code junction
2787: should not be returned by ^reflection:class, ^reflection:base
2788:
2789: * src/classes/reflection.C: bugfix: code junction should not be
2790: returned by ^reflection:class, ^reflection:base
2791:
2792: * tests/: 323.html, 352.html, results/352.processed: no more
2793: exception for ^reflection:method[class;no-such-method] (related
2794: to feature #1087)
2795:
2796: * src/classes/reflection.C:
2797: ^reflection:method[class;no-such-method] : exception -> void
2798: (related to feature #1087)
2799:
2800: * src/include/pa_request.h: request::write_value added to allow
2801: write value without convertion (related to issue #1091)
2802:
2803: 2016-09-19 moko
2804:
2805: * src/main/pa_random.C: windows build fix
2806:
2807: * src/types/pa_vhash.h: warning war
2808:
2809: 2016-09-14 moko
2810:
2811: * tests/: 352.html, 552.html, results/352.processed,
2812: results/552.processed: test for ^reflection:method[] extension
2813: added (related to feature #1087)
2814:
2815: * tests/: 552.html, results/552.processed: test for
2816: ^reflection:method[] extension added (related to feature #1087)
2817:
2818: * src/classes/reflection.C: compatibility issue fixed, VClass
2819: dynamic_cast check added (related to feature #1087)
2820:
2821: * tests/: 351.html, results/351.processed: test for @auto[]
2822: inheritance bug diring ^process[] added (related to bug #1088)
2823:
2824: * src/: classes/op.C, main/pa_request.C,
2825: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2826: disable it inheritance during ^process (fixes bug #1088)
2827:
2828: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2829: added (implements feature #1087)
2830:
2831: 2016-09-13 moko
2832:
2833: * tests/: 349.html, results/auto.p: test for objects prototyping
2834: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2835: to feature #1086)
2836:
2837: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2838: types/pa_vobject.C: objects now are not class instances, but have
2839: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2840: in @conf (implements feature #1086)
2841:
2842: 2016-09-08 moko
2843:
2844: * src/: classes/file.C, classes/mail.C, classes/string.C,
2845: classes/table.C, main/pa_http.C, main/pa_string.C,
2846: include/pa_string.h: cleanup: string::split limit argument
2847: removed as no longer required, pos_after no longer reference
2848: (related to feature #11)
2849:
2850: * src/classes/table.C, tests/results/348.processed: now exception
2851: is rised when invalid option is passed to ^table::create[]
2852:
2853: * tests/: 282.cfg, 282.html, results/282.processed: more code
2854: coverage tests
2855:
2856: * tests/: 348.html, results/348.processed: code coverage tests
2857: added
2858:
2859: * tests/: 348.html, results/348.processed: generic ^table::create[]
2860: tests
2861:
2862: * tests/: 035.html, results/035.processed, results/272.processed:
2863: tests updated after $.encloser[] support for ^table::create
2864: implementation (related to feature #11)
2865:
2866: * src/classes/table.C: $.encloser[] support for ^table::create
2867: finally added (implements feature #11)
2868:
2869: 2016-09-07 moko
2870:
2871: * src/include/pa_string.h: added StringSplitHelper as friend
2872: (related to feature #11)
2873:
2874: * src/include/pa_string.h: body and langs now protected, not
2875: private to allow inheritance (related to feature #11)
2876:
2877: * src/classes/table.C: lsplit optimized before cloning for
2878: ^table::create with $.encloser[] (related to feature #11)
2879:
2880: * src/classes/table.C: optimizaion: TableControlChars.separators
2881: added and used (related to feature #11)
2882:
2883: * src/classes/table.C: spelling:
2884:
2885: TableSeparators -> TableControlChars column -> separator
2886: separators -> control_chars
2887:
2888: 2016-09-06 moko
2889:
2890: * src/main/pa_string.C: whitespace
2891:
2892: * src/main/pa_string.C: whitespace
2893:
2894: 2016-09-01 moko
2895:
2896: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2897: results OS-independent
2898:
2899: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2900: compiler (related to feature #1042)
2901:
2902: 2016-08-15 moko
2903:
2904: * src/include/pa_string.h: whitespace
2905:
2906: * src/classes/table.C: whitespace
2907:
1.106 moko 2908: 2016-08-05 moko
2909:
2910: * tests/: 344.html, results/344.processed: test for
2911: ^hash::create[$file] added (related to feature #1075)
2912:
2913: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2914: supported (implements feature #1075)
2915:
2916: 2016-08-04 moko
2917:
2918: * tests/: 341.html, results/341.processed: more code coverage tests
2919:
2920: * tests/: 346-curl.html, results/346-curl.processed: more code
2921: coverage tests for curl
2922:
2923: * tests/: 346-curl.html, results/346-curl.processed: more code
2924: coverage tests for curl
2925:
2926: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2927: results/223.processed: code coverage tests: $.form[ $.table[] ]
2928: test added
2929:
2930: * tests/: 223-curl.html, results/223-curl.processed: more code
2931: coverage tests for curl
2932:
2933: 2016-08-03 moko
2934:
2935: * src/classes/curl.C: dlink(curl_library) now called not once, but
2936: until it will be loaded, allowing to find existing library.
2937:
2938: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2939: results/347-curl.processed: more code coverage tests for curl
2940:
2941: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2942: results/339-curl.processed, results/346-curl.processed: curl
2943: functionality tests
2944:
2945: 2016-08-02 moko
2946:
2947: * tests/: 339.html, results/339.processed: test for tables in
2948: ^file:load[] and ^curl:load[] (commented) added (related to
2949: feature #1042)
2950:
2951: * tests/: 345.html, results/345.processed: code coverage tests for
2952: file class
2953:
2954: * tests/: 344.html, results/344.processed: code coverage tests
2955:
2956: * tests/: 344.html, results/344.processed: mdate removed from
2957: output
2958:
2959: * src/classes/file.C: minor bugfix: is_text should be taked from
2960: fcontent.is_text_mode() if not set (related to feature #1061)
2961:
2962: * tests/: 344.html, results/344.processed: more tests
2963:
2964: * tests/: 343.html, 344.html, results/343.processed,
2965: results/344.processed: tests for ^file::create[ $.from-charset
2966: and $.to-charset ] (related to feature #1061)
2967:
2968: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2969: aset_text_mode argument optimized
2970:
2971: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2972: checkBOM now used in detect_binary_content (related to feature
2973: #1061)
2974:
2975: * src/main/pa_request.C: load_charset no longer required to_upper
2976:
2977: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2978: preserves original file mode (if no $.mode specified)
2979:
2980: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2981: ^file::create now supports $.from-charset[] and $.to-charset
2982: options (implements feature #1061), automatic transcode is done
2983: if text file is created from binary file and charset is detected.
2984:
2985: 2016-07-30 moko
2986:
2987: * src/classes/table.C: ^t.hash[..;] now supported (related to
2988: feature #1057)
2989:
2990: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2991: added (related to feature #1057)
2992:
2993: * tests/: 286.html, results/286.processed: code tests coverage
2994:
2995: 2016-07-29 moko
2996:
2997: * src/classes/table.C: table size should be checked inside menu and
2998: foreach (related to feature #858)
2999:
3000: * src/: classes/curl.C, classes/file.C, classes/string.C,
3001: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3002: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3003: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3004: charsets.get now does str_upper inside (related to feature #1061)
3005:
3006: * tests/: 342.html, results/342.processed: more code coverage tests
3007:
3008: * tests/: 342.html, outputs/342.processed: table menu code coverage
3009: + foreach test added (related to feature #858)
3010:
3011: * tests/: 341.html, results/341.processed: tests for
3012: ^table.hash[]{code} added + code coverage tests (related to
3013: feature #1057)
3014:
3015: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3016: value} support (implements feature #1057)
3017:
3018: * src/classes/table.C: whitespace
3019:
3020: 2016-07-28 moko
3021:
3022: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3023: from URL, if not specified query string removed from url-based
3024: filenames in ^curl:load[] and ^file::load[] (related to feature
3025: #1042)
3026:
3027: 2016-07-27 moko
3028:
3029: * tests/: 340.html, results/340.processed: test for
3030: transcode_text_result=false added (related to issue #1042)
3031:
3032: 2016-07-26 moko
3033:
3034: * src/types/pa_vfile.C: file name should not be empty (if file path
3035: is folder and ends with /) (related to feature #1042)
3036:
3037: * src/main/pa_http.C: whitespace optimizaion
3038:
3039: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3040: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3041: multiple headers, ^file::load supports headers transcoding
3042: (implements feature #1042)
3043:
3044: 2016-07-25 moko
3045:
3046: * src/include/pa_common.h: PA_DEFAULT added
3047:
3048: 2016-07-22 moko
3049:
3050: * tests/: 338.html, results/338.processed: test for
3051: $date.field(value) added (related to feature #1066)
3052:
3053: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3054: $date.field(value) now supported for y/m/d/h/m/s (implements
3055: feature #1066)
3056:
1.105 moko 3057: 2016-07-21 moko
3058:
3059: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3060: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3061: arguments removed; image.C - absolute path shown in exception
3062: (implements feature #1071)
3063:
3064: * tests/: 235.html, results/235.processed: test and test result
3065: updated after static boundary in mail and Errors-To: mail header
3066: removed (related to feature #1047)
3067:
3068: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3069: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3070: used, static boundary in mail removed, Errors-To: mail header
3071: removed (implements feature #1047)
3072:
3073: 2016-07-20 moko
3074:
3075: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3076: equest.classes(): Value -> VStateless_class, part 3 (related to
3077: issue #1051)
3078:
3079: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3080: request.classes(): Value -> VStateless_class, part 2 (related to
3081: issue #1051)
3082:
3083: * tests/results/: 224.processed, 323.processed: classes without
3084: methods should not be methoded (related to issue #1051)
3085:
3086: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3087: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3088: -> VStateless_class, part 1 (related to issue #1051)
3089:
3090: * tests/: 337.html, results/337.processed: test for
3091: ^reflection:fields_reference[] and VHashReference class added
3092: (related to feature #1072)
3093:
3094: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3095: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3096: and VHashReference added, allowing ^reflection:fields_reference[]
3097: implementation (closes feature #1072)
3098:
3099: 2016-07-19 moko
3100:
3101: * tests/: 323.html, results/323.processed: we want to see
3102: "methoded"
3103:
3104: * tests/: 336.html, results/336.processed: test for $BASE:property
3105: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3106: #1059)
3107:
3108: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3109: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3110: somebody_entered_some_class, $BASE:property works again,
3111: ^BASE:method[] bugs fixed (fixes bug #1059)
3112:
3113: 2016-07-14 moko
3114:
3115: * tests/: 335.html, results/335.processed: test for feature #1055
3116: added
3117:
3118: * src/classes/hash.C: bugfix: $._default was not copied if empty
3119: feature: ^hash.contains[_default] added (implements feature
3120: #1055)
3121:
3122: 2016-07-13 moko
3123:
3124: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3125: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3126:
3127: 2016-07-05 moko
3128:
3129: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3130: in ^hash.foreach (related to feature #1073)
3131:
3132: 2016-07-04 moko
3133:
3134: * tests/: 134.html, 281.html, results/134.processed,
3135: results/281.processed: tests updated after hash blocking removed
3136: (related to feature #1073)
3137:
3138: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3139: no longer blocks on change during foreach (implements feature
3140: #1073)
3141:
3142: 2016-06-17 moko
3143:
3144: * tests/: 330.html, results/330.processed: try exception source
3145: test added (related to bug in #1062)
3146:
3147: * tests/: 334.html, results/334.processed: Exception stack trace
3148: test added (related to bug in $1062)
3149:
3150: * src/classes/op.C: Exception trace now correctly restored and
3151: errors reported (related to bug #1062)
3152:
1.104 moko 3153: 2016-05-25 moko
3154:
3155: * src/main/compile.y: minor cleanup + beauty
3156:
3157: 2016-05-24 moko
3158:
3159: * tests/: 333.html, results/333.processed: more exceptions testing
3160:
3161: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3162: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3163: features #1056, #1026)
3164:
3165: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3166: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3167: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3168: (implements feature #1056)
3169:
3170: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3171: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3172: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3173: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3174: feature #1026)
3175:
3176: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3177: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3178: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3179: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3180: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3181: feature #1026)
3182:
3183: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3184: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3185: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3186: SYMBOLS_CACHING define implemented (related to feature #1026)
3187:
3188: * src/main/main.vcproj: + ps_symbols
3189:
3190: * src/: include/Makefile.am, include/pa_string.h,
3191: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3192: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3193: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3194: types/pa_vstateless_class.C: initial implementation for symbols
3195: cache (related to feature #1026)
3196:
3197: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3198:
3199: * src/main/pa_globals.C: minor cleanup
3200:
3201: 2016-05-19 moko
3202:
3203: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3204: (related to feature #1046)
3205:
3206: * tests/: 331.html, results/331.processed: test for
3207: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3208: (related to feature #1051)
3209:
3210: * src/main/compile.y:
3211: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3212: (implements feature #1054)
3213:
3214: 2016-05-18 moko
3215:
3216: * src/types/pa_vtable.C, tests/results/324.processed: no more
3217: "column not found" exception for ^table.no-such-method[] (related
3218: to feature #1046)
3219:
3220: * tests/: 261.html, results/261.processed: test added and updated
3221: after feature #1046 implementation
3222:
3223: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3224: types/pa_vvoid.h: $string.anything works for whitespace strings,
3225: ^string.contains added for hash compatibility, $string.method no
3226: longer returns stting method (implements feature #1046)
3227:
3228: 2016-05-12 moko
3229:
3230: * src/classes/curl.C: content-type response header no longer
3231: ignored (fixes issue #1045)
3232:
3233: * tests/: 330.html, results/330.processed: test for incomplete
3234: finally execution when break occures added (related to issue
3235: #1077)
3236:
3237: * src/classes/op.C: bugfix: Request::skip reset is called before
3238: executing catch and finally code (fixes issue #1062)
3239:
3240: 2016-05-11 moko
3241:
3242: * tests/: 329.html, results/329.processed: test for invalid
3243: ^break[] behavour added (bug #1077)
3244:
3245: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3246:
3247: 2016-04-24 moko
3248:
3249: * src/types/pa_vstateless_class.h: warning war
3250:
3251: 2016-04-17 moko
3252:
3253: * tests/: 328.html, results/328.processed: test for
3254: ^break(condition) and ^continue(condition) (related to feature
3255: #1063)
3256:
3257: * src/classes/op.C: ^break(condition) and ^continue(condition)
3258: implemented (feature #1063)
3259:
3260: 2016-04-12 moko
3261:
3262: * tests/results/280.processed: ordered hash now used for class
3263: methods and properties (test results updated for feature #1069)
3264:
3265: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3266: to xdoc.C as under FreeBSD it was inited after and inheritance
3267: failed (related to issue #1051)
3268:
3269: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3270: are printed to check inheritance (related to feature #1051)
3271:
1.103 moko 3272: 2016-04-09 moko
3273:
3274: * tests/results/320.processed: ordered hash now used for class
3275: methods and properties (test results updated for feature #1069)
3276:
3277: * src/types/pa_vstateless_class.h: ordered hash now used for class
3278: methods and properties (implements feature #1069)
3279:
3280: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3281: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3282: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3283: feature #1051)
3284:
3285: 2016-04-07 moko
3286:
3287: * src/main/execute.C: returned Value in .CLASS case for VJunction
3288: (related to feature #1051)
3289:
3290: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3291: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3292: string constants deduplication (related to feature #1051)
3293:
3294: * tests/results/224.processed: test result updated (related to
3295: feature #1051)
3296:
3297: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3298: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3299: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3300: types/pa_vstatus.h: classes hash now contains only
3301: VStateless_class derived objects, .CLASS is also allways
3302: VStateless_class derived object (related to feature #1051).
3303:
3304: 2016-04-06 moko
3305:
3306: * tests/results/323.processed: test result updated after feature
3307: #1051 implementation
3308:
3309: * src/: classes/classes.h, classes/op.C, classes/response.C,
3310: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3311: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3312: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3313: types/pa_vresponse.C, types/pa_vresponse.h,
3314: types/pa_vstateless_class.h: base -> methoded_donor for static
3315: classes, type() moved from VStateless_class to VClass and
3316: Methoded (implements feature #1051)
3317:
3318: 2016-04-04 moko
3319:
3320: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3321: beauty: put_class added (related to feature #1051)
3322:
3323: 2016-04-01 moko
3324:
3325: * tests/results/: 175.processed, 192.processed, 224.processed,
3326: 229.processed, 244.processed, 246.processed, 316.processed: test
3327: results updated as class.type() removed from error messages, only
3328: type() left (related to feature #1051)
3329:
3330: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3331: classes/op.C, classes/reflection.C, main/compile.y,
3332: main/compile_tools.h, main/execute.C, main/pa_request.C,
3333: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3334: types/pa_vmethod_frame.h, types/pa_vobject.h,
3335: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3336: from VStateless_class, type() is used instead (related to feature
3337: #1051)
3338:
3339: * src/classes/mail.C: old logic restored.
3340:
3341: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3342: classes/classes.h, classes/curl.C, classes/date.C,
3343: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3344: classes/hashfile.C, classes/image.C, classes/inet.C,
3345: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3346: classes/memcached.C, classes/memory.C, classes/reflection.C,
3347: classes/regex.C, classes/response.C, classes/string.C,
3348: classes/table.C, classes/xdoc.C, classes/xnode.C,
3349: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3350: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3351: feature #1051)
3352:
3353: 2016-03-30 moko
3354:
3355: * tests/: 327.html, results/224.processed, results/327.processed:
3356: test for TZ specification in ^date::create[], TZ is kept during
3357: ^date::create[$dt] (related to feature #1048)
3358:
3359: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3360: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3361: feature #1048)
3362:
3363: 2016-03-29 moko
3364:
3365: * tests/: 315.html, results/315.processed: test for timezone format
3366: +HHmm added (related to feature #1065)
3367:
3368: * src/classes/date.C: timezone format +HHmm now supported
3369: (implements feature #1065)
3370:
3371: 2016-03-28 moko
3372:
3373: * tests/: 202.html, results/131.processed, results/202.processed,
3374: results/224.processed, results/256.processed,
3375: results/315.processed: test results updated after %.2d now
3376: default for hours offset in iso-string (was %2d), test for
3377: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3378: added (related to feature #1065)
3379:
3380: 2016-03-27 moko
3381:
3382: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3383: feature #1065)
3384:
3385: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3386: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3387: added (implements feature #1065)
3388:
3389: 2016-03-24 moko
3390:
3391: * tests/: 202.html, results/202.processed: test $date.week added
3392: (related to bug #1067)
3393:
3394: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3395: date (fix for bug #1067)
3396:
3397: 2016-03-10 moko
3398:
3399: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3400:
1.102 moko 3401: 2015-12-07 moko
3402:
3403: * tests/: 326.html, results/326.processed: test for .CLASS &
3404: .CLASS_NAME optimization added (related to feature #844)
3405:
3406: 2015-11-17 moko
3407:
3408: * tests/: 323.html, results/323.processed: order added
3409:
3410: * tests/: 325.html, results/325.processed: double range test added
3411: (related to bug #1049)
3412:
3413: 2015-11-16 moko
3414:
3415: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3416: added to disallow NaN and Infinity (fixes bug #1049)
3417:
3418: 2015-11-11 moko
3419:
3420: * tests/324.html: parser 3.4.3 execution support added (related to
3421: feature #1017)
3422:
3423: * tests/: 324.html, results/324.processed: test for
3424: GET_ELEMENT4CALL feature added (feature #1017)
3425:
1.101 moko 3426: 2015-10-29 moko
3427:
3428: * operators.txt: updated for 3.4.4
3429:
3430: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3431:
3432: * src/main/pa_exec.C: get_exit_status implemented for Windows
3433: (related to bug #1043)
3434:
3435: 2015-10-28 moko
3436:
3437: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3438: hangup during ^file::exec (fixes bug #1043)
3439:
1.100 moko 3440: 2015-10-27 moko
3441:
3442: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3443:
1.99 moko 3444: 2015-10-26 moko
3445:
1.100 moko 3446: * tests/322.html, src/classes/reflection.C: arguments reorder
3447: (related to issue #1041)
3448:
3449: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3450: Copyright year updated
3451:
1.99 moko 3452: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3453: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3454: classes/form.C, classes/hash.C, classes/hashfile.C,
3455: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3456: classes/mail.C, classes/math.C, classes/memcached.C,
3457: classes/memory.C, classes/op.C, classes/reflection.C,
3458: classes/regex.C, classes/response.C, classes/string.C,
3459: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3460: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3461: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3462: include/pa_config_fixed.h, include/pa_config_includes.h,
3463: include/pa_dictionary.h, include/pa_dir.h,
3464: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3465: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3466: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3467: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3468: include/pa_request_charsets.h, include/pa_request_info.h,
3469: include/pa_sapi.h, include/pa_socks.h,
3470: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3471: include/pa_stack.h, include/pa_string.h,
3472: include/pa_stylesheet_connection.h,
3473: include/pa_stylesheet_manager.h, include/pa_table.h,
3474: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3475: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3476: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3477: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3478: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3479: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3480: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3481: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3482: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3483: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3484: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3485: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3486: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3487: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3488: main/pa_string.C, main/pa_stylesheet_connection.C,
3489: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3490: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3491: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3492: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3493: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3494: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3495: targets/isapi/parser3isapi.C, types/pa_junction.h,
3496: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3497: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3498: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3499: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3500: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3501: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3502: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3503: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3504: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3505: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3506: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3507: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3508: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3509: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3510: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3511: types/pa_vresponse.C, types/pa_vresponse.h,
3512: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3513: types/pa_vstateless_object.h, types/pa_vstatus.C,
3514: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3515: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3516: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3517: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3518: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3519:
3520: * src/targets/cgi/parser3.C: year updated
3521:
3522: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3523: issue #1041)
3524:
3525: * tests/: 323.html, results/323.processed: test for base classes
3526: added
3527:
3528: * tests/: 261.html, results/261.processed: updated after better
3529: error reporting done for $string.key exception
3530:
3531: * src/types/pa_vstring.h: better error report for $string.key
3532: exception
3533:
3534: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3535: copied as VObject::get_element4call to remove extra virtual call
3536:
3537: * tests/: 322.html, results/322.processed: test for
3538: ^reflection:is[] added (related to feature #1041)
3539:
3540: * src/classes/reflection.C: ^reflection:is empty value is void
3541: (related to feature #1041)
3542:
3543: * src/classes/reflection.C:
3544: ^reflection:is[class_name|code|method;[context;]element_name]
3545: added (implements feature #1041)
3546:
3547: 2015-10-24 moko
3548:
3549: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3550:
1.98 moko 3551: 2015-10-22 moko
3552:
3553: * tests/: 321.html, results/321.processed: test for
3554: ^reflection:method_info[] file detection added
3555:
3556: * tests/: 320.html, results/320.processed: test for
3557: ^reflection:class_by_name[class_name] added (related to feature
3558: #993)
3559:
3560: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3561: added (implements feature #993)
3562:
3563: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3564: (related to feature #1017)
3565:
3566: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3567: added (related to issue #1039)
3568:
3569: * src/main/pa_request.C: ^throw origin fixed (related to feature
3570: #1039)
3571:
3572: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3573: for VDate
3574:
3575: * tests/results/182.processed: updated after feature #1038
3576: implemented
3577:
3578: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3579: compile-time exception origin added (test for feature #1039)
3580:
3581: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3582: main/pa_request.C: exception unification: compile-time exceptions
3583: now have origin, @USE origins also tracked (implements feature
3584: #1039)
3585:
3586: 2015-10-20 moko
3587:
3588: * src/main/pa_request.C: cleanup
3589:
3590: 2015-10-15 moko
3591:
3592: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3593:
3594: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3595: types/pa_vtable.C: new feature: no more $table.method and
3596: $hash.method, aliases for _at, _count, _key (related to feature
3597: #1017)
3598:
1.97 moko 3599: 2015-10-14 moko
3600:
1.98 moko 3601: * tests/: 317.html, results/317.processed: test for
3602: ^string.unescape[] added (related to feature #120)
3603:
1.97 moko 3604: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3605: defined" bug (described in issue #1036)
3606:
3607: * tests/: 247.html, results/247.processed: test for checkBOM added
3608: (test for bug #1037)
3609:
3610: * src/: include/pa_charsets.h, main/pa_charsets.C,
3611: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3612: it's not enforced, skips BOM signature if it complies charset
3613: (fixes bug #1037)
3614:
3615: 2015-10-13 moko
3616:
3617: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3618: linking
3619:
3620: * src/classes/inet.C: vs2003 compilation fix
3621:
3622: * src/classes/math.C: warning war
3623:
3624: * src/lib/punycode/pa_punycode.c: warning war
3625:
3626: 2015-10-12 moko
3627:
3628: * src/lib/punycode/pa_punycode.c: warning war
3629:
3630: * parser3.sln: moved parser3 first, to make it default startup
3631: project
3632:
3633: * buildall: parser "mirror" now used for external libs sources
3634: (implements feature #1036)
3635:
3636: * buildall: most external libs are updated to their current
3637: versions (related to feature #1036)
3638:
3639: * src/classes/image.C: more tags added
3640:
3641: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3642:
3643: 2015-10-11 moko
3644:
3645: * src/classes/curl.C: minor optimization (related to feature #1035)
3646:
3647: 2015-10-09 moko
3648:
3649: * src/classes/curl.C: pa_strdup added for strings from curl
3650: (related to feature #1035)
3651:
3652: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3653: ULLONG_MAX definition
3654:
3655: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3656: (implements feature #1035)
3657:
3658: * src/main/pa_charset.C: String::Body(String::C) used
3659:
3660: * src/main/pa_charset.C: exceptions unified
3661:
3662: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3663: unified
3664:
3665: * src/: classes/file.C, classes/image.C, classes/mail.C,
3666: classes/op.C, classes/xdoc.C, classes/xnode.C,
3667: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3668: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3669: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3670: String::Body(String::C) constructor added (related to bug #957)
3671:
3672: * src/classes/file.C: minor optimization
3673:
3674: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3675: Cord(char*) autocreation (related to bug #957)
3676:
3677: * src/: classes/string.C, main/untaint.C: minor optimizations
3678:
3679: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3680: String(char*, Lang, length) removed, String(C(), Lang) used
3681: instead (related to bug #957)
3682:
3683: 2015-10-08 moko
3684:
3685: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3686: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3687: main/untaint.C: Now char * is converted to CORD only using
3688: AS_CORD() to check for empty cord bug (fixes bug #957)
3689:
3690: * src/include/pa_hash.h: fixed compilation without
3691: HASH_CODE_CACHING
3692:
3693: * src/classes/string.C:
3694: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3695: feature #120)
3696:
3697: * src/main/pa_common.C: reduce js flags checks count (related to
3698: feature #120)
3699:
1.96 moko 3700: 2015-10-07 moko
3701:
3702: * tests/: 275.html, results/275.processed: test modified after
3703: unsigned long long int support implemented (feature #1034)
3704:
3705: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3706: pa_atoul added for unsigned long long int support
3707:
3708: 2015-10-06 moko
3709:
3710: * src/types/pa_vdate.C: INT_MAX used
3711:
3712: 2015-10-03 moko
3713:
3714: * tests/: 302.html, results/302.processed: test for bug #1023
3715: (\u2028, \u2029 escaping) added
3716:
3717: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3718: json:string[] (fixes bug #1023)
3719:
3720: 2015-09-29 moko
3721:
3722: * tests/305.html: try-catch added for OS without ipv6 support
3723:
3724: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3725: compilation
3726:
3727: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3728: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3729: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3730: implemented to distinguish ^hash.method from $hash.field
3731: (implements feature #1017)
3732:
3733: * src/lib/punycode/pa_punycode.c: warning war
3734:
3735: * src/include/pa_config_includes.h: warning war
3736:
3737: * src/include/pa_config_includes.h: pragma warning actualized a bit
3738:
3739: * src/include/pa_config_includes.h: warning war
3740:
3741: * src/include/pa_hash.h: clang compilation fix
3742:
3743: 2015-09-27 moko
3744:
3745: * src/main/compile.tab.C: Bison 3 is now default
3746:
3747: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3748:
3749: 2015-09-25 moko
3750:
3751: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3752: works with undefined HASH_ORDER (related to feature #196)
3753:
3754: 2015-09-24 moko
3755:
3756: * tests/: 027.html, results/027.processed: test modified to test
3757: ^hash.sort (feature #196)
3758:
3759: * src/: classes/hash.C, include/pa_hash.h:
3760: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3761: added (implements feature #196)
3762:
3763: * tests/: 316.html, results/316.processed: Added test for bug #1025
3764: (exception handling in non-cached ^cache), plus for "it does not
3765: have logical value" and "$exception.handled value must be either
3766: boolean or string 'cache'" exceptions.
3767:
3768: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3769: code (fixes bug #1025)
3770:
1.95 moko 3771: 2015-09-23 moko
3772:
3773: * src/classes/table.C: warning war
3774:
3775: * src/: classes/math.C, types/pa_vcookie.C: warning war
3776:
3777: * src/classes/file.C: warning war
3778:
3779: * src/: include/pa_table.h, main/pa_table.C: warning war
3780:
3781: * src/: main/pa_request.C, classes/date.C: warning war
3782:
3783: * src/: types/pa_vdate.C, classes/op.C: warning war
3784:
3785: * tests/: 122.html, results/122.processed: win sync: to remove
3786: differences with OS that doesn't keep timezone change history
3787:
3788: * src/types/pa_vdate.C: tzset() should be called in Windows after
3789: TZ change (related to feature #36)
3790:
3791: * tests/: 075.html, results/075.processed: win sync: to remove
3792: differences with OS that doesn't keep timezone change history
3793:
3794: * tests/: 315.html, results/315.processed: win sync: to remove
3795: differences with OS that doesn't keep timezone change history
3796:
3797: * tests/: 256.html, results/256.processed: win sync: to remove
3798: differences with OS that doesn't keep timezone change history
3799:
3800: * tests/: 124.html, results/124.processed: win results sync: to
3801: avoid hitting time change hole.
3802:
3803: * src/types/pa_vdate.C: static returned. :)
3804:
3805: 2015-09-22 moko
3806:
3807: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3808:
3809: * tests/results/131.processed: more tests for feature #1032
3810:
3811: * src/classes/date.C: minor fix related to feature #1032
3812:
3813: * operators.txt: ISO date creation documented (related to feature
3814: #1032)
3815:
3816: * operators.txt: iso-string documented (related to feature #1032)
3817:
3818: * tests/: 315.html, results/315.processed: more tests added
3819: (related to feature #1032)
3820:
3821: * tests/: 131.html, results/131.processed: date range checks
3822: updated (related to feature #36)
3823:
3824: * tests/: 315.html, results/057.processed, results/315.processed:
3825: test added for ISO date support (related to issue #315)
3826:
3827: * src/classes/date.C: more readable exceptions in date creation
3828: (related to ticket #1032)
3829:
3830: 2015-09-18 moko
3831:
3832: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3833: added (related to issue #1032)
3834:
3835: * tests/results/256.processed, src/classes/json.C: iso-string
3836: documented (related to issue #1032)
3837:
3838: * tests/: 256.html, results/256.processed: ISO date check added
3839: (related to issue #1032)
3840:
3841: * tests/: 057.html, results/057.processed, results/224.processed:
3842: tests results updated after ISO date support implemented (related
3843: to feature #1032)
3844:
3845: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3846: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3847: ^date::create[string] constructor formalized, ^date.iso-string[]
3848: added (implements feature #1032)
3849:
3850: 2015-09-05 moko
3851:
3852: * operators.txt: actualized
3853:
3854: * operators.txt: date changes documented (related to ticket #36)
3855:
3856: 2015-09-04 moko
3857:
3858: * src/types/pa_vdate.C: warning war
3859:
3860: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3861:
3862: 2015-09-03 moko
3863:
3864: * tests/results/096.processed: test result updated for 0..9999 year
3865: date range support (related to feature #36)
3866:
3867: * tests/: 314.html, results/314.processed: test for
3868: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3869: bug #1031)
3870:
3871: * src/classes/string.C: Static calls fixed for ^string:base64[],
3872: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3873:
1.116 moko 3874: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3875: configure.in -> configure.ac
1.95 moko 3876:
1.116 moko 3877: * configure, configure.in, src/include/pa_config_auto.h.in: more
3878: correct timezone check for FreeBSD Warning war: configure.in ->
3879: configure.ac
1.95 moko 3880:
3881: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3882: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3883: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3884: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3885: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3886: src/main/Makefile.am, src/targets/apache/Makefile.am,
3887: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3888: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3889: check added
3890:
3891: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3892:
3893: * tests/results/: 124.processed, 224.processed: test resuls updated
3894: for new date implementation (related to feature #36)
3895:
3896: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3897: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3898: types/pa_vdate.h: new double date implementation with internal
3899: support for extended 0..9999 year range, default timezone support
3900: (related to feature #36)
3901:
3902: 2015-08-28 moko
3903:
3904: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3905: (fixes bug #1030)
3906:
3907: 2015-08-21 moko
3908:
3909: * src/classes/inet.C: snprintf size "bug" commented
3910:
3911: * src/main/pa_common.C: snprintf comments updated
3912:
3913: 2015-08-16 moko
3914:
3915: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3916:
3917: 2015-08-11 moko
3918:
3919: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3920: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3921: can be null (fixes bug #1029)
3922:
3923: 2015-08-06 moko
3924:
1.116 moko 3925: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3926: pa_vdate.C added
1.95 moko 3927:
3928: 2015-08-05 moko
3929:
3930: * tests/: 313.html, results/313.processed: test for
3931: ^table.count[columns] and ^table.flip[] with nameless tables
3932: (feature #1003)
3933:
3934: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3935: max_cell added, now ^table.count[columns] and ^table.flip[] works
3936: correctly for nameless tables (implements feature #1003)
3937:
3938: 2015-08-03 moko
3939:
3940: * tests/312.html: test for ^table.append[$hash] and
3941: ^table.insert[$hash] added (related to feature #1028)
3942:
3943: * src/classes/table.C: ^table.append[$hash] and
3944: ^table.insert[$hash] now supported (implements feature #1028)
3945:
3946: * tests/: 312.html, results/312.processed: test row copy in
3947: ^table.hash[; $.type[table] ] added (related to feature #1016)
3948:
3949: * src/classes/table.C: row copy now created in ^table.hash[;
3950: $.type[table] ] (related to feature #1016)
3951:
3952: 2015-07-29 moko
3953:
3954: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3955: added (related to feature #1016)
3956:
3957: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3958: ^table.delete[] added to delete current row (related to feature
3959: 1016)
3960:
3961: 2015-07-28 moko
3962:
3963: * tests/: 312.html, results/312.processed: test for
3964: $table.column[value] and ^table.insert{row} (related to feature
3965: #1016)
3966:
3967: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3968: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3969: ^table.insert{row} are now implemented (feature #1016)
3970:
3971: * src/include/pa_array.h: Optimization: bool reverse removed from
3972: append(), insert() added, memmove arguments order in remove()
3973: fixed (related to feature #1016)
3974:
3975: 2015-07-23 moko
3976:
3977: * src/classes/json.C: tainted json and empty json exception added
3978: (implements feature #1015)
3979:
3980: * tests/: 311.html, results/311.processed: empty json and tainted
3981: json exception test added (related to issue #1015)
3982:
3983: 2015-07-22 moko
3984:
3985: * tests/: 311.html, results/311.processed: test for UTF-8
3986: processing added
3987:
3988: * tests/: 311.html, results/311.processed: test for
3989: json_exception_with_source added (related to issue #394)
3990:
3991: * src/classes/json.C: json_exception_with_source added (implements
3992: feature #394)
3993:
3994: 2015-06-29 moko
3995:
3996: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3997: directories are now correctly determined if _d_type == DT_UNKNOWN
3998: (closes bug #1027)
3999:
4000: 2015-06-10 moko
4001:
4002: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4003: error if libxml has LIBXML_ICU_ENABLED.
4004:
4005: 2015-06-04 moko
4006:
4007: * tests/099.html: ups, reverting
4008:
4009: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4010: results/310.processed: tests for $response:body[ $.file[] ] and
4011: $response:last-modified added
4012:
4013: * src/main/pa_request.C: last-modified check fixed
4014:
4015: 2015-06-03 moko
4016:
4017: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4018: results/205.processed, results/293.processed: $response:headers
4019: logging added (tests for feature #1007)
4020:
4021: * src/: include/pa_common.h, include/pa_request.h,
4022: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4023: $response:headers are now in uppercase (closes feature #1007)
4024:
4025: 2015-06-02 moko
4026:
4027: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4028: build errors reverted for clang compatibility
4029:
4030: 2015-06-01 moko
4031:
4032: * src/include/pa_memory.h: -pedantic build errors fixed
4033:
4034: * src/classes/math.C: -pedantic build error fixed
4035:
4036: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4037:
4038: 2015-05-31 moko
4039:
4040: * src/classes/table.C: USE_STRINGSTREAM optimized
4041:
4042: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4043: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4044: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4045: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4046: types/pa_vxnode.h: warning war (-pedantic flag)
4047:
4048: 2015-05-28 moko
4049:
4050: * tests/: 308.html, results/308.processed: test for
4051: ^table::create[$t;], etc work added (related to bug #975)
4052:
4053: * src/classes/table.C: check_option_param removed,
4054: ^table::create[$t;], etc now works (fixes bug #975)
4055:
4056: 2015-05-27 moko
4057:
4058: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4059: (Debian jessie) fixed (closes issue #1024)
4060:
4061: * tests/Makefile: sort added as in Debian jessie list become
4062: unsorted
4063:
4064: 2015-05-18 moko
4065:
4066: * tests/: 201.html, results/201.processed: test for
4067: ^string.trim[what] feature #1022
4068:
4069: * src/classes/string.C: ^string.trim[what] now supported,
4070: implements feature #1022
4071:
4072: 2015-05-17 moko
4073:
4074: * tests/results/185.processed: test result updated as feature #1021
4075: implemented (left/right accept negative parameter)
4076:
4077: * src/classes/string.C: left/right now accept negative parameter
4078: (implements feature #1021)
4079:
4080: 2015-05-08 moko
4081:
4082: * src/classes/math.C: isalnum -> pa_isalnum
4083:
4084: * src/main/execute.C: optimization in getter-junction processing
4085: (related to issue #997)
4086:
4087: 2015-05-07 moko
4088:
4089: * tests/: 307.html, results/307.processed: test for issue #997
4090: added
4091:
4092: * src/main/execute.C: process_getter result now checked if junction
4093: returned (closes issue #997)
4094:
4095: * tests/: 305.html, results/305.processed: sort added to ignore
4096: different order
4097:
4098: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4099: assignment (closes issue #994)
4100:
4101: * tests/: 306.html, results/306.processed: test for issue #994
4102: added
4103:
4104: * tests/: 303.html, results/303.processed: two more errors tested
4105:
4106: 2015-05-06 moko
4107:
4108: * tests/: 305.html, results/305.processed: test for name2ip &
4109: ip2name added (related to feature #992)
4110:
4111: * tests/: 303.html, 304.html, results/303.processed,
4112: results/304.processed: tests for idna conversion added (related
4113: to issue #849)
4114:
4115: 2015-05-02 moko
4116:
4117: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4118: implemented
4119:
4120: 2015-04-30 moko
4121:
4122: * src/main/pa_http.C: idna_host added, related to issue #849
4123:
4124: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4125: (related to issue #849)
4126:
4127: 2015-04-24 moko
4128:
4129: * src/types/pa_vjunction.C: warning war
4130:
4131: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4132: unification
4133:
4134: * src/lib/punycode/pa_idna.c: warning war
4135:
4136: 2015-04-22 moko
4137:
4138: * src/main/main.vcproj: punycode include path added
4139:
4140: * src/lib/punycode/pa_idna.c: windows compile error fixed
4141:
4142: * src/lib/punycode/pa_idna.c: warning war
4143:
4144: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4145: project file added
4146:
4147: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4148:
4149: * src/include/pa_memory.h: warning war
4150:
4151: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4152: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4153: implemented (related to feature #849)
4154:
4155: * configure.in, src/main/Makefile.am,
4156: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4157: libpunycode added in Unix
4158:
4159: 2015-04-21 moko
4160:
4161: * configure.in: large files support
4162:
4163: 2015-04-15 moko
4164:
4165: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4166: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4167: pa_punycode.h: initial version for punycode/idna support library
4168: (ticket #849)
4169:
4170: 2015-04-08 moko
4171:
4172: * src/: classes/curl.C, classes/date.C, classes/file.C,
4173: classes/image.C, classes/mail.C, classes/reflection.C,
4174: classes/string.C, classes/xnode.C, include/pa_request.h,
4175: include/pa_string.h, include/pa_stylesheet_connection.h,
4176: main/compile.y, main/compile_tools.h, main/execute.C,
4177: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4178: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4179: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4180: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4181: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4182: clang compiler warnings (closes issue #1018)
4183:
4184: * src/include/pa_string.h: String::Body comparation operators with
4185: char * added (related to issue #958)
4186:
4187: 2015-04-07 moko
4188:
4189: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4190: pa_malloc/pa_free to remove system malloc/free usage (related to
4191: issue #1018)
4192:
4193: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4194: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4195: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4196: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4197: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4198: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4199: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4200: malloc/strdup/free replaced with pa_ version and checks for
4201: accidental use of non-pa_ version added (related to issue #1018)
4202:
4203: 2015-04-03 moko
4204:
4205: * buildall: pcre-8.33 -> pcre-8.36
4206:
4207: * src/: main/compile.y, classes/form.C, classes/mail.C,
4208: classes/op.C, classes/string.C, main/compile.tab.C,
4209: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4210: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4211: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4212: ticket #958)
4213:
4214: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4215: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4216: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4217: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4218: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4219: $request:headers, $request:method added (implements feature
4220: #1007)
4221:
4222: 2015-03-17 misha
4223:
4224: * tests/302.html: - test for
4225: ^json:string[...;$._default[method-name]]
4226:
4227: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4228: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4229: option $._default[method-name] is specified in ^json:string[], a
4230: method with specified name will be called for classes/objects
4231: serialization ( new feature: #982 )
4232:
4233: 2015-03-16 misha
4234:
4235: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4236: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4237: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4238: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4239: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4240: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4241: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4242: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4243: types/pa_vrequest.h, types/pa_vstateless_class.C,
4244: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4245: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4246: $var.CLASS_NAME now have special opcodes. This can be switched
4247: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4248: on pa_opcode.h ( new feature: #844 )
4249:
4250: 2015-03-15 misha
4251:
4252: * tests/075.html: - test for $response:header[]
4253:
4254: * src/types/pa_vresponse.C: - $response:header[] deletes header
4255: that was set earlie ( new feature: #1001 )
4256:
4257: 2015-03-12 misha
4258:
4259: * tests/246.html: - more tests for ^hash._at[]
4260:
4261: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4262: accepts second param [key|value|hash] ( new feature: #1012 )
4263:
4264: 2015-03-09 moko
4265:
4266: * src/types/pa_vmail.C: exception for everything but
4267: $mail:received, closes issue #1011
4268:
4269: 2015-02-20 moko
4270:
4271: * tests/: 275.html, results/275.processed: hex detection in
4272: pa_atoui fix test (closes issue #1010)
4273:
4274: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4275: issue #1010)
4276:
4277: 2015-02-17 moko
4278:
4279: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4280: tainted.
4281:
4282: 2015-02-03 misha
4283:
4284: * tests/301.html: - test for ^json:string($double) causes
4285: exception. bugfix: #1008
4286:
4287: * src/classes/json.C: - ^json:string($double) causes exception.
4288: bugfix: #1008
4289:
4290: * tests/014.html: - updated for work with ^hash.delete[]
4291:
4292: 2015-01-12 misha
4293:
4294: * src/: classes/form.C, include/pa_common.h,
4295: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4296: types/pa_vform.h: - supports body with PUT method as well ( new
4297: feature: #1006 )
4298:
4299: * src/classes/file.C: - warnings war
4300:
4301: 2015-01-11 misha
4302:
4303: * tests/300.html: - test for ^hash.delete[] is added
4304:
4305: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4306: feature: #989 ) - tiny optimization in intersects
4307:
4308: 2015-01-06 moko
4309:
4310: * src/types/pa_vmail.C: file names transcode added, to and cc added
4311: with transcode, attachments detection fixed
4312:
4313: * src/main/pa_request.C: filling mail received after cgi/auto.p
4314: load to allow charset switch (related to issue #996)
4315:
4316: 2014-12-31 moko
4317:
4318: * src/types/pa_vmail.C: from and subject now transcoded if not
4319: UTF-8 source charset (fixes issue 996)
4320:
4321: * src/main/pa_exception.C: fixed string from stack bug (closes
4322: issue #1000)
4323:
4324: 2014-12-11 misha
4325:
4326: * src/types/pa_vhashfile.C: - check if key is not empty before
4327: access ( bug fix: #1005 )
4328:
4329: 2014-11-13 misha
4330:
4331: * src/main/compile.y: - PC.append does not reset to false while
4332: creating a new class. bugfix: #990
4333:
4334: * tests/299.html: - test for creation class after working with
4335: partial class (create+append)
4336:
4337: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4338: #995
4339:
4340: * tests/232.html: - test for @get[def] added
4341:
4342: 2014-10-12 moko
4343:
4344: * src/lib/pcre/pcre_internal.vcproj: correct path
4345:
4346: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4347: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4348: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4349: targets/apache/ApacheModuleParser3.vcproj,
4350: targets/apache/ApacheModuleParser3Core.vcproj,
4351: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4352: types/types.vcproj: project GUID inserted in *.vcproj for correct
4353: conversion in newer VS versions
4354:
4355: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4356: pcre_internal.vcproj added
4357:
4358: 2014-08-28 moko
4359:
4360: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4361: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4362: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4363:
4364: 2014-06-30 misha
4365:
4366: * tests/298.html: - tests for ^reflection:def[class;className]
4367: added
4368:
4369: * src/classes/reflection.C: - ^reflection:def[class;className]
4370: added ( new feature: #918 )
4371:
4372: 2014-06-29 misha
4373:
4374: * src/classes/table.C: - ^table::create[unsupported data] -
4375: exception comment changed to "body must be table or code" ( bug
4376: fix: #951 )
4377:
4378: * tests/: 261.html, results/261.processed: - tests for
4379: ^json:string[...;$.void[null|string]] added
4380:
4381: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4382: option $.void[string|null] added to ^json:string[...] ( new
4383: feature: #952 )
4384:
4385: 2014-06-28 moko
4386:
4387: * src/classes/curl.C: $.charset now processed before other curl
4388: options (closes issue #980)
4389:
4390: 2014-05-23 misha
4391:
4392: * src/classes/json.C: - bug fix: #987
4393:
4394: 2014-05-04 misha
4395:
4396: * tests/: 253.html, 253_json.txt: - test for
4397: ^json:parse[$.int(false)] is added
4398:
4399: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4400: default true). The option is similar to $.double(bool) but for
4401: integers.
4402:
4403: 2014-05-01 moko
4404:
4405: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4406: #12 )
4407:
4408: 2014-04-16 moko
4409:
4410: * src/main/pa_http.C: response-charset option should finally work
4411: now (fix for issue #867)
4412:
4413: * src/main/pa_http.C: response-charset option should work now (fix
4414: for issue #867)
4415:
4416: 2014-03-07 moko
4417:
4418: * buildall: libgc moved
4419:
4420: * buildall: libgc moved
4421:
4422: 2013-12-29 moko
4423:
4424: * src/classes/string.C: ^string:js-unescape result now tainted,
4425: closes issue #966
4426:
4427: * tests/: 186.html, results/186.processed: ^string:js-unescape
4428: result now tainted, issue #966
4429:
4430: 2013-12-03 moko
4431:
4432: * src/: classes/memcached.C, types/pa_vmemcached.C,
4433: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4434: option was added for http://www.parser.ru/forum/?id=79343
4435:
4436: * src/classes/file.C: bugfix for
4437: http://www.parser.ru/forum/?id=79337
4438:
4439: 2013-11-05 moko
4440:
4441: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4442:
4443: * src/main/pa_globals.C: spelling fixed
4444:
4445: 2013-10-29 moko
4446:
4447: * src/lib/json/json.vcproj: json.c -> pa_json.C
4448:
4449: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4450: #892
4451:
4452: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4453: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4454: exceptions to be thrown thougth json library), related to issue
4455: #892
4456:
4457: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4458: related to issue #896
4459:
4460: 2013-10-24 moko
4461:
4462: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4463:
4464: 2013-10-23 moko
4465:
4466: * README: actualization
4467:
4468: 2013-10-22 moko
4469:
4470: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4471: compatibility patch from Sergey Kirpichev
4472:
4473: * tests/: 297.html, results/297.processed: non-working getter fix
4474: test for issue #948
4475:
4476: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4477: called when saving value of $match variable in ^string.match[] to
4478: increase compatibility (related to issue #948).
4479:
4480: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4481: usage optimization
4482:
4483: 2013-10-21 moko
4484:
4485: * tests/: 182.html, results/182.processed: local path removed for
4486: compatibility
4487:
4488: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4489: results/244.processed, results/253.processed,
4490: results/254.processed, results/275.processed,
4491: results/281.processed: try_catch -> try-catch
4492:
4493: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4494: results/294.processed, results/296.processed: try_catch ->
4495: try-catch
4496:
4497: 2013-10-20 moko
4498:
4499: * tests/: 296.html, results/296.processed: test for xsl exception
4500: for issue #938 added.
4501:
4502: * src/: include/pa_xml_exception.h,
4503: main/pa_stylesheet_connection.C: forgotten to be replaced
4504: XmlException is now replaced (once again closes issue #938)
4505:
4506: 2013-10-18 moko
4507:
4508: * buildall: disable clock_gettime detection to avoid librt linking
4509: (which in turn depends on libpthread), related to issue #943
4510:
4511: 2013-10-18 misha
4512:
4513: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4514: lib/smtp/smtp.vcproj, main/main.vcproj,
4515: targets/apache/ApacheModuleParser3Core.vcproj,
4516: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4517: types/types.vcproj: - new locations for libxml2 includes where
4518: added to vcproj files
4519:
4520: 2013-10-18 moko
4521:
4522: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4523: fix
4524:
4525: * tests/: 295.html, results/295.processed: test for issue #948
4526: updated
4527:
4528: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4529: :)
4530:
4531: * tests/: 295.html, results/295.processed: test for issue #948
4532: added
4533:
4534: * src/: classes/hash.C, classes/string.C, classes/table.C,
4535: include/pa_request.h, types/pa_method.h: for getters and setters
4536: to be executed request.put_element should be called, not
4537: context.put_element (fixes issue #948)
4538:
4539: 2013-10-17 moko
4540:
4541: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4542: LIBXML2_NEW_BUFFER check (closes issue #943)
4543:
4544: * buildall: libxml 2.9.1 build is broken --without-reader.
4545:
4546: 2013-10-16 moko
4547:
4548: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4549:
4550: * tests/: 294.html, results/294.processed: test for issue #938
4551:
4552: * src/: classes/xdoc.C, classes/xnode.C,
4553: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4554: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4555:
4556: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4557: libxslt-1.1.26 -> libxslt-1.1.28
4558:
4559: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4560: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4561: to '?', related to issue #938
4562:
4563: 2013-10-15 moko
4564:
4565: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4566: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4567: minor optimizations (closes issue #896)
4568:
4569: * tests/results/: 292.processed, 293.processed: results updated to
4570: comply with issue #896
4571:
4572: * tests/: 292.html, 293.html, results/292.processed,
4573: results/293.processed: tests for json escaping
4574:
4575: 2013-10-14 moko
4576:
4577: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4578: and cleanup, code moved from .h to .C, no changes in code
4579:
4580: 2013-10-12 moko
4581:
4582: * tests/results/119.processed: updated test result commited
4583:
4584: * tests/: 291.html, results/291.processed: test for issue #894
4585: added
4586:
4587: * src/types/pa_wcontext.h: base methods call support function
4588: get_somebody_entered_some_class should not be true forever, as
4589: wcontext can have many get_elements calls (fixes issue #894)
4590:
4591: 2013-10-11 moko
4592:
4593: * tests/: 290.html, results/290.processed: test for junction GPF
4594: issue #942 added
4595:
4596: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4597: to native method fixed (closes issue #942)
4598:
4599: * tests/: 158.html, results/158.processed: test for csv-string[]
4600: added
4601:
4602: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4603: feature #907)
4604:
4605: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4606: feature #907)
4607:
4608: 2013-10-09 moko
4609:
4610: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4611: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4612: types/pa_vstateless_class.C: GET_default, SET_default now works
4613: properly not only in objects, but in classes as well (closes
4614: issue #903)
4615:
4616: * tests/: 289.html, results/289.processed: GET/SET_default now
4617: works in classes, not only objects, test case added, related to
4618: issue #903
4619:
4620: * tests/: 288.html, results/288.processed: test for endless
4621: recursion bug added (related to issue #903)
4622:
4623: 2013-10-05 moko
4624:
4625: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4626: classes/table.C, main/execute.C, types/pa_method.h,
4627: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4628: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4629: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4630: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4631: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4632: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4633: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4634: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4635: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4636: optimization: put_element no longer has "bool areplace" argument,
4637: related to issue #903
4638:
4639: 2013-10-03 moko
4640:
4641: * tests/results/182.processed: result for $.replace(false) test
4642: commited
4643:
4644: * src/classes/date.C: ^date::create(number) processed correctly
4645: (fixes issue #901)
4646:
4647: * src/classes/image.C: as_no_junction removed, as param can be
4648: expression (closes issue #931)
4649:
4650: * tests/233.html: test for issue #931 added
4651:
4652: 2013-10-02 moko
4653:
4654: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4655: modified, test for $.replace(false) added
4656:
4657: * src/main/compile_tools.h: forgotten class replace returned. :)
4658:
4659: 2013-09-30 moko
4660:
4661: * tests/: 141.html, results/141.processed: md5 tainting test added
4662:
4663: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4664: main/compile_tools.h, main/pa_request.C: allow_class_replace
4665: implemented; $.replace option added to ^process and ^use
4666:
4667: 2013-08-27 moko
4668:
4669: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4670: cstr_to_string_body_untaint should be called with charsets for
4671: possible uri language and connection for possible sql language.
4672: related to issue #857
4673:
4674: * buildall: and -> or fixed
4675:
4676: 2013-08-26 moko
4677:
4678: * buildall: prepare_ functions logic changed to support
4679: gc-7.2d.tar.gz extracting to gc-7.2 directory
4680:
4681: 2013-08-23 moko
4682:
4683: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4684: statically
4685:
4686: 2013-08-22 moko
4687:
4688: * src/classes/string.C: String::Empty used (related to issue #912)
4689: append_know_length removed (related to old GPF bug)
4690:
4691: 2013-08-21 moko
4692:
4693: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4694:
4695: * src/classes/math.C: ^math:digest[...;$file] support added
4696: (related to ticket #857
4697:
4698: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4699: implemented
4700:
4701: * src/types/pa_vhashfile.h: warning war
4702:
4703: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4704: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4705: anti_endless_json_string_recoursion removed from request;
4706: json_string_recoursion added to json_options; $.indent[indent
4707: value] now supported and passed within recoursion closes feature
4708: #937
4709:
4710: * tests/: 287.html, results/287.processed: test for feature #937
4711:
4712: 2013-07-31 moko
4713:
4714: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4715: compilation having #define _S
4716:
4717: * src/main/pa_globals.C: cleanup
4718:
4719: 2013-07-30 moko
4720:
4721: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4722: main/pa_common.C: vs2003 warning war
4723:
4724: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4725:
4726: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4727:
4728: * src/lib/md5/pa_sha2.c: warning war
4729:
4730: 2013-07-29 moko
4731:
4732: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4733: patches from github
4734:
4735: * src/: classes/bool.C, classes/double.C, classes/int.C,
4736: classes/memcached.C, include/pa_config_includes.h,
4737: types/pa_vfile.C, types/pa_vfile.h: warning war
4738:
4739: * src/lib/json/json.vcproj: C++ -> C
4740:
4741: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4742:
4743: * src/lib/json/: json.c, pa_json.C: windows compatibility
4744:
4745: * src/lib/json/: json.c, pa_json.C: windows compatibility
4746:
4747: * src/lib/json/: json.c, pa_json.C: warning war
4748:
4749: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4750:
4751: * src/include/pa_config_fixed.h: uint16_t added
4752:
4753: * configure.in: uint16_t check added
4754:
4755: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4756: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4757: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4758: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4759: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4760:
4761: 2013-07-25 moko
4762:
4763: * parser3.sln: dependencies added
4764:
4765: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4766: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4767: module support
4768:
4769: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4770:
4771: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4772:
4773: 2013-07-23 moko
4774:
4775: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4776: PA_DEBUG_GC_MEMORY removed
4777:
4778: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4779: PA_DEBUG_DISABLE_GC compilation fix
4780:
4781: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4782: main/pa_request.C: outdated RESOURCES_DEBUG removed
4783:
4784: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4785: garbage cleanup
4786:
4787: * src/main/pa_common.C: warning war
4788:
4789: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4790:
4791: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4792: minor cleanup
4793:
4794: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4795: uses cygwin, not WIN32 implementation
4796:
4797: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4798: able to exec shell scripts
4799:
4800: * src/classes/math.C: ifdef WIN32 cleanup
4801:
4802: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4803:
4804: * src/classes/curl.C: LT_MODULE_EXT used
4805:
4806: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4807:
4808: 2013-07-22 moko
4809:
4810: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4811: includes fix
4812:
4813: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4814:
4815: * configure.in, src/include/pa_config_includes.h,
4816: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4817: src/main/pa_exec.C: includes cleanup
4818:
4819: * src/targets/cgi/parser3.C: 2012->2013
4820:
4821: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4822:
4823: * configure.in, src/include/pa_config_includes.h,
4824: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4825: src/main/pa_random.C, src/main/pa_socks.C,
4826: src/types/pa_vstatus.C: cygwin support cleanup
4827:
4828: * configure.in: dirent.h check added
4829:
4830: * src/: include/pa_config_includes.h, include/pa_dir.h,
4831: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4832: not copied
4833:
4834: 2013-07-21 moko
4835:
4836: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4837:
4838: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4839: parser3.vcproj: unused getopt.h / getopt.c removed
4840:
4841: * operators.txt, src/classes/file.C, tests/022.html,
4842: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4843: $.stat(true)] usage commented
4844:
4845: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4846: src/main/pa_dir.C: ^file:list[] now has dir column and when
4847: $.stat(true) it has size/*date columns modified patch from misha@
4848: that closes issue #914.
4849:
4850: * src/: include/pa_config_includes.h, main/pa_globals.C:
4851: PA_RELEASE_ASSERTS removed
4852:
4853: * src/lib/md5/pa_md5c.c: minor cleanup
4854:
4855: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4856: localeconv()->decimal_point usage remoed (related to issue #934)
4857:
4858: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4859: cordprnt.c removed
4860:
4861: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4862: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4863: pa-include/pa_strings.h: includes cleanup
4864:
4865: * src/lib/md5/pa_md5c.c: headers cleanup
4866:
4867: 2013-07-20 moko
4868:
4869: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4870: cleanup
4871:
4872: 2013-07-19 moko
4873:
4874: * src/classes/math.C: extern "C" added for crypt
4875:
4876: 2013-07-18 moko
4877:
4878: * src/classes/math.C: fix redhat7.2 build
4879:
4880: 2013-07-17 moko
4881:
4882: * configure.in, src/include/pa_config_includes.h,
4883: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4884: added for uint8/32/64_t)
4885:
4886: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4887: pa_config_includes.h used for uint32/64_t
4888:
4889: 2013-07-16 moko
4890:
4891: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4892: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4893: war
4894:
4895: * src/main/compile.tab.C: compile.y was updated
4896:
4897: * src/main/compile.y: warning war
4898:
4899: * src/: include/pa_exception.h, main/pa_exception.C,
4900: main/pa_xml_exception.C: warning war
4901:
4902: * src/: include/pa_common.h, main/pa_common.C: warning war
4903:
4904: * configure.in: beauty :)
4905:
4906: * tests/: 141.html, results/141.processed: sha256/512 added
4907:
4908: 2013-07-13 moko
4909:
4910: * src/lib/md5/md5.vcproj: sha2 added
4911:
4912: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4913: classes/math.C: sha2 support (sha256/sha512 digest)
4914:
4915: 2013-07-08 moko
4916:
4917: * src/classes/image.C: directory read or other read problem message
4918: fixed (related to issue #933)
4919:
4920: 2013-07-07 moko
4921:
4922: * AUTHORS: + misha + moko. :)
4923:
4924: 2013-07-06 moko
4925:
4926: * src/: classes/curl.C, include/pa_globals.h,
4927: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4928: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4929: for lt_dlinit to be called once and lt_dlexit called at right
4930: place (related to issue #925)
4931:
4932: 2013-07-04 moko
4933:
4934: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4935: VString::as_vfile now uses vfile.set_binary_string to avoid
4936: content-type to be set, as it brokes badly designed logic in
4937: response output. This hopefully finishes issue #928.
4938:
4939: * tests/results/: 256.processed, 286.processed: file now displayed
4940: as name, size, mode, content-type
4941:
4942: * src/main/pa_common.C: read error now reported cottectly (fixes
4943: issue #933
4944:
4945: 2013-06-28 moko
4946:
4947: * tests/: 286.html, results/286.processed: test extended
4948:
4949: * tests/: 286.html, results/286.processed: Test for issue #928
4950: added. it tests default content-type change.
4951:
4952: * src/types/pa_vfile.C: closes issue #928 - default content-type
4953: now updated
4954:
4955: 2013-06-25 moko
4956:
4957: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4958: content-type for text/binary files without name added;
4959: ^file::create[$f;...] options now works properly and $f
4960: properties are default (fixes issue #928)
4961:
4962: 2013-05-16 misha
4963:
4964: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4965: added
4966:
4967: * src/main/pa_table.C: - a tiny memory optimisation while creating
4968: table if specified limit is bigger than source rows count
4969:
4970: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4971: added ( new feature: #858 )
4972:
4973: 2013-04-29 moko
4974:
4975: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4976: $.ipresolve(0|1|2) added (closes issue #891)
4977:
4978: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4979:
4980: 2013-04-24 moko
4981:
4982: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4983: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4984: types/pa_vmemcached.h: ^memcache.release[] added, calls
4985: memcached_quit (refs #893)
4986:
4987: 2013-04-22 moko
4988:
4989: * src/: include/pa_string.h, main/pa_common.C: no more double
4990: slashes in file path (fixes bug #872)
4991:
4992: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4993: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4994: #739)
4995:
4996: * tests/results/266.processed: $.max_params added (feature #915)
4997:
4998: * src/: include/pa_common.h, main/pa_http.C: response-charset
4999: option added to file::load (closes issue #867)
5000:
5001: 2013-04-20 misha
5002:
5003: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5004: commited
5005:
5006: 2013-03-15 misha
5007:
5008: * src/classes/: hash.C, table.C: - Optimisation: do not create
5009: multiple empty strings while ::sql. uae String::Empty instead
5010:
5011: 2013-03-14 misha
5012:
5013: * src/classes/reflection.C: - for user classes
5014: ^reflection:method_info[] returns $.max_params and $.extra_param
5015: with $.call_type if they available ( new feature: #915 )
5016:
5017: * src/classes/file.C: - ^file:delete[] now supports an option
5018: $.exception(false) that suppress any exception while deleting
5019: file ( new feature: #916 )
5020:
5021: * src/classes/curl.C: - parsing cookies after curl:load now should
5022: work :)
5023:
5024: 2013-03-12 misha
5025:
5026: * src/types/pa_vfile.C: - if specified file_name is empty string
5027: set default name for the file
5028:
5029: 2013-03-11 misha
5030:
5031: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5032: also available in $f.cookies
5033:
5034: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5035: moved to a separate method
5036:
5037: 2013-03-10 moko
5038:
5039: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5040: added
5041:
5042: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5043: removed (declared by autoconf)
5044:
5045: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5046: uint32_t define
5047:
5048: 2013-03-10 misha
5049:
5050: * src/classes/file.C: ^file:delete and ^file:move now support
5051: option $.keep-empty-dirs(true) ( new feature: #884 )
5052:
5053: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5054: empty dirs is added
5055:
5056: 2013-03-10 moko
5057:
5058: * src/classes/: bool.C, double.C, int.C: default can be present,
5059: but default check removed from ^int/double/bool.int/double/bool
5060: for string.int/double/bool compatibility (related to issue #913)
5061:
5062: * src/classes/string.C: ^string.int/dobule/bool no longer
5063: internally throws exception if default is present (closes issue
5064: #913)
5065:
5066: 2013-03-09 misha
5067:
5068: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5069: optimisations ( #845 )
5070:
5071: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5072:
5073: 2013-03-08 moko
5074:
5075: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5076: creates correct table (fixes issue #910)
5077:
5078: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5079: use outside of 'connect' operator (fixes issue #911)
5080:
5081: * tests/results/: 096.processed, 122.processed: test results
5082: updated as doubles now printed with 15 significant digits, not 5
5083: (fixes issue #882)
5084:
5085: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5086: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5087:
5088: 2013-02-21 moko
5089:
5090: * src/classes/table.C: _locate_name_value does not check arguments
5091: count, so we check it in advance (fixes issue #905)
5092:
5093: 2012-10-23 moko
5094:
5095: * buildall: old shell for and echo compatibility (for six)
5096:
5097: 2012-10-19 moko
5098:
5099: * buildall: --strip added --disable-safe-mode listed in usage
5100:
5101: 2012-10-17 misha
5102:
5103: * src/classes/op.C: - apply-taint should not throw "outside
5104: connect" exception with sql lang now
5105:
5106: 2012-10-17 moko
5107:
5108: * src/main/pa_request.C: bugfix: safe mode should be inited for
5109: each request (for apache module)
5110:
5111: 2012-09-26 moko
5112:
5113: * src/doc/doxygen.cfg: png -> svg
5114:
5115: 2012-09-25 moko
5116:
5117: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5118: test added
5119:
5120: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5121: double use when key is long
5122:
5123: 2012-09-16 moko
5124:
5125: * src/classes/math.C: Format -> Method Encode -> Format
5126:
5127: * tests/: 141.html, results/141.processed: math:digest hmac test
5128: added
5129:
5130: 2012-09-14 moko
5131:
5132: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5133: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5134: implementation added
5135:
5136: 2012-09-12 moko
5137:
5138: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5139: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5140: targets.dox and string.dox slightly actualized
5141:
5142: 2012-08-31 moko
5143:
5144: * ChangeLog: now generated with patched cvs2cl.pl
5145:
5146: 2012-07-29 moko
5147:
5148: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5149: result should be pushed after VMethodFrame destructor is called,
5150: as it deletes junctions from stack params (fixes issue #868)
5151:
5152: 2012-07-23 moko
5153:
5154: * INSTALL, README: buildall script usage documented, other outdated
5155: info updated.
5156:
5157: * buildall-with-xml, buildall-without-xml: replaced by buildall
5158:
5159: 2012-07-21 moko
5160:
5161: * buildall: glib does not compile when threads are disabled...
5162:
5163: * src/types/pa_vmail.C: g_assertion fixes for empty input
5164:
5165: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5166: unref, can't unref nested objects)
5167:
5168: * src/types/pa_vmail.C: another check added
5169:
5170: 2012-07-19 moko
5171:
5172: * buildall: usage added
5173:
5174: * buildall: new buildall script that unites buildall-with-xml,
5175: buildall-without-xml, --with-apache and --with-mailreceive
5176:
5177: * configure.in: support for static gmime and dynamic glib linking.
5178: fixes for FreeBSD
5179:
5180: 2012-07-17 moko
5181:
5182: * configure.in: --with-mailreceive replaced
5183: --with-static-mailreceive and --with-shared-mailreceive pathlink
5184: removed
5185:
5186: 2012-07-16 moko
5187:
5188: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5189: capitalized, content now decoded and text content converted to
5190: $request:charset. all properties are accessed by functions, this
5191: ready for dynamic load.
5192:
5193: 2012-06-28 moko
5194:
1.116 moko 5195: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5196: 32 bit
1.95 moko 5197:
5198: 2012-06-27 moko
5199:
5200: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5201: passive ftp
5202:
5203: * src/lib/ltdl/ltdl.vcproj: release build fixed
5204:
5205: * configure.in: 3.4.2 RC -> 3.4.2
5206:
5207: 2012-06-22 moko
5208:
5209: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5210: #815)
5211:
5212: * tests/: 284.html, results/284.processed: output options test
5213: (feature #265)
5214:
5215: 2012-06-22 misha
5216:
5217: * tests/215.html: - little changes
5218:
5219: 2012-06-21 moko
5220:
5221: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5222: types/pa_vxdoc.h: output_options returned and used (bugfix for
5223: feature #265)
5224:
5225: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5226: breaks long .*, default 10M restored. (issue #216)
5227:
5228: * tests/: 283.html, results/283.processed: test for issue #815
5229: added
5230:
5231: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5232: again, cstrm not required.
5233:
5234: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5235: Win32 and broken FreeBSD (issue #45)
5236:
5237: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5238:
5239: * src/main/pa_string.C: warnings war
5240:
5241: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5242: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5243: main/pa_socks.C, targets/apache/pa_threads.C,
5244: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5245: types/pa_vstatus.C: compilation under cygwin fixed
5246:
5247: 2012-06-19 moko
5248:
5249: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5250: Windows fixed
5251:
5252: * parser3.sln: removed antique pcre_ctype
5253:
5254: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5255:
5256: * src/include/pa_config_fixed.h: undefined reference to
5257: __imp__pcre_* fix for Windows
5258:
5259: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5260: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5261: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5262: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5263: define fixed
1.95 moko 5264:
5265: 2012-06-18 moko
5266:
5267: * src/classes/memcached.C: flush -> clear
5268:
5269: * src/classes/memcached.C: memcached does not support quotes even
5270: in server name
5271:
5272: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5273: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5274: called on open to check servers existance. $.key(true) syntax
5275: now supported
5276:
5277: 2012-06-17 moko
5278:
5279: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5280: cleanup
5281:
5282: * src/classes/table.C, tests/282.cfg, tests/282.html,
5283: tests/results/282.processed: encloser at the EOF bug fixed,
5284: incorrectly enclosed data now processed more logicaly (fixes
5285: #339)
5286:
5287: 2012-06-15 moko
5288:
5289: * buildall-without-xml: sync with buildall-with-xml
5290:
5291: * buildall-with-xml: download auto-detected between fetch and curl
5292:
5293: * configure.in: --with-gc and --with-pcre now also processed
5294: correctly
5295:
1.116 moko 5296: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5297: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5298: should be run on rol1 using automake / aclocal (GNU automake)
5299: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5300:
5301: * configure.in: new PARSER_VERSION logic
5302:
5303: * src/include/pa_version.h: new pa_version.h logic
5304:
5305: * src/: classes/curl.C, classes/file.C, classes/image.C,
5306: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5307: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5308: feols_normalized -> fis_text_content set_binary added
5309:
5310: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5311:
5312: 2012-06-15 misha
5313:
5314: * src/: classes/curl.C, classes/file.C, classes/image.C,
5315: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5316: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5317: ^file::create[text;content] EOLs in content now is normalized. (
5318: new feature: #815 )
5319:
5320: 2012-06-15 moko
5321:
5322: * configure.in: --disable-version-update added to disable version
5323: update with host information (for debian package) whitespace
5324: optimized
5325:
5326: * configure.in: version changed to 3.4.2 RC no-pic added for
5327: libtool
5328:
5329: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5330: it.
5331:
5332: 2012-06-14 moko
5333:
5334: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5335: tests/results/281.processed: "hash flocked" error removed for
5336: safe operations like ^h._count[] ( new feature: #335 )
5337:
1.116 moko 5338: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5339:
5340: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5341:
5342: * configure.in: --with-static/shared xml replaced with --with-xml,
5343: xml compilation check added
5344:
5345: * configure.in: --with-static/shared-gc, --with-static-pcre are
5346: replaced with --with-gc and --with-pcre test for pcre linking
5347: added
5348:
5349: 2012-06-13 moko
5350:
5351: * configure.in: apxs2 check optimized
5352:
5353: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5354: .la, includes optimized
5355:
5356: * buildall-with-xml: --with-pic looks better for -fPIC
5357:
5358: * configure.in: switched to convenience library in static linking
5359:
5360: * src/targets/apache/Makefile.am: switched to convenience library
5361: usage to avoid libtool warnings
5362:
5363: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5364: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5365: smtp/Makefile.am: switched to convenience library usage
5366:
5367: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5368:
5369: * src/targets/apache/Makefile.am: updated for libtool usage
5370:
5371: * buildall-without-xml: --with-included-ltdl added
5372:
5373: * buildall-without-xml: sync with buildall-with-xml
5374:
5375: * buildall-with-xml: --with-included-ltdl added $cflags added for
5376: -fPIC for x64 $download added for wget success check added
5377:
5378: * buildall-without-xml: --with-dynamic-stdcpp removed
5379:
5380: * configure.in: disable-static returned
5381:
5382: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5383: LIBTOOLFLAGS
5384:
5385: 2012-06-12 moko
5386:
5387: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5388: compatible with LIBTOOLFLAGS for unknown reasons
5389:
5390: * buildall-with-xml: --with-dynamic-stdcpp removed
5391:
5392: * configure.in: static/dynamic -lstdc++ linking option removed
5393: apxs2 check added
5394:
5395: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5396: option removed
5397:
5398: 2012-06-10 moko
5399:
5400: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5401: added
5402:
5403: * src/targets/cgi/pp3.cmd: old PAF stuff
5404:
1.116 moko 5405: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5406: beauty
1.95 moko 5407:
5408: * depcomp: from libtool 2.4.2
5409:
5410: * configure.in: ltdl directory removed, it has correct Makefile.in
5411:
5412: 2012-06-09 moko
5413:
1.116 moko 5414: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5415: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5416: autogenerated files updated after libtool update
5417:
1.116 moko 5418: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5419: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5420: config_auto.h.in, config_fixed.h, configure, configure.ac,
5421: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5422: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5423: config/compile, config/config.guess, config/config.sub,
5424: config/depcomp, config/install-sh, config/ltmain.sh,
5425: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5426: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5427: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5428: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5429: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5430: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5431: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5432: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5433:
5434: * configure.in: preparation for new libtool
5435:
5436: * configure.in: Some beauty added :)
5437:
5438: * src/targets/apache/Makefile.am: := -> =
5439:
5440: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5441: again. :)
5442:
5443: * src/include/pa_config_includes.h, configure.in: limits.h added,
5444: previously was taken from pcre_internal.h. :)
5445:
5446: * src/lib/pcre/Makefile.am: config.h returned
5447:
5448: * src/lib/pcre/config.h: still need this. :)
5449:
5450: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5451:
5452: * configure.in: --with-charsets removed; --with-mysql-client & co
5453: removed
5454:
5455: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5456: now in parser tree, no need to copy
5457:
5458: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5459: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5460: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5461: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5462: extracts now used old trash removed
5463:
5464: * etc/parser3.charsets/Makefile.am: charsets now in share
5465: (debian/patches/104_automake.patch) + all charsets are copied
5466:
5467: * buildall-with-xml, buildall-without-xml: curl option removed +
5468: extra arguments now supported
5469:
5470: 2012-06-08 misha
5471:
5472: * src/classes/table.C: - one params.as_hash usage was rolled back:
5473: the 2nd option in ^table.hash[] could be hash or table so
5474: .as_hash will throw an exception when table option is specified
5475:
5476: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5477: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5478: classes/table.C, classes/void.C, classes/xdoc.C,
5479: include/pa_exception.h, types/pa_vmethod_frame.C,
5480: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5481: and improved (whitespaces are allowed as empty options) -
5482: MethodParams::as_table is added - above methods are used for
5483: parsing methods' options ( new feature: #9 )
5484:
5485: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5486: to vclass. now class fields can be accessible as a hash:
5487: $h[^hash::create[$asd:CLASS]]
5488:
5489: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5490: have get_fields method so their fields can be accessed with
5491: ^reflection:fields[...] & ^reflection:field[...]
5492:
5493: 2012-06-06 misha
5494:
5495: * tests/280.html: - tests for
5496: ^reflection:method[obj-or-class;method],
5497: ^reflection:field[obj-or-class;field] and
5498: ^reflection:fields[obj-or-class] are added
5499:
5500: 2012-06-05 misha
5501:
5502: * src/classes/reflection.C: - ^reflection:method[class or
5503: object;method name] and ^reflection:field[class or object;field
5504: name] are added
5505:
5506: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5507: is used
5508:
5509: * src/types/pa_method.h: - Method::as_vjunction method is added
5510:
5511: 2012-06-05 moko
5512:
1.116 moko 5513: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5514:
5515: * src/classes/memcached.C: flish ttl fixed
5516:
5517: 2012-06-04 moko
5518:
5519: * src/classes/json.C, src/classes/op.C, tests/279.html,
5520: tests/results/279.processed: ^json:parse[] now supports $.taint
5521: option (new feature #833)
5522:
5523: 2012-06-04 misha
5524:
5525: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5526: - search_stop method was moved from pa_vcookie.C to pa_common.C
5527:
5528: 2012-06-03 misha
5529:
5530: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5531: cookies are parced and stored into $.cookies ( new feature: #31 )
5532:
5533: 2012-05-30 misha
5534:
5535: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5536: incomplete class into a scope while @USE is found
5537:
5538: * src/main/compile.y: - add incomplete class into a scope while
5539: @USE and @CLASS instructions are found ( bugfix: #838 )
5540:
5541: 2012-05-30 moko
5542:
5543: * src/types/pa_vclass.C, tests/278.html,
5544: tests/results/278.processed: removed "property has no getter
5545: method" exception when GET_DEFAULT present (fixes #269)
5546:
5547: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5548: $._default
5549:
5550: 2012-05-29 moko
5551:
5552: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5553: uninitialized values usage (new feature: #154)
5554:
5555: 2012-05-28 moko
5556:
5557: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5558: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5559: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5560: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5561: src/types/pa_vobject.C, src/types/pa_vobject.h,
5562: src/types/pa_vstring.h, src/types/pa_vtable.C,
5563: tests/results/277.processed, src/types/pa_vtable.h,
5564: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5565: ^json:string[$o; $.default[$method]] implemented for VObject (new
5566: feature #803)
5567:
5568: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5569: tests/results/277.processed: json numbers are now treated as
5570: double ( new feature: #834 )
5571:
5572: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5573: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5574: added for out of range checks, zero division in vint/vdouble
5575: check added ( fixes #832 )
5576:
5577: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5578: ( fixes #832 )
5579:
5580: 2012-05-28 misha
5581:
5582: * buildall-with-xml: - --without-lzma option is added to libxml2
5583: configure
5584:
5585: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5586: added - tests for unsupported values for options $.file, $.table
5587: and $.date are added
5588:
5589: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5590: accepts "stat" $.file[] option's value in addition to existed
5591: "text" and "base64" ( new feature: #835 )
5592:
5593: * tests/276.html: - test for
5594: ^reflection:delete[$object-or-class;field-name]
5595:
5596: * src/classes/reflection.C: -
5597: ^reflection:delete[$object-or-class;field-name] is added ( new
5598: feature: #268 )
5599:
5600: 2012-05-27 misha
5601:
5602: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5603:
5604: 2012-05-24 misha
5605:
5606: * src/include/pa_common.h: - method lastposafter was removed
5607:
5608: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5609: lastposafter - ^file:dirname[] & Co proper handle windows file
5610: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5611: work as *nix commands
5612:
5613: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5614:
5615: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5616: rskipchars were added
5617:
5618: * tests/270.html: - more tests for ^file:find[]
5619:
5620: * tests/065.html: - more tests for ^file:dirname[] & Co
5621:
5622: * src/include/pa_version.h: - must be "win32" here. it is
5623: auto-generated on *nix
5624:
5625: 2012-05-24 moko
5626:
5627: * src/classes/math.C: ^math:convert[] now supports uint32 and
5628: throws overflow exception ( new feature: #830 )
5629:
5630: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5631: uint32 support and overflow added ( new feature: #830 )
5632:
5633: 2012-05-23 moko
5634:
5635: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5636: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5637: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5638: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5639: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5640: types/pa_vregex.h, types/pa_vstateless_class.C,
5641: types/pa_vstateless_class.h, types/pa_vstring.h,
5642: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5643: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5644: "return string as-is" removed from as_expr_result. ( new feature:
5645: #831 )
5646:
5647: * tests/results/244.processed: test changed after bug #782 fix
5648: commited
5649:
5650: * tests/results/229.processed: test results for bug #782 commited
5651:
5652: * tests/: 254.html, results/254.processed: uid now just compared,
5653: not printed. :)
5654:
5655: 2012-05-20 moko
5656:
5657: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5658: feature: #341 )
5659:
5660: * tests/: 254.html, results/254.processed: test for
5661: ^reflection:uid[] added
5662:
5663: * tests/: 254.html, results/254.processed: test for
5664: ^reflection:uid[$obj] added
5665:
5666: 2012-05-17 misha
5667:
5668: * src/main/untaint.C: - do not replace ' char by _26 while
5669: exploding filespec-tainting ( new feature: #829 )
5670:
5671: 2012-05-12 moko
5672:
5673: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5674: not.
5675:
5676: 2012-05-08 moko
5677:
5678: * src/types/pa_vmethod_frame.h: bug #782 fixed
5679:
5680: * tests/229.html: test for bug #782
5681:
5682: * tests/results/259.processed, src/main/pa_request.C,
5683: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5684: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5685: src/types/pa_vvoid.h: feature #154 - first empty param now
5686: string; defined locals are empty strings; $STRICT-VARS(true)
5687: added
5688:
5689: 2012-04-27 moko
5690:
1.116 moko 5691: * src/targets/apache/Makefile.am:
1.95 moko 5692: ../../lib/memcached/libmemcached.a added
5693:
5694: 2012-04-27 misha
5695:
5696: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5697: ( #827 )
5698:
5699: 2012-04-25 moko
5700:
5701: * src/: classes/json.C, classes/memcached.C,
5702: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5703: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5704: implemented.
5705:
5706: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5707:
5708: 2012-04-23 moko
5709:
5710: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5711: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5712: types/pa_vmemcached.h: open allows options hash for new
5713: memcached(options) function
5714:
5715: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5716: not appended
5717:
5718: 2012-04-21 moko
5719:
5720: * src/classes/curl.C: '' added. :)
5721:
5722: * src/classes/classes.vcproj: new curl.h location
5723:
5724: * src/classes/curl.C: verbose output redirection from stderr to
5725: file curl option added
5726:
5727: 2012-04-20 moko
5728:
5729: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5730: contains what we need from curl, #ifdef HAVE_CURL removed
5731:
1.116 moko 5732: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5733: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5734: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5735: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5736: configure option
5737:
5738: 2012-04-19 moko
5739:
5740: * src/: classes/double.C, classes/inet.C, classes/int.C,
5741: classes/string.C, lib/gc/include/gc_allocator.h,
5742: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5743: options from sql_result_string removed. (closes issue #468)
5744:
5745: * src/types/pa_vmemcached.C: empty string fix
5746:
5747: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5748: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5749: pa_vmemcached.C
5750:
5751: 2012-04-18 moko
5752:
5753: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5754: apache2-mpm-prefork" error displayed in threaded mpm.
5755:
5756: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5757: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5758: installed (issue #354)
5759:
5760: 2012-04-16 moko
5761:
5762: * src/types/pa_vmemcached.C: call to memcached_result_create and
5763: memcached_result_free removed
5764:
5765: 2012-04-14 moko
5766:
5767: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5768:
5769: * src/types/pa_vmemcached.C: check_key added and used
5770:
5771: 2012-04-13 moko
5772:
5773: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5774: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5775: Serialization_data now added and used, VString now serialized
5776: with languages into memcached.
5777:
5778: 2012-03-28 moko
5779:
5780: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5781: lib/memcached/pa_memcached.h: result lengths added
5782:
5783: 2012-03-27 moko
5784:
5785: * src/types/pa_vmemcached.C: strdup added
5786:
5787: 2012-03-24 moko
5788:
5789: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5790: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5791: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5792:
5793: 2012-03-20 moko
5794:
1.116 moko 5795: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5796:
5797: * src/targets/cgi/Makefile.am: cleanup
5798:
5799: * src/: types/Makefile.am, types/pa_vmemcached.C,
5800: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5801:
5802: * src/: classes/Makefile.am, classes/memcached.C,
5803: lib/memcached/Makefile.am, lib/memcached/constants.h,
5804: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5805: lib/memcached/types.h, lib/Makefile.am: memcached initial
5806:
5807: 2012-03-16 moko
5808:
5809: * src/main/execute.C: ident now works under Linux + ident displays
5810: filenames (closes issue #818)
5811:
1.116 moko 5812: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5813: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5814: pa_vmethod_frame_local.h removed
5815:
5816: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5817: classes/classes.h, classes/curl.C, classes/date.C,
5818: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5819: classes/hashfile.C, classes/image.C, classes/inet.C,
5820: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5821: classes/memory.C, classes/op.C, classes/reflection.C,
5822: classes/regex.C, classes/response.C, classes/string.C,
5823: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5824: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5825: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5826: include/pa_config_fixed.h, include/pa_config_includes.h,
5827: include/pa_dictionary.h, include/pa_dir.h,
5828: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5829: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5830: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5831: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5832: include/pa_request_charsets.h, include/pa_request_info.h,
5833: include/pa_sapi.h, include/pa_socks.h,
5834: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5835: include/pa_stack.h, include/pa_string.h,
5836: include/pa_stylesheet_connection.h,
5837: include/pa_stylesheet_manager.h, include/pa_table.h,
5838: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5839: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5840: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5841: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5842: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5843: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5844: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5845: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5846: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5847: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5848: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5849: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5850: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5851: main/pa_string.C, main/pa_stylesheet_connection.C,
5852: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5853: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5854: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5855: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5856: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5857: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5858: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5859: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5860: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5861: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5862: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5863: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5864: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5865: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5866: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5867: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5868: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5869: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5870: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5871: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5872: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5873: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5874: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5875: types/pa_vresponse.h, types/pa_vstateless_class.C,
5876: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5877: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5878: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5879: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5880: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5881: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5882: ident now works under Linux + ident displays filenames (closes
5883: issue #818) Copyright updated
5884:
5885: 2012-03-13 moko
5886:
5887: * src/main/pa_string.C: compilation fix for feature #741
5888:
5889: 2012-03-09 misha
5890:
5891: * tests/193.html: - tests for ^string:base64[encoded] are updated
5892:
5893: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5894: now detects invalid base64 chars in the middle of encoded stricg
5895: ( new feature: #55 )
5896:
5897: * src/include/pa_exception.h: - new exception type for base64
5898: decoding is added
5899:
5900: 2012-03-06 misha
5901:
5902: * tests/274.html: - tests for ^date::today[] and
5903: ^date.sql-string[datetime|date|time] are added
5904:
5905: * src/classes/date.C: - constructor ^date::today[] is added ( new
5906: feature: #811 ) - ^date.sql-string[] now can accept one param --
5907: strings "datetime", "date" or "time" - comments tidying up
5908:
5909: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5910: date and time
5911:
5912: 2012-03-03 misha
5913:
5914: * tests/193.html: - tests for
5915: ^string:base64[encoded;$.strict(true)] are added
5916:
5917: * tests/results/auto.p: - try-catch operator is added
5918:
5919: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5920: main/pa_common.C: - $.strict(true|false) option is added to
5921: base64 decode methods ( new feature: #55 )
5922:
5923: * src/main/pa_common.C: - base64 decode memory usage was decreased
5924: ( new feature: #819 )
5925:
5926: 2012-02-28 moko
5927:
5928: * src/classes/hash.C: ident test
5929:
5930: 2012-02-27 misha
5931:
5932: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5933:
5934: 2012-01-08 misha
5935:
5936: * tests/273.html: - tests for ^string.replace[from;to] are added
5937:
5938: * src/: classes/string.C, include/pa_dictionary.h,
5939: main/pa_dictionary.C, main/pa_string.C: -
5940: ^string.replace[from;to] is added ( new feature: #741 ) -
5941: ^string.replace[one subst here] is slightly optimized
5942:
5943: 2011-12-07 misha
5944:
5945: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5946: named table with one empty column ( bugfix: #63 )
5947:
5948: 2011-11-30 misha
5949:
5950: * src/classes/json.C: - it's possible to set user's method for
5951: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5952: #763 )
5953:
5954: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5955:
5956: 2011-11-23 misha
5957:
5958: * src/: classes/curl.C, classes/file.C, classes/image.C,
5959: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5960: types/pa_vfile.h, types/pa_vform.C: - constructor
5961: ^file::create[mode;filename;content[;options]] now accepts binary
5962: mode and file-content - new constructor's format:
5963: ^file::create[string-or-file-content[;$.name[filename]
5964: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5965: feature: #65 )
5966:
5967: * src/: include/pa_request.h, main/pa_request.C: - new method
5968: mime_type_of(const String*) is added
5969:
5970: * src/include/pa_exception.h: - new exception constant
5971: FILE_NAME_MUST_BE_SPECIFIED is added
5972:
5973: * src/classes/table.C: - bug with negative offset transformed into
5974: a feature. it means pointing to a row from the end of the table (
5975: new feature: #810 )
5976:
5977: 2011-11-19 misha
5978:
5979: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5980: â ìåòîäå _select ( new feature: #810 )
5981:
5982: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5983: options were specified together is simplified
5984:
5985: 2011-11-12 misha
5986:
5987: * src/main/pa_request.C: - forgotten fix for escaping filename in
5988: HTTP content-disposition header (a part of bug #361 )
5989:
5990: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5991: checks for ancestors' classes as well ( new feature: #456 )
5992:
5993: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5994: "without cycle" now have types "parser.break" and
5995: "parser.continue" instead of "parser.runtime" ( new feature: #799
5996: )
5997:
5998: 2011-11-11 misha
5999:
6000: * tests/results/: 099.processed, 100.processed, 205.processed,
6001: 237.processed: - since bug #361 was fixed the content of filename
6002: in HTTP headers is quoted
6003:
6004: * tests/results/270.processed: - result for test 270
6005:
6006: * tests/: 065.html, results/065.processed: - more tests for
6007: ^file:basename[] & Co were added
6008:
6009: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6010:
6011: * tests/270.html: - tests for ^file:find[] are added
6012:
6013: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6014: using option $.charset. option $.engoding is still supported but
6015: these options can not be specified together
6016:
6017: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6018: comparation charset name with string "UTF-8" ( bugfix: #759 )
6019:
6020: 2011-10-11 misha
6021:
6022: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6023: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6024: #622)
6025:
6026: 2011-09-30 misha
6027:
6028: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6029: exception "saving stat-ed file" ( bugfix: #395 )
6030:
6031: 2011-05-30 misha
6032:
6033: * src/classes/string.C: - fixed bug which was added with
6034: params.as_hash into string:sql
6035:
6036: 2011-05-29 misha
6037:
6038: * src/types/pa_value.C: - filename in content-disposition header
6039: must be quoted ( bugfix: #361 )
6040:
6041: 2011-05-27 misha
6042:
6043: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6044: created file
6045:
6046: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6047: usage
6048:
6049: * src/include/pa_exception.h: - one more string for exception was
6050: added
6051:
6052: 2011-05-25 misha
6053:
6054: * tests/269.html: - tests for checking input params in some dom
6055: methods
6056:
6057: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6058: was added. it isn't possible not wo create xdoc with invalid
6059: tagName. ( bugfix: #160 )
6060:
6061: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6062: string "data must be string" was mover from pa_exception.h to
6063: pa_xml_exception.h
6064:
6065: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6066: as_xmlncname, as_xmlname and as_xmlnsuri were added
6067:
6068: * src/main/pa_xml_exception.C: - XmlException accepts more options
6069:
6070: * src/include/pa_xml_exception.h: - XmlException accepts more
6071: options - XML-related exception's strings were added
6072:
6073: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6074: output_options were removed)
6075:
6076: 2011-05-19 misha
6077:
6078: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6079: params.as_hash is used more while parsing methods hash-options
6080:
6081: 2011-05-18 misha
6082:
6083: * operators.txt: - info about json-serialization of xdoc was added
6084:
6085: * tests/256.html: - tests for json-serialization xdoc were added
6086:
6087: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6088:
6089: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6090: classes/json.C, classes/xdoc.C: - now json:string can serialize
6091: xdoc-objects. options (the same as ^xdoc.string[]) could be
6092: specified in $.xdoc[] ( new feature: #265 )
6093:
6094: 2011-05-15 misha
6095:
6096: * tests/268.html: - tests for ^table.count[with options] were added
6097:
6098: * src/classes/table.C: - method ^table.count[] now can accept
6099: options ( new feature: #93 ): ^table.count[column] returns number
6100: of columns for named table; ^table.count[cells] returns number of
6101: cells in the current row; ^table.count[] & ^table.count[rows]
6102: return number of rows in a table.
6103:
6104: * tests/267.html: - test for checking switch/case in boolean mode
6105: was added
6106:
6107: * src/classes/op.C: - if switch's or case's value is bool, they are
6108: compared as bool values, not as double values: new feature: #351
6109:
6110: 2011-05-06 misha
6111:
6112: * tests/242.html: - EOL before EOF was added
6113:
6114: * tests/169.html: - tests for splitting empty string and void were
6115: added
6116:
6117: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6118: returned table with one empty cell)
6119:
6120: 2011-04-03 misha
6121:
6122: * src/include/pa_version.h, configure.in: - version in head was
6123: changed to 3.4.2b
6124:
6125: 2011-03-30 misha
6126:
6127: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6128: as well ( new feature #294 )
6129:
6130: 2011-03-29 misha
6131:
6132: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6133: limited to approx. 6 MB. previous limits were too big for real
6134: life. bugfix: #216
6135:
6136: 2011-03-04 moko
6137:
6138: * etc/parser3.charsets/cp866.cfg: Conforms to
6139: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6140:
6141: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6142: vlalek@
6143:
6144: 2011-02-22 misha
6145:
6146: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6147: be under #ifdef XML or parser can't be compiled without xml
6148: support
6149:
6150: 2011-02-21 misha
6151:
1.116 moko 6152: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6153: ApacheModuleParser3.vcproj was removed
6154:
6155: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6156: removed)
6157:
6158: 2011-02-20 misha
6159:
6160: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6161: $.overridden in ^reflection:method_info[...] were added
6162:
6163: * src/classes/reflection.C: - beautifying result of
6164: ^reflection:method_info[] ($.overridden/inherited)
6165:
6166: 2011-02-18 misha
6167:
6168: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6169: and pa_isalnum instead of isalpha and isalnum - bug with
6170: redundand quoting lowercased latin chars while building email
6171: body was fixed
6172:
6173: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6174: added (they check for latin chars only)
6175:
6176: 2011-02-16 misha
6177:
6178: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6179: string size for transcoding gave too small value (should ever
6180: look for availability char in dest charset inspite of the char
6181: size)
6182:
6183: 2011-02-04 moko
6184:
6185: * tests/223.html: header values now not url-encoded (issue #195)
6186:
6187: 2011-02-01 misha
6188:
6189: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6190:
6191: 2011-01-31 misha
6192:
6193: * src/main/pa_request.C: - throw exception if param file_name in
6194: use_file is empty
6195:
6196: 2011-01-08 moko
6197:
6198: * src/classes/curl.C: compilations errors fixed
6199:
6200: 2010-12-29 moko
6201:
6202: * tests/: 265.html, results/265.processed: test for issue #200
6203: added
6204:
6205: * src/main/pa_string.C: empty regex result check added (fixes issue
6206: #200)
6207:
6208: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6209:
6210: * tests/results/223.processed: header values now not url-encoded
6211: (issue #195)
6212:
6213: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6214: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6215: pa_http_safe_header_name added for headers names (fixes bug #195)
6216:
6217: 2010-12-18 misha
6218:
6219: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6220: => pa-include
6221:
6222: 2010-11-28 moko
6223:
6224: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6225:
6226: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6227: -> pa
6228:
6229: * configure.in: apr -> pa
6230:
6231: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6232:
6233: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6234: classes/Makefile.am, types/Makefile.am: apr -> pa
6235:
6236: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6237: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6238: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6239: pa-include/pa_apr.h, pa-include/pa_errno.h,
6240: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6241: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6242: module apr name conflict resolved)
6243:
6244: 2010-11-27 misha
6245:
6246: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6247: libbz2
6248:
6249: 2010-11-26 misha
6250:
6251: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6252: warnings removed
6253:
6254: 2010-11-25 moko
6255:
6256: * operators.txt: $.indent(true)
6257:
6258: * operators.txt: another bugfix. :)
6259:
6260: * operators.txt: bugfix. :)
6261:
6262: * buildall-with-xml: libxml2-2.7.8 + with-apache
6263:
6264: 2010-11-24 moko
6265:
1.116 moko 6266: * configure: apxs support
1.95 moko 6267:
6268: * configure.in: apxs support -Bstatic gc removed for OS X
6269:
6270: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6271:
6272: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6273: THREAD_LOCAL usage
6274:
6275: * src/: classes/curl.C, include/pa_config_includes.h,
6276: main/pa_globals.C: THREAD_LOCAL defined and used
6277:
6278: 2010-11-23 moko
6279:
6280: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6281: should be passed to pa_sleep, and only fractional part (bugfix:
6282: #188)
6283:
6284: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6285:
6286: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6287: GC_dont_gc=1, as in cgi version
6288:
6289: * src/targets/apache/mod_parser3.c: warning war
6290:
6291: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6292: pa_httpd.h: version removed, some trash removed
6293:
6294: * src/targets/apache/mod_parser3.c: version removed (we don't want
6295: to show it), warning war
6296:
6297: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6298: pa_httpd.h: parser_status_allowed removed + merge config
6299: functions removed (override is the default) + beauty
6300:
6301: * src/: include/pa_request.h, main/pa_request.C,
6302: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6303: hide $status used in apache module removed
6304:
6305: 2010-11-18 moko
6306:
6307: * operators.txt: $.table[compact] added for ^json:string[]
6308:
6309: 2010-11-16 moko
6310:
6311: * src/targets/apache/mod_parser3.c: some cleanup done
6312:
6313: * src/main/untaint.C: bugfix: first, second String::Body argument
6314: is hashcode; second, info.fragment_begin is original, not
6315: resulting length
6316:
6317: * src/classes/file.C: new feature: $.stdin now untainted
6318:
6319: * tests/results/264.processed: new feature: $.stdin[] now untainted
6320:
6321: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6322:
6323: * src/classes/op.C: ^apply-taint[] method added
6324:
6325: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6326: added; $.stdin untaint test added
6327:
6328: 2010-11-15 moko
6329:
6330: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6331: removed
6332:
6333: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6334: pa_httpd.h: 2x2 calculated under apache2. :)
6335:
6336: 2010-11-13 moko
6337:
6338: * src/targets/apache/mod_parser3.c: initial changes to build module
6339: with apache 2.x includes
6340:
6341: * src/targets/apache/: Makefile.am, mod_parser3.c,
6342: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6343: united apache 1.3 / apache 2.x DSO module
6344:
6345: 2010-11-09 moko
6346:
6347: * src/types/pa_method.h: check added to dissallow @method[name;*]
6348: syntax
6349:
6350: * tests/: 263.html, results/263.processed: test from method[*args]
6351: added
6352:
6353: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6354: number of params can now be passed to a method declared with *arg
6355:
6356: 2010-11-06 moko
6357:
6358: * src/classes/table.C: formating fixed. :)
6359:
6360: * src/classes/table.C: closes #4: ^table.select now supports
6361: $.limit(), $.offset, $.reverse() options
6362:
6363: * tests/: 262.html, results/262.processed: test for ^table:select
6364: with options added (feature #4)
6365:
6366: * src/include/pa_array.h: remove function added
6367:
6368: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6369: object in get_element/put_element, using static one.
6370:
6371: 2010-11-04 moko
6372:
6373: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6374: options is passed
6375:
6376: * tests/: 256.html, results/256.processed: $.table[compact] feature
6377: now tested; k and p in handler now tested.
6378:
6379: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6380: $.table[compact] feature added
6381:
6382: * src/classes/json.C: key is now passed to handler in
6383: value_json_string; ^json:string result now process tainting
6384: inside and returns clean string, related to issue #153
6385:
6386: * src/main/untaint.C: bugfix: charset can be null (in
6387: ^string:save[] as example), thus check is added
6388:
6389: 2010-10-31 moko
6390:
6391: * src/classes/string.C: error message changed (fixes issue #149)
6392:
6393: 2010-10-29 moko
6394:
6395: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6396: port is not default (fixes issue #155); exception on invalid port
6397: added.
6398:
6399: * src/main/untaint.C: '*' is now not urlencoded to allow header
6400: "Accept: */*" to be passed
6401:
6402: 2010-10-28 moko
6403:
6404: * src/classes/curl.C: bugfix: detect_charset() was throwing
6405: exception on unknown charset even if response_charset was
6406: specified
6407:
6408: 2010-10-27 moko
6409:
6410: * src/classes/string.C: ^string.append removed for void
6411: compatibility
6412:
6413: 2010-10-26 moko
6414:
6415: * src/classes/json.C: libjson supports array at top level, we too
6416: (GPF fixed)
6417:
6418: 2010-10-25 moko
6419:
6420: * tests/: 253.html, results/253.processed: libjson supports array
6421: at top level, parser now supports it as well.
6422:
6423: * tests/261.html, tests/results/261.processed,
6424: src/types/pa_vstring.h: empty string is now void compatible
6425: (allows $empty.key)
6426:
6427: 2010-10-22 misha
6428:
6429: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6430: while adding additional expires checkout)
6431:
6432: * tests/030.html: - test for session cookie was added
6433:
6434: 2010-10-21 moko
6435:
6436: * src/: classes/string.C, classes/void.C, main/execute.C,
6437: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6438: string (feature #111)
6439:
6440: * tests/: 261.html, results/261.processed: checks void from string
6441: inheritance (feature #111)
6442:
6443: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6444: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6445: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6446: now true by default
6447:
6448: 2010-10-17 moko
6449:
6450: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6451: upload now uses binary blocks instead of L_FILE_POST tainting.
6452: (bugfix: #128)
6453:
6454: * tests/: 223.html, results/223.processed: binary file upload test
6455: added, GPF (issue #128) also checked in this test
6456:
6457: 2010-10-13 misha
6458:
6459: * tests/260.html: - test for math:convert
6460:
6461: * src/classes/math.C: - error in math:convert was fixed
6462:
6463: * operators.txt: - info about
6464: ^math:convert[number](from-base;to-base) was added
6465:
6466: * src/classes/math.C: - method
6467: ^math:convert[number](from-base;to-base) for converting number
6468: represention from one base to another was added ( new feature:
6469: #23 )
6470:
6471: 2010-10-13 moko
6472:
6473: * src/main/compile.tab.C: [] now is empty string, not void
6474:
6475: * src/main/compile.y: [] now is empty string, not void
6476:
6477: * src/types/pa_vvoid.h: void now passed as parameter
6478:
6479: * tests/: 259.html, results/259.processed: to test difference
6480: between void and empty string (see ticket #111)
6481:
6482: * tests/results/152.processed: $sEmpty[] is now empty string, not
6483: void
6484:
6485: * tests/256.html: $s[$void] is no longer empty string
6486:
6487: * tests/254.html: empty string is no longer void
6488:
6489: 2010-10-12 misha
6490:
6491: * src/types/pa_vcookie.C: - check if $.expires value can be
6492: converted to date during cookies set up ( bugfix: #104 )
6493:
6494: * tests/041.html: - more tests for ^table.locate were added
6495:
6496: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6497: work ( bugfix: #129 ) - exception comment for incorrect options
6498: ^table.locate[field;value;options] was fixed
6499:
6500: 2010-10-10 moko
6501:
6502: * src/: classes/reflection.C, main/execute.C: constructor returning
6503: another object feature returned
6504:
6505: * tests/results/258.processed: test result updated as constructor
6506: returning another object feature returned
6507:
6508: * tests/: 258.html, results/258.processed: test for constructor
6509: returning another object
6510:
6511: 2010-10-08 misha
6512:
6513: * tests/257.html: - whitespaces after @METACOMMANDS and their
6514: options shouldn't cause exceptions any longer
6515:
6516: 2010-10-06 moko
6517:
6518: * src/classes/: hash.C, table.C: length from sql server is now
6519: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6520:
6521: 2010-10-02 misha
6522:
6523: * operators.txt: - the X mark was removed from ^cache[file]. it is
6524: usable to delete cache file.
6525:
6526: 2010-10-02 moko
6527:
6528: * tests/: 253.html, results/253.processed: hook_key added for key
6529: checking
6530:
6531: * src/classes/json.C: null key bug fixed
6532:
6533: 2010-09-29 misha
6534:
6535: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6536:
6537: 2010-09-25 moko
6538:
6539: * src/classes/json.C: small fixed
6540:
6541: * tests/results/: 253.processed, 255.processed: just updated
6542:
6543: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6544: results/255.processed: charset transcode test added for
6545: json:parse
6546:
6547: 2010-09-24 moko
6548:
6549: * src/types/pa_value.h: warning war :)
6550:
6551: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6552: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6553: ^json:string
6554:
6555: 2010-09-22 moko
6556:
6557: * src/main/pa_charset.C: parser charset tables declare only
6558: white-space before 0x20, thus adding the missing chars
6559:
6560: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6561: to http://unicode.org/Public/MAPPINGS/VENDORS/
6562:
6563: 2010-09-21 misha
6564:
6565: * src/main/compile.y: - some semicolons were added (VS2010 don't
6566: want to compile grammar if they are absent)
6567:
6568: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6569:
6570: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6571:
6572: * src/main/main.vcproj: - path to bison is changed
6573:
6574: 2010-09-21 moko
6575:
1.116 moko 6576: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6577: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6578: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6579:
6580: 2010-09-20 misha
6581:
6582: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6583:
6584: * src/classes/json.C: - add EOL while json-serializing hash
6585:
6586: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6587: compilers don't like 'ES'.
6588:
6589: 2010-09-17 misha
6590:
6591: * operators.txt: - info about json class was added
6592:
6593: * src/classes/json.C: - ^json:string[object]
6594:
6595: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6596: preventing infinite recursion while executing json:string was
6597: added
6598:
6599: * src/include/pa_string.h: - method append_quoted was added
6600:
6601: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6602: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6603: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6604: was added to Value & Co
6605:
6606: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6607: were used
6608:
6609: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6610: were added
6611:
6612: 2010-09-10 moko
6613:
6614: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6615: die_or_abort (backport from 3.4.1)
6616:
6617: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6618: die_or_abort (bugfix: #106)
6619:
6620: 2010-09-09 moko
6621:
6622: * src/classes/json.C: warning war. :)
6623:
6624: 2010-09-08 misha
6625:
6626: * src/lib/json/Makefile.am: - additional include directories were
6627: added (for pa_memory.h and gc.h)
6628:
6629: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6630: compile as C++ instead default - additional include directory was
6631: added (for gc.h)
6632:
6633: * src/types/pa_vform.C: - little code reformating
6634:
6635: * src/classes/file.C: - $.content-type option now can be specified
6636: in ^file::create ( new feature: #102 )
6637:
6638: 2010-09-08 moko
6639:
6640: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6641: pa_malloc/pa_free
6642:
6643: 2010-09-07 moko
6644:
6645: * tests/results/254.processed: VStateless_class:put_element
6646: exception was fixed
6647:
6648: * src/types/: pa_value.h, pa_vstateless_class.h: now
6649: VStateless_class:put_element barks self.type, not this.type
6650: (bugfix: #105)
6651:
6652: 2010-09-06 moko
6653:
6654: * src/classes/reflection.C: bugfix: new String() is required for
6655: exception handling
6656:
6657: * tests/: 254.html, results/254.processed: test modified
6658:
6659: 2010-09-05 moko
6660:
6661: * tests/: 254.html, results/254.processed: ^reflection:copy test
6662: added
6663:
6664: * src/: classes/reflection.C, include/pa_request.h:
6665: ^reflection:copy implemented (new feature: #100)
6666:
6667: 2010-09-03 moko
6668:
6669: * src/lib/json/JSON_parser.C: c++ compatiblity
6670:
6671: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6672: option testing added
6673:
6674: 2010-09-02 moko
6675:
6676: * src/classes/json.C: $.distinct[first|last|all] added
6677:
6678: 2010-09-01 moko
6679:
6680: * tests/results/253.processed: json test result
6681:
6682: * tests/: 253.html, 253_json.txt: json test added
6683:
6684: * src/classes/json.C: json.C update to actual version + hash key
6685: creation bugfix
6686:
6687: 2010-08-31 misha
6688:
6689: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6690: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6691: src/lib/Makefile.am, src/classes/Makefile.am,
6692: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6693: json library was added
6694:
6695: 2010-08-30 moko
6696:
6697: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6698: types/pa_vobject.C: cosmetic optimization in
6699: request:execute_method usage
6700:
6701: * src/: include/pa_charset.h, main/pa_charset.C: small
6702: optimization, just to decrease number of lines. :)
6703:
6704: 2010-08-27 misha
6705:
6706: * src/classes/op.C: - taint[json] was added
6707:
6708: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6709: were added
6710:
6711: * src/main/pa_exec.C: - warning fix was rolled back.
6712:
6713: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6714: include/pa_string.h: - taint[json] was added - escaping was
6715: slightly modified
6716:
6717: 2010-08-25 misha
6718:
6719: * src/classes/file.C: - typo in file:sql exception was fixed
6720:
6721: * src/main/pa_exec.C: - warning about declared and not used
6722: variable forced_allow was removed
6723:
6724: 2010-08-14 misha
6725:
6726: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6727: were removed
6728:
6729: 2010-08-11 moko
6730:
6731: * tests/: 249.html, results/249.processed: default setter and
6732: anti-recursive default getter test added
6733:
6734: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6735: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6736: types/pa_vobject.h, types/pa_vstateless_class.C,
6737: types/pa_vstateless_class.h: default setter support +
6738: anti-recursive default getter support ( new feature: #13 )
6739:
6740: * src/include/pa_hash.h: optimization: threshold member removed
6741: from hash, reducing sizeof(hash)
6742:
6743: 2010-08-10 misha
6744:
6745: * tests/196.html: - junction-method was added to the test
6746:
6747: * tests/248.html: - ups. typo :)
6748:
6749: * tests/248.html: - test for checking .match with 4 params
6750:
6751: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6752: 247_windows1251.txt: - test for "transcode file from utf-8 to
6753: $request:charset during loading if the BOM code is detected"
6754:
6755: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6756: $request:charset during loading if the BOM code is detected ( new
6757: feature: #98 )
6758:
6759: 2010-08-05 misha
6760:
6761: * src/classes/image.C: - ^image.replace now can accept only 2
6762: params. in this case the whole image is affected ( new feature:
6763: #95 )
6764:
6765: 2010-08-04 misha
6766:
6767: * tests/246.html: - test tor ^hash._at[] was added
6768:
6769: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6770: #53 )
6771:
6772: * src/include/pa_hash.h: - methods for accessing the first and the
6773: last values of ordered hash were added (first_value and
6774: last_value)
6775:
6776: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6777: (similar to others file's methods):
6778: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6779: #68 )
6780:
6781: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6782:
6783: 2010-08-01 moko
6784:
6785: * src/classes/op.C: to correctly process $result[] in code, called
6786: from ^process
6787:
6788: * tests/245.html: $result in ^process[] test added
6789:
6790: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6791: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6792: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6793: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6794: caller, self) op_call(VMethodFrame &frame, bool constructing)
6795: removed, construct(class,method) added
6796:
6797: * tests/results/: 192.processed, 244.processed: request::construct
6798: added
6799:
6800: * tests/: 244.html, 245.html, results/244.processed,
6801: results/245.processed: object creation exceptions and ^process
6802: tests added
6803:
6804: 2010-07-28 misha
6805:
6806: * tests/make_tests.cmd: - win32 EOLs
6807:
6808: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6809: tests on Win32 were added (The system timezone should be GMT+3)
6810:
6811: 2010-07-26 misha
6812:
6813: * tests/: 212.html, results/212.processed: - sizes were removed
6814: mecause they could be different on different OSs
6815:
6816: * tests/065.html: - make it "win32 friendly"
6817:
6818: 2010-07-25 misha
6819:
6820: * src/main/compile.y: - all EOLs between methods are removed during
6821: compilation ( new feature: #47 )
6822:
6823: * tests/results/149.processed: - prepare tests to trim trailing
6824: methods' EOLs
6825:
6826: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6827:
6828: * tests/: results/006.processed, results/014.processed, 006.html,
6829: 014.html, 022.html: - prepare tests to trim trailing methods'
6830: EOLs
6831:
6832: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6833: results/071.processed, results/022.processed: - prepare tests to
6834: trim trailing methods' EOLs
6835:
6836: * tests/: results/073.processed, results/109.processed,
6837: results/142.processed, results/144.processed,
6838: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6839: 144.html: - prepare tests to trim trailing methods' EOLs
6840:
6841: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6842: 149.html, 152.html, results/096.processed, results/107.processed,
6843: results/109.processed, results/142.processed,
6844: results/144.processed: - prepare tests to trim trailing methods'
6845: EOLs
6846:
6847: 2010-07-24 moko
6848:
6849: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6850: the hash order in this test
6851:
6852: * tests/014.html: to check hash order, hash no is longer sorted
6853: before print
6854:
6855: * src/include/pa_hash.h: hash copy constructor now keeps order
6856: (bugfix: #54)
6857:
6858: 2010-07-23 moko
6859:
6860: * tests/results/224.processed: @auto[] is no longer inherited
6861:
6862: * src/types/pa_vstateless_class.C, tests/227.html,
6863: tests/results/227.processed: @auto[] is no longer inherited
6864: (bugfix: #57)
6865:
6866: 2010-07-22 misha
6867:
6868: * src/classes/table.C: - don't skip comment lines during
6869: table::load if encloser or separator is set as '#' ( new feature:
6870: #30 )
6871:
6872: * src/targets/cgi/parser3.C: - don't run as cgi if
6873: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6874: #12 )
6875:
6876: * src/classes/file.C: - set PARSER_VARSION env before external
6877: script executing
6878:
6879: 2010-07-13 misha
6880:
6881: * tests/058.html: - test for suppressing @border was added - test
6882: for user attribute was added
6883:
6884: * tests/results/186.processed: unescaping from \uXXXX
6885:
6886: * tests/186.html: unescaping from \uXXXX
6887:
6888: * tests/: 239.html, results/239.processed: method call type
6889:
6890: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6891: $junction_method.CLASS_NAME (+CLASS)
6892:
6893: 2010-07-07 misha
6894:
6895: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6896: *nix
6897:
6898: 2010-07-05 misha
6899:
6900: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6901: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6902: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6903: comment strings "options must be hash", "options must be hash,
6904: not code" and "called with invalid option" were replaced by
6905: constatns - exception comment string "invalid option passed" was
6906: replaced by "called with invalid option" (now in different
6907: methods are the same exception comment string)
6908:
6909: * src/include/pa_exception.h: - more exception strings were defined
6910:
6911: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6912: types/pa_vstateless_class.h: - now we can define possible
6913: method's call type ( new feature: #5 ) 1.
6914: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6915: methods 2. @static:method[params] (only static keyword could be
6916: used here) -- for specified methods
6917:
6918: * src/main/pa_common.C: - junction points should not be deleted on
6919: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6920: cleanup
6921:
6922: 2010-07-03 misha
6923:
6924: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6925: results/158.processed, results/160.processed,
6926: results/161.processed, results/162.processed,
6927: results/163.processed: - prepare tests to trim trailing methods'
6928: EOLs
6929:
6930: * tests/results/169.processed: - prepare tests to trim trailing
6931: methods' EOLs
6932:
6933: * tests/results/: 168.processed, 169.processed: - prepare tests to
6934: trim trailing methods' EOLs
6935:
6936: * tests/: results/170.processed, results/167.processed,
6937: results/168.processed, results/169.processed, 167.html, 168.html,
6938: 169.html: - prepare tests to trim trailing methods' EOLs
6939:
6940: * tests/: results/170.processed, results/171.processed,
6941: results/172.processed, results/173.processed,
6942: results/174.processed, results/175.processed, 170.html, 171.html,
6943: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6944: trailing methods' EOLs
6945:
6946: * tests/: results/176.processed, results/180.processed,
6947: results/184.processed, results/185.processed,
6948: results/191.processed, results/192.processed,
6949: results/196.processed, results/197.processed,
6950: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6951: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6952: to trim trailing methods' EOLs
6953:
6954: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6955: results/199.processed, results/208.processed,
6956: results/209.processed, results/213.processed,
6957: results/214.processed: - prepare tests to trim trailing methods'
6958: EOLs
6959:
6960: 2010-06-29 misha
6961:
6962: * tests/: 220.html, 218.html, results/218.processed,
6963: results/215.processed, results/217.processed, 215.html, 217.html:
6964: - prepare tests to trim trailing methods' EOLs
6965:
6966: * tests/: results/224.processed, 224.html, 223.html,
6967: results/223.processed, results/220.processed: - prepare tests to
6968: trim trailing methods' EOLs
6969:
6970: * tests/results/: 226.processed, 230.processed: - prepare tests to
6971: trim trailing methods' EOLs
6972:
6973: * tests/: 229.html, results/229.processed: - prepare tests to trim
6974: trailing methods' EOLs
6975:
6976: * tests/: 232.html, 235.html, results/232.processed,
6977: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6978: results/226.processed, results/227.processed,
6979: results/228.processed, results/230.processed: - prepare tests to
6980: trim trailing methods' EOLs
6981:
6982: 2010-06-16 moko
6983:
6984: * tests/: 229.html, results/229.processed: elseif now supported in
6985: ^if
6986:
6987: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6988:
6989: 2010-06-03 misha
6990:
6991: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6992: instead of memcopy for overlaped regions
6993:
6994: 2010-05-25 misha
6995:
6996: * src/main/pa_common.C: - wanring about unused vars was removed
6997:
6998: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6999: get_method_filename was moved to execute.C
7000:
7001: 2010-05-23 misha
7002:
7003: * src/main/pa_request.C: - more accurate detection of method's file
7004:
7005: 2010-05-22 misha
7006:
7007: * src/classes/reflection.C: - bugfix: core during detection of
7008: .file if filespec isn't detected successfully
7009:
7010: 2010-05-20 misha
7011:
7012: * src/main/pa_request.C: - fix in get_method_filename
7013:
7014: * src/include/pa_request.h: - new feature: #24 -- searching
7015: included file in @USE/^use is changed. if its filespec doesn't
7016: start from '/' it will be searched in caller file directory
7017:
7018: * src/classes/reflection.C: - ^reflection:method_info returns file
7019: where the method is defined
7020:
7021: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7022: classes/op.C: - new feature: #24 -- searching included file in
7023: @USE/^use is changed. if its filespec doesn't start from '/' it
7024: will be searched in caller file directory
7025:
7026: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7027: is moved to pa_common.h
7028:
7029: 2010-05-18 misha
7030:
7031: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7032: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7033: cookie parser decode \uXXXX as well as %uXXXX
7034:
7035: 2010-05-17 misha
7036:
7037: * src/classes/curl.C: beauty: - unused param is removed in method
7038: _curl_version_action - some spaces were removed or replaced by
7039: tabs
7040:
7041: * src/classes/table.C: - bugfix: #72 core with empty value during
7042: ^table.hash[...;name_of_the_last_column][$.type[string]]
7043:
7044: 2010-05-16 misha
7045:
7046: * src/classes/curl.C: new: #61 more curl options were added
7047: (contributed by Sumo)
7048:
7049: 2010-04-29 pretender
7050:
7051: * src/main/pa_string.C: fixes #63 Split result from empty string
7052: now empty string.
7053:
7054: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7055: string type.
7056:
7057: 2010-04-28 pretender
7058:
7059: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7060: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7061: macrodefinition removed
7062:
7063: 2010-04-19 pretender
7064:
7065: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7066: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7067:
7068: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7069: fixes #64 Now file.missing exception generates in unsafe mode to.
7070:
7071: * src/classes/file.C: fixes #48 Now not throw "not save environment
7072: variable" exception in grpunlim version.
7073:
7074: 2010-04-05 misha
7075:
7076: * src/classes/string.C: - new feature: 4th param was added to
7077: match. if specified its value is returned in case of nothing was
7078: found
7079:
7080: 2010-04-01 misha
7081:
7082: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7083: multiple execution of /a/b/auto.p
7084:
7085: 2010-03-19 misha
7086:
7087: * src/main/execute.C: - core in $table1.$table2 was fixed
7088:
7089: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7090:
7091: 2010-01-27 misha
7092:
7093: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7094: trying to open file by path /existing-file/non-exixting-file
7095:
7096: 2010-01-26 misha
7097:
7098: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7099: was added (returns file)
7100:
7101: 2009-12-22 misha
7102:
7103: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7104: now parser doesn't have class curl if it was built without it
7105:
7106: 2009-12-15 misha
7107:
7108: * configure.in: - little cheat with curl include dir was added
7109:
7110: 2009-12-05 misha
7111:
7112: * src/classes/curl.C: - some fixes
7113:
7114: 2009-12-04 misha
7115:
7116: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7117: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7118: buildall-with-xml, buildall-without-xml, configure.in: - curl
7119: class was added
7120:
7121: * src/include/pa_hash.h: - hash-iterator was added
7122:
7123: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7124: was added to pcre
7125:
7126: 2009-11-27 misha
7127:
7128: * src/classes/image.C: - don't add @border attribute to output of
7129: ^image.html[] if it was specified by user with empty value
7130:
7131: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7132: root element and we are trying to access .documentElement
7133:
7134: 2009-11-11 misha
7135:
7136: * src/classes/table.C: - in ^table.flip[] look at number of columns
7137: instead of number of items in first row for named tables
7138:
7139: 2009-11-10 misha
7140:
7141: * operators.txt: - info about hash-options in ^file::create was
7142: added
7143:
7144: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7145: added
7146:
7147: 2009-11-09 misha
7148:
7149: * buildall-with-xml: - moving to libxml 2.7.6
7150:
7151: * tests/236.html: - tests for comparations cords with functions
7152: were added
7153:
7154: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7155: added
7156:
7157: * src/main/pa_http.C: - little optimisation
7158:
7159: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7160: GPF mallocs + stringstream (table.save)
7161:
7162: * src/classes/file.C: - file::create now accepts 4th param: options
7163: with $.charset
7164:
7165: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7166: bug in cord (comparation cords with functions was buggy)
7167:
7168: 2009-11-06 misha
7169:
7170: * src/main/pa_string.C: - bugfix: calculation string.length
7171: sometimes was buggy
7172:
7173: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7174: destroyed if exception occured during match/replace
7175:
7176: * src/: main/pa_charset.C, include/pa_charset.h: - method
7177: lengthUTF8Char was added
7178:
7179: * src/classes/op.C: - clean tainting lang was added for user's
7180: usage
7181:
7182: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7183: fixed: checkouts are required after GC_MALLOC
7184:
7185: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7186:
7187: * operators.txt: - actually, there is no ^untaint[xml] in
7188: file::create
7189:
7190: 2009-10-15 misha
7191:
7192: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7193: were added
7194:
7195: * tests/234.html: - more tests for checking ^taint[uri] escaping
7196: were added
7197:
7198: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7199: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7200: hacking: for dealing with transcoding+^taint[uri]
7201: transcode_and_untaint was replaced by untaint_and_transcode
7202:
7203: 2009-10-13 misha
7204:
7205: * tests/: 121.html, results/121.processed: - test transcoding +
7206: url-escaping now
7207:
7208: * tests/results/auto.p: - more helpers' methods were added
7209:
7210: * src/main/pa_globals.C: - die instead of abort
7211:
7212: 2009-10-06 misha
7213:
7214: * src/main/pa_common.C: - don't allocate memory during
7215: capitalization if input string is already capitalized
7216:
7217: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7218:
7219: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7220: use format function because it calls malloc
7221:
7222: * src/include/pa_common.h: - more capitalized headers were added
7223:
7224: * src/main/pa_common.C: - in safe mode clear executable bits during
7225: file writing
7226:
7227: 2009-10-05 misha
7228:
7229: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7230:
7231: 2009-10-03 misha
7232:
7233: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7234: ^img.text[] & ^img.length[] can work in utf-8 now
7235:
7236: * src/: include/pa_charset.h, main/pa_charset.C: - class
7237: UTF8_string_iterator was added
7238:
7239: * src/classes/image.C: - respect utf-8 when calculate alphabet
7240: length
7241:
7242: * src/classes/mail.C: - check from before get message.cstr
7243:
7244: 2009-10-02 misha
7245:
7246: * tests/233.html: - test for image.font, image.length, image.text
7247: with text in utf-8 were added
7248:
7249: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7250:
7251: * buildall-with-xml, buildall-without-xml: - comment about gc
7252: version for freebsd 4 was added
7253:
7254: 2009-10-01 misha
7255:
7256: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7257: terminator) - read_pipe were slightly optimized
7258:
7259: 2009-09-28 misha
7260:
7261: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7262: removed
7263:
7264: * src/types/pa_vmail.C: - forgot about space after ':'
7265:
7266: * src/types/pa_vmail.C: - escape filenames while preparing mail
7267: body - small simplifications
7268:
7269: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7270: inout params like pa_base64
7271:
7272: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7273: option $.debug-print(1) was added to mail:send - changes for
7274: using uue_encode which uses less memory
7275:
7276: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7277:
7278: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7279: memory now
7280:
7281: 2009-09-26 misha
7282:
7283: * src/types/pa_vmail.C: - default encoding now is base64
7284:
7285: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7286:
7287: 2009-09-25 misha
7288:
7289: * src/types/pa_vmail.C: - capitalization of headers was added to
7290: sending mail as well
7291:
7292: * buildall-with-xml: - catalog package was removed from libxml
7293:
7294: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7295: win32 absolute path
7296:
7297: * src/include/pa_common.h: - one more capitalized header was added
7298:
7299: 2009-09-22 misha
7300:
7301: * INSTALL: - comment about building just httpd binary while
7302: building apache module was added
7303:
7304: 2009-09-21 misha
7305:
7306: * buildall-with-xml: - moving to the latest versions of xml libs:
7307: libxml 2.7.4 and libxslt 1.1.25
7308:
7309: 2009-09-19 misha
7310:
7311: * tests/231.html: - test for encoding cookie in win-1251
7312:
7313: 2009-09-18 misha
7314:
7315: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7316: object] were added
7317:
7318: * operators.txt: - info about method ^reflection:fields[class or
7319: object] was added
7320:
7321: * src/classes/reflection.C: - method ^reflection:fields[class or
7322: object] was added
7323:
7324: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7325: methods get_fields were added
7326:
7327: * tests/232.html: - tests for @GET[name]
7328:
7329: * src/classes/table.C: - some changes in handling hash-options for
7330: creare, join and locate
7331:
7332: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7333: defined with option: the type of requested value
7334:
7335: 2009-09-17 misha
7336:
7337: * tests/212.html: - tests for .pattern and .options were added
7338:
7339: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7340: $regex.options were added
7341:
7342: 2009-09-11 misha
7343:
7344: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7345: rewrited. it checks not just one case of sending cookies during
7346: file::load[http], but also sending headers and fields (including
7347: files)
7348:
7349: 2009-09-10 misha
7350:
7351: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7352: was removed => now parser can open files with Russian 'r' in
7353: filename
7354:
7355: * src/main/untaint.C: - bugfix: client charset whould be analized
7356: while escaping cookies but now source charset
7357:
7358: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7359: ^tainted[uri] so it was possible to make request with incorrect
7360: http header
7361:
7362: * src/main/pa_http.C: - capitalization of http headers during
7363: file::load[http was slightly changes - bugfix: all headers which
7364: parser sends during file::load[http should be transcoded and only
7365: then escaped
7366:
7367: * src/main/untaint.C: - a bit more comments were added
7368:
7369: * src/classes/: file.C, string.C: - types where changes (minus 2
7370: warnings)
7371:
7372: * src/include/pa_common.h: - 2 capitalized strings for making http
7373: headers during file::load[http were added
7374:
7375: 2009-09-08 misha
7376:
7377: * operators.txt: - changes in file.save and string.save were added
7378:
7379: * tests/: 230.html, 230.txt: - tests for checking options in
7380: file.save and string.save were added
7381:
7382: * src/main/pa_request.C: - http headers names, which are passed to
7383: SAPI::add_header_attribute are lowercased now (it'll be
7384: capitalized in that method)
7385:
7386: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7387: classes/string.C: - file_write accepts Request_charsets and asked
7388: charset and cound transcode content before writing - string.save
7389: and file.save have option $.charset now
7390:
7391: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7392: classes/xdoc.C: - file_write accepts Request_charsets and asked
7393: charset and cound transcode content before writing
7394:
7395: * src/include/pa_exception.h: - new exception comment string was
7396: defined
7397:
7398: 2009-09-07 misha
7399:
7400: * src/main/compile.y: - grammar $name\ name stops now for regex
7401: sub-pattern\s
7402:
7403: 2009-09-04 misha
7404:
7405: * src/main/pa_http.C: - capitalization of http headers during
7406: file::load[http was implemented
7407:
7408: 2009-09-03 misha
7409:
7410: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7411: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7412: types/pa_vmail.C, targets/cgi/parser3.C,
7413: targets/isapi/parser3isapi.C: - back to storing response http
7414: headers in lowercase - capitalize them during output
7415:
7416: 2009-08-31 misha
7417:
7418: * src/classes/table.C: - allow call with any brackets (it could be
7419: useful in methods with explict result declaration)
7420:
7421: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7422: correctly if $request:charset==koi8-r
7423:
7424: 2009-08-30 misha
7425:
7426: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7427: changed: content-type => Content-type and so on
7428:
7429: * src/classes/file.C, src/include/pa_common.h,
7430: src/include/pa_request.h, src/main/pa_http.C,
7431: src/main/pa_request.C, src/types/pa_vcookie.C,
7432: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7433: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7434: tests/results/002.processed, tests/results/003.processed,
7435: tests/results/004.processed, tests/results/005.processed,
7436: tests/results/006.processed, tests/results/007.processed,
7437: tests/results/008.processed, tests/results/009.processed,
7438: tests/results/010.processed, tests/results/011.processed,
7439: tests/results/012.processed, tests/results/013.processed,
7440: tests/results/014.processed, tests/results/015.processed,
7441: tests/results/016.processed, tests/results/017.processed,
7442: tests/results/018.processed, tests/results/019.processed,
7443: tests/results/020.processed, tests/results/021.processed,
7444: tests/results/022.processed, tests/results/023.processed,
7445: tests/results/024.processed, tests/results/025.processed,
7446: tests/results/026.processed, tests/results/027.processed,
7447: tests/results/028.processed, tests/results/029.processed,
7448: tests/results/030.processed, tests/results/031.processed,
7449: tests/results/032.processed, tests/results/033.processed,
7450: tests/results/034.processed, tests/results/035.processed,
7451: tests/results/036.processed, tests/results/037.processed,
7452: tests/results/038.processed, tests/results/039.processed,
7453: tests/results/040.processed, tests/results/041.processed,
7454: tests/results/042.processed, tests/results/043.processed,
7455: tests/results/044.processed, tests/results/045.processed,
7456: tests/results/046.processed, tests/results/047.processed,
7457: tests/results/048.processed, tests/results/049.processed,
7458: tests/results/050.processed, tests/results/051.processed,
7459: tests/results/052.processed, tests/results/053.processed,
7460: tests/results/054.processed, tests/results/055.processed,
7461: tests/results/056.processed, tests/results/057.processed,
7462: tests/results/058.processed, tests/results/059.processed,
7463: tests/results/060.processed, tests/results/061.processed,
7464: tests/results/062.processed, tests/results/063.processed,
7465: tests/results/064.processed, tests/results/065.processed,
7466: tests/results/066.processed, tests/results/067.processed,
7467: tests/results/068.processed, tests/results/069.processed,
7468: tests/results/070.processed, tests/results/071.processed,
7469: tests/results/072.processed, tests/results/073.processed,
7470: tests/results/074.processed, tests/results/075.processed,
7471: tests/results/076.processed, tests/results/077.processed,
7472: tests/results/078.processed, tests/results/079.processed,
7473: tests/results/080.processed, tests/results/081.processed,
7474: tests/results/082.processed, tests/results/083.processed,
7475: tests/results/084.processed, tests/results/085.processed,
7476: tests/results/086.processed, tests/results/087.processed,
7477: tests/results/088.processed, tests/results/089.processed,
7478: tests/results/090.processed, tests/results/091.processed,
7479: tests/results/092.processed, tests/results/093.processed,
7480: tests/results/094.processed, tests/results/095.processed,
7481: tests/results/096.processed, tests/results/097.processed,
7482: tests/results/098.processed, tests/results/099.processed,
7483: tests/results/100.processed, tests/results/101.processed,
7484: tests/results/102.processed, tests/results/103.processed,
7485: tests/results/104.processed, tests/results/105.processed,
7486: tests/results/106.processed, tests/results/107.processed,
7487: tests/results/108.processed, tests/results/109.processed,
7488: tests/results/110.processed, tests/results/111.processed,
7489: tests/results/112.processed, tests/results/113.processed,
7490: tests/results/114.processed, tests/results/115.processed,
7491: tests/results/116.processed, tests/results/117.processed,
7492: tests/results/118.processed, tests/results/119.processed,
7493: tests/results/120.processed, tests/results/121.processed,
7494: tests/results/122.processed, tests/results/123.processed,
7495: tests/results/124.processed, tests/results/125.processed,
7496: tests/results/126.processed, tests/results/127.processed,
7497: tests/results/128.processed, tests/results/129.processed,
7498: tests/results/130.processed, tests/results/131.processed,
7499: tests/results/132.processed, tests/results/133.processed,
7500: tests/results/134.processed, tests/results/135.processed,
7501: tests/results/136.processed, tests/results/138.processed,
7502: tests/results/139.processed, tests/results/140.processed,
7503: tests/results/141.processed, tests/results/142.processed,
7504: tests/results/143.processed, tests/results/144.processed,
7505: tests/results/145.processed, tests/results/146.processed,
7506: tests/results/147.processed, tests/results/148.processed,
7507: tests/results/149.processed, tests/results/150.processed,
7508: tests/results/151.processed, tests/results/152.processed,
7509: tests/results/153.processed, tests/results/154.processed,
7510: tests/results/155.processed, tests/results/156.processed,
7511: tests/results/157.processed, tests/results/158.processed,
7512: tests/results/159.processed, tests/results/160.processed,
7513: tests/results/161.processed, tests/results/162.processed,
7514: tests/results/163.processed, tests/results/164.processed,
7515: tests/results/165.processed, tests/results/166.processed,
7516: tests/results/167.processed, tests/results/168.processed,
7517: tests/results/169.processed, tests/results/170.processed,
7518: tests/results/171.processed, tests/results/172.processed,
7519: tests/results/173.processed, tests/results/174.processed,
7520: tests/results/175.processed, tests/results/176.processed,
7521: tests/results/177.processed, tests/results/178.processed,
7522: tests/results/179.processed, tests/results/180.processed,
7523: tests/results/181.processed, tests/results/182.processed,
7524: tests/results/183.processed, tests/results/184.processed,
7525: tests/results/185.processed, tests/results/186.processed,
7526: tests/results/187.processed, tests/results/188.processed,
7527: tests/results/189.processed, tests/results/190.processed,
7528: tests/results/191.processed, tests/results/192.processed,
7529: tests/results/193.processed, tests/results/194.processed,
7530: tests/results/195.processed, tests/results/196.processed,
7531: tests/results/197.processed, tests/results/198.processed,
7532: tests/results/199.processed, tests/results/200.processed,
7533: tests/results/201.processed, tests/results/202.processed,
7534: tests/results/203.processed, tests/results/204.processed,
7535: tests/results/205.processed, tests/results/206.processed,
7536: tests/results/207.processed, tests/results/208.processed,
7537: tests/results/209.processed, tests/results/210.processed,
7538: tests/results/211.processed, tests/results/212.processed,
7539: tests/results/213.processed, tests/results/214.processed,
7540: tests/results/215.processed, tests/results/216.processed,
7541: tests/results/217.processed, tests/results/218.processed,
7542: tests/results/219.processed, tests/results/220.processed,
7543: tests/results/221.processed, tests/results/222.processed,
7544: tests/results/223.processed, tests/results/224.processed,
7545: tests/results/225.processed, tests/results/226.processed,
7546: tests/results/227.processed, tests/results/228.processed,
7547: tests/results/229.processed: - http headers were changed:
7548: content-type => Content-type and so on
7549:
7550: 2009-08-27 misha
7551:
7552: * src/: main/pa_random.C, include/pa_random.h,
7553: targets/cgi/parser3.C: - year was updated :)
7554:
7555: 2009-08-26 misha
7556:
7557: * tests/: 224.html, 224.p: - test for creating of parser object
7558: using constructor without params - little bugfix in test
7559:
7560: * src/main/compile_tools.h: - bugfix: should't call autouse while
7561: checking existed class while processing partial option
7562:
7563: * src/classes/reflection.C: - bugfix: core when creating object
7564: with reflection and constructor doesn't have params
7565:
7566: 2009-08-24 misha
7567:
7568: * tests/229.html: - tests for checking the number of parameters
7569: were added
7570:
7571: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7572: number of method's parameters wasn't checked correctly (the bug
7573: was introduced in 3.4.0)
7574:
7575: 2009-08-22 misha
7576:
7577: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7578: transcoded, but tainted pieces are escaped only when
7579: content-type==url-encoding
7580:
7581: * tests/228.html: - test for checking
7582: ^file::load[http://...;$.body[]]
7583:
7584: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7585: post charset was too early (charsets is empty at this moment)
7586:
7587: 2009-08-21 misha
7588:
7589: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7590: main/untaint.C: - some fixes with transcode+untaint
7591:
7592: 2009-08-15 misha
7593:
7594: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7595: was increaced to 100 (was 50)
7596:
7597: * tests/227.html: - test for checking overriding properties in
7598: static classes was added
7599:
7600: * tests/: 226.html, 226.p: - test for @autoload[] was added
7601:
7602: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7603: main/execute.C, main/pa_request.C, classes/reflection.C: -
7604: autouse was implemented
7605:
7606: 2009-08-14 misha
7607:
7608: * src/classes/reflection.C: - outdated checkout was removed
7609:
7610: * src/classes/reflection.C: - optimization - method ^dynamical was
7611: added.
7612:
7613: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7614: types/pa_vstateless_class.h, main/execute.C: - optimization
7615:
7616: * src/types/pa_vclass.C: - exception if base on sytem class
7617:
7618: 2009-08-12 misha
7619:
7620: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7621: pa_vstateless_class.h: - little optimisation
7622:
7623: 2009-08-11 misha
7624:
7625: * tests/224.html: - method_params => method_info - checking for
7626: $.inherited
7627:
7628: * src/classes/reflection.C, operators.txt: - method method_params
7629: was renamed to method_info and now it returns class name, if
7630: method was defined in ancestor
7631:
7632: * tests/225.html: - tests for cheching properties in hierarhical
7633: classes were added
7634:
7635: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7636: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7637: main/compile.y, main/execute.C, classes/classes.C: - problems
7638: with properties in new classes implementation were fixed
7639:
7640: 2009-08-10 misha
7641:
7642: * src/main/execute.C: - now constructor shouldn't be defined in
7643: class. it could be defined in parent.
7644:
7645: 2009-08-09 misha
7646:
7647: * src/classes/reflection.C: - ^reflection:methods doesn't return
7648: base's methods
7649:
7650: 2009-08-08 misha
7651:
7652: * src/: classes/classes.h, classes/date.C, classes/file.C,
7653: classes/form.C, classes/hash.C, classes/hashfile.C,
7654: classes/image.C, classes/mail.C, classes/op.C,
7655: classes/reflection.C, classes/regex.C, classes/string.C,
7656: classes/table.C, classes/xdoc.C, classes/xnode.C,
7657: classes/xnode.h, include/pa_hash.h, main/execute.C,
7658: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7659: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7660: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7661: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7662: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7663: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7664: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7665: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7666: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7667: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7668: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7669: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7670: types/pa_vresponse.C, types/pa_vresponse.h,
7671: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7672: types/pa_vstateless_object.h, types/pa_vstatus.C,
7673: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7674: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7675: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7676: types/pa_wwrapper.h, types/types.vcproj: - new classes
7677: implementation
7678:
7679: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7680: USE_MUNMAP is used. so it is disabled as a workaround.
7681:
7682: 2009-08-05 misha
7683:
7684: * src/: main/pa_common.C, include/pa_common.h: - not needed
7685: parameter was removed
7686:
7687: * src/main/pa_http.C: - bugfix: error was during detecting
7688: content-type of file which was loaded by http
7689:
7690: 2009-08-01 misha
7691:
7692: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7693: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7694: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7695: can't be disabled with defines any longer
7696:
7697: 2009-07-29 misha
7698:
7699: * src/classes/reflection.C, tests/results/224.processed: - for
7700: native methods with any call type now returned empty call_type
7701: value
7702:
7703: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7704: classes/table.C, include/pa_hash.h, include/pa_request.h,
7705: main/pa_request.C: - break in cycles was optimized
7706:
7707: * INSTALL: - more defines were described
7708:
7709: 2009-07-28 misha
7710:
7711: * operators.txt: - some changes in information about reflection
7712: class
7713:
7714: * tests/: 224.html, 224.p: - tests for reflection class
7715:
7716: * src/classes/reflection.C: - some bugs were fixed, method classes
7717: was added, refactoring
7718:
7719: 2009-07-26 misha
7720:
7721: * src/classes/classes.vcproj: - reflection class wass added to
7722: project
7723:
7724: * operators.txt: - information about reflection class was added
7725:
7726: * src/classes/reflection.C: - class was redesigned
7727:
7728: 2009-07-24 misha
7729:
7730: * src/classes/: Makefile.am, reflection.C: - class reflection was
7731: added
7732:
7733: * src/types/pa_vstateless_class.h: - method for reflection method's
7734: in classes was added
7735:
7736: 2009-07-22 misha
7737:
7738: * src/main/compile_tools.h: - bugfix: $object.$var was
7739: over-optimized. it failed if $object1.$object2.field
7740:
7741: 2009-07-16 misha
7742:
7743: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7744: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7745: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7746: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7747: one more arg: length of cord
7748:
7749: 2009-07-15 misha
7750:
7751: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7752: tainted in ^file::load[http://...;$.cookies[]]
7753:
7754: * src/classes/: op.C, regex.C, string.C: - new string with
7755: exception was used
7756:
7757: * src/include/pa_exception.h: - new string with exception was added
7758:
7759: * tests/223.html: - test for checking cookie-encoding during
7760: ^file::load[http was added
7761:
7762: * tests/: 221.html, 222.html: - tests for checking type of
7763: $table.fields.field were added
7764:
7765: * src/types/pa_vtable.C: - not used var decl was removed
7766:
7767: * src/include/pa_string.h: - use cached string length in Body::mid.
7768: it improves speed of match with brackets in pattern
7769:
7770: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7771: outside
7772:
7773: 2009-07-14 misha
7774:
7775: * src/types/pa_vtable.C: - $table.fields.a return string even if
7776: column is empty (sometime returned void) - $table.fields was
7777: added for nameless tables
7778:
7779: * src/targets/cgi/getopt.c: - one warning resolved
7780:
7781: * src/main/pa_string.C: - potentian bug fixed
7782:
7783: * src/classes/op.C: - small optimization in taint/untaint
7784:
7785: 2009-07-13 misha
7786:
7787: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7788: added
7789:
7790: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7791: souldn't add the attribut to output
7792:
7793: 2009-07-11 misha
7794:
7795: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7796: stack size was increaced to 2MB (default=1MB)
7797:
7798: 2009-07-08 misha
7799:
7800: * src/main/pa_string.C: - link to UTF-8 description was added
7801:
7802: * src/include/pa_hash.h: - hash keeps element's order in more
7803: places (ex: ._keys[])
7804:
7805: * tests/220.html: - test for checking order of elements in hash in
7806: foreach was added
7807:
7808: * tests/172.html: - small changes in printing hash
7809:
7810: * tests/129.html: - small changes in printing hash
7811:
7812: * src/: include/pa_common.h, include/pa_hash.h,
7813: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7814: types/pa_vmethod_frame.h: - hash now keeps order of elements
7815:
7816: * tests/014.html: - small changes in printing hash
7817:
7818: 2009-07-07 misha
7819:
7820: * src/classes/op.C: - new taint language "parser-code" was added
7821:
7822: * tests/219.html: - test for auto untaint parser code in process
7823: was added
7824:
7825: * src/classes/op.C: - tainted pieces in body of process are
7826: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7827:
7828: * src/: include/pa_string.h, main/untaint.C: - new language
7829: L_PARSER_CODE for auto-untaint in process was added
7830:
7831: * src/: classes/file.C, classes/hash.C, classes/image.C,
7832: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7833: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7834: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7835: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7836: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7837: code cleanup
7838:
7839: 2009-07-06 misha
7840:
7841: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7842: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7843: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7844:
7845: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7846: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7847: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7848: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7849: should be used
7850:
7851: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7852: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7853: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7854: untaint_cstr[m] should be used
7855:
7856: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7857: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7858:
7859: * tests/218.html: - test for checking automatic file-spec-taint was
7860: added
7861:
7862: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7863: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7864: classes/file.C, classes/hash.C, classes/image.C,
7865: classes/string.C, classes/table.C, classes/void.C,
7866: classes/xdoc.C: - optimizations and simplification of
7867: string.cstr(...)
7868:
7869: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7870: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7871: - optimizations and simplification of string.cstr(...)
7872:
7873: 2009-07-04 misha
7874:
7875: * tests/217.html: - test for recursion detection was added
7876:
7877: * src/: types/types.vcproj, main/main.vcproj,
7878: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7879: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7880: from .vcproj
7881:
7882: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7883:
7884: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7885: uploading files and case-insensitive http-method were added
7886:
7887: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7888: tainted pattern in ^file:list[] was added
7889:
7890: 2009-07-03 misha
7891:
7892: * src/: classes/classes.vcproj, main/main.vcproj,
7893: types/types.vcproj, targets/cgi/parser3.vcproj,
7894: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7895: for dynamic_cast) - little options changes
7896:
7897: * src/main/pa_http.C: - file::load[http works now with uploading
7898: files _and_ changing $.charset
7899:
7900: 2009-06-29 misha
7901:
7902: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7903: while creating pattern
7904:
7905: 2009-06-25 misha
7906:
7907: * src/classes/image.C, operators.txt: - options' names for
7908: ^image.font were changed to $.space, $.width and $spacing -
7909: default space width now == gif's width
7910:
7911: 2009-06-24 misha
7912:
7913: * tests/215.html: - tests for $file.mode were added
7914:
7915: * operators.txt: - added info about $file.mode and changes in
7916: ^image.font[
7917:
7918: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7919: param now could be omited - third param now could be hash (with
7920: all widths options: $.space-width, $.letter-width) - it's
7921: possible to specify tracking ($.letter-space)
7922:
7923: * src/classes/file.C: - file objects now could have mode field
7924: (text|binary)
7925:
7926: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7927:
7928: 2009-06-23 misha
7929:
7930: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7931: trim can work with utf-8 chars now
7932:
7933: 2009-06-20 misha
7934:
7935: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7936: was implemented
7937:
7938: * src/classes/table.C: - string length cacheing was implemented
7939:
7940: * src/include/pa_string.h: - string length cacheing was implemented
7941:
7942: 2009-06-17 misha
7943:
7944: * src/main/execute.C: - value param was removed from
7945: WContext::WContext
7946:
7947: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7948: pa_wwrapper.h: - value param was removed from WContext::WContext
7949: - field wcontext was removed from VCodeFrame (using fparent
7950: instead)
7951:
7952: * tests/214.html: - test with hash copying
7953:
7954: 2009-06-16 misha
7955:
7956: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7957: strings doesn't work in expression anymore
7958:
7959: * src/main/execute.C: - less calls for get_constructing() - little
7960: refactoring
7961:
7962: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7963: include/pa_request.h: - less calls for get_constructing()
7964:
7965: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7966: introduced with OPTIMIZE_SINGLE_STRING optimization
7967:
7968: 2009-06-14 misha
7969:
7970: * src/: classes/date.C, classes/file.C, classes/hash.C,
7971: classes/hashfile.C, classes/image.C, classes/regex.C,
7972: classes/table.C, classes/xdoc.C, classes/xnode.h,
7973: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7974: types/pa_vstateless_class.h, main/execute.C: - create object for
7975: storing object's fields only for parser objects
7976:
7977: 2009-06-13 misha
7978:
7979: * buildall-with-xml, buildall-without-xml: - new option was added
7980: for building GC (it slightly reduces memory usage)
7981:
7982: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7983: single string write
7984:
7985: * src/main/execute.C: - bytecode optimization of ^class:constructor
7986: - optimization of single string write
7987:
7988: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7989: - bytecode optimization of ^class:constructor
7990:
7991: 2009-06-09 misha
7992:
7993: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7994: main (better compatibility)
7995:
7996: 2009-06-08 misha
7997:
7998: * src/main/compile.y: - I've forgot to commit it :(
7999:
8000: 2009-06-07 misha
8001:
8002: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8003: WITH_READ and WITH_ROOT
8004:
8005: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8006: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8007: WITH_ROOT - little refactoring
8008:
8009: 2009-06-06 misha
8010:
8011: * tests/213.html: - tests for 3rd match string-param were added
8012:
8013: * src/classes/string.C: - 3rd match param could be string now
8014:
8015: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8016: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8017: GET_OBJECT_ELEMENT
8018:
8019: 2009-06-05 misha
8020:
8021: * src/main/pa_http.C: - bugfix: content-length was not calculated
8022: if $.body was specified
8023:
8024: 2009-06-04 misha
8025:
8026: * src/classes/op.C: - optimizing write_assign_lang in connect
8027:
8028: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8029:
8030: * src/main/execute.C: - little refactoring - optimizing
8031: write_assign_lang in taint/untaint
8032:
8033: * src/include/pa_opcode.h: - little refactoring
8034:
8035: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8036: main/compile_tools.h, main/execute.C: - optimizations for
8037: $self.field, ^self.method, $self.field[...] and $self.field(...)
8038: were added
8039:
8040: 2009-06-03 misha
8041:
8042: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8043:
8044: 2009-06-02 misha
8045:
8046: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8047: include/pa_opcode.h: - refactoring in last optimizations
8048: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8049: now but code is much easy and it is ready for further
8050: improvements.
8051:
8052: 2009-05-27 misha
8053:
8054: * src/: types/pa_junction.h, types/pa_vjunction.C,
8055: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8056: changed in destructing junctions
8057:
8058: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8059: String:Body
8060:
8061: 2009-05-26 misha
8062:
8063: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8064: one method detect_charset was deleted - bug was fixed in this
8065: method (error while detecting charset in content_type withot last
8066: ';')
8067:
8068: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8069: once
8070:
8071: 2009-05-25 misha
8072:
8073: * src/classes/file.C: - bugfix: file::exec didn't work after
8074: optimizing of helper_length
8075:
8076: 2009-05-24 misha
8077:
8078: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8079: were added - little refactoring
8080:
8081: * src/main/execute.C: - core while printing in debug log
8082: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8083: optimisations were added
8084:
8085: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8086: were added
8087:
8088: 2009-05-23 misha
8089:
8090: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8091: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8092: CORD_cat optimization
8093:
8094: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8095: - call constr optimisation under separate define now
8096:
8097: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8098: in $b should be string, not void
8099:
8100: * src/main/compile.y: - little fix for rem-cut optimisation
8101:
8102: * src/: include/pa_opcode.h, main/compile_tools.C,
8103: main/compile_tools.h, main/execute.C: - optimisations for
8104: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8105:
8106: * INSTALL: - description of some #defined were added
8107:
8108: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8109: before 1st access (memory usage is reduced if don't access to
8110: .text field)
8111:
8112: * src/include/pa_array.h: - array grows step now not static (it
8113: reduces numbers of reallocs)
8114:
8115: 2009-05-20 misha
8116:
8117: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8118: $.b(2), $c[d] and $.e[f] was added
8119:
8120: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8121: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8122: $.e[f] was added
8123:
8124: * src/main/execute.C: - debug printing moved in defines
8125:
8126: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8127: and little refactoring for OP_GET_OBJECT_ELEMENT +
8128: OP_GET_OBJECT_VAR_ELEMENT optimisation
8129:
8130: 2009-05-19 misha
8131:
8132: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8133: execute.C: - $a.$b & ^a.$b bytecode optimisation
8134:
8135: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8136: ^a.$b optimisation)
8137:
8138: * src/main/compile.y: - compiler now generate new opcodes:
8139: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8140: ^a.b - compiler now cut off ^rem{ with all content ; any number
8141: of params }
8142:
8143: * src/main/execute.C: - code for handle new opcodes
8144: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8145:
8146: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8147: added for LA2V and LA2S
8148:
8149: * src/include/pa_opcode.h: - new defines which can be used for
8150: disable some bytecode optimisation and new opcodes were added
8151:
8152: 2009-05-17 misha
8153:
8154: * src/lib/cord/cordxtra.c: - bugfix.
8155:
8156: * tests/212.html: - .size[] and .study_size[] were added to tests
8157:
8158: * operators.txt: - info about regex class was added
8159:
8160: * tests/212.html: - tests for regex class were added
8161:
8162: 2009-05-16 misha
8163:
8164: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8165: gc7.1
8166:
8167: * tests/022.html: - test for ^file:list[path;] (empty second param)
8168: was added
8169:
8170: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8171: param) should work
8172:
8173: 2009-05-15 misha
8174:
8175: * src/classes/table.C: - automatically disable stringstream usage
8176: on freebsd4
8177:
8178: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8179: scope
8180:
8181: * tests/211.html: - test with different types of access to hash was
8182: added
8183:
8184: * tests/210.html: - test which checks for loosing tainting in
8185: hash's keys was added
8186:
8187: * tests/208.html: - some parser work added. or stime == 0 %-)
8188:
8189: * src/lib/cord/cordbscs.c: - little hack was added to cord
8190:
8191: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8192:
8193: * src/include/pa_version.h, configure.in: - moko have made a lot of
8194: optimisations for increacing version number more dramatically :)
8195:
8196: * src/classes/date.C: - little refactoring: use constructor which
8197: accepts formated string
8198:
8199: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8200: which can print formatted string was added
8201:
8202: 2009-05-14 misha
8203:
8204: * src/include/pa_string.h: - type was fixed
8205:
8206: * src/: classes/hashfile.C, classes/op.C,
8207: include/pa_cache_managers.h, include/pa_charset.h,
8208: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8209: include/pa_request.h, include/pa_sql_driver_manager.h,
8210: include/pa_string.h, include/pa_stylesheet_manager.h,
8211: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8212: main/pa_charsets.C, main/pa_string.C,
8213: main/pa_stylesheet_connection.C, types/pa_value.h,
8214: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8215: types/pa_vobject.C, types/pa_vstateless_class.C,
8216: types/pa_vstateless_class.h: - hash_code caching was implemented
8217: (seaches should be faster now)
8218:
8219: * src/: classes/file.C, classes/hash.C, classes/image.C,
8220: classes/string.C, classes/table.C, include/pa_string.h,
8221: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8222: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8223: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8224: types/pa_vrequest.C: - String constructors don't have that stupid
8225: true/false param which means 'tainted'. they accept lang instead.
8226:
8227: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8228: with OPTIMIZE_RESULT
8229:
8230: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8231: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8232:
8233: 2009-05-13 misha
8234:
8235: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8236: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8237: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8238: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8239: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8240: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8241: include/pa_string.h, classes/date.C, classes/file.C,
8242: classes/hash.C, classes/image.C, classes/string.C,
8243: classes/table.C, classes/xdoc.C: - result optimisation -
8244: helper_length parameter removed from string constructors
8245:
8246: 2009-05-11 misha
8247:
8248: * tests/209.html: - tests for ^hash::create[hash] were added
8249:
8250: * tests/208.html: - tests for $status:rusage, $status:memory,
8251: ^memory:compact[] were added
8252:
8253: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8254: log10 were added
8255:
8256: * tests/206.html: - test for try with finally was added
8257:
8258: 2009-05-10 misha
8259:
8260: * tests/205.html: - test for ^file::create[...] was added
8261:
8262: * tests/204.html: - test for ^response:clear[] was added
8263:
8264: * tests/038.html: - tests for trigonometric functions were added
8265:
8266: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8267: added - more tests for .add, .sub, .union, .intersects and
8268: .intersections
8269:
8270: * tests/065.html: - test for ^file:dirname was added
8271:
8272: * tests/030.html: - test for $cookie:fields was added
8273:
8274: * tests/203.html: - test for ^h._keys[column name] was added
8275:
8276: * tests/201.html: - tests for .trim were added
8277:
8278: * tests/202.html: - tests for last-day,
8279: date:calendar[type](YYYY;MM;DD) were added
8280:
8281: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8282: .offset[type](N) were added
8283:
8284: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8285: and .pos[c](N) were added
8286:
8287: * tests/141.html: - test for math:sha1 was added
8288:
8289: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8290:
8291: 2009-05-09 misha
8292:
8293: * src/main/compile.y: - rollback
8294:
8295: 2009-05-05 misha
8296:
8297: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8298: replaced by is_empty()
8299:
8300: * src/: include/pa_string.h, main/pa_charset.C: - little
8301: optimisation: somewhere length() was replaced by is_empty()
8302:
8303: * src/classes/table.C: - little optimisation: somewhere length()
8304: was replaced by is_empty()
8305:
8306: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8307: classes/op.C, classes/table.C, main/pa_exception.C: - little
8308: optimisation: somewhere length() was replaced by is_empty()
8309:
8310: 2009-05-04 misha
8311:
8312: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8313: types/pa_vstateless_class.h, main/execute.C,
8314: include/pa_request.h, classes/hash.C, classes/op.C,
8315: classes/table.C: - more optimisations were added: some operators
8316: don't switch write context anylonger
8317:
8318: 2009-05-01 misha
8319:
8320: * src/main/compile.y: - slightly more opcode optimisations for
8321: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8322:
8323: * src/main/execute.C: - simplifying process for getters
8324:
8325: 2009-04-30 misha
8326:
8327: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8328:
8329: * tests/results/199.processed: - test for checking $result into
8330: ^rem was added
8331:
8332: * tests/199.html: - test for checking $result into ^rem was added
8333:
8334: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8335: some OS it returns list in different order)
8336:
8337: * src/: include/pa_array.h, include/pa_request.h,
8338: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8339: changes in stack impl - get_element() optimisation: 3rd param
8340: removed - bugfix: problems with reading empty input param -
8341: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8342:
8343: * tests/results/198.processed: - test for reading empty local var
8344: was added
8345:
8346: * tests/198.html: - test for reading empty local var was added
8347:
8348: 2009-04-29 misha
8349:
8350: * src/main/compile.y: - bugfix: couldn't compile because
8351: OP_VALUE__GET_ELEMENT should be unde #ifdef
8352:
8353: * src/: include/pa_array.h, include/pa_opcode.h,
8354: include/pa_request.h, main/compile.y, main/execute.C,
8355: main/pa_request.C, types/pa_vmethod_frame.C,
8356: types/pa_vmethod_frame.h: - we can work without opcode
8357: OP_STORE_PARAM, so it was removed
8358:
8359: 2009-04-28 misha
8360:
8361: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8362: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8363: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8364: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8365: 4.
8366: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8367:
8368: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8369:
8370: * src/: main/pa_string.C, classes/string.C: - !length() =>
8371: is_empty()
8372:
8373: 2009-04-27 misha
8374:
8375: * src/types/pa_vregex.h: - back explicit vars initialisation
8376:
8377: 2009-04-24 misha
8378:
8379: * src/classes/string.C: - ups. typo fixed
8380:
8381: * src/main/execute.C: - more replacements '*new VBool' to
8382: 'VBool::get' - checks for ^break[], ^continue[] and
8383: parser.interrupted were optimised
8384:
8385: * src/classes/string.C: - number of params.count() calls was
8386: slightly reduced
8387:
8388: 2009-04-23 misha
8389:
8390: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8391: make it x64 friendly
8392:
8393: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8394: parser is x64 friendly now
8395:
8396: 2009-04-22 misha
8397:
8398: * src/types/pa_vhashfile.C: - coder friendly exception about
8399: exceeding record size was added
8400:
8401: * src/classes/file.C: - use vregex object instead of direct calls
8402: methods from pcre lib
8403:
8404: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8405: classes/string.C: - use vregex object instead of direct calls
8406: methods from pcre lib
8407:
8408: * src/: include/pa_common.h, main/pa_common.C: - method
8409: print_pcre_exec_error_text was moved to class vregex
8410:
8411: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8412: was added
8413:
8414: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8415: - class vregex was added
8416:
8417: 2009-04-21 misha
8418:
8419: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8420:
8421: * src/: types/pa_junction.h, types/pa_value.C,
8422: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8423: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8424: junction-optimisation (destructors)
8425:
8426: * src/include/pa_array.h: - free under if now
8427:
8428: 2009-04-19 misha
8429:
8430: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8431:
8432: 2009-04-18 misha
8433:
8434: * src/include/pa_version.h:
8435: :q :
8436:
8437: CV:
8438: ----------------------------------------------------------------------
8439:
8440: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8441: refactoring
8442:
8443: * src/: include/pa_array.h, include/pa_hash.h,
8444: types/pa_vmethod_frame.h: - destructors under #ifdef now
8445:
8446: * src/include/pa_memory.h: - define for using destructors was added
8447:
8448: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8449: main/execute.C: - some junctions will be cached now
8450:
8451: * src/include/pa_hash.h: - hash destructor frees pairs now
8452:
8453: * src/include/pa_array.h: - inline was added to destructor
8454:
8455: * src/types/pa_method.h: - comment was changed
8456:
8457: 2009-04-17 misha
8458:
8459: * src/: include/pa_array.h, include/pa_hash.h,
8460: types/pa_vmethod_frame.h: - destructors were added
8461:
8462: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8463: renamed to always_use_result
8464:
8465: * src/main/: compile.y, compile_tools.h: - rollback changes in
8466: compiler: full backward compatibility is better
8467:
8468: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8469: result in var's hash
8470:
8471: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8472: optimisation in method_frame
8473:
8474: * src/include/pa_array.h: - optimisation in array (allocate
8475: elements only when needed)
8476:
8477: * src/types/pa_vresponse.C: - check for $response:headers field
8478: before looking at custom fields
8479:
8480: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8481: not needed to check existance var with name 'result' in var's
8482: hash
8483:
8484: * src/main/compile.y: - compiler was changed: now it detects
8485: writings to $result and set flag writo_to_result in method
8486:
8487: * src/classes/string.C: - little optimisation: no needed to write
8488: number with lang
8489:
8490: * src/main/pa_charset.C: - methods readChar and skipChar which is
8491: used for read utf8-strings were renamed - is_escaped was renamed
8492: to isEscaped (to the same name convention)
8493:
8494: * src/: types/pa_method.h, main/compile_tools.h: - flag
8495: write_to_result added. compiler get this info from code.
8496:
8497: 2009-04-16 misha
8498:
8499: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8500: String only before 1st write
8501:
8502: * src/include/pa_string.h: - not needed template removed
8503:
8504: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8505: types/pa_vjunction.C, types/pa_vproperty.C,
8506: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8507: main/pa_request.C, classes/bool.C, classes/double.C,
8508: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8509: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8510: bool objects)
8511:
8512: 2009-04-15 misha
8513:
8514: * src/lib/cord/cordxtra.c: - more optimisation
8515:
8516: * src/: include/pa_string.h, main/untaint.C: - String::append
8517: optimisation
8518:
8519: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8520: then get and can sometime be used)
8521:
8522: * src/main/pa_string.C: - String::length optimisation
8523:
8524: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8525: these methods read different strings
8526:
8527: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8528: fresult_initial_void removed + some optimisation - if $result
8529: defined we don't write to context anymore
8530:
8531: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8532: need just skip char)
8533:
8534: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8535: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8536: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8537:
8538: * src/types/pa_vvoid.h: - added get() method for retreave one
8539: instance
8540:
8541: 2009-04-11 misha
8542:
8543: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8544:
8545: * tests/197.html: - test for parser://test in xml was added
8546:
8547: * src/classes/string.C: - small optimisation
8548:
8549: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8550: optimisation
8551:
8552: 2009-04-10 misha
8553:
8554: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8555: to pcre-7.8
8556:
8557: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8558:
8559: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8560: added
8561:
8562: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8563: $request:CLASS_NAME were added
8564:
8565: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8566: were added
8567:
8568: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8569: $env:CLASS_NAME were added
8570:
8571: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8572: '@todo' now
8573:
8574: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8575: compirer
8576:
8577: * src/main/pa_string.C: - little code cleanup
8578:
8579: * src/main/pa_common.C: - describe one more UTF-8 related error
8580: during PCRE compile/execute
8581:
8582: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8583: normalizing todo-comments: '@todo' now
8584:
8585: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8586:
8587: * src/main/pa_charset.C: - type changed for making compiler happy
8588:
8589: 2009-03-10 misha
8590:
8591: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8592: in main()
8593:
8594: 2009-02-01 misha
8595:
8596: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8597: boundary
8598:
8599: 2009-01-25 misha
8600:
8601: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8602:
8603: * src/classes/file.C: - more changes for parsing different number
8604: of params for file::load
8605:
8606: * tests/193.html: - tests for exception while base64-decode binary
8607: to string was added
8608:
8609: * tests/192.html: - tests for file::load with different number of
8610: options
8611:
8612: * src/classes/math.C: - ups. forgot '+1'
8613:
8614: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8615: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8616: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8617: (new option $.encode[multipart-form/data] should be specified) -
8618: $.method[] option for file::load now is not case-sensitive
8619:
8620: * src/: include/pa_string.h, main/untaint.C: - for file post the
8621: new taint language L_FILE_POST was added
8622:
8623: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8624: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8625: stuff was moved to separate files
8626:
8627: 2009-01-23 misha
8628:
8629: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8630: spaces to tabs were converted
8631:
8632: 2009-01-12 misha
8633:
8634: * src/main/pa_http.C: - value of $.method[] option force uppercased
8635: now
8636:
8637: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8638: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8639: their names
8640:
8641: * src/main/pa_common.C: - changes in formating
8642:
8643: * src/: classes/file.C, main/pa_http.C: - some constants changed
8644: their names
8645:
8646: * src/include/pa_http.h: - some spaces were converted to tabs
8647:
8648: * src/include/pa_common.h: - some constants changed their names
8649:
8650: * src/classes/file.C: - fixed 4-th paramether for file::load -
8651: little code rewriting
8652:
8653: * src/types/pa_vfile.C: - little code rewriting
8654:
8655: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8656: types/pa_value.h: - some formating changes
8657:
8658: * src/include/pa_common.h: - some formating spaces transformed to
8659: tabs
8660:
8661: * src/classes/string.C: - exception while base64-decode binary to a
8662: string
8663:
8664: 2009-01-11 misha
8665:
8666: * configure.in: - version changed to 3.3.1b
8667:
8668: 2008-09-05 misha
8669:
8670: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8671: release_3_3_0 on 2008-09-05 10:59:35 +0000
8672:
8673: 2008-09-04 misha
8674:
8675: * tests/: 130.html, 131.html: - these exceptions not typeless
8676: anymore
8677:
8678: * src/classes/op.C: - exception with 'invalid taint language' not
8679: typeless anylonger
8680:
8681: * src/classes/image.C: - some exceptions while operations with
8682: image not typeless anymore
8683:
8684: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8685: main/pa_exec.C, main/pa_http.C: - some exceptions while
8686: operations with files not typeless anymore
8687:
8688: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8689: types/pa_vdate.h: - exceptions while checking date range not
8690: typeless anymore
8691:
8692: * src/include/pa_exception.h: - exception type string for invalid
8693: date range was added
8694:
8695: 2008-09-03 misha
8696:
8697: * src/: classes/file.C, main/pa_string.C: - exception while pce
8698: operations not typeless anymore
8699:
8700: * src/include/pa_exception.h: - exception type for pce operations
8701: was added
8702:
8703: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8704: and .CLASS_NAME insite classes
8705:
8706: * src/classes/table.C: - don't save table header whiile
8707: ^table.save[append;filename] if file exists
8708:
8709: 2008-09-02 misha
8710:
8711: * src/main/compile.y, src/main/compile_tools.h,
8712: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8713: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8714: renamed to partial and it login changed: we must mark class as
8715: partial for allow their modifications in future.
8716:
8717: 2008-08-29 misha
8718:
8719: * tests/results/022.processed: - testing taint[regex] in mask for
8720: file:list
8721:
8722: * tests/022.html: - testing taint[regex] in mask for file:list
8723:
8724: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8725: for file:list was added
8726:
8727: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8728: file:list
8729:
8730: 2008-08-26 misha
8731:
8732: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8733: last derived object
8734:
8735: * src/classes/image.C: - many strings "image.format" replaced by
8736: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8737: understand some more exif tags
8738:
8739: * src/include/pa_exception.h: - string "image.format" was added
8740:
8741: 2008-08-21 misha
8742:
8743: * src/: main/pa_string.C, classes/file.C: - use method for print
8744: pcre_exec text error
8745:
8746: * src/main/pa_common.C: - method for print pcre_exec text error was
8747: added
8748:
8749: * src/include/pa_common.h: - method declaration for print pcre_exec
8750: text error was added
8751:
8752: 2008-08-19 misha
8753:
8754: * src/main/execute.C: - bugfix: opcodes must be in separate
8755: namespace while debug execution as well
8756:
8757: * tests/: 015.html, results/015.processed: - test for escaping some
8758: parser chars was added
8759:
8760: 2008-08-18 misha
8761:
8762: * tests/: 190.html, 190.p, results/190.processed: - test for
8763: $caller.self.field + default getter in one class was added
8764:
8765: * tests/: 189.html, results/189.processed: - test for
8766: ^date::create[date object]
8767:
8768: * tests/: 188.html, results/188.processed: - tests for match with
8769: UTF-8 strings
8770:
8771: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8772: ^string.match[]
8773:
8774: * ChangeLog: - parser 3.3.0 beta13
8775:
8776: 2008-08-15 misha
8777:
1.116 moko 8778: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8779: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8780: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8781: dftables.c: - old PCRE files removed
1.95 moko 8782:
8783: * src/lib/pcre/config.h: - configuration for PCRE library
8784:
8785: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8786: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8787:
8788: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8789: library and set flag UTF8 if $request:charset is UTF-8
8790:
8791: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8792: include/pa_config_fixed.h: - moved to new PCRE library
8793:
8794: * src/: main/main.vcproj, types/types.vcproj,
8795: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8796: win32\pcre instead of parser3\src\lib\pcre
8797:
8798: * src/: include/pa_opcode.h, include/pa_operation.h,
8799: main/compile.C, main/compile.y, main/compile_tools.C,
8800: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8801: opcodes were moved to separate namespace
8802:
8803: 2008-08-14 misha
8804:
8805: * src/types/pa_vstateless_class.C: - newline at the end missed
8806:
8807: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8808: tainting
8809:
8810: 2008-08-11 misha
8811:
8812: * tests/: 187.html, 187.p, results/187.processed: - tests for
8813: $caller.self, $caller.self.field and $caller.self.field[value]
8814: were added
8815:
8816: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8817: runtime as well (for $caller.self)
8818:
8819: 2008-07-25 misha
8820:
8821: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8822: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8823: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8824: tests with international characters
8825:
8826: 2008-07-23 misha
8827:
8828: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8829: file::load[...;http://
8830:
8831: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8832: now everywhere in separate namespace
8833:
8834: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8835: for vars
8836:
8837: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8838: can be escaped by '^'
8839:
8840: 2008-07-22 misha
8841:
8842: * src/classes/string.C, tests/186.html: - names changes:
8843: escape=>js-escape, unescape=>js-unescape
8844:
8845: 2008-07-21 misha
8846:
8847: * tests/results/186.processed: - test for string escape/unescape
8848:
8849: * tests/186.html: - test for string escape/unescape
8850:
8851: * src/classes/string.C: - string has escape and unescape methods
8852: now
8853:
8854: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8855: added
8856:
8857: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8858: method-layers added (with different params)
8859:
8860: 2008-07-18 misha
8861:
8862: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8863: was added
8864:
8865: * tests/185.html: - test for ^str.pos[sub](offset) added
8866:
8867: * src/classes/string.C, src/classes/void.C, operators.txt: -
8868: ^string.pos[substr](offset) -- 2nd param accepted now
8869:
8870: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8871: strings
8872:
8873: 2008-07-17 misha
8874:
8875: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8876: helper length added for mid for small optimisation
8877:
8878: 2008-07-16 misha
8879:
8880: * tests/: 185.html, results/185.processed: - tests for
8881: length/left/right/mid/pos with utf-8 strings
8882:
8883: * src/classes/string.C: - left/right/mid/length/pos works fine for
8884: utf-8 strings
8885:
8886: * src/main/untaint.C: - comments removed
8887:
8888: * src/: include/pa_string.h, main/pa_string.C,
8889: include/pa_charset.h, main/pa_charset.C: - methods for working
8890: with pos/mid for strings in utf-8 were added
8891:
8892: 2008-07-15 misha
8893:
8894: * tests/: 184.html, results/184.processed: - test for case body as
8895: expression: $var(^switch(1){^case(1)(true)..})
8896:
8897: * src/classes/op.C: - case body can be expression now:
8898: $var(^switch(1){^case(1)(true)..})
8899:
8900: * tests/: results/183.processed, 183.html: - added test for testing
8901: new cookie encoding (%uXXXX)
8902:
8903: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8904: decoding for backward compatibility they decoded from %XX in
8905: request:charset too
8906:
8907: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8908: - cookie class now decode cookies before first access after last
8909: request:charset changing (as form class).
8910:
8911: * src/main/pa_charset.C: - added method escape for escaping cookies
8912: as %uXXXX - before transcode calculate required space for dest
8913: string. it reduce mem usage for transcode
8914:
8915: * src/include/pa_charset.h: - added method escape for escaping
8916: cookies as %uXXXX
8917:
8918: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8919: was added. will used for escaping cookies as %uXXXX
8920:
8921: * src/include/pa_common.h: - escape method has new option for skip
8922: converting '+' to a space char
8923:
8924: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8925: transcode - escape method has new option for skip converting '+'
8926: to a space char
8927:
8928: 2008-07-08 misha
8929:
8930: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8931: (no UE if more then 1 case matches anylonger) - optimization:
8932: doing searching.as_string() || searching.as_double() only once
8933:
8934: 2008-07-04 misha
8935:
8936: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8937: now ^date::create[date object] works
8938:
8939: * src/classes/string.C: - left and right added as aliases for start
8940: and end in ^string.trim[]
8941:
8942: 2008-07-03 misha
8943:
8944: * src/classes/file.C: - allow $.limit for file::sql as well
8945:
8946: * src/classes/file.C: - allow $.offset option for file::sql - force
8947: send limit=1 to query for use sql specifics authomatically
8948:
8949: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8950: if $.limit value if empty. autoconvert it as everywere
8951:
8952: 2008-07-02 misha
8953:
8954: * configure.in: - time to change version number to 3.3.0 %-)
8955:
8956: * src/include/pa_version.h: - time to change version number to
8957: 3.3.0 %-)
8958:
8959: 2008-06-26 misha
8960:
8961: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8962: $.limit(0) fixes
8963:
8964: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8965: - $.limit(0) fixes
8966:
8967: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8968: new API)
8969:
8970: * src/: include/pa_sql_driver_manager.h,
8971: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8972: classes/op.C: - document_root added
8973:
8974: * src/main/compile.tab.C: - error message was changed
8975:
8976: 2008-06-25 misha
8977:
8978: * src/main/compile.y: - error message was changed
8979:
8980: 2008-06-24 misha
8981:
8982: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8983:
8984: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8985: tests for @OPTIONS\nappend
8986:
8987: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8988:
8989: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8990:
8991: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8992:
8993: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8994: compile.y
8995:
8996: 2008-06-17 misha
8997:
8998: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8999: compilation: ^if(default){true. it's incorrect. must be
9000: exception}
9001:
9002: 2008-06-16 misha
9003:
9004: * tests/: 181.ent, 181.html, results/181.processed: - test for
9005: checking external reference loading with 'http://localhost'
9006: prefix while creating xdoc
9007:
9008: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9009: ^math:long2ip[] and ^math:ip2long[]
9010:
9011: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9012: added which use scalar stateless class method when user object
9013: used in scalar context - use get_scalar_value when user object
9014: requested in scalar context
9015:
9016: * src/main/pa_common.C: - size must be int but not size_t or we
9017: can't compare with 0 sprintf result
9018:
9019: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9020: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9021: with internal switch between local/global vars
9022:
9023: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9024: specified
9025:
9026: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9027: pa_vstateless_object.h: - stateless class and object now has
9028: private scalar field and getter/setter for working with it
9029:
9030: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9031: moved to inet static class
9032:
9033: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9034: class added (^inet:aton[IP], ^inet:ntoa(number))
9035:
9036: * tests/: 180.html, results/180.processed: - tests for
9037: ^math:long2ip(long) and ^math:ip2long[IP]
9038:
9039: * src/classes/math.C: - ^math:ip2long[IP] added
9040:
9041: 2008-06-11 misha
9042:
9043: * src/main/pa_xml_io.C: - use file_read_text again because of we
9044: need cut BOM code and remove DOS newline chars. but don't
9045: transcode it anyway.
9046:
9047: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9048: main/pa_http.C: - option for disable transcoding while file_read
9049: and file_read_text added
9050:
9051: 2008-06-10 misha
9052:
9053: * tests/: 179.html, 179.p, results/179.processed: - test for many
9054: classes in 1 file
9055:
9056: * src/main/: compile.C, compile_tools.h: - compile return list of
9057: classes now.
9058:
9059: * src/main/: compile.y, compile.tab.C: - compile return list of
9060: classes now. internals.
9061:
9062: * src/main/pa_request.C: - compile return list of classes now. try
9063: call @conf and @auto for each returned class
9064:
9065: * src/include/pa_request.h: - compile return list of classes now
9066:
9067: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9068: return list of classes when compile buf)
9069:
9070: 2008-06-07 misha
9071:
9072: * src/main/pa_request.C: - constructing VRequest object with 3rd
9073: param -- form
9074:
9075: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9076: 3rd param: form. needed for get post_charset
9077:
9078: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9079: added
9080:
9081: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9082: types/pa_vform.C, types/pa_vform.h: - some polish
9083:
9084: 2008-06-06 misha
9085:
9086: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9087: charset and decode chars from it but not from response:charset
9088:
9089: * src/main/pa_http.C: - detect_charset moved out of here
9090:
9091: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9092: methods moved here - unescape_chars accepn one charset now
9093:
9094: * src/main/pa_http.C: - new constants used - don't allow
9095: $.content-type in ^file::load[;http://;$.method[POST]] - add
9096: charset info while ^file::load[;http://;$.method[POST]] - option
9097: $.omit-post-charset(true) added to ^file::load[;http://] for
9098: disabling charset during post
9099:
9100: * src/types/pa_vform.C: - new constants used
9101:
9102: * src/include/pa_common.h: - some constants were added
9103:
9104: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9105: instead of StrEqNc
9106:
9107: * src/main/pa_common.C: - new method for caseless search
9108: c-substring in c-string - use isxdigit instead of is_hex_digit
9109:
9110: * src/include/pa_common.h: - new method for caseless search
9111: c-substring in c-string
9112:
9113: 2008-06-05 misha
9114:
9115: * tests/results/178.processed: - test for testing default getter
9116:
9117: * tests/178.html: - test for testing default getter
9118:
9119: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9120: for test for testing default getter
9121:
9122: * src/main/execute.C: - default getter soul
9123:
9124: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9125: requested objects' field not found
9126:
9127: * src/types/pa_vclass.C: - register default getter if defined - get
9128: default getter if requested field not found
9129:
9130: * src/types/pa_vstateless_object.h: - method get_default_getter was
9131: added
9132:
9133: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9134: pointer to default getter and methods for get/set it were added
9135:
9136: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9137: auto_name field (for default getter)
9138:
9139: 2008-06-04 misha
9140:
9141: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9142: transcoding, no cutting BOM code, no fixing line breaks) and get
9143: it to libxml "as is"
9144:
9145: 2008-06-03 misha
9146:
9147: * src/main/pa_common.C: - use store_Char instead of
9148: transcodeCharFromUTF8
9149:
9150: * src/: include/pa_charset.h, main/pa_charset.C: - method
9151: store_Char added, transcodeCharFromUTF8 -- removed
9152:
9153: 2008-06-02 misha
9154:
9155: * tests/: results/177.processed, 177.html: - test for checking
9156: .[acm]date after local ^file::load[] was added
9157:
9158: * tests/: results/176.processed, 176.html: - test for checking
9159: @OPTION\locals + @method[vars][locals] added
9160:
9161: * tests/results/auto.p: - CLASS_PATH specified for checking use
9162:
9163: 2008-05-30 misha
9164:
9165: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9166: @OPTION\nlocals + @method[vars][;locals;] were added
9167:
9168: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9169: moved to separate method op_code - switch from VMethodFrame to
9170: VMethodFrameGlobal + VMethodFrameLocal
9171:
9172: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9173: was moved to separate method op_code
9174:
9175: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9176: VMethodFrame now
9177:
9178: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9179: all_vars_local as well
9180:
9181: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9182: pa_vmethod_frame_local.h, Makefile.am: - who children for
9183: VMethodFrame were added: one (global) works as VMethodFrame
9184: before and second (local) write all vars in self vars scope
9185:
9186: * src/types/pa_method.h: - method has bool flag all_vars_local now
9187:
9188: 2008-05-29 misha
9189:
9190: * tests/: 129.html, results/129.processed: - more tests for
9191: ^table.hash[]
9192:
9193: * src/classes/hash.C: - ^hash::sql has a new option:
9194: $.type[hash|string|table] as ^table.hash[] one.
9195:
9196: * src/classes/op.C: - ^try has 3rd param now: finally code which
9197: executed anyway after try or catch section
9198:
9199: 2008-05-27 misha
9200:
9201: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9202: must not fail if $.distinct(1) wasn't specified
9203:
9204: 2008-05-26 misha
9205:
9206: * src/classes/op.C: - allow ^throw[my type]
9207:
9208: 2008-05-22 misha
9209:
9210: * configure.in, configure: - version number updated to 3.2.4b
9211:
9212: * src/classes/: op.C, string.C: - trim format string before
9213: eval/format
9214:
9215: * tests/: results/175.processed, 175.html: - more tests for
9216: different format strings in .format[]
9217:
9218: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9219: as well (not only %XX)
9220:
9221: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9222: charset specified - checks for format before print number
9223: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9224: (instead of tabs) removed
9225:
9226: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9227: charset specified
9228:
9229: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9230: char in requested charset from utf code was added
9231:
9232: 2008-05-19 misha
9233:
9234: * tests/: 174.html, results/174.processed: - test for
9235: ^hashfile.cleanup[] added
9236:
9237: * src/classes/hashfile.C: - optimization: don't create any key or
9238: value variable if it's name weren't specified
9239: (^hf.foreach[;v]{...})
9240:
9241: 2008-05-16 misha
9242:
9243: * src/classes/hash.C: - optimization: don't create any key variable
9244: if variable name wasn't specified (^h.foreach[;v]{...})
9245:
9246: 2008-05-15 misha
9247:
9248: * src/classes/op.C: - small changes
9249:
9250: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9251:
9252: * src/classes/hash.C: - calculate var_context once before foreach
9253:
9254: 2008-05-14 misha
9255:
9256: * src/classes/hashfile.C: - incorrect vars context calculation for
9257: ^hashfile.foreach[;]{} fixed
9258:
9259: * src/classes/: hash.C, table.C: - little optimisation
9260:
9261: * src/classes/file.C: - bugfix: double absolute path while loading
9262: file
9263:
9264: * tests/: 174.html, results/174.processed: - tests for hashfile
9265: were added
9266:
9267: * buildall-with-xml: - moving to libxslt 1.1.24
9268:
9269: 2008-04-30 misha
9270:
9271: * src/classes/file.C: - stat file while loading (local only) so
9272: .adate, .mdate and .cdate available without additional ::stat
9273:
9274: 2008-04-28 misha
9275:
9276: * src/classes/file.C: - $.name and $.content-type available for
9277: stated file
9278:
9279: 2008-04-14 misha
9280:
9281: * src/targets/cgi/parser3.C: - new year in copyright %-)
9282:
9283: * src/include/pa_version.h: - new version number in head
9284:
9285: 2008-04-10 misha
9286:
9287: * tests/: 080.html, results/080.processed: - cut '0' from
9288: exponential part because of on diff OS it differ (20 or 020 for
9289: ex)
9290:
9291: * tests/: 119.html, results/119.processed: - check for encoding
9292: while creating xdoc
9293:
9294: 2008-04-09 misha
9295:
9296: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9297:
9298: * src/main/pa_common.C: - comment added
9299:
9300: * src/classes/date.C: - little refactoring
9301:
9302: 2008-04-07 misha
9303:
9304: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9305: style of ^table.save[]: prepare one big string and sabe it at
9306: once. it's safe on freebsd 4.x but use much more memory.
9307:
9308: * buildall-with-xml, buildall-without-xml: - option
9309: --disable-stringstream added (under comment. use it on freebsd
9310: 4.x)
9311:
9312: 2008-02-22 misha
9313:
9314: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9315: specified together in file::load[;http] - get back transcoding
9316: $.body[] in file::load[;http]
9317:
9318: 2008-02-21 misha
9319:
9320: * src/classes/date.C: - ^date.gmt-string[] was added
9321:
9322: * src/types/pa_value.C: - method for output date in RFC 822 format
9323: moved to pa_common.h
9324:
9325: * src/include/pa_common.h: - method for output date in RFC 822
9326: format moved here from pa_value.C
9327:
9328: * src/types/pa_vmail.C: - fixed core in sending mail with
9329: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9330:
9331: 2008-02-20 misha
9332:
9333: * src/main/pa_http.C: - transcode $.headers before escaping into
9334: specified charset while ^file::load[...;http://...] (L_URI
9335: instead of L_HTTP_HEADER) - $.cookies param available in
9336: ^file::load[;http://...] now (but we don't parse set-cookies from
9337: response yet) (cookies not transcoded as common $cookies)
9338:
9339: 2008-02-19 misha
9340:
9341: * src/main/pa_request.C: - rollback: we mustn't force taint
9342: $response:field values because in this case
9343: $response:locateion[http://...] don't works.
9344:
9345: 2008-02-15 misha
9346:
9347: * src/classes/op.C: - little refactoring
9348:
9349: * src/main/pa_http.C: - taint names of $.headers for load[;http
9350:
9351: * src/main/pa_request.C: - force taint values of $response:field
9352:
9353: 2008-02-14 misha
9354:
9355: * src/main/pa_request.C: - $response:field transcoded to
9356: $response:charset before escaping now
9357:
9358: * src/main/pa_http.C: - some outdated comments removed
9359:
9360: * src/classes/date.C: - lastdat -> last-day
9361:
9362: * src/classes/date.C: - ^date:lastday(year;month) and
9363: ^date.lastday[] were added - little code refactoring - comments
9364: changes
9365:
9366: * tests/: 159.html, results/159.processed: - test for number of
9367: days in February
9368:
9369: * src/types/pa_value.C: - fixes in code formatting
9370:
9371: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9372: and comments
9373:
9374: 2008-02-13 misha
9375:
9376: * src/main/pa_common.C: - bugfix for february at leap year
9377:
9378: 2008-01-28 misha
9379:
9380: * tests/: 160.html, results/160.processed: - more test for cache
9381: added
9382:
9383: * src/classes/op.C: - bugfix: cache body executed twice if contains
9384: unhandled exception
9385:
9386: 2008-01-25 misha
9387:
9388: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9389: bug when hashfile became inavailable after memory:compact)
9390:
9391: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9392:
9393: 2008-01-22 misha
9394:
9395: * src/classes/table.C: - little refactiring and exception texts
9396: changes in method ^table.hash[]
9397:
9398: * src/types/pa_vcookie.C: - link to cookie specification changed
9399:
9400: 2008-01-21 misha
9401:
9402: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9403: file::exec/cgi
9404:
9405: * src/classes/file.C: - bugfix: core while processing headers if
9406: executed cgi script don't return content
9407:
9408: 2008-01-18 misha
9409:
9410: * buildall-with-xml: - move to libxml2 version 2.6.31
9411:
9412: * src/include/pa_version.h, configure.in: - version number updated
9413: to '3.2.3b'
9414:
9415: 2007-12-28 misha
9416:
9417: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9418: hash.contains
9419:
9420: 2007-12-27 misha
9421:
9422: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9423: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9424: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9425: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9426: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9427: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9428: src/targets/cgi/parser3.vcproj,
9429: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9430: back to VS2003 because of Apache 1.3 module can't work if it was
9431: built in VS 2005. with cgi all file so VS2003 project files can
9432: be easy converted to the new format.
9433:
9434: 2007-12-04 misha
9435:
9436: * src/types/pa_vcode_frame.h: - changes in comment
9437:
9438: 2007-11-29 misha
9439:
9440: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9441: intercept strings any longer
9442:
9443: * tests/: 173.html, results/173.processed: - tests for
9444: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9445: but not in main code frame
9446:
9447: * tests/: 172.html, results/172.processed: - more tests for pass
9448: objects from code frames
9449:
9450: 2007-11-27 misha
9451:
9452: * tests/: 152.html, results/152.processed: - tests for converting
9453: strings 'true'/'false' to bool were added
9454:
9455: * tests/152.html: - added checks for converting strings
9456: 'true'/'false' to bool
9457:
9458: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9459: not only strings with numbers but with values 'true'/'false' as
9460: well
9461:
9462: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9463: for parser3.log increased
9464:
9465: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9466:
9467: * src/include/pa_common.h: - remove_crlf return cstring size now
9468:
9469: * src/include/pa_types.h: - constant with buffer size for
9470: parser3.log added
9471:
9472: 2007-11-16 misha
9473:
9474: * tests/cat.sh: - script for tests for file::exec/cgi
9475:
9476: * tests/171.html: - tests for file::exec/cgi
9477:
9478: * tests/results/171.processed: - tests results for file::exec/cgi
9479:
9480: 2007-11-15 misha
9481:
9482: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9483:
9484: * src/classes/file.C: - .body must be set before analyzing cgi
9485: headers
9486:
9487: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9488: only if exec/cgi return anything.
9489:
9490: 2007-11-14 misha
9491:
9492: * operators.txt: - info about new text|binary option for
9493: file::exec/cgi was added
9494:
9495: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9496: ^file:exec[[text|binary];script;...]
9497:
9498: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9499: classes/string.C, classes/table.C: - more text strings moved to
9500: the one place
9501:
9502: 2007-11-09 misha
9503:
9504: * src/types/pa_vrequest.C: - $request:argv must be taint
9505:
9506: * ChangeLog: - $request:argv [patch from Sumo]
9507:
9508: * operators.txt: - $request:argv
9509:
9510: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9511: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9512:
9513: 2007-10-25 misha
9514:
9515: * buildall-with-xml, buildall-without-xml: - options preparations
9516: for ./configure rewrited
9517:
9518: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9519: error occure in unhandled_exception finally fixed
9520:
9521: 2007-10-23 misha
9522:
9523: * tests/: 170.html, results/170.processed: - test for
9524: @method[][result]
9525:
9526: * operators.txt: - added info about node.prefix and
9527: node.namespaceURI
9528:
9529: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9530:
9531: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9532: added for node and attribute
9533:
9534: 2007-10-22 misha
9535:
9536: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9537:
9538: * src/main/pa_request.C: - added const content-transfer-encoding
9539:
9540: * src/include/pa_request.h: - added const content-transfer-encoding
9541: - ups. constants must be in lowercase (for search)
9542:
9543: * src/types/pa_vmail.C: - more constants used -
9544: content-transfer-encoding: 8bit added
9545:
9546: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9547:
9548: * src/include/pa_request.h: - more constants
9549:
9550: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9551: ommit anymore if $.content-disposition was specified - little
9552: refactoring
9553:
9554: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9555:
9556: 2007-10-17 misha
9557:
9558: * operators.txt: - info about
9559: table::create[nameless]{data}[>options<] was added
9560:
9561: * src/main/: compile.tab.C, compile.y: - if error occure while
9562: compile method don't put this method in methods table anymore.
9563: in other case the parser coredumped if @unhandled_exception
9564: method can't be compiled because of parser.compile error.
9565:
9566: * src/main/execute.C: - little code reformating
9567:
9568: * src/main/pa_request.C: - little code reformating - comment
9569: changed
9570:
9571: 2007-10-16 misha
9572:
9573: * tests/: 035.html, results/035.processed: - tests
9574: table::create[]{}[options] added
9575:
9576: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9577: options (only $.seperator[] yet)
9578:
9579: 2007-10-10 misha
9580:
9581: * src/classes/table.C: - some contstants moved to pa_common.h -
9582: some code changes
9583:
9584: 2007-10-02 misha
9585:
9586: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9587: then three time as much. but base64 encoding method still use
9588: less memory anyway.
9589:
9590: 2007-09-17 misha
9591:
9592: * operators.txt: - added info about $cookie:fields
9593:
9594: * src/types/pa_vcookie.C: - $cookie:fields available now
9595:
9596: * src/classes/hash.C: - some stuff for use with .for_each moved to
9597: common
9598:
9599: * src/include/pa_common.h: - some stuff for use with .for_each
9600: moved here
9601:
9602: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9603:
9604: 2007-09-14 misha
9605:
9606: * buildall-with-xml: - new xml libs again =)
9607:
9608: 2007-08-28 misha
9609:
9610: * operators.txt: - texts about ^table.columns[[column name]] and
9611: ^string.split[...][v][column name] were added
9612:
9613: * tests/: 168.html, 169.html, results/168.processed,
9614: results/169.processed: - tests for ^table.columns[[column name]]
9615: and ^string.split[...][v][column name] were added
9616:
9617: * src/classes/table.C: - new option ^table.columns[[column name]]
9618: was added
9619:
9620: * src/classes/string.C: - new option ^string.split[...;v;[column
9621: name]]
9622:
9623: * src/include/pa_exception.h: - error text message for
9624: ^hash._keys[], ^table.columns[] and ^string.split[]
9625:
9626: 2007-08-27 misha
9627:
9628: * src/main/untaint.C: - try to fix coredump on unix if print to
9629: body ^taint[sql][something] outside of connect
9630:
9631: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9632: outside of connect
9633:
9634: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9635: added (commented by default)
9636:
9637: 2007-08-20 misha
9638:
9639: * operators.txt: - comment about new method ^node.hasAttributes[]
9640: was added
9641:
9642: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9643: duplicated exception text strings were removed
9644:
9645: * src/include/pa_exception.h: - more exception text strings moved
9646: here
9647:
9648: * src/classes/table.C: - some duplicate exceptions' text strings
9649: removed
9650:
9651: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9652: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9653: removed
9654:
9655: * src/include/pa_exception.h: - some exception text strings movet
9656: to pa_exception
9657:
9658: * tests/: 149.html, results/149.processed: - test for
9659: ^xnode.hasAttributes[] was added - some code changes
9660:
9661: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9662: added
9663:
9664: 2007-08-17 misha
9665:
9666: * tests/: results/006.processed, results/059.processed, 006.html,
9667: 059.html: - more tests for match
9668:
9669: * tests/: 129.html, results/129.processed: - tests for
9670: ^table.hash[...][$.type[string|hash|table]] added
9671:
9672: * src/targets/cgi/parser3.C: - little syntax changes
9673:
9674: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9675: syntax changes
9676:
9677: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9678: messages in parser3.log switched off by default. If someone
9679: really still need it: use $SIGPIPE(1)
9680:
9681: 2007-08-08 misha
9682:
9683: * buildall-with-xml, buildall-without-xml: - remove libs source
9684: files by default since now
9685:
9686: 2007-08-07 misha
9687:
9688: * buildall-without-xml: - some option syntax changes
9689:
9690: * buildall-with-xml: - compile libxml2 without http support - some
9691: option syntax changes
9692:
9693: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9694:
9695: 2007-08-06 misha
9696:
9697: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9698:
9699: * tests/: 160.html, results/160.processed: - cache test was
9700: rewrited
9701:
9702: 2007-07-06 misha
9703:
9704: * tests/: 153.html, results/153.processed: - added test for
9705: ^math:sha1[string]
9706:
9707: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9708: transcoded
9709:
9710: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9711: were added
9712:
9713: 2007-06-28 misha
9714:
9715: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9716: some incorrect chars
9717:
9718: 2007-06-19 misha
9719:
9720: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9721: were moved on top because of gcc 4 had a problems during
9722: building.
9723:
9724: 2007-06-18 misha
9725:
9726: * tests/results/019.processed: - new image commited
9727:
9728: 2007-06-09 misha
9729:
9730: * src/classes/: op.C, table.C: - in while and table.select method
9731: as_expression used now
9732:
9733: * src/types/pa_vmethod_frame.h: - method as_expression was added
9734:
9735: 2007-06-08 misha
9736:
9737: * tests/: 166.html, results/166.processed: - test for
9738: ^match[...][n]
9739:
9740: * tests/: 165.html, results/165.processed: - tests for loops
9741:
9742: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9743: because of no speed/memory optimisation but some proglems with
9744: long cycles occure
9745:
9746: 2007-06-06 misha
9747:
9748: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9749: ^table.select(true) and ^table.select(1) didn't works because of
9750: awaiting junction-param only. fixed.
9751:
9752: 2007-05-24 misha
9753:
9754: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9755: with 0.5 secs interval
9756:
9757: * src/classes/op.C: - cache was rewrited. I hope it works with
9758: locking system now on unix
9759:
9760: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9761: system locks which wait till other threads release it but try get
9762: lock, if fail wait 1 sec and make 10 attempts.
9763:
9764: * src/include/pa_os.h: - consts for blocking locks + some comments
9765: were added
9766:
9767: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9768: opening files
9769:
9770: * src/classes/table.C: - changes in includes. if unclude <sstream>
9771: after our classes on unix it can't be build
9772:
9773: * src/types/pa_vhashfile.C: - not needed code removed
9774:
9775: 2007-05-23 misha
9776:
9777: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9778: include/pa_common.h: - cosmetic changes
9779:
9780: 2007-05-18 misha
9781:
9782: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9783: often. it's give some speed increasing
9784:
9785: * tests/results/160.processed: - returned time corrected
9786:
9787: * tests/160.html: - time increased because on unix 1 mean nothing
9788: :(
9789:
9790: * operators.txt: - added info about ^hash.contain[key]
9791:
9792: * src/classes/hash.C: - added ^hash.contain[key]
9793:
9794: * src/include/pa_hash.h: - added method for checking key exists in
9795: hash
9796:
9797: 2007-05-07 misha
9798:
9799: * src/include/pa_string.h: - was compilation error during build on
9800: freebsd4
9801:
9802: 2007-05-03 misha
9803:
9804: * src/classes/table.C: - option $.type[hash|string|table] was added
9805: for ^table.hash[]
9806:
9807: * src/classes/file.C: - comment removed
9808:
9809: 2007-04-26 misha
9810:
9811: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9812: real files doesn't opened in place anymore
9813:
9814: 2007-04-24 misha
9815:
9816: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9817:
9818: * src/include/pa_exception.h: "static" removed
9819:
9820: 2007-04-23 misha
9821:
9822: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9823:
9824: * src/classes/math.C: added: - ^math:ln(N) (the same as
9825: ^math:log(N)) - ^math:lg(N)
9826:
9827: * tests/: 097.html, results/097.processed: - charsets converstion
9828: during ^file::load[text;http://...] added
9829:
9830: * tests/: 164.html, results/164.processed: - check for set expires
9831: as a date
9832:
9833: * tests/: 164.html, results/164.processed: - test for hashfile
9834:
9835: * src/classes/hashfile.C: - little comment changes
9836:
9837: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9838: access
9839:
9840: * src/: classes/date.C, classes/double.C, classes/file.C,
9841: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9842: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9843: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9844: classes/xnode.h, include/pa_request.h, main/execute.C,
9845: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9846: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9847: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9848: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9849: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9850: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9851: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9852: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9853: "parser.runtime" strings were removed
9854:
9855: * src/classes/hashfile.C: - with .clear[] called files_delete()
9856: now.
9857:
9858: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9859:
9860: * src/include/pa_exception.h: - string constant with
9861: "parser.runtime" text was added
9862:
9863: 2007-04-20 misha
9864:
9865: * operators.txt: - some comments changing
9866:
9867: * operators.txt: - added info about .^hashfile.release[],
9868: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9869:
9870: * configure: =cheching for unsetenv
9871:
9872: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9873: ^hashfile.release[] were added
9874:
9875: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9876: ^string.match[][] understand new option now: return number of
9877: matches but not table wit results
9878:
9879: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9880: reopen now
9881:
9882: * src/classes/op.C: - bug. must be false
9883:
9884: * configure.in: - checking for unsetenv was added
9885:
9886: * src/types/pa_vform.C: - some comments
9887:
9888: 2007-04-18 misha
9889:
9890: * buildall-with-xml: moving to libxml2-2.6.28
9891:
9892: * buildall-with-xml, buildall-without-xml: added commented lines
9893: with --disable-safe-mode option
9894:
9895: * operators.txt: - info about $form:files
9896:
9897: 2007-04-17 misha
9898:
9899: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9900: $form:files was added
9901:
9902: * tests/: 163.html, results/163.processed: removing auto format
9903:
9904: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9905:
9906: 2007-04-16 misha
9907:
9908: * tests/: 163.html, results/163.processed: - test for .int[],
9909: floor, round, ceiling and .format[]
9910:
9911: * src/classes/file.C: - little optimization for getting args in
9912: exec/cgi
9913:
9914: 2007-04-13 misha
9915:
9916: * src/classes/file.C: - arguments for file::exec/cgi can be
9917: specified now as s table with one column
9918:
9919: 2007-03-27 misha
9920:
9921: * tests/: 162.html, results/162.processed: - test for
9922: ^table.select(^condition[$t])
9923:
9924: * tests/results/auto.p: - load windows-1251 charset for some tests
9925:
9926: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9927:
9928: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9929: 161_windows1251.txt: - added test for
9930: ^file::load[text;/local/file.txt;$.charset[...]]
9931:
9932: * tests/: results/013.processed, 013.html: - added test for
9933: checking $._default value while hash modifications
9934:
9935: * tests/: 160.html, results/160.processed: - add test for
9936: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9937:
9938: 2007-03-22 misha
9939:
9940: * src/include/pa_common.h: - "charset" string defined for
9941: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9942:
9943: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9944: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9945: added - not needed transcodes were removed from
9946: ^file::load[...;http://...]
9947:
9948: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9949: added
9950:
9951: * src/classes/date.C: - date.week was fixed
9952:
9953: * operators.txt: - added info about date.weekyear
9954:
9955: * tests/: 159.html, results/159.processed: - tests for date.week
9956: and date.weekyear added
9957:
9958: 2007-03-15 misha
9959:
9960: * src/classes/table.C: - enclose column numbers for nameless tables
9961: as well
9962:
9963: 2007-03-14 misha
9964:
9965: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9966:
9967: * src/classes/table.C: - table.save optimization: now required much
9968: less memory
9969:
9970: 2007-03-13 misha
9971:
9972: * tests/results/: 158.processed, 158.processes: - tests for
9973: table.save/table.load
9974:
9975: * tests/: 158.html, results/158.processes: - tests for
9976: table.save/table.load
9977:
9978: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9979:
9980: * buildall-with-xml: - pattern needed now for building
9981:
9982: * tests/results/097.processed: - added test results for xdoc::load
9983: & xdoc::load[http://...]
9984:
9985: * tests/097.html: - added test for xdoc::load
9986:
9987: 2007-03-12 misha
9988:
9989: * tests/: 107.html, results/107.processed: - added test for xpath
9990: '//man'
9991:
9992: 2007-03-01 misha
9993:
9994: * tests/: 097.html, results/097.processed: - added test for
9995: creating xdoc from file
9996:
9997: * tests/: results/157.processed, 157.html: - added test for
9998: file:move
9999:
10000: 2007-02-28 misha
10001:
10002: * src/classes/xdoc.C: - another attempt
10003:
10004: * src/classes/xdoc.C: - roll back last changes for a while
10005:
10006: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10007:
10008: * src/classes/file.C: - under lock we create non-exist dir anyway
10009:
10010: * tests/results/099.processed: - ever send content-disposition to
10011: client with file
10012:
10013: * tests/157.html: + test for file:copy
10014:
10015: 2007-02-26 misha
10016:
10017: * src/classes/file.C: - some similar strings moved to #define
10018: instead of to be copy/pasted many times
10019:
10020: * src/types/pa_vfile.h: - class name string ("file") moved to
10021: #define
10022:
10023: 2007-02-20 misha
10024:
10025: * configure.in: - added some strings for sqlite detection
10026:
10027: 2007-02-19 misha
10028:
10029: * operators.txt: - some comments changes
10030:
10031: * buildall-with-xml, buildall-without-xml: - some modifications
10032:
10033: 2007-02-17 misha
10034:
10035: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10036:
10037: * src/main/pa_request.C: - damn, i forgot to commit it while I
10038: change console behaviour
10039:
10040: 2007-02-12 misha
10041:
10042: * src/targets/cgi/parser3.C: - don't print headers if
10043: $console:line[data] was used during cgi execution.
10044:
10045: * src/types/pa_vconsole.h: - console class have bool flag now which
10046: marked as 'true' if class was used.
10047:
10048: * tests/: 152.html, results/152.processed: - more types was added
10049: to test 152
10050:
10051: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10052: adding 'bool' (^if($image){} caused exception)
10053:
10054: 2007-02-09 misha
10055:
10056: * tests/: 152.html, results/152.processed: - test alightly updated
10057:
10058: * tests/: 152.html, results/152.processed: - test rewrited
10059:
10060: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10061: bugfix. I broke xdoc & xnode in expression
10062:
10063: 2007-02-08 misha
10064:
10065: * tests/: 152.html, results/152.processed: - add test for checking
10066: 'def' for void, string, bool, int & double
10067:
10068: 2007-02-07 misha
10069:
10070: * operators.txt: - ^file:base64[filespec] was added
10071:
10072: * tests/results/153.processed: - result test for
10073: ^file:base64[filespec] was updated
10074:
10075: * tests/153.html: - test for ^file:base64[filespec] was added
10076:
10077: * src/types/pa_vconsole.h: - little optimization
10078:
10079: * src/classes/file.C: - ^file:base64[filespec]
10080:
10081: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10082:
10083: * src/include/pa_common.h: - declarations for
10084: ^file:base64[filespec]
10085:
10086: * src/types/pa_vcookie.C: - little optimization
10087:
10088: 2007-02-06 misha
10089:
10090: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10091: were temporary commented
10092:
10093: * src/types/pa_vbool.h: - bugfix
10094:
10095: * tests/156.html: - added test for bool cookie
10096:
10097: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10098:
10099: * tests/: 155.html, results/155.processed: - added test for check
10100: $.encloser[] option for table save/load
10101:
10102: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10103:
10104: 2007-02-05 misha
10105:
10106: * tests/results/152.processed: - newline at the end was missed
10107:
10108: * tests/results/141.processed: - math:md5 must be lowercased
10109:
10110: * src/targets/cgi/parser3.C: - 2007 in help ;)
10111:
10112: 2007-02-03 misha
10113:
10114: * tests/results/: 150.processed, 151.processed, 152.processed: -
10115: test for bool added and some content length fixes
10116:
10117: * tests/152.html: - test for bool added
10118:
10119: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10120:
10121: * operators.txt: - info bool class was added
10122:
1.116 moko 10123: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10124: classes/classes.vcproj, classes/double.C, classes/int.C,
10125: classes/string.C, classes/void.C, classes/xnode.C,
10126: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10127: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10128: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10129: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10130: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10131: types/types.vcproj: - bool class was added
10132:
10133: * src/main/pa_request.C: - fix
10134:
10135: 2007-01-18 misha
10136:
10137: * src/: main/pa_string.C, classes/string.C: - return table during
10138: ^string.match[][] even if no matched found.
10139:
10140: 2006-12-20 misha
10141:
10142: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10143: http://www.parser.ru/forum/?id=55598 ]
10144:
10145: 2006-12-19 misha
10146:
10147: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10148: details: http://www.parser.ru/forum/?id=52359
10149:
10150: * src/main/pa_request.C: - always set content-disposition for
10151: $response:body[hash here]. more details:
10152: http://www.parser.ru/forum/?id=52130
10153:
10154: 2006-12-07 misha
10155:
10156: * operators.txt: - added info about bool params in cookie set
10157:
10158: * src/types/pa_vcookie.C: - bool param in cookies available now
10159: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10160: ]
10161:
10162: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10163: was added
10164:
10165: 2006-12-02 misha
10166:
10167: * src/classes/file.C: - file_block_read used instead of native read
10168:
10169: * src/main/pa_common.C: - added file_block_read with read error
10170: detection - file_block_read used instead of native read
10171:
10172: * src/include/pa_common.h: - added file_block_read declaration
10173:
10174: 2006-12-01 misha
10175:
10176: * operators.txt: - info about $var.CLASS_NAME was added
10177:
10178: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10179: $var.CLASS_NAME added
10180:
10181: * operators.txt: - added info about ^file:copy[]
10182:
10183: * src/classes/file.C: - ^file:copy[from;fo] was added
10184:
10185: 2006-11-20 misha
10186:
10187: * src/classes/date.C: - bug fix :)
10188:
10189: 2006-11-17 misha
10190:
10191: * src/include/pa_common.h: - array in crc32 calculation was changed
10192: to static
10193:
10194: * src/main/pa_common.C: - little optimization in getMonthDays -
10195: small changes in crc32 calculation
10196:
10197: * src/classes/date.C: - not needed code was removed
10198:
10199: 2006-11-16 misha
10200:
10201: * src/types/pa_vmail.C: - fix missed brakes
10202:
10203: * src/types/pa_vmail.C: - mail:send now set content-type:
10204: multipart/related instead of multipart/mixed if file have
10205: $.content-id[]
10206:
10207: 2006-11-15 misha
10208:
10209: * src/types/pa_vdouble.h: abs -> fabs
10210:
10211: 2006-11-14 misha
10212:
10213: * operators.txt: - added info about ^file.md5[] and
10214: ^file:md5[file-name]
10215:
10216: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10217: added
10218:
10219: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10220: FILE_BUFFER_SIZE
10221:
10222: * src/classes/math.C: - hex_string was moved to pa_common.h
10223:
10224: * src/include/pa_common.h: - hex_string was moved from math.C -
10225: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10226:
10227: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10228: values was fixed
10229:
10230: 2006-11-13 misha
10231:
10232: * operators.txt: - added info about ^math:crc32[string],
10233: ^file:crc32[file-name] & ^file.crc32[]
10234:
10235: * src/classes/math.C: - added ^math:crc32[string]
10236:
10237: * src/classes/file.C: - some comments were changed - added
10238: ^file:crc32[file-name] and ^file.crc32[]
10239:
10240: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10241: crc32 calculation added
10242:
10243: 2006-11-03 misha
10244:
10245: * src/include/pa_array.h: - not needed variable removed
10246:
10247: * tests/: 150.html, 151.html, results/150.processed,
10248: results/151.processed: - 2 tests were added
10249:
10250: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10251: with $.reverse(1) were fixed
10252:
10253: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10254: query converted to $.charset during ^file::load[http://...]
10255:
10256: 2006-11-02 misha
10257:
10258: * src/include/pa_table.h: ups. forget '=' char
10259:
10260: * src/include/pa_table.h: - one more fix in
10261: .locate[...][$.reverse(1)]
10262:
10263: 2006-11-01 misha
10264:
10265: * src/classes/math.C: - bug fix, details:
10266: http://www.parser.ru/forum/?id=53360
10267:
10268: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10269: false for all records )[$.reverse(1)]
10270:
10271: * src/main/pa_http.C: - second param for this mid method is length
10272: but not end_index so this method has error and can't detect
10273: charsets in next content-types: Content-type: text/html;
10274: charset="windows-1251" Content-type: text/html;
10275: charset="windows-1251"; Content-type: text/html;
10276: charset=windows-1251;
10277:
10278: only Content-type: text/html; charset=windows-1251 was fine
10279:
10280: 2006-10-31 misha
10281:
10282: * src/classes/file.C: - empty args in file::exec removed now
10283:
10284: 2006-09-03 paf
10285:
10286: * src/classes/file.C: proper tainting of
10287: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10288:
10289: 2006-06-09 paf
10290:
10291: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10292:
10293: * src/classes/table.C: formatting
10294:
10295: * src/classes/table.C: incorporated patch from misha: Sent:
10296: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10297: ignoring string options for ^table.save[]
10298:
10299: * src/classes/hash.C: incorporated patch from misha Sent:
10300: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10301: $hash._default disappear while
10302:
10303: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10304: $.format[!uue|!base64] << new base64 option. default uue ] ]
10305:
10306: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10307: PM Subject: patch for base64 in ^mail:send[] %-)
10308:
10309: 2006-04-09 paf
10310:
10311: * src/main/compile.tab.C: ` change compiled
10312:
10313: * gnu.vcproj, operators.txt, parser3.sln,
10314: src/classes/classes.vcproj, src/classes/file.C,
10315: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10316: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10317: src/classes/xnode.C, src/include/pa_array.h,
10318: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10319: src/include/pa_memory.h, src/include/pa_request.h,
10320: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10321: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10322: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10323: src/lib/pcre/pcre_dftables.vcproj,
10324: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10325: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10326: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10327: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10328: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10329: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10330: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10331: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10332: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10333: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10334: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10335: src/types/pa_value.h, src/types/pa_vcookie.C,
10336: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10337: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10338: src/types/pa_vstatus.C, src/types/types.vcproj,
10339: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10340: ^menu, ^hash/hashfile.foreach
10341:
10342: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10343: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10344: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10345: src/classes/xnode.C, src/include/pa_array.h,
10346: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10347: src/include/pa_memory.h, src/include/pa_request.h,
10348: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10349: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10350: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10351: src/lib/pcre/pcre_dftables.vcproj,
10352: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10353: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10354: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10355: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10356: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10357: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10358: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10359: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10360: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10361: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10362: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10363: src/types/pa_value.h, src/types/pa_vcookie.C,
10364: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10365: src/types/pa_vstatus.C, src/types/types.vcproj,
10366: tests/descript.ion: ! switched to VS2005 (projects and
10367: object<info explicitly typed>.for_each(, info)) +
10368: $response:field[] setting void means removing + grammar $name`
10369: name stops now, for mysql `$field` + started ^break[]
10370: ^continue[], in ^for. TODO: to other iterators (while, menu,
10371: foreach) + all log messages += [uri=, method=, cl=]
10372:
10373: * buildall-with-xml: merged . ftp paths update
10374:
10375: * buildall-with-xml: . ftp paths update
10376:
10377: 2006-03-04 paf
10378:
10379: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10380: checks++ [thanks to Igor Zinkovsky for detailed report]
10381:
10382: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10383: Igor Zinkovsky for detailed report]
10384:
10385: 2006-03-01 paf
10386:
10387: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10388: \n to ' ' in
10389:
10390: 2006-02-18 paf
10391:
10392: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10393: \n to ' ' in
10394:
10395: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10396:
10397: 2006-02-03 paf
10398:
10399: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10400: base64
10401:
10402: * src/main/pa_common.C: ! bugfix: decoding from base64
10403:
10404: 2006-01-20 paf
10405:
10406: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10407: economy fix
10408:
10409: * src/classes/: table.C: merged from HEAD ! bugfix
10410: ^table.save[$.encloser-s now handled properly
10411:
10412: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10413: handled properly
10414:
10415: 2006-01-19 paf
10416:
10417: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10418: libgc:USE_MUNMAP activates merging of free memory blocks which
10419: helps a lot in our case: after transform we want
10420: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10421:
10422: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10423: economy fix
10424:
10425: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10426: activates merging of free memory blocks which helps a lot in our
10427: case: after transform we want CORD(main.result)->cstr[big
10428: malloc]->transcode[big malloc]
10429:
10430: 2006-01-17 paf
10431:
10432: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10433: before reading them. got rid of reallocs = became quicker and
10434: less fragmentated
10435:
10436: 2005-12-29 paf
10437:
1.116 moko 10438: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10439: configure, configure.in, src/include/pa_version.h,
10440: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10441: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10442: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10443: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10444: src/lib/ltdl/missing: . merged from 3.2.1
10445:
1.116 moko 10446: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10447: packaged when 'make dist', so do configure companion files in
10448: src/lib/ltdl
10449:
10450: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10451: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10452: missing: . now config_auto.h is created with configure [were
10453: constant]
1.95 moko 10454:
10455: * INSTALL: . references to documentation and some clarification
10456:
10457: * buildall-with-xml, buildall-without-xml: . farawell doc
10458: indication
10459:
1.116 moko 10460: * Makefile.am: . dist+=buildall*
1.95 moko 10461:
10462: 2005-12-28 paf
10463:
10464: * configure: . 3.2.1
10465:
10466: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10467: simplify build process, see INSTALL
10468:
10469: 2005-12-26 paf
10470:
10471: * configure: ver
10472:
10473: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10474: version
10475:
10476: 2005-12-21 paf
10477:
10478: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10479: compiled with bison 1.875b, it reports unexpected token names
10480:
10481: 2005-12-19 paf
10482:
10483: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10484: holds a link to xmlNode to prevent premature gc(xmlNode)
10485:
10486: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10487: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10488: src/main/main.vcproj, src/main/pa_globals.C,
10489: src/targets/cgi/parser3.vcproj,
10490: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10491: configure, configure.in, src/include/pa_version.h: . killing
10492: gdome [what a relief]
10493:
10494: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10495: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10496: run_parser.sh, results/001.processed, results/002.processed,
10497: results/003.processed, results/004.processed,
10498: results/005.processed, results/006.processed,
10499: results/008.processed, results/009.processed,
10500: results/010.processed, results/011.processed,
10501: results/012.processed, results/013.processed,
10502: results/014.processed, results/015.processed,
10503: results/016.processed, results/017.processed,
10504: results/018.processed, results/020.processed,
10505: results/021.processed, results/022.processed,
10506: results/023.processed, results/024.processed,
10507: results/025.processed, results/026.processed,
10508: results/027.processed, results/028.processed,
10509: results/029.processed, results/030.processed,
10510: results/031.processed, results/032.processed,
10511: results/033.processed, results/034.processed,
10512: results/035.processed, results/036.processed,
10513: results/037.processed, results/038.processed,
10514: results/039.processed, results/040.processed,
10515: results/041.processed, results/042.processed,
10516: results/043.processed, results/044.processed,
10517: results/045.processed, results/046.processed,
10518: results/047.processed, results/048.processed,
10519: results/049.processed, results/050.processed,
10520: results/051.processed, results/052.processed,
10521: results/053.processed, results/054.processed,
10522: results/055.processed, results/056.processed,
10523: results/057.processed, results/058.processed,
10524: results/059.processed, results/060.processed,
10525: results/061.processed, results/062.processed,
10526: results/063.processed, results/064.processed,
10527: results/065.processed, results/066.processed,
10528: results/067.processed, results/068.processed,
10529: results/069.processed, results/070.processed,
10530: results/071.processed, results/072.processed,
10531: results/073.processed, results/074.processed,
10532: results/075.processed, results/076.processed,
10533: results/077.processed, results/078.processed,
10534: results/079.processed, results/080.processed,
10535: results/081.processed, results/082.processed,
10536: results/083.processed, results/084.processed,
10537: results/085.processed, results/086.processed,
10538: results/087.processed, results/088.processed,
10539: results/089.processed, results/090.processed,
10540: results/091.processed, results/092.processed,
10541: results/093.processed, results/094.processed,
10542: results/095.processed, results/096.processed,
10543: results/097.processed, results/099.processed,
10544: results/100.processed, results/101.processed,
10545: results/102.processed, results/104.processed,
10546: results/105.processed, results/106.processed,
10547: results/107.processed, results/108.processed,
10548: results/109.processed, results/110.processed,
10549: results/111.processed, results/112.processed,
10550: results/113.processed, results/114.processed,
10551: results/115.processed, results/117.processed,
10552: results/119.processed, results/120.processed,
10553: results/121.processed, results/122.processed,
10554: results/123.processed, results/124.processed,
10555: results/125.processed, results/126.processed,
10556: results/127.processed, results/128.processed,
10557: results/129.processed, results/130.processed,
10558: results/131.processed, results/132.processed,
10559: results/133.processed, results/134.processed,
10560: results/135.processed, results/136.processed,
10561: results/138.processed, results/139.processed,
10562: results/140.processed, results/141.processed,
10563: results/142.processed, results/143.processed,
10564: results/144.processed, results/145.processed,
10565: results/146.processed, results/147.processed,
10566: results/148.processed, results/149.processed, results/auto.p: .
10567: now works if we turn off default auto.p
10568:
1.116 moko 10569: * configure: . makes
1.95 moko 10570:
10571: * src/types/pa_vxnode.C: . less warnings
10572:
10573: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10574: tests/145.html, tests/149.html, tests/descript.ion,
10575: tests/outputs/d.cmd, tests/results/142.processed,
10576: tests/results/143.processed, tests/results/144.processed,
10577: tests/results/145.processed, tests/results/146.processed,
10578: tests/results/147.processed, tests/results/148.processed,
10579: tests/results/149.processed: . removed .nodeValue from all node
10580: types other than 5 (grabbed piece from gdome)
10581:
10582: * tests/: 137.html, results/137.processed: . not handled this case
10583: yet. code does not hang from inserting parent into child,
10584: considering thing minor issue -- nodes are removed from source
10585: anyway, don't know why shold that be an error after all
10586:
10587: * src/targets/cgi/parser3.C: . style
10588:
10589: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10590: xdoc too [were barking "not element"]
10591:
10592: 2005-12-16 paf
10593:
10594: * tests/: 146.html, 147.html, 148.html: . more tests
10595:
10596: * src/classes/xnode.C: . also bark on possible errors
10597:
10598: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10599: props
10600:
10601: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10602: main/compile.y: merged from HEAD ! fixed overoptimized
10603: ^call(false) case. (confused it with ^call[] case)
10604:
10605: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10606: ^call(false) case. (confused it with ^call[] case)
10607:
10608: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10609:
10610: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10611: results/001.processed, results/002.processed,
10612: results/003.processed, results/004.processed,
10613: results/005.processed, results/006.processed,
10614: results/008.processed, results/009.processed,
10615: results/010.processed, results/011.processed,
10616: results/012.processed, results/013.processed,
10617: results/014.processed, results/015.processed,
10618: results/016.processed, results/017.processed,
10619: results/018.processed, results/019.processed,
10620: results/020.processed, results/021.processed,
10621: results/022.processed, results/023.processed,
10622: results/024.processed, results/025.processed,
10623: results/026.processed, results/027.processed,
10624: results/028.processed, results/029.processed,
10625: results/030.processed, results/031.processed,
10626: results/032.processed, results/033.processed,
10627: results/034.processed, results/035.processed,
10628: results/036.processed, results/037.processed,
10629: results/038.processed, results/039.processed,
10630: results/040.processed, results/041.processed,
10631: results/042.processed, results/043.processed,
10632: results/044.processed, results/045.processed,
10633: results/046.processed, results/047.processed,
10634: results/048.processed, results/049.processed,
10635: results/050.processed, results/051.processed,
10636: results/052.processed, results/053.processed,
10637: results/054.processed, results/055.processed,
10638: results/056.processed, results/057.processed,
10639: results/058.processed, results/059.processed,
10640: results/060.processed, results/061.processed,
10641: results/062.processed, results/063.processed,
10642: results/064.processed, results/065.processed,
10643: results/066.processed, results/067.processed,
10644: results/068.processed, results/069.processed,
10645: results/070.processed, results/071.processed,
10646: results/072.processed, results/073.processed,
10647: results/074.processed, results/075.processed,
10648: results/076.processed, results/077.processed,
10649: results/078.processed, results/079.processed,
10650: results/080.processed, results/081.processed,
10651: results/082.processed, results/083.processed,
10652: results/084.processed, results/085.processed,
10653: results/086.processed, results/087.processed,
10654: results/088.processed, results/089.processed,
10655: results/090.processed, results/091.processed,
10656: results/092.processed, results/093.processed,
10657: results/094.processed, results/095.processed,
10658: results/096.processed, results/097.processed,
10659: results/099.processed, results/101.processed,
10660: results/102.processed, results/104.processed,
10661: results/105.processed, results/106.processed,
10662: results/107.processed, results/108.processed,
10663: results/109.processed, results/110.processed,
10664: results/111.processed, results/112.processed,
10665: results/113.processed, results/114.processed,
10666: results/115.processed, results/116.processed,
10667: results/117.processed, results/118.processed,
10668: results/119.processed, results/120.processed,
10669: results/121.processed, results/122.processed,
10670: results/123.processed, results/124.processed,
10671: results/125.processed, results/126.processed,
10672: results/127.processed, results/128.processed,
10673: results/129.processed, results/130.processed,
10674: results/131.processed, results/132.processed,
10675: results/133.processed, results/134.processed,
10676: results/135.processed, results/136.processed,
10677: results/137.processed, results/138.processed,
10678: results/139.processed, results/140.processed,
10679: results/141.processed: . refreshed old tests, made them work
10680: without auto.p (in utf8) . things noted: . gif got encoded
10681: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10682: some strange year)
10683:
10684: * INSTALL: . revived linux libgc fix
10685:
10686: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10687: glib/gdome in INSTALL and patches]
10688:
10689: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10690: include/pa_charset.h, include/pa_config_includes.h,
10691: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10692: include/pa_xml_exception.h, lib/cord/Makefile.am,
10693: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10694: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10695: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10696: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10697: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10698: types/pa_vxnode.h: . started killing gdome
10699:
10700: 2005-12-13 paf
10701:
10702: * src/main/: pa_request.C: merged from HEAD ! when code in
10703: @unhandled_exception thrown another exception, print correct
10704: origin (earlier code in catch of exception inside of
10705: @unhandled_exception grabbed parent_frame(original_exception)
10706: origin and printed it, instead of true origin)
10707:
10708: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10709: another exception, print correct origin (earlier code in catch of
10710: exception inside of @unhandled_exception grabbed
10711: parent_frame(original_exception) origin and printed it, instead
10712: of true origin)
10713:
10714: 2005-12-09 paf
10715:
10716: * INSTALL: . updated INSTALL doc to work around linux stack base
10717: detection problem, due to change in gc6.4 code
10718:
10719: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10720: ignored in ^string.matched :(
10721:
10722: * src/main/pa_string.C: ! regex tainting were ignored in
10723: ^string.matched :(
10724:
10725: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10726: src/include/pa_config_fixed.h, src/include/pa_version.h,
10727: src/main/compile.y, src/main/compile_tools.h,
10728: src/main/pa_charset.C, src/main/pa_common.C,
10729: src/main/pa_globals.C, src/main/pa_string.C,
10730: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10731: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10732:
10733: 2005-12-08 paf
10734:
10735: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10736: 500 chars now handled OK [were wrapped on 500th char according to
10737: rfc, but sendmail failed to unwrap it properly]
10738:
10739: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10740: handled OK [were wrapped on 500th char according to rfc, but
10741: sendmail failed to unwrap it properly]
10742:
10743: * src/targets/isapi/parser3isapi.C: . less warnings
10744:
10745: * src/targets/isapi/parser3isapi.C: . undone some strange change
10746: since 3.1.5
10747:
10748: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10749: link fixes
10750:
10751: * src/: classes/date.C, include/pa_config_fixed.h,
10752: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10753: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10754: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10755:
10756: * src/include/pa_config_fixed.h: . removed outdated string origins
10757: [in current storage scheme there's no place for them. someday we
10758: can add third CORD to store origins and special version of parser
10759: which stores origins there [separate binary]]
10760:
10761: 2005-12-07 paf
10762:
10763: * src/targets/isapi/parser3isapi.C: . now links in release mode
10764:
10765: * src/include/pa_version.h: makefiles
10766:
10767: * src/include/pa_version.h: . not beta
10768:
10769: * configure, configure.in, src/include/pa_version.h: not beta
10770:
10771: 2005-12-06 paf
10772:
10773: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10774: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10775: decided to undo the change ^call[$void] passes void. now it will
10776: pass empty string again.
10777:
10778: * src/main/: compile.tab.C, compile.y: . version readded
10779:
10780: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10781: = ^switch[void] problem
10782:
10783: 2005-12-01 paf
10784:
10785: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10786: caused ^case[string] to be coerced to double since searching
10787: value were not string (it was vvoid)
10788:
10789: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10790: ^case[string] to be coerced to double since searching value were
10791: not string (it was vvoid)
10792:
10793: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10794: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10795:
10796: 2005-11-30 paf
10797:
10798: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10799: win32 must putenv("TZ="), on unix works only putenv("TZ")
10800:
10801: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10802: putenv("TZ="), on unix works only putenv("TZ")
10803:
10804: * INSTALL: . xml libs versions updated
10805:
10806: * src/main/pa_globals.C: //20051130 trying to remove this, author
10807: claims that fixed a lot there // 20040920 for now both
10808: workarounds needed. wait for new libxml/xsl versions
10809:
10810: 2005-11-28 paf
10811:
10812: * src/classes/table.C: merged from HEAD: ! nameless table has
10813: columns==0
10814:
10815: * src/classes/table.C: ! nameless table has columns==0
10816:
10817: * src/main/pa_http.C: merged from HEAD: ! status line check made
10818: earlier [was totally wrong]
10819:
10820: * src/main/pa_http.C: ! status line check made earlier [was totally
10821: wrong]
10822:
10823: 2005-11-25 paf
10824:
10825: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10826: undoing for now...
10827:
10828: * src/include/pa_version.h: -this reduces speed(table::load),
10829: strange. undoing
10830:
10831: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10832:
10833: * src/classes/op.C: + ^while(){}[SEPARATOR]
10834:
10835: * src/include/pa_array.h: + optimistics added: all arrays (table
10836: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10837: this speeds things up and saves memory a LOT! (not noticed
10838: negative effect on syntetic tests, future will tell...)
10839:
10840: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10841: changed gc_malloc implementation, which obscured profiling
10842:
10843: * src/classes/table.C: merged from HEAD: + optimized
10844: table::load/sql, now row ArrayString-s allocated with
10845: columns.count() elements and don't always grow from
10846: count=3[realloc,realloc]
10847:
10848: * src/classes/table.C: + optimized table::load/sql, now row
10849: ArrayString-s allocated with columns.count() elements and don't
10850: always grow from count=3[realloc,realloc]
10851:
10852: * src/classes/table.C: merged from HEAD: . ^table.save unused
10853: buffer after save
10854:
10855: * src/classes/table.C: . ^table.save unused buffer after save
10856:
10857: 2005-11-24 paf
10858:
10859: * configure.in: . merged glib2-config patch
10860:
10861: * configure.in: + trying to find glib2-config
10862:
10863: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10864: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10865: file/dir_readable to simple file/dir_exist, this would help in
10866: situations "class not found because .p file has bad rights" << in
10867: that case error would be explicit "access denied to 'this' file"
10868:
1.116 moko 10869: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10870:
10871: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10872: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10873: to simple file/dir_exist, this would help in situations "class
10874: not found because .p file has bad rights" << in that case error
10875: would be explicit "access denied to 'this' file"
10876:
10877: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10878: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10879: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10880: ^file::exec/cgi[script;$.charset[changed]
10881: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10882: encoded in $.charset charset
10883:
10884: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10885: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10886: encoded in $.charset charset
10887:
10888: * src/: include/Makefile.am, include/pa_common.h,
10889: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10890: main/pa_common.C, main/pa_http.C: . extracted http:// into
10891: separate file [preparation for
10892: ^file::cgi[script;$.form[$.field1[]
10893:
10894: 2005-11-22 paf
10895:
10896: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10897:
10898: * acinclude.m4, configure.in: . merged underquting fixes
10899:
1.116 moko 10900: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10901:
10902: * src/classes/op.C: . overmerged a little
10903:
10904: * src/main/compile.tab.C: Makefile
10905:
10906: * src/main/: pa_common.C: . less gcc warnings
10907:
10908: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10909: now reports original exception if we have no old cache
10910:
10911: * src/classes/op.C: + $exception.handled[cache] now reports
10912: original exception if we have no old cache
10913:
10914: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10915: from HEAD: + ^taint/untaint[regex] << escapes these:
10916: \^$.[]|()?*+{}
10917:
10918: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10919: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10920:
10921: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10922: getenv-ed variable, which does not work both on win32&unix.
10923: copied old TZ value now
10924:
10925: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10926: stored pointer to getenv-ed variable, which does not work both on
10927: win32&unix. copied old TZ value now
10928:
10929: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10930: getenv-ed variable, which does not work both on win32&unix.
10931: copied old TZ value now
10932:
10933: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10934: access to internal hash
10935:
10936: * src/types/pa_vresponse.C: + $response:headers access to internal
10937: hash
10938:
10939: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10940: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10941: isapi] this reduces number of "GC Warning: Repeated allocation of
10942: very large block" messages to only important onces
10943:
10944: * src/targets/isapi/parser3isapi.C: +
10945: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10946: isapi] this reduces number of "GC Warning: Repeated allocation of
10947: very large block" messages to only important onces
10948:
10949: * src/classes/string.C: merged from HEAD: + removed limitation on
10950: ^string/int/double:sql{}[$.default[({param style})] ]
10951:
10952: * src/classes/string.C: + removed limitation on
10953: ^string/int/double:sql{}[$.default[({param style})] ]
10954:
10955: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10956: with ?params or $.form option" limitation
10957:
10958: * src/main/pa_common.C: + removed "use either uri with ?params or
10959: $.form option" limitation
10960:
10961: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10962: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10963: ^file::base64[encoded] decode
10964:
10965: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10966: main/pa_common.C: + ^file.base64[] encode +
10967: ^file::base64[encoded] decode
10968:
10969: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10970: ^string:base64[encoded] decode
10971:
10972: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10973: ^string:base64[in] encode + ^string.base64[] decode
10974:
10975: 2005-11-21 paf
10976:
10977: * src/classes/file.C: + merged from HEAD:
10978: ^file::create[text;file.xml;^untaint[xml]{data}]
10979:
10980: * src/classes/file.C: +
10981: ^file::create[text;file.xml;^untaint[xml]{data}]
10982:
10983: * src/main/pa_request.C: ! merged: $response:body[file] now
10984: differes from :download, it does not return content-disposition
10985: at all now [previusely it returned valueless content-disposition]
10986:
10987: * src/main/pa_request.C: ! $response:body[file] now differes from
10988: :download, it does not return content-disposition at all now
10989: [previusely it returned valueless content-disposition]
10990:
10991: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10992: literals, reverted to just vvod, recreating empty array with each
10993: void_value token. that's absolutely needed, since that array
10994: grows
10995:
10996: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10997: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10998: types/pa_vmethod_frame.h: + merged: expression literals:
10999: true/false. ^format[$.indent(true)]
11000:
11001: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11002: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11003: types/pa_vmethod_frame.h: + expression literals: true/false.
11004: ^format[$.indent(true)]
11005:
11006: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11007: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11008: i386-pc-win32)"
11009:
11010: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11011: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11012: i386-pc-win32)"
11013:
11014: 2005-11-18 paf
11015:
11016: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11017: null}[$.default(123)] will now return default value
11018:
11019: * src/classes/op.C: + merged ^cache[] << returns current cache
11020: expiration time
11021:
11022: * src/classes/op.C: + ^cache[] << returns current cache expiration
11023: time
11024:
11025: * src/classes/table.C: ! merged ^table::create[not'nameless';
11026: failed << Exception.problem_source pointed to local var!
11027:
11028: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11029: Exception.problem_source pointed to local var!
11030:
11031: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11032: now loads VFile.ptr!=0, so such files can be saved now
11033:
11034: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11035: loads VFile.ptr!=0, so such files can be saved now
11036:
11037: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11038: only . and .. now removed from list [were removed all .*]
11039:
11040: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11041: .. now removed from list [were removed all .*]
11042:
11043: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11044: open error now checked, were not :( [stole that piece from apache
11045: 1.3 sources]
11046:
11047: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11048: checked, were not :( [stole that piece from apache 1.3 sources]
11049:
11050: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11051: untainting of @main result if returned by $result or
11052: $response:body
11053:
11054: * src/main/pa_request.C: ! ensured proper untainting of @main
11055: result if returned by $result or $response:body
11056:
11057: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11058: issue: now tries to guess content-length and allocates one big
11059: piece if possible [regretfully gc_realloc works as malloc+free,
11060: leaving lots of holes behind]
11061:
11062: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11063: fixed file load memory issue: now tries to guess content-length
11064: and allocates one big piece if possible [regretfully gc_realloc
11065: works as malloc+free, leaving lots of holes behind]
11066:
11067: 2005-11-16 paf
11068:
11069: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11070: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11071: table::save with enclosers now doubles them: "->"" !
11072: table::save/load do not remove elements from options hash
11073:
11074: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11075: [were overoptimized ^if(double_literal), compiler confused
11076: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11077:
11078: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11079: [were overoptimized ^if(double_literal), compiler confused
11080: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11081:
11082: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11083: main/pa_common.C: ! table::save with enclosers now doubles them:
11084: "->"" ! table::save/load do not remove elements from options hash
11085:
11086: 2005-11-03 paf
11087:
1.116 moko 11088: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11089: compilation, not all makefiles liked that
1.95 moko 11090:
11091: 2005-08-30 paf
11092:
11093: * src/classes/op.C: merge . speedup check of [DEFAULT]
11094:
11095: * src/classes/op.C: . speedup check of [DEFAULT]
11096:
11097: 2005-08-26 paf
11098:
11099: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11100:
11101: * src/: classes/date.C, types/pa_vdate.h: + date.week
11102:
11103: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11104: complains about bad!=nameless
11105:
11106: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11107: about bad!=nameless
11108:
11109: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11110: optional options were allowed to be empty. were checked
11111: if(is_string), changed to !defined||is_string to allow void
11112:
11113: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11114: classes/string.C, classes/table.C, classes/void.C: ! optional
11115: options were allowed to be empty. were checked if(is_string),
11116: changed to !defined||is_string to allow void
11117:
11118: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11119: as_junction where they needed as_int/double, so failed with
11120: recent "(const) now no junction" optimization
11121:
11122: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11123: merged ! many classes/* used as_junction where they needed
11124: as_int/double, so failed with recent "(const) now no junction"
11125: optimization
11126:
11127: * src/: classes/double.C, classes/int.C, classes/math.C,
11128: classes/op.C, classes/string.C, classes/table.C,
11129: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11130: used as_junction where they needed as_int/double, so failed with
11131: recent "(const) now no junction" optimization
11132:
11133: 2005-08-24 paf
11134:
11135: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11136: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11137: stripped it
11138:
11139: 2005-08-09 paf
11140:
11141: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11142: not cleared
11143:
11144: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11145: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11146: classes/hashfile.C, classes/image.C, classes/int.C,
11147: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11148: classes/response.C, classes/string.C, classes/table.C,
11149: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11150: include/pa_array.h, include/pa_cache_managers.h,
11151: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11152: include/pa_config_fixed.h, include/pa_config_includes.h,
11153: include/pa_dictionary.h, include/pa_dir.h,
11154: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11155: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11156: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11157: include/pa_request_charsets.h, include/pa_request_info.h,
11158: include/pa_sapi.h, include/pa_socks.h,
11159: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11160: include/pa_stack.h, include/pa_string.h,
11161: include/pa_stylesheet_connection.h,
11162: include/pa_stylesheet_manager.h, include/pa_table.h,
11163: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11164: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11165: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11166: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11167: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11168: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11169: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11170: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11171: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11172: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11173: main/pa_sql_driver_manager.C, main/pa_string.C,
11174: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11175: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11176: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11177: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11178: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11179: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11180: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11181: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11182: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11183: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11184: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11185: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11186: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11187: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11188: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11189: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11190: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11191: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11192: types/pa_vresponse.C, types/pa_vresponse.h,
11193: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11194: types/pa_vstateless_object.h, types/pa_vstatus.C,
11195: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11196: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11197: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11198: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11199: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11200:
11201: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11202: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11203: speedup consequent checks in vmethod_frame
11204:
11205: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11206: not cleared
11207:
11208: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11209: params: 50 max (were 10)
11210:
11211: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11212: params: 50 max (were 10)
11213:
11214: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11215: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11216: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11217: empty string) ! simplified (double) speedup consequent checks in
11218: vmethod_frame
11219:
11220: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11221: optimized constants in expressions vstring->vdouble + optimized
11222: ^call(vdouble), no junction creation, no calls later
11223:
11224: 2005-08-08 paf
11225:
11226: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11227: compile_tools.h: merged + optimized constants in expressions
11228: vstring->vdouble + optimized ^call(vdouble), no junction
11229: creation, no calls later
11230:
11231: * src/types/pa_vdouble.h: merged . double values without fractional
11232: part now default printed as %.0f instead of %g
11233:
11234: * src/types/pa_vdouble.h: . double values without fractional part
11235: now default printed as %.0f instead of %g
11236:
11237: * src/classes/hashfile.C: . merged ! second hashfile::open would
11238: cause an exception
11239:
11240: * src/classes/hashfile.C: ! second hashfile::open would cause an
11241: exception
11242:
11243: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11244: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11245: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11246: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11247: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11248: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11249: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11250: types/pa_vresponse.h, types/pa_vstateless_class.C,
11251: types/pa_vstateless_object.h, types/pa_vvoid.h,
11252: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11253: merged VJunction(new Junction) optimization from 3.1.4
11254:
11255: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11256: types/pa_vstateless_class.C: + optimized new VJunction(new
11257: Junction(params)) to new VJunction(params), thousands of mallocs
11258: removed
11259:
11260: 2005-08-05 paf
11261:
11262: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11263: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11264: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11265: creation, no calls later
11266:
11267: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11268: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11269: classes/hashfile.C, classes/image.C, classes/int.C,
11270: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11271: classes/response.C, classes/string.C, classes/table.C,
11272: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11273: include/pa_array.h, include/pa_cache_managers.h,
11274: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11275: include/pa_config_fixed.h, include/pa_config_includes.h,
11276: include/pa_dictionary.h, include/pa_dir.h,
11277: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11278: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11279: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11280: include/pa_request_charsets.h, include/pa_request_info.h,
11281: include/pa_sapi.h, include/pa_socks.h,
11282: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11283: include/pa_stack.h, include/pa_string.h,
11284: include/pa_stylesheet_connection.h,
11285: include/pa_stylesheet_manager.h, include/pa_table.h,
11286: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11287: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11288: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11289: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11290: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11291: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11292: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11293: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11294: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11295: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11296: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11297: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11298: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11299: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11300: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11301: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11302: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11303: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11304: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11305: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11306: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11307: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11308: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11309: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11310: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11311: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11312: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11313: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11314: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11315: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11316: types/pa_vstateless_object.h, types/pa_vstatus.C,
11317: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11318: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11319: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11320: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11321: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11322:
11323: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11324: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11325: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11326: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11327: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11328: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11329: optimized constants in expressions vstring->vdouble
11330:
11331: 2005-07-29 paf
11332:
11333: * src/types/pa_vclass.C: . shaped up error messages a bit
11334:
11335: * src/types/pa_vclass.C: + property getter can now be overridden
11336:
11337: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11338: bug fix: static parent fields were not replaced in case
11339: $derived:field[put] + property setter can now be overridden
11340:
11341: 2005-07-28 paf
11342:
11343: * configure, configure.in, src/classes/classes.h,
11344: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11345: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11346: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11347: src/classes/xnode.h, src/include/pa_hash.h,
11348: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11349: src/types/Makefile.am, src/types/pa_method.h,
11350: src/types/pa_value.h, src/types/pa_vclass.C,
11351: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11352: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11353: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11354: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11355: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11356: src/types/pa_vobject.C, src/types/pa_vobject.h,
11357: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11358: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11359: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11360: src/types/pa_vstateless_class.h,
1.95 moko 11361: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11362: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11363: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11364: dynamic_fields_join
11365:
11366: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11367: classes/xnode.C, include/pa_hash.h, main/execute.C,
11368: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11369: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11370: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11371: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11372: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11373: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11374: types/pa_vresponse.h, types/pa_vstateless_object.h,
11375: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11376: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11377: restored its checks in vobject.put_element->static fields |
11378: dynamic properties
11379:
11380: 2005-07-27 paf
11381:
11382: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11383: is some old code containing @set_name $name
11384:
11385: * src/types/pa_vobject.h: . fixed warning
11386:
11387: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11388: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11389:
11390: * src/: classes/xnode.C, include/pa_hash.h,
11391: types/pa_vstateless_class.C: ! new asserts were all false.
11392: regretfully reverted them all to checks
11393:
11394: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11395: classes/op.C, main/execute.C, types/pa_method.h,
11396: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11397: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11398: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11399: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11400: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11401: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11402: types/pa_vstateless_object.h, types/pa_vvoid.h,
11403: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11404: joined_dynamic_fields: removed unused param from put_method
11405: (returned to 3 params)
11406:
11407: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11408: joined_dynamic_fields: dynamic get/set works with overriding
11409: props [alpha2]
11410:
11411: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11412: works [alfa]
11413:
11414: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11415: classes/op.C, include/pa_hash.h, main/execute.C,
11416: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11417: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11418: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11419: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11420: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11421: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11422: types/pa_vresponse.h, types/pa_vstateless_class.C,
11423: types/pa_vstateless_object.h, types/pa_vvoid.h,
11424: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11425: joined_dynamic_fields: just compiled
11426:
11427: * src/: classes/date.C, classes/file.C, classes/hash.C,
11428: classes/hashfile.C, classes/image.C, classes/table.C,
11429: classes/xdoc.C, classes/xnode.h, main/execute.C,
11430: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11431: types/pa_vstateless_class.h: joined_dynamic_fields: started
11432:
11433: * src/types/pa_vobject.C: . object setters [only started, does not
11434: work yet]
11435:
11436: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11437: object setters [only started, does not work yet]
11438:
11439: 2005-07-26 paf
11440:
11441: * src/: include/pa_request.h, main/execute.C: . properties: set
11442: works [alpha2]. for classes. todo: for objects
11443:
11444: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11445: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11446: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11447: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11448: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11449: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11450: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11451: types/pa_vstateless_object.h, types/pa_vvoid.h,
11452: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11453: properties: set works [alpha1]
11454:
11455: 2005-07-25 paf
11456:
11457: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11458: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11459: properties: started, get works [alpha1, other approach]
11460:
11461: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11462: properties: started, get works [alpha2]
11463:
11464: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11465: pa_vstateless_class.h: . properties: started, get works [alpha]
11466:
11467: 2005-07-15 paf
11468:
11469: * src/: classes/classes.h, classes/op.C, main/execute.C,
11470: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11471: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11472: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11473: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11474: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11475: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11476: types/pa_vresponse.C, types/pa_vresponse.h,
11477: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11478: types/pa_vstateless_object.h, types/pa_vvoid.h,
11479: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11480: types/pa_wwrapper.h, types/types.vcproj: + started property
11481: [getters work but think of changing them too to precaching]
11482:
11483: 2005-07-08 paf
11484:
11485: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11486: gpf
11487:
11488: 2005-06-28 paf
11489:
11490: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11491: in passing empty strings to file::exec/cgi environment
11492:
11493: 2005-06-06 paf
11494:
11495: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11496: ^table:sql ^hash:sql now DO process $.bind option
11497:
11498: 2005-05-24 paf
11499:
11500: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11501: $.limit] now work again [support was broken in 3.1.4]
11502:
11503: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11504: ALL_INTERIOR_POINTERS
11505:
11506: 2005-05-12 paf
11507:
11508: * configure: 3.1.5beta
11509:
11510: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11511:
11512: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11513: $.limit] now work again [support was broken in 3.1.4]
11514:
11515: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11516: line-width [was refusing to fill if line-width >1, thanks to
11517: Seras <seras@pinxit.lt> for repro case
11518:
11519: 2005-04-25 paf
11520:
11521: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11522: correctly
11523:
11524: 2005-04-19 paf
11525:
11526: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11527: in VString violating invariant!!
11528:
11529: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11530: getenv("TZ")==null
11531:
11532: 2005-04-08 paf
11533:
11534: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11535: bugfix: when there is no char in charset one byte produces 6
11536: (ÿ <<max). increased buffer size!
11537:
11538: 2005-03-23 paf
11539:
11540: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11541: ^date.sql-string now takes TZ into account
11542:
11543: 2005-03-16 paf
11544:
11545: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11546: gcc 3.4
11547:
11548: * src/types/pa_vhash.C: . warning about eof eol
11549:
11550: 2005-02-17 paf
11551:
11552: * operators.txt, src/classes/op.C: + operator ^sleep(double
11553: seconds)
11554:
11555: 2005-02-02 paf
11556:
11557: * src/classes/xnode.C: beauty: removed needless includes
11558:
11559: 2005-01-31 paf
11560:
11561: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11562: $.partNoNumber now alias to $.part1
11563:
11564: * src/types/pa_vmail.C: change: incoming letter part contains
11565: "content-disposition" header with any value? now considering that
11566: part to be "file#" [for text/plain text/html were $.text#
11567: $.html#]
11568:
11569: * INSTALL: updatet to latest working versions available
11570:
11571: 2005-01-20 paf
11572:
11573: * configure.in, src/include/pa_version.h: version
11574:
11575: 2005-01-19 paf
11576:
1.116 moko 11577: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11578: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11579: couple warnings in parser3.C
1.95 moko 11580:
11581: 2004-12-23 paf
11582:
11583: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11584:
11585: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11586: dir to directory of script (when shbang used), not to directory
11587: of its interpreter
11588:
11589: * src/include/pa_version.h: compiled on win32...
11590:
11591: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11592: we need more hspace
11593:
11594: * configure, configure.in, src/include/pa_version.h: configured
11595: host to pa_version. will be displayed everywhere
11596:
11597: * src/main/pa_request.C: new: @unhandled_exception can prevent
11598: exception from being logged by setting $exception.handled(1)
11599:
11600: * operators.txt, src/classes/file.C: change:
11601: ^file::sql{query}[[options]] options: $.name[file name]
11602: $.content-type[application/what]
11603:
11604: * src/: include/pa_common.h, main/pa_common.C,
11605: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11606: new file
11607:
11608: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11609: bugfix: table->hash now regards _default
11610:
11611: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11612: created by accessing $name_of_method it acquired bad self=closest
11613: methodframe; instead of proper self (current class)
11614:
11615: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11616: hashfile produced bad cord
11617:
11618: 2004-12-10 paf
11619:
11620: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11621: subsequent failures though defined in .h
11622:
11623: * src/main/pa_common.C: comment on volatile
11624:
11625: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11626: alarm function were not used since the beginning due to stupid
11627: error [setsigjmp were not checked in configure.in]
11628:
11629: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11630: unix too
11631:
11632: * src/main/pa_common.C: http: exception status of send/recv errors
11633: change to most probable http.timeout
11634:
11635: * src/main/pa_common.C: win32: http connection $.timeout option now
11636: works [setsockopt on send/receive]
11637:
11638: 2004-12-08 paf
11639:
11640: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11641: cstr-ed knowing mail charset, and untainting uri lang now knows
11642: proper charset
11643:
11644: 2004-11-24 paf
11645:
11646: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11647:
11648: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11649: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11650:
11651: 2004-11-12 paf
11652:
11653: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11654: [since 3.0.4]
11655:
11656: 2004-11-09 paf
11657:
11658: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11659: writes basics to c:\parser3.log
11660:
11661: 2004-10-21 paf
11662:
11663: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11664: tainted strings [were returning clean onces]
11665:
11666: 2004-10-15 paf
11667:
11668: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11669: cycles(i=1; i=2), which was wrong, now does ONE
11670:
11671: 2004-10-12 paf
11672:
11673: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11674:
11675: 2004-10-07 paf
11676:
11677: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11678: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11679: release asserts
11680:
11681: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11682: String.dump() to stdout in detailed form [were String.v() in
11683: short form]
11684:
11685: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11686: \t\r\n as @#| and truncates long char sequences less
11687:
11688: 2004-10-06 paf
11689:
11690: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11691: win32 beauty: socket errors properly decoded
11692:
11693: 2004-10-05 paf
11694:
11695: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11696: request::configure_user/admin done always, even if no
11697: file-to-process useful in @unhandled_exception [say, if they
11698: would want to mail by SMTP something]
11699:
11700: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11701: now performed prior to file loading [and @auto executing] thus
11702: making $cookie:value available in @auto and in
11703: @unhandled_exception when IIS is configured to run interpreter
11704: even if no file exist
11705:
11706: 2004-09-20 paf
11707:
11708: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11709: somewhere where it should have called xmlMalloc and it calls
11710: xmlFree when it should have not called it. inserted two
11711: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11712: xmlFree just ignored. put away a testcase, maybe someday libxml
11713: author would fix all that. until that day: we have SLOW garbage
11714: collecting when many xml objects are alive hint: do
11715: ^memory:compact[] before xdoc::create
11716:
11717: 2004-09-17 paf
11718:
11719: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11720: error from 3.0.8 version]
11721:
11722: 2004-09-14 paf
11723:
11724: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11725: part bugfix: hashfile.foreach iterated only part if hashfile were
11726: modified inside
11727:
11728: 2004-09-13 paf
11729:
11730: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11731: [were as octal]
11732:
11733: * src/types/pa_vhashfile.C: beauty: not reproduced
11734: $hashfile.key[$novalue] bug [reported by motorin], inserted
11735: safety-check
11736:
11737: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11738: [not something obscure from sdbm lib]
11739:
11740: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11741: = strerror now returnes something and we can properly report that
11742: to client
11743:
11744: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11745: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11746:
11747: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11748: [tainted as-is] this helps //[space][newline] to remain as-is and
11749: not be unnecessary optimized away [ruining javascript]
11750:
11751: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11752: [tainted as-is]
11753:
11754: * src/classes/mail.C: bugfix: typo error
11755:
11756: 2004-09-09 paf
11757:
11758: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11759: separators bugfix: loads header with endings \r\n\r\n and \n\n
11760: (bloody yandex.server)
11761:
11762: 2004-09-06 paf
11763:
11764: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11765: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11766: encoded
11767:
11768: 2004-09-01 paf
11769:
11770: * src/types/pa_vmail.C: change: multipart/mixed changed to
11771: multipart/related outlook express have no problems showing
11772: unrelated attachments. todo: someday figure out a way of
11773: multipart/mixed multipart/related text/html
11774: image/xxx application/octet-stream << true attachments
11775:
11776: * src/types/pa_vmail.C: new:
11777: ^mail:send[$.file[$.content-disposition can be overriden new:
11778: empty mail header fields removed from letter
11779:
11780: * src/: classes/mail.C, include/pa_config_fixed.h,
11781: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11782: ^mail:send[ $.file[ $.any[header]
11783:
11784: 2004-08-30 paf
11785:
11786: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11787: warnings
11788:
11789: * src/main/pa_common.C: beauty: do not bother with charset
11790: detection when ^file::load[binary
11791:
11792: 2004-08-27 paf
11793:
11794: * src/main/pa_common.C: hack: for yandex.server http server
11795:
11796: 2004-08-18 paf
11797:
11798: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11799: possibly-chunked response
11800:
11801: 2004-08-17 paf
11802:
11803: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11804: $f.content-type now = that of http response
11805:
11806: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11807: $f.content-type now = that of http response
11808:
11809: 2004-07-30 paf
11810:
11811: * src/: include/pa_request.h, main/pa_request.C,
11812: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11813: win32: system&parser exceptions in release mode reported properly
11814: parser exception in exception handler WERE mistakenly reported as
11815: system exception, without details [in apache & isapi] +some
11816: beauty in exception text
11817:
11818: * src/: include/pa_exception.h, main/pa_request.C,
11819: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11820: release mode reported properly parser exception in exception
11821: handler WERE mistakenly reported as system exception, without
11822: details
11823:
11824: * src/main/execute.C: beauty: simplified system exception handling
11825:
11826: 2004-07-29 paf
11827:
11828: * src/classes/table.C: bugfix:
11829: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11830: were ignored, and \t used unconditionally]
11831:
11832: * src/types/Makefile.am: added vhash.c
11833:
11834: 2004-07-28 paf
11835:
11836: * src/: classes/date.C, classes/image.C, classes/math.C,
11837: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11838: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11839: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11840: failed on russian letters
11841:
11842: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11843: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11844: letters
11845:
11846: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11847: as 'currentDirectory' parameter to CreateProcess
11848:
11849: 2004-07-27 paf
11850:
11851: * src/targets/cgi/parser3.vcproj: beauty: win32:
11852: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11853: from release somewhere [to help searching for unhandled system
11854: exceptions]
11855:
11856: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11857: TZ shift
11858:
11859: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11860: but also in ctor
11861:
11862: 2004-07-26 paf
11863:
11864: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11865: src/main/pa_request.C, src/types/pa_vfile.h,
11866: src/types/pa_vhash.C, src/types/pa_vhash.h,
11867: src/types/types.vcproj: new: $response:body/download[
11868: $.file[name on disk] $.name[of file for user]
11869: $.mdate[date of last-modified. default from directory] ]
11870:
11871: * src/classes/file.C: moving file:send somewhere else..
11872:
11873: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11874: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11875: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11876: $response:download[ $.filename[filename] $.option[] ,, ]
11877:
11878: * src/classes/file.C: beauty: invalid mode thoroughly reported
11879:
11880: 2004-07-21 paf
11881:
11882: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11883: to several lines
11884:
11885: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11886:
11887: note: ms outlook[!express] shows only first 255 characters of
11888: subject
11889:
11890: 2004-07-15 paf
11891:
11892: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11893: off]
11894:
11895: 2004-07-14 paf
11896:
11897: * src/classes/table.C: bugfix: $.bind values now got untainted
11898: according to lang [were: as-is]
11899:
11900: 2004-07-07 paf
11901:
11902: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11903: checked that
11904:
11905: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11906: now untainted according to their languages. were: as-is.
11907: EVERYWHERE
11908:
11909: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11910: environment string now untainted according to their languages.
11911: were: as-is. EVERYWHERE
11912:
11913: * src/main/pa_exec.C: bufix: on unix environment string now
11914: untainted according to their languages. were: as-is. on win32:
11915: ok
11916:
11917: * parser3.vssscc: ...would not go unnoticed
11918:
11919: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11920: fails. in case on input appears nonutf, those bytes will be
11921: printed in %HH form. that can be easily decoded/recovered.
11922:
11923: this form is quite noticable, and hopefully would not go noticed
11924:
11925: 2004-07-06 paf
11926:
11927: * src/main/pa_exec.C: bufix: on unix environment string now
11928: untainted according to their languages. were: as-is. on win32:
11929: ok
11930:
11931: 2004-07-01 paf
11932:
11933: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11934: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11935: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11936: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11937: main/main.vcproj, targets/cgi/parser3.vcproj,
11938: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11939: option: global optimization ON
11940:
11941: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11942: to do xdoc::create{invalid chars} standard disables chars less
11943: then \x20, except tab, cr, lf.
11944:
11945: changed tainting so that those become '!'
11946:
11947: 2004-06-25 paf
11948:
11949: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11950: int on odd address [prev bugfix failed due to superwize
11951: optimizer, which turned memcpy into same 'ld' asm command]
11952:
11953: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11954: int on odd address
11955:
11956: 2004-06-22 paf
11957:
11958: * src/sql/pa_sql_driver.h: note: about possible optimization
11959:
11960: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11961: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11962: src/include/pa_config_includes.h: new: ^void:sql{call
11963: paf(:a)}[ $.bind[ $.a[2]
11964: ] ] output variables work. todo: check in out
11965: variables
11966:
11967: 2004-06-18 paf
11968:
11969: * src/: classes/file.C, classes/hash.C, classes/string.C,
11970: classes/table.C, classes/void.C, include/pa_globals.h,
11971: include/pa_sql_connection.h, main/compile.tab.C,
11972: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11973: $.bind[ $.a[2] ]
11974: ] input variables work. todo:output
11975:
11976: * src/targets/cgi/parser3.C: bugfix: iis specific
11977: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11978: /_bug.html?404;http://hpsv/test/
11979: --------------------------------------------------------------------------------
11980: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11981: --------------------------------------------------------------------------------
11982: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11983:
11984: 2004-06-16 paf
11985:
11986: * src/targets/cgi/parser3.C: new: iis specific
11987: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11988: $request:query
11989: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11990: $form:fields IIS-STATUS="404"
11991: IIS-DOCUMENT="http://server/_bug.html" f="v"
11992:
11993: todo: isapi too
11994:
11995: 2004-05-26 paf
11996:
11997: * src/include/pa_version.h: 3.1.3
11998:
11999: * operators.txt: beauty: removed outdated level 'table'
12000:
12001: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12002:
12003: * src/main/pa_string.C: beauty: removed 3 warnings
12004:
12005: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12006: classes/op.C: beauty: removed outdated level 'table'
12007:
12008: 2004-05-25 paf
12009:
12010: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12011: implementation. mistery: how anything worked
12012:
12013: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12014: changed, it is now safe to use url if pointers to it are stored
12015: to gc mem
12016:
12017: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12018: unknown errors reported and not cause SIGSEGV now
12019:
12020: 2004-05-24 paf
12021:
12022: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12023: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12024: less memory: CORD_chars_block originally intended to ... it was
12025: good that CORD_chars_block were not used: it consumes more memory
12026: [and, might be slow too] undoing that. [and removed that func so
12027: that it would not confuse parser developer in future]
12028:
12029: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12030: less memory: CORD_chars_block originally intended to
12031: speedup/reduce mem usage were forgotten, and were used stupid
12032: CORD_chars
12033:
12034: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12035:
12036: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12037: BIGENDIAN processors space-conserving mech failed, causing
12038: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12039: (1|2|3));
12040:
12041: 2004-05-14 paf
12042:
12043: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12044: bugfix: void now has vfile value, and $response:body[] works OK
12045:
12046: 2004-05-12 paf
12047:
12048: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12049: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12050: sources to use is_defined() {return as_bool();} along VBool
12051:
12052: 2004-05-11 paf
12053:
12054: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12055: referencing to local objects
12056:
12057: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12058: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12059: left intact
12060:
12061: 2004-04-15 paf
12062:
12063: * src/classes/date.C: merged: beauty: unused var removed
12064:
12065: * src/classes/date.C: beauty: unused var removed
12066:
12067: * src/include/: pa_exec.h: bugfix: interface without pointer
12068: provoked bug
12069:
12070: 2004-04-09 paf
12071:
12072: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12073:
12074: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12075:
12076: 2004-04-08 paf
12077:
12078: * src/classes/date.C: new: ^date::create[y-m-d
12079: h-M-s>>.milliseconds<<] now allowed, ignored so far
12080:
12081: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12082:
12083: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12084: to consult default catalog [usually, that file belongs to other
12085: user/group]
12086:
12087: 2004-04-06 paf
12088:
12089: * src/main/pa_common.C: beauty: gcc warning removed
12090:
12091: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12092: accept that trick, trying other
12093:
12094: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12095: explicit result problem
12096:
12097: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12098: explicit result problem
12099:
12100: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12101: explicit result problem
12102:
12103: * operators.txt, src/classes/string.C: new: ^string.append[string]
12104:
12105: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12106: main/execute.C: attempt_check_call_in_explicit_result_mode:
12107: failed
12108:
12109: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12110: http://i.p.a.ddress gethostbyaddr added [on some platforms
12111: gethostbyname failed with such 'domains'] now checked properly,
12112: were: needless reverse/forward dns lookup
12113:
12114: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12115: http://i.p.a.ddress gethostbyaddr added [on some platforms
12116: gethostbyname failed with such 'domains'] now checked properly,
12117: were: needless reverse/forward dns lookup
12118:
12119: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12120: @method[][result] means "no string output here" moved to lexical
12121: level [on grammar level it were too difficult]
12122:
12123: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12124: src/main/compile.y, src/main/compile_tools.h,
12125: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12126: @method[][result] means "no string output here", implemented part
12127: of that idea: compiler throws away string literal generation
12128: code. and barks nonwhitespace chars
12129:
12130: * operators.txt: truth: removed comment about $ORIGIN
12131:
12132: 2004-04-05 paf
12133:
12134: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12135: src/include/pa_version.h, src/main/pa_common.C,
12136: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12137:
12138: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12139: Konstantin Tomashevitch [mailto:konst@design.ru]
12140:
12141: * src/doc/html2chm.cmd: beauty: no need in bg here
12142:
12143: * src/doc/sources2html.cmd: beauty: same window, in bg it
12144: interfered with FAR console
12145:
12146: * configure, configure.in: 3.1.3
12147:
12148: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12149:
12150: * src/main/pa_common.C: removed warning
12151:
12152: * src/include/pa_version.h: 3.1.3
12153:
12154: 2004-04-02 paf
12155:
12156: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12157:
12158: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12159: allows to specify where to put parser log file
12160:
12161: 2004-04-01 paf
12162:
12163: * src/classes/table.C: bugfix: bugfix: table::load last line
12164: without tab and enter were ignored
12165:
12166: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12167: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12168: main/pa_socks.C, targets/cgi/parser3.C,
12169: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12170: bugfix: sql connections now are disconnected
12171:
12172: 2004-03-30 paf
12173:
12174: * src/classes/table.C: bugfix: table::load last line without tab
12175: and enter were ignored
12176:
12177: * src/classes/table.C: bufix: if last table lines were commented,
12178: gpfed
12179:
12180: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12181: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12182: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12183: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12184: doc/methoded.dox, doc/object.dox, doc/string.dox,
12185: doc/targets.dox, doc/value.dox, include/pa_version.h,
12186: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12187: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12188: bugfixes from 3.1.2, changed version to 3.1.3beta
12189:
12190: 2004-03-29 paf
12191:
12192: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12193: causes gpf
12194:
12195: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12196: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12197: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12198: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12199: value.dox: translated to english
12200:
12201: 2004-03-25 paf
12202:
12203: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12204: parser3project dependency removed
12205:
12206: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12207: bugfix: refused to compile without xml
12208:
12209: * src/types/pa_vform.C: beauty: removed warning
12210:
12211: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12212: any folder [removed last ;) folder dependency]
12213:
12214: * src/classes/classes.vcproj: bugfix: now all compiles in any
12215: folder [removed last ;) folder dependency]
12216:
12217: * src/include/pa_version.h: release
12218:
12219: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12220:
12221: * src/classes/table.C: beauty: comment& more meaningful error
12222: message
12223:
12224: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12225: $.hash[$.column_value1(true) ... ] [were producing some strang
12226: thing]
12227:
12228: 2004-03-23 paf
12229:
12230: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12231: and http status line parsing checked number of columns in table
12232: [user reported an assert]
12233:
12234: * operators.txt: example: on hashfile
12235:
12236: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12237: bugfix: junction reattach now actually reattaches a junction to
12238: new wcontext [were only assigning it to junction, which caused
12239: junction tracking to loose junction, and it's context were not
12240: killed, and it tried to process in invalid context, gpf]
12241:
12242: * src/targets/cgi/parser3.C: debug helper added
12243:
12244: 2004-03-19 paf
12245:
12246: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12247: "type(type)" in braces
12248:
12249: 2004-03-10 paf
12250:
12251: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12252: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12253: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12254: solution to search-in-namespaces problem:
12255: $xdoc.search-namespaces.x[http://pif.design.ru/]
12256: $nodes[^xdoc.select[//x:second]]
12257:
12258: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12259: expression][[NAMESPACES HASH]] allows to search for info in
12260: namespaces
12261:
12262: $nodes[^xdoc.select[//x:second][
12263: $.x[http://pif.design.ru/] ]]
12264:
12265: 2004-03-09 paf
12266:
12267: * operators.txt, src/main/pa_common.C: new:
12268: ^file::load[...][options] $.form[
12269: !$.field1[string]
12270: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12271: ] !$.body[string]
12272:
12273: GET ?here notGET(POST, HEAD, others) in content-type:
12274: application/x-www-form-urlencoded
12275:
12276: todo: upload files ability
12277:
12278: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12279: properly, done
12280:
12281: 2004-03-05 paf
12282:
12283: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12284: GET/POST $.form[$.fields started, not tested yet
12285: todo:$.field[table] for multiple values
12286:
12287: * operators.txt: new: http:// options $.user $.password basic
12288: authorization
12289:
12290: * src/main/pa_common.C: beauty: link to rtf added
12291:
12292: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12293: new: http:// options $.user $.password basic authorization
12294:
12295: * src/main/pa_common.C: beauty: removed needless vars
12296:
12297: * operators.txt: new: pgsql option [like that recently added to
12298: oracle driver] ClientCharset=parser-charset <<
12299: charset in which parser thinks client works
12300:
12301: * operators.txt: new: odbc option [like that recently added to
12302: oracle driver] ClientCharset=parser-charset <<
12303: charset in which parser thinks client works
12304:
12305: * src/sql/pa_sql_driver.h: beauty: important warning added
12306:
12307: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12308: char!
12309:
12310: * etc/parser3.charsets/windows-1251.cfg: typo
12311:
12312: 2004-03-04 paf
12313:
12314: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12315: cached, sql transcoding now goes faster
12316:
12317: * operators.txt: new: mysql option [like that recently added to
12318: oracle driver] ClientCharset=parser-charset <<
12319: charset in which parser thinks client works
12320:
12321: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12322: typo error
12323:
12324: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12325: chars commented
12326:
12327: 2004-03-03 paf
12328:
12329: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12330: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12331:
12332: 2004-03-02 paf
12333:
12334: * operators.txt: new[update typo]: !^void.left(n)
12335: nothing !^void.right(n) nothing !^void.mid(p[;n])
12336: nothing
12337:
12338: * operators.txt, src/classes/void.C: new: !^void.left(n)
12339: nothing !^void.right(n) nothing !^void.pos(p[;n])
12340: nothing
12341:
12342: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12343: ^file::sql[[name_to_become_$.name]]{} query result must be one
12344: row with columns: first: data second: file name third:
12345: content-type
12346:
12347: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12348: ^connect gets properly escaped string, which can be passed to
12349: request now this for mysql only. it's up to parser sql driver to
12350: fix zeros properly
12351:
12352: * INSTALL: note: added on building apache with this option:
12353: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12354:
12355: 2004-03-01 paf
12356:
12357: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12358: extension memory:compact befor processingrequest
12359:
12360: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12361: call sole column of result
12362:
12363: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12364: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12365: pixel color
12366:
12367: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12368: beauty: image -- less checks [were ugly impl]
12369:
12370: * src/classes/string.C: bugfix: ^string.left/right/mid with
12371: negative values now considered bad
12372:
12373: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12374:
12375: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12376: options now have unified defaults [after transform
12377: indent/omit-xml-declaration/standalone 'default' erroreously
12378: meant 'true']
12379:
12380: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12381: added [on some platforms gethostbyname failed with such
12382: 'domains']
12383:
12384: * src/include/pa_config_auto.h.in: no select check, no define
12385:
12386: * src/classes/string.C: feature: ^string.trim both parameters may
12387: be empty-strings, meaning kind=both chars=whitespaces
12388:
12389: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12390: exist
12391:
12392: * src/classes/string.C: check: trim 'chars' must not be empty,
12393: exception if it is
12394:
12395: * src/classes/string.C: changed: ^string.trim [] << both,
12396: whitespaces [start|both|end] << kind, whitespaces
12397: [start|both|end;chars] full
12398:
12399: 2004-02-27 paf
12400:
12401: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12402: method: ^string.trim[start|both|end[;chars]] default
12403: 'chars' -- whitespace chars finished
12404:
12405: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12406: src/main/pa_string.C: new method:
12407: ^string.trim[start|both|end[;chars]] default 'chars' --
12408: whitespace chars started, only start works
12409:
12410: * src/main/compile.C: bugfix: line numbers after
12411: ^process{}[$.line(-10]] can be negative, allowed to print they as
12412: signed
12413:
12414: * src/main/untaint.C: speed: there's no \n chars in output
12415: [normally], so no need to optimize them they could be retrived
12416: from databases, though. but 1. should be replaced 2. if not
12417: optimized, no harm done
12418:
12419: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12420: ^file::exec/cgi could return invalid status & zombie child can
12421: remain for short period until process exists [very bad in
12422: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12423:
12424: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12425: malicious SMTP server to attack as by returning too long status
12426: responses http://i2/tasks/edit/?id=4629448401140924947
12427:
12428: 2004-02-26 paf
12429:
12430: * operators.txt: feature: ^process...{CODE}[now has options] which
12431: are $.main[to what to rename @main] $.file[file,
12432: from which (user says) goes that CODE] $.lineno(line
12433: number in that file, where CODE starts. may be negative)
12434:
12435: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12436: src/main/compile.C, src/main/compile_tools.h,
12437: src/main/pa_request.C: feature: ^process...{CODE}[now has
12438: options] which are $.main[to what to rename @main]
12439: $.file[file, from which (user says) goes that CODE]
12440: $.lineno(line number in that file, where CODE starts. may be
12441: negative)
12442:
12443: 2004-02-25 paf
12444:
1.116 moko 12445: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12446: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12447:
12448: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12449: produces hash of column=>1
12450:
12451: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12452: with incomplete errno constants set
12453:
12454: 2004-02-24 paf
12455:
12456: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12457: "man select"
12458:
12459: * src/main/pa_os.C: beauty: <0 better then ==-1
12460:
12461: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12462:
12463: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12464:
1.116 moko 12465: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12466:
12467: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12468: unix: steps to work on unix [extracted 'to']
12469:
12470: * src/classes/mail.C: smtp on unix: steps to work on unix
12471:
12472: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12473:
1.116 moko 12474: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12475: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12476: unix [testing on solaris]
1.95 moko 12477:
12478: 2004-02-20 paf
12479:
12480: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12481: pointing that out
12482:
12483: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12484: fixed again [same solution, mistanenly removed one line]
12485:
12486: 2004-02-19 paf
12487:
12488: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12489: date::create from bad datetime in spring daylightsaving hole now
12490: OK for all platforms [on some platforms it failed]
12491:
12492: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12493: in daylightsaving hole] now throws error
12494:
12495: * src/classes/date.C: comment: mistake fixed
12496:
12497: 2004-02-18 paf
12498:
12499: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12500: now renderes in $request:charset, but in header puts
12501: $response:charset todo: make that default only so that coder
12502: could override that
12503:
12504: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12505: turns off omit-xml-declaration
12506:
12507: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12508: /.xsl for sample
12509:
12510: 2004-02-17 paf
12511:
12512: * src/classes/xdoc.C: beauty: needless helper class removed
12513:
12514: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12515: copied extra time
12516:
12517: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12518: part of libxml
12519:
12520: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12521: libxml to do the work] <xsl:output method="html"
12522: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12523: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12524: />
12525:
12526: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12527:
12528: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12529: caused assertion
12530:
12531: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12532: could hang. now such add does nothing, sub clears $hash
12533:
12534: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12535: not made quoted-printable
12536:
12537: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12538: string invariant
12539:
12540: 2004-02-16 paf
12541:
12542: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12543: cleared [were not cleared properly]
12544:
12545: 2004-02-13 paf
12546:
1.116 moko 12547: * src/include/pa_version.h: prerelease
1.95 moko 12548:
12549: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12550: used, introducing dependencies timestamp check
12551:
12552: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12553: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12554: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12555: .xsl.stamp now not used, introducing dependencies timestamp check
12556:
1.150 moko 12557: * configure.in: auto.p: @conf made relative
1.95 moko 12558:
12559: 2004-02-12 paf
12560:
12561: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12562: ruined empty <input type=file> submits. parser thought there were
12563: nameless empty file and $form:field got value of type 'file'
12564:
12565: * INSTALL: --without-threads
12566:
12567: * src/include/pa_sapi.h: 2004
12568:
12569: 2004-02-11 paf
12570:
12571: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12572: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12573: classes/hashfile.C, classes/image.C, classes/int.C,
12574: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12575: classes/response.C, classes/string.C, classes/table.C,
12576: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12577: include/pa_array.h, include/pa_cache_managers.h,
12578: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12579: include/pa_config_fixed.h, include/pa_config_includes.h,
12580: include/pa_dictionary.h, include/pa_dir.h,
12581: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12582: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12583: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12584: include/pa_request_charsets.h, include/pa_request_info.h,
12585: include/pa_socks.h, include/pa_sql_connection.h,
12586: include/pa_sql_driver_manager.h, include/pa_stack.h,
12587: include/pa_string.h, include/pa_stylesheet_connection.h,
12588: include/pa_stylesheet_manager.h, include/pa_table.h,
12589: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12590: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12591: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12592: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12593: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12594: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12595: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12596: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12597: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12598: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12599: main/pa_sql_driver_manager.C, main/pa_string.C,
12600: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12601: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12602: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12603: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12604: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12605: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12606: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12607: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12608: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12609: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12610: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12611: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12612: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12613: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12614: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12615: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12616: types/pa_vresponse.h, types/pa_vstateless_class.C,
12617: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12618: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12619: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12620: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12621: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12622: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12623:
12624: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12625: debug version of gc.dll
12626:
12627: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12628: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12629: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12630: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12631: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12632: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12633: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12634: processes
12635:
12636: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12637: main/pa_globals.C, targets/cgi/parser3.vcproj,
12638: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12639: changes to reflect libxml xsl new folders
12640:
12641: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12642: lib/smtp/smtp.vcproj, main/main.vcproj,
12643: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12644: to reflect libxml xsl new folders
12645:
12646: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12647: lib/smtp/smtp.vcproj, main/main.vcproj,
12648: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12649: types/types.vcproj: started changes to reflect libxml xsl new
12650: folders
12651:
12652: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12653: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12654: src/main/compile.tab.C, src/main/main.vcproj,
12655: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12656: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12657: started changes to reflect libxml xsl new folders
12658:
12659: 2004-02-10 paf
12660:
12661: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12662: compile. recommened latest libxml up to date
12663:
12664: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12665: pattern compilation errors", on which spent 4 hours worktime. use
12666: versions higher than that. recommended now latest up to date
12667:
12668: 2004-02-06 paf
12669:
12670: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12671: beauty: unified destructing style
12672:
12673: * src/main/untaint.C: beauty: removed old def/ifdef
12674:
12675: * src/main/untaint.C: beauty: coredump @unknown untaint language
12676: now
12677:
12678: 2004-02-03 paf
12679:
12680: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12681: targets/isapi/parser3isapi.C, types/pa_value.C,
12682: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12683: then %ld/%lu
12684:
12685: * src/main/pa_common.C: typo: %l -> %u
12686:
12687: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12688: in attributes or documents-results of transform now not xx;
12689:
12690: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12691:
12692: * src/main/pa_charset.C: bugfix: forgot to undo some
12693:
12694: * src/main/pa_charset.C: beauty: uncomment
12695: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12696: libraries
12697:
12698: 2004-02-02 paf
12699:
12700: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12701: $cookie:example[ $.value[value] $.path[/there/] ]
12702:
12703: $cookie:example[ $.value[] $.expires[session]
12704: $.path[/there/] $.domain[test.com] ]
12705:
12706: * src/types/pa_vform.C: bugfix: empty values with
12707: enctype=multipart/form-data now produce entries in $form:tables
12708: <form method=post enctype=multipart/form-data> <input type=hidden
12709: name=a> <input type=hidden name=b>
12710:
12711: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12712: <hr> <pre>$request:body
12713:
12714: 2004-01-30 paf
12715:
12716: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12717: or documents-results of transform now not xx;
12718:
12719: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12720: produce exception.
12721:
12722: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12723: bugfix: ^date::create[invalid fields now produce exception.
12724:
12725: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12726: year] now produces exception. todo: check other fields
12727:
12728: 2004-01-29 paf
12729:
12730: * src/include/pa_memory.h: typo error
12731:
12732: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12733: more byte then specified, then zeroed it << useless and
12734: potentially harmful(could gpf)
12735:
12736: 2004-01-22 paf
12737:
12738: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12739:
12740: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12741: optimization
12742:
12743: * src/main/untaint.C: bugfix: whitespace now optimized properly
12744: [were bug: ^taint[1 & 2]="1 &2"
12745:
12746: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12747: errors
12748:
12749: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12750: overflow
12751:
12752: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12753: error-reporting code * in parser-error reporting code [when no
12754: @unhandled_exception defined]
12755:
12756: fixed in one place: my *snprintf override
12757:
12758: 2004-01-13 paf
12759:
12760: * operators.txt: typo erro
12761:
12762: 2003-12-25 paf
12763:
12764: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12765: garbled [pieces after zero bytes were removed]
12766:
12767: 2003-12-22 paf
12768:
1.116 moko 12769: * src/include/Makefile.am: bugfix: removed from dist:
12770: src/include/pa_config_auto.h which were configured for
1.95 moko 12771: make-dist-platform and badly updated proper config file in target
12772: [when .tar used for updating existing source tree]
12773:
12774: * ChangeLog, operators.txt, src/classes/op.C,
12775: src/include/pa_sql_connection.h,
12776: src/include/pa_sql_driver_manager.h,
12777: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12778: feature: sql introducing ability to transcode charsets
12779:
12780: 2003-12-19 paf
12781:
12782: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12783: error message
12784:
12785: * src/main/pa_charset.C: bugfix: memory for charsethandler
12786: structure for libxml now allocated properly
12787:
12788: 2003-12-17 paf
12789:
12790: * src/types/pa_vfile.C: beauty: removed outdated cast
12791:
12792: * src/main/pa_common.C: bugfix: empty http response caused gpf
12793:
12794: * src/include/pa_string.h: bugfix: removed too strong a assert
12795:
12796: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12797: unreported xmlGenericErrors]
12798:
12799: 2003-12-15 paf
12800:
12801: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12802: works}
12803:
12804: 2003-12-11 paf
12805:
12806: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12807: id
12808: !$status:tid thread id
12809:
12810: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12811: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12812: bugfix(solaris): removed dependency on object initialization
12813: order [one more place]
12814:
12815: * src/: classes/file.C, classes/mail.C, classes/op.C,
12816: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12817: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12818: understand that
12819:
12820: * src/: classes/file.C, classes/mail.C, classes/op.C,
12821: classes/xdoc.C, include/pa_cache_managers.h,
12822: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12823: include/pa_stylesheet_manager.h, main/pa_request.C,
12824: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12825: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12826: ctor call [relying on implicit String::Body(cstr) call]
12827:
12828: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12829: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12830: object initialization order [two places]
12831:
12832: 2003-12-10 paf
12833:
12834: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12835: << time now ok
12836:
12837: * operators.txt, src/main/pa_sql_driver_manager.C,
12838: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12839: operational
12840:
12841: * ChangeLog, operators.txt, src/classes/xdoc.C,
12842: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12843: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12844: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12845: back operational
12846:
12847: 2003-12-02 paf
12848:
12849: * src/types/pa_vmail.C: bugfix:
12850: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12851: as-is forced]
12852:
12853: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12854: exceptions out of libxml callbacks: reimplemented error handling
12855: of http://localhost, parser://method and safemode check callbacks
12856:
12857: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12858: [merged from HEAD]
12859:
12860: * src/classes/image.C: nothing: comment removed
12861:
12862: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12863: addresses to int
12864:
12865: 2003-12-01 paf
12866:
12867: * src/main/pa_xml_io.C: bugfix: typo
12868:
12869: * src/main/pa_globals.C: bugfix: win32: compile prob
12870:
12871: * src/classes/xdoc.C: bugfix: typo
12872:
12873: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12874: exception
12875:
12876: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12877:
12878: 2003-11-28 paf
12879:
12880: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12881: all xml documents read
12882:
12883: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12884:
12885: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12886: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12887: replaced original open mech of xdoc::create & co to use libxml
12888: open, so that this would work for root document todo: safe mode
12889: checks to libxml: ideally to some 1 point
12890:
12891: * src/main/pa_xml_io.C: comment
12892:
12893: * operators.txt, src/main/pa_xml_io.C: leading / in
12894: http://parser[abscent params]
12895:
12896: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12897: works. todo: maybe replace original open mech of xdoc::create &
12898: co to use libxml open, so that this would work for root document
12899:
12900: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12901: "parser://method/params/here"> <test> &test^; </test> }]
12902:
12903: ^taint[^xdoc.string[]]
12904:
12905: @method[param] <!ENTITY test
12906: "test-entity-value+$form:user+$param!">
12907:
12908: 2003-11-27 paf
12909:
12910: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12911:
12912: * src/classes/date.C: bugfix: typo error
12913:
12914: 2003-11-26 paf
12915:
12916: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12917: src/main/Makefile.am, src/main/main.vcproj,
12918: src/main/pa_globals.C, src/main/pa_request.C,
12919: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12920: xml errors to hash<thread_id,error> reorganization: xml io moved
12921: to pa_xml_io.C/h
12922:
12923: * src/types/pa_value.h: warnings: --
12924:
12925: 2003-11-25 paf
12926:
12927: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12928: whatever)
12929:
12930: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12931: a, (c?x:y, z)
12932:
12933: * src/main/untaint.C: bugfix: consequences of not reading this
12934: comment: CORD_pos_chars_left /* Number of characters in cache.
12935: <= 0 ==> none */
12936:
12937: * src/include/pa_array.h: removed needless checks
12938:
12939: 2003-11-24 paf
12940:
12941: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12942: removed limit: now $form:xxx can be accessed anytime, even in
12943: @auto/conf [and request/response:charset still can be changed
12944: anytime]
12945:
12946: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12947: now not transcodes response body
12948:
12949: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12950: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12951: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12952: $xdoc.firstChild.firstChild.nodeValue[different]
12953: ^taint[^xdoc.string[]]
12954:
12955: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12956: workaround: static Hash::allocates -> static Hash_allocates
12957:
12958: 2003-11-21 paf
12959:
1.116 moko 12960: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12961: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12962: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12963:
12964: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12965:
12966: * src/classes/mail.C: bugfix: typo
12967:
12968: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12969: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12970: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12971: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12972: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12973: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12974:
12975: * src/main/pa_exec.C: bug in safe mode
12976:
12977: * src/include/Makefile.am: pa_xml_exception.h
12978:
12979: * src/targets/isapi/parser3isapi.C: more warnings --
12980:
12981: 2003-11-20 paf
12982:
12983: * src/: classes/math.C, classes/op.C, classes/string.C,
12984: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12985: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12986: --
12987:
12988: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12989: more warnings --
12990:
12991: * src/classes/xdoc.C: more warnings --
12992:
12993: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12994:
12995: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12996: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12997:
12998: * src/: classes/date.C, classes/file.C, classes/hash.C,
12999: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13000: classes/table.C, include/pa_cache_managers.h,
13001: include/pa_stylesheet_connection.h, main/pa_request.C,
13002: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13003: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13004: --
13005:
13006: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13007: can't report problem (undefined @unhandled_exception) problem
13008: source string were not reported
13009:
13010: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13011: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13012: classes/hashfile.C, classes/image.C, classes/int.C,
13013: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13014: classes/response.C, classes/string.C, classes/table.C,
13015: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13016: include/pa_array.h, include/pa_cache_managers.h,
13017: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13018: include/pa_config_fixed.h, include/pa_dictionary.h,
13019: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13020: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13021: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13022: include/pa_request.h, include/pa_request_charsets.h,
13023: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13024: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13025: include/pa_stack.h, include/pa_string.h,
13026: include/pa_stylesheet_connection.h,
13027: include/pa_stylesheet_manager.h, include/pa_table.h,
13028: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13029: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13030: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13031: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13032: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13033: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13034: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13035: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13036: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13037: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13038: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13039: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13040: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13041: targets/isapi/parser3isapi.C, types/pa_junction.h,
13042: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13043: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13044: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13045: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13046: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13047: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13048: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13049: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13050: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13051: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13052: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13053: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13054: types/pa_vresponse.h, types/pa_vstateless_class.C,
13055: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13056: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13057: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13058: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13059: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13060: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13061: const IDENT
13062:
13063: * src/: include/pa_array.h, include/pa_pool.h,
13064: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13065: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13066: types/pa_wcontext.h: more warnings --
13067:
13068: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13069: classes/file.C, classes/hash.C, classes/hashfile.C,
13070: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13071: classes/memory.C, classes/op.C, classes/string.C,
13072: classes/table.C, classes/xdoc.C, classes/xnode.C,
13073: include/pa_config_includes.h, include/pa_operation.h,
13074: include/pa_sql_connection.h, include/pa_table.h,
13075: include/pa_types.h, lib/ltdl/config_fixed.h,
13076: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13077: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13078: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13079: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13080: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13081: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13082: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13083: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13084: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13085: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13086: types/pa_vmail.C, types/pa_vobject.C,
13087: types/pa_vstateless_class.h, types/pa_vtable.C,
13088: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13089: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13090: on all projects (except libltdl=off & libsdbm=level3) found
13091: several unitialized vars
13092:
13093: 2003-11-19 paf
13094:
13095: * src/classes/op.C: more ansi C++ comp
13096:
13097: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13098: src/main/pa_request.C: ^cache[...]{body}{catch block with
13099: $exception.handled[cache] meaning "get expired cache, if any.
13100: else error"}
13101:
13102: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13103: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13104: ^cache[...]{body}{catch code with $exception.cache field}
13105:
13106: 2003-11-12 paf
13107:
13108: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13109: [copy/paste bug]
13110:
13111: 2003-11-11 paf
13112:
13113: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13114: failed]
13115:
13116: 2003-11-10 paf
13117:
13118: * src/types/pa_vconsole.h: flush
13119:
13120: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13121: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13122: read/write [for nntp]
13123:
13124: * operators.txt: mysql: transaction support: ?autocommit=0
13125:
13126: * operators.txt: comment: updated
13127:
13128: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13129: serialize version and exipire now removes entries
13130:
13131: * operators.txt: ^hashfile.delete[] removes files altogether [and
13132: dir, if could]
13133:
13134: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13135: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13136: removes files altogether [and dir, if could]
13137:
13138: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13139: nonexistent pair. .c coded that that was error. fixed
13140:
13141: * src/types/pa_vhashfile.C: sdbm: exception type change to
13142: file.access [regretfull can't split it to different exceptions
13143: without modifying sdbm source wich would prefer not to]
13144:
13145: 2003-11-07 paf
13146:
13147: * src/: classes/date.C, classes/file.C, classes/hash.C,
13148: classes/hashfile.C, classes/image.C, classes/table.C,
13149: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13150: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13151: main/execute.C, main/main.vcproj, main/pa_pool.C,
13152: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13153: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13154: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13155: destructing objects at request processing end
13156:
13157: 2003-11-06 paf
13158:
13159: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13160: updates
13161:
13162: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13163: to include sdbm
13164:
1.116 moko 13165: * src/include/: pa_config_includes.h, pa_version.h: our
13166: replacements of max& co only for cpp
1.95 moko 13167:
13168: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13169: upper dir, .am updated
13170:
13171: * tests/todo.txt: hashfile: done
13172:
13173: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13174: expiration [time in value. todo: move time to key]
13175:
13176: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13177:
13178: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13179: to do that in foreach, no errors, but surely wrong]
13180:
13181: * operators.txt, src/types/pa_vhashfile.C,
13182: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13183:
13184: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13185: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13186: foreach
13187:
13188: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13189: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13190:
13191: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13192: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13193:
13194: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13195: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13196: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13197: get/put [raw]
13198:
13199: * src/: classes/op.C, main/pa_os.C: just linked
13200:
13201: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13202: XmlException changes
13203:
13204: * src/: include/pa_charset.h, include/pa_globals.h,
13205: include/pa_stylesheet_connection.h, main/pa_exception.C:
13206: XmlException changes
13207:
13208: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13209:
13210: * src/: include/pa_common.h, include/pa_exception.h,
13211: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13212: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13213: main/pa_xml_exception.C: locking move to pa_os [along with
13214: pa_sleep] apr-impl locking done
13215:
13216: * configure, configure.in, operators.txt, parser3.sln,
13217: src/classes/classes.vcproj, src/classes/hashfile.C,
13218: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13219: src/include/pa_exception.h, src/include/pa_globals.h,
13220: src/include/pa_memory.h, src/include/pa_version.h,
13221: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13222: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13223: src/main/compile.tab.C, src/main/main.vcproj,
13224: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13225: src/types/Makefile.am, src/types/pa_vhash.C,
13226: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13227: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13228: again with sdbm from apache
13229:
13230: 2003-11-05 paf
13231:
13232: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13233: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13234: \parser3project dir anymore
13235:
13236: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13237: thoughtlessly from xalan]
13238:
13239: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13240: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13241: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13242:
13243: * src/main/helpers/CaseFolding.txt:
13244: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13245:
13246: 2003-11-04 paf
13247:
13248: * operators.txt: comment: ^mail:send[$.options[
13249:
13250: * src/classes/table.C: compiled on unix
13251:
1.116 moko 13252: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13253:
13254: * src/classes/mail.C: compiled on unix
13255:
13256: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13257: src/types/pa_vmail.h: !^mail:send[
13258: $.options[unix: string to append to sendmail command
13259: line]
13260:
13261: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13262: tests/todo.txt: ^table.save[... $.separator[^#09]
13263: $.encloser["] <nothing> by default
13264:
13265: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13266: !$.separator[^#09] !$.encloser["] <nothing> by
13267: default
13268:
13269: 2003-11-03 paf
13270:
13271: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13272: ^table::load[; options: !$.column-separator[^#09]
13273: !$.column-encloser["]
13274:
13275: * operators.txt, src/include/pa_config_fixed.h,
13276: src/types/pa_vrequest.C: $request:document-root
13277:
13278: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13279: [already included into uri=xxx]
13280:
13281: * operators.txt, src/classes/image.C, tests/todo.txt:
13282: ^image.gif[filename] for $response:download
13283:
13284: * src/classes/date.C: minor precaution
13285:
13286: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13287: !^date.unix-timestamp[]
13288:
13289: 2003-10-30 paf
13290:
13291: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13292: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13293:
13294: * src/classes/: date.C, image.C: improvement diagnostics:
13295: $now[^date::create[$undefined]] now is error
13296:
13297: * src/main/pa_common.C: read errors would now be reported 'actually
13298: read -1 bytes'
13299:
13300: 2003-10-24 paf
13301:
13302: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13303: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13304: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13305: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13306:
13307: 2003-10-22 paf
13308:
13309: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13310:
13311: 2003-10-21 paf
13312:
13313: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13314: fixed: string.match[g] without <'> option produced columns with
13315: NULL's, which gpf'ed at table.save time
13316:
13317: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13318: recoursion' message with intensive throw-catches fixed: incorrect
13319: name and line (one name upper then needed) in error message about
13320: problems inside try block
13321:
13322: 2003-10-10 paf
13323:
13324: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13325: check offset argument for validity did that in String::Body::pos
13326: myself http://i2/tasks/edit/?id=4577425257580789777
13327:
13328: 2003-10-07 paf
13329:
13330: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13331: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13332:
13333: 2003-10-03 paf
13334:
13335: * parser3.sln, src/include/pa_dictionary.h,
13336: src/main/pa_dictionary.C, src/main/pa_string.C,
13337: src/targets/cgi/parser3.vcproj: dictionary optimized by
13338: precalculating cstr&length
13339:
13340: 2003-10-02 paf
13341:
13342: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13343: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13344: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13345: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13346:
13347: 2003-09-30 paf
13348:
13349: * src/main/pa_string.C: string::replace bug fix [were ignoring
13350: occurrances after lang-mismatched
13351:
13352: 2003-09-29 paf
13353:
13354: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13355: helper
13356:
13357: * src/main/pa_string.C: string::serialize bug fix with
13358: zero-terminator
13359:
13360: * src/classes/table.C: ^nameless_table.save column row now has no
13361: \t at the end
13362:
13363: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13364: @postprocess now takes $response:body/download
13365:
13366: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13367: error message
13368:
13369: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13370:
13371: * src/classes/table.C: bugfix: flip: must produce nameless
13372: http://i2/tasks/edit/?id=4573405524674081244
13373:
13374: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13375: main/helpers/simple_folding.pl: utf-8 upper/lower
13376:
13377: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13378: to typo error http://i2/tasks/edit/?id=4573354650786434584
13379:
13380: 2003-09-26 paf
13381:
13382: * src/main/untaint.C: removed needless field
13383:
13384: * src/main/untaint.C: removed needless const
13385:
13386: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13387: String.for_each bug fixed [omited one-char cases]
13388:
13389: * src/include/pa_stack.h: bugfix: before collecting garbage,
13390: runtime-executor stack were cleared... BADLY
13391:
13392: * src/main/pa_string.C: ^stirng.replace code used old
13393: param-convention on langs.append, fixed that search fo the like,
13394: found none
13395:
13396: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13397: string::serialize/deserialize implemented Language enum assigned
13398: meaningful letters [more convinient for debugging. read warning
13399: before adding/changing anything]
13400:
13401: 2003-09-25 paf
13402:
13403: * src/: include/pa_string.h, include/pa_version.h,
13404: main/pa_string.C, main/untaint.C: templates and anonymous unions
13405: differences on unix
13406:
13407: * parser3.sln, src/classes/file.C, src/classes/image.C,
13408: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13409: src/classes/xdoc.C, src/classes/xnode.C,
13410: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13411: src/include/pa_charsets.h, src/include/pa_common.h,
13412: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13413: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13414: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13415: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13416: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13417: src/main/compile_tools.h, src/main/pa_charset.C,
13418: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13419: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13420: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13421: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13422: src/types/pa_vmail.C, src/types/pa_vmath.C,
13423: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13424: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13425:
13426: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13427: functions aligned to that of eeparser3 look
13428:
13429: * src/lib/cord/cordprnt.c: removed warnings
13430:
13431: 2003-09-24 paf
13432:
13433: * src/: classes/file.C, classes/image.C, classes/mail.C,
13434: classes/op.C, classes/xdoc.C, classes/xnode.C,
13435: include/pa_cache_managers.h, include/pa_charset.h,
13436: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13437: include/pa_sql_driver_manager.h, include/pa_string.h,
13438: include/pa_stylesheet_manager.h, include/pa_table.h,
13439: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13440: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13441: main/pa_sql_driver_manager.C, main/pa_string.C,
13442: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13443: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13444: types/pa_vstateless_class.h, types/pa_vstatus.C,
13445: types/pa_vxnode.C: v() functions of String::Body,
13446: String::Languages and String itself StringBody->String::Body
13447:
13448: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13449: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13450: never optimized anything. todo: somehow speed up harder cases:
13451: concatenationA+concatenationB when last block of A and first of B
13452: contain same letters
13453:
13454: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13455: lib/cord/include/cord.h: langs: speed up by joining adjucent
13456: blocks of same char [CORD_append_block]
13457:
13458: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13459: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13460: save space by extending blocks when appending block with c ==
13461: lastblock.c
13462:
13463: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13464: working yet :( but more working &understood :)
13465:
13466: * src/: classes/table.C, include/pa_string.h,
13467: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13468:
13469: 2003-09-23 paf
13470:
13471: * src/main/untaint.C: $a[ok!] $a works!
13472:
13473: * src/main/untaint.C: something even more works :)
13474:
13475: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13476: something more works :)
13477:
13478: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13479: lib/cord/cordxtra.c: something already works :)
13480:
13481: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13482: serialize&deserialize
13483:
13484: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13485: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13486: main/untaint.C: main idea implemented, details left
13487:
13488: 2003-09-22 paf
13489:
13490: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13491:
13492: * src/classes/xnode.C: copy/paste comment bugfix
13493:
13494: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13495: allocator returns 0, just die.
13496: http://i2/tasks/edit/?id=4570798492410259445
13497:
13498: * src/classes/xdoc.C: copy/paste comment bugfix
13499:
13500: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13501: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13502: xnode: getAttributeNS setAttributeNS removeAttributeNS
13503: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13504:
13505: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13506: chars due to bitwise operation signed-char error]
13507:
13508: 2003-09-19 paf
13509:
13510: * src/types/pa_wcontext.C: output message: more practical
13511: suggestion
13512:
13513: * src/main/pa_common.C, operators.txt: merged
13514: $f[^file::load[binary;http://...]] $f.tables
13515:
13516: 2003-09-02 paf
13517:
13518: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13519: flush stdout without referencing 'stdout' symbol. to hell with
13520: non-ansi libraries without 'stdout' symbol
13521:
13522: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13523: unix (users reported problems with some old libc)
13524:
13525: * src/types/pa_vdate.h: forgot initializer
13526:
13527: 2003-09-01 paf
13528:
13529: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13530: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13531: zone]
13532:
13533: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13534:
13535: 2003-08-19 paf
13536:
13537: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13538: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13539: simplified a little
13540:
13541: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13542: [lost fix from 3.0.8]
13543:
13544: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13545: visible here }
13546:
13547: bug fix
13548:
13549: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13550:
13551: * src/main/compile.tab.C: initialized couple of variables about
13552: which user reported runtime problems when parser were compiled
13553: with VC7, warning level4. study shows that later in bison
13554: they've fixed that. would migrate to latest bison someday
13555:
13556: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13557: recoding headers)
13558:
13559: * src/types/pa_vmail.C: works as before, same charset problems:
13560: gmime recodes to UTF-8 only headers, not body. so not recoding
13561: anything for now
13562:
13563: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13564: problems with body
13565:
13566: * src/types/pa_vmail.C: mail_receive just compiled
13567:
13568: 2003-08-18 paf
13569:
13570: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13571: main/main.vcproj, types/types.vcproj: win32: continued process
13572: detaching from \parser3project directory
13573:
13574: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13575: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13576: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13577: src/lib/pcre/pcre_dftables.dsp,
13578: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13579: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13580: src/types/types.dsp: moved to MSVC 7
13581:
13582: * gnu.vcproj.vspscc, parser3.vssscc,
13583: src/classes/classes.vcproj.vspscc,
13584: src/lib/cord/cord.vcproj.vspscc,
13585: src/lib/ltdl/libltdl.vcproj.vspscc,
13586: src/lib/md5/md5.vcproj.vspscc,
13587: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13588: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13589: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13590: src/targets/isapi/parser3isapi.vcproj.vspscc,
13591: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13592: moved to MSVC 7
13593:
13594: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13595: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13596: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13597: src/lib/pcre/pcre_dftables.vcproj,
13598: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13599: src/targets/cgi/parser3.vcproj,
13600: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13601: new VS project files
13602:
13603: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13604: .NET to detect Jalindi Igloo capabilities.
13605:
13606: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13607: src/classes/classes.awk, src/doc/footer.htm,
13608: src/include/pa_config_fixed.h, src/include/pa_version.h,
13609: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13610: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13611: src/types/pa_vmail.C: merged 3.1.0 latest changes
13612:
13613: 2003-08-15 paf
13614:
13615: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13616: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13617:
13618: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13619: non-ascii <yyy> now encoded correctly
13620:
13621: 2003-07-29 paf
13622:
1.116 moko 13623: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13624: dist
1.95 moko 13625:
13626: * src/types/pa_vmail.C: just started --with-mail-receive
13627:
13628: 2003-07-28 paf
13629:
1.116 moko 13630: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13631: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13632:
13633: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13634:
13635: 2003-07-25 paf
13636:
13637: * src/doc/footer.htm: year
13638:
13639: 2003-07-24 paf
13640:
13641: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13642: fix
13643:
13644: * src/include/pa_version.h: release
13645:
1.116 moko 13646: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13647:
13648: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13649: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13650: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13651: getting rid of win32xml pseudo project
13652:
13653: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13654:
1.116 moko 13655: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13656: configure.in, operators.txt, parser3.dsw,
1.95 moko 13657: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13658: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13659: src/classes/classes.C, src/classes/classes.awk,
13660: src/classes/classes.dsp, src/classes/classes.h,
13661: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13662: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13663: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13664: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13665: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13666: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13667: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13668: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13669: src/include/pa_array.h, src/include/pa_cache_managers.h,
13670: src/include/pa_charset.h, src/include/pa_charsets.h,
13671: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13672: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13673: src/include/pa_dictionary.h, src/include/pa_dir.h,
13674: src/include/pa_exception.h, src/include/pa_exec.h,
13675: src/include/pa_globals.h, src/include/pa_hash.h,
13676: src/include/pa_memory.h, src/include/pa_opcode.h,
13677: src/include/pa_operation.h, src/include/pa_pool.h,
13678: src/include/pa_pragma_pack_begin.h,
1.95 moko 13679: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13680: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13681: src/include/pa_sapi.h, src/include/pa_socks.h,
13682: src/include/pa_sql_connection.h,
13683: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13684: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13685: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13686: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13687: src/include/pa_uue.h, src/lib/Makefile.am,
13688: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13689: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13690: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13691: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13692: src/lib/cord/include/ec.h,
13693: src/lib/cord/include/private/Makefile.am,
13694: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13695: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13696: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13697: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13698: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13699: src/main/compile_tools.C, src/main/compile_tools.h,
13700: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13701: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13702: src/main/pa_charsets.C, src/main/pa_common.C,
13703: src/main/pa_dictionary.C, src/main/pa_dir.C,
13704: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13705: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13706: src/main/pa_request.C, src/main/pa_socks.C,
13707: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13708: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13709: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13710: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13711: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13712: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13713: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13714: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13715: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13716: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13717: src/targets/isapi/parser3isapi.dsp,
13718: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13719: src/types/pa_junction.h, src/types/pa_method.h,
13720: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13721: src/types/pa_vclass.C, src/types/pa_vclass.h,
13722: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13723: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13724: src/types/pa_vdouble.h, src/types/pa_venv.h,
13725: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13726: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13727: src/types/pa_vimage.C, src/types/pa_vimage.h,
13728: src/types/pa_vint.h, src/types/pa_vjunction.h,
13729: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13730: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13731: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13732: src/types/pa_vobject.C, src/types/pa_vobject.h,
13733: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13734: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13735: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13736: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13737: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13738: src/types/pa_vstring.h, src/types/pa_vtable.C,
13739: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13740: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13741: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13742: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13743: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13744: HEAD
13745:
13746: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13747: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13748: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13749: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13750: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13751: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13752: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13753: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13754: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13755: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13756: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13757: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13758: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13759: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13760: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13761: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13762: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13763: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13764: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13765: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13766: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13767: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13768: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13769: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13770: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13771: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13772: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13773: outputs/create-dir, results/001.processed, results/002.processed,
13774: results/003.processed, results/004.processed,
13775: results/005.processed, results/006.processed,
13776: results/007.processed, results/008.processed,
13777: results/009.processed, results/010.processed,
13778: results/011.processed, results/012.processed,
13779: results/013.processed, results/014.processed,
13780: results/015.processed, results/016.processed,
13781: results/017.processed, results/018.processed,
13782: results/019.processed, results/020.processed,
13783: results/021.processed, results/022.processed,
13784: results/023.processed, results/024.processed,
13785: results/025.processed, results/026.processed,
13786: results/027.processed, results/028.processed,
13787: results/029.processed, results/030.processed,
13788: results/031.processed, results/032.processed,
13789: results/033.processed, results/034.processed,
13790: results/035.processed, results/036.processed,
13791: results/037.processed, results/038.processed,
13792: results/039.processed, results/040.processed,
13793: results/041.processed, results/042.processed,
13794: results/043.processed, results/044.processed,
13795: results/045.processed, results/046.processed,
13796: results/047.processed, results/048.processed,
13797: results/049.processed, results/050.processed,
13798: results/051.processed, results/052.processed,
13799: results/053.processed, results/054.processed,
13800: results/055.processed, results/056.processed,
13801: results/057.processed, results/058.processed,
13802: results/059.processed, results/060.processed,
13803: results/061.processed, results/062.processed,
13804: results/063.processed, results/064.processed,
13805: results/065.processed, results/066.processed,
13806: results/067.processed, results/068.processed,
13807: results/069.processed, results/070.processed,
13808: results/071.processed, results/072.processed,
13809: results/073.processed, results/074.processed,
13810: results/075.processed, results/076.processed,
13811: results/077.processed, results/078.processed,
13812: results/079.processed, results/080.processed,
13813: results/081.processed, results/082.processed,
13814: results/083.processed, results/084.processed,
13815: results/085.processed, results/086.processed,
13816: results/087.processed, results/088.processed,
13817: results/089.processed, results/090.processed,
13818: results/091.processed, results/092.processed,
13819: results/093.processed, results/094.processed,
13820: results/095.processed, results/096.processed,
13821: results/097.processed, results/098.processed,
13822: results/099.processed, results/100.processed,
13823: results/101.processed, results/102.processed,
13824: results/103.processed, results/104.processed,
13825: results/105.processed, results/106.processed,
13826: results/107.processed, results/108.processed,
13827: results/109.processed, results/110.processed,
13828: results/111.processed, results/112.processed,
13829: results/113.processed, results/114.processed,
13830: results/115.processed, results/116.processed,
13831: results/117.processed, results/118.processed,
13832: results/119.processed, results/120.processed,
13833: results/121.processed, results/122.processed,
13834: results/123.processed, results/124.processed,
13835: results/125.processed, results/126.processed,
13836: results/127.processed, results/128.processed,
13837: results/129.processed, results/130.processed,
13838: results/131.processed, results/132.processed,
13839: results/133.processed, results/134.processed,
13840: results/135.processed, results/136.processed,
13841: results/137.processed, results/138.processed,
13842: results/139.processed, results/140.processed,
13843: results/141.processed: merged(copied) to HEAD from template_gc
13844:
13845: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13846: towards \parser3project not having to be in root
13847:
13848: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13849: module compiled [were minor unnecessary changes in lib/md5
13850: interface]
13851:
13852: * src/include/pa_version.h: release
13853:
13854: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13855:
13856: * src/classes/math.C: merged uuid bugfix
13857:
13858: * tests/: 141.html, results/141.processed: fixed bug with
13859: too-small-a-buffer
13860:
13861: * src/classes/math.C: uuid bugfix
13862:
13863: * tests/: 141.html, Makefile, results/005.processed,
13864: results/030.processed, results/075.processed,
13865: results/078.processed: to reflect date format change (were -
13866: become ' ')
13867:
13868: * src/classes/math.C: uuid bugfix
13869:
13870: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13871: debug/release changes
13872:
13873: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13874:
13875: 2003-07-23 paf
13876:
13877: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13878: renamed a little [to move to comman naming conv]
13879:
1.116 moko 13880: * src/targets/Makefile.am: apache13 splitted to simplify apache
13881: build
1.95 moko 13882:
13883: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13884: main/pa_request.C, main/pa_sql_driver_manager.C,
13885: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13886: stack top_index() fixed
13887:
13888: * src/main/pa_globals.C: minor style changes
13889:
13890: * src/: classes/op.C, include/pa_sql_connection.h: connection
13891: closing/caching fixed [connections were not closed/put to cache]
13892:
13893: 2003-07-22 paf
13894:
13895: * INSTALL: gc part updated stightly
13896:
13897: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13898: new sapi interface
13899:
13900: * src/classes/file.C: comment on OS
13901:
13902: * src/main/pa_string.C: removed reduntant invariant check [there is
13903: one deeper in cord lib]
13904:
13905: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13906:
13907: * src/main/pa_memory.C: out of memory is no longer coredump
13908:
13909: * INSTALL: disable-threads adviced
13910:
13911: 2003-07-21 paf
13912:
1.116 moko 13913: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13914:
13915: * src/classes/file.C: file::exec/cgi environment variables now must
13916: be UPPERCASE and A-Z 0-9 _-
13917:
13918: * src/classes/file.C: env passing fixed
13919:
13920: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13921:
13922: * src/main/pa_common.C: http:// CRLF now
13923:
13924: 2003-07-02 paf
13925:
13926: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13927: fields to reflect their real meaning
13928:
13929: 2003-06-27 paf
13930:
13931: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13932: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13933: file::exec/cgi .charset
13934:
13935: 2003-06-26 paf
13936:
13937: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13938: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13939: src/classes/table.C: fixed several uninitialized local
13940: structures. notably ^hash.foreach now inserts delimiters
13941: properly [were inserting it before first body]
13942:
13943: 2003-06-24 paf
13944:
13945: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13946:
13947: 2003-06-20 paf
13948:
13949: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13950: src/main/pa_globals.C: introducing
13951: $f[^file::load[binary;http://...]] $f.tables
13952:
13953: 2003-06-06 paf
13954:
13955: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13956: table. [were method lookup: inconsistent]
13957:
13958: 2003-06-02 paf
13959:
13960: * src/include/pa_memory.h: empty string clone fixed to return
13961: writable memory
13962:
13963: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13964: were not appended] which violated string invariant
13965:
13966: 2003-05-30 paf
13967:
13968: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13969: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13970:
13971: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13972: GMT ; RFC 822, updated by RFC 1123
13973:
13974: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13975: targets/isapi/parser3isapi.C: initialized request_info properly
13976:
13977: * src/classes/xnode.C: found minor bug, commended for future
13978:
13979: 2003-05-28 paf
13980:
13981: * src/classes/form.C: request_info.content_length can't be <0,
13982: size_t for some time
13983:
13984: 2003-05-26 paf
13985:
13986: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13987: forgotten <0 changed to !=STRING_NOT_FOUND
13988:
13989: * src/classes/math.C: merged ffffu from HEAD
13990:
13991: 2003-05-11 paf
13992:
13993: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13994:
13995: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13996: premature doc free. transformed document had xmlDoc reference
13997: stored to non-gc-memory (libgdome) added holding-reference
13998:
13999: 2003-04-29 paf
14000:
14001: * src/main/pa_globals.C: started digging on double free. on win32
14002: found that that's perfectly normal.
14003:
14004: 2003-04-25 paf
14005:
14006: * src/classes/table.C: table.join bug fix [bad limit check]
14007:
14008: * src/classes/math.C: merged from HEAD: simpiler hash_string
14009:
14010: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14011: print anything. changed to quicker and simplier code
14012:
14013: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14014: strict a check]
14015:
14016: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14017:
14018: 2003-04-24 paf
14019:
14020: * src/include/pa_table.h: too strict assert loosened
14021:
14022: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14023: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14024: report
14025:
14026: 2003-04-21 paf
14027:
1.116 moko 14028: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14029:
14030: * src/main/pa_globals.C: pcre memory management changed to use GC
14031: memory
14032:
14033: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14034: xmlMallocAtomic [author agreed to my suggestion], used that
14035:
14036: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14037:
14038: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14039: types/pa_vmail.C: attributed_meaning_to_string added
14040: L_UNSPECIFIED piece which was sortof OK, but violated string
14041: invariant [assertion barked on that] changed to L_PASS_APPEND,
14042: made that param obligatory
14043:
14044: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14045: fixed [assert helped]
14046:
14047: * src/include/pa_string.h: assert added [looking for bug]
14048:
14049: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14050: names on Win32 considered disk-global
14051:
14052: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14053: considered disk-global
14054:
14055: 2003-04-18 paf
14056:
14057: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14058: filenames
14059:
14060: * src/main/untaint.C: enabled '~' letter in filenames
14061:
14062: 2003-04-16 paf
14063:
14064: * src/classes/file.C: small bug introduced in autoptr times fixed
14065:
14066: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14067: HEAD
14068:
1.116 moko 14069: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14070:
14071: 2003-04-15 paf
14072:
14073: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14074: src/lib/md5/pa_md5c.c, tests/141.html,
14075: tests/results/141.processed: merged from head ^math:uuid[]
14076: ^math:uid64[] ^math:md5[string]
14077:
14078: test added: 141.html
14079:
14080: * operators.txt, src/classes/math.C: ^math:uid64[]
14081:
14082: * src/classes/math.C: ^math:uuid[]
14083:
14084: * operators.txt, src/classes/math.C: ^math:uuid[]
14085:
14086: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14087: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14088:
14089: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14090: src/include/pa_config_fixed.h, src/main/pa_common.C:
14091: ^file::load[mode;name; $.offset $.limit
14092:
14093: 2003-04-14 paf
14094:
14095: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14096: started ^math:md5
14097:
14098: * src/classes/table.C, src/include/pa_array.h,
14099: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14100: tests/results/140.processed: table $.reverse option works in
14101: create&co table $.distinct[tables] bug fix merged
14102:
14103: * src/: classes/table.C, include/pa_table.h: table
14104: $.distinct[tables] bug fixed
14105:
14106: * src/classes/table.C: more warnings
14107:
14108: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14109: removed checks in table::set_current, moved them back to
14110: table::locate implemented table::create/join ñ $.reverse
14111:
14112: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14113: removed checks in table::set_current, moved them back to
14114: table::locate
14115:
14116: 2003-04-11 paf
14117:
14118: * operators.txt, src/classes/date.C, src/classes/table.C,
14119: src/include/pa_array.h, src/include/pa_common.h,
14120: src/include/pa_config_includes.h, src/include/pa_string.h,
14121: src/include/pa_table.h, src/main/pa_request.C,
14122: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14123: src/main/pa_table.C: merged from HEAD from
14124: before_append_array_limit_sense_change to
14125: after_append_array_limit_sense_change
14126:
14127: * src/classes/table.C: typo
14128:
14129: * operators.txt, src/classes/date.C, src/classes/table.C,
14130: src/include/pa_array.h, src/include/pa_common.h,
14131: src/include/pa_config_includes.h, src/include/pa_globals.h,
14132: src/include/pa_table.h, src/main/pa_array.C,
14133: src/main/pa_globals.C, src/main/pa_request.C,
14134: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14135: src/main/pa_table.C: append_array_limit_sense_change locate
14136: accepts options same as create new option: $.reverse(1) [do not
14137: work in table::create]
14138:
14139: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14140: (stat xxx,
14141:
14142: * src/classes/: table.C: typo
14143:
14144: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14145: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14146: results/130.processed, results/131.processed,
14147: results/132.processed, results/133.processed,
14148: results/134.processed, results/135.processed,
14149: results/136.processed, results/137.processed,
14150: results/138.processed, results/139.processed: added few mustfail
14151: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14152: date/time 132.html mustfail: access to junction outside of
14153: context 133.html mustfail: access to junction outside of context,
14154: case version 134.html mustfail: hash: adding a key inside of
14155: foreach 135.html mustfail: modifying system class 136.html
14156: mustfail: $.name outside of $hash[here] 137.html mustfail:
14157: appendChild without import 138.html mustfail: invalid encoding
14158: inside of xml 139.html mustfail: bad XPath
14159:
14160: * operators.txt, src/classes/table.C, tests/084.html,
14161: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14162: tests/129.html, tests/results/125.processed,
14163: tests/results/126.processed, tests/results/127.processed,
14164: tests/results/128.processed, tests/results/129.processed: merged
14165: from HEAD ^table.hash[key][$.distinct[tables]]
14166:
14167: maked appropriate tests [changed one old nonconforming]
14168:
14169: * operators.txt, src/classes/table.C:
14170: ^table.hash[key][$.distinct[tables]]
14171:
14172: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14173: merged fix for found very old xml (dom) bug: were passing
14174: domString objects and later ERROREOUSLY freed them
14175:
14176: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14177: src/main/pa_charset.C: re-added libgdome patch. regretfully
14178: libgdome bug can not be worked around
14179:
14180: 2003-04-10 paf
14181:
14182: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14183: found very old xml (dom) bug: were passing domString objects and
14184: later ERROREOUSLY freed them
14185:
14186: * src/doc/string.dox, src/include/pa_memory.h,
14187: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14188: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14189: tests/123.html, tests/124.html, tests/results/001.processed,
14190: tests/results/002.processed, tests/results/003.processed,
14191: tests/results/004.processed, tests/results/005.processed,
14192: tests/results/006.processed, tests/results/008.processed,
14193: tests/results/009.processed, tests/results/010.processed,
14194: tests/results/011.processed, tests/results/012.processed,
14195: tests/results/013.processed, tests/results/014.processed,
14196: tests/results/015.processed, tests/results/016.processed,
14197: tests/results/017.processed, tests/results/018.processed,
14198: tests/results/020.processed, tests/results/021.processed,
14199: tests/results/022.processed, tests/results/023.processed,
14200: tests/results/024.processed, tests/results/025.processed,
14201: tests/results/026.processed, tests/results/027.processed,
14202: tests/results/028.processed, tests/results/029.processed,
14203: tests/results/030.processed, tests/results/031.processed,
14204: tests/results/032.processed, tests/results/033.processed,
14205: tests/results/034.processed, tests/results/035.processed,
14206: tests/results/036.processed, tests/results/037.processed,
14207: tests/results/038.processed, tests/results/039.processed,
14208: tests/results/040.processed, tests/results/041.processed,
14209: tests/results/042.processed, tests/results/043.processed,
14210: tests/results/044.processed, tests/results/045.processed,
14211: tests/results/046.processed, tests/results/047.processed,
14212: tests/results/048.processed, tests/results/049.processed,
14213: tests/results/050.processed, tests/results/051.processed,
14214: tests/results/052.processed, tests/results/053.processed,
14215: tests/results/054.processed, tests/results/055.processed,
14216: tests/results/056.processed, tests/results/057.processed,
14217: tests/results/058.processed, tests/results/059.processed,
14218: tests/results/060.processed, tests/results/061.processed,
14219: tests/results/062.processed, tests/results/063.processed,
14220: tests/results/064.processed, tests/results/065.processed,
14221: tests/results/066.processed, tests/results/067.processed,
14222: tests/results/068.processed, tests/results/069.processed,
14223: tests/results/070.processed, tests/results/071.processed,
14224: tests/results/072.processed, tests/results/073.processed,
14225: tests/results/074.processed, tests/results/075.processed,
14226: tests/results/076.processed, tests/results/077.processed,
14227: tests/results/078.processed, tests/results/079.processed,
14228: tests/results/080.processed, tests/results/081.processed,
14229: tests/results/082.processed, tests/results/083.processed,
14230: tests/results/084.processed, tests/results/085.processed,
14231: tests/results/086.processed, tests/results/087.processed,
14232: tests/results/088.processed, tests/results/089.processed,
14233: tests/results/090.processed, tests/results/091.processed,
14234: tests/results/092.processed, tests/results/093.processed,
14235: tests/results/094.processed, tests/results/095.processed,
14236: tests/results/096.processed, tests/results/097.processed,
14237: tests/results/101.processed, tests/results/102.processed,
14238: tests/results/104.processed, tests/results/105.processed,
14239: tests/results/106.processed, tests/results/107.processed,
14240: tests/results/108.processed, tests/results/109.processed,
14241: tests/results/110.processed, tests/results/111.processed,
14242: tests/results/112.processed, tests/results/113.processed,
14243: tests/results/114.processed, tests/results/115.processed,
14244: tests/results/116.processed, tests/results/117.processed,
14245: tests/results/118.processed, tests/results/119.processed,
14246: tests/results/120.processed, tests/results/121.processed,
14247: tests/results/122.processed, tests/results/123.processed,
14248: tests/results/124.processed: new convention: char* never 0.
14249: assert in cord on that
14250:
14251: * src/main/pa_charset.C: couple more asserts
14252:
14253: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14254: speedup
14255:
14256: * src/main/pa_charset.C: couple assertions on fantastic situations
14257: added [may be those is the case now?]
14258:
14259: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14260: that's memory from gc_malloc, not from g_malloc :(, but would
14261: hope]
14262:
14263: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14264: that's memory from gc_malloc, not from g_malloc :(, but would
14265: hope]
14266:
14267: * src/main/pa_charset.C: checked custom malloc for returning 0
14268:
14269: 2003-04-09 paf
14270:
14271: * src/classes/date.C: merged ^date.roll changes
14272:
14273: * src/classes/date.C: ^date.roll bug fix
14274:
14275: * src/classes/date.C: ^date.roll now throws less errors: month
14276: shifts handles end of month situation by reducing day number
14277: hour-hole shift reduces hour to recover
14278:
14279: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14280: Sort by function time
14281:
14282: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14283: http:// $.charset[] param done
14284:
14285: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14286: added [after volatile fix. passes on win&intel-solaris]
14287:
14288: 2003-04-08 paf
14289:
14290: * src/: classes/file.C, classes/op.C, classes/table.C,
14291: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14292: include/pa_common.h, include/pa_request_charsets.h,
14293: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14294: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14295: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14296: types/pa_vresponse.C: started http:// $.charset[] param and
14297: http response charset detection just compiled. todo:test
14298:
14299: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14300:
14301: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14302: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14303: types/pa_vmail.C: changed transcode param converntion along with
14304: string creating convention -- all strings are zero-terminated,
14305: this allowed to fix one remaining String("123", 2) case
14306:
14307: * src/: classes/date.C, classes/file.C, classes/hash.C,
14308: classes/op.C, classes/string.C, classes/table.C,
14309: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14310: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14311: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14312: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14313: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14314: violated String::invariant. started fixing [not compiled now]
14315:
14316: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14317: main/compile.tab.C, main/compile.y, main/pa_string.C,
14318: main/untaint.C, targets/cgi/parser3.C: number of string style
14319: improvements & optimizations
14320:
14321: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14322: :(]
14323:
14324: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14325: [for it's a pointer really]
14326:
14327: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14328: 'n' param. worked that around
14329:
14330: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14331: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14332: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14333: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14334: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14335:
14336: Thanks for the bug report and patch.
14337:
14338: I hadn't looked at this code in a while. Reading it now, it
14339: seems to me that the tests should also be ">= MAX_DEPTH" to
14340: comply with the invariant, though that may not matter a lot. I
14341: changed that, too.
14342:
14343: Hans
14344:
14345: 2003-04-07 paf
14346:
14347: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14348: merged from head:safe mode error message now includes numbers
14349:
14350: * src/main/execute.C: n-th attempt to make a=a work with double.
14351: problem: as_double returns it's result in fp-register compiler
14352: optimizes access to that register after b->as_double, and just
14353: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14354: from memory. _SAME_ double values do not match here. when
14355: forced to REload fp-register, values do match.
14356:
14357: tried to make them volatile.
14358:
14359: * src/main/execute.C: n-th attempt to make a=a work with double.
14360: problem: as_double returns it's result in fp-register compiler
14361: optimizes access to that register after b->as_double, and just
14362: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14363: from memory. _SAME_ double values do not match here. when
14364: forced to REload fp-register, values do match.
14365:
14366: tried to make them volatile.
14367:
14368: * src/types/pa_vobject.h: small style change
14369:
14370: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14371:
14372: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14373: mode error message now includes numbers
14374:
14375: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14376: now causes death
14377:
14378: 2003-04-04 paf
14379:
14380: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14381: incorportated pa_exec patch by From: "Victor Fedoseev"
14382: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14383: Sent: Thursday, January 23, 2003 9:14 AM
14384:
14385: huge speedup on ^file::cgi with big result
14386:
14387: * src/classes/table.C: sort table with 0 rows bug fixed
14388:
14389: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14390: fix http://i2/tasks/edit/?id=4493701604654042676
14391:
14392: @main[] $with_default[ $.a[1] $._default[default from
14393: with_default] ] ^show[$with_default]
14394:
14395: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14396: =$to_add_to.xxx=<br>
14397:
14398: ^show[$to_add_to]
14399:
14400: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14401: ^show[$cloned]
14402:
14403: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14404:
14405: } <hr>
14406:
14407: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14408: http://i2/tasks/edit/?id=4493701604654042676
14409:
14410: @main[] $with_default[ $.a[1] $._default[default from
14411: with_default] ] ^show[$with_default]
14412:
14413: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14414: =$to_add_to.xxx=<br>
14415:
14416: ^show[$to_add_to]
14417:
14418: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14419: ^show[$cloned]
14420:
14421: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14422:
14423: } <hr>
14424:
14425: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14426: http://i2/tasks/edit/?id=4507350336410850921
14427:
14428: * src/classes/xdoc.C: memory allocation func bugfix
14429: http://i2/tasks/edit/?id=4499303470368629745
14430:
14431: * src/classes/math.C: allowed random 1...
14432:
14433: * src/classes/math.C: allowed random 0..
14434:
14435: * src/main/pa_globals.C: exif mem leak
14436: http://i2/tasks/edit/?id=4480590323629807263
14437:
14438: * src/: classes/classes.dsp, main/main.dsp,
14439: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14440: fix http://i2/tasks/edit/?id=4493946731322521294
14441: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14442:
14443: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14444: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14445: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14446: links to xml libs made relative, no need to unpack parser3project
14447: to /parser3project.
14448:
14449: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14450: column more precise - tab handling bug fixed
14451:
14452: * src/main/: compile.tab.C, compile.y: more understandable error
14453: message in case @CLASS with more then one line inside
14454:
14455: * src/targets/cgi/parser3.C: more understandable error message in
14456: case of errors in @unhandled_exception
14457:
14458: 2003-04-03 paf
14459:
14460: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14461: src/main/compile.tab.C, src/main/compile.y,
14462: src/main/compile_tools.C, src/main/compile_tools.h,
14463: src/main/execute.C, src/main/pa_request.C: debug info format
14464: simplified, now it's: OP_VALUE Operation::Origin << here value*
14465:
14466: higher limits: file number (max: 255) line number (max:
14467: 64535) column number (max: 255)
14468:
14469: * src/classes/math.C: top limit
14470:
14471: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14472: precise parse error position in case of
14473:
14474: ^bug ]
14475:
14476: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14477: changed to realities, and passed [bug fixed]
14478:
14479: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14480: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14481: main/compile_tools.h, main/pa_request.C: introducing
14482: ^process...[main-method-alias]
14483:
14484: * src/: classes/date.C, classes/image.C, classes/op.C,
14485: classes/string.C, classes/table.C, classes/xdoc.C,
14486: types/pa_vmethod_frame.h: MethodParams& now [methods without
14487: params receive zero reference, but they are expected not to look
14488: there]
14489:
14490: * operators.txt, src/classes/date.C, src/classes/double.C,
14491: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14492: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14493: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14494: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14495: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14496: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14497: [methods without params receive zero reference, but they are
14498: expected not to look there]
14499:
14500: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14501: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14502: ^process...[filename] useful for better error reporting
14503: [file/line/col]
14504:
14505: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14506: types/pa_vstring.h: slightly improved error messages text: 1. is
14507: '%s', it 2. method undefined in case of ^void[]
14508:
14509: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14510: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14511: handling done. now we have error columns todo: test it
14512:
14513: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14514: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14515:
14516: this makes life easier: were: bad stack order -- were in
14517: exception catch unwind order, which didn't match execution order
14518:
14519: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14520:
14521: @first[] ^throw[a;1]
14522:
14523: showed throw a first throw b try
14524:
14525: which is no good
14526:
14527: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14528: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14529: trace reset after handled exception [old bug fixed]
14530:
14531: * src/main/: compile.tab.C, compile.y: parse position old bug
14532: fixed. position reporting made precise [both, in parse erros and
14533: runtime errors]
14534:
14535: 2003-04-02 paf
14536:
14537: * src/: include/pa_operation.h, include/pa_request.h,
14538: main/compile.C, main/compile.tab.C, main/compile.y,
14539: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14540: main/pa_exception.C, main/pa_request.C: debug info: started
14541: using. todo:complete
14542:
14543: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14544: main/compile.C, main/compile.tab.C, main/compile.y,
14545: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14546: main/pa_request.C: prepared debug info todo:use it
14547:
14548: * src/include/pa_operation.h: strange mistake fixed: forgot to
14549: return Operation class->union after switching from autoptrs.
14550:
14551: * tests/: Makefile, results/108.processed, results/117.processed:
14552: meta considered OK [it's up to coder now to remove it not needed]
14553:
14554: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14555: Dictionary constructor when moved to gc]
14556:
14557: * src/main/pa_common.C: uncommented http:// file loading
14558:
14559: * src/include/pa_array.h, src/main/execute.C,
14560: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14561: fix [gdGrowingBuf]
14562:
14563: * configure.in, src/lib/Makefile.am: removed patches
14564:
14565: * configure, src/include/pa_config_auto.h.in,
14566: src/main/pa_charset.C: --enable-assertions autoconf-ed
14567:
14568: * src/main/pa_common.C: uncommented http:// file loading
14569:
14570: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14571: xdoc::create/load
14572:
14573: * src/: classes/form.C, classes/hash.C, classes/image.C,
14574: classes/string.C, classes/table.C, classes/void.C,
14575: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14576: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14577: String::String(str,helper_length) are checked. found/fixed one
14578: place: $request:body now zero-terminated,
14579:
14580: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14581: main/compile_tools.C, main/execute.C, types/pa_value.h,
14582: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14583: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14584: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14585: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14586: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14587: types/pa_vxnode.h: more locally scoped vars in execute (more
14588: easily optimizable)
14589:
14590: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14591: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14592:
14593: * src/: include/pa_array.h, include/pa_stack.h,
14594: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14595: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14596: become assertion iterator in methodframe filler
14597:
14598: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14599: targets/cgi/parser3.C: array::get/put inlined
14600:
14601: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14602: gc_substitute_memory_management_functions +installed CORD_oom
14603: function
14604:
14605: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14606: src/include/pa_config_includes.h, src/include/pa_string.h,
14607: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14608: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14609: assertions started configure.in --enable-assertions
14610:
14611: 2003-04-01 paf
14612:
14613: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14614: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14615: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14616: gdome uses glib memory, and stores last pointer to xmlDoc there,
14617: gc misses that and collects valid memory fixed by remembering
14618: xmlDoc from dom object in xdoc. todo: do something with
14619: premature free of xdoc with xnodes/node values referring into it
14620:
14621: * src/classes/: mail.C: typo fix
14622:
14623: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14624: changes
14625:
14626: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14627: main/pa_memory.C: moved memory debugging to global level: to
14628: pa_gc_malloc
14629:
14630: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14631: debugging showed no errors. todo: debug parser memory
14632:
14633: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14634: configurations
14635:
14636: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14637: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14638: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14639: types/types.dsp: prepared xml-static configuration
14640:
14641: 2003-03-31 paf
14642:
14643: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14644: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14645: xml lib memory debugging, simple checks failed: it seems that
14646: library does realloc(bad ptr), and recording those ptrs in heap
14647: [for debugging] was bad: heap situation changes = everything
14648: works fine
14649:
14650: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14651: xmlRegisterCharEncodingHandler limitation [currently imposed
14652: limit of 10 user-defined charsets]
14653:
14654: 2003-03-28 paf
14655:
14656: * src/main/execute.C: execution stack copied to local register
14657: variable, removed lots [~2e7) of memory accesses
14658:
14659: 2003-03-27 paf
14660:
14661: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14662: works in debug, but fails in release todo: fix that
14663:
14664: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14665: targets/cgi/parser3.C: forgot to merge XML memory funcs
14666: replacement from gc branch
14667:
14668: * src/main/pa_exec.C: introducing append_help_length [radical
14669: improvement here]
14670:
14671: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14672: 'not recommened' in gc.h, on win32 noticed no difference]
14673:
14674: * src/include/pa_array.h: returned checked array get [were disabled
14675: for debugging] result:not slower [don't understand that, it were
14676: INLINED] todo: find out a way of inlining it!
14677:
14678: * src/: include/pa_string.h, lib/gc/include/gc.h,
14679: lib/gc/include/gc_fake.h, main/compile.tab.C,
14680: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14681: convention changed: all resulting strings are zero-terminated
14682:
14683: * src/: classes/date.C, classes/file.C, classes/hash.C,
14684: classes/string.C, classes/table.C, classes/void.C,
14685: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14686: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14687: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14688: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14689: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14690: types/pa_vfile.C, types/pa_vmail.C: introducing
14691: append_help_length [radical improvement here]
14692:
14693: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14694: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14695: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14696: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14697: even slower
14698:
14699: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14700: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14701: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14702: clients of &get(): most to use non-ref version, some[in tight
14703: places] to get_unchecked_ref
14704:
14705: * src/doc/memory.dox: forgot to add
14706:
14707: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14708: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14709: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14710: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14711: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14712: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14713: targets/cgi/parser3.dsp, types/pa_vmail.C,
14714: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14715: T>>&<< removed after Stack::pop wiping removed [moved to separate
14716: func] other Array & removed
14717:
14718: 2003-03-26 paf
14719:
14720: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14721: classes/table.C, include/pa_array.h, include/pa_charset.h,
14722: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14723: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14724: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14725: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14726: main/pa_exec.C, main/pa_sql_driver_manager.C,
14727: main/pa_stylesheet_manager.C, main/pa_table.C,
14728: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14729: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14730: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14731: pre-evaluated .count() in some places
14732:
14733: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14734: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14735: types/types.dsp: .dsp profiling updated
14736:
14737: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14738: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14739: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14740:
14741: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14742: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14743: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14744: use lib/gc,lib/cord
14745:
1.116 moko 14746: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14747: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14748: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14749: src/include/pa_config_includes.h, src/include/pa_request.h,
14750: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14751: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14752: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14753: src/lib/cord/include/Makefile.am,
1.116 moko 14754: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14755: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14756: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14757: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14758: src/types/pa_vform.h, src/types/pa_vhash.h,
14759: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14760: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14761: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14762: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14763: funcs ported pa_exec
1.95 moko 14764:
14765: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14766:
14767: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14768: bundled gc includes
14769:
14770: * src/: classes/op.C, include/pa_array.h,
14771: include/pa_sql_connection.h, include/pa_string.h,
14772: include/pa_version.h, main/compile.tab.C, main/compile.y,
14773: main/execute.C, main/pa_common.C, main/pa_exception.C,
14774: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14775: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14776: first real site (aval)]
14777:
14778: 2003-03-25 paf
14779:
14780: * operators.txt, src/main/pa_sql_driver_manager.C,
14781: src/types/pa_vstatus.C: $status.memory used free since_compact
14782: process
14783:
14784: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14785: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14786:
14787: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14788:
14789: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14790: src/types/pa_value.h, src/types/pa_vfile.h,
14791: src/types/pa_vobject.C, src/types/pa_vobject.h,
14792: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14793: tests/results/121.processed: untaint.C L_URI
14794:
14795: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14796: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14797: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14798: src/types/pa_vmemory.h: ^memory:compact[]
14799:
14800: * tests/results/109.processed: it was a bug in parser. updated 109
14801: test result
14802:
14803: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14804:
14805: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14806: tests/results/107.processed: fixed dom language [values are now
14807: considered tainted. it was a bug in parser. updated 107 test
14808: result
14809:
14810: * src/classes/xdoc.C: fixed transform params
14811:
14812: * src/: include/pa_stylesheet_manager.h,
14813: main/pa_stylesheet_manager.C: fixed stylesheet caching
14814:
14815: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14816: overloads for structure handling
14817:
14818: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14819: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14820: StringBody(0) ambiguilty, introducting static
14821: StringBody::Format(int)
14822:
14823: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14824: linked
14825:
14826: * src/types/pa_vxdoc.C: vxdoc compiled
14827:
14828: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14829: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14830: finalizers isntalled
14831:
14832: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14833: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14834: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14835: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14836: compiled todo: xnode.C / finalizers
14837:
14838: * src/doc/string.dox: updated: new string internals
14839:
14840: 2003-03-24 paf
14841:
14842: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14843: include/pa_charset.h, include/pa_config_fixed.h,
14844: include/pa_request.h, include/pa_stylesheet_connection.h,
14845: include/pa_stylesheet_manager.h, main/pa_charset.C,
14846: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14847: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14848: types/pa_vxnode.h: started XML
14849:
14850: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14851:
14852: * src/: classes/file.C, classes/image.C, classes/mail.C,
14853: include/pa_string.h, main/pa_common.C,
14854: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14855:
14856: * src/: classes/file.C, classes/image.C, classes/mail.C,
14857: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14858: main/pa_request.C, main/pa_sql_driver_manager.C,
14859: types/pa_vimage.h: size_t pos everywhere checks changed to check
14860: for eq STRING_NOT_FOUND
14861:
14862: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14863: optimize bit implemented
14864:
14865: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14866: String::ArrayFragment::append_positions fixed
14867:
14868: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14869: String::this_starts fixed
14870:
14871: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14872:
14873: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14874: hashcode implemented fully, including per-char callback [it can
14875: be - substr CORD node]
14876:
14877: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14878: rewritten to rewalloc with 100byte buf ahead
14879:
14880: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14881: src/include/pa_string.h, src/main/compile.tab.C,
14882: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14883: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14884: CORD_ec [bad] would rewrite as realloc now
14885:
14886: * src/: classes/date.C, classes/file.C, classes/form.C,
14887: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14888: include/pa_cache_managers.h, include/pa_charsets.h,
14889: include/pa_common.h, include/pa_request.h,
14890: include/pa_sql_driver_manager.h, include/pa_table.h,
14891: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14892: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14893: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14894: types/pa_vmail.C, types/pa_vmethod_frame.C,
14895: types/pa_vstateless_class.h: 2*2 worked :)
14896:
14897: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14898: src/include/pa_exec.h, src/include/pa_string.h,
14899: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14900: passed OK
14901:
14902: * src/: classes/hash.C, classes/string.C, classes/table.C,
14903: types/pa_value.C: all linked todo: debug
14904:
14905: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14906: types/pa_vstateless_class.C: all compiled. todo:link
14907:
14908: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14909:
14910: * src/types/pa_vtable.C: pa_vtable.C compiled
14911:
14912: * src/types/pa_vstring.C: pa_vstring.C compiled
14913:
14914: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14915:
14916: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14917: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14918: pa_vstateless_class.C, pa_vstateless_class.h:
14919: pa_vstateless_class.C compiled
14920:
14921: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14922: types/pa_vmath.C: pa_vmail.C compiled
14923:
14924: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14925:
14926: * src/types/pa_vform.C: pa_vform.C compiled
14927:
14928: * src/types/pa_vfile.C: pa_vfile.C compiled
14929:
14930: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14931: pa_vstateless_class.C: pa_vcookie.C compiled
14932:
14933: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14934: types/pa_vhash.h: pa_value.C compiled
14935:
14936: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14937: classes.lib main.lib compiled
14938:
14939: * src/classes/void.C: void.C compiled
14940:
14941: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14942: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14943: compiled
14944:
14945: * src/: classes/string.C, include/pa_request.h,
14946: include/pa_string.h, main/pa_string.C: string.C compiled
14947:
14948: * src/: classes/op.C, classes/string.C, classes/table.C,
14949: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14950: main/pa_request.C, main/pa_string.C: op.C compiled
14951:
14952: * src/classes/: math.C, op.C: math.C compiled
14953:
14954: * src/: classes/mail.C, classes/string.C, classes/table.C,
14955: types/pa_vmail.h: mail.C compiled
14956:
14957: * src/classes/: int.C, table.C: int.C compiled
14958:
14959: * src/: classes/hash.C, classes/image.C, classes/string.C,
14960: classes/table.C, include/pa_memory.h, include/pa_string.h,
14961: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14962: compiled
14963:
14964: * src/: classes/hash.C, classes/string.C, classes/table.C,
14965: classes/void.C, classes/xdoc.C, include/pa_request.h,
14966: include/pa_sql_connection.h: hash.C compiled
14967:
14968: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14969: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14970: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14971: classes/math.C, classes/op.C, classes/response.C,
14972: classes/string.C, classes/table.C, classes/void.C,
14973: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14974: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14975: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14976: file.C table.C compiled
14977:
14978: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14979: main/untaint.C: main.lib compiled
14980:
14981: 2003-03-21 paf
14982:
14983: * src/: classes/op.C, include/pa_cache_managers.h,
14984: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14985: include/pa_stylesheet_manager.h, main/pa_exception.C,
14986: main/pa_globals.C, main/pa_sql_driver_manager.C,
14987: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14988: compiled
14989:
14990: * src/: classes/hash.C, classes/image.C, classes/op.C,
14991: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14992: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14993: main/compile.C, main/pa_common.C, main/pa_request.C,
14994: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14995: pa_request.C compiled
14996:
14997: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14998: include/pa_request.h, main/execute.C, main/pa_request.C,
14999: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15000: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15001: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15002: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15003: compiled
15004:
15005: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15006: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15007: on unix
15008:
15009: * src/: include/pa_charset.h, include/pa_charsets.h,
15010: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15011: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15012: pa_charsets.C compiled
15013:
15014: * src/: classes/image.C, classes/mail.C, classes/op.C,
15015: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15016: main/compile.y, main/execute.C, main/pa_common.C,
15017: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15018: types/pa_vcode_frame.h, types/pa_vimage.h,
15019: types/pa_vmethod_frame.h: execute.C compiled
15020:
15021: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15022: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15023: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15024: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15025: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15026: include/pa_cache_managers.h, include/pa_charsets.h,
15027: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15028: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15029: include/pa_sql_driver_manager.h, include/pa_string.h,
15030: include/pa_stylesheet_connection.h,
15031: include/pa_stylesheet_manager.h, include/pa_table.h,
15032: main/compile.C, main/compile.tab.C, main/compile.y,
15033: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15034: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15035: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15036: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15037: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15038: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15039: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15040: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15041: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15042: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15043: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15044: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15045: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15046: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15047: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15048: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15049: types/pa_vresponse.h, types/pa_vstateless_class.C,
15050: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15051: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15052: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15053: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15054: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15055: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15056: [C++ CORD wrapper]
15057:
15058: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15059:
15060: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15061: $file::exec/cgi[script; $.charset[this is script's charset]
15062:
15063: command line, env values, input got transcoded before call
15064: stdout, stderr got transcoded after call
15065:
15066: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15067: by default. use: ^file::exec[...;$.stdin[$request.body]
15068:
15069: * src/main/pa_common.C: } typo bug fix
15070:
15071: * src/main/pa_common.C: } typo bug fix
15072:
15073: 2003-03-20 paf
15074:
15075: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15076: main/untaint.C: cord bug fix, but still errors todo: clear out
15077:
15078: * src/include/pa_string.h: more tests
15079:
15080: * src/main/pa_string.C: string.pos fixed
15081:
1.116 moko 15082: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15083: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15084: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15085: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15086: replaces
1.95 moko 15087:
15088: * src/: classes/image.C, include/pa_dictionary.h,
15089: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15090: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15091: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15092: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15093:
15094: * src/include/pa_string.h: warning
15095:
15096: * src/include/pa_string.h: this_starts fixed
15097:
15098: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15099: new String ctor & append params convention
15100:
15101: * src/: classes/file.C, classes/hash.C, classes/image.C,
15102: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15103: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15104: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15105: main/pa_exception.C, main/pa_exec.C,
15106: main/pa_sql_driver_manager.C, main/pa_string.C,
15107: main/pa_stylesheet_manager.C, main/untaint.C,
15108: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15109: types/pa_vmail.C: more tests OK
15110:
15111: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15112: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15113: gc/exit runned OK
15114:
15115: * src/types/pa_vmail.C: another naming problem: should not name
15116: vars like that: unpredictable close caused problems with later
15117: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15118: descriptors missing on startup: stdin; Bad file number
15119:
15120: todo: find out why so many filters(stream) here. probably wrong?
15121:
15122: * src/: include/pa_dictionary.h, include/pa_string.h,
15123: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15124: main/untaint.C: test compiled
15125:
15126: * src/: classes/image.C, classes/mail.C, classes/math.C,
15127: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15128: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15129: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15130: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15131: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15132: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15133: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15134: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15135: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15136:
15137: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15138: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15139: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15140: src/include/pa_memory.h, src/include/pa_request.h,
15141: src/include/pa_request_charsets.h,
15142: src/include/pa_sql_connection.h, src/include/pa_string.h,
15143: src/main/compile.tab.C, src/main/execute.C,
15144: src/main/pa_charset.C, src/main/pa_common.C,
15145: src/main/pa_exception.C, src/main/pa_exec.C,
15146: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15147: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15148: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15149: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15150: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15151: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15152: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15153: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15154: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15155: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15156: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15157: pa_common.C [done, without http for now]
15158:
15159: 2003-03-19 paf
15160:
15161: * src/: classes/date.C, classes/form.C, classes/hash.C,
15162: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15163: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15164: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15165: include/pa_string.h, include/pa_table.h, main/compile.C,
15166: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15167: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15168: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15169: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15170: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15171: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15172: types/pa_vstateless_class.h, types/pa_vtable.C,
15173: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15174: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15175: types/pa_wwrapper.h: started test
15176:
1.116 moko 15177: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15178: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15179:
15180: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15181: include/pa_string.h, main/pa_string.C: string compiled todo: test
15182: it
15183:
15184: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15185: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15186: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15187: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15188: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15189: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15190: types/pa_vmethod_frame.h, types/types.dsp: string
15191: reimplementation with cord+array<fragment>: 70%
15192:
15193: 2003-03-18 paf
15194:
15195: * src/: classes/date.C, classes/file.C, classes/form.C,
15196: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15197: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15198: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15199: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15200: can ignore lang in cmp and pos really, but would
15201: split properly!
15202:
15203: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15204: cord part made parser/src/lib: it's not compiled into libgc by
15205: default
15206:
15207: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15208: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15209: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15210: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15211: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15212: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15213: src/classes/xnode.C, src/classes/xnode.h,
15214: src/include/Makefile.am, src/include/pa_cache_managers.h,
15215: src/include/pa_charset.h, src/include/pa_charsets.h,
15216: src/include/pa_common.h, src/include/pa_dictionary.h,
15217: src/include/pa_exception.h, src/include/pa_exec.h,
15218: src/include/pa_globals.h, src/include/pa_hash.h,
15219: src/include/pa_memory.h, src/include/pa_pool.h,
15220: src/include/pa_request.h, src/include/pa_request_charsets.h,
15221: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15222: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15223: src/include/pa_stylesheet_connection.h,
15224: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15225: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15226: src/main/compile.C, src/main/compile.tab.C,
15227: src/main/compile_tools.C, src/main/compile_tools.h,
15228: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15229: src/main/pa_charsets.C, src/main/pa_common.C,
15230: src/main/pa_dictionary.C, src/main/pa_exception.C,
15231: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15232: src/main/pa_pool.C, src/main/pa_request.C,
15233: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15234: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15235: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15236: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15237: src/types/pa_junction.h, src/types/pa_method.h,
15238: src/types/pa_value.C, src/types/pa_value.h,
15239: src/types/pa_vclass.C, src/types/pa_vclass.h,
15240: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15241: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15242: src/types/pa_vdouble.h, src/types/pa_venv.h,
15243: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15244: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15245: src/types/pa_vimage.C, src/types/pa_vimage.h,
15246: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15247: src/types/pa_vmath.C, src/types/pa_vmath.h,
15248: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15249: src/types/pa_vobject.C, src/types/pa_vobject.h,
15250: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15251: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15252: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15253: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15254: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15255: src/types/pa_vstring.h, src/types/pa_vtable.C,
15256: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15257: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15258: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15259: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15260: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15261: gc: PA_Object done lots of replacements also
15262:
15263: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15264: gc logging
15265:
15266: 2003-03-17 paf
15267:
15268: * src/: classes/date.C, classes/file.C, classes/form.C,
15269: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15270: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15271: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15272: include/pa_string.h, include/pa_types.h, main/compile.C,
15273: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15274: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15275: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15276: main/pa_sql_driver_manager.C, main/pa_string.C,
15277: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15278: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15279: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15280: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15281: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15282: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15283: types/pa_vxnode.h: libgc attempt
15284:
15285: 2003-03-13 paf
15286:
15287: * src/: include/pa_sql_driver_manager.h,
15288: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15289: called
15290:
15291: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15292: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15293: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15294: types/pa_value.h, types/pa_vobject.h,
15295: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15296: set_base, set_derived simplified [counter leaks fixed]
15297:
15298: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15299: src/types/types.dsp: incorporated status class patch From:
15300: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15301: 2003 8:14 AM
15302:
15303: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15304: Win32 specific: QuotaPeakNonPagedPoolUsage
15305: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15306:
15307: 2003-03-12 paf
15308:
1.116 moko 15309: * configure, configure.in, src/lib/ltdl/configure,
15310: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15311: lib/ltdl/Makefile now created by /configure.in only [were by
15312: lib/ltdl/configure.in OVERWRITE]
15313:
1.116 moko 15314: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15315: linkage fixed for g++ 3.2.2
1.95 moko 15316:
15317: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15318: on using privately declared class [fixed]
15319:
15320: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15321: 3.2 rightliy complained on using privately declared class [fixed]
15322:
15323: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15324: sigpipe before request constructor now causes death
15325:
15326: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15327: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15328: not cause exception in exception handler
15329:
1.116 moko 15330: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15331: now default links libstdc++ statically. that can be overriden by
15332: --with-dynamic-stdcpp
1.95 moko 15333:
15334: 2003-03-11 paf
15335:
15336: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15337: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15338: necessity of libstdc++
15339:
15340: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15341:
15342: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15343:
15344: 2003-03-08 paf
15345:
15346: * tests/Makefile: make install & co
15347:
15348: * src/: include/pa_request.h, classes/op.C: removing
15349: vclass,object.h -> pa_request.h dependency
15350:
15351: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15352: main/pa_request.C: removing vform,response,cookie.h ->
15353: pa_request.h dependency
15354:
15355: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15356: dependency [testing...]
15357:
15358: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15359: return 0; fixed
15360:
15361: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15362: types/pa_vmail.h: vmail.C received just compiled [not tested]
15363:
15364: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15365:
15366: * src/main/pa_request.C: forgotten: ifdef XML
15367:
15368: * src/main/pa_request.C: forgotten: ifdef XML
15369:
15370: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15371: win32 and run memleak tests again
15372:
15373: * src/targets/cgi/parser3.C: charsets: see some strange things with
15374: old xml lib-- it's internal memory handling has faults
15375:
15376: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15377: problems when transcode from charset A to A.
15378:
15379: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15380: todo: still problems when transcode from charset A to A.
15381:
15382: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15383: classes/table.C, include/pa_array.h,
15384: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15385: started full-scale-site-test [~ http://parser.ru sources]
15386:
15387: some fixes
15388:
15389: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15390: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15391: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15392: results/110.processed, results/111.processed,
15393: results/112.processed, results/113.processed,
15394: results/114.processed, results/115.processed,
15395: results/116.processed, results/117.processed,
15396: results/118.processed, results/119.processed,
15397: results/120.processed: xml: tests 109 dom create/show 110 xpath
15398: selectSingle 111 xdoc.create from tainted & 112
15399: xdoc.create/output with russian attr value 113 xpath
15400: selectString/Number 114 dom attributes.count 115 xpath selectBool
15401: 116 output media-type change 117 transform by dom stylesheet 118
15402: empty transform result 119 dom setAttribute 120 nbsp letter
15403: output
15404:
15405: =END OF PREPARED XML TESTS=
15406:
15407: 2003-03-07 paf
15408:
15409: * src/classes/xdoc.C, src/include/pa_charset.h,
15410: src/include/pa_stylesheet_connection.h, tests/108.html,
15411: tests/108.xsl, tests/results/108.processed: xml: test 108
15412: transform with params [bugs fixed]
15413:
15414: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15415: from copy/paste bug
15416:
15417: * src/classes/xdoc.C, src/include/pa_charset.h,
15418: src/include/pa_request.h, src/main/execute.C,
15419: src/main/pa_charset.C, src/main/pa_exception.C,
15420: src/main/pa_globals.C, src/main/pa_request.C,
15421: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15422: src/types/pa_vxnode.C, tests/107.html,
15423: tests/results/107.processed: xml: test: 107 bug fixes
15424:
15425: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15426: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15427: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15428:
15429: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15430: string
15431:
15432: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15433: mem alloc functions used for different cases [libxml, libxsl]
15434:
15435: * src/classes/classes.C: fixed: prevent system classes from
15436: modification to lock ALL the classes, not only directly used
15437:
15438: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15439: linked
15440:
15441: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15442:
15443: 2003-03-06 paf
15444:
15445: * src/classes/xdoc.C: xdoc.C 50%
15446:
15447: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15448: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15449: main/pa_globals.C, main/pa_request.C,
15450: main/pa_stylesheet_manager.C: xnode.C compiled
15451:
15452: * src/: include/pa_stylesheet_connection.h,
15453: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15454: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15455:
15456: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15457: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15458: xml: stylesheet&manager STARTED
15459:
15460: * src/: include/pa_globals.h, main/pa_charset.C,
15461: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15462:
15463: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15464: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15465: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15466: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15467: charsets
15468:
15469: * tests/023.html: in some cases it rounded up badly. postponing
15470: solution of that problem, making more simple test
15471:
15472: * tests/: 058_paf2000.png, results/058.processed: .png added with
15473: -kb now
15474:
15475: * src/: include/pa_charset.h, include/pa_charsets.h,
15476: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15477: moved to charsets.C
15478:
15479: 2003-03-05 paf
15480:
15481: * src/classes/string.C, src/include/pa_string.h,
15482: src/main/pa_string.C, tests/105.html,
15483: tests/results/105.processed: String::match bug fixed
15484:
15485: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15486: tests/results/104.processed: ^bpt operator added [does int3 in
15487: debug build on win32]
15488:
15489: * tests/: 057.html, results/057.processed: test bug fixed
15490:
1.116 moko 15491: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15492:
15493: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15494: missing
15495:
1.116 moko 15496: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15497: forgotten files added to Makes
1.95 moko 15498:
15499: * ltmain.sh: ltmain.sh added
15500:
15501: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15502: change undone ;(
15503:
15504: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15505: made static
15506:
15507: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15508: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15509: todo:make linker happy
1.95 moko 15510:
15511: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15512: env param made optional
15513:
15514: 2003-03-04 paf
15515:
15516: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15517: types/pa_vimage.h: number of gcc compiler bugs fixed
15518:
15519: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15520: results/103.processed: tests: 103 image.copy transparence test
15521:
15522: * src/main/execute.C, tests/101.html, tests/102.html,
15523: tests/results/101.processed, tests/results/102.processed: tests:
15524: 101 method/variable name conflict test 102 form fields change
15525: should not not change anything [bug fix]
15526:
15527: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15528: results/099.processed, results/100.processed: tests: 57 date
15529: create 2002: added 99,100 response:body/download
15530:
15531: * src/classes/image.C, tests/098.html, tests/098font.gif,
15532: tests/results/098.processed: test: 98 image font text [bug fixed]
15533:
15534: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15535: tests/results/097.processed: test: 97 file::load http:// [bugs
15536: fixed]
15537:
15538: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15539: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15540: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15541: image EXIF [bug fixed]
15542:
15543: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15544: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15545: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15546: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15547: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15548: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15549: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15550: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15551: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15552: tests/094.html, tests/095.html, tests/results/061.processed,
15553: tests/results/062.processed, tests/results/063.processed,
15554: tests/results/064.processed, tests/results/065.processed,
15555: tests/results/066.processed, tests/results/067.processed,
15556: tests/results/068.processed, tests/results/069.processed,
15557: tests/results/070.processed, tests/results/071.processed,
15558: tests/results/072.processed, tests/results/073.processed,
15559: tests/results/074.processed, tests/results/075.processed,
15560: tests/results/076.processed, tests/results/077.processed,
15561: tests/results/078.processed, tests/results/080.processed,
15562: tests/results/081.processed, tests/results/082.processed,
15563: tests/results/083.processed, tests/results/084.processed,
15564: tests/results/085.processed, tests/results/086.processed,
15565: tests/results/087.processed, tests/results/088.processed,
15566: tests/results/089.processed, tests/results/090.processed,
15567: tests/results/091.processed, tests/results/092.processed,
15568: tests/results/093.processed, tests/results/094.processed,
15569: tests/results/095.processed, tests/079.html,
15570: tests/results/079.processed: tests: 61 file::stat size 62
15571: string->int autoconvert 63 double .int,dec,div,mul 64 date
15572: compare 65 file: basename,justname,justext 66 math:crypt 67
15573: string.match simple on long 68 string.match normalized simple on
15574: long 69 string.int 70 file::stat content-type 71 table.join 72
15575: hash parameter conditional pass 73 date daylightsaving,yearday 74
15576: date arithmetics 75 response date values/attributes 76 string.pos
15577: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15578: with local 80 scientific numeric literal in string autoconvert 81
15579: xor: logical and numerical 82 for delims 83 menu delims 84
15580: table.hash distinct 85 long string replace 86 throw+catch
15581: current language preserve 87 bit shifts 88 junction tests +
15582: $caller test 89 hash.foreach selfmodification 90 int/void to int
15583: 91 $caller test 92 junction is + def junction tests 93 $caller
15584: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15585:
15586: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15587: fixed] 60 string eq string [bug fixed]
15588:
15589: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15590: 058.html, 058_paf2000.png, 059.html, 060.html,
15591: results/053.processed, results/054.processed,
15592: results/055.processed, results/056.processed,
15593: results/057.processed, results/058.processed,
15594: results/059.processed, results/060.processed: test: 53
15595: string.replace 54 junctions 55 table.hash 56 call indirect 57
15596: date.create[string] 58 image.measure[png]
15597:
15598: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15599: outputs/051.processed, results/052.processed: test: 52
15600: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15601: task: fix that
15602:
15603: 2003-03-03 paf
15604:
15605: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15606: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15607: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15608: outputs/049.processed, outputs/050.processed,
15609: outputs/051.processed, results/001.processed,
15610: results/002.processed, results/003.processed,
15611: results/005.processed, results/006.processed,
15612: results/008.processed, results/009.processed,
15613: results/011.processed, results/012.processed,
15614: results/013.processed, results/014.processed,
15615: results/015.processed, results/016.processed,
15616: results/017.processed, results/020.processed,
15617: results/021.processed, results/022.processed,
15618: results/024.processed, results/025.processed,
15619: results/026.processed, results/027.processed,
15620: results/028.processed, results/029.processed,
15621: results/030.processed, results/031.processed,
15622: results/049.processed, results/050.processed,
15623: results/051.processed, results/043.processed,
15624: results/044.processed, results/045.processed,
15625: results/046.processed, results/047.processed,
15626: results/048.processed: tests: 43,44,45 date rolls 46
15627: autoevaluating junction 47 table.select 48 name with subvar 49
15628: hash-creating switch 50 process 51 started parent/child, works as
15629: it were but it were NOT GOOD, created separate task to fix that
15630:
15631: * tests/: 042.html, results/042.processed: test: 42
15632: exception.handled
15633:
15634: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15635: expression
15636:
15637: * tests/: 040.html, results/040.processed: test: 39 method result
15638: of type table 40 method param junction auto evaluate
15639:
15640: * tests/: 039.html, results/039.processed: test: 37 method result
15641: of type table
15642:
15643: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15644: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15645: tests/038.html, tests/results/033.processed,
15646: tests/results/034.processed, tests/results/035.processed,
15647: tests/results/036.processed, tests/results/037.processed,
15648: tests/results/038.processed: tests: 33 string.replace 34
15649: string.upper 35 table created 36 local/global vars with juntions
15650: 37 table clone 38 math PI & number formatting
15651:
15652: math class registring typo fixed
15653:
15654: * src/classes/op.C, src/include/pa_request.h,
15655: src/include/pa_string.h, src/main/execute.C,
15656: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15657: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15658: tests/032.html, tests/results/032.processed: uchar changed to
15659: String_UL in all places [was not everywhere] untaint test: 032
15660:
15661: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15662: tests/results/004.processed, tests/parser-cygwin.sh,
15663: tests/parser-unix.sh: removed -H command line key, now testing
15664: using .sh file with SERVER_SOFTWARE=xxx
15665:
15666: 2003-02-26 paf
15667:
15668: * src/main/execute.C, src/types/pa_vstateless_class.h,
15669: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15670: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15671: tests/results/024.processed, tests/results/025.processed,
15672: tests/results/026.processed, tests/results/027.processed,
15673: tests/results/028.processed, tests/results/029.processed,
15674: tests/results/030.processed, tests/results/031.processed: fixed
15675: bug with name_cstr mutable CharPtr more tests
15676:
15677: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15678: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15679: << abort. die now just exits
15680:
15681: * src/classes/classes.awk, src/classes/classes.h,
15682: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15683: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15684: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15685: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15686: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15687: src/classes/xnode.C, src/include/pa_memory.h,
15688: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15689: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15690: src/types/pa_vform.C, tests/015.html, tests/016.html,
15691: tests/017.html, tests/018.html, tests/019.html,
15692: tests/019paf2001.gif, tests/020.html, tests/021.html,
15693: tests/022.html, tests/023.html, tests/022_dir/a.html,
15694: tests/022_dir/b.txt, tests/022_dir/c.htm,
15695: tests/results/015.processed, tests/results/016.processed,
15696: tests/results/017.processed, tests/results/018.processed,
15697: tests/results/019.processed, tests/results/020.processed,
15698: tests/results/021.processed, tests/results/022.processed,
15699: tests/results/023.processed: methoded_array now contains all Mxxx
15700: classes SAPI::get_env now returns info on pool more tests
15701:
15702: * src/include/pa_array.h, src/include/pa_hash.h,
15703: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15704: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15705: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15706: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15707: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15708: tests/results/001.processed, tests/results/002.processed,
15709: tests/results/003.processed, tests/results/004.processed,
15710: tests/results/005.processed, tests/results/006.processed,
15711: tests/results/007.processed, tests/results/008.processed,
15712: tests/results/009.processed, tests/results/010.processed,
15713: tests/results/011.processed, tests/results/012.processed,
15714: tests/results/013.processed, tests/results/014.processed: hash
15715: cloning fixed
15716:
15717: 2003-02-25 paf
15718:
15719: * src/main/pa_common.C: typo fixed
15720:
15721: 2003-02-24 paf
15722:
15723: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15724: [one remained]
15725:
15726: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15727: [should have been get_string(&pool)] todo: check other such calls
15728:
15729: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15730: test10, bad lookups
15731:
15732: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15733: object got destructed, and xxx points to sky
15734:
15735: * ChangeLog, src/classes/string.C: match bug fixed
15736:
15737: * src/types/pa_vmail.C: body [text/html] transcoded to
15738: $.charset[specified] now
15739:
15740: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15741: which failed to handle sigsetjmp+throw: crashed inside of
15742: pre-throw code. rewritten simplier [though duplicating
15743: closesocket code]
15744:
15745: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15746: which failed to handle sigsetjmp+throw: crashed inside of
15747: pre-throw code. rewritten simplier [though duplicating
15748: closesocket code]
15749:
15750: 2003-02-21 paf
15751:
15752: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15753: $cookie:name[$.expires[date << can be now]]
15754:
15755: written makefile with regression tests [raw]
15756:
15757: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15758: tests' only [it's not forcing CGI mode now] now use -H to output
15759: CGI header when parser used in command line [useful for tests
15760: also]
15761:
15762: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15763: switches on CGI mode, and is used in regression tests
15764:
15765: * src/: include/pa_request.h, main/pa_request.C,
15766: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15767: fixed
15768:
15769: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15770: handling pa_*
15771:
15772: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15773: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15774: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15775: memory handling files
15776:
15777: * src/main/pa_array.C: pool::format_integer terminator fixed
15778:
15779: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15780: compiles OK test to show benefits of free
15781:
15782: * src/: classes/file.C, classes/image.C, classes/mail.C,
15783: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15784: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15785: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15786: use pool [as the one in ^process]
15787:
15788: * src/classes/op.C: fixed process. sould now check for all cstr's
15789: -- some must use pool [as the one in ^process]
15790:
15791: 2003-02-20 paf
15792:
15793: * src/: classes/date.C, classes/double.C, classes/file.C,
15794: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15795: classes/math.C, classes/op.C, classes/response.C,
15796: classes/string.C, classes/table.C, classes/void.C,
15797: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15798: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15799: string cmp fixed
15800:
15801: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15802: values passed OK now
15803:
15804: 2003-02-19 paf
15805:
15806: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15807: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15808: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15809: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15810: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15811: all remaning leaks resulted from pooled::malloc calls [excluding
15812: in gd -- planning complete rewrite extremely ugly code]
15813:
15814: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15815: files
15816:
15817: 2003-02-17 paf
15818:
15819: * src/: classes/date.C, classes/double.C, classes/file.C,
15820: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15821: classes/response.C, classes/string.C, classes/table.C,
15822: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15823: include/pa_stylesheet_connection.h,
15824: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15825: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15826: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15827: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15828: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15829: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15830: of unitialized simple-typed field
15831:
15832: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15833: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15834: simple-typed field fixed. todo: find&kill all like that one
15835:
15836: * src/: main/execute.C, targets/cgi/pa_pool.C,
15837: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15838: debug output fixed
15839:
15840: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15841: main/pa_request.C: stack-stored items need extra .ref to prevent
15842: object_ptr from delete[them]
15843:
15844: * src/: classes/date.C, classes/op.C, classes/table.C,
15845: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15846: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15847: main/pa_charset.C, main/pa_common.C,
15848: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15849: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15850: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15851: calls
15852:
15853: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15854: couple mem leaks rusulted from old pooled::malloc usage.
15855: todo:find more like those
15856:
15857: * src/main/: compile.C, compile_tools.C: 2*2!
15858:
15859: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15860: stackItem fixed [there were no string on stack before]
15861:
15862: * src/: main/execute.C, main/pa_request.C,
15863: types/pa_vmethod_frame.C: first letters out OK
15864:
15865: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15866: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15867: main/pa_string.C, main/untaint.C, types/pa_value.h,
15868: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15869: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15870: type not initialized with zeros :( while class fields of class
15871: types initialized with default constructors. learn C++
15872:
15873: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15874: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15875: classes/math.C, classes/xdoc.C, classes/xnode.C,
15876: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15877: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15878:
15879: 2003-02-14 paf
15880:
15881: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15882: 13 link errors
15883:
15884: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15885: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15886: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15887: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15888: errors :)
15889:
15890: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15891: classes/hash.C, classes/mail.C, classes/op.C,
15892: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15893: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15894: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15895: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15896:
15897: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15898: classes/table.C, include/pa_common.h, include/pa_globals.h,
15899: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15900: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15901: types/pa_vint.h, types/types.dsp: op compiled
15902:
15903: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15904: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15905: main/untaint.C, types/pa_vtable.h: string, response compiled
15906:
15907: 2003-02-07 paf
15908:
15909: * src/: classes/table.C, types/pa_vtable.h: table compiled
15910:
15911: 2003-02-06 paf
15912:
15913: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15914: mail compiled
15915:
15916: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15917: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15918: types/pa_vfile.h, types/pa_vimage.h: image compiled
15919:
15920: * src/classes/: file.C, form.C: form compiled
15921:
15922: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15923: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15924: types/pa_vfile.C, types/pa_vfile.h: file compiled
15925:
15926: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15927: types/pa_vmath.h: math compiled [win32]
15928:
15929: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15930: types/pa_vstring.h: hash compiled
15931:
15932: 2003-02-04 paf
15933:
15934: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15935: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15936: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15937: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15938: types/pa_vhash.h: hash 50% compiled
15939:
15940: * src/: classes/date.C, classes/file.C, classes/hash.C,
15941: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15942: classes/string.C, classes/table.C, classes/xdoc.C,
15943: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15944: main/pa_string.C: date compiled
15945:
15946: * src/classes/: classes.dsp, double.C: double compiled
15947:
15948: * src/: classes/date.C, classes/double.C, classes/file.C,
15949: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15950: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15951: classes/string.C, classes/table.C, classes/void.C,
15952: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15953: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15954: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15955: compiled
15956:
15957: * src/: classes/date.C, classes/double.C, classes/file.C,
15958: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15959: classes/math.C, classes/op.C, classes/response.C,
15960: classes/string.C, classes/table.C, classes/void.C,
15961: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15962: types/pa_vvoid.h: void compiled :)
15963:
15964: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15965: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15966: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15967: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15968: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15969: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15970: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15971: types/pa_vresponse.C, types/pa_vstateless_class.C,
15972: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15973: types/pa_wcontext.C, types/types.dsp: removed stupid
15974: value_includes.h
15975:
15976: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15977: trying to remove stupid value_includes.h
15978:
15979: * src/main/pa_exec.C: pa_exec compiled on win32
15980:
15981: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15982:
15983: * src/: include/pa_globals.h, include/pa_request.h,
15984: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15985: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15986: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15987: types/pa_vrequest.C, types/pa_vstateless_class.C,
15988: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15989:
15990: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15991: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15992: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15993:
15994: * src/: include/pa_array.h, include/pa_config_includes.h,
15995: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15996: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15997: compiled
15998:
15999: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16000: name conflicts)
16001:
16002: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16003: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16004: yelds "virtual memory exhausted" while trying to compile
16005: execute.C [eating up to 127MB]
16006:
16007: 2003-02-03 paf
16008:
16009: * src/: include/pa_config_includes.h, include/pa_hash.h,
16010: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16011: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16012: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16013: types/pa_vint.h, types/pa_vjunction.h,
16014: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16015: started gcc compiling pa_common compiled
16016:
16017: * src/: include/pa_exception.h, include/pa_pool.h,
16018: main/pa_exception.C: exception gcc change #1
16019:
1.116 moko 16020: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16021: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16022:
16023: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16024:
16025: * src/types/pa_vtable.C: vtable compiled
16026:
16027: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16028:
16029: * src/: include/pa_cache_managers.h, main/pa_request.C,
16030: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16031:
16032: * src/types/pa_vstateless_class.C: vstateless_class compiled
16033:
16034: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16035:
16036: * src/types/pa_vrequest.C: vrequest compiled
16037:
16038: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16039: pa_vobject.C, pa_vobject.h: vobject compiled
16040:
16041: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16042: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16043: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16044: compiled
16045:
16046: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16047:
16048: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16049: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16050: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16051: compiled
16052:
16053: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16054: main.lib - 0 error(s), 0 warning(s)
16055:
16056: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16057: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16058:
16059: 2003-01-31 paf
16060:
16061: * src/: include/pa_array.h, include/pa_operation.h,
16062: include/pa_request.h, main/execute.C, main/main.dsp,
16063: types/pa_vjunction.h: started last file from main library:
16064: execute
16065:
16066: * src/: include/pa_request.h, include/pa_sapi.h,
16067: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16068: main/pa_request.C, targets/cgi/parser3.C,
16069: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16070: types/pa_vhash.h: pa_request compiled
16071:
16072: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16073: include/pa_globals.h, include/pa_request.h,
16074: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16075: main/execute.C, main/main.dsp, main/pa_common.C,
16076: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16077: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16078: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16079: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16080: types/types.dsp: most pa_request compiled
16081:
16082: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16083: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16084: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16085: classes/op.C, classes/response.C, classes/string.C,
16086: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16087: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16088: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16089: include/pa_config_fixed.h, include/pa_config_includes.h,
16090: include/pa_dictionary.h, include/pa_dir.h,
16091: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16092: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16093: include/pa_pool.h, include/pa_request.h,
16094: include/pa_request_charsets.h, include/pa_request_info.h,
16095: include/pa_sapi.h, include/pa_socks.h,
16096: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16097: include/pa_stack.h, include/pa_string.h,
16098: include/pa_stylesheet_connection.h,
16099: include/pa_stylesheet_manager.h, include/pa_table.h,
16100: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16101: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16102: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16103: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16104: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16105: main/compile.C, main/compile.tab.C, main/compile.y,
16106: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16107: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16108: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16109: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16110: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16111: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16112: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16113: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16114: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16115: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16116: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16117: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16118: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16119: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16120: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16121: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16122: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16123: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16124: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16125: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16126: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16127: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16128: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16129: types/pa_vresponse.h, types/pa_vstateless_class.C,
16130: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16131: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16132: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16133: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16134: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16135: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16136:
16137: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16138: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16139: src/include/pa_charsets.h, src/include/pa_common.h,
16140: src/include/pa_dictionary.h, src/include/pa_exception.h,
16141: src/include/pa_exec.h, src/include/pa_pool.h,
16142: src/include/pa_request.h, src/include/pa_sapi.h,
16143: src/include/pa_sql_connection.h,
16144: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16145: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16146: src/main/compile.tab.C, src/main/compile_tools.C,
16147: src/main/compile_tools.h, src/main/main.dsp,
16148: src/main/pa_charset.C, src/main/pa_charsets.C,
16149: src/main/pa_common.C, src/main/pa_dictionary.C,
16150: src/main/pa_exception.C, src/main/pa_exec.C,
16151: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16152: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16153: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16154: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16155: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16156: src/types/pa_vdouble.h, src/types/pa_venv.h,
16157: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16158: src/types/pa_vhash.h, src/types/pa_vimage.C,
16159: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16160: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16161: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16162: src/types/pa_vobject.C, src/types/pa_vobject.h,
16163: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16164: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16165: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16166: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16167: src/types/pa_vstring.h, src/types/pa_vtable.h,
16168: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16169: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16170: died, long live StringPtr
16171:
16172: 2003-01-30 paf
16173:
16174: * src/: include/pa_charset.h, include/pa_request.h,
16175: include/pa_sql_driver_manager.h, main/compile.tab.C,
16176: main/compile.y, main/compile_tools.h, main/pa_request.C,
16177: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16178:
16179: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16180: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16181: types/pa_vhash.h, types/pa_vmethod_frame.h,
16182: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16183: types/types.dsp: vstateless_class compiled
16184:
16185: * src/main/compile.C: compile compiled
16186:
16187: * src/: include/pa_array.h, include/pa_operation.h,
16188: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16189: main/pa_table.C: compile_tools compiled
16190:
16191: * src/: include/pa_operation.h, main/compile.y,
16192: main/compile_tools.C, main/compile_tools.h: started
16193: compile_tools. vagues ideas of how to free compiled code
16194:
16195: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16196: main/main.dsp, types/pa_value.C, types/pa_value.h,
16197: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16198: compiled
16199:
16200: 2003-01-29 paf
16201:
16202: * src/: include/pa_globals.h, include/pa_request.h,
16203: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16204: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16205: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16206: compiled
16207:
16208: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16209: now
16210:
16211: * src/: include/pa_array.h, include/pa_exception.h,
16212: include/pa_pool.h, main/pa_exception.C: gd compiled
16213:
16214: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16215: compiled
16216:
16217: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16218: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16219: types/pa_vfile.h: vfile compiled
16220:
16221: * src/: include/pa_common.h, include/pa_globals.h,
16222: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16223: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16224: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16225:
16226: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16227: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16228: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16229: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16230: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16231:
16232: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16233: main/main.dsp, main/untaint.C: more compiled
16234:
16235: * src/: include/pa_charsets.h, include/pa_request.h,
16236: include/pa_request_info.h, include/pa_string.h,
16237: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16238: types/pa_vresponse.h: vrequest compiled
16239:
16240: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16241: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16242: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16243:
16244: * src/: classes/classes.h, include/pa_charset.h,
16245: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16246: include/pa_request.h, include/pa_string.h, main/main.dsp,
16247: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16248: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16249: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16250: types/pa_vrequest.C, types/pa_vrequest.h,
16251: types/pa_vstateless_class.h, types/pa_vstring.h,
16252: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16253:
16254: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16255: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16256: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16257: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16258: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16259: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16260: types/pa_vobject.h, types/pa_vstateless_class.h,
16261: types/pa_vstateless_object.h, types/pa_vstatus.h,
16262: types/pa_vstring.h, types/types.dsp: vmath compiled
16263:
16264: 2003-01-28 paf
16265:
16266: * src/: classes/classes.h, classes/date.C, classes/file.C,
16267: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16268: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16269: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16270: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16271: compile_tools
16272:
16273: * src/: include/pa_charset.h, include/pa_exception.h,
16274: include/pa_request.h, include/pa_string.h, main/untaint.C:
16275: untaint compiled
16276:
16277: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16278: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16279: more compiled. struck with string::store_to needing to know
16280: source/client charsets
16281:
16282: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16283: types/pa_vfile.h: uue compiled
16284:
16285: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16286: table compiled
16287:
16288: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16289: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16290:
16291: * src/: include/pa_charset.h, main/pa_charset.C,
16292: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16293: introduced]
16294:
16295: * src/: classes/date.C, include/pa_charset.h,
16296: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16297: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16298: pa_charsets compiled
16299:
16300: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16301: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16302:
16303: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16304: common compiled
16305:
16306: * src/: include/pa_charsets.h, main/pa_charsets.C,
16307: main/pa_sql_driver_manager.C: pa_charsets compiled
16308:
16309: * src/: include/pa_array.h, include/pa_charset.h,
16310: include/pa_charsets.h, include/pa_pool.h,
16311: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16312: include/pa_stack.h, include/pa_string.h,
16313: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16314: sql_driver_manager compiled
16315:
16316: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16317: letter i with two dots added to koi, all ukranian letters added
16318: to win1251.
16319:
16320: typographic simbol 0xb9 deleted from win1251 [strange one & were
16321: abscent from koi]
16322:
16323: 2003-01-27 paf
16324:
16325: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16326: include/pa_sql_driver_manager.h, include/pa_string.h,
16327: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16328: sql/pa_sql_driver.h: paused on sql_manager
16329:
16330: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16331: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16332: include/pa_stack.h, main/pa_sql_driver_manager.C,
16333: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16334:
16335: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16336: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16337: include/pa_table.h, main/pa_sql_driver_manager.C,
16338: main/pa_table.C: table compiled
16339:
16340: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16341: cache_managers compiled
16342:
16343: * src/: include/pa_array.h, include/pa_charset.h,
16344: include/pa_pool.h, main/pa_charset.C: charset compiled
16345:
16346: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16347:
16348: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16349: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16350: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16351: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16352: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16353:
16354: 2003-01-24 paf
16355:
16356: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16357: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16358: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16359: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16360: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16361: types/pa_vint.h, types/pa_vjunction.h,
16362: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16363: types/pa_vstatus.h, types/pa_vstring.h: more patched
16364:
16365: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16366: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16367: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16368: main/pa_string.C, main/pa_table.C: string compiled
16369:
16370: * src/: include/pa_array.h, include/pa_common.h,
16371: include/pa_dictionary.h, include/pa_exception.h,
16372: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16373: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16374: main/pa_string.C: dictionary compiled
16375:
16376: 2003-01-23 paf
16377:
16378: * src/: include/pa_array.h, include/pa_common.h,
16379: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16380: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16381: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16382: types/pa_value.h: resurrected pool in new sense: now it's
16383: factory, producing&accounting memory chunks for read[autofree]
16384: buffers
16385:
16386: * src/: include/pa_array.h, include/pa_exception.h,
16387: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16388: main/pa_exception.C, main/pa_table.C: table compiled
16389:
16390: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16391: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16392: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16393: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16394: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16395: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16396: main/pa_table.C: aint that easy
16397:
16398: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16399: main/main.dsp: continued with Hash
16400:
16401: * src/main/pa_common.C: connect_string allocated on heap[wes on
16402: stack] now. and exception can be reported OK now [can be reported
16403: outside of pro c with that stack]
16404:
16405: 2003-01-22 paf
16406:
16407: * src/: include/pa_array.h, include/pa_charset.h,
16408: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16409: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16410: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16411: base: contains references_count. auto_ptr template calls
16412: add_ref/release
16413:
16414: 2003-01-21 paf
16415:
16416: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16417: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16418: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16419: classes/op.C, classes/response.C, classes/string.C,
16420: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16421: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16422: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16423: include/pa_config_fixed.h, include/pa_config_includes.h,
16424: include/pa_dictionary.h, include/pa_dir.h,
16425: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16426: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16427: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16428: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16429: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16430: include/pa_stack.h, include/pa_string.h,
16431: include/pa_stylesheet_connection.h,
16432: include/pa_stylesheet_manager.h, include/pa_table.h,
16433: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16434: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16435: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16436: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16437: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16438: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16439: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16440: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16441: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16442: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16443: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16444: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16445: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16446: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16447: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16448: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16449: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16450: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16451: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16452: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16453: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16454: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16455: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16456: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16457: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16458: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16459: types/pa_vstateless_object.h, types/pa_vstatus.C,
16460: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16461: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16462: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16463: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16464: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16465: 2002->2003
16466:
16467: 2003-01-16 paf
16468:
16469: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16470: src/main/pa_globals.C: http:// introducing $.any-status(1)
16471:
16472: * operators.txt, src/include/pa_config_fixed.h,
16473: src/main/pa_common.C: http request now return status. and not
16474: fail on status!=200
16475:
16476: 2003-01-15 paf
16477:
16478: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16479:
16480: 2003-01-14 paf
16481:
16482: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16483: mkinstalldirs: removed some ancient files [they in / really]
16484:
16485: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16486: regretfully needed patch in two places. in config_fixed.h made
16487: stubs for lib to compile in MSVC
16488:
16489: 2003-01-13 paf
16490:
16491: * config.guess, config.sub, ltmain.sh: removed last piece of
16492: configure.in(libtool) hacks
16493:
1.116 moko 16494: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16495: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16496: ltdl.h: moved to latest libtool (1.4.3)
16497:
16498: 2003-01-10 paf
16499:
16500: * src/lib/ltdl/: configure, configure.in: PROG_NM
16501:
16502: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16503: patches. libxml2 >= 2.5.1
16504: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16505: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16506: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16507:
16508: * INSTALL: moved to latest versions of xml libs libxml2 >=
16509: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16510: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16511: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16512:
16513: 2003-01-09 paf
16514:
16515: * INSTALL: xml,xslt,gdome lib urls updated
16516:
16517: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16518: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16519: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16520: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16521: 1.7.2
1.95 moko 16522:
16523: * depcomp: moving to automake 1.7.2
16524:
16525: 2002-12-27 paf
16526:
16527: * src/include/pa_version.h: 0007
16528:
16529: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16530: outdated parts, made links to language docs
16531:
16532: * src/include/pa_config_auto.h.in: comment
16533:
16534: 2002-12-26 paf
16535:
16536: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16537: not contain trailing / fixed.
16538:
16539: * INSTALL: changing SAFE_MODE politics
16540:
16541: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16542:
16543: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16544:
16545: 2002-12-25 paf
16546:
16547: * src/main/pa_globals.C: optimized-xml
16548:
16549: * src/main/pa_globals.C: optimized-as-is
16550:
16551: 2002-12-24 paf
16552:
16553: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16554: fixed [were really called with zero size when .html?a=&b=]
16555:
16556: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16557: with --with-sendmail
16558:
16559: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16560: fixed]
16561:
16562: 2002-12-23 paf
16563:
16564: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16565: ignoring parameters & were storing only string with default
16566: expires
16567:
16568: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16569: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16570: December 23, 2002 4:22 AM Subject: bug â
16571: Charset::transcode_buf2xchar
16572:
16573: 2002-12-20 paf
16574:
16575: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16576: non-cgi [script] runs
16577:
16578: 2002-12-19 paf
16579:
16580: * INSTALL: --without-iconv recommended [it crashes on some systems
16581: [tested on elik]] moreover, it's not needed there [parser
16582: registers charsets itself]
16583:
16584: * INSTALL: --without-iconv recommended [it crashes on some systems
16585: [tested on elik]]
16586:
16587: * operators.txt, src/include/pa_globals.h,
16588: src/include/pa_request.h, src/main/pa_globals.C,
16589: src/main/pa_request.C: $response:download
16590:
16591: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16592: compiler [win32]].
16593:
16594: 2002-12-18 paf
16595:
16596: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16597:
16598: 2002-12-17 paf
16599:
16600: * src/targets/cgi/parser3.C: merged die&iis changes
16601:
16602: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16603: to exit(1) 2. more flexible iilegal call check
16604:
16605: 2002-12-16 paf
16606:
16607: * ltmain.sh: some automakes silly insist on having this handy
16608:
16609: * src/main/untaint.C: filespec russian small 'r' changed to latin
16610: 'p' bug fix
16611:
16612: 2002-12-15 paf
16613:
16614: * src/main/untaint.C: filespec russian small 'r' changed to latin
16615: 'p'
16616:
16617: * configure.in, src/include/pa_config_auto.h.in,
16618: src/main/compile.C, src/main/pa_common.C: merged small changes
16619: from branch 6 to HEAD
16620:
16621: * src/main/compile.C: removed warning
16622:
16623: * src/main/pa_common.C: ftruncate having checked
16624:
16625: * configure.in, src/include/pa_version.h: new version
16626:
16627: 2002-12-14 paf
16628:
16629: * src/classes/table.C: removed unnecessary code
16630:
16631: * src/sql/pa_sql_driver.h: exception type fixed
16632:
16633: 2002-12-09 paf
16634:
16635: * src/types/pa_vvoid.h: $void.store[now] error
16636:
16637: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16638:
16639: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16640: tries to write core dump
16641:
16642: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16643:
16644: * src/: classes/hash.C, classes/string.C, classes/table.C,
16645: classes/void.C, main/pa_sql_driver_manager.C,
16646: sql/pa_sql_driver.h: changed exception handling mech in sql
16647: handlers #2
16648:
16649: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16650: exception handling mech in sql handlers
16651:
16652: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16653: handlers
16654:
16655: * src/: classes/hash.C, classes/string.C, classes/table.C,
16656: classes/void.C, main/pa_sql_driver_manager.C,
16657: sql/pa_sql_driver.h: changed exception handling mech in sql
16658: handlers
16659:
1.116 moko 16660: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16661: to write makefile which used libtool to install things, which is
16662: not needed
1.95 moko 16663:
16664: 2002-12-06 paf
16665:
16666: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16667: $hash.fields -- pseudo field to make 'hash' more like 'table'
16668:
16669: 2002-12-05 paf
16670:
16671: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16672: cc/bcc OK now
16673:
16674: * src/main/untaint.C: mail header closed properly
16675:
16676: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16677: header ',' allowed. still bugs in smtp [only one receiptient
16678: works, cc, bcc ignored now, and MAILED ;)]
16679:
16680: [strncpy killed, memnchr used]
16681:
16682: * src/main/pa_table.C: table-copy now current=0
16683:
16684: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16685: lowlevel proc
16686:
16687: * src/targets/cgi/parser3.C: more checks on
16688: http://domain/parser.cgi start [maybe some getenv returns "",
16689: checked that now
16690:
16691: * src/targets/cgi/parser3.C: more checks on
16692: http://domain/parser.cgi start [maybe some getenv returns "",
16693: checked that now
16694:
16695: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16696: out-of-mem errors reached log]
16697:
16698: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16699: mail:send MIME-Version default
16700:
16701: * src/main/main.dsp: pa_version included into main.dsp
16702:
16703: 2002-12-04 paf
16704:
16705: * src/types/pa_vform.C: $form:field string value cut by premature 0
16706:
16707: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16708: lib/libltdl -> lib/ltdl Win32 changes. s
16709:
16710: * src/classes/classes.awk: more strict *.C$
16711:
16712: * gnu.dsp: restored
16713:
1.116 moko 16714: * configure.in, gnu.dsp, src/lib/Makefile.am,
16715: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16716: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16717: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16718: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16719: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16720: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16721: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16722: now created with /configure, not ltdl/configure, so it does have
16723: no problems with automake. ltdl/configure
16724: AC_OUTPUT(Makefile<<removed)
1.95 moko 16725:
16726: 2002-12-02 paf
16727:
16728: * operators.txt: removed outdated status:db
16729:
16730: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16731: src/main/pa_common.C, src/main/pa_request.C,
16732: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16733: tainted parts becomes http-header
16734:
16735: 2002-11-29 paf
16736:
16737: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16738: dates now objects of type date
16739:
16740: * src/classes/image.C: file.seek removed [it were used in image.C
16741: only, and for parser user this means that jpeg image has bad
16742: size in fragment's header] now used image.format
16743:
16744: * src/: include/pa_common.h, main/pa_common.C,
16745: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16746: now handled exactly like $response:header values. e.g. can be
16747: hash [can have subattributes] & contain date values.
16748:
16749: * src/main/pa_common.C: http:// param values lang forced URI
16750:
16751: * src/main/pa_common.C: http:// tainted partes now %xx
16752:
16753: 2002-11-28 paf
16754:
16755: * operators.txt: http.timeout
16756:
16757: * src/classes/image.C: ^image.length now counts interchar space.
16758: plus space after last char
16759:
16760: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16761:
16762: * src/classes/image.C: ^image.font width measurer now scans full
16763: height [were -1]
16764:
16765: * configure.in: stopped double libltdl/Makefile generation
16766:
16767: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16768: chars [one top horizontal line of 1pixel height were missing]
16769:
16770: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16771: 'false' to go into (Hash *) parameter
16772:
16773: 2002-11-27 paf
16774:
16775: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16776: types/pa_vmail.C: response:body[file] if file nows it's name now
16777: returns content-disposition: >>attachment<<
16778:
16779: * src/classes/image.C: ^image.font << bad font file-size now
16780: properly reported
16781:
16782: 2002-11-26 paf
16783:
16784: * src/main/pa_request.C: fixed lang in reponse header
16785:
16786: * src/main/pa_common.C: utf8 prefix ignored @read text
16787:
16788: * operators.txt, src/main/pa_common.C: http:// response status!=200
16789: made exception: http.status with source=bad status#
16790:
16791: 2002-11-25 paf
16792:
16793: * configure.in, src/classes/image.C,
16794: src/include/pa_config_auto.h.in,
16795: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16796: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16797: const void related probs fixed
1.95 moko 16798:
16799: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16800:
16801: $file[^file::load[http://there]] $file.SERVER
16802:
16803: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16804: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16805: http options [invalid onces now reported] made default
16806: user-agent: paf
16807:
16808: * operators.txt, src/classes/file.C, src/classes/table.C,
16809: src/classes/xdoc.C, src/include/pa_common.h,
16810: src/include/pa_globals.h, src/main/pa_common.C,
16811: src/main/pa_globals.C, src/main/pa_request.C,
16812: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16813: now understand http:// prefix and additional params, sample:
16814: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16815: $.USER-AGENT[parser3] ]]
16816:
16817: 2002-11-22 paf
16818:
16819: * src/classes/image.C, src/include/pa_globals.h,
16820: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16821: src/types/pa_vimage.h, operators.txt: $image.exif support
16822: $image.exif.DateTime & co
16823:
16824: 2002-11-21 paf
16825:
16826: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16827: _PASS_APPENDED)
16828:
16829: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16830: EXIF information [were big block and it's size were considered
16831: negative :(]
16832:
16833: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16834: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16835: internals rewritten. no there's reader.seek, and all's ready for
16836: EXIF extraction [now we fail to measure files with EXIF info]
16837:
16838: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16839: O_TRUNC truncates even exclusevely write-locked file [thanks to
16840: Igor Milyakov <virtan@rotabanner.com> for discovering]
16841:
16842: 2002-11-20 paf
16843:
16844: * src/targets/cgi/parser3.C: logging @signal += query_string
16845:
16846: * configure.in, src/include/pa_config_auto.h.in,
16847: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16848: comment
16849:
16850: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16851:
16852: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16853: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16854: currently processed document SIGPIPE >> interrupts request
16855: processing [exception = DB rollback]
16856:
16857: * src/main/pa_exec.C: comment
16858:
16859: * src/main/pa_exec.C: pa_exec: data written only if size>0
16860:
16861: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16862: << disable HTTP-POST repassing
16863:
16864: * src/: include/pa_config_fixed.h, main/pa_common.C,
16865: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16866: pipe read errors now checked
16867:
16868: 2002-11-19 paf
16869:
16870: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16871: CGI: Illegal call
16872:
16873: 2002-11-01 paf
16874:
16875: * src/main/execute.C: comment
16876:
16877: 2002-10-31 paf
16878:
16879: * src/main/execute.C: found out why, checked that for now. todo:
16880: find out a way for that user could do that
16881:
16882: * src/types/pa_vstateless_object.h: object put replaces static
16883: parent if any
16884:
16885: * src/types/pa_vobject.C: object put replaces static parent if any
16886:
16887: * src/: classes/form.C, classes/mail.C, classes/op.C,
16888: classes/xnode.h, main/compile.tab.C, main/execute.C,
16889: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16890: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16891: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16892: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16893: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16894: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16895: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16896: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16897: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16898: types/pa_vstateless_object.h, types/pa_vstatus.C,
16899: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16900: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16901: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16902: types/pa_wwrapper.h: static fix merged
16903:
16904: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16905: $virtual_fields in dynamic, but one can reach derived
16906: static[class] variable from base
16907:
16908: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16909: types/pa_vobject.C, types/pa_vobject.h,
16910: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16911: statics, left $virtual_fields in dynamic
16912:
16913: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16914: one can't remember derivates in base class: there's so many of
16915: them. also there can be no virtual method calls in static
16916: classes
16917:
16918: * src/: classes/form.C, classes/mail.C, classes/op.C,
16919: classes/xnode.h, main/execute.C, main/pa_request.C,
16920: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16921: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16922: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16923: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16924: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16925: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16926: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16927: types/pa_vresponse.C, types/pa_vresponse.h,
16928: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16929: types/pa_vstateless_object.h, types/pa_vstatus.C,
16930: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16931: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16932: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16933: types/pa_wwrapper.h: static call $self fixed
16934:
16935: * src/main/execute.C: comment
16936:
16937: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16938: ^process[$caller.self]{...} now compiles to last derived object
16939: part of that 'self'
16940:
16941: 2002-10-29 paf
16942:
16943: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16944: re-passing [iis to blame]
16945:
16946: * src/classes/string.C: changed string.save to pass current sql
16947: connection to cstr thus one can ^connect[some server]{
16948: $s[insert into table x (x) values (^taint[sql]{value})]
16949: ^s.save[some.sql] } and he'd get in some.sql file code with
16950: properly escaped. [tried in mssql->mysql export->import of
16951: binary data]
16952:
16953: 2002-10-25 paf
16954:
16955: * src/types/pa_vresponse.C: case insensitive response user fields
16956: get/put
16957:
16958: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16959: types/pa_vresponse.C: saving for maybe-future
16960:
16961: 2002-10-23 paf
16962:
16963: * operators.txt, src/classes/table.C: ^table.hash{code}...
16964: ^table.hash(expr)...
16965:
16966: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16967:
16968: 2002-10-22 paf
16969:
16970: * src/types/: pa_vform.C, pa_vform.h: removed needless
16971: VForm::Append...(...Value)
16972:
16973: * src/main/execute.C: $.name outside of $name[...] checked
16974:
16975: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16976: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16977:
16978: 2002-10-21 paf
16979:
16980: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16981: $form:qtail $form:imap.x/y
16982:
16983: * operators.txt, src/types/pa_vform.C: $form:nameless =
16984: "?value&...", "...&value&...", "...&value"
16985:
16986: * operators.txt, src/types/pa_vform.C: $form:image-map
16987:
16988: * operators.txt, src/classes/file.C: /some/page.html:
16989: ^file:fullpath[a.gif] => /some/a.gif
16990:
16991: 2002-10-17 paf
16992:
16993: * src/main/: compile.tab.C, compile.y: operators precedence changed
16994: a little: logical not and bitwise negation precedence made
16995: highest, << and >> bitshits precedence made equal [were << higher
16996: than >>]
16997:
16998: * src/classes/op.C: exception handling fixed [were bad with
16999: contexts]
17000:
17001: 2002-10-16 paf
17002:
17003: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17004: main/pa_request.C: Request::self considered equal to
17005: VMethodFrame::self, and removed, Request::get_self() mapped to
17006: VMethodFrame.self()
17007:
17008: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17009: $hash in open field now gives old good error meesage
17010:
17011: 2002-10-15 paf
17012:
17013: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17014: use ^if($junction is junction){was and now true}
17015:
17016: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17017: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17018: types/pa_vxnode.C: xml->parser strings now have origin, which
17019: points to place where value left xml library and came to parser:
17020: place of dom field extraction/call
17021:
17022: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17023: main/compile.tab.C, main/compile.y, main/execute.C,
17024: types/pa_vmethod_frame.h: removed last pieces of old code
17025: allowing $junction.xxx at compile time
17026:
17027: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17028: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17029: objects also considered [were only classes]
17030:
17031: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17032: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17033: with CLASS self. [ (request&method_frame).self temporarily
17034: changed ]
17035:
17036: * src/classes/: hash.C, op.C: method_frame now always changed, with
17037: no exception to native calls. for&foreach changed to use
17038: method_frame.caller for their var's name context
17039:
17040: * src/: main/execute.C, targets/cgi/parser3.C,
17041: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17042: compiling to system classes disabled
17043:
17044: * operators.txt, src/classes/op.C:
17045: ^process[$caller.CLASS]{code-string} added
17046:
17047: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17048: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17049: src/types/Makefile.am, src/types/pa_vjunction.C,
17050: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17051: src/types/types.dsp: removed $junction.get $junction.set[]
17052: introducing $caller
17053:
17054: * src/types/pa_value.h: removed outdated comments. doxygen would
17055: find them lower by inheritance tree
17056:
17057: * src/types/pa_vjunction.C: ident
17058:
17059: 2002-10-14 paf
17060:
17061: * src/classes/op.C: process compiles to code's class class
17062:
17063: * src/: classes/form.C, classes/mail.C, classes/op.C,
17064: include/pa_request.h, main/compile.C, main/compile.tab.C,
17065: main/compile.y, main/execute.C, main/pa_request.C,
17066: types/pa_vstateless_class.h: operators now main-class-methods
17067:
17068: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17069: better stack trace [has "call" & co there]
17070:
17071: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17072: operators @auto now executed in MAIN context
17073:
17074: * src/main/execute.C: operator execution context now = MAIN, not
17075: closest stack frame
17076:
17077: @touchit[] $i[after]
17078:
17079: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17080: were 'after'
17081:
17082: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17083: 'after'
17084:
17085: * src/main/execute.C: comment
17086:
17087: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17088: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17089: action]
17090:
17091: * src/types/pa_vxnode.C: misreplace fixed
17092:
17093: * configure, configure.in, src/include/pa_config_auto.h.in,
17094: src/types/pa_vstatus.C, operators.txt:
17095: $status:rusage.tv_secs/usecs introduced
17096:
17097: 2002-10-09 paf
17098:
17099: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17100: on empty string [or uses (default)]
17101:
17102: 2002-10-08 paf
17103:
17104: * src/main/untaint.C: mail header quoted printable changed after
17105: RFC reread
17106:
17107: * operators.txt: plan on ^if(method
17108:
17109: * src/types/pa_vxnode.C: misreplace
17110:
17111: 2002-09-24 paf
17112:
1.116 moko 17113: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17114:
17115: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17116: mailreceive would compile on freebsd now
17117:
17118: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17119: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17120: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17121: mailreceive would compile on freebsd now
1.95 moko 17122:
17123: * src/: classes/file.C, main/untaint.C: 1. file spec language
17124: changed: now there are only few chars are untainted: * ? ' " < >
17125: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17126: one should use ^untaint[uri]{...} now]
17127:
17128: 2. $list[^file:list[dir]] now returns simply tainted names in
17129: $list.name, not tainted as filespec
17130:
17131: @russianindex[] #dir with files with russian-lang names
17132: $where[dir]
17133:
17134: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17135: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17136:
17137: 2002-09-23 paf
17138:
17139: * src/types/pa_vdouble.h: double->int round added
17140:
17141: * src/classes/date.C: date bug fix, now
17142: round(floatDays*secondsPerDay)
17143:
17144: * src/classes/date.C: date bug fix, now
17145: round(floatDays*secondsPerDay)
17146:
17147: 2002-09-20 paf
17148:
17149: * src/main/execute.C: code junction calls disabled [before: code
17150: was compiled in such a way, that there were no code-junctions in
17151: OP_CALL]
17152:
17153: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17154:
17155: @badjunctioncallinside[code] ^code[]
17156:
17157: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17158: expanding to include ^junction.method
17159:
17160: * src/main/pa_common.C: -d "DIR/" now true
17161:
17162: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17163: as internal xdoc encoding, and after decoding attributes set by
17164: dom functions now encoded OK, not as digital entities
17165:
17166: * src/classes/xdoc.C: empty transform result, being taken as file
17167: now returns empty file, not raises stupid error about "stat-ed
17168: file"
17169:
17170: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17171: allowed
17172:
17173: * src/types/types.dsp: introducing $junction.get/put(1) one can
17174: write iterators now:
17175:
17176: ^user-foreach[key;value]{$key=$value<br>}
17177:
17178: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17179: $code.value($i*2) $code }
17180:
17181: * src/main/compile_tools.h: mistype
17182:
1.116 moko 17183: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17184: thus taking linking options configure changes into account [were:
17185: ignoring]
1.95 moko 17186:
17187: * src/types/: pa_vjunction.C, Makefile.am: introducing
17188: $junction.get/put(1) one can write iterators now:
17189:
17190: ^user-foreach[key;value]{$key=$value<br>}
17191:
17192: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17193: $code.value($i*2) $code }
17194:
17195: * src/: include/pa_opcode.h, include/pa_request.h,
17196: main/compile.tab.C, main/compile.y, main/execute.C,
17197: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17198: introducing $junction.get/put(1) one can write iterators now:
17199:
17200: ^user-foreach[key;value]{$key=$value<br>}
17201:
17202: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17203: $code.value($i*2) $code }
17204:
17205: 2002-09-19 paf
17206:
1.116 moko 17207: * Makefile.am: new: make commit
1.95 moko 17208:
17209: * aclocal.m4: forced to be older
17210:
17211: 2002-09-18 paf
17212:
17213: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17214: src/main/compile.y, src/main/execute.C: << >> int shifts
17215:
17216: * src/: include/pa_common.h, include/pa_request.h,
17217: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17218: - now this - fatal error
17219:
17220: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17221: that one can pass binary data there
17222:
17223: * src/: classes/date.C, classes/double.C, classes/file.C,
17224: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17225: classes/op.C, classes/response.C, classes/string.C,
17226: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17227: include/pa_request.h: pa_request contexts made privated, plus
17228: get_{self/method_frame} to read. Request_context_saver used in
17229: ^try to save flang too. [were not saved]
17230:
17231: * src/types/pa_vresponse.C: header value chains joined before
17232: output, this should help $.subject[$var $var] from being
17233: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17234:
17235: 2002-09-17 paf
17236:
17237: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17238: removed changes, operators executed with calling self. lots of
17239: code with ^include code relies on defined/defining self variables
17240:
17241: $a[1] ^include[print_a.p] print_a.p: $a
17242:
17243: ^include[set_a.p] a=$a set_a.p: $a[1]
17244:
17245: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17246: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17247: types/pa_vstateless_class.h: operators now executed with MAIN
17248: self. it's for ^include sake, too strong a change
17249:
17250: * src/classes/op.C: made place for ^process to compile it's code to
17251: in case of no self
17252:
17253: * src/main/execute.C: found ancient param to Junction, removed.
17254: allowed passing self to native_code_operators [for ^process to
17255: work, she needs self]
17256:
17257: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17258: types/pa_vstateless_class.h: found ancient param to Junction,
17259: removed. allowed passing self to native_code_operators [for
17260: ^process to work, she needs self]
17261:
17262: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17263: types/pa_value.h, types/pa_vmethod_frame.h,
17264: types/pa_vstateless_class.h: allowed Request.self to be 0,
17265: checked that in VMethodFrame get/put and $self.
17266:
17267: * src/classes/: table.C, xdoc.C: table::sql options table::create
17268: copy options options checked, wrong option now fatal error
17269:
17270: * src/main/pa_string.C: string.replace fixed [were missing words on
17271: pieces boundaries]
17272:
1.150 moko 17273: * configure, configure.in: .so now detected [can be .sl on hpux,
17274: .dll on cygwin, .so in other cases)
1.95 moko 17275:
17276: * configure, configure.in: .so now detected [can be .sl on hpux,
17277: .dll on cygwin, .so in other cases)
17278:
17279: * operators.txt, src/classes/hash.C, src/classes/table.C,
17280: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17281: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17282: record taken [were last]
17283:
17284: * src/: classes/hash.C, classes/table.C,
17285: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17286: now errors
17287:
17288: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17289:
17290: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17291: ,2,3]
17292:
17293: 2002-09-16 paf
17294:
17295: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17296: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17297: stdout to be binary. now detected closest header break.
17298:
17299: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17300: closed right
17301:
17302: 2002-09-13 paf
17303:
17304: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17305: src/main/compile_tools.h: (expression #comment)
17306:
17307: (multiline expression #comment line2 #comment )
17308:
17309: (expression #comment with (brackets) comment) << OK
17310:
17311: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17312: bitwise !|| numerical xor now [preparing for expression
17313: #comments]
17314:
17315: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17316: error
17317:
17318: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17319: cheched in pa_socks.C
17320:
1.116 moko 17321: * configure, configure.in, src/include/pa_config_auto.h.in:
17322: HAVE_WINSOCK_H created in configure.in
1.95 moko 17323:
17324: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17325: cookie date now clean [were mistakenly tainted & that worked bad
17326: with opera -- 'happily' that worked OK with msie]
17327:
17328: 2002-09-12 paf
17329:
17330: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17331: VClass get_element now first looks to fields, next to methods &
17332: co todo: the rest reason: more speed
17333:
17334: * src/main/untaint.C: quoted printable encoding stops before
17335: \s*<...>$
17336:
17337: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17338: stops before <...>$
17339:
17340: 2002-09-11 paf
17341:
17342: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17343: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17344: forgot to check users of those funcs. not all were using that
17345: return value convention
17346:
17347: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17348: windows-1254 added
17349:
17350: 2002-09-10 paf
17351:
17352: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17353: VCodeFrame parent param were specified badly
17354:
17355: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17356: WWrapper which used in constructing objects(second param to sql
17357: method) ^...sql{}[$.default{code}] now has parent, wich helps
17358: code in hash to survivi
17359:
17360: * src/: include/pa_request.h, main/execute.C: removed redundant
17361: param to execute [stack said 'thanks']
17362:
17363: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17364: types/pa_value.h, types/pa_vcode_frame.h,
17365: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17366: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17367: responsibility to wcontext
17368:
17369: * src/classes/file.C: decided not to log exec's with stderr, that
17370: could be warnings, and it's up to scritper to log/show them
17371:
17372: * src/: classes/double.C, main/execute.C: double:sql badly called
17373: write_assign_lang, not write_no_lang, thus doing unnecessary
17374: double/string converstion, which were loosing time&precesion
17375:
17376: * src/: main/pa_charset.C, types/pa_vmail.C:
17377: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17378: case of unfinished in buffer processing, causing accidental
17379: transcode stop [in case that source enc != utf-8 & there is
17380: incomplete utf-8 sequence at the end of 16000block iside of
17381: libxml lib] tfm readed & code updated
17382:
17383: 2002-09-04 paf
17384:
17385: * configure: makes with sjlj
17386:
17387: * INSTALL, src/include/pa_config_fixed.h,
17388: src/include/pa_sql_connection.h,
17389: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17390: checked. on win32 it made default
17391:
17392: * src/include/pa_config_auto.h.in: sjlj define
17393:
17394: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17395: can not work with longjump/throw pair, and one must switch that
17396: on there. todo: detect that automatically]
17397:
17398: * src/types/pa_vxnode.C: removed too strong checks of
17399: xnode.elements. now, for instance, if element does not have any
17400: attributes, $xnode.attributes is void, not error
17401:
17402: 2002-09-02 paf
17403:
17404: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17405: removed double_result, didn't help
17406:
17407: * src/main/execute.C: double_result made to move that var away from
17408: hungry g++ optimizer (-O2), before: it were optimized and
17409: comparison operators worked badly
17410:
17411: * src/types/pa_vdate.h: removed debug
17412:
1.116 moko 17413: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17414:
17415: * src/main/execute.C: fixed numeric < & co so that thay now use
17416: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17417: unknown reason.
17418:
17419: 2002-08-29 paf
17420:
17421: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17422: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17423: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17424: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17425: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17426: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17427: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17428: [called less frequent, allowed to remove ugly
17429: Junction.change_context-s from many places, switch,
17430: mail:send..html{}, ..] request.root renamed to method_frame [more
17431: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17432: [speed up]
17433:
17434: 2002-08-28 paf
17435:
17436: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17437: tainted
17438:
17439: * src/types/pa_vcookie.C: fixed cookie delete when
17440: $cookie:name[$.value[]]
17441:
17442: * operators.txt, src/classes/string.C:
17443: ^string.split[delim[;options]]
17444:
17445: 2002-08-27 paf
17446:
1.116 moko 17447: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17448:
17449: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17450: delimiter
17451:
17452: * INSTALL: recommended latest gmime 1.0.5
17453:
17454: 2002-08-26 paf
17455:
17456: * configure, configure.in: apache13/hook added to make dist.
17457:
17458: 2002-08-23 paf
17459:
17460: * src/: include/pa_common.h, main/pa_common.C,
17461: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17462: beside binary [cgi, isapi] not accessible [due to bad rights or
17463: whatever] it's error now
17464:
17465: 2002-08-21 paf
17466:
1.116 moko 17467: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17468:
17469: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17470: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17471: class". compiled as if here they named base class
17472:
17473: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17474: cloning constructor]
17475:
17476: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17477:
1.150 moko 17478: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17479: $mail.received.file.value.content-type fixed
17480:
17481: 2002-08-20 paf
17482:
17483: * src/classes/file.C: fixed language of file:file result
17484:
17485: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17486: from 3.0.0005
17487:
17488: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17489:
17490: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17491: 3.0.0005
17492:
17493: * src/classes/void.C, operators.txt: ^void.length[] = 0
17494:
17495: 2002-08-19 paf
17496:
17497: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17498: work now
17499:
17500: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17501: error in xnode, which were not catched in xdoc]
17502:
17503: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17504: prepared: // validate each document after load/create (?)
17505: //xmlDoValidityCheckingDefaultValue = 1;
17506:
17507: 2002-08-15 paf
17508:
17509: * src/classes/classes.h: write to static var caused useless
17510: Exception, introduced Methoded::put_element wich consumes those
17511:
17512: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17513: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17514: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17515: $response:field[date] $response:field[$.xxx[date]]
17516:
17517: * src/: classes/hash.C, classes/string.C, classes/table.C,
17518: classes/void.C, include/pa_sql_connection.h: fixed source of
17519: ^hash::sql{bad}
17520:
17521: * operators.txt: $request:body unprecessed POST request body
17522:
17523: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17524:
17525: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17526: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17527:
17528: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17529: src/include/pa_request.h, src/main/pa_pool.C,
17530: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17531: $request:body r.post_data now const
17532:
17533: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17534: classes/xnode.C, main/execute.C, types/pa_value.h,
17535: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17536: types/pa_vtable.h: instead of type() checking everywhere used
17537: Value.as now user descendants can be used in params.
17538:
17539: VObject::as_*, is_defined now taken from bases. xtable(table)
17540: ^if($xtable) now OK
17541:
17542: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17543: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17544: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17545:
17546: 2002-08-14 paf
17547:
17548: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17549: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17550: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17551: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17552: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17553: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17554: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17555: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17556: types/pa_vresponse.C, types/pa_vresponse.h,
17557: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17558: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17559: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17560: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17561: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17562: & VClass
17563:
17564: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17565:
17566: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17567: removed fixopt stupidity. on stupid linux use cd /document/root
17568: ../cgi/parser3 script
17569:
17570: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17571: params, splitting them by space, excluding argv[0], argv[argc-1]
17572:
17573: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17574: fixopt.h: fixopt now preprocesses command line params, splitting
17575: them by space, excluding argv[0], argv[argc-1]
17576:
17577: * src/targets/cgi/parser3.C: -f config file
17578:
17579: * src/targets/cgi/parser3.C: fixed .log file dir
17580:
17581: 2002-08-13 paf
17582:
17583: * src/types/pa_vobject.C: allow override parent variables, useful
17584: for form descendants [in vobject too, were in vclass]
17585:
17586: * src/types/pa_vclass.C: allow override parent variables, useful
17587: for form descendants
17588:
17589: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17590: overwritten in derived(table)
17591:
17592: * src/: classes/form.C, classes/mail.C, classes/op.C,
17593: classes/xnode.h, include/pa_request.h, main/execute.C,
17594: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17595: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17596: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17597: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17598: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17599: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17600: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17601: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17602: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17603: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17604: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17605: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17606: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17607: Value::get_element(..., bool looking_down) [needed to exclude
17608: endless recoursion]
17609:
17610: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17611: fix bug with put endless recoursion todo: check 'as'
17612:
17613: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17614: reorganized modules todo: fix bug with put endless recoursion
17615: todo: check 'as'
17616:
17617: * src/types/pa_vobject.h: checked: table fields can be overwritten
17618: in derived(table)
17619:
17620: * src/types/pa_vobject.h: derived classes can have fields of their
17621: own now
17622:
17623: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17624: fixed error message on using non-created table
17625:
17626: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17627: classes/op.C, classes/xnode.h, include/pa_request.h,
17628: main/compile.C, main/compile.tab.C, main/execute.C,
17629: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17630: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17631: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17632: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17633: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17634: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17635: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17636: types/pa_vresponse.C, types/pa_vresponse.h,
17637: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17638: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17639: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17640: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17641: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17642: looking down/up tree todo: fix error message on non-constructed
17643: parents
17644:
17645: 2002-08-12 paf
17646:
17647: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17648: derived OK
17649:
17650: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17651: thorough testing
17652:
17653: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17654: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17655: types/pa_vobject.h, types/pa_vstateless_class.h,
17656: types/pa_vstateless_object.h, types/pa_wcontext.h,
17657: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17658: ^base:create[] dynamic call rewritten todo: thorough testing
17659:
17660: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17661: now instantates base class, remembers it and saves child in
17662: parent VObject.get_class now returns last child = downward
17663: virtual calls OK
17664:
17665: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17666: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17667: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17668: types/pa_vobject.h, types/pa_vresponse.h,
17669: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17670: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17671: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17672: VAliased [redundant], moved $CLASS to VObject only [parser class
17673: instance]
17674:
17675: * src/main/pa_request.C: $response:body[file] content-type check
17676: fixed [were bad when content-type is hash]
17677:
17678: 2002-08-09 paf
17679:
17680: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17681: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17682:
17683: 2002-08-08 paf
17684:
17685: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17686: src/main/pa_globals.C: year column in month calendar [week year]
17687:
17688: * src/main/execute.C: error reporting on object writes to MAIN
17689: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17690:
17691: * operators.txt, src/types/pa_vdate.h: $date.yearday
17692: $date.daylightsaving
17693:
17694: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17695: use tainted data now. only she must specify the language.
17696:
17697: ^mail:send[ $.from[paf@mail.design.ru]
17698: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17699: $.text[^taint[uri][ìîñêâà]=] ]
17700:
17701: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17702: now prints more precise origin
17703:
17704: * src/include/pa_string.h: String::first_char now not fails on
17705: empty strings ^if(-f '') now ok and in 3 other places.
17706:
17707: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17708: String::first_char now not fails on empty strings ^if(-f '') now
17709: ok and in 3 other places.
17710:
17711: 2002-08-07 paf
17712:
17713: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17714: fixed
17715:
17716: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17717:
17718: * src/: main/execute.C, types/pa_vcode_frame.h,
17719: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17720: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17721: mistakenly not completely transparent to object writes.
17722: $hash[^if(1){$hash}] now works
17723:
17724: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17725: now erasing cache file [there were bad check on that]
17726:
17727: * src/: classes/classes.dsp, classes/table.C,
17728: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17729: all Debug dirs in .dsp now named 'Debug'
17730:
1.116 moko 17731: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17732:
17733: * operators.txt, src/classes/mail.C: exception_type email.send
17734:
17735: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17736:
17737: * src/types/pa_vmail.C: mail:send empty email checked
17738:
17739: 2002-08-06 paf
17740:
17741: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17742: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17743: ^table::create[$source;$.options] ^table::join[$source;$.options]
17744:
17745: * operators.txt, src/classes/hash.C, src/classes/string.C,
17746: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17747: # $.default() }
17748:
17749: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17750:
17751: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17752: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17753: $file.content-type [instead of .mime-type] now works for
17754: file::stat also
17755:
17756: * src/main/pa_request.C: case insensitive mime_type_of
17757:
17758: 2002-08-05 paf
17759:
17760: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17761:
17762: * src/types/pa_vmail.C: file buffer relocated to parser heap
17763:
17764: * operators.txt: comment on date:calendar week column
17765:
17766: * src/main/pa_common.C: write checked
17767:
17768: * src/main/: pa_common.C: write checked
17769:
17770: * src/classes/date.C: +1 buf size for stupid snprintfs
17771:
17772: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17773: month calendar week column [ISO 8601 Week Numbers]
17774:
17775: 2002-08-02 paf
17776:
17777: * src/: include/pa_config_fixed.h, main/pa_string.C,
17778: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17779: DEBUG*
17780:
17781: * configure, configure.in, src/include/pa_version.h: release
17782: 3_0_0005
17783:
17784: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17785: multipart post fixed
17786:
17787: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17788: response transcoded source->client only when text/* or simple
17789: onoverridden $response:body
17790:
17791: 2002-08-01 paf
17792:
17793: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17794: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17795: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17796: classes/op.C, classes/response.C, classes/string.C,
17797: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17798: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17799: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17800: include/pa_config_fixed.h, include/pa_dictionary.h,
17801: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17802: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17803: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17804: include/pa_socks.h, include/pa_sql_connection.h,
17805: include/pa_sql_driver_manager.h, include/pa_stack.h,
17806: include/pa_string.h, include/pa_stylesheet_connection.h,
17807: include/pa_stylesheet_manager.h, include/pa_table.h,
17808: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17809: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17810: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17811: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17812: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17813: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17814: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17815: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17816: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17817: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17818: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17819: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17820: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17821: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17822: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17823: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17824: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17825: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17826: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17827: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17828: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17829: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17830: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17831: types/pa_vmethod_frame.h, types/pa_vobject.h,
17832: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17833: types/pa_vresponse.h, types/pa_vstateless_class.C,
17834: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17835: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17836: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17837: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17838: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17839: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17840:
17841: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17842: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17843: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17844: classes/math.C, classes/op.C, classes/response.C,
17845: classes/string.C, classes/table.C, classes/void.C,
17846: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17847: include/pa_array.h, include/pa_cache_managers.h,
17848: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17849: include/pa_config_fixed.h, include/pa_config_includes.h,
17850: include/pa_dictionary.h, include/pa_dir.h,
17851: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17852: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17853: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17854: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17855: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17856: include/pa_stack.h, include/pa_string.h,
17857: include/pa_stylesheet_connection.h,
17858: include/pa_stylesheet_manager.h, include/pa_table.h,
17859: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17860: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17861: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17862: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17863: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17864: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17865: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17866: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17867: main/pa_sql_driver_manager.C, main/pa_string.C,
17868: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17869: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17870: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17871: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17872: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17873: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17874: targets/isapi/pool_storage.h, types/pa_valiased.C,
17875: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17876: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17877: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17878: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17879: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17880: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17881: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17882: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17883: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17884: types/pa_vresponse.C, types/pa_vresponse.h,
17885: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17886: types/pa_vstateless_object.h, types/pa_vstatus.C,
17887: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17888: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17889: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17890: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17891: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17892: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17893: types/Makefile.am: ident.C* removed
17894:
17895: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17896: file:find[/can/do/this/now.txt]
17897:
17898: * src/targets/cgi/parser3.C: usage to stdout now
17899:
17900: 2002-07-31 paf
17901:
17902: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17903:
17904: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17905: default "postmaster"
17906:
17907: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17908: -f postmaster now default sendmail key word "postmaster"
17909: replaced to $.from
17910:
17911: 2002-07-30 paf
17912:
1.116 moko 17913: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17914: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17915:
17916: * src/main/pa_charset.C: comment
17917:
17918: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17919: table, &#decimal;
17920:
17921: * src/main/pa_request.C: comment
17922:
17923: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17924: paragraf]
17925:
17926: 2002-07-11 paf
17927:
17928: * src/main/pa_exec.C: build command line badly added params twice
17929: [and first time without ' ']. double wrong. fixed.
17930:
17931: * src/main/pa_exec.C: invalid .exe caused error message with params
17932: wich parser did not provide = reported badly. fixed that.
17933:
17934: * src/classes/mail.C: $MAIL[ # xxx ]
17935:
17936: now ok
17937:
17938: * operators.txt: plan: sql detailed exception
17939:
17940: 2002-07-01 paf
17941:
17942: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17943: [MForm.configure_admin were called when request.main_class ==0
17944:
17945: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17946:
17947: * src/classes/form.C: content_length type fix
17948:
17949: 2002-06-30 paf
17950:
17951: * src/classes/mail.C: merged from 4
17952:
17953: * src/classes/mail.C: restored $MAIL
17954:
17955: 2002-06-28 paf
17956:
17957: * configure, configure.in: removed paths.h
17958:
1.116 moko 17959: * configure, src/include/pa_version.h,
1.95 moko 17960: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17961: merged, makes updated
17962:
17963: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17964: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17965: src/include/pa_pool.h, src/include/pa_version.h,
17966: src/main/pa_charset.C, src/main/pa_pool.C,
17967: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17968: src/types/pa_vmail.C: merged latest updates to head
17969:
17970: 2002-06-27 paf
17971:
17972: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17973: not error now
17974:
17975: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17976: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17977: src/main/pa_charset.C, src/main/pa_pool.C:
17978: ^xdoc::create[[uri]]... base uri for document being created,
17979: imports and other relative file names would be relative to this
17980: uri default uri=path_translated
17981:
17982: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17983:
17984: 2002-06-26 paf
17985:
17986: * configure, configure.in, src/include/pa_version.h:
17987: release_3_0_0004
17988:
17989: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17990: 0 now
17991:
17992: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17993:
17994: 2002-06-25 paf
17995:
17996: * src/main/pa_string.C: emtpy string, or string of whitespaces
17997: considered bad number now
17998:
17999: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18000: now
18001:
18002: * operators.txt, src/classes/string.C: ^string.normalize [old
18003: name: optimize
18004:
18005: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18006: library configured
18007:
18008: * src/main/pa_request.C: configure_admin forced if no @conf
18009:
1.150 moko 18010: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18011: ^math:crypt updated to generate random salt when needed and to
18012: call system crypt() if not $apr1$ prefix
1.95 moko 18013:
18014: 2002-06-24 paf
18015:
18016: * INSTALL: --with-static/shared-mailreceive described
18017:
18018: * src/include/pa_config_fixed.h: ssize_t fixed
18019:
1.116 moko 18020: * configure, configure.in, src/include/pa_config_auto.h.in,
18021: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18022: src/types/pa_vmail.C: $mail:received makes update
18023:
18024: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18025: WITH_MAILRECEIVE
18026:
18027: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18028:
18029: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18030: option, for $mail:receive
18031:
18032: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18033: introducting $message:received ^mail:send rewritten with backward
18034: comp
18035:
18036: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18037: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18038: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18039: now
18040:
18041: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18042: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18043: src/include/pa_request.h, src/include/pa_string.h,
18044: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18045: src/main/pa_globals.C, src/main/pa_request.C,
18046: src/main/pa_string.C, src/main/pa_uue.C,
18047: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18048: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18049: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18050: uue to separate file introducting $message:received ^mail:send
18051: rewritten with backward comp
18052:
18053: 2002-06-21 paf
18054:
1.116 moko 18055: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18056: co changes
1.95 moko 18057:
1.116 moko 18058: * configure, configure.in, src/lib/md5/Makefile.am,
18059: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18060: restructure .in and .am files appropriate changes
1.95 moko 18061:
18062: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18063: pcre to libs/ added libs/md5 which is linked to non-apache
18064: targets ^math:crypt[password;$apr1$salt]
18065:
18066: * INSTALL, configure.in, operators.txt, parser3.dsw,
18067: src/Makefile.am, src/classes/Makefile.am,
18068: src/classes/classes.dsp, src/classes/math.C,
18069: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18070: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18071: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18072: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18073: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18074: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18075: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18076: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18077: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18078: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18079: src/lib/pcre/pcre_parser_ctype.dsp,
18080: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18081: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18082: src/main/compile.tab.C, src/main/main.dsp,
18083: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18084: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18085: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18086: to libs/ added libs/md5 which is linked to non-apache targets
18087: ^math:crypt[password;$apr1$salt]
18088:
18089: 2002-06-20 paf
18090:
1.150 moko 18091: * INSTALL, configure, configure.in, operators.txt,
18092: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18093: src/include/pa_globals.h, src/include/pa_request.h,
18094: src/main/execute.C, src/main/pa_request.C,
18095: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18096: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18097: file:justname&co & @auto/conf[filespec
1.95 moko 18098:
18099: * operators.txt, src/classes/file.C:
18100: !^file:dirname[/a/some.tar.gz]=/a
18101: !^file:dirname[/a/b/]=/a
18102: !^file:basename[/a/some.tar.gz]=some.tar.gz
18103: !^file:justname[/a/some.tar.gz]=some.tar
18104: !^file:justext[/a/some.tar.gz]=gz
18105:
18106: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18107: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18108: @conf/auto[filespec]
18109:
1.116 moko 18110: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18111:
1.150 moko 18112: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18113: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18114: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18115:
18116: 2002-06-18 paf
18117:
18118: * configure, configure.in, src/include/pa_version.h: version to
18119: configure.in
18120:
18121: * INSTALL: reflected .conf.dist dir change
18122:
1.150 moko 18123: * Makefile.am, configure, configure.in,
1.116 moko 18124: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18125: .in & *.am updated
18126:
18127: * src/classes/file.C: strncasecmp
18128:
18129: * src/classes/file.C: strcasecmp
18130:
1.150 moko 18131: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18132:
18133: * src/classes/file.C: ^file::exec[script;$.bad error case
18134: insensitive check now
18135:
18136: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18137:
18138: * configure, configure.in, src/include/pa_pool.h,
18139: src/include/pa_types.h: pack configure.in detection simplified.
18140: figured out that gcc on sparc not that stupid as thought
18141: previously: on sparc: when it sees packed class it modifies it's
18142: field-access-code to byte operations [stb, ldub] instead of 4byte
18143: operations [st, lduh] so packed must be all parts of packed
18144: class, i.e. it's parents&fields(classes). for now it's only
18145: String that packed and what was wrong is that it's parent -
18146: Pooled, were not packed. fixed that.
18147:
18148: 2002-06-14 paf
18149:
18150: * operators.txt: more precise xml-to-text options
18151:
18152: * operators.txt, src/types/pa_vxnode.C: xnode
18153: attribute_node.name/value xnode pi.node.data
18154:
18155: 2002-06-12 paf
18156:
1.116 moko 18157: * configure, configure.in, src/targets/cgi/Makefile.am,
18158: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18159:
18160: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18161: src/include/pa_globals.h, src/include/pa_request.h,
18162: src/main/compile.tab.C, src/main/pa_globals.C,
18163: src/main/pa_request.C, src/targets/cgi/parser3.C,
18164: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18165:
18166: * src/classes/mail.C: sendmail -ti [default now]
18167:
18168: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18169: to be strings. for convinient #ing
18170:
18171: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18172: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18173:
18174: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18175: main/pa_globals.C, main/pa_request.C: @conf
18176:
18177: 2002-06-11 paf
18178:
18179: * src/classes/file.C: check simplified
18180:
18181: * src/: classes/file.C, targets/cgi/parser3.dsp,
18182: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18183: valid prefix
18184:
18185: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18186: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18187: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18188:
18189: 2002-06-10 paf
18190:
18191: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18192: src/main/pa_common.C: lock failures reported now
18193:
18194: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18195: string->double @ compile time were not-enough-checking...
18196:
18197: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18198: autoconvert now ignored
18199:
18200: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18201: check
18202:
18203: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18204: $response:body content-type:name
18205:
18206: * configure, configure.in: hpux check, nsl link, no socket
18207:
18208: * operators.txt: old merge conflict removed
18209:
18210: * configure, configure.in: pack even address access on sparc&co
18211: arch checked in configure
18212:
18213: * configure, src/include/pa_version.h: makes
18214:
18215: * configure, configure.in, src/include/pa_version.h: makes
18216:
18217: * src/main/untaint.C: (bug#2) mail subject got always prepended
18218: with charset even when all letters were 7bit one
18219:
18220: * src/main/pa_common.C: merged fixed -d (bug)
18221:
18222: * src/main/pa_common.C: fixed -d (bug)
18223:
18224: 2002-06-03 paf
18225:
18226: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18227: src/classes/classes.dsp, src/main/compile.tab.C,
18228: src/main/main.dsp, src/main/pa_globals.C,
18229: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18230: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18231: .dsp-s along with reorganized cvs modules dirs structure
18232:
18233: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18234: main/pa_globals.C, targets/cgi/parser3.dsp,
18235: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18236: modules
18237:
18238: 2002-05-28 paf
18239:
18240: * src/targets/cgi/parser3.C: info.uri now ""
18241:
18242: 2002-05-17 paf
18243:
18244: * src/classes/: table.C: ^table.save << checked empty
18245: pre/match/post columns
18246:
18247: 2002-05-16 paf
18248:
18249: * src/classes/image.C: image::measure can png now
18250:
18251: 2002-05-15 paf
18252:
18253: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18254: added
18255:
18256: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18257:
18258: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18259: %H[:%M[:%S]]]]]] [-%m now
18260:
18261: 2002-05-14 paf
18262:
18263: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18264:
18265: 2002-05-07 paf
18266:
18267: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18268: src/include/pa_globals.h, src/include/pa_request.h,
18269: src/include/pa_table.h, src/main/compile.tab.C,
18270: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18271: src/main/pa_request.C, src/main/pa_table.C,
18272: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18273: src/targets/isapi/parser3isapi.dsp,
18274: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18275: name2number field now &. main_method_name now on Request pool
18276: rather on global_pool [Junction+VJunction created on same pool as
18277: name = were created on global pool, causing mem leaks]
18278:
18279: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18280: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18281: main/compile.y, main/main.dsp, main/pa_globals.C,
18282: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18283: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18284: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18285: field now &. main_method_name now on Request pool rather on
18286: global_pool [Junction+VJunction created on same pool as name =
18287: were created on global pool, causing mem leaks]
18288:
18289: 2002-05-06 paf
18290:
18291: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18292: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18293: 100*40 bytes per request memory leak [nonpool malloc in globals]
18294:
18295: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18296: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18297: 100*40 bytes per request memory leak [nonpool malloc in globals]
18298:
18299: 2002-04-30 paf
18300:
18301: * configure, src/include/pa_version.h: version now not b
18302:
18303: * src/targets/cgi/parser3.C: request.uri now never 0
18304:
18305: 2002-04-29 paf
18306:
18307: * configure.in: removed b
18308:
18309: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18310: Exception::comment/type checked in (), no there's no empty
18311: type/comment by default
18312:
18313: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18314: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18315: src/doc/value.dox, src/include/pa_exception.h,
18316: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18317: 0001
18318:
18319: 2002-04-26 paf
18320:
18321: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18322: size reduced
18323:
18324: 2002-04-25 paf
18325:
18326: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18327: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18328: now that took into account
18329:
18330: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18331: 01:03:04]
18332:
18333: * ChangeLog, operators.txt, src/classes/date.C:
18334: ^date::create[2002-12-33 01:03:04]
18335:
18336: * ChangeLog: updated changelog
18337:
18338: * src/classes/table.C: removed restriction on column count to
18339: ^table.hash to work, now must be >0 [were >1]
18340:
18341: 2002-04-24 paf
18342:
18343: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18344: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18345: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18346: targets
18347:
18348: 2002-04-23 paf
18349:
18350: * operators.txt, src/classes/string.C:
18351: int/double/string:sql{}[$.default{code}] fixed [were barking:
18352: "junction used outside of context"]
18353:
18354: 2002-04-22 paf
18355:
18356: * types.txt, src/classes/string.C, src/include/pa_string.h,
18357: src/main/pa_string.C, src/types/pa_vstring.C,
18358: src/types/pa_vstring.h: ^string.optimize[]
18359:
18360: * src/: include/pa_globals.h, include/pa_table.h,
18361: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18362: table template
18363:
18364: * src/classes/: string.C: optimize removed from string
18365: .left/right/pos
18366:
18367: * src/main/execute.C: rolled back to
18368: before_killing_userjunction_contexts
18369:
18370: * src/main/execute.C: user junctions context killed
18371:
18372: * src/main/execute.C: junctions to local contexts got
18373: cleanized&checked later
18374:
18375: 2002-04-19 paf
18376:
18377: * src/: classes/string.C, include/pa_request.h,
18378: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18379: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18380: prior to .left .right .mid .pos .match when that is profitable,
18381: and always before .replace when $ORIGINS(1) optimization disabled
18382: economy from not wasting mem on lots of strings which occur by
18383: lots of String:mid calls to get parts of source string between
18384: found_occurances
18385:
18386: * src/classes/file.C: ovector now local economy: 16 bytes per
18387: ^file:list
18388:
18389: * src/: include/pa_globals.h, include/pa_table.h,
18390: main/pa_globals.C, main/pa_string.C: String::match table columns
18391: globalized, not created @ each ^match anymore economy:
18392: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18393:
18394: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18395: removed from each String::match replace iteration, and made
18396: stacked sizeof(VTable)=12bytes economy on each replace code
18397:
18398: * src/doc/footer.htm: 2001,
18399:
18400: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18401: string.match[]['] option enables generation of $match.prematch
18402: .match .postmatch columns
18403:
18404: * src/main/pa_string.C: String::match options analized without
18405: cstr-ing them now
18406:
18407: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18408: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18409: config updated to doxygen 1.2.15, created helper which fixes
18410: minor bugs in chm project files & htm tree. changed extension to
18411: .htm
18412:
18413: 2002-04-18 paf
18414:
18415: * src/doc/doxygen.cfg: .chi generation disabled
18416:
18417: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18418: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18419: fields&methods
18420:
18421: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18422: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18423: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18424: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18425: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18426: types/pa_vresponse.h, types/pa_vstateless_class.h,
18427: types/pa_vstateless_object.h, types/pa_vstatus.h,
18428: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18429: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18430: VStateless_class to VObject
18431:
18432: * src/: main/pa_request.C, types/pa_valiased.h,
18433: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18434: types/pa_vstring.h: VStateless_string_object speicalized light
18435: version of VStateless_object
18436:
18437: * src/classes/op.C: ^throw comment param made optional
18438:
18439: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18440: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18441: and implemented down in VClass, fclass_alias removed,
18442:
18443: * src/types/pa_value.C: forced to cut that from .h because of
18444: VStateless_class usage [undefined in .h]
18445:
18446: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18447: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18448: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18449: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18450: on each CALL]
18451:
18452: * src/: classes/classes.h, classes/date.C, classes/double.C,
18453: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18454: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18455: classes/response.C, classes/string.C, classes/table.C,
18456: classes/void.C, classes/xnode.C, include/pa_globals.h,
18457: include/pa_request.h, main/execute.C, main/pa_globals.C,
18458: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18459: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18460: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18461: types/pa_vstateless_class.h, types/pa_wcontext.C,
18462: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18463: removed Value::fname
18464:
18465: 2002-04-17 paf
18466:
18467: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18468: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18469: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18470: include/pa_pool.h, include/pa_types.h: dox updated to current
18471: state, PTHROW freshen to throw & co
18472:
18473: * src/types/pa_vhash.h: vstring wrong parent fixed
18474:
18475: * src/classes/op.C: taint local result var bug fixed
18476:
18477: 2002-04-16 paf
18478:
18479: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18480: Attic asm.txt as most interesting
18481:
18482: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18483: check, preventing content-length: 0 from appearing
18484:
18485: * src/main/execute.C: $result in @main now taken into account as in
18486: usual functions
18487:
18488: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18489: & @unhandled_exception now taken into account as in usual
18490: functions
18491:
18492: * src/doc/postbuild.txt: instructions on post .html build
18493:
18494: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18495:
18496: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18497: tainted
18498:
18499: * src/main/pa_request.C: uri in error log
18500:
18501: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18502: cheched date:create(days) param for validity [later were assumed
18503: valid and crashed on invalid onces]
18504:
18505: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18506: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18507: and used that for removing VString wrapper
18508:
18509: * src/classes/op.C: exception2vhash file now tainted
18510:
18511: * src/classes/op.C: _process pseudo origin copied from local var to
18512: heap
18513:
18514: * src/classes/op.C: extra check on empty file in origin in _execute
18515:
18516: 2002-04-15 paf
18517:
18518: * src/: main/execute.C, types/pa_value.h: fixed name update
18519:
18520: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18521: functions
18522:
18523: * src/: classes/file.C, classes/hash.C, classes/op.C,
18524: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18525: started dual write_xxx_lang functions, if checked & works
18526:
18527: * src/: classes/date.C, classes/file.C, classes/mail.C,
18528: classes/string.C, classes/xnode.C, include/pa_request.h,
18529: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18530: unnecessary VString shells
18531:
18532: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18533: prev changes]
18534:
18535: * src/: classes/image.C, classes/op.C, classes/string.C,
18536: classes/table.C, include/pa_request.h, main/execute.C,
18537: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18538: StringOrValue wcontext result, now ready for dual writes
18539:
18540: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18541: checked that
18542:
18543: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18544: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18545: changed to OP_WRITE_VALUE in var get cases
18546:
18547: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18548: include/pa_request.h, main/compile.tab.C, main/compile.y,
18549: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18550: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18551: switch in hash constructor fixed [were problems with using of
18552: stacked wwrapper after it's death]
18553:
18554: 2002-04-12 paf
18555:
18556: * operators.txt, src/classes/table.C: table.select(expression) 0
18557:
18558: 2002-04-11 paf
18559:
18560: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18561: Request::process_internal codeFrame & wwrapper stacked [not
18562: wasting heap anymore]
18563:
18564: 2002-04-10 paf
18565:
18566: * src/: classes/double.C, classes/file.C, classes/hash.C,
18567: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18568: classes/string.C, classes/table.C, classes/void.C,
18569: classes/xdoc.C, include/pa_request.h, main/execute.C,
18570: main/pa_string.C: killed Request::process() wrapping
18571: VString(String) in case we need only String
18572:
18573: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18574: killed 8 bytes from String.head
18575:
18576: 2002-04-09 paf
18577:
18578: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18579: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18580: local*/char b[...]; a=b; situations
18581:
18582: * operators.txt, src/classes/xdoc.C: xslt params made literal
18583:
18584: * src/classes/xdoc.C: xslt params fixed
18585:
18586: * src/: main/pa_common.C, targets/cgi/parser3.C,
18587: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18588: not pool.malloc(MAX_NUMBER) but really neaded
18589:
18590: * operators.txt, src/classes/double.C, src/classes/int.C:
18591: int/double.int/double(default)
18592:
18593: 2002-04-04 paf
18594:
18595: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18596: [when reconstructing pieces were split by
18597: max_integral(piece.size), thus some strings to replace happen to
18598: be split into two = not replaced)
18599:
18600: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18601: standalone version = current dir
18602:
18603: * src/targets/cgi/parser3.C: document root in standalone version =
18604: current dir
18605:
18606: 2002-04-03 paf
18607:
18608: * configure, configure.in: more checks on nonexistent charset
18609:
1.116 moko 18610: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18611:
18612: 2002-04-02 paf
18613:
18614: * src/main/compile.C: parser.compile [exception name more like in
18615: doc]
18616:
18617: 2002-04-01 paf
18618:
18619: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18620: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18621: .content-type.charset, not .charset
18622:
18623: 2002-03-29 paf
18624:
18625: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18626:
18627: * operators.txt, src/classes/date.C: ^date::create now may not
18628: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18629: days' year. | 31.05->31.04 roll
18630:
18631: 2002-03-28 paf
18632:
18633: * operators.txt, src/classes/date.C, src/classes/op.C,
18634: src/include/pa_globals.h, src/include/pa_hash.h,
18635: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18636: ^cache(seconds) ^cache[date] }
18637:
18638: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18639: param
18640:
18641: 2002-03-27 paf
18642:
18643: * operators.txt, src/classes/date.C, src/classes/double.C,
18644: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18645: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18646: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18647: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18648: src/classes/xnode.C, src/include/pa_exception.h,
18649: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18650: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18651: src/main/pa_array.C, src/main/pa_charset.C,
18652: src/main/pa_charsets.C, src/main/pa_common.C,
18653: src/main/pa_dictionary.C, src/main/pa_exception.C,
18654: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18655: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18656: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18657: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18658: src/types/pa_value.h, src/types/pa_vcookie.C,
18659: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18660: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18661: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18662: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18663: src/types/pa_wwrapper.h: assigned exception types
18664:
18665: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18666: src/include/pa_request.h, src/main/execute.C,
18667: src/main/pa_request.C: decided agains resetting exception_trace,
18668: just changed name
18669:
18670: 2002-03-26 paf
18671:
18672: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18673: fixed
18674:
18675: * src/classes/op.C: forced language of $source field of exception
18676: to 'tainted', so that sql-langed-frags could be outputed outside
18677: of connect
18678:
18679: * operators.txt: removed date.roll limit of +-1 offset
18680:
18681: * src/classes/date.C: removed date.roll limit of +-1 offset
18682:
18683: * operators.txt, src/classes/date.C: fixed date roll on
18684: daylightsaving days mktime took into account tm_isdst flag, which
18685: remained from BEFORE roll, but should have been reset
18686:
18687: 2002-03-25 paf
18688:
18689: * operators.txt, src/targets/cgi/parser3.C:
18690: http_site_config_filespec
18691:
18692: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18693: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18694: with any/both --disable-foreign-group-files --disable-execs
18695:
18696: * INSTALL: "--with=sendmail=COMMAND" comment
18697:
18698: * INSTALL, configure, configure.in, src/classes/mail.C,
18699: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18700: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18701: disables execs also. introducing --sendmail
1.95 moko 18702:
18703: * operators.txt: pgsql options comment
18704:
18705: * INSTALL: comment on --disable-link-stdcpp
18706:
1.116 moko 18707: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18708: libstdc++ link skipping configure option
1.95 moko 18709:
18710: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18711: with error were put to cache with 'marked_to_rollback' flag, all
18712: consequent even OK requests rolled back
18713:
18714: 2002-03-22 paf
18715:
18716: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18717: false return
18718:
18719: * operators.txt: few comments on sets
18720:
18721: 2002-03-18 paf
18722:
18723: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18724: src/include/pa_globals.h, src/include/pa_request.h,
18725: src/include/pa_stack.h, src/main/pa_globals.C,
18726: src/main/pa_request.C: introducing ^try
18727:
18728: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18729: types/pa_vdouble.h: removed some tested @tests
18730:
18731: 2002-03-15 paf
18732:
18733: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18734:
18735: 2002-03-13 paf
18736:
18737: * src/main/pa_exception.C: checked not-pooled malloc
18738:
18739: 2002-03-11 paf
18740:
18741: * INSTALL, configure, configure.in,
18742: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18743:
18744: * src/main/pa_common.C: --disable-foreign-group-files
18745:
18746: * INSTALL: --disable-execs
18747:
18748: * src/main/pa_exec.C: --disable-execs
18749:
18750: * configure, configure.in, src/include/pa_config_auto.h.in:
18751: --disable-execs
18752:
18753: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18754:
18755: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18756: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18757:
18758: 2002-03-05 paf
18759:
18760: * operators.txt, src/classes/date.C: date week calendar columns
18761: named
18762:
18763: * operators.txt, src/classes/date.C: date week calendar columns
18764: named
18765:
18766: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18767: requires headers to be terminated with \r\n manually [refuses to
18768: separate header/body itself]
18769:
18770: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18771: targets/isapi/parser3isapi.C: isapi site config beside .dll
18772:
18773: 2002-03-04 paf
18774:
18775: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18776: in PASS language
18777:
18778: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18779: deserialize checks on broken file
18780:
18781: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18782: parser3isapi.dsp: isapi updated
18783:
18784: 2002-03-01 paf
18785:
18786: * src/main/pa_exec.C: execle -> execve, now argc OK
18787:
18788: 2002-02-28 paf
18789:
18790: * src/main/untaint.C: removed some debug comments
18791:
18792: * src/main/pa_charsets.C: when placing charset to cache using
18793: global name now [were request]
18794:
18795: * configure, configure.in: apache module updated
18796:
18797: * src/main/pa_string.C: origin by first piece preferred before last
18798: piece
18799:
18800: 2002-02-27 paf
18801:
18802: * src/main/pa_charset.C: size_t
18803:
18804: * INSTALL: shared/static-xml with-pathlink
18805:
18806: * operators.txt: SMTP comment
18807:
18808: 2002-02-26 paf
18809:
18810: * src/main/pa_exec.C: more precise names for vars, cosmetic
18811:
18812: * src/classes/xnode.C: in some situation, xpath query returned
18813: result with type NODESET, but empty nodeset member field, checked
18814: that
18815:
18816: 2002-02-22 paf
18817:
18818: * INSTALL: without-zlib comment
18819:
18820: * etc/parser3.charsets/windows-1251.cfg: °
18821:
18822: * configure, configure.in: glib###.a detection fixed
18823:
18824: * INSTALL: hashfile removed from INSTALL
18825:
1.116 moko 18826: * Makefile.am: make update
1.95 moko 18827:
18828: * src/main/pa_string.C: string iterators fixed again, so were
18829: String::join_chain
18830:
18831: * src/main/pa_string.C: string iterators fixed again, so were
18832: String::join_chain
18833:
18834: * src/: include/pa_string.h, main/pa_string.C: string iterators
18835: fixed again, so were String::join_chain
18836:
18837: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18838:
18839: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18840: "session"
18841:
1.116 moko 18842: * configure, configure.in, src/include/pa_config_auto.h.in:
18843: --with-shared-xml --with-static-xml
1.95 moko 18844:
18845: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18846: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18847: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18848: xalan&xml
18849:
18850: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18851:
18852: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18853: src/types/types.dsp: removed hashfile support from sources for
18854: now
18855:
1.116 moko 18856: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18857: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18858: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18859: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18860: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18861: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18862: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18863: src/types/Makefile.am, src/types/pa_vhashfile.C,
18864: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18865:
18866: 2002-02-21 paf
18867:
18868: * src/main/untaint.C: removed debug code, activated commented-for
18869: debug parts
18870:
1.116 moko 18871: * Makefile.am: make cvsupdate
1.95 moko 18872:
18873: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18874: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18875: append_row, not at link zero now string to string appending works
18876:
18877: 2002-02-20 paf
18878:
18879: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18880: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18881: DEBUG_STRING_APPENDS_VS_EXPANDS
18882:
18883: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18884: economy: 22%
18885:
18886: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18887: space uptimized: string::link_row removed
18888:
18889: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18890: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18891: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18892: types/pa_vstring.h: speed uptimized: string::is_empty
18893:
18894: * operators.txt, src/include/pa_common.h,
18895: src/include/pa_config_fixed.h, src/include/pa_string.h,
18896: src/include/pa_types.h, src/main/compile.tab.C,
18897: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18898: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18899: string append optimiziation idea and estimates
18900:
18901: 2002-02-19 paf
18902:
18903: * src/classes/math.C: not used directly [but erroreously reported
18904: that 'is', thus registering twice&other probs]
18905:
18906: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18907: to node [element]
18908:
18909: * src/main/compile.C: without string_origins parse error
18910: file+line+col possible
18911:
18912: * src/main/: compile.C: without string_origins not worked
18913:
18914: 2002-02-18 paf
18915:
18916: * src/types/pa_vdouble.h: since we have in_expression removed that
18917: trick i've installed into double::as_string
18918:
18919: * src/main/pa_globals.C: extern "C" was removed too fast
18920:
18921: * src/: include/pa_opcode.h, include/pa_request.h,
18922: main/compile.tab.C, main/compile.y, main/execute.C,
18923: types/pa_wcontext.h: in_expression aimed to solve old problem
18924: with string/nonstring values, now in expressions double/int
18925: values are passed as-is, without stupid tostring/fromstring
18926: conversions
18927:
18928: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18929: __cplusplus } #endif
18930:
18931: * src/main/compile.tab.C: bison env set so one could compile
18932: without cygwin installed
18933:
18934: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18935: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18936: gnome xml libs parser .dsp-s changed accordingly
18937:
18938: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18939:
18940: * operators.txt, src/classes/date.C: date::create [were date::set,
18941: with backward comp
18942:
18943: * src/classes/math.C: math:random range check fixed
18944:
18945: * src/main/: compile.tab.C, compile.y: integer division stops name
18946:
18947: * INSTALL: local install comment
18948:
1.116 moko 18949: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18950:
1.116 moko 18951: * acinclude.m4, aclocal.m4, configure, configure.in,
18952: src/include/pa_config_auto.h.in,
18953: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18954: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18955:
18956: * operators.txt: \ comment
18957:
18958: 2002-02-13 paf
18959:
18960: * src/include/pa_config_includes.h: sys/time time both included
18961: now. vaguely remember confilicts on this on some system [not on
18962: six|ablv] so when would see them again would think up proper
18963: check
18964:
1.116 moko 18965: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18966: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18967:
18968: * src/main/pa_common.C: truncation never occured when writing files
18969: on unix [since i've changed cache mech] fix
18970:
18971: * src/main/pa_common.C: strnchr: sanity check added
18972:
18973: * etc/parser3.charsets/windows-1257.cfg: id added
18974:
18975: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18976: baltic charset file generated, in generation script ispunct check
18977: added
18978:
18979: 2002-02-08 paf
18980:
1.116 moko 18981: * src/: include/Makefile.am, sql/Makefile.am,
18982: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18983:
18984: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18985: forgotten
18986:
18987: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18988:
18989: * INSTALL, README: install&others updated
18990:
18991: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18992:
1.116 moko 18993: * Makefile.am, configure, configure.in,
18994: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18995: src/classes/Makefile.am, src/main/Makefile.am,
18996: src/main/pa_status_provider.C, src/targets/Makefile.am,
18997: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18998: works
1.95 moko 18999:
19000: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19001: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19002: classes/hashfile.C, classes/int.C, classes/mail.C,
19003: classes/math.C, classes/op.C, classes/response.C,
19004: classes/string.C, classes/table.C, classes/void.C,
19005: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19006: include/pa_array.h, include/pa_cache_managers.h,
19007: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19008: include/pa_config_fixed.h, include/pa_config_includes.h,
19009: include/pa_db_connection.h, include/pa_db_manager.h,
19010: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19011: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19012: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19013: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19014: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19015: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19016: include/pa_stack.h, include/pa_string.h,
19017: include/pa_stylesheet_connection.h,
19018: include/pa_stylesheet_manager.h, include/pa_table.h,
19019: include/pa_threads.h, include/pa_types.h, main/compile.C,
19020: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19021: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19022: main/pa_db_connection.C, main/pa_db_manager.C,
19023: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19024: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19025: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19026: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19027: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19028: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19029: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19030: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19031: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19032: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19033: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19034: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19035: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19036: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19037: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19038: types/pa_vmethod_frame.h, types/pa_vobject.h,
19039: types/pa_vrequest.h, types/pa_vresponse.h,
19040: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19041: types/pa_vstateless_object.h, types/pa_vstatus.C,
19042: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19043: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19044: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19045: classes/image.C, main/pa_common.C, main/pa_exec.C,
19046: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19047: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19048: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19049: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19050: types/pa_vxnode.C, main/pa_charset.C: name spelling
19051:
19052: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19053: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19054: classes/hashfile.C, classes/image.C, classes/int.C,
19055: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19056: classes/string.C, classes/table.C, classes/void.C,
19057: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19058: include/pa_array.h, include/pa_cache_managers.h,
19059: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19060: include/pa_config_fixed.h, include/pa_config_includes.h,
19061: include/pa_db_connection.h, include/pa_db_manager.h,
19062: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19063: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19064: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19065: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19066: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19067: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19068: include/pa_stack.h, include/pa_string.h,
19069: include/pa_stylesheet_connection.h,
19070: include/pa_stylesheet_manager.h, include/pa_table.h,
19071: include/pa_threads.h, include/pa_types.h, main/compile.C,
19072: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19073: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19074: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19075: main/pa_db_connection.C, main/pa_db_manager.C,
19076: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19077: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19078: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19079: main/pa_socks.C, main/pa_sql_driver_manager.C,
19080: main/pa_status_provider.C, main/pa_string.C,
19081: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19082: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19083: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19084: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19085: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19086: targets/isapi/pool_storage.h, types/pa_valiased.C,
19087: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19088: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19089: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19090: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19091: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19092: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19093: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19094: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19095: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19096: types/pa_vresponse.h, types/pa_vstateless_class.C,
19097: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19098: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19099: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19100: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19101: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19102: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19103:
19104: 2002-02-07 paf
19105:
19106: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19107:
1.116 moko 19108: * configure, configure.in, src/include/pa_config_auto.h.in,
19109: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19110: added yet another locking function: fcntl
1.95 moko 19111:
19112: * config.sub: on cygwin configure passes it with strange i1586
19113: const, hacked it to mean i586
19114:
19115: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19116: disabled $if reference due to conflicts with local variables
19117:
19118: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19119: xdoc::set obsolete now, now xdoc::create, with both sences
19120:
19121: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19122: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19123: table::create now // 'set' name obsolete now table clone.
19124:
19125: * operators.txt, src/classes/string.C,
19126: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19127: ^int/double/string.format now can be called with normal []
19128: brackets, not stupid {} as it were implemented for some strange
19129: reason. retaining backward compatibility due to some
19130: already-implemented servers
19131:
19132: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19133: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19134: operators now detected by check at name_without_curly_rdive_read
19135: rule whether diving code constists only of
19136: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19137: with OP_GET_ELEMENT_OR_OPERATOR to form
19138: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19139:
19140: 2002-02-06 paf
19141:
19142: * configure, configure.in: prefix expanded, grr
19143:
19144: * operators.txt, src/classes/mail.C: mail:send config changed
19145:
19146: 2002-02-05 paf
19147:
19148: * operators.txt: regex options commented
19149:
19150: * src/main/: pa_exec.C: argv0 now correct
19151:
19152: * src/types/pa_vstatus.C: status:rusage 3
19153:
19154: * src/types/pa_vstatus.C: status:rusage 2
19155:
19156: * operators.txt: status:rusage described int operators
19157:
19158: * src/types/pa_vstatus.C: status:rusage 1
19159:
19160: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19161: src/types/types.dsp: status:rusage
19162:
19163: * configure.in, operators.txt, src/classes/file.C,
19164: src/classes/op.C, src/include/pa_common.h,
19165: src/include/pa_config_includes.h, src/main/compile.tab.C,
19166: src/main/pa_common.C: rewritten ^cache to use
19167: non-blocking-exclusive-caches
19168:
19169: * src/main/pa_common.C: text file read mode on win32 adjusted
19170: [speed impact. was off for debugging purpose, but forgotten
19171: afterwards]
19172:
19173: 2002-02-01 paf
19174:
19175: * src/classes/op.C: file_write does EX lock after create, while
19176: file_read does SH after open, so there's a moment after create
19177: but before EX lock when read can sneak into, and read
19178: just-created-for-writing-and-not-yet-locked file, added a check
19179: for that in ^cache...read
19180:
19181: 2002-01-31 paf
19182:
19183: * src/main/: compile.y, compile.tab.C: disabled operator call after
19184: ^xxx:
19185:
19186: * src/main/: compile.tab.C, execute.C: made operators lookup first
19187: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19188:
19189: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19190: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19191: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19192: operators check 6.1 rewritten. now check is done at compile time
19193:
19194: * src/main/execute.C: operators check 5 floated up old error of
19195: staying in 'entered class/object' state after $a($a..) it
19196: prevented operators from being called thereafter
19197:
19198: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19199: main/execute.C: operators check 4 floated up old error of staying
19200: in 'entered object' state after ^a.a(a) it prevented operators
19201: from being called thereafter
19202:
19203: * src/main/execute.C: operators check 3 floated up old error of
19204: staying in 'entered class' state after $a:a(a) it prevented
19205: operators from being called thereafter
19206:
19207: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19208: floated up old error of staying in 'entered class' state after
19209: $a:a[a] it prevented operators from being called thereafter
19210:
19211: * src/main/execute.C: operators check, thay mistakenly seen in
19212: $class:operator $object.operators contexts
19213:
19214: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19215: win32
19216:
1.116 moko 19217: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19218: src/classes/Makefile.am, src/main/Makefile.am,
19219: src/targets/cgi/Makefile.am,
1.95 moko 19220: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19221: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19222:
1.116 moko 19223: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19224: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19225: configure, configure.in, form.txt, ident.awk, install-sh,
19226: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19227: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19228: etc/parser3.charsets/Makefile.am,
19229: etc/parser3.charsets/koi8-r.cfg,
19230: etc/parser3.charsets/windows-1250.cfg,
19231: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19232: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19233: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19234: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19235: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19236: straightened installation scripts procedure made
19237: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19238: change
19239:
19240: 2002-01-30 paf
19241:
19242: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19243: removed] those comments were a mistake, and prevented libltdl
19244: from function properly
19245:
19246: 2002-01-29 paf
19247:
1.116 moko 19248: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19249: creation [modified acinclude.m4 which were creating int into just
19250: assignment LIBTOOL=../libtool] added default system
19251: config&charsetts prepared 'make install', now it installs
19252: targets/cgi/parser3 into bin directory etc/parser3.conf &
19253: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19254: $sysconfdir/parser3.charsets respectively
19255:
19256: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19257: main/pa_globals.C: few forgotten ifdef XML added
19258:
19259: 2002-01-28 paf
19260:
1.116 moko 19261: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19262: removed
19263:
19264: * src/main/pa_exception.C: dom|generic error output fix
19265:
19266: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19267:
19268: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19269:
19270: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19271: [fixed as_node helper func to accept docs]
19272:
19273: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19274: xdoc.importNode 0
19275:
19276: * src/classes/xdoc.C: xdoc::set now untaints OK
19277:
19278: 2002-01-25 paf
19279:
19280: * src/main/: compile.tab.C, compile.y: #comment before @ after
19281: @SPECIAL now works OK
19282:
19283: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19284:
19285: * src/main/pa_exec.C: max arg count now 10, and proper message on
19286: violation that added
19287:
19288: * src/classes/hash.C: unified hash::sql, now
19289: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19290:
19291: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19292: ^file:lock[filename]{code}
19293:
19294: * src/: classes/file.C, classes/op.C, classes/string.C,
19295: classes/table.C, classes/xdoc.C, include/pa_common.h,
19296: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19297: to some pa_common funcs
19298:
19299: * src/: include/pa_charset.h, main/pa_globals.C:
19300: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19301:
19302: * src/: include/pa_charset.h, main/pa_charset.C,
19303: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19304: not stupid illegal define
19305:
19306: 2002-01-24 paf
19307:
19308: * src/include/pa_version.h: changed version number
19309:
19310: * src/: classes/hashfile.C, include/pa_db_table.h,
19311: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19312: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19313: main/pa_db_connection.C, main/pa_db_table.C,
19314: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19315: hashfile without logfiles
19316:
19317: * src/: classes/hashfile.C, include/pa_db_table.h,
19318: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19319: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19320: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19321: DB_INIT_TXN init bits, thus got rid of huge log files, which
19322: cluttered disk without huge need]
19323:
19324: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19325: handy macro, which is strangly abscent in dome lib
19326:
19327: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19328:
19329: * src/classes/xdoc.C: checked empty response
19330:
19331: * src/classes/xnode.C: xdoc.select fixed context node [were always
19332: /, not self node]
19333:
19334: * src/classes/xnode.C: xnode.select returns array always now, in
19335: case 'nothing found' returns empty array
19336:
19337: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19338: be more tender with ctrl/c/v
19339:
19340: 2002-01-23 paf
19341:
19342: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19343: substituted. // 2. when dom tree with entites goes under
19344: transform text nodes // got [erroreosly] cut on first
19345: entity occurance
19346:
19347: * src/types/pa_vdouble.h: double prec. todo: get rid of
19348: twice-converting
19349:
19350: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19351: 'e' in output this is for regretful twice-converting here:
19352: $a(double value) when they write double falue they convert it to
19353: string first, thus %g were losing precesion.
19354:
19355: todo: think up some way to remove double->string string->double
19356: twice-converting
19357:
19358: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19359: %.20E now default float format this is for regretful
19360: twice-converting here: $a(double value) when they write double
19361: falue they convert it to string first, thus %g were losing
19362: precesion.
19363:
19364: todo: think up some way to remove double->string string->double
19365: twice-converting
19366:
19367: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19368: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19369: reasons in comment inside
19370:
19371: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19372: statically linked]
19373:
19374: * src/: include/pa_exception.h, main/compile.tab.C,
19375: main/pa_exception.C: removed exception va_list constructor. 1.
19376: not needed anymore 2. there were a conflict[causing errors]
19377: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19378: never detected an ambiguilty here, compiling ctor(, "hello") into
19379: ctor(, va_list) which, of course, caused gpf
19380:
19381: * src/main/pa_globals.C: removed debug xslt messages
19382:
19383: 2002-01-22 paf
19384:
19385: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19386: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19387: helps compiling stylesheet properly. example: this refused to
19388: work, <b>«<xsl:value-of select="@title"
19389: />»</b> stranly worked only this way:
19390: <b>«<xsl:value-of select="@title" />»</b>
19391:
19392: docs says "set it to 1", never going into details, so I decided
19393: to try NOT to do that
19394:
19395: * src/classes/table.C: join behaived badly in case named tables
19396: structure mismatched: 0 strings sneaked into dest failing
19397: afterwards. replaced them with empty strings
19398:
19399: 2002-01-21 paf
19400:
19401: * src/main/pa_charset.C: checked empty transcoders in
19402: transcode_cstr|buf
19403:
19404: * src/classes/xdoc.C: xdoc::load error source = filespec
19405:
19406: * src/classes/xdoc.C: transform error source now
19407: stylesheet_filespec
19408:
1.116 moko 19409: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19410: include/pa_stylesheet_connection.h, main/pa_charset.C,
19411: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19412: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19413: gnome
1.95 moko 19414:
19415: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19416: include/pa_globals.h, include/pa_stylesheet_connection.h,
19417: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19418: xslt generic error 1
19419:
19420: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19421: xml generic message 1
19422:
19423: * src/classes/table.C: ^table::load empty lines or #comments before
19424: headline
19425:
19426: * src/: include/pa_array.h, include/pa_globals.h,
19427: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19428: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19429: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19430: errors 0
19431:
19432: 2002-01-16 paf
19433:
19434: * src/: classes/hash.C, classes/op.C, classes/string.C,
19435: classes/table.C, classes/void.C, classes/xdoc.C,
19436: include/pa_db_connection.h, include/pa_request.h,
19437: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19438: include/pa_stylesheet_connection.h,
19439: include/pa_stylesheet_manager.h, main/pa_request.C,
19440: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19441: targets/cgi/pool_storage.h: auto closers to sql_connection,
19442: stylesheet_connection auto destroyers to remaining gnome objects
19443:
19444: * src/classes/xdoc.C: few comments
19445:
19446: 2002-01-15 paf
19447:
19448: * src/classes/xdoc.C: xdoc file save string
19449:
19450: ready. todo: error handling
19451:
19452: * src/classes/xdoc.C: xdoc save rewritten using
19453: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19454: result
19455:
19456: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19457: started output options parsing
19458:
19459: 2002-01-14 paf
19460:
19461: * src/classes/xdoc.C: method
19462:
19463: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19464: include/pa_pool.h, include/pa_stylesheet_connection.h,
19465: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19466: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19467: xslt transform0. TODO: use output options handle errors
19468:
19469: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19470:
19471: 2002-01-11 paf
19472:
19473: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19474: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19475: partial logical && || evaluation
19476:
19477: * src/classes/xnode.C: xpath selectNodes
19478:
19479: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19480: string/number/bool
19481:
19482: * src/classes/xnode.C: xpath selectNode 2
19483:
19484: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19485: xpath selectNode 1
19486:
19487: 2002-01-10 paf
19488:
19489: * src/classes/xnode.C: xpath selectNode -100 [just written]
19490:
19491: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19492: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19493: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19494: refcounter]
19495:
19496: 2001-12-29 paf
19497:
19498: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19499: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19500: glib works 0
19501:
19502: 2001-12-28 paf
19503:
19504: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19505: main/pa_exception.C: started glib transcoders
19506:
19507: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19508:
19509: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19510: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19511: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19512: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19513: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19514: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19515: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19516: libs just compiled in. no refcounting no xpath no xslt yet
19517:
19518: 2001-12-27 paf
19519:
19520: * src/: include/pa_charset.h, include/pa_common.h,
19521: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19522: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19523: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19524: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19525: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19526: from xalan&xerces, started the process. globals [initialization
19527: pool [charset update charset [transcodings vxnode vxdoc [DOM
19528: calls
19529:
19530: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19531: anymore
19532:
19533: 2001-12-26 paf
19534:
19535: * src/: include/pa_charset.h, include/pa_charsets.h,
19536: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19537: key globalized [bug]
19538:
19539: 2001-12-25 paf
19540:
19541: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19542: main/pa_string.C: table set & append changed splitting languages,
19543: separators now can be clean AND as-is same to mail command line
19544: $MAIN:MAIL.progX arguments
19545:
19546: 2001-12-24 paf
19547:
19548: * src/classes/mail.C: one parted text messages - no multipart
19549: mime-type anymore. for convinient if $.attach-ments
19550:
19551: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19552: main/pa_string.C: read from cache size check updated
19553:
19554: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19555:
19556: 2001-12-21 paf
19557:
19558: * src/classes/date.C: date:sql-string now returns localtime
19559:
19560: * src/main/pa_request.C: $result in @main actually not working, to
19561: hell with it for now
19562:
19563: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19564: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19565: @postprocess @exception
19566:
19567: * src/main/execute.C: junction evaluation canceled - endless
19568: recursion detected
19569:
19570: 2001-12-19 paf
19571:
19572: * src/main/pa_charset.C: charset->charset transcoding via unicode
19573: intermediate
19574:
19575: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19576:
19577: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19578:
19579: * src/classes/op.C: ^cache keypath now relative
19580:
19581: * src/classes/mail.C: changed weighting prior to sort
19582:
19583: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19584: were missing
19585:
19586: 2001-12-17 paf
19587:
19588: * src/main/pa_charset.C: ifndef XML were bad type
19589:
19590: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19591: outdated unset services_pool
19592:
19593: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19594: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19595: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19596:
19597: * src/main/untaint.C: allowed space in filespec
19598:
19599: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19600:
19601: * src/classes/image.C: no govno
19602:
19603: * src/classes/image.C: govno
19604:
19605: 2001-12-16 paf
19606:
19607: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19608:
19609: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19610: charset_connection&manager replaced by charset&charsets
19611:
19612: * src/main/pa_charset.C: name_cstr 0
19613:
19614: * src/main/untaint.C: uri lang now knows about client/source
19615: charsets
19616:
19617: * src/: classes/file.C, classes/math.C, classes/op.C,
19618: classes/string.C, classes/table.C, classes/xdoc.C,
19619: include/pa_array.h, include/pa_cache_managers.h,
19620: include/pa_charset_connection.h, include/pa_charset_manager.h,
19621: include/pa_common.h, include/pa_db_connection.h,
19622: include/pa_db_manager.h, include/pa_db_table.h,
19623: include/pa_dictionary.h, include/pa_exception.h,
19624: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19625: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19626: include/pa_sapi.h, include/pa_socks.h,
19627: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19628: include/pa_string.h, include/pa_stylesheet_connection.h,
19629: include/pa_stylesheet_manager.h, include/pa_table.h,
19630: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19631: main/pa_charset.C, main/pa_charset_connection.C,
19632: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19633: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19634: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19635: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19636: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19637: types/types.dsp: introducing Charset
19638:
19639: 2001-12-14 paf
19640:
19641: * src/: include/pa_request.h, include/pa_transcoder.h,
19642: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19643: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19644: uri lang
19645:
19646: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19647:
19648: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19649:
19650: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19651: defalts_name global
19652:
19653: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19654: include/pa_request.h, main/main.dsp,
19655: main/pa_charset_connection.C, main/pa_charset_manager.C,
19656: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19657: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19658: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19659: changed charset model. now important: $request:charset
19660: $response:charset while $response:content-type.charset become
19661: unimportant [informational]
19662:
19663: 2001-12-13 paf
19664:
19665: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19666:
19667: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19668: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19669: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19670: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19671: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19672: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19673:
19674: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19675: auto_ptr part other way, because of stupid gcc 2.96
19676: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19677: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19678: FormatterListener] /usr/include/g++-3/memory:48:
19679: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19680: _Tp1 = FormatterListener, _Tp = FormatterListener]
19681:
19682: * src/classes/xdoc.C: removed extra inc
19683:
19684: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19685:
19686: * src/include/pa_types.h: msvc head debugging flag
19687:
19688: * src/classes/xdoc.C: freed up listener
19689:
19690: * src/classes/string.C: change msg '... code is not code'
19691:
19692: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19693: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19694: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19695: [past/future prob]
19696:
19697: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19698: include/pa_config_fixed.h, include/pa_db_manager.h,
19699: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19700: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19701:
19702: * src/: include/pa_config_fixed.h, main/pa_common.C,
19703: main/pa_string.C: removed signed mismatch warnings
19704:
19705: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19706: 'expires' from header outputs
19707:
19708: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19709: row ptr
19710:
19711: * src/classes/file.C: file::cgi bug, request_method were passed to
19712: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19713:
19714: * src/classes/xdoc.C: lang list updated
19715:
19716: 2001-12-10 paf
19717:
19718: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19719:
19720: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19721: erase files like that, knowing their full name introducing //
19722: theoretical problem with, for instance, "_2B" and "." fragments,
19723: // they would yield the same // because
19724: need_file_encode('_')=false // but we need to delete such files
19725: somehow, getting names from ^index
19726:
19727: * src/main/pa_string.C: ^string.replace bug fixed [bad
19728: string::join_chank break]
19729:
19730: 2001-12-07 paf
19731:
19732: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19733: include/pa_common.h, include/pa_config_auto.h.in,
19734: include/pa_config_fixed.h, include/pa_config_includes.h,
19735: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19736: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19737: types/pa_vhashfile.C: merged from r14_simple_cache
19738:
19739: * src/main/pa_string.C: stupid sparc architecture failed to access
19740: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19741: lduh [ %i2 + 1 ], %l0
19742:
19743: bus error, fixed that
19744:
19745: * src/main/pa_string.C: strange string deserialize bug on
19746: client[pmts], a bit shortened,
19747:
19748: * src/include/pa_config_auto.h.in: makes
19749:
19750: * src/: include/pa_common.h, include/pa_config_fixed.h,
19751: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19752: file write shared lock file read
19753:
19754: * src/: classes/op.C, include/pa_common.h,
19755: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19756:
19757: 2001-12-06 paf
19758:
19759: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19760: main/pa_request.C: #ifdef RESOURCES_DEBUG
19761:
19762: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19763: info
19764:
19765: * src/classes/hashfile.C: removed transaction from ^cache
19766:
19767: 2001-12-05 paf
19768:
19769: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19770: IIS5 there were a prob with illegal call check
19771:
19772: 2001-12-04 paf
19773:
19774: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19775: main/pa_request.C: measures to log
19776:
19777: 2001-11-23 paf
19778:
19779: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19780: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19781: types/pa_vhashfile.C: merged from _0014, 1
19782:
19783: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19784: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19785: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19786: ^cache(33) would change
19787:
19788: 0660 bits in file_write & hashfile create
19789:
19790: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19791: after pa_string optimization]
19792:
19793: 2001-11-22 paf
19794:
19795: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19796: table.offset[whence]
19797:
19798: * src/classes/op.C: process cstr(,connection)
19799:
19800: * src/classes/op.C: process now gets its body on current language,
19801: not as-is
19802:
19803: * src/main/untaint.C: ORIGINS mode removed UHTML
19804:
19805: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19806: bit
19807:
1.116 moko 19808: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19809:
19810: 2001-11-21 paf
19811:
19812: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19813: <xsl:output output options made identical to xsl:output
19814: attributes exclusion: cdata-section-elements what xalan can do
19815: but that not used now: it can escape and remove CDATA sections
19816:
19817: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19818: produced by xslt
19819:
19820: * src/targets/cgi/parser3.C: removed debug cgi||1
19821:
19822: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19823:
19824: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19825: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19826: default language for {code}, it happen to change it's language
19827: from CLEAN, so later refused to split by CLEAN \t
19828:
19829: 2001-11-20 paf
19830:
1.116 moko 19831: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19832: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19833: bottom of dependeces, so that errors would popup quicklier, fixed
19834: line numbering in table::sql
19835:
19836: 2001-11-19 paf
19837:
19838: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19839: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19840: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19841: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19842: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19843: at wcontext.write
19844:
1.116 moko 19845: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19846: _set_new_handler
19847:
1.116 moko 19848: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19849: set_new_handler in apache&isapi
1.95 moko 19850:
19851: 2001-11-16 paf
19852:
19853: * src/targets/cgi/parser3.C: pool debug @ die
19854:
19855: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19856: removed 8 bytes from String, 2 bytes from
19857: string::chunk::row::item
19858:
19859: * src/main/pa_string.C: removed 1+4 bytes from String
19860:
19861: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19862: types/pa_vstring.C: removed 1+4 bytes from String
19863:
19864: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19865: 0
19866:
19867: * src/: include/pa_globals.h, include/pa_string.h,
19868: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19869: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19870: targets/cgi/parser3.C: introducing estimating
19871: String::cstr_bufsize, 0
19872:
19873: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19874:
19875: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19876:
19877: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19878: include/pa_pool.h: die in pool::fail
19879:
19880: 2001-11-15 paf
19881:
19882: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19883: main/pa_exception.C, targets/cgi/parser3.C: exception with
19884: dynamic buffer re-back now with counter
19885:
19886: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19887: static buffer back
19888:
19889: * src/targets/cgi/parser3.C: std::
19890:
19891: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19892: include/pa_config_includes.h: setnewhandler check
19893:
1.116 moko 19894: * src/include/pa_config_auto.h.in: makes
1.95 moko 19895:
19896: * src/targets/cgi/parser3.C: set_new_handler started
19897:
19898: 2001-11-14 paf
19899:
19900: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19901: was wrong
19902:
19903: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19904: was wrong
19905:
19906: * src/main/pa_request.C: z
19907:
19908: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19909: full returns win32 -1 solaris >buffer_size
19910:
19911: checked all that
19912:
19913: * src/classes/op.C: ^untaint{body} as-is default now
19914:
19915: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19916: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19917: with no_bad_constructors_try
19918:
19919: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19920: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19921: this: $bred[^string::length[]] $bred[^response::clear[]]
19922: $bred[^int::int[]]
19923:
19924: now VObject creation moved into overriden
19925: VClass::create_new_value, thus 0 from create_new_value means that
19926: class has no ctors
19927:
19928: 2001-11-13 paf
19929:
19930: * src/classes/classes.C: returned accedently removed if in foreach
19931: callbacks [when hash no-0-restructure]
19932:
19933: 2001-11-12 paf
19934:
19935: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19936: passed as-is to method, xalan makes & into & itself
19937:
19938: * src/classes/date.C: date.roll parser2 alg used
19939:
19940: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19941: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19942: main/pa_dictionary.C, main/pa_hash.C,
19943: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19944: now does not containt 0 values. put 0 actullay removes. no check
19945: on 0 value in foreach now required
19946:
19947: 2001-11-11 paf
19948:
19949: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19950:
19951: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19952:
19953: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19954: driver initialize not const
19955:
19956: 2001-11-10 paf
19957:
19958: * src/main/pa_exec.C: doc
19959:
19960: 2001-11-09 paf
19961:
19962: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19963: param properly
19964:
19965: * src/classes/string.C: string.save now does untainting before
19966: saving
19967:
19968: * src/main/pa_common.C: line endings fixing fixed last piece[was
19969: still cstr oriented]
19970:
19971: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19972: line endings fixing got rid of cstr, now must work ok with post
19973: multipart
19974:
19975: * src/types/pa_vform.C: line endings fixed at post / multipart /
19976: not file also now
19977:
19978: 2001-11-08 paf
19979:
19980: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19981: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19982: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19983: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19984: main/pa_stylesheet_manager.C: restructured Cache manager to be
19985: simple parent, not second parent [gcc 2.96 strangly refused to
19986: call virtual from second parent]
19987:
1.116 moko 19988: * src/: include/pa_common.h, main/Makefile.am,
19989: targets/cgi/pa_pool.C: makes
1.95 moko 19990:
19991: * src/: include/pa_request.h, main/pa_request.C,
19992: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19993: 'status' class enabler
19994:
19995: <Location /parser-status.html> ParserStatusAllowed </Location>
19996:
19997: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19998: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19999: include/pa_stylesheet_manager.h, main/main.dsp,
20000: main/pa_cache_managers.C, main/pa_charset_manager.C,
20001: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20002: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20003: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20004: todo: apache 'status' class enabler
20005:
20006: 2001-11-05 paf
20007:
20008: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20009: debug to normal
20010:
20011: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20012: hence i removed skipping 0 values in hash::for_each-es we need to
20013: check cleaned cache items manually. few more checks.
20014:
20015: expiring to 0 time was wrong, changed to 'now' time
20016:
20017: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20018: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20019: on apache already done :)
20020:
20021: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20022: skipping 0 values in hash::for_each-es we need to check cleaned
20023: cache items manually
20024:
20025: * src/main/: pa_db_connection.C, pa_db_table.C:
20026: parser_multithreaded check was wrong
20027:
20028: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20029: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20030: classes/hashfile.C, classes/image.C, classes/int.C,
20031: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20032: classes/string.C, classes/table.C, classes/void.C,
20033: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20034: include/pa_array.h, include/pa_charset_connection.h,
20035: include/pa_charset_manager.h, include/pa_common.h,
20036: include/pa_config_fixed.h, include/pa_config_includes.h,
20037: include/pa_db_connection.h, include/pa_db_manager.h,
20038: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20039: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20040: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20041: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20042: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20043: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20044: include/pa_stack.h, include/pa_string.h,
20045: include/pa_stylesheet_connection.h,
20046: include/pa_stylesheet_manager.h, include/pa_table.h,
20047: include/pa_threads.h, include/pa_types.h, main/compile.C,
20048: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20049: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20050: main/pa_charset_manager.C, main/pa_common.C,
20051: main/pa_db_connection.C, main/pa_db_manager.C,
20052: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20053: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20054: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20055: main/pa_socks.C, main/pa_sql_driver_manager.C,
20056: main/pa_status_provider.C, main/pa_string.C,
20057: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20058: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20059: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20060: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20061: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20062: targets/isapi/pool_storage.h, types/pa_valiased.C,
20063: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20064: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20065: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20066: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20067: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20068: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20069: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20070: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20071: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20072: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20073: types/pa_vstateless_object.h, types/pa_vstatus.h,
20074: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20075: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20076: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20077: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20078: $status:db fixed used not initialized in db_connection & db_table
20079:
20080: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20081: $status:charset
20082:
20083: * src/: classes/xdoc.C, include/pa_db_connection.h,
20084: include/pa_stylesheet_connection.h,
20085: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20086: types/pa_vstatus.h: $status:stylesheet
20087:
20088: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20089: include/pa_request.h, include/pa_sql_connection.h,
20090: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20091: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20092: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20093: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20094: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20095: types/pa_vxnode.C, types/types.dsp: started status parser class
20096:
20097: 2001-11-01 paf
20098:
20099: * src/include/pa_config_auto.h.in: makes
20100:
20101: * src/main/pa_hash.C: removed old extra include
20102:
20103: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20104: checks [for hp, there are such in math.h]
20105:
20106: * src/classes/op.C: ^for endless loop check strightened
20107:
20108: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20109: behavior in native calls. it left unchanged, so ^for ^foreach &
20110: co can use r.root to write their i & key,value there
20111:
20112: * src/classes/op.C: detected for var storage bug, fixed.
20113: todo:foreach
20114:
20115: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20116: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20117: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20118: changing of hash inside of foreach
20119:
20120: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20121: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20122: were hash.foreach
20123:
20124: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20125: types/pa_vstring.C, types/pa_vstring.h:
20126: ^foreach[key|value]{body}[[separator]|{separator}]
20127:
20128: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20129: types/pa_vcookie.C: ^hash.delete[key]
20130:
20131: 2001-10-31 paf
20132:
20133: * src/main/: compile.C, pa_common.C: completely empty file now
20134: considered "read", not ignored [not perfect trick used]
20135:
20136: * src/main/pa_common.C: simplier common ifdefs
20137:
20138: * src/main/pa_common.C: typing bug in common - bad ifdeff
20139:
20140: * src/main/pa_db_connection.C: z
20141:
20142: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20143: lockdetector flags
20144: dbenv.lk_detect=DB_LOCK_RANDOM;
20145:
20146: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20147: from accidental show [imagine user forgot @exception]
20148:
20149: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20150:
20151: * src/: classes/file.C, classes/image.C, classes/mail.C,
20152: classes/string.C, classes/xnode.C, include/pa_common.h,
20153: main/pa_common.C: ^string.save[[append;]path]
20154:
20155: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20156: main/execute.C: \ in expression: int divide 10/3=3
20157:
20158: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20159: inside of ^cache
20160:
20161: * src/: include/pa_threads.h, main/pa_db_connection.C,
20162: main/pa_db_table.C, targets/cgi/pa_threads.C,
20163: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20164: needed
20165:
20166: 2001-10-30 paf
20167:
20168: * src/: classes/classes.dsp, main/main.dsp,
20169: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20170: types/types.dsp: enabled debug incremental compile
20171:
20172: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20173: form post data line endings not reformatted now.
20174:
20175: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20176: now required [had bug when file= has no value]
20177:
20178: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20179: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20180: cstr(asis) default param removed
20181:
20182: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20183:
20184: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20185:
20186: * src/include/pa_dir.h: LOAD_DIR fixed
20187:
20188: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20189: was broken} fix_line_breaks
20190:
20191: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20192: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20193: packed with #pragma pack
20194:
1.116 moko 20195: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20196:
20197: 2001-10-29 paf
20198:
20199: * src/types/pa_wcontext.h: bitfield syntax stricter
20200:
20201: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20202: string hash.puts
20203:
20204: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20205:
20206: * src/include/pa_sql_connection.h: there were one wrong
20207: SQL_CONNECTION_FUNC_GUARDED [failed]
20208:
20209: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20210: param.someday either ifdef or remove it
20211:
20212: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20213:
20214: * src/main/untaint.C: optimizing returned after debugging
20215:
20216: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20217: main/untaint.C: memory hunging #pragma pack(1)
20218:
20219: 16 419 844 13 169 394
20220:
20221: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20222: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20223: places [todo:Array]
20224:
20225: * src/: main/execute.C, targets/cgi/pa_pool.C,
20226: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20227: types/pa_wwrapper.h: debugging memory WContext flags to bits
20228:
20229: total 5 652 652/158731 total 5 469 332/158731
20230:
20231: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20232: Array:: without cache in get/put now
20233:
20234: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20235: 18:25:27 2001] total 5 652 652/158731
20236:
20237: * src/: include/pa_string.h, main/pa_string.C,
20238: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20239: now
20240:
20241: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20242: 18:11:53 2001] total 5796092/158731
20243:
20244: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20245: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20246: key ref now
20247:
20248: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20249: 17:11:17 2001] total 16867948/202658
20250:
20251: * src/: classes/file.C, classes/image.C, classes/string.C,
20252: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20253: main/execute.C, main/pa_array.C, main/pa_common.C,
20254: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20255: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20256: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20257: string::as_int/double now usually uses stack, not heap [200K out
20258: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20259:
20260: * src/main/pa_sql_driver_manager.C: ping to have services [old
20261: hiding bug]
20262:
20263: * src/Makefile.am: .am order
20264:
20265: * src/: include/pa_array.h, include/pa_charset_manager.h,
20266: include/pa_db_connection.h, include/pa_db_manager.h,
20267: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20268: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20269: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20270: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20271: required "friend class"
20272:
20273: ../include/pa_request.h:51: friend declaration requires
20274: class-key, i.e. `friend class Temp_lang'
20275:
20276: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20277: main/pa_exception.C, main/pa_sql_driver_manager.C,
20278: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20279:
20280: the idea is to #1 jump to C++ some function to main body, where
20281: every function stack frame has exception unwind information and
20282: from there... #2 propagate_exception()
20283:
20284: 2001-10-28 paf
20285:
20286: * src/main/pa_db_connection.C: removed old consts
20287:
20288: * src/main/pa_db_connection.C: expire table [was accidently pasted
20289: with wrong type/cast]
20290:
20291: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20292: translation
20293:
1.116 moko 20294: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20295: remember to build DB2 with -fexceptions!!!
20296:
20297: * src/main/pa_db_table.C: DB_RMW defed
20298:
20299: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20300: include/pa_db_connection.h, include/pa_db_manager.h,
20301: include/pa_db_table.h, main/pa_db_connection.C,
20302: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20303:
20304: 2001-10-27 paf
20305:
20306: * src/: classes/hashfile.C, include/pa_db_connection.h,
20307: include/pa_db_table.h, main/pa_db_connection.C,
20308: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20309: types/pa_vhashfile.C: DB2 ifdefs
20310:
1.116 moko 20311: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20312: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20313: makes with DB2
20314:
1.116 moko 20315: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20316: types/Makefile.am: makes db
1.95 moko 20317:
20318: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20319: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20320: globals.C
20321:
20322: * src/: classes/hashfile.C, include/pa_db_connection.h,
20323: include/pa_db_table.h, main/pa_db_connection.C,
20324: main/pa_db_table.C: ^hashfile.clear[]
20325:
20326: * src/classes/classes.awk: no $ in var names
20327:
20328: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20329: connection&table [forgotten calls]
20330:
20331: 2001-10-26 paf
20332:
20333: * src/main/pa_db_connection.C: db checkpoints
20334:
20335: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20336: checkpoints
20337:
20338: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20339: default. but entities still reparsed. todo: tothink
20340:
20341: * src/main/pa_db_connection.C: db recover mech 2
20342:
20343: * src/: classes/hashfile.C, include/pa_db_connection.h,
20344: include/pa_db_manager.h, include/pa_db_table.h,
20345: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20346: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20347: types/pa_vhashfile.h: db connections & tables now cached at
20348: create time & multithreaded
20349:
20350: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20351: parsed_source
20352:
20353: * src/main/pa_db_connection.C: about to remove connection from
20354: vhashfile
20355:
20356: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20357: transaction commit/rollback responsibility left to parent [as it
20358: sould - else there were a bug with double free]
20359:
20360: * src/include/pa_db_table.h: db: child transaction commit/rollback
20361: responsibility left to parent [as it sould - else there were a
20362: bug with double free]
20363:
20364: 2001-10-25 paf
20365:
20366: * src/: classes/hashfile.C, include/pa_common.h,
20367: include/pa_db_connection.h, include/pa_db_manager.h,
20368: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20369: types/pa_vhashfile.C, types/pa_vhashfile.h,
20370: include/pa_db_table.h, main/pa_db_table.C: started db_home
20371: [multiple, cached] todo: autorecover [tried, but not succeded,
20372: yet]
20373:
20374: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20375:
20376: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20377: transaction parent passed
20378:
20379: 2001-10-24 parser
20380:
1.116 moko 20381: * src/classes/Makefile.am: makes
1.95 moko 20382:
20383: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20384: isapi/pool_storage.h: pool_storage fixed
20385:
20386: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20387: types/pa_vform.h: form fix_line_breaks
20388:
1.116 moko 20389: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20390:
20391: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20392: targets/cgi/pool_storage.h: makes
20393:
20394: * src/sql/pa_sql_driver.h: version
20395:
20396: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20397: types/pa_vform.C, types/pa_vform.h: .am
20398:
20399: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20400: this: DB_RMW Acquire write locks instead of read locks when doing
20401: the retrieval. Setting this flag may decrease the likelihood of
20402: deadlock during a read-modify-write cycle by immediately
20403: acquiring the write lock during the read part of the cycle so
20404: that another thread of control acquiring a read lock for the same
20405: item, in its own read-modify-write cycle, will not result in
20406: deadlock
20407:
20408: * src/targets/isapi/parser3isapi.dsp: doc
20409:
20410: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20411:
20412: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20413:
20414: * src/: classes/hashfile.C, include/pa_db_connection.h,
20415: main/pa_db_connection.C: hashfile expired deleted from db when
20416: get & iterate
20417:
20418: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20419: expiring 1
20420:
20421: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20422:
20423: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20424: db_connection not bothers with key when not returning expired
20425: data
20426:
20427: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20428: types/pa_vhashfile.C: db_cursor constructor public now
20429:
20430: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20431: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20432: stamped, todo: put_element analize
20433:
20434: * src/: include/pa_db_connection.h, include/pa_string.h,
20435: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20436: serialize. todo stamp
20437:
20438: 2001-10-23 parser
20439:
20440: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20441: classes/image.C, classes/mail.C, classes/response.C,
20442: classes/string.C, classes/table.C, classes/xdoc.C,
20443: include/pa_config_fixed.h, include/pa_db_connection.h,
20444: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20445: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20446: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20447: types/pa_vtable.C: ^hashfile.hash[]
20448:
20449: * src/: classes/hashfile.C, classes/xdoc.C,
20450: include/pa_config_fixed.h, main/pa_db_manager.C,
20451: main/pa_globals.C: ifdefs so it compiled without db
20452:
20453: * src/: classes/hashfile.C, include/pa_db_connection.h,
20454: include/pa_db_manager.h, main/pa_db_connection.C,
20455: main/pa_db_manager.C, types/pa_vhashfile.h:
20456: ^hashfile.transaction{code} ^hashfile:clear[filename]
20457: ^hashfile.delete[key]
20458:
20459: 2001-10-22 parser
20460:
20461: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20462: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20463:
20464: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20465: classes/xnode.C, include/pa_charset_connection.h,
20466: include/pa_db_connection.h, include/pa_db_manager.h,
20467: include/pa_exception.h, include/pa_sapi.h,
20468: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20469: include/pa_stylesheet_connection.h,
20470: include/pa_stylesheet_manager.h,
20471: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20472: main/pa_db_connection.C, main/pa_db_manager.C,
20473: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20474: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20475: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20476: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20477: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20478: types/types.dsp: hashfile 0
20479:
20480: * src/types/pa_vhashfile.C: z
20481:
20482: * src/: classes/classes.dsp, classes/hashfile.C,
20483: include/pa_config_fixed.h, main/execute.C,
20484: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20485: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20486:
20487: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20488:
20489: * src/: include/pa_exception.h, include/pa_request.h,
20490: main/execute.C, main/pa_exception.C, main/pa_request.C,
20491: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20492: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20493:
20494: 2001-10-19 parser
20495:
20496: * src/include/pa_pool.h: header
20497:
20498: * src/main/pa_pool.C: auto compiled on gcc
20499:
20500: * src/classes/image.C: comment
20501:
1.116 moko 20502: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20503:
20504: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20505: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20506: types/pa_vxnode.h: xnode clone got freed
20507:
20508: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20509: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20510: can free up xalandomstring resulting from pool::transcode
20511:
20512: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20513: include/pa_config_fixed.h, include/pa_exception.h,
20514: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20515: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20516: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20517: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20518: from non-xml compile
20519:
20520: * src/main/pa_request.C: pool:: context - get_context
20521:
20522: * src/: classes/classes.h, classes/date.C, classes/double.C,
20523: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20524: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20525: classes/string.C, classes/table.C, classes/void.C,
20526: include/pa_config_fixed.h, include/pa_exception.h,
20527: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20528: main/compile.C, main/compile_tools.C, main/execute.C,
20529: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20530: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20531: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20532: main/pa_string.C, main/pa_table.C, main/untaint.C,
20533: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20534: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20535: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20536: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20537: types/pa_vstateless_class.h, types/pa_vtable.C,
20538: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20539: exceptions 0
20540:
20541: * src/classes/classes.awk: $ removed
20542:
20543: 2001-10-18 parser
20544:
20545: * src/types/pa_vcookie.C: cookie:CLASS
20546:
20547: * src/main/main.dsp: project
20548:
20549: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20550: set_document & ctor question "who owns document" solved
20551:
20552: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20553:
20554: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20555: main/pa_pool.C: encoding in dom creating funcs
20556:
20557: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20558: be transformed now
20559:
20560: * src/classes/xdoc.C: dom created by create can be transformed now
20561:
20562: * src/classes/xdoc.C: z
20563:
20564: * src/classes/xdoc.C: comment
20565:
20566: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20567: create now uses XercesDocumentBridge, appendChild&co now works
20568:
20569: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20570: @ recompile
20571:
20572: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20573: $origin @exception[
20574:
20575: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20576: tag names forced to XML lang
20577:
20578: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20579: leechy-found bugs in code&doc fixed
20580:
20581: 2001-10-17 parser
20582:
20583: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20584: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20585: n functionality preserved
20586:
20587: * src/types/pa_vimage.h: removed unused vimage::save
20588:
20589: 2001-10-16 parser
20590:
20591: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20592:
20593: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20594:
20595: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20596:
20597: * src/classes/image.C: image.copy tolerance
20598:
20599: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20600: ineffective, but works for small paleted image
20601:
20602: * src/types/pa_vimage.C: comment
20603:
20604: * src/classes/image.C: gd size/resize bugfix
20605:
20606: * src/: classes/classes.dsp, main/main.dsp,
20607: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20608: types/types.dsp: ident >nul 2>&1
20609:
20610: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20611: systems
20612:
20613: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20614: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20615:
20616: 2001-10-15 parser
20617:
20618: * src/main/execute.C: z
20619:
20620: * src/classes/: xdoc.C: !::create{qualifiedName}
20621:
20622: * src/types/pa_vxnode.C: document_type_node.
20623: !readonly attribute DOMString name
20624: !notation_node.
20625: !readonly attribute DOMString publicId
20626: !readonly attribute DOMString systemId
20627:
1.116 moko 20628: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20629: ::write badly passed string too transparently [failed to
20630: intercept it]
1.95 moko 20631:
20632: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20633: include/pa_request.h, main/pa_sql_driver_manager.C,
20634: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20635: types/pa_vxnode.h: DOM1 major addtion, only few
20636: attributes/methods left
20637:
20638: 2001-10-13 parser
20639:
20640: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20641: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20642: in main handler
20643:
20644: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20645: cleanups & frees order
20646:
20647: * src/types/pa_vcode_frame.h: couple comments
20648:
20649: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20650: transparent enough to handle hash if creation&passing
20651:
20652: * src/: include/pa_config_fixed.h, main/execute.C,
20653: main/pa_exception.C: noticed that vcodeframe not transparent
20654: enough, would change now
20655:
20656: 2001-10-12 parser
20657:
20658: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20659: fixed. initialization&free on each thread!
20660:
20661: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20662: handling changed: now type of default param analized always, not
20663: only at problem time, thus helping early problem spotting
20664:
20665: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20666: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20667: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20668: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20669: multithread bug fixed. initialization&free on each thread!
20670:
20671: 2001-10-11 parser
20672:
20673: * src/classes/xnode.C: xnode.selectSingle now
20674:
20675: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20676: include/pa_pool.h, include/pa_stylesheet_connection.h,
20677: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20678: convertors out of Pool into Exception
20679:
20680: * src/main/pa_string.C: const
20681:
20682: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20683: linked pieces of same language together prior to String::replace
20684:
20685: * src/classes/hash.C: !^hash.add[addme]
20686: !^hash.sub[subme]
20687: !^a.union[b] = new
20688: !^a.intersection[b] = new
20689: !^a.intersects[b] = bool
20690:
20691: * src/classes/hash.C: !^hash::append[append_from]
20692:
20693: * src/: classes/hash.C, types/pa_vhash.h:
20694: !^hash::create[[copy_from]]
20695:
20696: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20697: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20698: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20699: fixed. got rid of empty_string, which caused errors - it hasnt
20700: exception but somebody[value.bark] tried to throw it on it's pool
20701:
1.116 moko 20702: * src/include/pa_config_auto.h.in: makes
1.95 moko 20703:
20704: 2001-10-10 parser
20705:
20706: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20707:
20708: * src/main/: compile.tab.C, compile.y: ^a[
20709:
20710: @next_method << now unclosed ] would be reported here
20711:
20712: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20713: compile error
20714:
20715: 2001-10-09 parser
20716:
1.116 moko 20717: * src/: classes/Makefile.am, main/Makefile.am,
20718: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20719:
20720: * src/classes/Makefile.am: makes
20721:
20722: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20723: win32 errors intercepted [xalan transformer patched and
20724: incorporated]
20725:
20726: * src/: classes/classes.dsp, classes/xdoc.C,
20727: include/pa_stylesheet_connection.h, main/main.dsp,
20728: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20729: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20730: patches starting
20731:
20732: * src/classes/: string.C, table.C: ^string.save[file]
20733:
20734: * src/classes/: date.C, table.C: calendar moved to date
20735:
20736: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20737: string/table] now
20738:
20739: * src/classes/: op.C, table.C: z
20740:
20741: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20742: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20743: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20744: be code [be string..]
20745:
20746: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20747: table.C: lots of
20748: params->as_int/double/as_string/as_junction/as_no_junction
20749: messages added
20750:
20751: 2001-10-08 parser
20752:
20753: * src/: classes/date.C, classes/image.C, classes/string.C,
20754: classes/table.C, classes/void.C, include/pa_request.h:
20755: params->as_int/double message added
20756:
20757: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20758:
20759: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20760: image:sector removed image:html internal "line-*" attribs
20761:
20762: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20763: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20764:
20765: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20766: way
20767:
20768: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20769: main/untaint.C: header untainting to UL_HTTP_HEADER,
20770: UL_MAIL_HEADER made nonforced [only tainted pieces]
20771:
20772: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20773: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20774: @ SAPI::log
20775:
20776: * src/main/untaint.C: \r to ' ' in origins mode
20777:
20778: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20779: set]
20780:
20781: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20782: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20783: nonstandard liaison freed up
20784:
20785: 2001-10-07 parser
20786:
20787: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20788: project
20789:
20790: 2001-10-05 parser
20791:
20792: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20793: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20794: from outputing to cerr. lots of "todos"
20795:
20796: * src/main/untaint.C: http_header tainting more gentle with
20797: enquoting now
20798:
20799: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20800: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20801: xml errorhandler. fixed string.replace a little, read @test
20802:
20803: * src/main/pa_string.C: found replace bug - first_that_starts(char
20804: *) does not have limit, and looks further eos, fixing....
20805:
20806: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20807:
20808: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20809:
20810: * src/main/: pa_charset_connection.C: ctype another mem clear
20811: bugfix
20812:
1.116 moko 20813: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20814: $result[^[$p^]z] now works fine
1.95 moko 20815:
20816: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20817: wrong. fixed it
20818:
20819: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20820: of totable appered to be vital
20821:
20822: 2001-10-04 parser
20823:
20824: * src/classes/image.C: ^image.length[text]
20825:
20826: 2001-10-03 parser
20827:
20828: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20829:
20830: * src/main/pa_request.C: restored pcre defaulting in request
20831: [mindlessly "optimized" yesterday] comment left
20832:
20833: 2001-10-02 parser
20834:
20835: * src/: main/pa_charset_manager.C,
20836: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20837: needed
20838:
20839: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20840: forgot non-xml pool.*charset needed
20841:
20842: * src/classes/table.C: # config comments fixed
20843:
20844: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20845: charset_connection #comment now
20846:
20847: * src/: classes/classes.dsp, types/types.dsp: release projects
20848: options fixed to use release msvcrt lib
20849:
20850: * src/main/pa_charset_connection.C: pcre tables now const inside
20851: removed default - pcre handles that internally fixed bug on
20852: not-cleaning tables [previously was calloced, now member]
20853:
20854: * src/: include/pa_request.h, main/pa_charset_connection.C,
20855: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20856: inside removed default - pcre handles that internally fixed bug
20857: on not-cleaning tables [previously was calloced, now member]
20858:
20859: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20860: tested charset reload on file change @ apache version = OK tested
20861: freeing up prev encoding on adding new = OK
20862:
20863: 2001-10-01 parser
20864:
20865: * src/main/pa_charset_connection.C: removed entitify external hack
20866: [internal installed]
20867:
1.116 moko 20868: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20869:
20870: * src/: include/pa_charset_connection.h,
20871: include/pa_charset_manager.h,
20872: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20873: main/pa_charset_connection.C, main/pa_charset_manager.C,
20874: main/pa_request.C: charset loading & caching mech 0
20875:
20876: * src/: include/pa_stylesheet_connection.h,
20877: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20878: main/pa_globals.C, main/pa_request.C: would make charset loading
20879: & caching mech now
20880:
20881: 2001-09-30 parser
20882:
20883: * src/main/pa_request.C: forgot to fill toTable
20884:
20885: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20886: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20887: failed on win32 for now..
20888:
20889: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20890: now charsets table configuration variable is: CHARSETS
20891:
20892: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20893: ctype with unicode 1. todo: no П entities on output somehow
20894:
20895: * src/: classes/file.C, classes/op.C, classes/string.C,
20896: include/pa_request.h, main/pa_request.C: started ctype with
20897: unicode values
20898:
20899: 2001-09-28 parser
20900:
20901: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20902: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20903: string passed AS-IS now
20904:
20905: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20906: way of user-configuring... todo: implement
20907:
20908: 2001-09-27 parser
20909:
20910: * src/classes/table.C: table.sort changed to sort table itself
20911:
20912: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20913: X^.getElementsByTagName[tagname] = array of xnode
20914: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20915: nodes removed - regretfully not supported @ xalan. maybe someday
20916: would reimplement, if needed.
20917:
20918: win32build system: solved long waiting anti-non-started-apache
20919: problem
20920:
20921: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20922: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20923: types/types.dsp: win32 ident make system so not to rebuild
20924: library [ident.C.new]
20925:
20926: 2001-09-26 parser
20927:
20928: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20929: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20930: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20931: types/pa_vxnode.C, types/types.dsp: z
20932:
20933: * src/classes/classes.C: forgot one non-xml check
20934:
1.116 moko 20935: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20936: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20937:
20938: * src/targets/cgi/parser3.C: z
20939:
20940: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20941: targets/isapi/parser3isapi.C: #ifdef SMTP
20942:
20943: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20944: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20945: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20946: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20947: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20948: types/types.dsp: xdoc&xnode now
20949:
20950: * src/: classes/classes.C, classes/classes.awk,
20951: classes/classes.dsp, classes/classes.h, classes/date.C,
20952: classes/dnode.C, classes/dnode.h, classes/dom.C,
20953: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20954: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20955: classes/op.C, classes/response.C, classes/string.C,
20956: classes/table.C, classes/void.C, include/pa_array.h,
20957: include/pa_common.h, include/pa_config_fixed.h,
20958: include/pa_config_includes.h, include/pa_dictionary.h,
20959: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20960: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20961: include/pa_socks.h, include/pa_sql_connection.h,
20962: include/pa_sql_driver_manager.h, include/pa_stack.h,
20963: include/pa_string.h, include/pa_stylesheet_connection.h,
20964: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20965: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20966: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20967: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20968: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20969: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20970: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20971: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20972: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20973: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20974: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20975: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20976: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20977: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20978: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20979: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20980: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20981: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20982: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20983: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20984: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20985: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20986: types/pa_vmethod_frame.h, types/pa_vobject.h,
20987: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20988: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20989: types/pa_vstateless_object.h, types/pa_vstring.C,
20990: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20991: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20992: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20993: main.dsp splitted to main+classes+types along to .am
20994:
20995: * src/classes/Makefile.am: removed useless var
20996:
20997: * src/: classes/classes.cmd, main/main.dsp,
20998: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20999: main.dsp
21000:
21001: 2001-09-25 parser
21002:
21003: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21004: 1251 though, todo ICU
21005:
1.116 moko 21006: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21007: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21008: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21009: types/pa_vdom.h: xml configure makes
1.95 moko 21010:
21011: 2001-09-24 parser
21012:
1.116 moko 21013: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21014: types/Makefile.am: makes
1.95 moko 21015:
1.116 moko 21016: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21017:
21018: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21019: started unix makes update
21020:
21021: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21022: started unix makes update
21023:
21024: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21025:
21026: * src/types/pa_value.h: z
21027:
21028: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21029: bugs with usinge hash/table in expressions
21030:
21031: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21032: resolved conflicts fixed [const]
21033:
21034: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21035: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21036: main/compile.C, main/compile.tab.C, main/compile.y,
21037: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21038: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21039: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21040: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21041: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21042: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21043: with before_xml [merge2 actually didn't happen - i've created
21044: tags on wrong branch. so this merge is in fact re-merge]
21045:
21046: 2001-09-21 parser
21047:
21048: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21049: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21050: produced "" in make file and sadly wrong interpreted on load]
21051:
1.116 moko 21052: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21053: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21054: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21055: include/pa_sql_driver_manager.h, include/pa_string.h,
21056: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21057: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21058: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21059:
21060: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21061: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21062: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21063: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21064: main/pa_pool.C, main/pa_request.C,
21065: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21066: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21067: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21068: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21069: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21070: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21071: types/pa_vrequest.C, types/pa_vresponse.h,
21072: types/pa_vstateless_class.C, types/pa_vstring.C,
21073: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21074: created new projects for sql drivers [planning to remove sql
21075: drivers from main cvs project] first, will join latest changes
21076:
21077: * src/classes/: dom.C: defaulted dom writing methods encoding to
21078: pool.get_charset
21079:
21080: * src/classes/dom.C: defaulted dom writing methods encoding to
21081: pool.get_charset
21082:
21083: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21084: pool.get_charset
21085:
21086: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21087: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21088: methods encoding to pool.get_charset
21089:
21090: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21091: transcoder were created right "unsupported encoding" message.
21092: not @ set time, but @ use time, so until xml output functions
21093: .string, .file, .save used - no encoding name check occur
21094:
21095: reduced transcode buffer size to 60 fixed pool cleanup - no
21096: registration needed, pools are officially destructured
21097:
21098: 2001-09-20 parser
21099:
21100: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21101:
21102: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21103: $MAIN:DEFAULTS.content-type[$.charset[here]]
21104:
21105: * src/: classes/dnode.C, classes/dom.C,
21106: include/pa_config_includes.h, include/pa_globals.h,
21107: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21108: main/pa_pool.C, targets/cgi/parser3.dsp,
21109: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21110: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21111: Pool::transcode 0
21112:
21113: * src/classes/dom.C: dom. string save file moved output xml options
21114: to last param and made it optional
21115:
21116: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21117: dnodes
21118: !$attributenode.specified = boolean
21119: true if the attribute received its value explicitly
21120: in the XML document,
21121: or if a value was assigned programatically with the
21122: setValue function.
21123: false if the attribute value came from the default value
21124: declared in the document's DTD.
21125: !$pinode.target = target of this processing instruction
21126: XML defines this as being the first token following the
21127: markup
21128: that begins the processing instruction.
21129: XPath:
21130: !^node.select[xpath/query/expression] = hash of 0->node0
21131: 1->node1
21132: !^node.select-single[xpath/query/expression] = first node if
21133: any
21134:
21135: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21136: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21137: some 'const's added
21138:
21139: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21140: expression context now, there value = size and boolean value
21141: size!=0
21142:
21143: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21144: can be used in expression context now, there value = size and
21145: boolean value size!=0
21146:
21147: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21148: types/pa_vstring.h: dnode .file .string .save moved back to dom
21149: due to strange xalan bug
21150:
21151: 2001-09-18 parser
21152:
21153: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21154: classes/image.C, classes/op.C, classes/table.C,
21155: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21156: include/pa_sql_driver_manager.h, main/compile.C,
21157: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21158: main/execute.C, main/pa_common.C, main/pa_request.C,
21159: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21160: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21161: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21162: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21163: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21164: before_xml branch ^if(def $hash) now true only when
21165: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21166:
21167: * src/: classes/op.C, main/execute.C: operators self changed to
21168: root ^for variable context changed to self
21169:
21170: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21171: dnode 1
21172:
21173: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21174: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21175:
21176: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21177: poly* fixed
21178:
21179: 2001-09-17 parser
21180:
21181: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21182: types/pa_vdom.h: started dnode+dom
21183:
21184: dnode DOM methods: $node.name $node.value
21185: ...others...
21186:
21187: ^node.xpath[/rates/USD] = hash
21188: $hash[
21189: $.0[node0]
21190: $.1[node1]
21191: ]
21192:
21193: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21194: applies to all linear primitives
21195:
21196: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21197: include/pa_stylesheet_connection.h, main/main.dsp,
21198: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21199: types/pa_vimage.h: started dnode DOM: $node.name
21200: $node.value ...others... ^node.xpath[/rates/USD] = hash
21201: dom(dnode)
21202:
21203: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21204: main/compile.y, main/compile_tools.h, main/execute.C,
21205: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21206: in expression compound($aa.zz.xx) names now can have minus '-' in
21207: name after '.'
21208:
21209: 2001-09-15 parser
21210:
21211: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21212: image: $line-width ^line(...)[**** style]
21213:
21214: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21215: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21216: pool_storage - cleanups first, allocations second. apache wisely
21217: does just like that
21218:
21219: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21220: rewritten using template, no bugs now
21221:
21222: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21223: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21224: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21225: poorly started isapi pool_storage, would rewrite using template
21226: now
21227:
21228: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21229: include/pa_stylesheet_connection.h, main/main.dsp,
21230: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21231: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21232: xalan objects freed up [introducing Pool::register_cleanup]
21233:
21234: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21235: comments
21236:
21237: 2001-09-14 parser
21238:
21239: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21240: z
21241:
21242: * src/: classes/dom.C, classes/file.C, classes/image.C,
21243: classes/mail.C, include/pa_common.h,
21244: include/pa_sql_driver_manager.h, include/pa_string.h,
21245: include/pa_stylesheet_connection.h,
21246: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21247: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21248: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21249: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21250: compiled&cached
21251:
21252: 2001-09-13 parser
21253:
21254: * src/: classes/dom.C, classes/file.C, classes/image.C,
21255: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21256:
21257: * src/classes/dom.C: dom:file content-type(.method)
21258:
21259: * src/: include/pa_common.h, include/pa_globals.h,
21260: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21261: string now more informative error messages
21262:
21263: * src/: include/pa_globals.h, include/pa_request.h,
21264: main/pa_request.C, targets/cgi/parser3.C,
21265: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21266: ParserSiteConfig .../parser3.conf
21267:
21268: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21269:
21270: 2001-09-12 parser
21271:
21272: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21273: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21274: precise error reporting: "connection string must start with
21275: protocol://" now
21276:
21277: * src/main/compile.tab.C: fixed - subname code parts actually []
21278: braced
21279:
21280: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21281: lexer on LS_USER level did [] matching without setting nestage,
21282: introduced special LS_NAME_SQUARE_PART state
21283:
21284: 2001-09-11 parser
21285:
21286: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21287: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21288: languages+=xml
21289:
21290: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21291:
21292: * src/classes/dom.C: ^dom:save/string/file[output options] output
21293: options: $.method[xml|html|text] detection fixed
21294:
21295: * src/types/pa_vdom.h: messages
21296:
21297: * src/classes/dom.C: ^dom:save/string/file[output options] output
21298: options: $.method[xml|html|text] detection fixed
21299:
21300: 2001-09-10 parser
21301:
21302: * src/classes/dom.C: ^dom:save/string/file[output options] output
21303: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21304:
21305: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21306: added]
21307:
21308: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21309: ^dom.xslt[stylesheet filename] 0
21310:
21311: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21312: ^dom.xslt[stylesheet filename] -1 doc is lying
21313:
21314: * src/classes/dom.C: ^dom.file[encoding] = file
21315:
21316: * src/classes/: dom.C: ^dom.string[encoding] 1
21317: ^dom.save[encoding;filename]
21318:
21319: * src/classes/dom.C: ^dom.string[] 0
21320:
21321: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21322:
21323: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21324: types/pa_vform.h: ^dom.save[b.xml] 0
21325:
21326: 2001-09-08 parser
21327:
21328: * src/types/pa_vform.C: $form:tables.name.field
21329:
21330: 2001-09-07 parser
21331:
21332: * src/classes/table.C: table:empty removed, superceded by ^if(def
21333: $table)...
21334:
21335: * src/targets/cgi/parser3.C: z
21336:
21337: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21338: from '' to int/double is 0]
21339:
21340: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21341: $table) is false when table is empty
21342:
21343: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21344: !$form:tables $atable[$form:tables.a]
21345: ^atable.menu{a=$atable.element}[,]
21346:
21347: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21348: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21349:
1.116 moko 21350: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21351: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21352: of dom
21353:
21354: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21355: types/pa_vform.C, types/pa_vform.h: z
21356:
21357: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21358: element [not last]
21359:
1.116 moko 21360: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21361: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21362:
21363: 2001-09-06 parser
21364:
21365: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21366: table with one column 'element' and two rows: 1 and 2
21367:
21368: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21369: table with one column 'element' and two rows: 1 and 2
21370:
21371: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21372: bad int/double conversions, and now $form:nonexistent.int(88)
21373: would return 88
21374:
21375: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21376: types/pa_vhash.h: now there's special hash key '_default'
21377: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21378: $._default[xx] ] $hash.c
21379:
21380: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21381: fixed [thanks, fif], ^; were treated there non-literally
21382:
21383: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21384: doxygen
21385:
21386: * src/: classes/image.C, classes/op.C, classes/string.C,
21387: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21388: types/pa_vtable.C: few #ifndef DOXYGEN
21389:
21390: 2001-09-05 parser
21391:
21392: * src/classes/: string.C, table.C: sql options can be void [same as
21393: image:html the other day]
21394:
21395: * src/targets/cgi/Makefile.am: .am undo
21396:
21397: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21398: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21399: macro expantion on param, simply qoutes whatever passed, undone
21400:
21401: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21402: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21403: STRINGIZE(name) #name invented
21404:
21405: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21406: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21407: MAIN_SQL_DRIVERS_NAME "drivers"
21408:
21409: moved to be availible to all users
21410:
21411: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21412: SQL_DRIVER_CREATE_FUNC_NAME
21413:
21414: * src/classes/mail.C: MAIN:MAIL check fixed
21415:
21416: 2001-09-04 parser
21417:
21418: * src/classes/image.C: image.html now can accept void params
21419:
21420: * src/targets/isapi/parser3isapi.C: z
21421:
21422: * src/targets/cgi/parser3.C: full_file_spec bug
21423:
21424: * src/targets/cgi/parser3.C: getenvcheck
21425:
21426: * src/targets/cgi/parser3.C: zz
21427:
21428: * src/targets/cgi/parser3.C: zzz
21429:
21430: * src/classes/date.C: date
21431:
21432: * src/classes/date.C: date:sql-string is now without ''
21433:
1.116 moko 21434: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21435: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21436: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21437:
1.116 moko 21438: * src/include/pa_config_auto.h.in: makes
1.95 moko 21439:
21440: 2001-09-03 parser
21441:
21442: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21443:
21444: 2001-09-01 parser
21445:
21446: * src/classes/image.C: letter_spacing
21447:
21448: * src/classes/image.C: image: font params changed
21449:
21450: * src/classes/image.C: image: as_int as_string used
21451:
21452: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21453: analized
21454:
21455: 2001-08-31 parser
21456:
21457: * src/targets/cgi/parser3.C: z
21458:
1.116 moko 21459: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21460: cygwin
1.95 moko 21461:
21462: * src/classes/void.C: void:int/double += (default)
21463:
21464: * src/classes/image.C: image:font added space param image:font
21465: changed charwidth alg, added kerning const[for now]
21466:
21467: * src/classes/: string.C, table.C: string:int/double (defaults)
21468:
21469: 2001-08-29 parser
21470:
21471: * src/main/pa_exception.C: exception redundant debug info
21472:
21473: 2001-08-28 parser
21474:
21475: * src/classes/image.C: image error msgs
21476:
21477: * src/classes/image.C: image: gifsize little endian
21478:
21479: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21480: doxygeneration
21481:
21482: * src/: classes/Makefile.am, main/Makefile.am,
21483: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21484:
21485: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21486: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21487:
21488: * src/main/compile.C: NO_STRING_ORIGIN check2
21489:
21490: * src/classes/table.C: NO_STRING_ORIGIN check
21491:
21492: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21493: storage class specifiers invalid in friend function declarations
21494:
21495: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21496: main/untaint.C, targets/cgi/parser3.C,
21497: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21498: case of limit
21499:
21500: * src/: classes/file.C, main/pa_common.C: file:move
21501: autocreate/remove dest/src dir
21502:
21503: * src/: classes/string.C, include/pa_dictionary.h,
21504: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21505: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21506: to directory constructor. string:replace
21507:
21508: 2001-08-27 parser
21509:
21510: * src/classes/image.C: fixed jpgsize alg
21511:
21512: * src/classes/image.C: fixed jpgsize alg
21513:
21514: * src/main/pa_exception.C: z
21515:
21516: * src/main/pa_common.C: removed debug info from pa_common
21517:
21518: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21519: [auto.p from current dir loading]
21520:
1.116 moko 21521: * src/: main/pa_common.C, main/pa_exception.C,
21522: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21523: for solaris -lsocket
1.95 moko 21524:
21525: 2001-08-24 parser
21526:
21527: * src/targets/cgi/parser3.C: not cgi extra \n 3
21528:
21529: * src/targets/cgi/parser3.C: not cgi extra \n 2
21530:
21531: * src/targets/cgi/parser3.C: not cgi extra \n
21532:
21533: * src/main/pa_sql_driver_manager.C: z
21534:
21535: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21536: sql* removed services from disconnect - cross-request ideological
21537: probs.
21538:
21539: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21540: cross-request ideological probs. oracle - fixed bug: cs
21541: allocated on request.pool and got freed before disconnect
21542:
21543: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21544: mallocs fixed
21545:
21546: 2001-08-23 parser
21547:
21548: * src/classes/file.C: minor bug in file:save fixed
21549:
21550: * src/main/pa_sql_driver_manager.C: oracle: dlink
21551:
21552: 2001-08-22 parser
21553:
21554: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21555: types/pa_vfile.h: file:load|save[text|binary;
21556:
21557: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21558:
21559: 2001-08-21 parser
21560:
21561: * src/classes/: file.C, table.C: ^file:list
21562:
21563: 2001-08-20 parser
21564:
21565: * src/: main/compile.tab.C, main/compile.y,
21566: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21567: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21568: recousively caused problems: inc incremeted 123 literal!! fixed
21569:
21570: 2001-08-10 parser
21571:
21572: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21573:
21574: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21575: added
21576:
21577: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21578: added
21579:
21580: * src/classes/table.C: table:sort restored [it was bad test :(]
21581:
21582: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21583: ''
21584:
21585: * src/main/: pa_request.C: wanted to make const int
21586: MAX_EXECUTE_SECONDS=1;
21587:
21588: but couldnt, set_callback_and_alarm appeared to be not exported
21589: :(
21590:
21591: * src/main/pa_string.C: string.match hanged on. there were a hang
21592: check but it weren't wise enough
21593:
21594: @parse[dateString][tmp]
21595: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21596: #end
21597:
21598: @main[] ^parse[2001-02-03]
21599:
21600: * src/classes/: table.C: table:sort now default desc
21601:
21602: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21603: table.sort now creates new sorted table
21604:
21605: 2001-08-09 parser
21606:
21607: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21608:
21609: * src/classes/hash.C: hash:_default now [was hash:default]
21610:
21611: * src/classes/op.C: case without switch check added
21612:
21613: * src/types/pa_vcookie.C: cookie name&value origins added, more
21614: precise $ORIGINS(1)
21615:
21616: * src/main/Makefile.am: .am
21617:
21618: * src/classes/void.C: void: int double copy/paste from int: bug
21619: fixed
21620:
21621: * src/classes/void.C: void: int double copy/paste from int: bug
21622: fixed
21623:
21624: 2001-08-07 parser
21625:
21626: * src/: classes/double.C, classes/int.C, classes/string.C,
21627: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21628: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21629: string, table
21630:
21631: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21632: srand made working
21633:
21634: 2001-08-06 parser
21635:
21636: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21637: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21638: main/compile.tab.C, main/compile.y, main/pa_array.C,
21639: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21640: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21641:
21642: * src/main/pa_exec.C: exec win32 real filename
21643:
21644: * src/classes/file.C: exec stderr out
21645:
21646: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21647:
21648: 2001-08-03 parser
21649:
21650: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21651:
21652: 2001-08-02 parser
21653:
21654: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21655: main/execute.C, main/pa_exec.C: introducing Array_iter
21656:
21657: * src/main/execute.C: detected quick_get recursion bug. changed to
21658: get@execute, but needs array iterator, separate from array to
21659: avoid it & use caching
21660:
21661: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21662: bug fixed
21663:
21664: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21665: main/execute.C, main/pa_globals.C: found another multithread bug
21666: in op.C (last, last global var killed) :)
21667:
21668: 2001-08-01 parser
21669:
21670: * src/: include/pa_dictionary.h, include/pa_globals.h,
21671: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21672: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21673: main/untaint.C: speeded up typo-html replacements. introducing
21674: Dictionary with first-char caching
21675:
21676: 2001-07-31 parser
21677:
21678: * src/types/Makefile.am: pa_vtable.C added to .am
21679:
21680: * src/main/compile.tab.C: added, so that could be compiled even on
21681: non-bison-enabled platforms
21682:
21683: 2001-07-28 parser
21684:
21685: * src/classes/table.C: table:hash always produces hash, when can't
21686: - empty
21687:
21688: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21689: skipped \n
21690:
21691: 2001-07-27 parser
21692:
21693: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21694: on int/double/string :sql without result and default
21695:
21696: 2001-07-26 parser
21697:
21698: * src/classes/op.C: fixed bad multithread bug with strangly global
21699: OP
21700:
21701: * src/main/compile.y: $man[$.age[zzz]] 0
21702:
21703: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21704: creation syntax problem persists. restored $: for a while.
21705: thinking of $man[$.age[zzz]] syntax now
21706:
21707: * src/: classes/double.C, classes/int.C, classes/string.C,
21708: include/pa_opcode.h, main/compile.C, main/compile.y,
21709: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21710: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21711: types/pa_wwrapper.h: fixing :: realization #1
21712:
21713: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21714: main/compile_tools.h, main/execute.C, main/pa_request.C,
21715: types/pa_vmethod_frame.h: introducing :: this is constructor call
21716: prefix. ordinary : remains for static accesses
21717:
21718: 2001-07-25 parser
21719:
21720: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21721: fields 2. methods 3. columns
21722:
21723: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21724: quote. optimized double&int tostring-s
21725:
21726: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21727: whitespace before first method decl
21728:
21729: * src/classes/table.C: allowed nontable result in table:sql,
21730: results in empty table
21731:
21732: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21733: lines before first method decl
21734:
21735: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21736: types/pa_vtable.h: ^table.record[] now $table.fields
21737:
21738: * src/main/compile.y: $var[] is now empty string, not void
21739:
21740: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21741: void
21742:
21743: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21744: main/pa_globals.C: match replace code context moved to implicit
21745: $match context
21746:
21747: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21748: main/compile_tools.h, main/execute.C: with killed, code storage
21749: introduced with former 'with' syntax
21750:
21751: 2001-07-24 parser
21752:
21753: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21754: types/pa_value.h: first get_element, next get operator
21755:
21756: * src/main/compile.y: removed @end handling
21757:
21758: * src/main/: compile.C, compile.y: @end handling method2
21759:
21760: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21761: file:move
21762:
21763: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21764: fixed
21765:
21766: 2001-07-23 parser
21767:
21768: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21769: driver
21770:
21771: * src/classes/hash.C: changed sql driver query interface
21772:
21773: * src/: classes/hash.C, classes/string.C, classes/table.C,
21774: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21775: changed sql driver query interface
21776:
21777: 2001-07-20 parser
21778:
21779: * src/types/pa_vrequest.C: X!$browser:type
21780:
21781: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21782: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21783: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21784: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21785: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21786: types/pa_vobject.h, types/pa_vrequest.C,
21787: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21788: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21789: BASE element globally removed
21790:
21791: 2001-07-18 parser
21792:
21793: * src/classes/file.C: file:exec/cgi msg
21794:
21795: * src/classes/file.C: $file:exit-code renamed to 'status'
21796:
21797: * src/: classes/file.C, main/pa_exec.C: file:exec
21798:
1.116 moko 21799: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21800: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21801: removed $id from *.in *.am
1.95 moko 21802:
21803: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21804: abbrevations
21805:
21806: * src/: classes/date.C, classes/mail.C, classes/math.C,
21807: classes/string.C, classes/table.C, include/pa_globals.h,
21808: include/pa_string.h, main/execute.C, main/pa_globals.C,
21809: main/pa_request.C, main/pa_string.C, main/untaint.C,
21810: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21811: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21812: $ORIGINS(1) output tracing mode
21813:
21814: 2001-07-13 parser
21815:
21816: * src/: classes/double.C, classes/int.C, classes/string.C,
21817: include/pa_request.h, main/execute.C, main/pa_request.C:
21818: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21819: second would not call first @auto
21820:
21821: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21822: wrong, fixed
21823:
21824: 2001-07-12 parser
21825:
21826: * src/types/pa_value.h: pa_value.putelement modification of system
21827: classes prevented
21828:
21829: 2001-07-11 parser
21830:
21831: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21832: table $piece
21833:
21834: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21835: types/pa_vstateless_class.h: $file created by file:state +=
21836: .atime .mtime .ctime +found&fixed bug with exceptions on
21837: get_junction-created objects [they were on wrong pool]
21838:
21839: 2001-07-09 parser
21840:
21841: * src/main/untaint.C: qp wrong name
21842:
21843: * src/: classes/date.C, classes/string.C, classes/table.C,
21844: main/compile.y: date format 0
21845:
21846: 2001-07-07 parser
21847:
21848: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21849: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21850: roll table calendar
21851:
21852: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21853: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21854: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21855: include/pa_request.h, main/main.dsp, types/pa_value.h,
21856: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21857: string. todo: sql, calendar
21858:
21859: 2001-07-06 parser
21860:
21861: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21862: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21863:
21864: 2001-07-03 parser
21865:
21866: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21867: classes/random.C, main/main.dsp: class random renamed to math,
21868: operators became methods
21869:
21870: * src/classes/op.C: pow sqrt
21871:
21872: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21873:
21874: 2001-07-02 parser
21875:
21876: * src/classes/table.C: ^table.columns column renamed from 'name' to
21877: 'column'
21878:
21879: * src/classes/hash.C: ^hash.keys[]
21880:
21881: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21882:
21883: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21884: 'strings'
21885:
21886: 2001-06-29 parser
21887:
21888: * src/main/: execute.C: /0 %0 checkes ver 2
21889:
21890: * src/main/execute.C: /0 %0 checke
21891:
21892: * src/classes/Makefile.am: nothing - void
21893:
21894: * src/classes/table.C: empty strings @ sql
21895:
21896: 2001-06-28 parser
21897:
21898: * src/: classes/double.C, classes/file.C, classes/form.C,
21899: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21900: classes/op.C, classes/random.C, classes/response.C,
21901: classes/string.C, classes/table.C, classes/void.C,
21902: main/compile.C, main/compile_tools.C, main/execute.C,
21903: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21904: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21905: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21906: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21907: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21908: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21909: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21910: $";
21911:
21912: * src/: classes/double.C, classes/file.C, classes/form.C,
21913: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21914: classes/op.C, classes/random.C, classes/response.C,
21915: classes/string.C, classes/table.C, classes/void.C,
21916: main/compile.C, main/compile.y, main/compile_tools.C,
21917: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21918: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21919: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21920: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21921: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21922: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21923:
21924: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21925: $class:name: == ${class:name}:
21926:
21927: * src/classes/string.C: exactly one
21928:
21929: 2001-06-27 parser
21930:
21931: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21932: types/pa_vvoid.h: nothing renamed to void
21933:
21934: * src/classes/op.C: ^switch ^case
21935:
21936: * src/main/compile.y: nothing renamed to void
21937:
21938: * src/: classes/hash.C, classes/table.C, main/compile.y,
21939: main/execute.C, main/main.dsp, main/pa_request.C,
21940: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21941: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21942: void
21943:
21944: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21945:
21946: 2001-05-28 parser
21947:
21948: * src/doc/html2chm.cmd: removed >a
21949:
21950: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21951: project options [some bugs]
21952:
21953: * src/doc/sources2html.cmd: z
21954:
21955: * src/: classes/classes.C, main/compile.C, main/compile.y,
21956: main/execute.C: operators are not in root class again
21957:
21958: 2001-05-24 parser
21959:
21960: * src/targets/cgi/parser3.dsp: project file
21961:
21962: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21963: ^log ^exp
21964:
21965: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21966: conversions in @exception[params]
21967:
21968: * src/main/pa_request.C: // no _ conversions in @exception[params]
21969:
21970: 2001-05-23 parser
21971:
21972: * src/main/pa_string.C: string cmp bug
21973:
21974: * src/classes/: mail.C, op.C: rem max 1000
21975:
21976: * src/: classes/op.C, main/compile.y: allow one empty line before
21977: LS_DEF_NAME
21978:
21979: 2001-05-22 parser
21980:
21981: * src/classes/op.C: if params code-required
21982:
21983: 2001-05-21 parser
21984:
21985: * src/types/pa_vstring.C: eoleof
21986:
21987: * src/classes/Makefile.am: .AM
21988:
21989: * src/classes/nothing.C: resultless ^sql moved to nothing:
21990:
21991: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21992:
21993: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21994: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21995: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21996: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21997: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21998: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21999: 'nothing'
22000:
22001: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22002: vstring::set_string
22003:
22004: * src/classes/: double.C, int.C, string.C: int,double;sql
22005:
22006: * src/: classes/hash.C, classes/int.C, classes/string.C,
22007: classes/table.C, include/pa_string.h, main/pa_string.C,
22008: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22009:
22010: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22011: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22012: hash:sql moved to main trunc. operators.txt updated
22013:
22014: * src/classes/: hash.C, op.C, table.C: hash:sql
22015:
22016: * src/classes/op.C: z
22017:
22018: * src/: main/compile.C, classes/classes.C: 1
22019:
22020: * src/: classes/classes.C, main/compile.C, main/compile.y,
22021: main/execute.C: 0
22022:
22023: * src/main/execute.C: z
22024:
22025: * src/targets/cgi/parser3.C: z
22026:
22027: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22028: site_auto_path "." in that case
22029:
22030: * src/targets/cgi/: parser3.C: z
22031:
22032: * src/main/pa_request.C: .am
22033:
22034: * src/: main/pa_request.C, targets/cgi/parser3.C:
22035: pcre_tables=pcre_default_tables;
22036:
22037: 2001-05-19 parser
22038:
22039: * src/main/pa_string.C: z
22040:
22041: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22042: introducing String::cstr_bufsize, returns just size+1 for as_is
22043: target.
22044:
22045: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22046: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22047: used, 4* mem wasted
22048:
22049: * src/classes/string.C: root context in match replace body now
22050: unchanged
22051:
22052: * src/types/pa_value.h: parameter # 1 based
22053:
22054: * src/main/pa_common.C: common: actual filename '%s'
22055:
22056: * src/classes/string.C: z
22057:
22058: * src/classes/Makefile.am: classes/.am
22059:
22060: * src/classes/: Makefile.am: classes/.am
22061:
22062: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22063: targets/cgi/pa_pool.C: classes/.am
22064:
22065: 2001-05-18 parser
22066:
1.116 moko 22067: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22068: pa_threads.C ins
1.95 moko 22069:
22070: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22071:
22072: 2001-05-17 parser
22073:
22074: * src/: classes/string.C, include/pa_config_fixed.h,
22075: include/pa_config_includes.h, main/compile.y,
22076: main/compile_tools.h, main/execute.C, main/pa_array.C,
22077: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22078: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22079: types/pa_vform.C: #include "pa_config_includes.h" removed from
22080: most .C
22081:
22082: * src/doc/html2chm.cmd: z
22083:
22084: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22085: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22086:
22087: * src/main/pa_sql_driver_manager.C: moved expiration to
22088: get_connection_from_cache
22089:
22090: * src/main/pa_sql_driver_manager.C: cache expiration bf
22091:
22092: * src/: classes/classes.h, include/pa_sql_connection.h,
22093: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22094: cache expiration[use SQL_Driver::disconnect]
22095:
22096: * src/main/pa_table.C: table.locate current restored on "not found"
22097:
22098: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22099: line no
22100:
22101: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22102: ANTI_ENDLESS_EXECUTE_RECOURSION
22103:
22104: * src/: classes/op.C, include/pa_sql_connection.h,
22105: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22106: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22107: 1driver and set_services fight for driver::fservices. before fix
22108:
22109: * src/: classes/op.C, include/pa_config_fixed.h,
22110: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22111: main/pa_sql_driver_manager.C: found problem at last: 2connections
22112: own 1driver and set_services fight for driver::fservices. before
22113: fix
22114:
22115: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22116: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22117: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22118: pa_threads.C
22119:
22120: * src/include/pa_threads.h: removed targets/parser
22121:
22122: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22123: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22124: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22125: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22126: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22127: headers
22128:
22129: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22130: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22131: order prevented sqlmanager to see MULTYTHREAD define
22132:
22133: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22134: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22135: put/gets
22136:
22137: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22138: from hash.h
22139:
22140: * src/: classes/op.C, include/pa_sql_connection.h,
22141: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22142: from cache ->set_services(&services);
22143:
22144: 2001-05-16 parser
22145:
22146: * src/targets/cgi/parser3.C: z
22147:
22148: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22149: debug, #ifdefed some. would debug later, on more precise sample
22150: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22151: $name.$tail[$tail!] $name.$tail } ok3
22152:
22153: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22154: removed array debug. before vstring rebasing
22155:
22156: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22157: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22158: array debugged; adjusted
22159:
22160: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22161: SQL_Driver_manager line no for connect/charset errors
22162:
22163: 2001-05-15 parser
22164:
22165: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22166: main/pa_string.C: string+array made linear grows
22167:
22168: * src/: include/pa_string.h, main/pa_string.C,
22169: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22170: grow lineary, not exponentialy
22171:
22172: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22173: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22174: with fullchunk cmps
22175:
22176: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22177: 70041= 81
22178:
22179: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22180: targets/cgi/parser3.C: detected huge mem allocation: size/times
22181: malloc 27809390/368771, calloc 3232/83. would test now
22182:
22183: * src/: classes/random.C, main/compile.y, main/execute.C,
22184: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22185: numbered params had wrong name - for instance: bad error message
22186: in ^for[] bad body type. fixed
22187:
22188: 2001-05-14 parser
22189:
22190: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22191: main/untaint.C: ^string.upper|lower[]
22192:
22193: 2001-05-11 parser
22194:
22195: * src/: classes/double.C, classes/image.C, classes/op.C,
22196: classes/string.C, classes/table.C, classes/unknown.C,
22197: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22198: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22199: types/pa_vunknown.h: op: MAX_LOOPS as_int
22200:
22201: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22202: .dsp for win32tools
22203:
22204: 2001-05-11 paf
22205:
22206: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22207: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22208: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22209: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22210:
22211: 2001-05-10 paf
22212:
22213: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22214: for C++, that's all
22215:
1.116 moko 22216: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22217: pa_config_includes.h: inline wonders
1.95 moko 22218:
22219: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22220: doc/doxygen.cmd: hash.C added
22221:
22222: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22223:
22224: * src/main/compile.y: @end grammar: allowed zero strings in control
22225: menthod
22226:
22227: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22228: pa_vstateless_object.h: changed priority: field before method
22229: lookup in vclass & vobject
22230:
22231: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22232: grammar: priorities changes [lowerd && prior] vobject: now first
22233: fields, next methods
22234:
22235: 2001-05-08 paf
22236:
22237: * src/main/pa_table.C: table columnname2item on nameless ignored
22238: bark=false. fixed
22239:
22240: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22241: types/pa_vmethod_frame.h: hash:default works at last!
22242:
22243: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22244: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22245: hash:default
22246:
22247: * src/classes/table.C: z
22248:
22249: * src/classes/table.C: table:hash always hash of hash now
22250:
22251: * src/classes/table.C: table:empty return bool now
22252:
22253: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22254: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22255: types/pa_vtable.h: table:hash
22256:
22257: * src/classes/table.C: table:record have name
22258:
22259: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22260: returns vunknown
22261:
22262: * src/classes/: double.C, int.C, op.C, string.C:
22263: int,double,string:int[] double[] string:length[] results now have
22264: hames
22265:
22266: * src/: classes/op.C, classes/table.C, main/main.dsp,
22267: types/pa_vtable.h: removed table:find. table:locate and op:eval
22268: now return bool
22269:
22270: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22271: in method checkparams again. fixed
22272:
22273: 2001-05-07 paf
22274:
22275: * src/doc/chm.cmd: cmd
22276:
22277: * src/: classes/image.C, classes/mail.C, classes/string.C,
22278: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22279: types/pa_value.h: method reported errors on wrong pool
22280:
22281: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22282: now
22283:
22284: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22285: include/code.h, include/pa_opcode.h, main/compile.C,
22286: main/compile_tools.h, main/execute.C, types/pa_value.h,
22287: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22288: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22289: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22290: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22291: types/pa_vmethod_frame.h, types/pa_vobject.h,
22292: types/pa_vrequest.h, types/pa_vresponse.h,
22293: types/pa_vstateless_class.h, types/pa_vstring.h,
22294: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22295: types/pa_wwrapper.h: pa_code.h
22296:
22297: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22298:
22299: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22300: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22301: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22302: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22303: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22304: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22305: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22306: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22307: types/pa_vtable.h: dox, split by not clean parts also
22308:
22309: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22310: types/pa_vtable.h: table: fields, then methods. so to enable
22311: 'dir' fields & co. more
22312:
22313: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22314: so to enable 'dir' fields & co.
22315:
22316: * src/main/compile.y: grammar: @end
22317:
22318: 2001-05-04 paf
22319:
22320: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22321: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22322:
22323: * src/: classes/classes.h, classes/double.C, classes/file.C,
22324: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22325: classes/op.C, classes/random.C, classes/response.C,
22326: classes/string.C, classes/table.C, classes/unknown.C,
22327: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22328: method dox
22329:
22330: 2001-05-03 paf
22331:
22332: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22333: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22334: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22335: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22336: doc/string.dox, doc/targets.dox, doc/value.dox,
22337: main/pa_request.C: dox splitted .dox files and added some
22338:
22339: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22340:
22341: 2001-05-02 paf
22342:
22343: * src/classes/: image.C, table.C: table:dir result are not tainted
22344: by file_name language now
22345:
22346: 2001-04-28 paf
22347:
22348: * src/classes/classes.inc: removed classes.inc
22349:
22350: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22351: from .am
22352:
22353: * src/classes/classes.awk: skipped classes in .awk
22354:
22355: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22356: classes/classes.inc, classes/double.C, classes/file.C,
22357: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22358: classes/string.C, classes/table.C, classes/unknown.C,
22359: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22360: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22361: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22362: pa_methoded back to classes/classes.h
22363:
22364: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22365:
22366: * src/: classes/Makefile.am, classes/classes.awk,
22367: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22368: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22369:
22370: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22371: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22372: classes/response.C, classes/string.C, classes/table.C,
22373: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22374: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22375: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22376: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22377: include|main/pa_methoded
22378:
22379: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22380: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22381:
22382: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22383: moved some configured data to request::classes_conf moved some
22384: string crations from globals to M... [works]
22385:
22386: * src/: classes/form.C, classes/mail.C, classes/op.C,
22387: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22388: main/pa_request.C: moved some configured data to
22389: request::classes_conf moved some string crations from globals to
22390: M...
22391:
22392: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22393: about to move configured data to special request hash
22394:
22395: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22396: classes/form.C, classes/mail.C, include/pa_request.h,
22397: main/pa_request.C: configure started
22398:
22399: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22400: 2. todo: methoded-configure
22401:
22402: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22403: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22404: classes/_random.h, classes/_response.h, classes/_string.h,
22405: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22406: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22407: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22408: classes/random.C, classes/response.C, classes/string.C,
22409: classes/table.C, classes/unknown.C, include/pa_globals.h,
22410: include/pa_request.h, main/compile.y, main/execute.C,
22411: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22412: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22413: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22414: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22415: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22416: types/pa_vrequest.h, types/pa_vresponse.h,
22417: types/pa_vstateless_class.h, types/pa_vstring.h,
22418: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22419: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22420: methoded-configure
22421:
22422: * src/: classes/file.C, classes/table.C, main/compile.y,
22423: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22424: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22425: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22426:
22427: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22428: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22429: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22430: classes/random.C, classes/response.C, classes/string.C,
22431: classes/table.C, classes/unknown.C, include/pa_request.h,
22432: main/compile.y, main/execute.C, main/pa_globals.C,
22433: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22434: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22435: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22436: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22437: beautifying just compiled. todo: debug, configure
22438:
22439: 2001-04-27 paf
22440:
22441: * src/: classes/file.C, classes/image.C, classes/table.C,
22442: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22443: beautifying -99
22444:
22445: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22446: classes/_response.h, classes/_unknown.h, classes/classes.C,
22447: classes/classes.h, classes/double.C, classes/file.C,
22448: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22449: classes/op.C, classes/random.C, classes/response.C,
22450: classes/string.C, include/pa_globals.h, main/main.dsp,
22451: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22452: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22453: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22454: types/pa_vunknown.h: beautifying -100
22455:
22456: * src/main/compile.y: serge@ found @CLASS bug. fixed
22457:
22458: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22459: classes/_op.h, classes/_random.h, classes/_table.h,
22460: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22461: classes/op.C, classes/random.C, classes/response.C,
22462: classes/string.C, classes/table.C, classes/unknown.C,
22463: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22464: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22465: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22466: beautifying
22467:
22468: 2001-04-26 paf
22469:
22470: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22471:
22472: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22473: documentation ++
22474:
22475: * src/: classes/_exec.h, doc/doxygen.cfg,
22476: include/pa_config_fixed.h, include/pa_config_includes.h,
22477: targets/cgi/pa_pool.C: code documentation ++
22478:
22479: * src/: classes/_image.h, classes/op.C, classes/random.C,
22480: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22481: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22482: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22483: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22484: types/pa_vmethod_frame.h, types/pa_vobject.h,
22485: types/pa_vrequest.C, types/pa_vrequest.h,
22486: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22487: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22488: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22489: code documentation ++
22490:
22491: * src/: classes/image.C, classes/mail.C, classes/string.C,
22492: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22493: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22494: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22495: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22496: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22497: types/pa_vobject.h, types/pa_vstateless_class.h,
22498: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22499:
22500: * src/main/: pa_request.C, pa_string.C: z
22501:
22502: * src/: include/pa_common.h, include/pa_types.h,
22503: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22504: connection caching fixed. request-pooled-url were stored into
22505: global connectioncache
22506:
22507: 2001-04-25 paf
22508:
22509: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22510: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22511:
22512: * src/: include/code.h, include/pa_common.h, main/compile.y,
22513: main/execute.C, main/pa_common.C: -d
22514:
22515: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22516: illegal call check a bit improved, but still under iis no mapping
22517: of dir with parser allowed!
22518:
22519: 2001-04-24 paf
22520:
22521: * src/targets/Makefile.am: apache module lib .am
22522:
22523: * src/main/pa_exec.C: windows32 buildCommand
22524:
22525: 2001-04-23 paf
22526:
22527: * src/targets/cgi/Makefile.am: win32 conditional
22528:
22529: * src/targets/cgi/Makefile.am: win32 conditional
22530:
22531: * src/targets/cgi/Makefile.am: liblink
22532:
22533: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22534: vfile fields return type
22535:
22536: * src/types/pa_vfile.h: vfile fields return type
22537:
22538: * src/include/pa_config_auto.h.in: .h.in
22539:
22540: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22541: types/Makefile: makefiles removed
22542:
22543: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22544: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22545:
22546: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22547: [tested: i & g ]
22548:
22549: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22550: @test noticed series in isapi, check how initialize_random_class
22551: is called! [must be called only once]
22552:
22553: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22554: would not be 'unknown column'
22555:
22556: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22557: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22558:
22559: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22560: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22561: [now doesnt]
22562:
22563: * src/targets/cgi/parser3.C: cgi cmdline ver
22564:
22565: * src/targets/cgi/parser3.C: cgi /// @test disable
22566: /cgi-bin/parser3/auto.p
22567:
22568: * src/main/untaint.C: untaint without charset
22569:
22570: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22571: main/pa_common.C: common: file_write /// @test mkdirs
22572: file_delete rmdirs
22573:
22574: * src/main/untaint.C: mail header only once to =?
22575:
22576: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22577: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22578: main/untaint.C: untaint - @test optimize whitespaces for
22579: all but 'html'
22580:
22581: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22582: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22583: main/untaint.C: untaint - @test mail-header
22584:
22585: 2001-04-20 paf
22586:
22587: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22588: include/pa_request.h, include/pa_string.h, main/compile.y,
22589: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22590: targets/cgi/parser3.C: $MAIN:LOCALE
22591:
22592: * src/main/untaint.C: z
22593:
22594: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22595:
22596: 2001-04-19 paf
22597:
22598: * src/main/compile_tools.h: $a$b bugfix
22599:
22600: * src/targets/cgi/parser3.C: z
22601:
22602: * src/classes/file.C: z
22603:
22604: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22605: done: header to $fields. waits for header '\' tricks
22606:
22607: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22608: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22609: changed urlencode here and in untaint.C to HTTP standard's " and
22610: \" mech
22611:
22612: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22613: http://alx/~paf/ doesnt load /auto.p
22614:
22615: 2001-04-18 paf
22616:
22617: * src/main/pa_request.C: 1
22618:
22619: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22620: linux @alx
22621:
22622: 2001-04-17 paf
22623:
22624: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22625: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22626: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22627: enabled
22628:
22629: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22630: classes/_exec.h, classes/_file.h, classes/_form.h,
22631: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22632: classes/_random.h, classes/_response.h, classes/_string.h,
22633: classes/_table.h, classes/_unknown.h, classes/file.C,
22634: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22635: include/pa_config_fixed.h, include/pa_config_includes.h,
22636: include/pa_hash.h, include/pa_sql_driver_manager.h,
22637: include/pa_version.h, main/Makefile.am, main/compile.y,
22638: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22639: main/pa_sql_driver_manager.C, sql/Makefile.am,
22640: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22641: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22642: types/pa_vform.C, types/pa_vimage.h: exec @jav
22643:
22644: * src/: include/pa_sql_driver_manager.h,
22645: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22646: types/pa_vimage.h: sql driver interface now has initialize(client
22647: .so)
22648:
22649: 2001-04-16 paf
22650:
22651: * src/Makefile.am: compile2 cygwin
22652:
22653: * src/: include/pa_config_includes.h, main/pa_exec.C,
22654: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22655:
22656: * src/targets/cgi/Makefile.am: compile0 jav
22657:
22658: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22659: classes/_exec.h, classes/_file.h, classes/_form.h,
22660: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22661: classes/_random.h, classes/_response.h, classes/_string.h,
22662: classes/_table.h, classes/_unknown.h, classes/image.C,
22663: classes/mail.C, classes/op.C, classes/random.C,
22664: include/pa_config_fixed.h, include/pa_config_includes.h,
22665: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22666: main/compile.y, main/pa_common.C, main/pa_exec.C,
22667: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22668: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22669: compile-1
22670:
22671: 2001-04-15 paf
22672:
22673: * src/classes/op.C: z
22674:
22675: * src/classes/table.C: table:empty +=process
22676:
22677: * src/types/pa_value.h: MethodParams !junction
22678:
22679: * src/: classes/_string.h, classes/double.C, classes/file.C,
22680: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22681: classes/random.C, classes/response.C, classes/string.C,
22682: classes/table.C, classes/unknown.C, main/pa_request.C:
22683: MethodParams everywhere
22684:
22685: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22686: types/pa_vmethod_frame.h: MethodParams in op.C
22687:
22688: 2001-04-12 paf
22689:
22690: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22691:
22692: * src/: classes/_unknown.h, classes/unknown.C,
22693: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22694: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22695:
22696: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22697:
22698: * src/classes/image.C: image:gif now does not have params
22699:
22700: * src/classes/image.C:
22701: image:line/fill/rectangle/bar/replace/polygon/polybar
22702:
22703: * src/: classes/image.C, classes/op.C, main/execute.C,
22704: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22705: for var now written not to r.wcontext, but to r.root cleared
22706: "entered_object" state
22707:
22708: 2001-04-11 paf
22709:
22710: * src/classes/image.C: image:create image:load
22711:
22712: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22713: just compiled
22714:
22715: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22716: todo: gif without file
22717:
22718: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22719: started porting to Pooled descendant
22720:
22721: * src/: classes/image.C, main/execute.C, main/main.dsp,
22722: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22723: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22724: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22725:
22726: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22727: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22728: end. switching to python imaging lib
22729:
22730: * src/main/main.dsp: gd+smtp made separate libs
22731:
22732: * src/: include/pa_globals.h, include/pa_string.h,
22733: main/pa_common.C, main/pa_request.C, main/untaint.C,
22734: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22735: length
22736:
22737: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22738: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22739: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22740: UL_FILE_NAME of posted file name
22741:
22742: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22743: post [broke when moved post read to core]
22744:
22745: 2001-04-10 paf
22746:
22747: * src/classes/image.C: image:html done
22748:
22749: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22750:
22751: * src/classes/image.C: z
22752:
22753: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22754: forgotten!
22755:
22756: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22757: main/pa_request.C, main/pa_string.C, main/untaint.C,
22758: types/pa_vimage.h: image:measure -90
22759:
22760: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22761: classes/_int.h, classes/_mail.h, classes/_op.h,
22762: classes/_random.h, classes/_response.h, classes/_string.h,
22763: classes/_table.h, classes/file.C, classes/mail.C,
22764: include/pa_common.h, include/pa_globals.h, main/execute.C,
22765: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22766: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22767: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22768: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22769: compiled
22770:
22771: * src/classes/mail.C: minor bug with unclear from/to
22772:
22773: * src/classes/mail.C: sendmail unix skipping defaults
22774:
22775: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22776: sendmail unix added defaults
22777:
22778: * src/classes/mail.C: unix sendmail compiled. todo:testing
22779:
22780: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22781:
22782: 2001-04-09 paf
22783:
22784: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22785: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22786: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22787: targets/isapi/parser3isapi.dsp: all targets exec
22788:
22789: * src/: include/pa_sapi.h, include/pa_string.h,
22790: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22791: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22792: args in apache:util.script
22793:
22794: * src/include/pa_string.h: written but not tested exec with env for
22795: unix
22796:
22797: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22798: targets/cgi/parser3.C: exec win32 env
22799:
22800: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22801: 0
22802:
22803: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22804: main/execute.C, main/main.dsp, main/pa_globals.C,
22805: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22806: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22807:
22808: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22809: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22810:
22811: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22812: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22813:
22814: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22815: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22816: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22817: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22818: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22819: exec class just compiled. moved post read to request core
22820:
22821: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22822: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22823: main/pa_globals.C, targets/cgi/parser3.C,
22824: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22825: are already read by vform
22826:
22827: 2001-04-08 paf
22828:
22829: * src/: classes/file.C, classes/mail.C, classes/string.C,
22830: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22831: uuencode. string<<
22832:
22833: 2001-04-07 paf
22834:
22835: * src/classes/mail.C: z
22836:
22837: * src/classes/mail.C: z
22838:
22839: * src/classes/mail.C: ^mail[$attach
22840:
22841: * src/classes/mail.C: ^attach dead end
22842:
22843: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22844: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22845: targets/isapi/parser3isapi.C: mail:send 1
22846:
22847: * src/: classes/mail.C, main/pa_request.C: z
22848:
22849: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22850: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22851: compiled
22852:
22853: * src/classes/mail.C: +=
22854:
22855: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22856: prepared
22857:
22858: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22859: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22860: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22861: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22862:
22863: 2001-04-06 paf
22864:
22865: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22866: main/pa_string.C: table:dir 1
22867:
22868: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22869: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22870:
22871: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22872: classes/root.C, include/pa_globals.h, include/pa_request.h,
22873: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22874: main/pa_request.C: renamed 'root' to 'op'
22875:
22876: * src/classes/: _op.h, op.C: renamed from 'root'
22877:
22878: * src/types/pa_valiased.C: another root inherititance skipped
22879:
22880: * src/main/: compile.C, compile.y, execute.C: operators are now not
22881: root methods of parent class. just 'ROOT' class
22882:
22883: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22884: @office
22885:
22886: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22887:
22888: 2001-04-05 paf
22889:
22890: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22891: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22892: constructor flag dropped at get_method_frame and remembered into
22893: method_frame
22894:
22895: * src/: classes/file.C, classes/root.C, classes/string.C,
22896: classes/table.C, main/pa_request.C: junction to code&expression
22897: in errors
22898:
22899: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22900: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22901: $LOCALE:ctype[Russian_Russia.1251]
22902:
22903: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22904: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22905: main/pa_table.C: hash now not thread-safe.
22906:
22907: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22908: main/untaint.C: z
22909:
22910: * src/: classes/random.C, classes/root.C, classes/table.C,
22911: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22912: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22913: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22914: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22915:
22916: * src/: classes/table.C, include/pa_sql_connection.h,
22917: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22918:
22919: * src/classes/table.C: select * from hren error contains statement
22920:
22921: * src/: classes/table.C, include/pa_sql_connection.h,
22922: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22923: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22924:
22925: * src/: classes/root.C, include/pa_sql_connection.h,
22926: include/pa_sql_driver.h, main/main.dsp,
22927: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22928: services for conv memory & error reporting
22929:
22930: 2001-04-04 paf
22931:
22932: * src/doc/doxygen.cfg: z
22933:
22934: * src/include/pa_sql_driver.h: mysql connect
22935:
22936: * src/include/pa_sql_driver.h: mysql info
22937:
22938: * src/: classes/root.C, include/pa_sql_driver.h,
22939: include/pa_sql_driver_manager.h, main/main.dsp,
22940: main/pa_sql_driver_manager.C: more manager&connection&driver
22941:
22942: * src/sql/Makefile.am: forgot to add mysql client
22943:
22944: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22945: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22946: [forgot to add libltdl, added]
22947:
22948: * src/: Makefile.am, classes/root.C, classes/string.C,
22949: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22950: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22951: include/pa_string.h, include/pa_table.h, main/main.dsp,
22952: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22953: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22954: -1000 just compiled
22955:
22956: * src/: classes/random.C, classes/root.C, classes/table.C,
22957: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22958: main/pa_request.C, types/pa_vclass.h: sql frame -10
22959:
22960: 2001-04-03 paf
22961:
22962: * src/types/pa_vform.C: z
22963:
22964: * src/: classes/string.C, types/pa_vform.C: string:match replace
22965: assigned lang
22966:
22967: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22968: {}[]< empty []
22969:
22970: * src/: classes/file.C, classes/string.C, classes/table.C,
22971: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22972: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22973:
22974: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22975: string:match replace strange matches
22976:
22977: * src/classes/string.C: string:match replace 0
22978:
22979: * src/: classes/string.C, main/pa_string.C: string:match replace
22980: prepared 2
22981:
22982: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22983: string:match replace prepared
22984:
22985: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22986: string:match replace -11
22987:
22988: * src/: classes/string.C, include/pa_globals.h,
22989: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22990: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22991:
22992: * src/: classes/string.C, include/pa_globals.h,
22993: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22994: main/pa_string.C: string:match [search] -1 just compiled
22995:
22996: * src/types/pa_vstring.C: z
22997:
22998: * src/: classes/double.C, classes/file.C, classes/form.C,
22999: classes/int.C, classes/response.C, classes/root.C,
23000: classes/string.C, classes/table.C, include/pa_string.h,
23001: main/pa_string.C: string:match -10 [frame]
23002:
23003: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23004: main/pa_request.C: z
23005:
23006: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23007: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23008: todo/tests
23009:
23010: * src/include/pa_common.h: z
23011:
23012: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23013: main/pa_request.C, targets/cgi/parser3.C,
23014: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23015: content-disposition
23016:
23017: * src/: include/pa_common.h, include/pa_globals.h,
23018: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23019: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23020:
23021: * src/: include/pa_common.h, include/pa_request.h,
23022: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23023: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23024: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23025: response:body
23026:
23027: * src/classes/table.C: table:append now uses string::split
23028:
23029: * src/classes/table.C: z
23030:
23031: * src/: classes/file.C, classes/root.C, classes/string.C,
23032: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23033: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23034: include/pa_string.h, main/execute.C, main/pa_string.C,
23035: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23036: string::pos & cmp & piece bugs fixed. string::split new
23037: table:load separated from set table:set implemented with clean \n
23038: \t searches
23039:
23040: 2001-04-02 paf
23041:
23042: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23043: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23044: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23045: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23046: it in table:set/load
23047:
23048: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23049: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23050:
23051: * src/classes/random.C: random:generate 1
23052:
23053: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23054: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23055: types/pa_value.h: random:generate
23056:
23057: 2001-03-30 paf
23058:
23059: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23060: todo: table flip and append. string::pos
23061:
23062: * src/: classes/double.C, classes/file.C, classes/int.C,
23063: classes/response.C, classes/root.C, classes/string.C,
23064: classes/table.C, main/compile.y, main/execute.C,
23065: types/pa_value.h, types/pa_vstateless_class.C,
23066: types/pa_vstateless_class.h: static|dynamic|any method
23067: registration
23068:
23069: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23070: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23071: table:flip
23072:
23073: 2001-03-29 paf
23074:
23075: * src/classes/string.C: string:xsplit forgot that they must result
23076: in 1 row N column [not vice versa]
23077:
23078: * src/classes/string.C: z
23079:
23080: * src/classes/string.C: string: rsplit
23081:
23082: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23083: string: lsplit
23084:
23085: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23086: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23087: lsplit -1
23088:
23089: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23090: string: pos
23091:
23092: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23093: string: pos -1
23094:
23095: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23096: main/compile.y, main/pa_request.C, main/pa_string.C,
23097: main/untaint.C: string: left right mid
23098:
23099: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23100: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23101: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23102: and [;] are different now.
23103:
23104: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23105: main/untaint.C: pool.request undone
23106:
23107: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23108: main/untaint.C: pool.request
23109:
23110: 2001-03-28 paf
23111:
23112: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23113: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23114: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23115: $request:browser [.type .version]; unknown.get_double now = 0.
23116:
23117: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23118: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23119: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23120: types/pa_vform.C: file:load autodetection of mime-type by
23121: user-file-name
23122:
23123: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23124: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23125: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23126:
23127: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23128: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23129: write. must be self.set
23130:
23131: * src/: classes/file.C, classes/root.C, classes/table.C,
23132: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23133:
23134: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23135: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23136: types/pa_vtable.h: table:locate just compiled
23137:
23138: 2001-03-27 paf
23139:
23140: * src/main/: execute.C, pa_common.C: fixed r/w context of
23141: code-params2, fixed ntfs hardlink slow dir update
23142:
23143: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23144: types/pa_wcontext.h: fixed r/w context of code-params
23145:
23146: * src/: classes/table.C, main/execute.C: about to change junction
23147: rcontext!!
23148:
23149: * src/: classes/double.C, classes/int.C, classes/root.C,
23150: classes/string.C, classes/table.C, main/compile_tools.C,
23151: main/execute.C, main/pa_request.C, main/untaint.C,
23152: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23153: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23154: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23155: types/pa_vunknown.h: sort 0
23156:
23157: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23158: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23159: renamed to are_static_calls_disabled
23160:
23161: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23162: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23163: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23164: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23165:
23166: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23167:
23168: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23169: started table:sort fixed minor bug in #...^{
23170:
23171: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23172: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23173: decided to have as it were. stepped back. grammar: added 'in'
23174: 'is' 'lt'&co follow-space check
23175:
23176: 2001-03-26 paf
23177:
23178: * src/: classes/file.C, classes/root.C, classes/table.C,
23179: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23180: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23181: main/pa_table.C: moved ::save to pa_table. disabled @auto
23182: invocation in ^process
23183:
23184: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23185:
23186: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23187: main/pa_array.C: table:record
23188:
23189: * src/: main/untaint.C, targets/cgi/parser3.C,
23190: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23191: targets/isapi/pool_storage.h, types/pa_valiased.h,
23192: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23193: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23194: types/pa_vtable.h: z
23195:
23196: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23197: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23198: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23199: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23200: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23201: method realisations on 'self' validity - they now can simply
23202: assume that 'self' is V{Proper} .
23203:
23204: 2001-03-25 paf
23205:
23206: * src/main/untaint.C: z
23207:
23208: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23209: lowlevel - it initialization could be skipped if failed in @auto.
23210: so that exception report would use some table
23211:
23212: * src/main/pa_request.C: table empty lines ignored. system-default
23213: content type assigned in output:result [can fail in main:auto and
23214: skipped normal defaults extraction]
23215:
23216: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23217: bug
23218:
23219: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23220: processing to table [except preliminary \r\n \r \n replacements
23221: to "\n"]
23222:
23223: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23224: move all the processing to table
23225:
23226: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23227: main/pa_table.C, main/untaint.C: returned table originating.
23228: useful for reporting typo table problems origin. think would be
23229: useful somewhere else
23230:
23231: * src/main/untaint.C: typo \r \r\n \n properly handled
23232:
23233: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23234: include/pa_table.h, main/compile.y, main/compile_tools.C,
23235: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23236: main/pa_string.C, main/pa_table.C, main/untaint.C,
23237: types/pa_vcookie.h: typo & typo-default
23238:
23239: 2001-03-24 paf
23240:
23241: * src/main/pa_common.C: z
23242:
23243: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23244: targets/cgi/parser3.C: html-typo 2
23245:
23246: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23247: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23248: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23249: main/execute.C, main/pa_array.C, main/pa_globals.C,
23250: main/pa_request.C, main/pa_string.C, main/untaint.C,
23251: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23252: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23253: noticed double default content-type prob. run cgi.cmd tomorrow
23254: first html-typo sample. detected << problem: they become ltlt too
23255: fast
23256:
23257: * src/main/compile.y: z
23258:
23259: * src/main/: compile.y, compile_tools.h: #comment
23260:
23261: * src/: classes/file.C, classes/root.C, classes/table.C,
23262: include/pa_common.h, include/pa_request.h, main/compile.y,
23263: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23264: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23265: stringified
23266:
23267: * src/types/pa_valiased.C: decided to String-ify file_read
23268:
23269: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23270: isapi/parser3isapi.dsp: cgi: sapi::log
23271:
23272: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23273: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23274: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23275: error log experiments failed - cgi under iis got no access to
23276: log. registereventsource simply failed with 5(illegal call) code,
23277: while worked OK as standalone executable. isapi: used
23278: HSE_APPEND_LOG_PARAMETER feature
23279:
23280: * src/: include/pa_common.h, include/pa_globals.h,
23281: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23282: targets/isapi/parser3isapi.C: fixed default content-type
23283: allocation storage
23284:
23285: * src/: include/pa_globals.h, include/pa_request.h,
23286: main/pa_globals.C, main/pa_request.C: z
23287:
23288: * src/: include/pa_array.h, include/pa_hash.h,
23289: include/pa_request.h, main/compile.y, main/pa_array.C,
23290: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23291: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23292: content-type
23293:
23294: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23295: sanity
23296:
23297: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23298: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23299: away freeze mech. no danger now for you can't do
23300: ^request:process[@new-method[] body] trick anymore. still
23301: remains $some_instance.process[@new-method[] possibility] but
23302: would leave it as a feature. see index for sample
23303:
23304: * src/: include/pa_common.h, main/pa_common.C,
23305: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23306: monkey every target
23307:
23308: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23309: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23310: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23311:
23312: 2001-03-23 paf
23313:
23314: * src/: include/pa_pool.h, main/pa_request.C,
23315: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23316: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23317: targets/isapi/pool_storage.h: isapi: dumb pool storage
23318:
23319: * src/targets/isapi/pa_pool.C: decided to continue with extension
23320:
23321: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23322: it would be better to rewrite as filter then to deal with pool
23323:
23324: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23325: now like in cgi, not from APPL_PHYSICAL_PATH
23326:
23327: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23328: include/pa_config_fixed.h, include/pa_config_includes.h,
23329: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23330: include/pa_version.h, main/compile.y, main/execute.C,
23331: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23332: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23333: main/untaint.C, targets/cgi/parser3.C,
23334: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23335: cgi: reinvent document_root and request_uri under iis. autoconf
23336: updated. introducing ap_config_includes
23337:
23338: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23339:
23340: * src/targets/cgi/parser3.C: cgi: only one pool now
23341:
23342: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23343: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23344: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23345: types/pa_venv.h, types/pa_vform.C: sapi made object
23346:
23347: * src/: include/pa_globals.h, main/pa_request.C,
23348: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23349: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23350: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23351:
23352: * src/: main/pa_request.C, targets/cgi/parser3.C,
23353: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23354: isapi minor env beauty
23355:
23356: * src/: main/pa_request.C, targets/cgi/parser3.C,
23357: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23358: isapi document_root 0
23359:
23360: 2001-03-22 paf
23361:
23362: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23363:
23364: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23365: isapi/parser3isapi.C: z
23366:
23367: * src/: include/pa_pool.h, main/pa_request.C,
23368: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23369:
23370: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23371: kill.pl: isapi added utils
23372:
23373: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23374: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23375: types/pa_vform.C: isapi 0
23376:
23377: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23378: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23379: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23380: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23381: started isapi
23382:
23383: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23384: some comments
23385:
23386: * src/: include/pa_globals.h, include/pa_request.h,
23387: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23388: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23389: parser_root_auto_path parser_site_auto_path
23390:
23391: * src/types/pa_vcookie.C: cookie attr decoded
23392:
23393: 2001-03-21 paf
23394:
23395: * src/targets/cgi/parser3.C: z
23396:
23397: * src/include/pa_globals.h: post. todo: config of auto.p path
23398:
23399: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23400: types/pa_venv.h: in cookie & env. todo:post
23401:
23402: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23403: classes/root.C, classes/table.C, include/pa_array.h,
23404: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23405: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23406: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23407: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23408: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23409: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23410: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23411: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23412: shifted apache branch on main trunc
23413:
23414: * src/: include/pa_common.h, include/pa_globals.h,
23415: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23416: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23417: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23418: starting mod_parser3
23419:
23420: * src/targets/cgi/parser3.C: starting mod_parser3
23421:
23422: 2001-03-20 paf
23423:
23424: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23425: targets/cgi/parser3.C: automake compiled and works. todo:make
23426: win32 ifdefs work and add ifdef unistd
23427:
23428: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23429: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23430: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23431: z
23432:
23433: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23434: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23435: locking
23436:
23437: * src/: classes/Makefile.am, types/Makefile.am: z
23438:
23439: * src/: Makefile.am, classes/file.C, classes/root.C,
23440: classes/table.C, include/pa_array.h, include/pa_request.h,
23441: include/pa_string.h, main/Makefile.am, main/execute.C,
23442: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23443: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23444: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23445: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23446:
23447: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23448: main/pa_request.C, types/pa_vfile.h: ^table:save
23449:
23450: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23451: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23452: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23453: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23454: types/pa_vform.h: z
23455:
23456: * src/include/pa_string.h: z
23457:
23458: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23459: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23460: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23461: :Value
23462:
23463: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23464: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23465: :VStateless_object
23466:
23467: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23468: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23469: :VStateless_object
23470:
23471: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23472: types/pa_valiased.C, types/pa_vform.h: commented VForm
23473:
23474: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23475: types/pa_valiased.h, types/pa_value.h,
23476: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23477: types/pa_vstateless_object.h: moved common get_element part from
23478: stateless object&class into VAliased
23479:
23480: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23481: classes/table.C, main/execute.C, main/main.dsp,
23482: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23483: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23484: now :Value
23485:
23486: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23487: main/execute.C, main/main.dsp, main/pa_globals.C,
23488: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23489:
23490: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23491: doxx
23492:
23493: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23494: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23495: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23496: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23497: and ^file:save
23498:
23499: 2001-03-19 paf
23500:
23501: * src/types/pa_vfile.C: z
23502:
23503: * src/: classes/file.C, classes/request.C, classes/table.C,
23504: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23505: main/pa_request.C, main/untaint.C, types/pa_value.h,
23506: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23507:
23508: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23509: include/pa_string.h, include/pa_table.h, main/main.dsp,
23510: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23511: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23512: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23513: classes/_file.h, classes/file.C, types/pa_vfile.C,
23514: types/pa_vfile.h: file class just compiled
23515:
23516: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23517: include/pa_table.h, include/pa_types.h, main/execute.C,
23518: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23519: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23520: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23521:
23522: * src/include/pa_pool.h: z
23523:
23524: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23525: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23526: Hash::Value to Val so to doxygen would finlly stop confusing
23527: those Value-s
23528:
23529: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23530: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23531: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23532: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23533: include/pa_types.h, main/compile.C, main/compile.y,
23534: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23535: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23536: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23537: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23538: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23539:
23540: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23541: derivates somehow unlinked. don't know why yet
23542:
23543: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23544: include/pa_string.h, include/pa_threads.h, main/compile.C,
23545: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23546: main/execute.C, main/pa_array.C, main/pa_common.C,
23547: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23548: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23549: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23550:
23551: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23552: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23553: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23554: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23555: types/pa_vrequest.h: doc: detected Value derivates prob
23556:
23557: * src/include/pa_globals.h: z
23558:
23559: * src/: classes/_request.h, classes/request.C, include/code.h,
23560: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23561: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23562: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23563: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23564: main/execute.C, main/pa_pool.C, main/pa_request.C,
23565: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23566: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23567:
23568: 2001-03-18 paf
23569:
23570: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23571: cookie: allowed access to hash-assigned
23572:
23573: * src/targets/cgi/parser3.C: z
23574:
23575: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23576: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23577: include/pa_types.h, main/main.dsp, main/pa_common.C,
23578: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23579: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23580: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23581: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23582: types/pa_vunknown.h: cookie class
23583:
23584: * src/main/pa_request.C: zero length output allowed
23585:
23586: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23587: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23588:
23589: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23590: lang switch
23591:
23592: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23593: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23594: types/pa_value.h, types/pa_vhash.h:
23595: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23596:
23597: * src/main/execute.C: z
23598:
23599: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23600: targets/cgi/parser3.C: taint[uri
23601:
23602: * src/: classes/request.C, classes/response.C, classes/root.C,
23603: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23604: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23605: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23606:
23607: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23608: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23609: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23610: types/pa_vstateless_class.C: convinient string(pool, char *src,
23611: bool tainted) ctor
23612:
23613: * src/: include/pa_hash.h, include/pa_request.h,
23614: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23615: main/pa_request.C, main/pa_string.C, main/untaint.C,
23616: targets/cgi/parser3.C: proper @exceptions params tainting
23617:
23618: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23619: response fields to header
23620:
23621: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23622: z
23623:
23624: * src/: classes/_response.h, classes/response.C,
23625: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23626: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23627: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23628: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23629: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23630: $response: 0 request::core exception rethrow
23631:
23632: 2001-03-16 paf
23633:
23634: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23635: types/pa_vrequest.h: native method' class call with less params
23636: then needed error reporting
23637:
23638: * src/: classes/_request.h, classes/request.C,
23639: include/pa_globals.h, include/pa_request.h, main/execute.C,
23640: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23641: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23642: types/pa_vrequest.h: $request : query :uri
23643:
23644: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23645: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23646: types/pa_wcontext.h: $result
23647:
23648: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23649:
23650: * src/: classes/double.C, include/code.h, main/compile.y,
23651: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23652: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23653:
23654: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23655: main/compile.y, main/execute.C, types/pa_value.h,
23656: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23657: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23658: wcontext conflict
23659:
23660: * src/: main/execute.C, types/pa_value.h,
23661: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23662: $string.field
23663:
23664: 2001-03-15 paf
23665:
23666: * src/main/pa_request.C: news sample
23667:
23668: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23669: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23670:
23671: * src/main/: compile.y, execute.C: z
23672:
23673: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23674: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23675: pre pre works
23676:
23677: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23678: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23679: fillfields just compiled
23680:
23681: 2001-03-14 paf
23682:
23683: * src/: include/pa_request.h, main/pa_request.C,
23684: targets/cgi/parser3.C: z
23685:
23686: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23687: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23688: types/pa_vstring.h: limits -1
23689:
23690: * src/: include/pa_globals.h, include/pa_request.h,
23691: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23692: main/pa_request.C, targets/cgi/parser3.C,
23693: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23694: request_info -1
23695:
23696: * src/: include/pa_globals.h, main/pa_globals.C,
23697: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23698: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23699: vform_fields_fill
23700:
23701: * src/targets/cgi/parser3.C: # if MSVC
23702:
23703: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23704: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23705:
23706: * src/targets/cgi/parser3.C: z
23707:
23708: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23709: include/pa_string.h, include/pa_types.h, main/compile.y,
23710: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23711: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23712: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23713: types/pa_vunknown.h: global handler, exceptions in parser3
23714:
23715: 2001-03-13 paf
23716:
23717: * src/: classes/form.C, main/compile.y, main/core.C,
23718: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23719: types/pa_vform.h, types/pa_vstateless_class.C,
23720: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23721: instead
23722:
23723: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23724: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23725: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23726: started cgi target
23727:
23728: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23729: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23730: before error show with parser
23731:
23732: * src/: classes/_form.h, classes/form.C, include/core.h,
23733: include/pa_request.h, main/core.C, main/pa_request.C,
23734: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23735:
23736: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23737:
23738: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23739: parser3.C: renamed targets/ parser to cgi
23740:
23741: * src/: classes/double.C, classes/env.C, classes/int.C,
23742: classes/root.C, classes/string.C, classes/table.C,
23743: include/pa_request.h, types/pa_vhash.h: z
23744:
23745: * src/: classes/_env.h, classes/env.C, classes/root.C,
23746: include/core.h, include/pa_pool.h, include/pa_request.h,
23747: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23748: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23749: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23750: [historical moment :)]
23751:
23752: * src/: include/code.h, include/pa_string.h, main/compile.y,
23753: main/execute.C, main/pa_string.C: 'value is type' expr operator
23754:
23755: * src/types/pa_venv.h: $ENV 1
23756:
23757: * src/main/execute.C: z
23758:
23759: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23760: future methods of ENV constructor if
23761:
23762: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23763: class
23764:
23765: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23766: classes/_root.h, classes/_string.h, classes/_table.h,
23767: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23768: classes/string.C, classes/table.C, include/pa_request.h,
23769: main/compile.C, main/compile_tools.h, main/core.C,
23770: main/execute.C, main/main.dsp, main/pa_request.C,
23771: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23772: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23773: types/pa_vobject.h, types/pa_vstateless_class.C,
23774: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23775: types/pa_wcontext.h: $ENV: re 0, stateless classes
23776:
23777: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23778: classes/_root.h, classes/_string.h, classes/_table.h,
23779: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23780: classes/string.C, classes/table.C, include/pa_request.h,
23781: main/compile.C, main/compile_tools.h, main/core.C,
23782: main/execute.C, main/main.dsp, main/pa_request.C,
23783: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23784: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23785: types/pa_vobject.h, types/pa_vstateless_class.C,
23786: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23787: types/pa_wcontext.h: $ENV: re 0, stateless classes
23788:
23789: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23790: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23791: yesterdays bad decision on execute_static_method
23792:
23793: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23794:
23795: * src/: classes/double.C, classes/int.C, classes/root.C,
23796: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23797:
23798: * src/main/pa_request.C: z
23799:
23800: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23801: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23802:
23803: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23804: include/pa_pool.h, main/pa_request.C:
23805: restructure_exceptions_dead_end
23806:
23807: * src/: classes/root.C, main/compile.y: ^if required junctions.
23808: allowed ; inside {} to break params
23809:
23810: * src/classes/root.C: ^eval
23811:
23812: * src/: classes/_string.h, classes/double.C, classes/int.C,
23813: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23814: string ^format
23815:
23816: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23817: 'bad' but not 'enough'
23818:
23819: * src/: classes/double.C, classes/root.C, classes/table.C,
23820: include/pa_common.h, include/pa_types.h, main/compile.y,
23821: main/pa_common.C, main/pa_request.C, main/untaint.C,
23822: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23823: types/pa_wwrapper.h: think constructing flag as is is bad
23824:
23825: * src/: classes/double.C, classes/int.C, classes/root.C,
23826: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23827: types/pa_vint.h: ^for
23828:
23829: 2001-03-12 paf
23830:
23831: * src/classes/table.C: table ^empty
23832:
23833: * src/: classes/table.C, include/pa_table.h: table ^menu
23834:
23835: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23836: ^offset ^line ^count
23837:
23838: * src/classes/root.C: ^round() ^floor() ^ceiling()
23839: ^abs() ^sign()
23840:
23841: * src/classes/: root.C, table.C: ^use
23842:
23843: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23844: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23845: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23846: ^while. switched off wcontext.constructing after write(value) or
23847: auto-vhash-constructing
23848:
23849: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23850: main/pa_request.C: fail_if_junction_ helper func
23851:
23852: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23853: include/pa_request.h, main/execute.C, main/main.dsp,
23854: main/pa_common.C, main/pa_request.C: ^process error point by
23855: actual method_name, not source. ^load
23856:
23857: * src/types/pa_vtable.h: table: no, better with string in cells...
23858:
23859: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23860: classes/_table.h, classes/table.C, main/untaint.C: z
23861:
23862: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23863: include/pa_table.h, main/core.C, main/execute.C,
23864: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23865: types/pa_value.h: table:set 0
23866:
23867: * src/: classes/root.C, include/core.h, include/pa_array.h,
23868: include/pa_request.h, include/pa_table.h, main/core.C,
23869: main/main.dsp, main/pa_request.C, main/pa_table.C,
23870: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23871: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23872: types/pa_vstring.h: freeze, ^table:create[] -1
23873:
23874: * src/: classes/root.C, types/pa_value.h: z
23875:
23876: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23877: get_method in couple places optimizing them
23878:
23879: * src/classes/root.C: z
23880:
23881: * src/: classes/root.C, types/pa_vclass.h: process temp main
23882: zeroing
23883:
23884: * src/: classes/double.C, classes/int.C, classes/root.C,
23885: classes/string.C, include/pa_common.h, include/pa_request.h,
23886: include/pa_string.h, include/pa_types.h, main/compile.C,
23887: main/compile.y, main/compile_tools.h, main/execute.C,
23888: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23889: types/pa_vmframe.h: ^process. actual names to store param and
23890: check_actual_numbered_params for better place diagnostics
23891:
23892: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23893: method-junctions bug fixed
23894:
23895: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23896: pa_vstateless_object.h, pa_vstring.h: stateless_object
23897:
23898: 2001-03-11 paf
23899:
23900: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23901: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23902: VDouble VInt base now VObject_base - without fields
23903:
23904: * src/: classes/root.C, include/core.h, main/core.C: z
23905:
23906: * src/: classes/double.C, classes/int.C, classes/root.C,
23907: classes/string.C, include/core.h, include/pa_hash.h,
23908: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23909: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23910:
23911: * src/: classes/double.C, classes/int.C, classes/root.C,
23912: include/pa_request.h, main/execute.C: intercept_string
23913:
23914: * src/: classes/double.C, classes/int.C, classes/root.C,
23915: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23916:
23917: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23918: ^inc-s(expr)
23919:
23920: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23921: classes/_root.h, classes/_string.h, classes/double.C,
23922: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23923: include/code.h, include/core.h, include/pa_array.h,
23924: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23925: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23926: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23927: include/pa_types.h, main/compile.C, main/compile.y,
23928: main/compile_tools.C, main/compile_tools.h, main/core.C,
23929: main/execute.C, main/pa_array.C, main/pa_common.C,
23930: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23931: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23932: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23933: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23934: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23935: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23936: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23937: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23938:
23939: * src/: main/pa_request.C, types/pa_vhash.h: z
23940:
23941: * src/: include/core.h, include/pa_request.h, main/core.C,
23942: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23943:
23944: * src/: include/pa_valiased.h, include/pa_value.h,
23945: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23946: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23947: include/pa_vjunction.h, include/pa_vmframe.h,
23948: include/pa_vobject.h, include/pa_vstring.h,
23949: include/pa_vunknown.h, include/pa_wcontext.h,
23950: include/pa_wwrapper.h, main/compile.y, main/core.C,
23951: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23952: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23953: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23954: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23955: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23956: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23957: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23958: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23959: include/
23960:
23961: 2001-03-10 paf
23962:
23963: * src/: include/core.h, include/pa_request.h, main/core.C,
23964: main/pa_request.C: run+auto=run
23965:
23966: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23967:
23968: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23969: classes/_root.h, classes/_string.h, classes/double.C,
23970: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23971: include/code.h, include/core.h, include/pa_array.h,
23972: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23973: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23974: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23975: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23976: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23977: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23978: include/pa_vjunction.h, include/pa_vmframe.h,
23979: include/pa_vobject.h, include/pa_vstring.h,
23980: include/pa_vunknown.h, include/pa_wcontext.h,
23981: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23982: main/compile_tools.C, main/compile_tools.h, main/core.C,
23983: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23984: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23985: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23986: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23987: main/pa_wcontext.C: sources header
23988:
23989: * src/main/pa_request.C: auto..
23990:
23991: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23992: main/pa_request.C: auto tree0
23993:
23994: * src/: include/core.h, include/pa_request.h, main/compile.y,
23995: main/core.C, main/pa_request.C: names to core.C
23996:
23997: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23998: include/pa_request.h, main/core.C, main/execute.C,
23999: main/pa_common.C, main/pa_request.C: root auto.p loaded
24000:
24001: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24002: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24003: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24004: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24005:
24006: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24007: @auto[] realised. auto.p scan togo
24008:
24009: * src/: include/pa_request.h, main/execute.C: autocalc
24010: code-junctions result now have names
24011:
24012: * src/: classes/double.C, classes/int.C, classes/root.C,
24013: classes/string.C, include/pa_request.h, include/pa_string.h,
24014: include/pa_wcontext.h, main/compile.y, main/execute.C,
24015: main/pa_string.C, main/pa_wcontext.C: tainting 0
24016:
24017: * src/classes/env.C: env:file/line
24018:
24019: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24020: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24021: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24022: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24023: main/compile_tools.C, main/compile_tools.h, main/core.C,
24024: main/execute.C, main/main.dsp, main/pa_cframe.C,
24025: main/pa_request.C, main/pa_wcontext.C: const fight finished
24026:
24027: * src/include/pa_vclass.h: const fight to go
24028:
24029: * src/: classes/_env.h, classes/env.C, classes/root.C,
24030: include/pa_request.h, include/pa_vclass.h, main/core.C,
24031: main/main.dsp: env0
24032:
24033: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24034: classes/_string.h, classes/double.C, classes/int.C,
24035: classes/root.C, classes/string.C, include/pa_request.h,
24036: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24037: include/pa_wcontext.h, main/core.C, main/main.dsp,
24038: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24039: main/pa_wcontext.C: ^lang prepare0
24040:
24041: 2001-03-09 paf
24042:
24043: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24044: construct proper naming
24045:
24046: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24047: classes/double.C, classes/int.C, classes/root.C,
24048: classes/string.C, include/code.h, include/pa_value.h,
24049: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24050: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24051: main/compile.y, main/compile_tools.C, main/core.C,
24052: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24053: and ^double[]. fixed expr type
24054:
24055: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24056: ^string.length[]
24057:
24058: 2001-03-08 paf
24059:
24060: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24061:
24062: * src/: include/pa_vclass.h, include/pa_vstring.h,
24063: include/pa_wcontext.h, main/compile.y, main/core.C,
24064: main/execute.C, main/main.dsp: dead end: vstring can't be
24065: derivated from vobject
24066:
24067: * src/: include/pa_vclass.h, include/pa_vhash.h,
24068: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24069:
24070: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24071: remained clone conseqs
24072:
24073: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24074:
24075: * src/main/pa_vclass.C: wow! vclass were out of vcs
24076:
24077: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24078: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24079: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24080: include/pa_vobject.h, include/pa_vstring.h,
24081: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24082: main/execute.C: withoud cloning. didn't need it actually, params
24083: got passed from out unnamed ewpool
24084:
24085: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24086: include/pa_vjunction.h, include/pa_vobject.h,
24087: include/pa_vunknown.h, main/compile.y: cloning dead end
24088:
24089: * src/: include/pa_bool.h, include/pa_double.h,
24090: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24091: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24092: include/pa_vjunction.h, include/pa_vmframe.h,
24093: include/pa_vobject.h, include/pa_vstring.h,
24094: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24095: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24096: to give params proper names
24097:
24098: * src/main/pa_wcontext.C: z
24099:
24100: * src/: include/pa_vmframe.h, main/execute.C: added names to
24101: unknown values in get_element and unfilled params. removed wrong
24102: name change in get_element
24103:
24104: * src/main/execute.C: z
24105:
24106: * src/main/execute.C: fixed problems calling operators in
24107: constructors
24108:
24109: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24110: detected problems calling operators in constructors
24111:
24112: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24113: autocalc def to string
24114:
24115: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24116: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24117:
24118: * src/classes/root.C: added root.c
24119:
24120: * src/: include/pa_request.h, include/pa_value.h,
24121: include/pa_vcframe.h, include/pa_vmframe.h,
24122: include/pa_wcontext.h, main/compile.C, main/compile.y,
24123: main/core.C, main/execute.C, main/pa_cframe.C,
24124: main/pa_wcontext.C: 'if' just compiled
24125:
24126: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24127: include/pa_vjunction.h, include/pa_vmframe.h,
24128: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24129: main/pa_wcontext.C: z
24130:
24131: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24132: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24133: with parameter names in operator methods
24134:
24135: * src/main/compile.y: minor renamings in .y
24136:
24137: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24138: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24139: @BASE. changed 'RUN' assignment mech
24140:
24141: * src/main/execute.C: z
24142:
24143: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24144: main/compile_tools.h, main/execute.C: made class: dynamic, not
24145: static. so to enable runtime ^use
24146:
24147: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24148:
24149: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24150: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24151:
24152: * src/main/execute.C: root root in code-junction
24153:
24154: 2001-03-07 paf
24155:
24156: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24157: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24158:
24159: * src/: include/pa_stack.h, include/pa_value.h,
24160: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24161: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24162: fixed rwcontext of {} params up
24163:
24164: * src/main/: compile.y, compile_tools.h: ^func(params)
24165:
24166: * src/main/compile.y: .y priorities syntax shaped up a bit
24167:
24168: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24169: include/pa_vunknown.h, main/compile.y, main/execute.C,
24170: main/pa_hash.C: expr def in -f
24171:
24172: * src/main/: compile.y, execute.C: expr calls
24173:
24174: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24175: fixed
24176:
24177: * src/main/compile.y: expr quoted code
24178:
24179: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24180: support0
24181:
24182: * src/main/compile.y: expr string comparisons 0
24183:
24184: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24185: main/pa_string.C: just compiled lt&co
24186:
24187: * src/main/execute.C: ^var.menu{$field} problem detected. that
24188: $field not a $var.field
24189:
24190: 2001-03-06 paf
24191:
24192: * src/main/compile.y: .y expr visible-shorter
24193:
24194: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24195: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24196: logical
24197:
24198: * src/: include/pa_vstring.h, main/compile.y: problems with
24199: skipping whitespace in yylex
24200:
24201: * src/include/pa_vbool.h: forgot this
24202:
24203: * src/: include/code.h, main/compile.y, main/execute.C: without
24204: string ops in expressions 0
24205:
24206: * src/: include/pa_value.h, include/pa_vdouble.h,
24207: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24208: main/execute.C, main/main.dsp: !~
24209:
24210: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24211: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24212: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24213: include/pa_vunknown.h, include/pa_wcontext.h,
24214: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24215: main/compile_tools.h, main/execute.C: +-*/
24216:
24217: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24218: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24219:
24220: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24221: main/execute.C: expr grammar-1 2*2=4.000000 :)
24222:
24223: * src/main/compile.y: expr grammar-1
24224:
24225: * src/main/compile.y: expr lexx1
24226:
24227: * src/main/: compile.y, execute.C, main.dsp: z
24228:
24229: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24230: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24231: main/execute.C: expr lex0 exec-1
24232:
24233: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24234:
24235: 2001-02-26 paf
24236:
24237: * src/main/compile.y: max_string in yyerror bug fix
24238:
24239: 2001-02-25 paf
24240:
24241: * src/: include/pa_value.h, include/pa_vmframe.h,
24242: include/pa_wcontext.h, main/execute.C: VAliased3
24243:
24244: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24245:
24246: * src/main/execute.C: VAliased1
24247:
24248: * src/: include/pa_request.h, include/pa_value.h,
24249: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24250: VAliased0
24251:
24252: * src/: include/pa_pool.h, include/pa_request.h,
24253: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24254: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24255: VAliased just compiled
24256:
24257: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24258: include/pa_vobject.h, main/execute.C: alias dead end
24259:
24260: * src/: include/pa_value.h, include/pa_vclass.h,
24261: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24262: main/main.dsp: no not get fields into interm VFielded class.
24263: fields & staticfields 1
24264:
24265: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24266: include/pa_vobject.h, include/pa_wcontext.h,
24267: include/pa_wwrapper.h, main/core.C, main/execute.C,
24268: main/main.dsp: would now get fields into interm VFielded class
24269:
24270: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24271: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24272: include/pa_wcontext.h, main/compile.y, main/core.C,
24273: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24274: main/pa_wcontext.C: virtuals2
24275:
24276: * src/main/compile.y: : 1
24277:
24278: * src/main/compile.y: rethought to $class:static.field.subfield
24279:
24280: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24281: $class:element
24282:
24283: * src/: include/pa_value.h, include/pa_vmframe.h,
24284: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24285: main/pa_wcontext.C: before execute class calls rewrite
24286:
24287: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24288: name RUN, also alias
24289:
24290: * src/main/compile.y: escaping bug
24291:
24292: * src/: include/pa_request.h, include/pa_value.h,
24293: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24294: main/core.C, main/execute.C, main/pa_common.C: vobject1
24295:
24296: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24297: include/pa_vmframe.h, include/pa_vobject.h,
24298: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24299: main/compile_tools.h, main/execute.C: ^class:method() just
24300: compiled
24301:
24302: 2001-02-24 paf
24303:
24304: * src/main/main.dsp: no bison -d
24305:
24306: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24307: class' err msg wrong
24308:
24309: * src/main/compile.y: z
24310:
24311: * src/main/: compile.y, core.C: yylex need some @special lines adj
24312:
24313: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24314: main/compile.y, main/compile_tools.h, main/core.C: modules0
24315:
24316: * src/: include/pa_vclass.h, main/core.C: z
24317:
24318: * src/: include/pa_value.h, include/pa_vclass.h,
24319: include/pa_vobject.h, main/main.dsp: vobject00
24320:
24321: * src/main/pa_array.C: minor bug in expanding very small arrays.
24322: 60% from 1 were 0
24323:
24324: * src/: include/pa_value.h, include/pa_wcontext.h,
24325: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24326: as bad as you've named it: wcontext.value() was not a perfect
24327: idea
24328:
24329: * src/main/execute.C: codeframe1
24330:
24331: * src/: include/pa_value.h, include/pa_vcframe.h,
24332: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24333: include/pa_vjunction.h, include/pa_vmframe.h,
24334: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24335: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24336: just compiled
24337:
24338: * src/: include/pa_vframe.h, main/compile.y: found junction
24339: ideology @: ^x{$a()) must construct current wcontext element, so
24340: smart wcontext handling needed
24341:
24342: * src/main/compile.y: fixed grammar bugs in constructor/params
24343: klinch
24344:
24345: * src/main/: compile.y, execute.C: fixed empty constructor
24346: optimized empty case. failed on calls - produced empty string
24347: param
24348:
24349: * src/main/compile.y: fixed last \n macrotemplate strip bug
24350:
24351: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24352: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24353: main/compile_tools.C, main/compile_tools.h, main/core.C,
24354: main/execute.C: code junctions0. something wrong with last \n
24355: macrotemplate strip
24356:
24357: * src/: include/pa_value.h, main/compile.C, main/core.C,
24358: main/pa_value.C: minor error reporting format beautifyings
24359:
24360: * src/: include/pa_value.h, include/pa_vclass.h,
24361: include/pa_vframe.h, main/core.C, main/execute.C,
24362: main/pa_value.C: get_method RIP. junctions everywhere. call with
24363: junctions0
24364:
24365: 2001-02-23 paf
24366:
24367: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24368: pa_wwrapper.h: lara came, can't work, sorry :(
24369:
24370: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24371: junction
24372:
24373: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24374: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24375: main/execute.C, main/main.dsp, main/pa_value.C: call0
24376:
24377: * src/: include/pa_hash.h, include/pa_value.h,
24378: include/pa_wcontext.h, main/core.C, main/execute.C,
24379: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24380: done
24381:
24382: * src/include/pa_wcontext.h: z
24383:
24384: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24385: wrong grammar in complex constructor case
24386:
24387: * src/main/: compile.y, execute.C: empty constructor bug fixed
24388:
24389: * src/main/execute.C: with result rwpool
24390:
24391: * src/: include/pa_value.h, main/core.C, main/execute.C,
24392: main/main.dsp: value named
24393:
24394: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24395: strign 2 value in 2 places in execute
24396:
24397: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24398: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24399: wcontext.put_element when wcontext fvalue==0
24400:
24401: 2001-02-22 paf
24402:
24403: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24404: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24405: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24406:
24407: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24408: erroreos checkout
24409:
24410: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24411:
24412: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24413: main/compile_tools.h, main/pa_array.C: $self.get
24414:
24415: * src/main/: compile.C, compile.y, compile_tools.C: z
24416:
24417: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24418: bit. finished now.
24419:
24420: * src/main/compile.y: $: finished
24421:
24422: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24423:
24424: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24425: main/execute.C: OP_STRING better then some xxx _VALUE
24426:
24427: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24428: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24429: string to vstring it .y all
24430:
24431: * src/: include/pa_request.h, include/pa_stack.h,
24432: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24433: all
24434:
24435: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24436: precise parse error line:col
24437:
24438: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24439: main/pa_hash.C, main/pa_pool.C: TRY...
24440:
24441: * src/: include/pa_exception.h, include/pa_pool.h,
24442: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24443: main/compile.C, main/compile.y, main/compile_tools.C,
24444: main/core.C, main/pa_array.C, main/pa_exception.C,
24445: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24446: main/pa_table.C: removed exception from request
24447:
24448: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24449: some forgotten
24450:
24451: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24452: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24453: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24454: get/put simple vars to VClass works0
24455:
24456: * src/: include/pa_array.h, include/pa_wcontext.h,
24457: main/pa_string.C: in process, but found that exceptions are too
24458: global
24459:
24460: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24461: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24462: main/execute.C, main/pa_string.C: write_value write_string 0 it
24463: seems wcontext must write strings regardles of fvalue!=0
24464:
24465: 2001-02-21 paf
24466:
24467: * src/main/execute.C: tired :)
24468:
24469: * src/main/: compile.C, compile.y, execute.C: store0
24470:
24471: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24472: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24473: include/pa_wcontext.h, main/compile.C, main/compile.y,
24474: main/execute.C, main/main.dsp, main/pa_array.C,
24475: main/pa_request.C: get put -1 [just compiled]
24476:
24477: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24478: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24479: main/main.dsp, main/pa_request.C: request core methods0
24480:
24481: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24482: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24483: execute
24484:
24485: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24486: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24487: methods and one_big_piece. now compile returns array<method*>
24488:
24489: * src/main/compile.y: more straightforward yylex[end]
24490:
24491: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24492: string.operator==(char*)
24493:
24494: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24495: main/execute.C, main/pa_array.C: after array.const get wonders
24496:
24497: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24498: pa_string.h, pa_value.h: struck with const array.gets
24499:
24500: * src/main/: execute.C: z
24501:
24502: * src/main/: compile.y, execute.C: z
24503:
24504: * src/main/: compile.C, compile.y, compile_tools.h: error
24505: processing in eval & yyerror so it wouldn't cause memleaks.
24506:
24507: * src/main/: compile.C, compile.y: failed to add absolute precies
24508: parse error positions. leaving RIGHTMOST position as
24509: @file[line:col]
24510:
24511: * src/: include/compile.h, main/compile.C, main/compile.y,
24512: main/compile_tools.h: line numbers needed. would add them to .y
24513: now internally. externally it's not as precise as needed
24514:
24515: * src/: include/code.h, include/pa_types.h, main/compile.C,
24516: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24517: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24518: compiler works ok
24519:
24520: 2001-02-20 paf
24521:
24522: * src/main/: compile.C, compile.y, compile_tools.C,
24523: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24524: not perfect
24525:
24526: * src/: include/code.h, include/compile.h, include/execute.h,
24527: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24528: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24529: main/compile.C, main/compile.y, main/compile_tools.C,
24530: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24531: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24532: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24533: compiled. execute=dump for now
24534:
24535: * src/main/core.C: core rewrite using yacc investigations now will
24536: be compile[yacc]/execute[opcodes]
24537:
24538: 2001-02-15 paf
24539:
24540: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24541: rewrite as turing machine? for it seems it would be it's too many
24542: ifs with this syntax now
24543:
24544: 2001-02-14 paf
24545:
24546: * src/main/core.C: get_params 1
24547:
24548: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24549: :( ]
24550:
24551: * src/main/core.C: varios breaks
24552:
24553: * src/main/core.C: get names 3
24554:
24555: * src/main/core.C: get names 2
24556:
24557: * src/main/core.C: get names 1
24558:
24559: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24560: names 0
24561:
24562: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24563: text repassing2 operator static vars
24564:
24565: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24566: main/pa_string.C: process text repassing
24567:
24568: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24569: module:calls changes
24570:
24571: 2001-02-13 paf
24572:
24573: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24574: ^class:calls[] started
24575:
24576: * src/: include/pa_value.h, main/core.C: z
24577:
24578: * src/main/core.C: operators : and self. prefixes
24579:
24580: * src/main/core.C: z
24581:
24582: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24583: tested
24584:
24585: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24586: optimized
24587:
24588: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24589: would change privates to better support optimization
24590:
24591: * src/: include/pa_string.h, main/pa_string.C:
24592: String_iterator::skip_to todo:optimize
24593:
24594: 2001-02-12 paf
24595:
24596: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24597: String_iterator
24598:
24599: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24600: comments
24601:
24602: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24603: self/methodref joined
24604:
24605: 2001-02-11 paf
24606:
24607: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24608: main/main.dsp: core started. core.C, context&value .h
24609:
24610: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24611: include/pa_string.h, main/main.dsp, main/pa_array.C,
24612: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24613:
24614: 2001-01-30 paf
24615:
24616: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24617: comments
24618:
24619: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24620: main/pa_pool.C: moved pa_pool.C to be target specific
24621:
24622: * src/: include/pa_exception.h, include/pa_pool.h,
24623: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24624: to & changes
24625:
24626: * src/: include/pa_exception.h, include/pa_pool.h,
24627: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24628: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24629: re-associated. that's much better even removed 'die' necessety
24630:
24631: * src/: include/pa_error.h, include/pa_exception.h,
24632: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24633: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24634: targets/Makefile.am: lowered targets/parser into subdir, added
24635: parser_Pool(Pool) failed to add. would think..
24636:
24637: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24638: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24639: main/pa_string.C, main/pa_table.C: Table more like C++ style
24640: hence lots of 'const'
24641:
24642: * src/: include/pa_error.h, include/pa_request.h,
24643: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24644: main/pa_table.C: Error fixed
24645:
24646: 2001-01-29 paf
24647:
24648: * src/: include/pa_array.h, include/pa_common.h,
24649: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24650: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24651: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24652: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24653:
24654: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24655: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24656: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24657: main/pa_string.C, main/pa_table.C: Request Error Table
24658:
24659: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24660: templates"
24661:
24662: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24663: main/main.dsp, main/pa_array.C: templates failed no template
24664: specializations [VC6], no library auto instantation [VC6, GNU c++
24665: 2.95.2-6 from latest cygwin]
24666:
24667: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24668: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24669: main/main.dsp, main/pa_array.C, main/pa_string.C,
24670: main/pa_table.C: Table started would test template Array now
24671:
24672: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24673: String originating
24674:
24675: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24676: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24677: SYNCHRONIZED(thread_safe)
24678:
24679: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24680: parts to top
24681:
24682: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24683: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24684: see: needed only in global Hash now, made Hash:: put/get
24685: SYNCHRONIZED
24686:
24687: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24688: main/pa_threads.C: added pa_threads
24689:
24690: Mutex
24691:
24692: * src/include/pa_hash.h: some comments
24693:
24694: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24695: Array& operator += (Array& src)
24696:
24697: * src/main/pa_array.C: expand not convinient, would rewrite
24698:
24699: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24700: (Array& src)
24701:
24702: rethought, would change now
24703:
24704: 2001-01-27 paf
24705:
24706: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24707: caching
24708:
24709: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24710: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24711: cache rethought to chunk caching
24712:
24713: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24714: include/pa_string.h, main/main.dsp, main/pa_array.C,
24715: main/pa_hash.C, main/pa_string.C: Array 0
24716:
24717: * src/main/pa_string.C: String::operator ==
24718:
24719: * src/main/pa_hash.C: String(&String)
24720:
24721: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24722:
24723: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24724: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24725: pa_hash[forgotten]
24726:
24727: 2001-01-26 paf
24728:
24729: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24730: removed templates [vc++ suxx]
24731:
24732: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24733: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24734:
24735: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24736:
1.119 moko 24737: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24738:
1.119 moko 24739: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24740: check
24741:
24742: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24743: dynamic row_count
24744:
24745: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24746: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24747: targets/Makefile.am: Initial revision
24748:
24749: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24750: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24751: targets/Makefile.am: creating parser3 module
24752:
E-mail: