Annotation of parser3/ChangeLog, revision 1.167
1.167 ! moko 1: 2021-04-16 moko
! 2:
! 3: * src/types/pa_vmail.C: message can be null when e-mail is broken,
! 4: processing it leads to assertions.
! 5:
1.166 moko 6: 2021-03-25 moko
7:
8: * tests/: 412.html, results/412.processed: test to demonstrate bug
9: #1213
10:
1.165 moko 11: 2021-02-12 moko
12:
13: * tests/: 360.html, results/360.processed, results/363.processed:
14: parser method call in expression mode no longer differs from call
15: in string mode (related to feature #1211)
16:
17: 2021-02-11 moko
18:
19: * src/types/pa_vmail.C: mail parsing with Windows line endings
20: fixed (bug #1212)
21:
22: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
23: when called $v[^test[]] vs $v(^test[]), numbers are converted to
24: strings in both calls (implements feature #1211)
25:
1.164 moko 26: 2021-01-28 moko
27:
28: * buildall, etc/auto.p.in: to remove last patch in debian package
29:
30: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
31: 3.4.7b
32:
1.162 moko 33: 2021-01-21 moko
34:
35: * src/main/pa_http.C: no alarm() in file::load when web server mode
36: is MULTITHREADED
37:
1.157 moko 38: 2021-01-20 moko
39:
1.161 moko 40: * src/targets/apache/mod_parser3.c: it is more correct to recommend
41: 'a2enmod mpm_prefork'
42:
1.160 moko 43: * src/targets/apache/mod_parser3.c: prefork name is now
44: 'libapache2-mpm-itk'
45:
46: * src/targets/apache/mod_parser3_core.C: last regular malloc
47: removed
48:
1.159 moko 49: * src/targets/isapi/Makefile.am: -pa_threads.C
50:
1.158 moko 51: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
52: 3.4.6
53:
1.157 moko 54: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
55:
56: * etc/auto.p.in: @config[result] added to simplify $cfg change in
57: /httpd.p
58:
59: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
60: ^use[/httpd.p] + optional ^preprocess[] (related to feature
61: #1203)
62:
63: 2021-01-19 moko
64:
65: * buildall: --disable-parallel-mark added to avoid "number of
66: processors" threads creation for heap marking as it conflicts
67: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
68: limits threads)
69:
1.156 moko 70: 2021-01-16 moko
71:
72: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
73: main/pa_globals.C, main/pa_memory.C,
74: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
75: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
76: feature #1209)
77:
78: 2021-01-15 moko
79:
80: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
81: 3.4.6rc
82:
83: * src/classes/json.C: get_delim added for delimiter caching (10%
84: faster on large json)
85:
86: 2021-01-14 moko
87:
88: * operators.txt: updated with 3.4.6 changes
89:
90: * tests/results/224.processed: test result modified after
91: today(shift) implemented
92:
93: * tests/: 407.html, results/407.processed: test for ^hash.select
94: option $.default(bool) added (related to feature #1172)
95:
96: * src/classes/hash.C: ^hash.select option $.default(bool) added
97: (related to feature #1172)
98:
99: * tests/: 141.html, results/141.processed: test modified for
100: feature #1185.
101:
102: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
103: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
104: options $.lower(bool) (implements feature #1185)
105:
106: 2021-01-11 moko
107:
108: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
109: #1192)
110:
111: * tests/: 411.html, results/411.processed: test for ^date::today(N)
112: added (related to feature #1192)
113:
1.155 moko 114: 2021-01-05 moko
115:
116: * tests/: 270.html, results/270.processed: test modified to work
117: under Windows
118:
119: * tests/: 390.html, 395.html, results/395.processed: tests updated
120: 4 windows
121:
122: * tests/: 410.html, results/410.processed: test for
123: $CLASS-GETTER-PROTECTED(false) added
124:
125: 2021-01-04 moko
126:
127: * tests/: 409.html, results/409.processed, results/auto.p: test for
128: $MAIN:LOCALS(true) added
129:
1.154 moko 130: 2021-01-03 moko
131:
132: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
133: types/pa_vclass.h, types/pa_vstateless_class.C,
134: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
135: +LOCALS. $main -> $MAIN in exception texts (implements feature
136: #1207)
137:
138: 2021-01-02 moko
139:
140: * etc/auto.p.in: minor
141:
142: * src/main/pa_request.C: sending headers only after opening file to
143: allow error reporting if file was not opened (foreign group,
144: etc).
145:
146: 2020-12-31 moko
147:
148: * src/: include/pa_request.h, main/pa_request.C,
149: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
150:
151: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
152: main/pa_request.C: get_class_ref added and used
153:
154: * etc/auto.p.in: @CLASS httpd added
155:
156: * etc/auto.p.in: @auto[] is now first
157:
158: 2020-12-30 moko
159:
160: * tests/: 408.html, results/408.processed: test for bug #1166
161: (windows only) added
162:
163: * src/main/pa_common.C: create_dir_for_file should not create dir
164: for trailing / (fixes bug #1166)
165:
166: * tests/: 341.html, results/341.processed: tests for
167: ^nameless_table.hash[] added (related to feature #1138)
168:
169: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
170: (implements feature #1138), extra fields in named tables no
171: longer ignored (implements feature #1138)
172:
173: * tests/results/390.processed: updated after exception text change
174:
175: 2020-12-29 moko
176:
177: * tests/: 407.html, results/407.processed: +$._default check
178:
179: * src/classes/hash.C: keep $_default in ^hash.reverse[]
180:
181: * tests/: 407.html, results/407.processed: test for ^hash.select[]
182: and ^hash.reverse[] added (releated to feature #1172)
183:
184: * src/classes/hash.C:
185: ^hash.select[key;value](bool-condition)[options hash] +
186: ^hash.reverse[] added (implements feature #1172)
187:
188: * src/types/pa_vtable.h: warning war
189:
190: * src/include/pa_config_fixed.h: win32 fix
191:
1.153 moko 192: 2020-12-27 moko
193:
194: * tests/: 406.html, results/406.processed: test results updated
195:
196: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
197: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
198: spelling
199:
200: 2020-12-26 moko
201:
202: * tests/: 406.html, results/406.processed: tests for
203: ^table.rename[] added (related to feature #1148)
204:
205: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
206: ^table.rename[column name from;column name to], ^table.rename[
207: $.[column name from][column name to] ... ] added (implements
208: feature #1148)
209:
210: 2020-12-25 moko
211:
212: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
213: request_info now on stack to avoid yet another THREAD_LOCAL
214: memory deallocation issue (now with cookies), explained in #1203
215:
216: * src/types/pa_vcookie.C: fields should be inited
217:
218: 2020-12-24 moko
219:
220: * src/include/pa_stylesheet_connection.h: looks like
221: xsltFreeStylesheet leads to memory double-free. If so, it's for
222: sure libxml bug, but we have GC anyway, so we just remove this
223: call and see...
224:
225: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
226: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
227: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
228: abort.c:65:8 frame #3: 0x00000000004da663
229: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
230: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
231: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
232: malloc.c:617:9 frame #5: 0x0000000000577f0c
233: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
234: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
235: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
236: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
237: frame #8: 0x000000000050d35c
238: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
239: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
240: frame #10: 0x00000000004436e5
241: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
242: [inlined]
243: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
244: pa_stylesheet_connection.h:62:3
245:
246: 2020-12-23 moko
247:
248: * src/classes/image.C: ^image::measure[; $.video() ] option added
249:
250: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
251: ^image::measure[; $.video(true) ] added
252:
253: * src/main/pa_exec.C: not cleared automatically in multithreaded
254: httpd mode for unknown reasons
255:
256: 2020-12-22 moko
257:
258: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
259: error_log uri of currently processed document", but never used
260: and conflicts with how libgc stops threads on FreeBSD (#define
261: SIG_SUSPEND SIGUSR1), thus removed.
262:
263: 2020-12-21 moko
264:
265: * src/main/pa_request.C: +comment
266:
1.151 moko 267: 2020-12-20 moko
268:
1.152 moko 269: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
270: it is more safe to have versions of pa_strdup with one and two
271: arguments, as helper_length=0 not always mean that strlen()
272: should be called, but means zero.
273:
274: * src/targets/isapi/parser3isapi.C: minor
275:
276: * src/main/pa_http.C: +valid_http_method
277:
1.151 moko 278: * src/: include/pa_http.h, main/pa_http.C,
279: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
280:
281: 2020-12-17 moko
282:
283: * tests/: 405.html, results/405.processed: test for split by regex
284: added (related to feature #1160)
285:
286: * src/classes/string.C: split by regex implemented (feature #1160)
287:
288: * src/classes/string.C: minor
289:
290: * tests/: 404.html, results/404.processed: test for whitespace
291: string is now OK for table argument (related to feature #1169)
292:
293: * src/: classes/image.C, classes/string.C, classes/table.C,
294: types/pa_vmethod_frame.C: whitespace string is now OK for table
295: argument (as with hash) (implements feature #1169)
296:
297: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
298: limit for comment (fixes bug #1102)
299:
300: * src/targets/cgi/parser3.C: +HAVE_TLS check
301:
302: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
303:
304: * src/include/pa_config_includes.h: HAVE_TLS used
305:
306: * configure.ac: +TLS check
307:
308: * src/main/pa_http.C: content logging added
309:
310: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
311: clear_response_headers added
312:
313: 2020-12-16 moko
314:
315: * buildall: as we now use threads, libatomic_ops still required for
316: some OS.
317:
318: * src/main/pa_request.C: whitespace
319:
320: * src/: include/pa_request.h, main/pa_request.C:
321: Request::Exception_trace::table extracted and used
322:
323: * src/main/pa_request.C: moving output_result call outside of try
324: as network exceptions should not be handled by parser code
325:
326: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
327: logging network exchange
328:
329: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
330: via network if it was network write error.
331:
332: * src/targets/cgi/parser3.C: log -> pa_log
333:
334: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
335:
336: * src/main/pa_threads.C: getpid() if no gettid() found
337:
338: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
339: we need to ignore "void" connections from browsers (browsers open
340: connections in advance and they will be empty if user does not
341: request more pages)
342:
343: 2020-12-15 moko
344:
345: * src/targets/cgi/parser3.C: avoid previous uri in logs
346:
347: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
348: RequestController not needed in httpd mode
349:
350: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
351: classes/classes.h, classes/curl.C, classes/date.C,
352: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
353: classes/hashfile.C, classes/image.C, classes/inet.C,
354: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
355: classes/memcached.C, classes/memory.C, classes/op.C,
356: classes/reflection.C, classes/regex.C, classes/response.C,
357: classes/string.C, classes/table.C, classes/void.C,
358: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
359: include/pa_array.h, include/pa_base64.h,
360: include/pa_cache_managers.h, include/pa_charset.h,
361: include/pa_charsets.h, include/pa_common.h,
362: include/pa_config_fixed.h, include/pa_config_includes.h,
363: include/pa_dictionary.h, include/pa_dir.h,
364: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
365: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
366: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
367: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
368: include/pa_request_charsets.h, include/pa_request_info.h,
369: include/pa_sapi.h, include/pa_socks.h,
370: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
371: include/pa_stack.h, include/pa_string.h,
372: include/pa_stylesheet_connection.h,
373: include/pa_stylesheet_manager.h, include/pa_symbols.h,
374: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
375: include/pa_uue.h, include/pa_xml_exception.h,
376: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
377: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
378: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
379: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
380: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
381: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
382: main/compile.tab.C, main/compile.y, main/compile_tools.C,
383: main/compile_tools.h, main/execute.C, main/pa_base64.C,
384: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
385: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
386: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
387: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
388: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
389: main/pa_sql_driver_manager.C, main/pa_string.C,
390: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
391: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
392: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
393: main/untaint.C, sql/pa_sql_driver.h,
394: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
395: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
396: targets/isapi/parser3isapi.C, types/pa_junction.h,
397: types/pa_method.h, types/pa_property.h, types/pa_value.C,
398: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
399: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
400: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
401: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
402: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
403: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
404: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
405: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
406: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
407: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
408: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
409: types/pa_vmemory.h, types/pa_vmethod_frame.C,
410: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
411: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
412: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
413: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
414: types/pa_vstateless_object.h, types/pa_vstatus.C,
415: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
416: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
417: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
418: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
419: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
420:
421: * src/main/pa_request.C: old compilers support
422:
423: * tests/: 362.html, results/362.processed: test updated after
424: changes after upgrade to libxml2-2.9.9 were made (related to bug
425: #1108)
426:
427: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
428: removed, as xsltFreeStylesheet has side effects on original doc.
429: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
430: not updated after xdoc modification (part 3 of test 362).
431: (related to bug #1108)
432:
433: * src/targets/isapi/parser3isapi.C: +pa_strcat
434:
435: * src/: classes/memory.C, include/pa_memory.h,
436: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
437: PA_GC_GCOLLECT used
438:
439: * src/include/pa_memory.h: +PA_GC_COLLECT
440:
441: * src/targets/cgi/parser3.C: msvs support fixes
442:
443: * src/lib/gc/include/gc.h: more cleanup
444:
445: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
446:
447: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
448: targets/cgi/parser3.C: $main:HTTPD.mode implemented
449:
450: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
451:
452: * configure.ac: pthread.h added to checked headers
453:
454: * src/classes/table.C: string stream is back :)
455:
456: * src/classes/memory.C: GC_generate_random_backtrace no longer
457: exists
458:
459: * src/main/pa_globals.C: GC_dont_gc replaced
460:
461: * src/lib/gc/include/gc.h: major cleanup, only used functions are
462: left to simplify adding new functions. depricated GC_dont_gc
463: replaced with GC_disable and GC_enable calls.
464:
465: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
466: CORD_from_file* not used and thus removed
467:
468: * src/lib/gc/include/gc_allocator.h: minor cleanup
469:
470: 2020-12-14 moko
471:
472: * src/classes/: curl.C, memory.C, table.C: every TLS should be
473: referenced elsewhere, or GC will collect it.
474:
475: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
476: main/pa_xml_io.C: bugfix: TLS variables should be referenced
477: elsewhere, or GC will collect them (and we'll get GPF in
478: multithreaded enviroment). May be it can be also fixed by some
479: GC call, not sure. But this fix costs nothing (but hours of
480: debugging to find the issue :).
481:
1.150 moko 482: 2020-12-11 moko
483:
484: * configure.ac: gettid() check added
485:
486: * src/main/pa_threads.C: HAVE_GETTID used
487:
488: * src/include/pa_config_auto.h.in: +HAVE_GETTID
489:
490: * src/: include/pa_threads.h, main/pa_threads.C: now unified
491: version for isapi/cgi/apache
492:
493: * buildall: threads are now required.
494:
495: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
496: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
497: main/main.vcproj: pa_threads.C moved to main
498:
499: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
500: isapi/pa_threads.C: pa_threads.C moved to main
501:
502: * src/: main/Makefile.am, targets/cgi/Makefile.am,
503: targets/apache/Makefile.am: pa_threads.C moved to main
504:
505: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
506:
507: * src/: include/pa_stylesheet_connection.h,
508: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
509: and weird GPF in multithreaded httpd is gone
510:
511: * src/include/: pa_stylesheet_connection.h,
512: pa_sql_driver_manager.h: whitespace
513:
514: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
515:
516: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
517: main/pa_stylesheet_manager.C: whitespace, warning war
518:
519: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
520: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
521: parser_multithreaded never used
522:
523: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
524:
525: 2020-12-10 moko
526:
527: * src/: include/pa_config_includes.h, include/pa_http.h,
528: main/pa_http.C, targets/cgi/parser3.C: initial support for
529: MULTITHREADED and PARALLEL httpd server modes
530:
531: * src/main/pa_globals.C: GC_java_finalization is depricated
532:
533: 2020-12-09 moko
534:
535: * etc/auto.p.in: + @httpd-main
536:
537: * src/: include/pa_common.h, main/pa_request.C,
538: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
539: work
540:
541: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
542: slow file_read_binary no longer used, send_range added
543:
544: 2020-12-08 moko
545:
546: * src/main/pa_request.C: >4Gb support
547:
548: * src/targets/cgi/parser3.C: msvc warning war
549:
550: * src/: include/pa_config_includes.h, main/pa_http.C,
551: main/pa_request.C: msvc warnings war
552:
553: * src/classes/image.C: warning war
554:
555: * src/classes/table.C: MSVC warning war
556:
557: * src/targets/cgi/parser3.C: msvc warnings war
558:
559: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
560: added
561:
1.149 moko 562: 2020-12-07 moko
563:
1.150 moko 564: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
565: avoid logging beside system-wide auto.p
566:
567: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
568:
569: * configure, configure.ac, src/include/pa_config_auto.h.in:
570: configure options added:
571:
572: --with-system-cfg=FILE to specify system-wide auto.p
573: --with-system-log=FILE to specify system-wide parser3.log
574:
575: * Makefile.am: bin no longer exists
576:
577: * configure, configure.ac: auto.p moved to etc to simplify debian
578: package
579:
580: * buildall: auto.p and parser3.charsets moved to their default
581: location after install
582:
583: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
584:
585: * aclocal.m4, configure: automake 1.15 -> 1.16.1
586:
1.149 moko 587: * src/targets/cgi/parser3.C: locate_config call returned to
588: original place as it requires pa_thread_request() under Windows
589:
590: * src/targets/cgi/parser3.C: renaming
591:
592: 2020-12-06 moko
593:
594: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
595: check added
596:
597: 2020-12-04 moko
598:
599: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
600: main/pa_request.C: unified uint64_t lseek implemented to support
601: >4Gb files under x86, including Windows
602:
603: 2020-12-02 moko
604:
605: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
606: with max_file_size
607:
608: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
609: support for processing files sized >4Gb on 32 bit planforms
610:
611: * tests/399.html: file moved
612:
613: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
614:
615: * src/targets/cgi/pa_sapi_info.h: warning war
616:
617: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
618: warning war
619:
620: 2020-12-01 moko
621:
622: * src/classes/image.C: mp4 extended size (>4Gb) support added
623:
624: * src/classes/image.C: for "size not found" exception to be shown
625: if size not found until eof
626:
627: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
628: bit linux)
629:
630: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
631: #1188)
632:
633: 2020-11-30 moko
634:
635: * src/classes/image.C: definitions moved closer to code
636:
637: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
638: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
639: 395_dir/3_VP8X.webp, results/395.processed,
640: results/396.processed: tests for ^image::measure[] .webp support
641: added, all image files moved into one directory (related to
642: feature #1188)
643:
644: * src/classes/image.C: ^image::measure[] now supports webp (feature
645: #1188)
646:
1.148 moko 647: 2020-11-29 moko
648:
649: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
650: processing, unnessesary defines removed
651:
652: 2020-11-24 moko
653:
654: * tests/results/: 099.processed, 100.processed, 205.processed,
655: 309.processed, 310.processed: Content-Disposition: inline
656: returned
657:
658: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
659: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
660: ] added (related to bug #1204)
661:
662: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
663: ] supported to avoid Content-Disposition: inline;
664: filename="<file>.ext" but still set Content-Type for ext (related
665: to bug #1204)
666:
1.147 moko 667: 2020-11-22 moko
668:
669: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
670: types/pa_vfile.C: pa_filename added to avoid useless rsplit
671:
672: * src/main/pa_request.C: content_disposition_inline returned.
673:
674: 2020-11-17 moko
675:
676: * src/main/pa_request.C: empty main method name support
677:
678: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
679: config_handler added, stdout flush added.
680:
681: 2020-11-16 moko
682:
683: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
684:
685: * tests/results/: 099.processed, 205.processed, 237.processed,
686: 309.processed, 310.processed: Content-Disposition: inline is not
687: required and should not contain filename="<name>"
688:
689: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
690: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
691: targets/isapi/parser3isapi.C: pa_strcat implemented and used
692:
1.146 moko 693: 2020-11-14 moko
694:
695: * src/targets/cgi/parser3.C: spelling
696:
697: * src/targets/cgi/parser3.C: renaming
698:
699: * src/targets/cgi/parser3.C: args_skip removed, locate_config
700: relocated
701:
702: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
703: before request processing, which is weired
704:
705: 2020-11-13 moko
706:
707: * src/main/pa_http.C: pa_recv added with timeout support, thus read
708: copied in httpd.
709:
710: 2020-11-12 moko
711:
712: * src/main/pa_http.C: ALARM code unified to be used in httpd
713:
714: * src/: include/pa_request.h, main/pa_request.C,
715: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
716:
717: * src/main/pa_http.C: URI validation added
718:
719: * src/targets/cgi/parser3.C: filespec_to_process now variable,
720: can't be empty but can be null. httpd-main is now main method
721: name for httpd mode
722:
723: 2020-11-11 moko
724:
725: * src/main/pa_request.C: path_translated can be null in httpd mode
726:
727: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
728: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
729: classes/xdoc.C, include/pa_request.h, main/execute.C,
730: main/pa_request.C: r.absolute -> r.full_disk_path
731:
732: * src/targets/cgi/parser3.C: if filename to process is not
733: specified, auto.p should be present.
734:
1.145 moko 735: 2020-11-03 moko
736:
737: * src/: classes/op.C, include/pa_request.h: unused argument removed
738:
739: * src/main/pa_request.C: content_disposition_inline is the default,
740: not required.
741:
1.144 moko 742: 2020-10-29 moko
743:
744: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
745: ^use[file; $.main(true) ] implemented for auto.p processing and
746: path_translated changing to correct relative files path
747: calculation in httpd mode
748:
749: * src/: include/pa_request.h, main/pa_request.C:
750: fail_on_read_problem removed, as it allways true, as if should
751: be.
752:
753: * src/: include/pa_request.h, main/pa_request.C,
754: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
755: targets/isapi/parser3isapi.C: clearing config_filespec when
756: config was not found, thus flag not required and removed.
757:
758: 2020-10-28 moko
759:
760: * tests/: 402.html, results/402.processed: error reporting test
761:
762: * src/main/execute.C: better error reporting when
763: $result[^hash::create[]] in @main.
764:
765: * src/main/: execute.C, pa_request.C: frame.result() should be used
766: + minor optimization
767:
768: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
769: main/pa_xml_io.C: execute_*_method simplified and unified
770:
771: 2020-10-27 moko
772:
773: * tests/: 306.html, results/306.processed: a bit more testing. :)
774:
775: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
776: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
777: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
778: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
779: types/pa_vmethod_frame.h, types/pa_vobject.C,
780: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
781: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
782: longer used in object-prototype mode
783:
784: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
785: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
786: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
787: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
788: $form:name[value] features
789:
1.143 moko 790: 2020-10-18 moko
791:
792: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
793:
794: 2020-10-15 moko
795:
796: * src/main/pa_http.C: url no longer needed as
797: ALTER_EXCEPTION_SOURCE is used
798:
799: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
800: main/pa_http.C: check_file_size filespec is now optional
801:
802: * src/: classes/curl.C, include/pa_exception.h,
803: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
804: ALTER_EXCEPTION_COMMENT added for better error reporting
805:
806: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
807: results/346-curl.processed, results/379-curl.processed,
808: results/379.processed: test results updated as load now provides
809: better error reporting + curl responses updated
810:
811: 2020-10-14 moko
812:
813: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
814: main/pa_string.C, targets/apache/mod_parser3_core.C,
815: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
816: checked. 10 is now default base, no hex autodetect by default
817:
818: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
819: connection socket closing in destructor + accept exception
820: handling
821:
822: * src/targets/cgi/parser3.C: warning war
823:
824: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
825: main/pa_request.C, targets/apache/mod_parser3_core.C,
826: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
827: exception handling unified
828:
829: 2020-10-13 moko
830:
831: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
832: autodetection
833:
834: * src/targets/apache/mod_parser3_core.C: reverted to atoi
835:
836: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
837:
838: * src/main/pa_http.C: warning war
839:
1.142 moko 840: 2020-10-12 moko
841:
1.143 moko 842: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
843: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
844: unhandled exception code optimization
845:
846: * src/targets/cgi/parser3.C: request_info now global variable
847:
848: * src/main/pa_http.C: http_read_response moved to HTTP_response
849: class
850:
851: * src/: include/pa_http.h, main/pa_http.C,
852: targets/cgi/pa_sapi_info.h: read_post implemented
853:
1.142 moko 854: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
855: [host:]port syntax support in httpd mode
856:
857: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
858: targets/cgi/parser3.C: populate_env added
859:
860: * src/include/pa_hash.h: to make get(char *) compiling in
861: HashStringString
862:
863: 2020-10-10 moko
864:
865: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
866: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
867:
868: * src/: include/pa_http.h, include/pa_request_info.h,
869: main/pa_http.C, main/pa_string.C,
870: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
871: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
872: types/pa_vrequest.C: initial httpd mode implementation
873:
1.141 moko 874: 2020-10-04 moko
875:
876: * src/targets/cgi/parser3.C: options together
877:
878: 2020-09-30 moko
879:
880: * src/main/pa_http.C: renamed
881:
1.140 moko 882: 2020-08-14 moko
883:
884: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
885: src/targets/cgi/Makefile.am: no httpd as separate library
886:
887: 2020-08-13 moko
888:
889: * src/targets/cgi/parser3.C: SAPI::die used in exception in
890: unhandled exception handler to report 500 instead of 200 it was
891: before.
892:
893: * src/targets/apache/mod_parser3_core.C: minor cleanup
894:
895: * src/: include/pa_sapi.h, main/untaint.C,
896: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
897: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
898: thus replaced with SAPI::die and removed
899:
900: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
901: cgi/parser3.C: whitespace
902:
903: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
904:
905: 2020-08-12 moko
906:
907: * src/targets/cgi/parser3.C: duplicate info in signal logging
908: removed, whitespace was: SIGPIPE received while executing code.
909: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
910: cl=0]
911:
912: * parser3.sln: + httpd.vcproj
913:
914: 2020-08-11 moko
915:
916: * src/targets/cgi/Makefile.am: +libhttpd
917:
918: * configure.ac, src/lib/Makefile.am: +libhttpd
919:
1.139 moko 920: 2020-07-13 moko
921:
922: * tests/: 401.html, results/401.processed: test for hash key does
923: not keep language, but tainted in foreach.
924:
1.138 moko 925: 2020-07-01 moko
926:
927: * tests/: 235.html, results/235.processed: test result updated as
928: messages before attachments implemented (feature #1176)
929:
1.137 moko 930: 2020-06-27 moko
931:
932: * tests/: 400.html, results/400.processed: test updated to check
933: ^return{code}
934:
935: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
936: fixed
937:
938: 2020-06-26 moko
939:
940: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
941: added (related to https://www.parser.ru/forum/?id=85319)
942:
943: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
944: when $result assignment was last statement in the method
945: (https://www.parser.ru/forum/?id=85319)
946:
1.136 moko 947: 2020-05-23 moko
948:
949: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
950: whitespace, unused level removed
951:
952: 2020-05-19 moko
953:
954: * src/types/pa_vmail.C: whitespace
955:
956: * src/types/pa_vmail.C: files should be processed last (related to
957: feature #1176)
958:
1.135 moko 959: 2020-05-12 moko
960:
961: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
962: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
963:
964: * configure.ac: FreeBSD1X.X check added to avoid
965: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
966:
1.134 moko 967: 2020-02-26 moko
968:
969: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
970: compilation issue (related to bug #1201)
971:
972: * src/main/pa_common.C: entry_readable -> entry_exists,
973: undocumented access(fname, R_OK) call removed (fixes bug #1201)
974: -f and -d now works under Windows in UTF-8 with Russian
975: filenames.
976:
977: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
978: advice (related to feature #1199)
979:
980: 2020-02-25 moko
981:
982: * buildall: --silent removed
983:
984: * configure.ac: gmime-3.0 support
985:
986: * buildall: --with-system-mailreceive option added to build with
987: system libgmime
988:
989: * src/types/pa_vmail.C: avoiding
990: https://github.com/jstedfast/gmime/issues/83 "feature" (related
991: to feature #1199)
992:
1.133 moko 993: 2020-02-18 moko
994:
995: * src/classes/op.C: windows x64 debug mode compile fix
996:
997: * src/main/pa_globals.C: no longer required due to -MD -> -MT
998: change (releated to feature #1200)
999:
1000: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1001: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1002: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1003: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1004: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1005: targets/apache/ApacheModuleParser3.vcproj,
1006: targets/apache/ApacheModuleParser3Core.vcproj,
1007: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1008: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1009: dependency (related to feature #1200)
1010:
1.132 moko 1011: 2020-02-12 moko
1012:
1013: * src/types/pa_vmail.C: minimize diff
1014:
1015: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1016: #1199)
1017:
1.131 moko 1018: 2020-01-18 moko
1019:
1020: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1021:
1.130 moko 1022: 2019-12-28 moko
1023:
1024: * src/targets/cgi/parser3.C: avoid empty ?
1025:
1026: 2019-12-27 moko
1027:
1028: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1029: DOCUMENT_ROOT (related to feature #1164)
1030:
1031: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1032: fcgiwrap setup (implements feature #1164)
1033:
1034: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1035: but no issues found (related to feature #1164)
1036:
1037: * src/targets/cgi/parser3.C: actualized
1038:
1039: 2019-12-26 moko
1040:
1041: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1042: removed
1043:
1044: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1045: removed
1046:
1047: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1048: allocation errors, we don't want default gc warnings (without
1049: timestamp and URI).
1050:
1051: * src/: classes/memory.C, main/pa_globals.C,
1052: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1053: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1054: pa_globals_init
1055:
1056: * src/main/pa_globals.C: setup_hex_value() removed, static array
1057: initialization used (optimization)
1058:
1059: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1060: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1061: pa_socks_init/pa_socks_done moved inside pa_globals_init
1062: (optimization)
1063:
1.129 moko 1064: 2019-12-09 moko
1065:
1066: * src/include/pa_config_fixed.h: warning war
1067:
1.128 moko 1068: 2019-12-08 moko
1069:
1070: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1071: process grammar under Unix.
1072:
1073: 2019-12-07 moko
1074:
1075: * tests/389.html: For Windows XP. :)
1076:
1077: * tests/388-sql.html: Windows compatibility added
1078:
1079: 2019-12-06 moko
1080:
1081: * src/targets/cgi/parser3.C: warning war
1082:
1083: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1084: == sizeof(CORD)) to avoid aligning bugs in future
1085:
1086: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1087: XML_STATIC
1088:
1089: * src/include/pa_request.h: StackItem() not required
1090:
1091: * src/include/pa_stack.h: warning war
1092:
1093: * src/include/pa_config_includes.h: GCC warning silenced
1094:
1095: * src/include/pa_memory.h: warning war: the program should also
1096: define 'void operator delete [](void*, std::size_t)'
1097: [-Wsized-deallocation]
1098:
1099: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1100:
1101: * src/classes/string.C: not reqired cast removed
1102:
1103: * src/classes/string.C: not reqired cast removed
1104:
1105: 2019-12-05 moko
1106:
1107: * src/lib/sdbm/pa_file_io.C: warning war
1108:
1109: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1110: enum Language : size_t - required for VS2015+ to make
1111: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1112: without it (related to feature #1198)
1113:
1114: 2019-12-04 moko
1115:
1116: * src/main/pa_base64.C: unsigned char -> uchar
1117:
1118: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1119: as other libs
1120:
1121: * src/include/pa_version.h: +amd64
1122:
1123: 2019-12-03 moko
1124:
1125: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1126: release
1127:
1128: * src/include/pa_config_includes.h: warning war
1129:
1130: * src/classes/image.C: warning war
1131:
1132: * src/main/pa_globals.C: x64 libs support
1133:
1134: * src/include/pa_config_includes.h: warning war
1135:
1136: * src/types/pa_method.h: warning war
1137:
1.127 moko 1138: 2019-11-28 moko
1139:
1140: * src/classes/math.C: vs2003 compatibility + warning war
1141:
1142: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1143: libxml2-2.9.9 (related to feature #1136)
1144:
1145: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1146: typecast for more compatibility (related to feature #1136)
1147:
1148: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1149: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1150: feature #1136)
1151:
1152: 2019-11-26 moko
1153:
1154: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1155: removed (it was failing in $$var case), condition added
1156:
1.126 moko 1157: 2019-11-25 moko
1158:
1159: * tests/: 397.html, 399.html, results/141.processed,
1160: results/399.processed: base64 options tested
1161:
1162: * src/: classes/math.C, main/pa_http.C: base64 options used
1163:
1164: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1165: implemented (feature #986)
1166:
1167: * src/main/pa_cache_managers.C: whitespace
1168:
1169: * tests/: 397.html, 399.html, results/399.processed: tests for
1170: ^base64 encode options added (related to feature #986)
1171:
1172: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1173: pa_base64_encode(file) removed - more memory, but faster and less
1174: code (related fo feature #986)
1175:
1176: 2019-11-24 moko
1177:
1178: * tests/: 155.html, results/155.processed: limit and offset in
1179: ^table::load[] now supported, thus test added
1180:
1181: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1182: main/pa_common.C: optimization: offset and limit options parsing
1183: moved inside file_load.
1184:
1185: 2019-11-23 moko
1186:
1187: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1188: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1189: optimization: file_read replaced with simplified file_read_binary
1190:
1191: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1192: types/pa_vform.C: whitespace
1193:
1194: * src/: include/pa_common.h, main/pa_common.C: never used params
1195: removed
1196:
1197: 2019-11-21 moko
1198:
1199: * tests/: 193.html, results/193.processed, results/389.processed:
1200: test results updated as now base64 does not discard tail without
1201: padding (related to feature #986)
1202:
1203: 2019-11-20 moko
1204:
1205: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1206: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1207: pa_base64_decode (related to feature #986)
1208:
1209: * tests/398.html: tests for base64 decode added (related to feature
1210: #986)
1211:
1212: * src/main/pa_base64.C: base64_decode rewritten - padding option
1213: support, padding inside base 64 supported (related to feature
1214: #096)
1215:
1216: 2019-11-19 moko
1217:
1218: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1219: FreeBSD 12
1220:
1.125 moko 1221: 2019-11-16 moko
1222:
1223: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1224: support added, step support removed (related to #986)
1225:
1226: 2019-11-15 moko
1227:
1228: * src/classes/math.C: using log since log2 is not present on
1229: FreeBSD < 8.4 (related to feature #1177)
1230:
1231: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1232: pa_base64_size extracted and used for files as well (related to
1233: feature 986)
1234:
1235: 2019-11-14 moko
1236:
1237: * tests/: 397.html, results/397.processed: + content check
1238:
1239: * tests/: 141.html, results/141.processed: make test resuls more
1240: readable
1241:
1242: * tests/: 397.html, results/193.processed, results/397.processed:
1243: test results updated after \x00 character was disabled in
1244: math:convert string mode (related to feature #1177)
1245:
1246: * src/classes/: math.C, string.C: \\x00 character disabled while
1247: converting to string (as in base64, related to feature #1177)
1248:
1249: * src/classes/file.C: more correct arguments separation
1250:
1251: * src/: classes/file.C, classes/math.C, classes/string.C,
1252: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1253: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1254: options added, but not yet implemented (related to feature #986)
1255:
1256: * src/classes/math.C: whitespace
1257:
1258: 2019-11-13 moko
1259:
1260: * tests/: 397.html, results/397.processed: +tainting test (related
1261: to feature #1177)
1262:
1263: * src/classes/math.C: as we now produce not only digits, result
1264: should be tainted (related to feature #1177)
1265:
1266: * src/main/pa_base64.C: whitespace
1267:
1268: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1269: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1270: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1271: implementation moved from pa_common.h and pa_common.C
1272:
1273: 2019-11-12 moko
1274:
1275: * tests/: 275.html, results/275.processed: out of range test fixed,
1276: as ^math:convert now supports arbitrary precision
1277:
1278: 2019-11-11 moko
1279:
1280: * tests/results/389.processed: uctualized error message
1281:
1282: * tests/: 389.html, 397.html, results/397.processed: tests for
1283: ^math:convert added (related to feature #1177)
1284:
1285: * src/classes/math.C: ^math:convert now supports arbitrary
1286: precision, alphabet support added (implements feature #1177)
1287:
1.124 moko 1288: 2019-11-06 moko
1289:
1290: * tests/: 181.html, results/181.processed: entities usage added,
1291: more entites load tests (related to bug #842 discussion)
1292:
1293: 2019-11-05 moko
1294:
1295: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1296: call from xmlFileOpen if http://localhost/<file> was not found
1297: (related to bug #842)
1298:
1299: * src/main/pa_xml_io.C: rename
1300:
1301: * src/main/pa_xml_io.C: +MemoryStream constructor
1302:
1303: * src/main/pa_xml_io.C: whitespace
1304:
1.123 moko 1305: 2019-10-31 moko
1306:
1307: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1308: XML_PARSE_NOENT) added to fix entities load, (related to feature
1309: #1181)
1310:
1.122 moko 1311: 2019-10-25 moko
1312:
1313: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1314: queries tests
1315:
1316: 2019-10-24 moko
1317:
1318: * tests/: 388-sql.html, results/388-sql.processed: support for
1319: pgsql driver test
1320:
1321: * tests/: 388-sql.html, results/388-sql.processed:
1322: multi_statements=1 now tested, mysql test now supported
1323: (connection must be specified in [parser3] section in .my.cnf)
1324: related to issues #1195 and #1194
1325:
1.121 moko 1326: 2019-09-11 moko
1327:
1328: * src/classes/int.C: whitespace
1329:
1330: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1331: exception test
1332:
1333: * tests/results/388-sql.processed: sql queries now shown (related
1334: to feature #1196)
1335:
1336: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1337: with old parser versions.
1338:
1339: * src/: classes/file.C, classes/hash.C, classes/string.C,
1340: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1341: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1342: instead of connect string in query_event_handlers exceptions
1343: (implements feature #1196)
1344:
1.120 moko 1345: 2019-09-06 moko
1346:
1347: * tests/388-sql.html: mysql compat
1348:
1349: * src/: classes/hash.C, classes/string.C, classes/table.C,
1350: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1351: sql_ variables declaration moved to pa_common.h
1352:
1.116 moko 1353: 2019-01-15 moko
1354:
1355: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1356: logically sorted
1357:
1358: 2018-12-27 moko
1359:
1360: * src/include/pa_config_includes.h: warning war:
1361: -Wdeprecated-register added for C++ 17
1362:
1363: 2018-10-15 moko
1364:
1365: * configure.ac: FreeBSD 11.2 can be build with ./configure
1366: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1367: --with-xml=/usr/local/
1368:
1369: 2018-09-24 moko
1370:
1371: * tests/: 396.html, 396.tiff, results/396.processed: test for
1372: ^image::measure[] now supports tiff added (related to feature
1373: #1188)
1374:
1375: * src/classes/image.C: ^image::measure[] now supports tiff
1376: (implements feature #1188)
1377:
1378: 2018-09-20 moko
1379:
1380: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1381: files measure added (related to ticket #1188)
1382:
1383: * src/classes/image.C: measure of bmp files implemented (related to
1384: ticket #1188)
1385:
1386: 2018-09-18 moko
1387:
1388: * tests/: 394-curl.html, results/394-curl.processed,
1389: results/auto.p: test for bug #1187 (max_file_size check for head
1390: requests) added
1391:
1392: 2018-08-24 moko
1393:
1394: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1395: response content-length check is required (fixes bug #1187)
1396:
1397: 2018-05-11 moko
1398:
1399: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1400: $.append(bool) ] option added (related to feature #919)
1401:
1402: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1403: from misha@ patch (implements feature #919)
1404:
1405: 2018-03-22 moko
1406:
1407: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1408: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1409: with 128kb buffer. Now works at least 12 times faster. :) May be
1410: Windows-only problem.
1411:
1412: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1413: build fix)
1414:
1415: 2018-02-03 moko
1416:
1417: * src/main/execute.C: removes irrelevant lines from exception stack
1418: trace when exceptions occurs in assigment (fixes bug #1165)
1419:
1420: * tests/: 393.html, results/393.processed: test for behavour after
1421: "Property can not be created, already exists field with that
1422: name" exception removed (related to feature #1183)
1423:
1424: * src/types/pa_vclass.C: "Property can not be created, already
1425: exists field with that name" exception removed (implements
1426: feature #1183)
1427:
1428: 2018-01-19 moko
1429:
1430: * src/classes/string.C: whitespace
1431:
1432: * src/classes/string.C: whitespace
1433:
1434: * tests/: 392.html, results/392.processed: test for
1435: ^regex::create[$regex] added (related to feature #1135)
1436:
1437: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1438: ^regex::create[$regex] added (implements feature #1135)
1439:
1440: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1441: commented define added (related to feature #1157)
1442:
1443: 2018-01-17 moko
1444:
1445: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1446:
1447: 2018-01-15 moko
1448:
1449: * tests/: 390.html, results/390.processed: real path replaced by
1450: stub
1451:
1452: * tests/: 391.html, results/391.processed: test for feature #1181
1453: (XML_PARSE_HUGE exception) added
1454:
1455: 2018-01-11 moko
1456:
1457: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1458: XML_PARSE_HUGE option passed by default (implements feature
1459: #1181)
1460:
1461: * src/classes/string.C: whitespace
1462:
1463: 2017-12-10 moko
1464:
1465: * tests/: 389.html, 390.html, results/389.processed,
1466: results/390.processed: image code coverage tests added (related
1467: to feature #1125)
1468:
1469: 2017-12-08 moko
1470:
1471: * tests/: 346-curl.html, 388-sql.html, 389.html,
1472: results/346-curl.processed, results/388-sql.processed,
1473: results/389.processed: more code coverage tests
1474:
1475: * tests/: 264.html, results/264.processed: code coverage for
1476: ^file::exec[]
1477:
1478: 2017-12-07 moko
1479:
1480: * tests/: 174.html, 388-sql.html, 389.html,
1481: results/388-sql.processed, results/389.processed,
1482: results/174.processed: more coverage tests
1483:
1484: * src/classes/math.C: exception text actualized
1485:
1486: 2017-12-06 moko
1487:
1488: * tests/388-sql.html: $SQL can be here
1489:
1490: * tests/results/auto.p: $SQL not required here
1491:
1492: * tests/: 388-sql.html, 389.html, Makefile,
1493: results/388-sql.processed, results/389.processed, results/auto.p:
1494: code coverage tests for sql (using sqlite) and int/double/bool
1495: added (related to feature #1125)
1496:
1497: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1498: lib/json/json.vcproj, lib/md5/md5.vcproj,
1499: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1500: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1501: targets/apache/ApacheModuleParser3Core.vcproj,
1502: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1503: types/types.vcproj: gc\include no longer required
1504:
1505: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1506: required
1507:
1508: * src/: classes/Makefile.am, classes/table.C,
1509: include/pa_config_includes.h, include/pa_string.h,
1510: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1511: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1512: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1513: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1514: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1515: used, we now include it directly
1516:
1517: 2017-12-04 moko
1518:
1519: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1520: memcached/memcached.vcproj, punycode/punycode.vcproj,
1521: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1522: where required
1523:
1524: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1525: now can be used to trace memory allocations
1526:
1527: * src/: classes/table.C, include/pa_config_includes.h,
1528: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1529: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1530: method removes, libcord also can work without libgc
1531:
1532: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1533:
1534: 2017-11-29 moko
1535:
1536: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1537: are not present (related to feature #1173)
1538:
1539: * tests/346-curl.html: test updated to test curl content-length bug
1540: (related to feature #1173)
1541:
1542: * tests/results/346-curl.processed: more test for content-length
1543: curl bug (related to feature #1173)
1544:
1545: * tests/results/346-curl.processed: test results updated after
1546: #1173 implemented
1547:
1548: 2017-11-28 moko
1549:
1550: * src/classes/curl.C: another libcurl Content-length bug walkaround
1551: (related to feature #1173)
1552:
1553: 2017-11-27 moko
1554:
1555: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1556: $.http_version[version string] added (implements feature #1173),
1557: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1558: where $post(true) bug existed.
1559:
1560: 2017-11-18 moko
1561:
1562: * src/include/pa_memory.h: warning war (related to feature #1170)
1563:
1564: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1565: feature #1170)
1566:
1567: 2017-11-17 moko
1568:
1569: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1570: std::basic_stringstream used in ^table.csv-string[] is compatible
1571: with delete usage check only under Debian 9 (related to feature
1572: #1170)
1573:
1574: 2017-11-16 moko
1575:
1576: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1577: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1578: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1579: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1580: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1581: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1582: stubs defend from accidental use (implements feature #1170)
1583:
1584: 2017-06-24 moko
1585:
1586: * configure.ac: minor fix: thanks to alx@
1587:
1.115 moko 1588: 2017-05-29 moko
1589:
1590: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1591: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1592: added to avoid cutting of UTF-8 chars (fixed bug #123)
1593:
1594: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1595: ignored, =?UTF-8?Q?= should start in case of leading space
1596: (related to bug #123)
1597:
1598: * buildall: echo -n -> printf for OS X. :)
1599:
1600: 2017-05-25 moko
1601:
1602: * tests/: 288.html, results/288.processed: test updated afted
1603: setting $o.prop without setter exception removed (related to
1604: feature #1157)
1605:
1606: * src/types/pa_vclass.C: no more "this property has no setter
1607: method" when setting $o.prop without setter (implements feature
1608: #1157)
1609:
1610: * buildall: echo \c -> echo -n for FreeBSD
1611:
1612: * configure, configure.ac, src/include/pa_config_auto.h.in,
1613: src/types/pa_vdouble.h: isfinite now checked in configure
1614:
1615: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1616: upgraded to automake 1.15
1617:
1618: 2017-05-23 moko
1619:
1620: * src/types/pa_vdouble.h: finite returned where isfinite not
1621: defined
1622:
1623: 2017-05-22 moko
1624:
1625: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1626:
1627: * buildall: extern CFLAGS setting support
1628:
1629: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1630:
1631: * buildall: http -> https
1632:
1633: * buildall: gc-7.2f -> gc-7.6.0
1634:
1635: 2017-05-20 moko
1636:
1637: * buildall: https, pcre, xml, xslt updated to current versions
1638: (related to feature #1136)
1639:
1640: 2017-05-19 moko
1641:
1642: * tests/097.html: after parser.ru moved to https
1643:
1644: 2017-05-17 moko
1645:
1646: * tests/results/: 175.processed, 372.processed: tests resuls
1647: updated after lintian spelling typos fixed (related to bug #1156)
1648:
1649: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1650: classes/string.C, classes/table.C, main/pa_charset.C,
1651: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1652: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1653: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1654:
1655: * tests/results/096.processed: +XMP
1656:
1657: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1658: $.xmp(true) options tested (test for feature #1154)
1659:
1660: * src/classes/image.C: ^image:measure[] options $.exif(false)
1661: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1662: fetched by default! (implements feature #1154)
1663:
1664: 2017-05-16 moko
1665:
1666: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1667: allowed (related to feature #1154)
1668:
1669: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1670: initial XMP implementation - without options and transcode
1671: (related to feature #1154)
1672:
1673: 2017-05-12 moko
1674:
1675: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1676: image: exif moved to ffields, skipped in ^image.html[] where
1677: iterators now used (preparation for feature #1154)
1678:
1679: 2017-05-05 moko
1680:
1681: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1682: results/387.processed: test for circular class inheritance check
1683: added (related to bug #1150)
1684:
1685: * src/types/pa_vstateless_class.C: circular class inheritance check
1686: added (fixes endless add_derived bug #1150)
1687:
1688: 2017-05-04 moko
1689:
1690: * tests/: 386.html, results/386.processed: test for
1691: $table.value(number) added (related to feature #1152)
1692:
1693: * src/types/pa_vtable.C: table put_element: column value must be
1694: string - > column value must be string compatible to allow
1695: $t.value(1) (implements feature #1152)
1696:
1697: 2017-05-03 moko
1698:
1699: * src/main/pa_request.C: $use[$method] is not possible, reverting
1700: (related to feature #1151)
1701:
1702: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1703: not possible, removing test (related to feature #1151)
1704:
1705: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1706: get_element_method added and used to allow $use[$method] and
1707: $autouse[$method] (implements feature 1151)
1708:
1709: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1710: variable added (related to feature #1151)
1711:
1712: * tests/results/226.processed: actualized after ^try-catch used
1713:
1714: * tests/: 226.html, 385.html, results/385.processed: test for
1715: @autouse in variable added
1716:
1717: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1718:
1.114 moko 1719: 2017-02-27 moko
1720:
1721: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1722:
1.113 moko 1723: 2017-02-20 moko
1724:
1725: * operators.txt: actualization + beauty
1726:
1727: 2017-02-16 moko
1728:
1729: * tests/: 384.html, results/384.processed: test for
1730: ^reflection:mixin[; $.name[] ] option added (related to feature
1731: #1089)
1732:
1733: * tests/: 384.html, results/384.processed: test for
1734: ^reflection:mixin[] added (related to feature #1089)
1735:
1736: * src/types/pa_value.h: warning war: virtual ~Value() added
1737:
1.112 moko 1738: 2017-02-15 moko
1739:
1740: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1741: fixed
1742:
1743: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1744: test added (related to feature #1069)
1745:
1746: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1747: compilation without HASH_ORDER fixed
1748:
1749: * src/: classes/reflection.C, include/pa_hash.h:
1750: $.reverse(true/false) added to ^reflection:methods[] (related to
1751: feature #1069)
1752:
1753: 2017-02-14 moko
1754:
1755: * tests/: 152.html, results/152.processed: test for $._default hash
1756: added (related to bug #1131)
1757:
1758: * tests/: 277.html, results/277.processed: test for hash with only
1759: $._default is now defined (related to bug #1131)
1760:
1761: * src/types/pa_vhash.h: hash with only $._default is now defined
1762: (fixed bug #1131)
1763:
1764: 2017-02-13 moko
1765:
1766: * tests/cat-windows.sh: cat-windows added (cygwin required)
1767:
1768: * tests/: 171.html, 264.html, 286.html, 370.html,
1769: results/320.processed, results/375.processed, results/auto.p:
1770: cat-windows.sh support added
1771:
1772: * tests/375.html: Windows support
1773:
1774: * tests/270.html: documented
1775:
1776: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1777: (not backslashes) even under Windows (broke test 270)
1778:
1779: 2017-02-12 moko
1780:
1781: * tests/: descript.ion, todo.txt: cleanup
1782:
1783: 2017-02-09 moko
1784:
1785: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1786: run_tests.cmd: Windows compatibility
1787:
1788: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1789: incorrectly (GMT) if parser is called from cygwin
1790:
1.111 moko 1791: 2017-02-08 moko
1792:
1.112 moko 1793: * operators.txt: actualization 15% completed
1794:
1795: * operators.txt: cp1251 -> utf-8
1796:
1797: * NEWS, README: minor update
1798:
1799: * src/include/pa_config_includes.h: warning war continues
1800:
1801: * src/: include/pa_config_includes.h, include/pa_memory.h,
1802: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1803: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1804: gcc 6.x issues fixed
1805:
1.111 moko 1806: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1807: classes/classes.h, classes/curl.C, classes/date.C,
1808: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1809: classes/hashfile.C, classes/image.C, classes/inet.C,
1810: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1811: classes/memcached.C, classes/memory.C, classes/op.C,
1812: classes/reflection.C, classes/regex.C, classes/response.C,
1813: classes/string.C, classes/table.C, classes/void.C,
1814: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1815: include/pa_array.h, include/pa_cache_managers.h,
1816: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1817: include/pa_config_fixed.h, include/pa_config_includes.h,
1818: include/pa_dictionary.h, include/pa_dir.h,
1819: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1820: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1821: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1822: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1823: include/pa_request_charsets.h, include/pa_request_info.h,
1824: include/pa_sapi.h, include/pa_socks.h,
1825: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1826: include/pa_stack.h, include/pa_string.h,
1827: include/pa_stylesheet_connection.h,
1828: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1829: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1830: include/pa_uue.h, include/pa_xml_exception.h,
1831: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1832: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1833: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1834: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1835: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1836: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1837: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1838: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1839: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1840: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1841: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1842: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1843: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1844: main/pa_string.C, main/pa_stylesheet_connection.C,
1845: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1846: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1847: main/untaint.C, sql/pa_sql_driver.h,
1848: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1849: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1850: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1851: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1852: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1853: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1854: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1855: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1856: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1857: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1858: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1859: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1860: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1861: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1862: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1863: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1864: types/pa_vmemcached.h, types/pa_vmemory.h,
1865: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1866: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1867: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1868: types/pa_vresponse.C, types/pa_vresponse.h,
1869: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1870: types/pa_vstateless_object.h, types/pa_vstatus.C,
1871: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1872: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1873: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1874: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1875: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1876: 2015->2017
1877:
1.110 moko 1878: 2017-02-07 moko
1879:
1880: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1881:
1882: 2017-02-06 moko
1883:
1884: * src/main/pa_common.C: minor fixes, whitespace
1885:
1886: * src/: classes/curl.C, classes/file.C, classes/image.C,
1887: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1888: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1889: now used (implements feature #1081)
1890:
1891: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1892:
1893: 2017-02-01 moko
1894:
1895: * src/include/pa_request.h: cleanup
1896:
1897: 2017-01-30 moko
1898:
1899: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1900:
1901: 2017-01-29 moko
1902:
1903: * tests/: 383.html, results/383.processed: test for
1904: ^reflection:stack[] added (related to feature #1052)
1905:
1906: * src/classes/reflection.C: else added
1907:
1908: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1909: $.max_file_lock_wait added (implements feature #1128)
1910:
1911: 2017-01-28 moko
1912:
1913: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1914: body and other cases tests added (related to featue #1014)
1915:
1916: * src/classes/curl.C: bug if response is empty fixed (related to
1917: feature #1014)
1918:
1919: 2017-01-27 moko
1920:
1921: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1922: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1923: added (implements feature #1052)
1924:
1925: 2017-01-25 moko
1926:
1927: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1928: method test added
1929:
1930: 2017-01-23 moko
1931:
1932: * src/classes/reflection.C: optimization: options->get replaced by
1933: hash iterator
1934:
1935: * tests/: 381.html, results/381.processed: now -> fixed date
1936:
1937: * src/main/pa_request.C: warning war
1938:
1939: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1940: 5Mb (fixes bug #1058)
1941:
1942: * src/classes/curl.C: warning war
1943:
1944: * tests/: 381.html, results/381.processed: tests for ^json:string
1945: $.one-line(true) option added (related to feature #1124)
1946:
1947: * src/: classes/json.C, types/pa_value.h: $json-string
1948: $.one-line(true|false) options is now supported (implements
1949: feature #1124)
1950:
1951: * tests/: 380.html, results/380.processed: test for modified
1952: $.max_file_size added (related to bug #1014)
1953:
1954: * tests/: 379.html, results/auto.p: tests for rewritten http file
1955: load added (related to bug #1014)
1956:
1957: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1958: main/pa_common.C, main/pa_http.C: check_file_size added and used
1959: in curl / file load from disk and http, http file load rewritten
1960: (related to bug #1014)
1961:
1962: 2017-01-18 moko
1963:
1964: * tests/: 378.html, results/378.processed: tests for ^result[]
1965: added (related to feature #66)
1966:
1967: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1968: Method::CO_WITHOUT_FRAME as frame still added in expression
1969: (related to feature #66)
1970:
1971: 2017-01-17 moko
1972:
1973: * tests/: 377.html, results/377.processed: test for different
1974: combinations of breaks in body and delimiter (related to bug
1975: #1077)
1976:
1977: * tests/: 376.html, results/376.processed: many ^break[] tests
1978: added (related to bug #1077)
1979:
1980: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1981: passed to native method" exception added to avoid bugs due to
1982: WRITE_EXPR_RESULT skipped and native methods execution continues
1983: after ^break[] (related to bug #1077)
1984:
1985: 2017-01-14 moko
1986:
1987: * tests/: 330.html, results/330.processed: test results updated
1988: after ^break[] bugs where fixed (related to bug #1077)
1989:
1990: * tests/: 329.html, results/329.processed: test results updated
1991: after ^break[] bugs where fixed (related to bug #1077)
1992:
1993: * tests/results/320.processed: ^return[] added
1994:
1995: 2017-01-13 moko
1996:
1997: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1998: classes/table.C, include/pa_request.h, main/execute.C,
1999: main/pa_request.C, targets/cgi/parser3.C,
2000: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2001: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2002: checked after each possible process/execute call (fixes bug
2003: #1077)
2004:
2005: 2016-12-29 moko
2006:
2007: * src/main/pa_common.C: warning war
2008:
2009: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2010: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2011: pa_file_size_limit added, ^math:random fixed for upper limit and
2012: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2013: (related to feature #1014)
2014:
2015: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2016: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2017: (related to feature #1014)
2018:
2019: 2016-12-28 moko
2020:
2021: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2022: warning war
2023:
2024: 2016-12-26 moko
2025:
2026: * tests/: 341.html, results/341.processed: test for
2027: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2028:
2029: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2030: (related to feature #1057)
2031:
2032: * src/types/pa_vdate.C: warning war continues...
2033:
2034: * src/: classes/date.C, classes/image.C, classes/table.C,
2035: include/pa_config_includes.h, types/pa_vfile.C: warning war
2036:
2037: * src/lib/gd/gifio.C: warning war / cleanup
2038:
2039: * src/lib/json/pa_json.C: warning war
2040:
2041: * src/classes/hash.C: warning war
2042:
2043: * src/types/pa_vfile.C: warning war
2044:
2045: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2046: -Wall warning war continues
2047:
2048: * configure.ac: --with-build-warnings actualized
2049:
2050: 2016-12-25 moko
2051:
2052: * src/main/pa_exec.C: -wAll warning war
2053:
2054: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2055: -wAll warning war
2056:
2057: * src/: include/pa_common.h, include/pa_sapi.h,
2058: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2059: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2060: -wAll warning war
2061:
2062: 2016-12-23 moko
2063:
2064: * src/lib/ltdl/Makefile.am: extra dist added
2065:
2066: * tests/results/344.processed: test result updated after $file.text
2067: prefetched in ^hash::create[$file] (related to feature #1075)
2068:
2069: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2070: ^hash::create[$file] (related to feature #1075)
2071:
2072: 2016-12-22 moko
2073:
2074: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2075: main/pa_request.C, main/pa_stylesheet_connection.C,
2076: types/pa_vfile.C: file_stat now return 64-bit size (implements
2077: #1014 under 32-bit unix versions)
2078:
2079: 2016-12-21 moko
2080:
2081: * tests/: 375.html, results/375.processed: test for exec returning
2082: stated file added (related to feature #1119)
2083:
2084: * src/classes/file.C: load should not return file with null body
2085: (fixes bug #1119)
2086:
2087: 2016-12-14 moko
2088:
2089: * tests/: 374.html, results/374.processed: test for $method.name
2090: added (related to feature #1117) plus method returning junction
2091: test
2092:
2093: 2016-12-13 moko
2094:
2095: * src/: include/pa_symbols.h, main/pa_symbols.C,
2096: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2097: (implements feature #1117)
2098:
2099: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2100: HEAD and TRACE can't have body (implements feature #1116)
2101:
2102: 2016-12-09 moko
2103:
2104: * tests/: 373.html, results/373.processed: tests for
2105: ^reflection:tainting added (related to feature #1098)
2106:
2107: * src/classes/reflection.C: ^reflection:tainting arguments order
2108: change (related to feature #1098)
2109:
2110: 2016-12-06 moko
2111:
2112: * src/: classes/reflection.C, include/pa_string.h,
2113: main/pa_string.C: ^reflection:tainting[$string] added (implements
2114: feature #1098)
2115:
2116: 2016-12-05 moko
2117:
2118: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2119: (fixes bug #1114)
2120:
2121: 2016-12-04 moko
2122:
2123: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2124: check added
2125:
2126: 2016-12-03 moko
2127:
2128: * tests/: 346-curl.html, results/346-curl.processed: test modified
2129: to test value.as_hash() usage
2130:
2131: * src/classes/curl.C: value.as_hash() used for correct hash
2132: processing
2133:
2134: * src/classes/reflection.C: exceptions texts fixes
2135:
2136: 2016-12-02 moko
2137:
2138: * tests/: 372.html, results/372.processed: tests for
2139: ^reflection:create[ $.class[name] $.constructor[name]
2140: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2141: feature #1094)
2142:
2143: * src/types/pa_vmethod_frame.h: comment added: params should be
2144: declared outside of *_FRAME_ACTION as MethodParams destructor
2145: will be called in ~VNativeMethodFrame
2146:
2147: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2148: ] minor fix
2149:
2150: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2151: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2152: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2153: now supported (implements feature #1094) value::as_hash added
2154: (and should be used everywhere)
2155:
2156: * src/classes/reflection.C: cleanup
2157:
2158: 2016-12-01 moko
2159:
2160: * tests/: 356.html, results/356.processed: test for method
2161: junctions class name added to the resulting hash added (related
2162: to feature #1068)
2163:
2164: * src/classes/reflection.C: for method junctions class name added
2165: to the resulting hash (related to feature #1068)
2166:
2167: 2016-11-30 moko
2168:
2169: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2170: exception (related to bug #1113)
2171:
2172: * src/types/pa_vhashfile.C: whitespace
2173:
2174: * src/main/pa_os.C: errno now returned as it should (fixes bug
2175: #1113)
2176:
2177: * tests/results/: 175.processed, 192.processed, 224.processed,
2178: 229.processed, 239.processed, 244.processed, 246.processed,
2179: 314.processed, 352.processed: tests results updated after method
2180: call exceptions improved as method now keeps its name
2181:
2182: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2183: types/pa_vmethod_frame.h: method call exceptions improved as
2184: method now keeps its name
2185:
2186: * tests/: 224.html, 239.html, results/224.processed,
2187: results/239.processed: tests and tests results updated after
2188: Request::construct exception changed
2189:
2190: * src/: classes/reflection.C, main/execute.C: Request::construct
2191: exception optimized
2192:
2193: * tests/: 371.html, results/371.processed: test for
2194: WWrapper.get_element call in $.name.key[value] code added
2195: (related to feature #1091)
2196:
2197: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2198: in $.name.key[value] code (related to feature #1091)
2199:
2200: 2016-11-29 moko
2201:
2202: * src/classes/op.C: VS warning war
2203:
2204: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2205: C4239: nonstandard extension used : 'return' : conversion from
2206: 'Value' to 'Value &' (related to feature #1020)
2207:
2208: * src/: main/execute.C, types/pa_vmethod_frame.h,
2209: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2210: used : 'return' : conversion from 'Value' to 'Value &' (related
2211: to feature #1020)
2212:
2213: * src/main/execute.C: VS warning war
2214:
2215: * src/targets/cgi/parser3.C: VS compatibility fix
2216:
2217: * src/include/pa_request.h: VS warning war
2218:
2219: * tests/: 370.html, results/370.processed: test for ^file::exec[
2220: ... $.stdin[$binary_file] ] added (related to bug #1044)
2221:
2222: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2223: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2224: $.stdin[$binary_file] (fixes bug #1044)
2225:
2226: 2016-11-28 moko
2227:
2228: * src/main/pa_exec.C: whitespace
2229:
2230: * src/main/pa_request.C: whitespace
2231:
2232: * tests/: 369.html, results/369.processed: test for
2233: $response:status usage added (related to feature #1099)
2234:
2235: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2236: if < 100 (implements feature #1099)
2237:
2238: * src/targets/cgi/parser3.C: whitespace
2239:
2240: * src/targets/cgi/parser3.C: whitespace
2241:
2242: * tests/: 368.html, results/368.processed: test updated after
2243: ^reflection:filename[$method] added (related to feature #1053)
2244:
2245: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2246: main/compile.y, main/execute.C, main/pa_request.C,
2247: types/pa_vclass.h: filename -> filespec,
2248: ^reflection:filename[$method] added (related to feature #1053)
2249:
2250: 2016-11-27 moko
2251:
2252: * tests/: 368.html, results/368.processed: test for
2253: reflection:filename[$class or object] added (related to feature
2254: #1053)
2255:
2256: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2257: types/pa_vstateless_class.h: ^reflection:filename[$class or
2258: object] added (implements feature #1053)
2259:
2260: 2016-11-26 moko
2261:
2262: * src/: include/pa_request_info.h,
2263: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2264: remove_absolute_uri -> strip_absolute_uri
2265:
2266: 2016-11-25 moko
2267:
2268: * src/: include/pa_request_info.h,
2269: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2270: request_info.remove_absolute_uri added to remove possible
2271: http://site.name/ from $request:uri (implements feature #1112)
2272:
2273: 2016-11-24 moko
2274:
2275: * tests/: 367-curl.html, results/367-curl.processed: test for
2276: previous request headers clearing after redirect added (related
2277: to bug #1109)
2278:
2279: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2280: response headers from previous requests are now cleared, only
2281: last request headers are collected (fixes bug #1109)
2282:
2283: * tests/results/: 266.processed, 321.processed, 356.processed:
2284: tests results updated as method name now added to the resulting
2285: hash for new syntax only (Imp1 compatimility fixed, related to
2286: feature #1068)
2287:
2288: * src/classes/reflection.C: method name now added to the resulting
2289: hash for new syntax only (Imp1 compatimility fixed, related to
2290: feature #1068)
2291:
2292: * tests/results/366.processed: test for native and parser
2293: implementation of ^use[] logic (related to feature #1074)
2294:
2295: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2296: for native and parser implementation of ^use[] logic (related to
2297: feature #1074)
2298:
2299: 2016-11-23 moko
2300:
2301: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2302: main/pa_request.C: @USE file now implemented as ^use[file;
2303: $.origin[origin_file] ] (implements feature #1074)
2304:
1.109 moko 2305: 2016-11-21 moko
2306:
1.110 moko 2307: * tests/: 365.html, results/365.processed: test for $caller bugs in
2308: 3.4.4 and $caller.method now tested (related to feature #1110)
2309:
2310: * tests/: 364.html, results/364.processed: $caller usage in
2311: different contexts now tested (related to feature #1110)
2312:
2313: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2314:
2315: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2316:
1.109 moko 2317: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2318: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2319: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2320: used (implements feature #1110)
2321:
2322: 2016-11-20 moko
2323:
2324: * src/types/pa_vdouble.h: whitespace
2325:
2326: 2016-11-11 moko
2327:
2328: * tests/: 363.html, results/363.processed: more tests for feature
2329: #1091 (how parser methods work in expression context)
2330:
2331: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2332: expressions strings are now written as strings, not values by
2333: write_as_string (related to feature #1091)
2334:
2335: * src/classes/op.C: to make more correct behavour in expression
2336: context
2337:
2338: 2016-11-07 moko
2339:
2340: * tests/: 362.html, results/362.processed: test for
2341: xsltParseStylesheetDoc caching as xsl modification after it added
2342: (related to bug #1108)
2343:
2344: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2345: result now cached as xdoc is modified after it (fixes bug #1108)
2346:
2347: 2016-11-06 moko
2348:
2349: * src/types/pa_vxdoc.h: whitespace
2350:
2351: 2016-11-05 moko
2352:
2353: * src/types/pa_vmethod_frame.h: cleanup
2354:
2355: 2016-11-03 moko
2356:
2357: * tests/results/244.processed: more correct exception after method
2358: frames separation
2359:
2360: * src/types/pa_vmethod_frame.h: minor optimizaion
2361:
2362: * src/types/pa_method.h: optimization: params_count added
2363:
2364: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2365: include/pa_request.h, main/execute.C, main/pa_request.C,
2366: types/pa_value.C, types/pa_vmethod_frame.C,
2367: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2368: VMethodFrame now divided into VNativeMethodFrame,
2369: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2370: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2371: and used (related to feature #1104)
2372:
2373: 2016-11-02 moko
2374:
2375: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2376: classes/double.C, classes/file.C, classes/hash.C,
2377: classes/hashfile.C, classes/image.C, classes/inet.C,
2378: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2379: classes/memcached.C, classes/op.C, classes/reflection.C,
2380: classes/regex.C, classes/string.C, classes/table.C,
2381: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2382: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2383: r.write (implements feature #1091)
2384:
2385: * src/main/execute.C: cleanup (related to feature #1104)
2386:
2387: * src/: include/pa_request.h, main/execute.C,
2388: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2389: added, in_expression removed (implements feature #1104)
2390:
2391: 2016-10-31 moko
2392:
2393: * src/types/pa_value.C: whitespace
2394:
2395: 2016-10-28 moko
2396:
2397: * tests/results/244.processed: updated after error reporting fixed
2398: in pa_wcontext.C
2399:
2400: * src/types/pa_wcontext.C: error reporting fixed
2401:
2402: * src/types/pa_wcontext.h: whitespace
2403:
2404: * src/classes/image.C: not fully readed entries are no longer
2405: processed (fixes bug #1106)
2406:
2407: 2016-10-26 moko
2408:
2409: * src/classes/image.C: whitespace
2410:
2411: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2412: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2413: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2414: longer required (related to feature #1091)
2415:
2416: * tests/results/: 264.processed, 350.processed: test results update
2417: reverted (whitespace optimization) after write_no_lang removed :)
2418: (related to feature #1091)
2419:
2420: * src/: classes/file.C, classes/hash.C, classes/op.C,
2421: classes/string.C, classes/table.C, classes/void.C,
2422: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2423: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2424: equal write_pass_lang (related to feature #1091)
2425:
2426: * tests/results/: 264.processed, 350.processed: test results
2427: updated (whitespace optimization) after write_assign_lang removed
2428: (related to feature #1091)
2429:
2430: * tests/: 361.html, results/361.processed: test for non-string
2431: ^untaint added (related to feature #1091)
2432:
2433: * src/: classes/curl.C, classes/date.C, classes/file.C,
2434: classes/hash.C, classes/op.C, classes/string.C,
2435: include/pa_request.h, main/execute.C: optimization:
2436: write_assign_lang removed as not required (first part of feature
2437: #1091 implementation)
2438:
1.108 moko 2439: 2016-10-12 moko
2440:
2441: * tests/: 360.html, results/360.processed: more test code (related
2442: to feature #1104)
2443:
2444: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2445: include/pa_request.h, main/compile.y, main/execute.C: opcode
2446: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2447: WContext is next task (implements feature #1104)
2448:
2449: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2450: / CO_WITHOUT_WCONTEXT
2451:
2452: * tests/: 360.html, results/360.processed: test for in expression
2453: state (related to feature #1104)
2454:
2455: 2016-10-11 moko
2456:
2457: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2458:
2459: * src/classes/op.C: default value removed from initializer
2460:
2461: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2462:
2463: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2464:
2465: 2016-10-10 moko
2466:
2467: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2468: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2469: to feature #42)
2470:
2471: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2472: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2473:
2474: 2016-10-08 moko
2475:
2476: * src/classes/double.C: whitespace
2477:
2478: 2016-10-07 moko
2479:
2480: * src/types/pa_vmethod_frame.h: reorder
2481:
2482: 2016-10-06 moko
2483:
2484: * src/classes/date.C: typo
2485:
2486: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2487:
2488: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2489: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2490: types/pa_vmethod_frame.h: params.get now returns Value&, not
2491: Value*
2492:
2493: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2494:
2495: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2496: removed; first as_* code rewrite
2497:
2498: 2016-10-05 moko
2499:
2500: * src/include/pa_request.h: whitespace
2501:
2502: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2503: intercept_string added (related to feature #1097)
2504:
2505: * src/: classes/image.C, classes/op.C, classes/table.C,
2506: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2507: optimization: intercept_string removed (implements feature #1097)
2508:
2509: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2510:
2511: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2512: from VCodeFrame and WWrapper as not required
2513:
2514: 2016-10-04 moko
2515:
2516: * src/: classes/curl.C, classes/date.C, classes/double.C,
2517: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2518: classes/int.C, classes/json.C, classes/op.C,
2519: classes/reflection.C, classes/string.C, classes/table.C,
2520: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2521: proces_to_value -> process after StringOrValue removed (related
2522: to feature #1020)
2523:
2524: * src/classes/form.C: whitespace
2525:
2526: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2527:
2528: * tests/: 357.html, 358.html, results/357.processed,
2529: results/358.processed, results/auto.p: test for @conf
2530: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2531:
2532: 2016-10-03 moko
2533:
2534: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2535: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2536: supported (implements feature #42)
2537:
2538: * src/types/pa_vregex.h: no reason for VRegex to be
2539: is_evaluated_expr
2540:
2541: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2542: (implements feature #1095)
2543:
2544: 2016-10-01 moko
2545:
2546: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2547: false by default (related to feature #1089)
2548:
2549: 2016-09-30 moko
2550:
2551: * src/types/pa_wcontext.h: cleanup
2552:
2553: 2016-09-29 moko
2554:
2555: * src/main/execute.C: whitespace
2556:
2557: * src/include/pa_request.h: whitespace
2558:
2559: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2560: classes/op.C, classes/table.C, include/pa_request.h,
2561: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2562: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2563: StringOrValue removed as it just slows down and adds complexity
2564: (implements feature #1020)
2565:
2566: 2016-09-28 moko
2567:
2568: * tests/: 356.html, results/266.processed, results/321.processed,
2569: results/356.processed: tests updated after name was added to
2570: method_info hash, test for ^reflection:method_info[junction]
2571: added (related to feature #1068)
2572:
2573: * src/classes/reflection.C: ^reflection:method_info[junction] now
2574: supported, method name added to the resulting hash (implements
2575: feature #1068)
2576:
2577: * tests/: 276.html, results/276.processed: more tests for
2578: ^reflection:delete[]
2579:
2580: * src/classes/reflection.C: fixed bug then ^reflection:delete
2581: didn't work on class and could damage native objects (like file)
2582:
2583: 2016-09-26 moko
2584:
2585: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2586: results/345.processed, results/346-curl.processed,
2587: results/347-curl.processed, results/348.processed: numbers added
2588: to simplify diff analysis
2589:
2590: * tests/: 352.html, results/352.processed: test result updated as
2591: method name used
2592:
2593: * src/classes/reflection.C: method name used
2594:
2595: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2596: its name
2597:
2598: * src/types/pa_method.h: whitespace
2599:
2600: * src/classes/reflection.C: both method and field with one name can
2601: exist.
2602:
2603: * src/classes/reflection.C: ^reflection:mixin added (implements
2604: feature #1089)
2605:
2606: * tests/: 355.html, results/355.processed: property appears in
2607: derived class if added in base test added
2608:
2609: * src/types/pa_vstateless_class.h: get_method declaration +
2610: whitespace
2611:
2612: * tests/: 354.html, results/354.processed: nice test from method
2613: and property with one name in class added
2614:
2615: 2016-09-23 moko
2616:
2617: * src/classes/reflection.C: ^reflection:method usage documented
2618:
2619: 2016-09-22 moko
2620:
2621: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2622: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2623: compile warning and GPF occures on VS2003 (related to feature
2624: #1087)
2625:
2626: * tests/: 350.html, results/350.processed: test added for
2627: $.encloser[] support in ^table::create (related to feature #11)
2628:
2629: * src/classes/table.C: another minor fix (related to feature #11)
2630:
1.107 moko 2631: 2016-09-21 moko
2632:
2633: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2634:
2635: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2636: classes/json.C, classes/string.C, classes/table.C,
2637: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2638: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2639: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2640: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2641: pa_charsets, vs2015 warning war
2642:
2643: * src/classes/table.C: vs2015 warning war
2644:
2645: * src/types/pa_vdate.C: vs2015 warning war
2646:
2647: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2648:
2649: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2650: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2651:
2652: * src/main/pa_common.C: vs2015 compilation fixes
2653:
2654: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2655: vs2015 compilation fixes
2656:
2657: * src/main/pa_charset.C: vs2015 warning war
2658:
2659: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2660:
2661: * src/main/pa_charset.C: vs2015 warning war
2662:
2663: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2664:
2665: * src/types/pa_vdate.C: vs2015 compilation fix
2666:
2667: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2668:
2669: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2670: VS2015 compilation fixes
2671:
2672: * src/classes/table.C: minor fix (related to feature #11)
2673:
2674: * tests/results/282.processed: no longer skipping extra enclosers
2675: (related to feature #11)
2676:
2677: * src/classes/table.C: minor fix + no longer skipping extra
2678: enclosers (related to feature #11)
2679:
2680: * src/classes/table.C: minor optimization (related to feature #11)
2681:
2682: * src/classes/table.C: minor fix and optimization (related to
2683: feature #11)
2684:
2685: 2016-09-20 moko
2686:
2687: * tests/: 353.html, results/353.processed: test for
2688: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2689: added (related to bug #1090)
2690:
2691: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2692: one_big_piece (fixes bug #1090)
2693:
2694: * tests/: 229.html, results/229.processed: code coverage tests
2695:
2696: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2697: body) was called
2698:
2699: * src/classes/op.C: whitespace
2700:
2701: * tests/: 323.html, results/323.processed: test for code junction
2702: should not be returned by ^reflection:class, ^reflection:base
2703:
2704: * src/classes/reflection.C: bugfix: code junction should not be
2705: returned by ^reflection:class, ^reflection:base
2706:
2707: * tests/: 323.html, 352.html, results/352.processed: no more
2708: exception for ^reflection:method[class;no-such-method] (related
2709: to feature #1087)
2710:
2711: * src/classes/reflection.C:
2712: ^reflection:method[class;no-such-method] : exception -> void
2713: (related to feature #1087)
2714:
2715: * src/include/pa_request.h: request::write_value added to allow
2716: write value without convertion (related to issue #1091)
2717:
2718: 2016-09-19 moko
2719:
2720: * src/main/pa_random.C: windows build fix
2721:
2722: * src/types/pa_vhash.h: warning war
2723:
2724: 2016-09-14 moko
2725:
2726: * tests/: 352.html, 552.html, results/352.processed,
2727: results/552.processed: test for ^reflection:method[] extension
2728: added (related to feature #1087)
2729:
2730: * tests/: 552.html, results/552.processed: test for
2731: ^reflection:method[] extension added (related to feature #1087)
2732:
2733: * src/classes/reflection.C: compatibility issue fixed, VClass
2734: dynamic_cast check added (related to feature #1087)
2735:
2736: * tests/: 351.html, results/351.processed: test for @auto[]
2737: inheritance bug diring ^process[] added (related to bug #1088)
2738:
2739: * src/: classes/op.C, main/pa_request.C,
2740: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2741: disable it inheritance during ^process (fixes bug #1088)
2742:
2743: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2744: added (implements feature #1087)
2745:
2746: 2016-09-13 moko
2747:
2748: * tests/: 349.html, results/auto.p: test for objects prototyping
2749: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2750: to feature #1086)
2751:
2752: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2753: types/pa_vobject.C: objects now are not class instances, but have
2754: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2755: in @conf (implements feature #1086)
2756:
2757: 2016-09-08 moko
2758:
2759: * src/: classes/file.C, classes/mail.C, classes/string.C,
2760: classes/table.C, main/pa_http.C, main/pa_string.C,
2761: include/pa_string.h: cleanup: string::split limit argument
2762: removed as no longer required, pos_after no longer reference
2763: (related to feature #11)
2764:
2765: * src/classes/table.C, tests/results/348.processed: now exception
2766: is rised when invalid option is passed to ^table::create[]
2767:
2768: * tests/: 282.cfg, 282.html, results/282.processed: more code
2769: coverage tests
2770:
2771: * tests/: 348.html, results/348.processed: code coverage tests
2772: added
2773:
2774: * tests/: 348.html, results/348.processed: generic ^table::create[]
2775: tests
2776:
2777: * tests/: 035.html, results/035.processed, results/272.processed:
2778: tests updated after $.encloser[] support for ^table::create
2779: implementation (related to feature #11)
2780:
2781: * src/classes/table.C: $.encloser[] support for ^table::create
2782: finally added (implements feature #11)
2783:
2784: 2016-09-07 moko
2785:
2786: * src/include/pa_string.h: added StringSplitHelper as friend
2787: (related to feature #11)
2788:
2789: * src/include/pa_string.h: body and langs now protected, not
2790: private to allow inheritance (related to feature #11)
2791:
2792: * src/classes/table.C: lsplit optimized before cloning for
2793: ^table::create with $.encloser[] (related to feature #11)
2794:
2795: * src/classes/table.C: optimizaion: TableControlChars.separators
2796: added and used (related to feature #11)
2797:
2798: * src/classes/table.C: spelling:
2799:
2800: TableSeparators -> TableControlChars column -> separator
2801: separators -> control_chars
2802:
2803: 2016-09-06 moko
2804:
2805: * src/main/pa_string.C: whitespace
2806:
2807: * src/main/pa_string.C: whitespace
2808:
2809: 2016-09-01 moko
2810:
2811: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2812: results OS-independent
2813:
2814: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2815: compiler (related to feature #1042)
2816:
2817: 2016-08-15 moko
2818:
2819: * src/include/pa_string.h: whitespace
2820:
2821: * src/classes/table.C: whitespace
2822:
1.106 moko 2823: 2016-08-05 moko
2824:
2825: * tests/: 344.html, results/344.processed: test for
2826: ^hash::create[$file] added (related to feature #1075)
2827:
2828: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2829: supported (implements feature #1075)
2830:
2831: 2016-08-04 moko
2832:
2833: * tests/: 341.html, results/341.processed: more code coverage tests
2834:
2835: * tests/: 346-curl.html, results/346-curl.processed: more code
2836: coverage tests for curl
2837:
2838: * tests/: 346-curl.html, results/346-curl.processed: more code
2839: coverage tests for curl
2840:
2841: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2842: results/223.processed: code coverage tests: $.form[ $.table[] ]
2843: test added
2844:
2845: * tests/: 223-curl.html, results/223-curl.processed: more code
2846: coverage tests for curl
2847:
2848: 2016-08-03 moko
2849:
2850: * src/classes/curl.C: dlink(curl_library) now called not once, but
2851: until it will be loaded, allowing to find existing library.
2852:
2853: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2854: results/347-curl.processed: more code coverage tests for curl
2855:
2856: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2857: results/339-curl.processed, results/346-curl.processed: curl
2858: functionality tests
2859:
2860: 2016-08-02 moko
2861:
2862: * tests/: 339.html, results/339.processed: test for tables in
2863: ^file:load[] and ^curl:load[] (commented) added (related to
2864: feature #1042)
2865:
2866: * tests/: 345.html, results/345.processed: code coverage tests for
2867: file class
2868:
2869: * tests/: 344.html, results/344.processed: code coverage tests
2870:
2871: * tests/: 344.html, results/344.processed: mdate removed from
2872: output
2873:
2874: * src/classes/file.C: minor bugfix: is_text should be taked from
2875: fcontent.is_text_mode() if not set (related to feature #1061)
2876:
2877: * tests/: 344.html, results/344.processed: more tests
2878:
2879: * tests/: 343.html, 344.html, results/343.processed,
2880: results/344.processed: tests for ^file::create[ $.from-charset
2881: and $.to-charset ] (related to feature #1061)
2882:
2883: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2884: aset_text_mode argument optimized
2885:
2886: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2887: checkBOM now used in detect_binary_content (related to feature
2888: #1061)
2889:
2890: * src/main/pa_request.C: load_charset no longer required to_upper
2891:
2892: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2893: preserves original file mode (if no $.mode specified)
2894:
2895: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2896: ^file::create now supports $.from-charset[] and $.to-charset
2897: options (implements feature #1061), automatic transcode is done
2898: if text file is created from binary file and charset is detected.
2899:
2900: 2016-07-30 moko
2901:
2902: * src/classes/table.C: ^t.hash[..;] now supported (related to
2903: feature #1057)
2904:
2905: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2906: added (related to feature #1057)
2907:
2908: * tests/: 286.html, results/286.processed: code tests coverage
2909:
2910: 2016-07-29 moko
2911:
2912: * src/classes/table.C: table size should be checked inside menu and
2913: foreach (related to feature #858)
2914:
2915: * src/: classes/curl.C, classes/file.C, classes/string.C,
2916: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2917: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2918: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2919: charsets.get now does str_upper inside (related to feature #1061)
2920:
2921: * tests/: 342.html, results/342.processed: more code coverage tests
2922:
2923: * tests/: 342.html, outputs/342.processed: table menu code coverage
2924: + foreach test added (related to feature #858)
2925:
2926: * tests/: 341.html, results/341.processed: tests for
2927: ^table.hash[]{code} added + code coverage tests (related to
2928: feature #1057)
2929:
2930: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2931: value} support (implements feature #1057)
2932:
2933: * src/classes/table.C: whitespace
2934:
2935: 2016-07-28 moko
2936:
2937: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2938: from URL, if not specified query string removed from url-based
2939: filenames in ^curl:load[] and ^file::load[] (related to feature
2940: #1042)
2941:
2942: 2016-07-27 moko
2943:
2944: * tests/: 340.html, results/340.processed: test for
2945: transcode_text_result=false added (related to issue #1042)
2946:
2947: 2016-07-26 moko
2948:
2949: * src/types/pa_vfile.C: file name should not be empty (if file path
2950: is folder and ends with /) (related to feature #1042)
2951:
2952: * src/main/pa_http.C: whitespace optimizaion
2953:
2954: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2955: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2956: multiple headers, ^file::load supports headers transcoding
2957: (implements feature #1042)
2958:
2959: 2016-07-25 moko
2960:
2961: * src/include/pa_common.h: PA_DEFAULT added
2962:
2963: 2016-07-22 moko
2964:
2965: * tests/: 338.html, results/338.processed: test for
2966: $date.field(value) added (related to feature #1066)
2967:
2968: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2969: $date.field(value) now supported for y/m/d/h/m/s (implements
2970: feature #1066)
2971:
1.105 moko 2972: 2016-07-21 moko
2973:
2974: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2975: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2976: arguments removed; image.C - absolute path shown in exception
2977: (implements feature #1071)
2978:
2979: * tests/: 235.html, results/235.processed: test and test result
2980: updated after static boundary in mail and Errors-To: mail header
2981: removed (related to feature #1047)
2982:
2983: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2984: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2985: used, static boundary in mail removed, Errors-To: mail header
2986: removed (implements feature #1047)
2987:
2988: 2016-07-20 moko
2989:
2990: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2991: equest.classes(): Value -> VStateless_class, part 3 (related to
2992: issue #1051)
2993:
2994: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2995: request.classes(): Value -> VStateless_class, part 2 (related to
2996: issue #1051)
2997:
2998: * tests/results/: 224.processed, 323.processed: classes without
2999: methods should not be methoded (related to issue #1051)
3000:
3001: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3002: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3003: -> VStateless_class, part 1 (related to issue #1051)
3004:
3005: * tests/: 337.html, results/337.processed: test for
3006: ^reflection:fields_reference[] and VHashReference class added
3007: (related to feature #1072)
3008:
3009: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3010: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3011: and VHashReference added, allowing ^reflection:fields_reference[]
3012: implementation (closes feature #1072)
3013:
3014: 2016-07-19 moko
3015:
3016: * tests/: 323.html, results/323.processed: we want to see
3017: "methoded"
3018:
3019: * tests/: 336.html, results/336.processed: test for $BASE:property
3020: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3021: #1059)
3022:
3023: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3024: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3025: somebody_entered_some_class, $BASE:property works again,
3026: ^BASE:method[] bugs fixed (fixes bug #1059)
3027:
3028: 2016-07-14 moko
3029:
3030: * tests/: 335.html, results/335.processed: test for feature #1055
3031: added
3032:
3033: * src/classes/hash.C: bugfix: $._default was not copied if empty
3034: feature: ^hash.contains[_default] added (implements feature
3035: #1055)
3036:
3037: 2016-07-13 moko
3038:
3039: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3040: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3041:
3042: 2016-07-05 moko
3043:
3044: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3045: in ^hash.foreach (related to feature #1073)
3046:
3047: 2016-07-04 moko
3048:
3049: * tests/: 134.html, 281.html, results/134.processed,
3050: results/281.processed: tests updated after hash blocking removed
3051: (related to feature #1073)
3052:
3053: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3054: no longer blocks on change during foreach (implements feature
3055: #1073)
3056:
3057: 2016-06-17 moko
3058:
3059: * tests/: 330.html, results/330.processed: try exception source
3060: test added (related to bug in #1062)
3061:
3062: * tests/: 334.html, results/334.processed: Exception stack trace
3063: test added (related to bug in $1062)
3064:
3065: * src/classes/op.C: Exception trace now correctly restored and
3066: errors reported (related to bug #1062)
3067:
1.104 moko 3068: 2016-05-25 moko
3069:
3070: * src/main/compile.y: minor cleanup + beauty
3071:
3072: 2016-05-24 moko
3073:
3074: * tests/: 333.html, results/333.processed: more exceptions testing
3075:
3076: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3077: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3078: features #1056, #1026)
3079:
3080: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3081: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3082: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3083: (implements feature #1056)
3084:
3085: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3086: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3087: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3088: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3089: feature #1026)
3090:
3091: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3092: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3093: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3094: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3095: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3096: feature #1026)
3097:
3098: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3099: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3100: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3101: SYMBOLS_CACHING define implemented (related to feature #1026)
3102:
3103: * src/main/main.vcproj: + ps_symbols
3104:
3105: * src/: include/Makefile.am, include/pa_string.h,
3106: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3107: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3108: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3109: types/pa_vstateless_class.C: initial implementation for symbols
3110: cache (related to feature #1026)
3111:
3112: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3113:
3114: * src/main/pa_globals.C: minor cleanup
3115:
3116: 2016-05-19 moko
3117:
3118: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3119: (related to feature #1046)
3120:
3121: * tests/: 331.html, results/331.processed: test for
3122: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3123: (related to feature #1051)
3124:
3125: * src/main/compile.y:
3126: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3127: (implements feature #1054)
3128:
3129: 2016-05-18 moko
3130:
3131: * src/types/pa_vtable.C, tests/results/324.processed: no more
3132: "column not found" exception for ^table.no-such-method[] (related
3133: to feature #1046)
3134:
3135: * tests/: 261.html, results/261.processed: test added and updated
3136: after feature #1046 implementation
3137:
3138: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3139: types/pa_vvoid.h: $string.anything works for whitespace strings,
3140: ^string.contains added for hash compatibility, $string.method no
3141: longer returns stting method (implements feature #1046)
3142:
3143: 2016-05-12 moko
3144:
3145: * src/classes/curl.C: content-type response header no longer
3146: ignored (fixes issue #1045)
3147:
3148: * tests/: 330.html, results/330.processed: test for incomplete
3149: finally execution when break occures added (related to issue
3150: #1077)
3151:
3152: * src/classes/op.C: bugfix: Request::skip reset is called before
3153: executing catch and finally code (fixes issue #1062)
3154:
3155: 2016-05-11 moko
3156:
3157: * tests/: 329.html, results/329.processed: test for invalid
3158: ^break[] behavour added (bug #1077)
3159:
3160: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3161:
3162: 2016-04-24 moko
3163:
3164: * src/types/pa_vstateless_class.h: warning war
3165:
3166: 2016-04-17 moko
3167:
3168: * tests/: 328.html, results/328.processed: test for
3169: ^break(condition) and ^continue(condition) (related to feature
3170: #1063)
3171:
3172: * src/classes/op.C: ^break(condition) and ^continue(condition)
3173: implemented (feature #1063)
3174:
3175: 2016-04-12 moko
3176:
3177: * tests/results/280.processed: ordered hash now used for class
3178: methods and properties (test results updated for feature #1069)
3179:
3180: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3181: to xdoc.C as under FreeBSD it was inited after and inheritance
3182: failed (related to issue #1051)
3183:
3184: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3185: are printed to check inheritance (related to feature #1051)
3186:
1.103 moko 3187: 2016-04-09 moko
3188:
3189: * tests/results/320.processed: ordered hash now used for class
3190: methods and properties (test results updated for feature #1069)
3191:
3192: * src/types/pa_vstateless_class.h: ordered hash now used for class
3193: methods and properties (implements feature #1069)
3194:
3195: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3196: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3197: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3198: feature #1051)
3199:
3200: 2016-04-07 moko
3201:
3202: * src/main/execute.C: returned Value in .CLASS case for VJunction
3203: (related to feature #1051)
3204:
3205: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3206: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3207: string constants deduplication (related to feature #1051)
3208:
3209: * tests/results/224.processed: test result updated (related to
3210: feature #1051)
3211:
3212: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3213: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3214: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3215: types/pa_vstatus.h: classes hash now contains only
3216: VStateless_class derived objects, .CLASS is also allways
3217: VStateless_class derived object (related to feature #1051).
3218:
3219: 2016-04-06 moko
3220:
3221: * tests/results/323.processed: test result updated after feature
3222: #1051 implementation
3223:
3224: * src/: classes/classes.h, classes/op.C, classes/response.C,
3225: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3226: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3227: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3228: types/pa_vresponse.C, types/pa_vresponse.h,
3229: types/pa_vstateless_class.h: base -> methoded_donor for static
3230: classes, type() moved from VStateless_class to VClass and
3231: Methoded (implements feature #1051)
3232:
3233: 2016-04-04 moko
3234:
3235: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3236: beauty: put_class added (related to feature #1051)
3237:
3238: 2016-04-01 moko
3239:
3240: * tests/results/: 175.processed, 192.processed, 224.processed,
3241: 229.processed, 244.processed, 246.processed, 316.processed: test
3242: results updated as class.type() removed from error messages, only
3243: type() left (related to feature #1051)
3244:
3245: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3246: classes/op.C, classes/reflection.C, main/compile.y,
3247: main/compile_tools.h, main/execute.C, main/pa_request.C,
3248: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3249: types/pa_vmethod_frame.h, types/pa_vobject.h,
3250: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3251: from VStateless_class, type() is used instead (related to feature
3252: #1051)
3253:
3254: * src/classes/mail.C: old logic restored.
3255:
3256: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3257: classes/classes.h, classes/curl.C, classes/date.C,
3258: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3259: classes/hashfile.C, classes/image.C, classes/inet.C,
3260: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3261: classes/memcached.C, classes/memory.C, classes/reflection.C,
3262: classes/regex.C, classes/response.C, classes/string.C,
3263: classes/table.C, classes/xdoc.C, classes/xnode.C,
3264: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3265: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3266: feature #1051)
3267:
3268: 2016-03-30 moko
3269:
3270: * tests/: 327.html, results/224.processed, results/327.processed:
3271: test for TZ specification in ^date::create[], TZ is kept during
3272: ^date::create[$dt] (related to feature #1048)
3273:
3274: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3275: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3276: feature #1048)
3277:
3278: 2016-03-29 moko
3279:
3280: * tests/: 315.html, results/315.processed: test for timezone format
3281: +HHmm added (related to feature #1065)
3282:
3283: * src/classes/date.C: timezone format +HHmm now supported
3284: (implements feature #1065)
3285:
3286: 2016-03-28 moko
3287:
3288: * tests/: 202.html, results/131.processed, results/202.processed,
3289: results/224.processed, results/256.processed,
3290: results/315.processed: test results updated after %.2d now
3291: default for hours offset in iso-string (was %2d), test for
3292: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3293: added (related to feature #1065)
3294:
3295: 2016-03-27 moko
3296:
3297: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3298: feature #1065)
3299:
3300: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3301: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3302: added (implements feature #1065)
3303:
3304: 2016-03-24 moko
3305:
3306: * tests/: 202.html, results/202.processed: test $date.week added
3307: (related to bug #1067)
3308:
3309: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3310: date (fix for bug #1067)
3311:
3312: 2016-03-10 moko
3313:
3314: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3315:
1.102 moko 3316: 2015-12-07 moko
3317:
3318: * tests/: 326.html, results/326.processed: test for .CLASS &
3319: .CLASS_NAME optimization added (related to feature #844)
3320:
3321: 2015-11-17 moko
3322:
3323: * tests/: 323.html, results/323.processed: order added
3324:
3325: * tests/: 325.html, results/325.processed: double range test added
3326: (related to bug #1049)
3327:
3328: 2015-11-16 moko
3329:
3330: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3331: added to disallow NaN and Infinity (fixes bug #1049)
3332:
3333: 2015-11-11 moko
3334:
3335: * tests/324.html: parser 3.4.3 execution support added (related to
3336: feature #1017)
3337:
3338: * tests/: 324.html, results/324.processed: test for
3339: GET_ELEMENT4CALL feature added (feature #1017)
3340:
1.101 moko 3341: 2015-10-29 moko
3342:
3343: * operators.txt: updated for 3.4.4
3344:
3345: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3346:
3347: * src/main/pa_exec.C: get_exit_status implemented for Windows
3348: (related to bug #1043)
3349:
3350: 2015-10-28 moko
3351:
3352: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3353: hangup during ^file::exec (fixes bug #1043)
3354:
1.100 moko 3355: 2015-10-27 moko
3356:
3357: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3358:
1.99 moko 3359: 2015-10-26 moko
3360:
1.100 moko 3361: * tests/322.html, src/classes/reflection.C: arguments reorder
3362: (related to issue #1041)
3363:
3364: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3365: Copyright year updated
3366:
1.99 moko 3367: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3368: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3369: classes/form.C, classes/hash.C, classes/hashfile.C,
3370: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3371: classes/mail.C, classes/math.C, classes/memcached.C,
3372: classes/memory.C, classes/op.C, classes/reflection.C,
3373: classes/regex.C, classes/response.C, classes/string.C,
3374: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3375: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3376: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3377: include/pa_config_fixed.h, include/pa_config_includes.h,
3378: include/pa_dictionary.h, include/pa_dir.h,
3379: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3380: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3381: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3382: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3383: include/pa_request_charsets.h, include/pa_request_info.h,
3384: include/pa_sapi.h, include/pa_socks.h,
3385: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3386: include/pa_stack.h, include/pa_string.h,
3387: include/pa_stylesheet_connection.h,
3388: include/pa_stylesheet_manager.h, include/pa_table.h,
3389: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3390: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3391: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3392: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3393: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3394: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3395: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3396: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3397: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3398: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3399: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3400: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3401: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3402: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3403: main/pa_string.C, main/pa_stylesheet_connection.C,
3404: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3405: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3406: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3407: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3408: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3409: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3410: targets/isapi/parser3isapi.C, types/pa_junction.h,
3411: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3412: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3413: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3414: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3415: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3416: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3417: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3418: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3419: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3420: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3421: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3422: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3423: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3424: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3425: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3426: types/pa_vresponse.C, types/pa_vresponse.h,
3427: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3428: types/pa_vstateless_object.h, types/pa_vstatus.C,
3429: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3430: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3431: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3432: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3433: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3434:
3435: * src/targets/cgi/parser3.C: year updated
3436:
3437: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3438: issue #1041)
3439:
3440: * tests/: 323.html, results/323.processed: test for base classes
3441: added
3442:
3443: * tests/: 261.html, results/261.processed: updated after better
3444: error reporting done for $string.key exception
3445:
3446: * src/types/pa_vstring.h: better error report for $string.key
3447: exception
3448:
3449: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3450: copied as VObject::get_element4call to remove extra virtual call
3451:
3452: * tests/: 322.html, results/322.processed: test for
3453: ^reflection:is[] added (related to feature #1041)
3454:
3455: * src/classes/reflection.C: ^reflection:is empty value is void
3456: (related to feature #1041)
3457:
3458: * src/classes/reflection.C:
3459: ^reflection:is[class_name|code|method;[context;]element_name]
3460: added (implements feature #1041)
3461:
3462: 2015-10-24 moko
3463:
3464: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3465:
1.98 moko 3466: 2015-10-22 moko
3467:
3468: * tests/: 321.html, results/321.processed: test for
3469: ^reflection:method_info[] file detection added
3470:
3471: * tests/: 320.html, results/320.processed: test for
3472: ^reflection:class_by_name[class_name] added (related to feature
3473: #993)
3474:
3475: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3476: added (implements feature #993)
3477:
3478: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3479: (related to feature #1017)
3480:
3481: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3482: added (related to issue #1039)
3483:
3484: * src/main/pa_request.C: ^throw origin fixed (related to feature
3485: #1039)
3486:
3487: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3488: for VDate
3489:
3490: * tests/results/182.processed: updated after feature #1038
3491: implemented
3492:
3493: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3494: compile-time exception origin added (test for feature #1039)
3495:
3496: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3497: main/pa_request.C: exception unification: compile-time exceptions
3498: now have origin, @USE origins also tracked (implements feature
3499: #1039)
3500:
3501: 2015-10-20 moko
3502:
3503: * src/main/pa_request.C: cleanup
3504:
3505: 2015-10-15 moko
3506:
3507: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3508:
3509: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3510: types/pa_vtable.C: new feature: no more $table.method and
3511: $hash.method, aliases for _at, _count, _key (related to feature
3512: #1017)
3513:
1.97 moko 3514: 2015-10-14 moko
3515:
1.98 moko 3516: * tests/: 317.html, results/317.processed: test for
3517: ^string.unescape[] added (related to feature #120)
3518:
1.97 moko 3519: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3520: defined" bug (described in issue #1036)
3521:
3522: * tests/: 247.html, results/247.processed: test for checkBOM added
3523: (test for bug #1037)
3524:
3525: * src/: include/pa_charsets.h, main/pa_charsets.C,
3526: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3527: it's not enforced, skips BOM signature if it complies charset
3528: (fixes bug #1037)
3529:
3530: 2015-10-13 moko
3531:
3532: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3533: linking
3534:
3535: * src/classes/inet.C: vs2003 compilation fix
3536:
3537: * src/classes/math.C: warning war
3538:
3539: * src/lib/punycode/pa_punycode.c: warning war
3540:
3541: 2015-10-12 moko
3542:
3543: * src/lib/punycode/pa_punycode.c: warning war
3544:
3545: * parser3.sln: moved parser3 first, to make it default startup
3546: project
3547:
3548: * buildall: parser "mirror" now used for external libs sources
3549: (implements feature #1036)
3550:
3551: * buildall: most external libs are updated to their current
3552: versions (related to feature #1036)
3553:
3554: * src/classes/image.C: more tags added
3555:
3556: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3557:
3558: 2015-10-11 moko
3559:
3560: * src/classes/curl.C: minor optimization (related to feature #1035)
3561:
3562: 2015-10-09 moko
3563:
3564: * src/classes/curl.C: pa_strdup added for strings from curl
3565: (related to feature #1035)
3566:
3567: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3568: ULLONG_MAX definition
3569:
3570: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3571: (implements feature #1035)
3572:
3573: * src/main/pa_charset.C: String::Body(String::C) used
3574:
3575: * src/main/pa_charset.C: exceptions unified
3576:
3577: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3578: unified
3579:
3580: * src/: classes/file.C, classes/image.C, classes/mail.C,
3581: classes/op.C, classes/xdoc.C, classes/xnode.C,
3582: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3583: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3584: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3585: String::Body(String::C) constructor added (related to bug #957)
3586:
3587: * src/classes/file.C: minor optimization
3588:
3589: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3590: Cord(char*) autocreation (related to bug #957)
3591:
3592: * src/: classes/string.C, main/untaint.C: minor optimizations
3593:
3594: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3595: String(char*, Lang, length) removed, String(C(), Lang) used
3596: instead (related to bug #957)
3597:
3598: 2015-10-08 moko
3599:
3600: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3601: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3602: main/untaint.C: Now char * is converted to CORD only using
3603: AS_CORD() to check for empty cord bug (fixes bug #957)
3604:
3605: * src/include/pa_hash.h: fixed compilation without
3606: HASH_CODE_CACHING
3607:
3608: * src/classes/string.C:
3609: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3610: feature #120)
3611:
3612: * src/main/pa_common.C: reduce js flags checks count (related to
3613: feature #120)
3614:
1.96 moko 3615: 2015-10-07 moko
3616:
3617: * tests/: 275.html, results/275.processed: test modified after
3618: unsigned long long int support implemented (feature #1034)
3619:
3620: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3621: pa_atoul added for unsigned long long int support
3622:
3623: 2015-10-06 moko
3624:
3625: * src/types/pa_vdate.C: INT_MAX used
3626:
3627: 2015-10-03 moko
3628:
3629: * tests/: 302.html, results/302.processed: test for bug #1023
3630: (\u2028, \u2029 escaping) added
3631:
3632: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3633: json:string[] (fixes bug #1023)
3634:
3635: 2015-09-29 moko
3636:
3637: * tests/305.html: try-catch added for OS without ipv6 support
3638:
3639: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3640: compilation
3641:
3642: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3643: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3644: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3645: implemented to distinguish ^hash.method from $hash.field
3646: (implements feature #1017)
3647:
3648: * src/lib/punycode/pa_punycode.c: warning war
3649:
3650: * src/include/pa_config_includes.h: warning war
3651:
3652: * src/include/pa_config_includes.h: pragma warning actualized a bit
3653:
3654: * src/include/pa_config_includes.h: warning war
3655:
3656: * src/include/pa_hash.h: clang compilation fix
3657:
3658: 2015-09-27 moko
3659:
3660: * src/main/compile.tab.C: Bison 3 is now default
3661:
3662: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3663:
3664: 2015-09-25 moko
3665:
3666: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3667: works with undefined HASH_ORDER (related to feature #196)
3668:
3669: 2015-09-24 moko
3670:
3671: * tests/: 027.html, results/027.processed: test modified to test
3672: ^hash.sort (feature #196)
3673:
3674: * src/: classes/hash.C, include/pa_hash.h:
3675: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3676: added (implements feature #196)
3677:
3678: * tests/: 316.html, results/316.processed: Added test for bug #1025
3679: (exception handling in non-cached ^cache), plus for "it does not
3680: have logical value" and "$exception.handled value must be either
3681: boolean or string 'cache'" exceptions.
3682:
3683: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3684: code (fixes bug #1025)
3685:
1.95 moko 3686: 2015-09-23 moko
3687:
3688: * src/classes/table.C: warning war
3689:
3690: * src/: classes/math.C, types/pa_vcookie.C: warning war
3691:
3692: * src/classes/file.C: warning war
3693:
3694: * src/: include/pa_table.h, main/pa_table.C: warning war
3695:
3696: * src/: main/pa_request.C, classes/date.C: warning war
3697:
3698: * src/: types/pa_vdate.C, classes/op.C: warning war
3699:
3700: * tests/: 122.html, results/122.processed: win sync: to remove
3701: differences with OS that doesn't keep timezone change history
3702:
3703: * src/types/pa_vdate.C: tzset() should be called in Windows after
3704: TZ change (related to feature #36)
3705:
3706: * tests/: 075.html, results/075.processed: win sync: to remove
3707: differences with OS that doesn't keep timezone change history
3708:
3709: * tests/: 315.html, results/315.processed: win sync: to remove
3710: differences with OS that doesn't keep timezone change history
3711:
3712: * tests/: 256.html, results/256.processed: win sync: to remove
3713: differences with OS that doesn't keep timezone change history
3714:
3715: * tests/: 124.html, results/124.processed: win results sync: to
3716: avoid hitting time change hole.
3717:
3718: * src/types/pa_vdate.C: static returned. :)
3719:
3720: 2015-09-22 moko
3721:
3722: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3723:
3724: * tests/results/131.processed: more tests for feature #1032
3725:
3726: * src/classes/date.C: minor fix related to feature #1032
3727:
3728: * operators.txt: ISO date creation documented (related to feature
3729: #1032)
3730:
3731: * operators.txt: iso-string documented (related to feature #1032)
3732:
3733: * tests/: 315.html, results/315.processed: more tests added
3734: (related to feature #1032)
3735:
3736: * tests/: 131.html, results/131.processed: date range checks
3737: updated (related to feature #36)
3738:
3739: * tests/: 315.html, results/057.processed, results/315.processed:
3740: test added for ISO date support (related to issue #315)
3741:
3742: * src/classes/date.C: more readable exceptions in date creation
3743: (related to ticket #1032)
3744:
3745: 2015-09-18 moko
3746:
3747: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3748: added (related to issue #1032)
3749:
3750: * tests/results/256.processed, src/classes/json.C: iso-string
3751: documented (related to issue #1032)
3752:
3753: * tests/: 256.html, results/256.processed: ISO date check added
3754: (related to issue #1032)
3755:
3756: * tests/: 057.html, results/057.processed, results/224.processed:
3757: tests results updated after ISO date support implemented (related
3758: to feature #1032)
3759:
3760: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3761: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3762: ^date::create[string] constructor formalized, ^date.iso-string[]
3763: added (implements feature #1032)
3764:
3765: 2015-09-05 moko
3766:
3767: * operators.txt: actualized
3768:
3769: * operators.txt: date changes documented (related to ticket #36)
3770:
3771: 2015-09-04 moko
3772:
3773: * src/types/pa_vdate.C: warning war
3774:
3775: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3776:
3777: 2015-09-03 moko
3778:
3779: * tests/results/096.processed: test result updated for 0..9999 year
3780: date range support (related to feature #36)
3781:
3782: * tests/: 314.html, results/314.processed: test for
3783: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3784: bug #1031)
3785:
3786: * src/classes/string.C: Static calls fixed for ^string:base64[],
3787: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3788:
1.116 moko 3789: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3790: configure.in -> configure.ac
1.95 moko 3791:
1.116 moko 3792: * configure, configure.in, src/include/pa_config_auto.h.in: more
3793: correct timezone check for FreeBSD Warning war: configure.in ->
3794: configure.ac
1.95 moko 3795:
3796: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3797: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3798: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3799: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3800: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3801: src/main/Makefile.am, src/targets/apache/Makefile.am,
3802: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3803: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3804: check added
3805:
3806: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3807:
3808: * tests/results/: 124.processed, 224.processed: test resuls updated
3809: for new date implementation (related to feature #36)
3810:
3811: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3812: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3813: types/pa_vdate.h: new double date implementation with internal
3814: support for extended 0..9999 year range, default timezone support
3815: (related to feature #36)
3816:
3817: 2015-08-28 moko
3818:
3819: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3820: (fixes bug #1030)
3821:
3822: 2015-08-21 moko
3823:
3824: * src/classes/inet.C: snprintf size "bug" commented
3825:
3826: * src/main/pa_common.C: snprintf comments updated
3827:
3828: 2015-08-16 moko
3829:
3830: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3831:
3832: 2015-08-11 moko
3833:
3834: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3835: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3836: can be null (fixes bug #1029)
3837:
3838: 2015-08-06 moko
3839:
1.116 moko 3840: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3841: pa_vdate.C added
1.95 moko 3842:
3843: 2015-08-05 moko
3844:
3845: * tests/: 313.html, results/313.processed: test for
3846: ^table.count[columns] and ^table.flip[] with nameless tables
3847: (feature #1003)
3848:
3849: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3850: max_cell added, now ^table.count[columns] and ^table.flip[] works
3851: correctly for nameless tables (implements feature #1003)
3852:
3853: 2015-08-03 moko
3854:
3855: * tests/312.html: test for ^table.append[$hash] and
3856: ^table.insert[$hash] added (related to feature #1028)
3857:
3858: * src/classes/table.C: ^table.append[$hash] and
3859: ^table.insert[$hash] now supported (implements feature #1028)
3860:
3861: * tests/: 312.html, results/312.processed: test row copy in
3862: ^table.hash[; $.type[table] ] added (related to feature #1016)
3863:
3864: * src/classes/table.C: row copy now created in ^table.hash[;
3865: $.type[table] ] (related to feature #1016)
3866:
3867: 2015-07-29 moko
3868:
3869: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3870: added (related to feature #1016)
3871:
3872: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3873: ^table.delete[] added to delete current row (related to feature
3874: 1016)
3875:
3876: 2015-07-28 moko
3877:
3878: * tests/: 312.html, results/312.processed: test for
3879: $table.column[value] and ^table.insert{row} (related to feature
3880: #1016)
3881:
3882: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3883: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3884: ^table.insert{row} are now implemented (feature #1016)
3885:
3886: * src/include/pa_array.h: Optimization: bool reverse removed from
3887: append(), insert() added, memmove arguments order in remove()
3888: fixed (related to feature #1016)
3889:
3890: 2015-07-23 moko
3891:
3892: * src/classes/json.C: tainted json and empty json exception added
3893: (implements feature #1015)
3894:
3895: * tests/: 311.html, results/311.processed: empty json and tainted
3896: json exception test added (related to issue #1015)
3897:
3898: 2015-07-22 moko
3899:
3900: * tests/: 311.html, results/311.processed: test for UTF-8
3901: processing added
3902:
3903: * tests/: 311.html, results/311.processed: test for
3904: json_exception_with_source added (related to issue #394)
3905:
3906: * src/classes/json.C: json_exception_with_source added (implements
3907: feature #394)
3908:
3909: 2015-06-29 moko
3910:
3911: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3912: directories are now correctly determined if _d_type == DT_UNKNOWN
3913: (closes bug #1027)
3914:
3915: 2015-06-10 moko
3916:
3917: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3918: error if libxml has LIBXML_ICU_ENABLED.
3919:
3920: 2015-06-04 moko
3921:
3922: * tests/099.html: ups, reverting
3923:
3924: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3925: results/310.processed: tests for $response:body[ $.file[] ] and
3926: $response:last-modified added
3927:
3928: * src/main/pa_request.C: last-modified check fixed
3929:
3930: 2015-06-03 moko
3931:
3932: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3933: results/205.processed, results/293.processed: $response:headers
3934: logging added (tests for feature #1007)
3935:
3936: * src/: include/pa_common.h, include/pa_request.h,
3937: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3938: $response:headers are now in uppercase (closes feature #1007)
3939:
3940: 2015-06-02 moko
3941:
3942: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3943: build errors reverted for clang compatibility
3944:
3945: 2015-06-01 moko
3946:
3947: * src/include/pa_memory.h: -pedantic build errors fixed
3948:
3949: * src/classes/math.C: -pedantic build error fixed
3950:
3951: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3952:
3953: 2015-05-31 moko
3954:
3955: * src/classes/table.C: USE_STRINGSTREAM optimized
3956:
3957: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3958: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3959: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3960: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3961: types/pa_vxnode.h: warning war (-pedantic flag)
3962:
3963: 2015-05-28 moko
3964:
3965: * tests/: 308.html, results/308.processed: test for
3966: ^table::create[$t;], etc work added (related to bug #975)
3967:
3968: * src/classes/table.C: check_option_param removed,
3969: ^table::create[$t;], etc now works (fixes bug #975)
3970:
3971: 2015-05-27 moko
3972:
3973: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3974: (Debian jessie) fixed (closes issue #1024)
3975:
3976: * tests/Makefile: sort added as in Debian jessie list become
3977: unsorted
3978:
3979: 2015-05-18 moko
3980:
3981: * tests/: 201.html, results/201.processed: test for
3982: ^string.trim[what] feature #1022
3983:
3984: * src/classes/string.C: ^string.trim[what] now supported,
3985: implements feature #1022
3986:
3987: 2015-05-17 moko
3988:
3989: * tests/results/185.processed: test result updated as feature #1021
3990: implemented (left/right accept negative parameter)
3991:
3992: * src/classes/string.C: left/right now accept negative parameter
3993: (implements feature #1021)
3994:
3995: 2015-05-08 moko
3996:
3997: * src/classes/math.C: isalnum -> pa_isalnum
3998:
3999: * src/main/execute.C: optimization in getter-junction processing
4000: (related to issue #997)
4001:
4002: 2015-05-07 moko
4003:
4004: * tests/: 307.html, results/307.processed: test for issue #997
4005: added
4006:
4007: * src/main/execute.C: process_getter result now checked if junction
4008: returned (closes issue #997)
4009:
4010: * tests/: 305.html, results/305.processed: sort added to ignore
4011: different order
4012:
4013: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4014: assignment (closes issue #994)
4015:
4016: * tests/: 306.html, results/306.processed: test for issue #994
4017: added
4018:
4019: * tests/: 303.html, results/303.processed: two more errors tested
4020:
4021: 2015-05-06 moko
4022:
4023: * tests/: 305.html, results/305.processed: test for name2ip &
4024: ip2name added (related to feature #992)
4025:
4026: * tests/: 303.html, 304.html, results/303.processed,
4027: results/304.processed: tests for idna conversion added (related
4028: to issue #849)
4029:
4030: 2015-05-02 moko
4031:
4032: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4033: implemented
4034:
4035: 2015-04-30 moko
4036:
4037: * src/main/pa_http.C: idna_host added, related to issue #849
4038:
4039: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4040: (related to issue #849)
4041:
4042: 2015-04-24 moko
4043:
4044: * src/types/pa_vjunction.C: warning war
4045:
4046: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4047: unification
4048:
4049: * src/lib/punycode/pa_idna.c: warning war
4050:
4051: 2015-04-22 moko
4052:
4053: * src/main/main.vcproj: punycode include path added
4054:
4055: * src/lib/punycode/pa_idna.c: windows compile error fixed
4056:
4057: * src/lib/punycode/pa_idna.c: warning war
4058:
4059: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4060: project file added
4061:
4062: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4063:
4064: * src/include/pa_memory.h: warning war
4065:
4066: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4067: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4068: implemented (related to feature #849)
4069:
4070: * configure.in, src/main/Makefile.am,
4071: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4072: libpunycode added in Unix
4073:
4074: 2015-04-21 moko
4075:
4076: * configure.in: large files support
4077:
4078: 2015-04-15 moko
4079:
4080: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4081: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4082: pa_punycode.h: initial version for punycode/idna support library
4083: (ticket #849)
4084:
4085: 2015-04-08 moko
4086:
4087: * src/: classes/curl.C, classes/date.C, classes/file.C,
4088: classes/image.C, classes/mail.C, classes/reflection.C,
4089: classes/string.C, classes/xnode.C, include/pa_request.h,
4090: include/pa_string.h, include/pa_stylesheet_connection.h,
4091: main/compile.y, main/compile_tools.h, main/execute.C,
4092: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4093: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4094: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4095: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4096: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4097: clang compiler warnings (closes issue #1018)
4098:
4099: * src/include/pa_string.h: String::Body comparation operators with
4100: char * added (related to issue #958)
4101:
4102: 2015-04-07 moko
4103:
4104: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4105: pa_malloc/pa_free to remove system malloc/free usage (related to
4106: issue #1018)
4107:
4108: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4109: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4110: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4111: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4112: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4113: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4114: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4115: malloc/strdup/free replaced with pa_ version and checks for
4116: accidental use of non-pa_ version added (related to issue #1018)
4117:
4118: 2015-04-03 moko
4119:
4120: * buildall: pcre-8.33 -> pcre-8.36
4121:
4122: * src/: main/compile.y, classes/form.C, classes/mail.C,
4123: classes/op.C, classes/string.C, main/compile.tab.C,
4124: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4125: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4126: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4127: ticket #958)
4128:
4129: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4130: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4131: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4132: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4133: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4134: $request:headers, $request:method added (implements feature
4135: #1007)
4136:
4137: 2015-03-17 misha
4138:
4139: * tests/302.html: - test for
4140: ^json:string[...;$._default[method-name]]
4141:
4142: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4143: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4144: option $._default[method-name] is specified in ^json:string[], a
4145: method with specified name will be called for classes/objects
4146: serialization ( new feature: #982 )
4147:
4148: 2015-03-16 misha
4149:
4150: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4151: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4152: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4153: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4154: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4155: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4156: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4157: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4158: types/pa_vrequest.h, types/pa_vstateless_class.C,
4159: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4160: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4161: $var.CLASS_NAME now have special opcodes. This can be switched
4162: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4163: on pa_opcode.h ( new feature: #844 )
4164:
4165: 2015-03-15 misha
4166:
4167: * tests/075.html: - test for $response:header[]
4168:
4169: * src/types/pa_vresponse.C: - $response:header[] deletes header
4170: that was set earlie ( new feature: #1001 )
4171:
4172: 2015-03-12 misha
4173:
4174: * tests/246.html: - more tests for ^hash._at[]
4175:
4176: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4177: accepts second param [key|value|hash] ( new feature: #1012 )
4178:
4179: 2015-03-09 moko
4180:
4181: * src/types/pa_vmail.C: exception for everything but
4182: $mail:received, closes issue #1011
4183:
4184: 2015-02-20 moko
4185:
4186: * tests/: 275.html, results/275.processed: hex detection in
4187: pa_atoui fix test (closes issue #1010)
4188:
4189: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4190: issue #1010)
4191:
4192: 2015-02-17 moko
4193:
4194: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4195: tainted.
4196:
4197: 2015-02-03 misha
4198:
4199: * tests/301.html: - test for ^json:string($double) causes
4200: exception. bugfix: #1008
4201:
4202: * src/classes/json.C: - ^json:string($double) causes exception.
4203: bugfix: #1008
4204:
4205: * tests/014.html: - updated for work with ^hash.delete[]
4206:
4207: 2015-01-12 misha
4208:
4209: * src/: classes/form.C, include/pa_common.h,
4210: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4211: types/pa_vform.h: - supports body with PUT method as well ( new
4212: feature: #1006 )
4213:
4214: * src/classes/file.C: - warnings war
4215:
4216: 2015-01-11 misha
4217:
4218: * tests/300.html: - test for ^hash.delete[] is added
4219:
4220: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4221: feature: #989 ) - tiny optimization in intersects
4222:
4223: 2015-01-06 moko
4224:
4225: * src/types/pa_vmail.C: file names transcode added, to and cc added
4226: with transcode, attachments detection fixed
4227:
4228: * src/main/pa_request.C: filling mail received after cgi/auto.p
4229: load to allow charset switch (related to issue #996)
4230:
4231: 2014-12-31 moko
4232:
4233: * src/types/pa_vmail.C: from and subject now transcoded if not
4234: UTF-8 source charset (fixes issue 996)
4235:
4236: * src/main/pa_exception.C: fixed string from stack bug (closes
4237: issue #1000)
4238:
4239: 2014-12-11 misha
4240:
4241: * src/types/pa_vhashfile.C: - check if key is not empty before
4242: access ( bug fix: #1005 )
4243:
4244: 2014-11-13 misha
4245:
4246: * src/main/compile.y: - PC.append does not reset to false while
4247: creating a new class. bugfix: #990
4248:
4249: * tests/299.html: - test for creation class after working with
4250: partial class (create+append)
4251:
4252: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4253: #995
4254:
4255: * tests/232.html: - test for @get[def] added
4256:
4257: 2014-10-12 moko
4258:
4259: * src/lib/pcre/pcre_internal.vcproj: correct path
4260:
4261: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4262: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4263: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4264: targets/apache/ApacheModuleParser3.vcproj,
4265: targets/apache/ApacheModuleParser3Core.vcproj,
4266: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4267: types/types.vcproj: project GUID inserted in *.vcproj for correct
4268: conversion in newer VS versions
4269:
4270: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4271: pcre_internal.vcproj added
4272:
4273: 2014-08-28 moko
4274:
4275: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4276: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4277: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4278:
4279: 2014-06-30 misha
4280:
4281: * tests/298.html: - tests for ^reflection:def[class;className]
4282: added
4283:
4284: * src/classes/reflection.C: - ^reflection:def[class;className]
4285: added ( new feature: #918 )
4286:
4287: 2014-06-29 misha
4288:
4289: * src/classes/table.C: - ^table::create[unsupported data] -
4290: exception comment changed to "body must be table or code" ( bug
4291: fix: #951 )
4292:
4293: * tests/: 261.html, results/261.processed: - tests for
4294: ^json:string[...;$.void[null|string]] added
4295:
4296: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4297: option $.void[string|null] added to ^json:string[...] ( new
4298: feature: #952 )
4299:
4300: 2014-06-28 moko
4301:
4302: * src/classes/curl.C: $.charset now processed before other curl
4303: options (closes issue #980)
4304:
4305: 2014-05-23 misha
4306:
4307: * src/classes/json.C: - bug fix: #987
4308:
4309: 2014-05-04 misha
4310:
4311: * tests/: 253.html, 253_json.txt: - test for
4312: ^json:parse[$.int(false)] is added
4313:
4314: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4315: default true). The option is similar to $.double(bool) but for
4316: integers.
4317:
4318: 2014-05-01 moko
4319:
4320: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4321: #12 )
4322:
4323: 2014-04-16 moko
4324:
4325: * src/main/pa_http.C: response-charset option should finally work
4326: now (fix for issue #867)
4327:
4328: * src/main/pa_http.C: response-charset option should work now (fix
4329: for issue #867)
4330:
4331: 2014-03-07 moko
4332:
4333: * buildall: libgc moved
4334:
4335: * buildall: libgc moved
4336:
4337: 2013-12-29 moko
4338:
4339: * src/classes/string.C: ^string:js-unescape result now tainted,
4340: closes issue #966
4341:
4342: * tests/: 186.html, results/186.processed: ^string:js-unescape
4343: result now tainted, issue #966
4344:
4345: 2013-12-03 moko
4346:
4347: * src/: classes/memcached.C, types/pa_vmemcached.C,
4348: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4349: option was added for http://www.parser.ru/forum/?id=79343
4350:
4351: * src/classes/file.C: bugfix for
4352: http://www.parser.ru/forum/?id=79337
4353:
4354: 2013-11-05 moko
4355:
4356: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4357:
4358: * src/main/pa_globals.C: spelling fixed
4359:
4360: 2013-10-29 moko
4361:
4362: * src/lib/json/json.vcproj: json.c -> pa_json.C
4363:
4364: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4365: #892
4366:
4367: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4368: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4369: exceptions to be thrown thougth json library), related to issue
4370: #892
4371:
4372: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4373: related to issue #896
4374:
4375: 2013-10-24 moko
4376:
4377: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4378:
4379: 2013-10-23 moko
4380:
4381: * README: actualization
4382:
4383: 2013-10-22 moko
4384:
4385: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4386: compatibility patch from Sergey Kirpichev
4387:
4388: * tests/: 297.html, results/297.processed: non-working getter fix
4389: test for issue #948
4390:
4391: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4392: called when saving value of $match variable in ^string.match[] to
4393: increase compatibility (related to issue #948).
4394:
4395: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4396: usage optimization
4397:
4398: 2013-10-21 moko
4399:
4400: * tests/: 182.html, results/182.processed: local path removed for
4401: compatibility
4402:
4403: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4404: results/244.processed, results/253.processed,
4405: results/254.processed, results/275.processed,
4406: results/281.processed: try_catch -> try-catch
4407:
4408: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4409: results/294.processed, results/296.processed: try_catch ->
4410: try-catch
4411:
4412: 2013-10-20 moko
4413:
4414: * tests/: 296.html, results/296.processed: test for xsl exception
4415: for issue #938 added.
4416:
4417: * src/: include/pa_xml_exception.h,
4418: main/pa_stylesheet_connection.C: forgotten to be replaced
4419: XmlException is now replaced (once again closes issue #938)
4420:
4421: 2013-10-18 moko
4422:
4423: * buildall: disable clock_gettime detection to avoid librt linking
4424: (which in turn depends on libpthread), related to issue #943
4425:
4426: 2013-10-18 misha
4427:
4428: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4429: lib/smtp/smtp.vcproj, main/main.vcproj,
4430: targets/apache/ApacheModuleParser3Core.vcproj,
4431: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4432: types/types.vcproj: - new locations for libxml2 includes where
4433: added to vcproj files
4434:
4435: 2013-10-18 moko
4436:
4437: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4438: fix
4439:
4440: * tests/: 295.html, results/295.processed: test for issue #948
4441: updated
4442:
4443: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4444: :)
4445:
4446: * tests/: 295.html, results/295.processed: test for issue #948
4447: added
4448:
4449: * src/: classes/hash.C, classes/string.C, classes/table.C,
4450: include/pa_request.h, types/pa_method.h: for getters and setters
4451: to be executed request.put_element should be called, not
4452: context.put_element (fixes issue #948)
4453:
4454: 2013-10-17 moko
4455:
4456: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4457: LIBXML2_NEW_BUFFER check (closes issue #943)
4458:
4459: * buildall: libxml 2.9.1 build is broken --without-reader.
4460:
4461: 2013-10-16 moko
4462:
4463: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4464:
4465: * tests/: 294.html, results/294.processed: test for issue #938
4466:
4467: * src/: classes/xdoc.C, classes/xnode.C,
4468: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4469: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4470:
4471: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4472: libxslt-1.1.26 -> libxslt-1.1.28
4473:
4474: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4475: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4476: to '?', related to issue #938
4477:
4478: 2013-10-15 moko
4479:
4480: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4481: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4482: minor optimizations (closes issue #896)
4483:
4484: * tests/results/: 292.processed, 293.processed: results updated to
4485: comply with issue #896
4486:
4487: * tests/: 292.html, 293.html, results/292.processed,
4488: results/293.processed: tests for json escaping
4489:
4490: 2013-10-14 moko
4491:
4492: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4493: and cleanup, code moved from .h to .C, no changes in code
4494:
4495: 2013-10-12 moko
4496:
4497: * tests/results/119.processed: updated test result commited
4498:
4499: * tests/: 291.html, results/291.processed: test for issue #894
4500: added
4501:
4502: * src/types/pa_wcontext.h: base methods call support function
4503: get_somebody_entered_some_class should not be true forever, as
4504: wcontext can have many get_elements calls (fixes issue #894)
4505:
4506: 2013-10-11 moko
4507:
4508: * tests/: 290.html, results/290.processed: test for junction GPF
4509: issue #942 added
4510:
4511: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4512: to native method fixed (closes issue #942)
4513:
4514: * tests/: 158.html, results/158.processed: test for csv-string[]
4515: added
4516:
4517: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4518: feature #907)
4519:
4520: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4521: feature #907)
4522:
4523: 2013-10-09 moko
4524:
4525: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4526: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4527: types/pa_vstateless_class.C: GET_default, SET_default now works
4528: properly not only in objects, but in classes as well (closes
4529: issue #903)
4530:
4531: * tests/: 289.html, results/289.processed: GET/SET_default now
4532: works in classes, not only objects, test case added, related to
4533: issue #903
4534:
4535: * tests/: 288.html, results/288.processed: test for endless
4536: recursion bug added (related to issue #903)
4537:
4538: 2013-10-05 moko
4539:
4540: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4541: classes/table.C, main/execute.C, types/pa_method.h,
4542: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4543: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4544: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4545: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4546: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4547: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4548: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4549: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4550: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4551: optimization: put_element no longer has "bool areplace" argument,
4552: related to issue #903
4553:
4554: 2013-10-03 moko
4555:
4556: * tests/results/182.processed: result for $.replace(false) test
4557: commited
4558:
4559: * src/classes/date.C: ^date::create(number) processed correctly
4560: (fixes issue #901)
4561:
4562: * src/classes/image.C: as_no_junction removed, as param can be
4563: expression (closes issue #931)
4564:
4565: * tests/233.html: test for issue #931 added
4566:
4567: 2013-10-02 moko
4568:
4569: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4570: modified, test for $.replace(false) added
4571:
4572: * src/main/compile_tools.h: forgotten class replace returned. :)
4573:
4574: 2013-09-30 moko
4575:
4576: * tests/: 141.html, results/141.processed: md5 tainting test added
4577:
4578: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4579: main/compile_tools.h, main/pa_request.C: allow_class_replace
4580: implemented; $.replace option added to ^process and ^use
4581:
4582: 2013-08-27 moko
4583:
4584: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4585: cstr_to_string_body_untaint should be called with charsets for
4586: possible uri language and connection for possible sql language.
4587: related to issue #857
4588:
4589: * buildall: and -> or fixed
4590:
4591: 2013-08-26 moko
4592:
4593: * buildall: prepare_ functions logic changed to support
4594: gc-7.2d.tar.gz extracting to gc-7.2 directory
4595:
4596: 2013-08-23 moko
4597:
4598: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4599: statically
4600:
4601: 2013-08-22 moko
4602:
4603: * src/classes/string.C: String::Empty used (related to issue #912)
4604: append_know_length removed (related to old GPF bug)
4605:
4606: 2013-08-21 moko
4607:
4608: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4609:
4610: * src/classes/math.C: ^math:digest[...;$file] support added
4611: (related to ticket #857
4612:
4613: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4614: implemented
4615:
4616: * src/types/pa_vhashfile.h: warning war
4617:
4618: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4619: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4620: anti_endless_json_string_recoursion removed from request;
4621: json_string_recoursion added to json_options; $.indent[indent
4622: value] now supported and passed within recoursion closes feature
4623: #937
4624:
4625: * tests/: 287.html, results/287.processed: test for feature #937
4626:
4627: 2013-07-31 moko
4628:
4629: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4630: compilation having #define _S
4631:
4632: * src/main/pa_globals.C: cleanup
4633:
4634: 2013-07-30 moko
4635:
4636: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4637: main/pa_common.C: vs2003 warning war
4638:
4639: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4640:
4641: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4642:
4643: * src/lib/md5/pa_sha2.c: warning war
4644:
4645: 2013-07-29 moko
4646:
4647: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4648: patches from github
4649:
4650: * src/: classes/bool.C, classes/double.C, classes/int.C,
4651: classes/memcached.C, include/pa_config_includes.h,
4652: types/pa_vfile.C, types/pa_vfile.h: warning war
4653:
4654: * src/lib/json/json.vcproj: C++ -> C
4655:
4656: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4657:
4658: * src/lib/json/: json.c, pa_json.C: windows compatibility
4659:
4660: * src/lib/json/: json.c, pa_json.C: windows compatibility
4661:
4662: * src/lib/json/: json.c, pa_json.C: warning war
4663:
4664: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4665:
4666: * src/include/pa_config_fixed.h: uint16_t added
4667:
4668: * configure.in: uint16_t check added
4669:
4670: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4671: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4672: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4673: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4674: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4675:
4676: 2013-07-25 moko
4677:
4678: * parser3.sln: dependencies added
4679:
4680: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4681: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4682: module support
4683:
4684: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4685:
4686: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4687:
4688: 2013-07-23 moko
4689:
4690: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4691: PA_DEBUG_GC_MEMORY removed
4692:
4693: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4694: PA_DEBUG_DISABLE_GC compilation fix
4695:
4696: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4697: main/pa_request.C: outdated RESOURCES_DEBUG removed
4698:
4699: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4700: garbage cleanup
4701:
4702: * src/main/pa_common.C: warning war
4703:
4704: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4705:
4706: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4707: minor cleanup
4708:
4709: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4710: uses cygwin, not WIN32 implementation
4711:
4712: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4713: able to exec shell scripts
4714:
4715: * src/classes/math.C: ifdef WIN32 cleanup
4716:
4717: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4718:
4719: * src/classes/curl.C: LT_MODULE_EXT used
4720:
4721: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4722:
4723: 2013-07-22 moko
4724:
4725: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4726: includes fix
4727:
4728: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4729:
4730: * configure.in, src/include/pa_config_includes.h,
4731: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4732: src/main/pa_exec.C: includes cleanup
4733:
4734: * src/targets/cgi/parser3.C: 2012->2013
4735:
4736: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4737:
4738: * configure.in, src/include/pa_config_includes.h,
4739: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4740: src/main/pa_random.C, src/main/pa_socks.C,
4741: src/types/pa_vstatus.C: cygwin support cleanup
4742:
4743: * configure.in: dirent.h check added
4744:
4745: * src/: include/pa_config_includes.h, include/pa_dir.h,
4746: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4747: not copied
4748:
4749: 2013-07-21 moko
4750:
4751: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4752:
4753: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4754: parser3.vcproj: unused getopt.h / getopt.c removed
4755:
4756: * operators.txt, src/classes/file.C, tests/022.html,
4757: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4758: $.stat(true)] usage commented
4759:
4760: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4761: src/main/pa_dir.C: ^file:list[] now has dir column and when
4762: $.stat(true) it has size/*date columns modified patch from misha@
4763: that closes issue #914.
4764:
4765: * src/: include/pa_config_includes.h, main/pa_globals.C:
4766: PA_RELEASE_ASSERTS removed
4767:
4768: * src/lib/md5/pa_md5c.c: minor cleanup
4769:
4770: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4771: localeconv()->decimal_point usage remoed (related to issue #934)
4772:
4773: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4774: cordprnt.c removed
4775:
4776: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4777: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4778: pa-include/pa_strings.h: includes cleanup
4779:
4780: * src/lib/md5/pa_md5c.c: headers cleanup
4781:
4782: 2013-07-20 moko
4783:
4784: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4785: cleanup
4786:
4787: 2013-07-19 moko
4788:
4789: * src/classes/math.C: extern "C" added for crypt
4790:
4791: 2013-07-18 moko
4792:
4793: * src/classes/math.C: fix redhat7.2 build
4794:
4795: 2013-07-17 moko
4796:
4797: * configure.in, src/include/pa_config_includes.h,
4798: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4799: added for uint8/32/64_t)
4800:
4801: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4802: pa_config_includes.h used for uint32/64_t
4803:
4804: 2013-07-16 moko
4805:
4806: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4807: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4808: war
4809:
4810: * src/main/compile.tab.C: compile.y was updated
4811:
4812: * src/main/compile.y: warning war
4813:
4814: * src/: include/pa_exception.h, main/pa_exception.C,
4815: main/pa_xml_exception.C: warning war
4816:
4817: * src/: include/pa_common.h, main/pa_common.C: warning war
4818:
4819: * configure.in: beauty :)
4820:
4821: * tests/: 141.html, results/141.processed: sha256/512 added
4822:
4823: 2013-07-13 moko
4824:
4825: * src/lib/md5/md5.vcproj: sha2 added
4826:
4827: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4828: classes/math.C: sha2 support (sha256/sha512 digest)
4829:
4830: 2013-07-08 moko
4831:
4832: * src/classes/image.C: directory read or other read problem message
4833: fixed (related to issue #933)
4834:
4835: 2013-07-07 moko
4836:
4837: * AUTHORS: + misha + moko. :)
4838:
4839: 2013-07-06 moko
4840:
4841: * src/: classes/curl.C, include/pa_globals.h,
4842: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4843: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4844: for lt_dlinit to be called once and lt_dlexit called at right
4845: place (related to issue #925)
4846:
4847: 2013-07-04 moko
4848:
4849: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4850: VString::as_vfile now uses vfile.set_binary_string to avoid
4851: content-type to be set, as it brokes badly designed logic in
4852: response output. This hopefully finishes issue #928.
4853:
4854: * tests/results/: 256.processed, 286.processed: file now displayed
4855: as name, size, mode, content-type
4856:
4857: * src/main/pa_common.C: read error now reported cottectly (fixes
4858: issue #933
4859:
4860: 2013-06-28 moko
4861:
4862: * tests/: 286.html, results/286.processed: test extended
4863:
4864: * tests/: 286.html, results/286.processed: Test for issue #928
4865: added. it tests default content-type change.
4866:
4867: * src/types/pa_vfile.C: closes issue #928 - default content-type
4868: now updated
4869:
4870: 2013-06-25 moko
4871:
4872: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4873: content-type for text/binary files without name added;
4874: ^file::create[$f;...] options now works properly and $f
4875: properties are default (fixes issue #928)
4876:
4877: 2013-05-16 misha
4878:
4879: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4880: added
4881:
4882: * src/main/pa_table.C: - a tiny memory optimisation while creating
4883: table if specified limit is bigger than source rows count
4884:
4885: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4886: added ( new feature: #858 )
4887:
4888: 2013-04-29 moko
4889:
4890: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4891: $.ipresolve(0|1|2) added (closes issue #891)
4892:
4893: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4894:
4895: 2013-04-24 moko
4896:
4897: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4898: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4899: types/pa_vmemcached.h: ^memcache.release[] added, calls
4900: memcached_quit (refs #893)
4901:
4902: 2013-04-22 moko
4903:
4904: * src/: include/pa_string.h, main/pa_common.C: no more double
4905: slashes in file path (fixes bug #872)
4906:
4907: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4908: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4909: #739)
4910:
4911: * tests/results/266.processed: $.max_params added (feature #915)
4912:
4913: * src/: include/pa_common.h, main/pa_http.C: response-charset
4914: option added to file::load (closes issue #867)
4915:
4916: 2013-04-20 misha
4917:
4918: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4919: commited
4920:
4921: 2013-03-15 misha
4922:
4923: * src/classes/: hash.C, table.C: - Optimisation: do not create
4924: multiple empty strings while ::sql. uae String::Empty instead
4925:
4926: 2013-03-14 misha
4927:
4928: * src/classes/reflection.C: - for user classes
4929: ^reflection:method_info[] returns $.max_params and $.extra_param
4930: with $.call_type if they available ( new feature: #915 )
4931:
4932: * src/classes/file.C: - ^file:delete[] now supports an option
4933: $.exception(false) that suppress any exception while deleting
4934: file ( new feature: #916 )
4935:
4936: * src/classes/curl.C: - parsing cookies after curl:load now should
4937: work :)
4938:
4939: 2013-03-12 misha
4940:
4941: * src/types/pa_vfile.C: - if specified file_name is empty string
4942: set default name for the file
4943:
4944: 2013-03-11 misha
4945:
4946: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4947: also available in $f.cookies
4948:
4949: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4950: moved to a separate method
4951:
4952: 2013-03-10 moko
4953:
4954: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4955: added
4956:
4957: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4958: removed (declared by autoconf)
4959:
4960: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4961: uint32_t define
4962:
4963: 2013-03-10 misha
4964:
4965: * src/classes/file.C: ^file:delete and ^file:move now support
4966: option $.keep-empty-dirs(true) ( new feature: #884 )
4967:
4968: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4969: empty dirs is added
4970:
4971: 2013-03-10 moko
4972:
4973: * src/classes/: bool.C, double.C, int.C: default can be present,
4974: but default check removed from ^int/double/bool.int/double/bool
4975: for string.int/double/bool compatibility (related to issue #913)
4976:
4977: * src/classes/string.C: ^string.int/dobule/bool no longer
4978: internally throws exception if default is present (closes issue
4979: #913)
4980:
4981: 2013-03-09 misha
4982:
4983: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4984: optimisations ( #845 )
4985:
4986: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4987:
4988: 2013-03-08 moko
4989:
4990: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4991: creates correct table (fixes issue #910)
4992:
4993: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4994: use outside of 'connect' operator (fixes issue #911)
4995:
4996: * tests/results/: 096.processed, 122.processed: test results
4997: updated as doubles now printed with 15 significant digits, not 5
4998: (fixes issue #882)
4999:
5000: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5001: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5002:
5003: 2013-02-21 moko
5004:
5005: * src/classes/table.C: _locate_name_value does not check arguments
5006: count, so we check it in advance (fixes issue #905)
5007:
5008: 2012-10-23 moko
5009:
5010: * buildall: old shell for and echo compatibility (for six)
5011:
5012: 2012-10-19 moko
5013:
5014: * buildall: --strip added --disable-safe-mode listed in usage
5015:
5016: 2012-10-17 misha
5017:
5018: * src/classes/op.C: - apply-taint should not throw "outside
5019: connect" exception with sql lang now
5020:
5021: 2012-10-17 moko
5022:
5023: * src/main/pa_request.C: bugfix: safe mode should be inited for
5024: each request (for apache module)
5025:
5026: 2012-09-26 moko
5027:
5028: * src/doc/doxygen.cfg: png -> svg
5029:
5030: 2012-09-25 moko
5031:
5032: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5033: test added
5034:
5035: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5036: double use when key is long
5037:
5038: 2012-09-16 moko
5039:
5040: * src/classes/math.C: Format -> Method Encode -> Format
5041:
5042: * tests/: 141.html, results/141.processed: math:digest hmac test
5043: added
5044:
5045: 2012-09-14 moko
5046:
5047: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5048: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5049: implementation added
5050:
5051: 2012-09-12 moko
5052:
5053: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5054: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5055: targets.dox and string.dox slightly actualized
5056:
5057: 2012-08-31 moko
5058:
5059: * ChangeLog: now generated with patched cvs2cl.pl
5060:
5061: 2012-07-29 moko
5062:
5063: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5064: result should be pushed after VMethodFrame destructor is called,
5065: as it deletes junctions from stack params (fixes issue #868)
5066:
5067: 2012-07-23 moko
5068:
5069: * INSTALL, README: buildall script usage documented, other outdated
5070: info updated.
5071:
5072: * buildall-with-xml, buildall-without-xml: replaced by buildall
5073:
5074: 2012-07-21 moko
5075:
5076: * buildall: glib does not compile when threads are disabled...
5077:
5078: * src/types/pa_vmail.C: g_assertion fixes for empty input
5079:
5080: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5081: unref, can't unref nested objects)
5082:
5083: * src/types/pa_vmail.C: another check added
5084:
5085: 2012-07-19 moko
5086:
5087: * buildall: usage added
5088:
5089: * buildall: new buildall script that unites buildall-with-xml,
5090: buildall-without-xml, --with-apache and --with-mailreceive
5091:
5092: * configure.in: support for static gmime and dynamic glib linking.
5093: fixes for FreeBSD
5094:
5095: 2012-07-17 moko
5096:
5097: * configure.in: --with-mailreceive replaced
5098: --with-static-mailreceive and --with-shared-mailreceive pathlink
5099: removed
5100:
5101: 2012-07-16 moko
5102:
5103: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5104: capitalized, content now decoded and text content converted to
5105: $request:charset. all properties are accessed by functions, this
5106: ready for dynamic load.
5107:
5108: 2012-06-28 moko
5109:
1.116 moko 5110: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5111: 32 bit
1.95 moko 5112:
5113: 2012-06-27 moko
5114:
5115: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5116: passive ftp
5117:
5118: * src/lib/ltdl/ltdl.vcproj: release build fixed
5119:
5120: * configure.in: 3.4.2 RC -> 3.4.2
5121:
5122: 2012-06-22 moko
5123:
5124: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5125: #815)
5126:
5127: * tests/: 284.html, results/284.processed: output options test
5128: (feature #265)
5129:
5130: 2012-06-22 misha
5131:
5132: * tests/215.html: - little changes
5133:
5134: 2012-06-21 moko
5135:
5136: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5137: types/pa_vxdoc.h: output_options returned and used (bugfix for
5138: feature #265)
5139:
5140: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5141: breaks long .*, default 10M restored. (issue #216)
5142:
5143: * tests/: 283.html, results/283.processed: test for issue #815
5144: added
5145:
5146: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5147: again, cstrm not required.
5148:
5149: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5150: Win32 and broken FreeBSD (issue #45)
5151:
5152: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5153:
5154: * src/main/pa_string.C: warnings war
5155:
5156: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5157: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5158: main/pa_socks.C, targets/apache/pa_threads.C,
5159: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5160: types/pa_vstatus.C: compilation under cygwin fixed
5161:
5162: 2012-06-19 moko
5163:
5164: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5165: Windows fixed
5166:
5167: * parser3.sln: removed antique pcre_ctype
5168:
5169: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5170:
5171: * src/include/pa_config_fixed.h: undefined reference to
5172: __imp__pcre_* fix for Windows
5173:
5174: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5175: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5176: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5177: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5178: define fixed
1.95 moko 5179:
5180: 2012-06-18 moko
5181:
5182: * src/classes/memcached.C: flush -> clear
5183:
5184: * src/classes/memcached.C: memcached does not support quotes even
5185: in server name
5186:
5187: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5188: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5189: called on open to check servers existance. $.key(true) syntax
5190: now supported
5191:
5192: 2012-06-17 moko
5193:
5194: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5195: cleanup
5196:
5197: * src/classes/table.C, tests/282.cfg, tests/282.html,
5198: tests/results/282.processed: encloser at the EOF bug fixed,
5199: incorrectly enclosed data now processed more logicaly (fixes
5200: #339)
5201:
5202: 2012-06-15 moko
5203:
5204: * buildall-without-xml: sync with buildall-with-xml
5205:
5206: * buildall-with-xml: download auto-detected between fetch and curl
5207:
5208: * configure.in: --with-gc and --with-pcre now also processed
5209: correctly
5210:
1.116 moko 5211: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5212: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5213: should be run on rol1 using automake / aclocal (GNU automake)
5214: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5215:
5216: * configure.in: new PARSER_VERSION logic
5217:
5218: * src/include/pa_version.h: new pa_version.h logic
5219:
5220: * src/: classes/curl.C, classes/file.C, classes/image.C,
5221: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5222: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5223: feols_normalized -> fis_text_content set_binary added
5224:
5225: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5226:
5227: 2012-06-15 misha
5228:
5229: * src/: classes/curl.C, classes/file.C, classes/image.C,
5230: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5231: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5232: ^file::create[text;content] EOLs in content now is normalized. (
5233: new feature: #815 )
5234:
5235: 2012-06-15 moko
5236:
5237: * configure.in: --disable-version-update added to disable version
5238: update with host information (for debian package) whitespace
5239: optimized
5240:
5241: * configure.in: version changed to 3.4.2 RC no-pic added for
5242: libtool
5243:
5244: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5245: it.
5246:
5247: 2012-06-14 moko
5248:
5249: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5250: tests/results/281.processed: "hash flocked" error removed for
5251: safe operations like ^h._count[] ( new feature: #335 )
5252:
1.116 moko 5253: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5254:
5255: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5256:
5257: * configure.in: --with-static/shared xml replaced with --with-xml,
5258: xml compilation check added
5259:
5260: * configure.in: --with-static/shared-gc, --with-static-pcre are
5261: replaced with --with-gc and --with-pcre test for pcre linking
5262: added
5263:
5264: 2012-06-13 moko
5265:
5266: * configure.in: apxs2 check optimized
5267:
5268: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5269: .la, includes optimized
5270:
5271: * buildall-with-xml: --with-pic looks better for -fPIC
5272:
5273: * configure.in: switched to convenience library in static linking
5274:
5275: * src/targets/apache/Makefile.am: switched to convenience library
5276: usage to avoid libtool warnings
5277:
5278: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5279: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5280: smtp/Makefile.am: switched to convenience library usage
5281:
5282: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5283:
5284: * src/targets/apache/Makefile.am: updated for libtool usage
5285:
5286: * buildall-without-xml: --with-included-ltdl added
5287:
5288: * buildall-without-xml: sync with buildall-with-xml
5289:
5290: * buildall-with-xml: --with-included-ltdl added $cflags added for
5291: -fPIC for x64 $download added for wget success check added
5292:
5293: * buildall-without-xml: --with-dynamic-stdcpp removed
5294:
5295: * configure.in: disable-static returned
5296:
5297: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5298: LIBTOOLFLAGS
5299:
5300: 2012-06-12 moko
5301:
5302: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5303: compatible with LIBTOOLFLAGS for unknown reasons
5304:
5305: * buildall-with-xml: --with-dynamic-stdcpp removed
5306:
5307: * configure.in: static/dynamic -lstdc++ linking option removed
5308: apxs2 check added
5309:
5310: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5311: option removed
5312:
5313: 2012-06-10 moko
5314:
5315: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5316: added
5317:
5318: * src/targets/cgi/pp3.cmd: old PAF stuff
5319:
1.116 moko 5320: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5321: beauty
1.95 moko 5322:
5323: * depcomp: from libtool 2.4.2
5324:
5325: * configure.in: ltdl directory removed, it has correct Makefile.in
5326:
5327: 2012-06-09 moko
5328:
1.116 moko 5329: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5330: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5331: autogenerated files updated after libtool update
5332:
1.116 moko 5333: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5334: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5335: config_auto.h.in, config_fixed.h, configure, configure.ac,
5336: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5337: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5338: config/compile, config/config.guess, config/config.sub,
5339: config/depcomp, config/install-sh, config/ltmain.sh,
5340: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5341: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5342: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5343: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5344: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5345: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5346: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5347: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5348:
5349: * configure.in: preparation for new libtool
5350:
5351: * configure.in: Some beauty added :)
5352:
5353: * src/targets/apache/Makefile.am: := -> =
5354:
5355: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5356: again. :)
5357:
5358: * src/include/pa_config_includes.h, configure.in: limits.h added,
5359: previously was taken from pcre_internal.h. :)
5360:
5361: * src/lib/pcre/Makefile.am: config.h returned
5362:
5363: * src/lib/pcre/config.h: still need this. :)
5364:
5365: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5366:
5367: * configure.in: --with-charsets removed; --with-mysql-client & co
5368: removed
5369:
5370: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5371: now in parser tree, no need to copy
5372:
5373: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5374: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5375: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5376: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5377: extracts now used old trash removed
5378:
5379: * etc/parser3.charsets/Makefile.am: charsets now in share
5380: (debian/patches/104_automake.patch) + all charsets are copied
5381:
5382: * buildall-with-xml, buildall-without-xml: curl option removed +
5383: extra arguments now supported
5384:
5385: 2012-06-08 misha
5386:
5387: * src/classes/table.C: - one params.as_hash usage was rolled back:
5388: the 2nd option in ^table.hash[] could be hash or table so
5389: .as_hash will throw an exception when table option is specified
5390:
5391: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5392: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5393: classes/table.C, classes/void.C, classes/xdoc.C,
5394: include/pa_exception.h, types/pa_vmethod_frame.C,
5395: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5396: and improved (whitespaces are allowed as empty options) -
5397: MethodParams::as_table is added - above methods are used for
5398: parsing methods' options ( new feature: #9 )
5399:
5400: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5401: to vclass. now class fields can be accessible as a hash:
5402: $h[^hash::create[$asd:CLASS]]
5403:
5404: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5405: have get_fields method so their fields can be accessed with
5406: ^reflection:fields[...] & ^reflection:field[...]
5407:
5408: 2012-06-06 misha
5409:
5410: * tests/280.html: - tests for
5411: ^reflection:method[obj-or-class;method],
5412: ^reflection:field[obj-or-class;field] and
5413: ^reflection:fields[obj-or-class] are added
5414:
5415: 2012-06-05 misha
5416:
5417: * src/classes/reflection.C: - ^reflection:method[class or
5418: object;method name] and ^reflection:field[class or object;field
5419: name] are added
5420:
5421: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5422: is used
5423:
5424: * src/types/pa_method.h: - Method::as_vjunction method is added
5425:
5426: 2012-06-05 moko
5427:
1.116 moko 5428: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5429:
5430: * src/classes/memcached.C: flish ttl fixed
5431:
5432: 2012-06-04 moko
5433:
5434: * src/classes/json.C, src/classes/op.C, tests/279.html,
5435: tests/results/279.processed: ^json:parse[] now supports $.taint
5436: option (new feature #833)
5437:
5438: 2012-06-04 misha
5439:
5440: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5441: - search_stop method was moved from pa_vcookie.C to pa_common.C
5442:
5443: 2012-06-03 misha
5444:
5445: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5446: cookies are parced and stored into $.cookies ( new feature: #31 )
5447:
5448: 2012-05-30 misha
5449:
5450: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5451: incomplete class into a scope while @USE is found
5452:
5453: * src/main/compile.y: - add incomplete class into a scope while
5454: @USE and @CLASS instructions are found ( bugfix: #838 )
5455:
5456: 2012-05-30 moko
5457:
5458: * src/types/pa_vclass.C, tests/278.html,
5459: tests/results/278.processed: removed "property has no getter
5460: method" exception when GET_DEFAULT present (fixes #269)
5461:
5462: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5463: $._default
5464:
5465: 2012-05-29 moko
5466:
5467: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5468: uninitialized values usage (new feature: #154)
5469:
5470: 2012-05-28 moko
5471:
5472: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5473: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5474: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5475: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5476: src/types/pa_vobject.C, src/types/pa_vobject.h,
5477: src/types/pa_vstring.h, src/types/pa_vtable.C,
5478: tests/results/277.processed, src/types/pa_vtable.h,
5479: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5480: ^json:string[$o; $.default[$method]] implemented for VObject (new
5481: feature #803)
5482:
5483: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5484: tests/results/277.processed: json numbers are now treated as
5485: double ( new feature: #834 )
5486:
5487: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5488: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5489: added for out of range checks, zero division in vint/vdouble
5490: check added ( fixes #832 )
5491:
5492: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5493: ( fixes #832 )
5494:
5495: 2012-05-28 misha
5496:
5497: * buildall-with-xml: - --without-lzma option is added to libxml2
5498: configure
5499:
5500: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5501: added - tests for unsupported values for options $.file, $.table
5502: and $.date are added
5503:
5504: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5505: accepts "stat" $.file[] option's value in addition to existed
5506: "text" and "base64" ( new feature: #835 )
5507:
5508: * tests/276.html: - test for
5509: ^reflection:delete[$object-or-class;field-name]
5510:
5511: * src/classes/reflection.C: -
5512: ^reflection:delete[$object-or-class;field-name] is added ( new
5513: feature: #268 )
5514:
5515: 2012-05-27 misha
5516:
5517: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5518:
5519: 2012-05-24 misha
5520:
5521: * src/include/pa_common.h: - method lastposafter was removed
5522:
5523: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5524: lastposafter - ^file:dirname[] & Co proper handle windows file
5525: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5526: work as *nix commands
5527:
5528: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5529:
5530: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5531: rskipchars were added
5532:
5533: * tests/270.html: - more tests for ^file:find[]
5534:
5535: * tests/065.html: - more tests for ^file:dirname[] & Co
5536:
5537: * src/include/pa_version.h: - must be "win32" here. it is
5538: auto-generated on *nix
5539:
5540: 2012-05-24 moko
5541:
5542: * src/classes/math.C: ^math:convert[] now supports uint32 and
5543: throws overflow exception ( new feature: #830 )
5544:
5545: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5546: uint32 support and overflow added ( new feature: #830 )
5547:
5548: 2012-05-23 moko
5549:
5550: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5551: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5552: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5553: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5554: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5555: types/pa_vregex.h, types/pa_vstateless_class.C,
5556: types/pa_vstateless_class.h, types/pa_vstring.h,
5557: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5558: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5559: "return string as-is" removed from as_expr_result. ( new feature:
5560: #831 )
5561:
5562: * tests/results/244.processed: test changed after bug #782 fix
5563: commited
5564:
5565: * tests/results/229.processed: test results for bug #782 commited
5566:
5567: * tests/: 254.html, results/254.processed: uid now just compared,
5568: not printed. :)
5569:
5570: 2012-05-20 moko
5571:
5572: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5573: feature: #341 )
5574:
5575: * tests/: 254.html, results/254.processed: test for
5576: ^reflection:uid[] added
5577:
5578: * tests/: 254.html, results/254.processed: test for
5579: ^reflection:uid[$obj] added
5580:
5581: 2012-05-17 misha
5582:
5583: * src/main/untaint.C: - do not replace ' char by _26 while
5584: exploding filespec-tainting ( new feature: #829 )
5585:
5586: 2012-05-12 moko
5587:
5588: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5589: not.
5590:
5591: 2012-05-08 moko
5592:
5593: * src/types/pa_vmethod_frame.h: bug #782 fixed
5594:
5595: * tests/229.html: test for bug #782
5596:
5597: * tests/results/259.processed, src/main/pa_request.C,
5598: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5599: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5600: src/types/pa_vvoid.h: feature #154 - first empty param now
5601: string; defined locals are empty strings; $STRICT-VARS(true)
5602: added
5603:
5604: 2012-04-27 moko
5605:
1.116 moko 5606: * src/targets/apache/Makefile.am:
1.95 moko 5607: ../../lib/memcached/libmemcached.a added
5608:
5609: 2012-04-27 misha
5610:
5611: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5612: ( #827 )
5613:
5614: 2012-04-25 moko
5615:
5616: * src/: classes/json.C, classes/memcached.C,
5617: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5618: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5619: implemented.
5620:
5621: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5622:
5623: 2012-04-23 moko
5624:
5625: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5626: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5627: types/pa_vmemcached.h: open allows options hash for new
5628: memcached(options) function
5629:
5630: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5631: not appended
5632:
5633: 2012-04-21 moko
5634:
5635: * src/classes/curl.C: '' added. :)
5636:
5637: * src/classes/classes.vcproj: new curl.h location
5638:
5639: * src/classes/curl.C: verbose output redirection from stderr to
5640: file curl option added
5641:
5642: 2012-04-20 moko
5643:
5644: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5645: contains what we need from curl, #ifdef HAVE_CURL removed
5646:
1.116 moko 5647: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5648: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5649: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5650: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5651: configure option
5652:
5653: 2012-04-19 moko
5654:
5655: * src/: classes/double.C, classes/inet.C, classes/int.C,
5656: classes/string.C, lib/gc/include/gc_allocator.h,
5657: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5658: options from sql_result_string removed. (closes issue #468)
5659:
5660: * src/types/pa_vmemcached.C: empty string fix
5661:
5662: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5663: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5664: pa_vmemcached.C
5665:
5666: 2012-04-18 moko
5667:
5668: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5669: apache2-mpm-prefork" error displayed in threaded mpm.
5670:
5671: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5672: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5673: installed (issue #354)
5674:
5675: 2012-04-16 moko
5676:
5677: * src/types/pa_vmemcached.C: call to memcached_result_create and
5678: memcached_result_free removed
5679:
5680: 2012-04-14 moko
5681:
5682: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5683:
5684: * src/types/pa_vmemcached.C: check_key added and used
5685:
5686: 2012-04-13 moko
5687:
5688: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5689: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5690: Serialization_data now added and used, VString now serialized
5691: with languages into memcached.
5692:
5693: 2012-03-28 moko
5694:
5695: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5696: lib/memcached/pa_memcached.h: result lengths added
5697:
5698: 2012-03-27 moko
5699:
5700: * src/types/pa_vmemcached.C: strdup added
5701:
5702: 2012-03-24 moko
5703:
5704: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5705: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5706: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5707:
5708: 2012-03-20 moko
5709:
1.116 moko 5710: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5711:
5712: * src/targets/cgi/Makefile.am: cleanup
5713:
5714: * src/: types/Makefile.am, types/pa_vmemcached.C,
5715: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5716:
5717: * src/: classes/Makefile.am, classes/memcached.C,
5718: lib/memcached/Makefile.am, lib/memcached/constants.h,
5719: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5720: lib/memcached/types.h, lib/Makefile.am: memcached initial
5721:
5722: 2012-03-16 moko
5723:
5724: * src/main/execute.C: ident now works under Linux + ident displays
5725: filenames (closes issue #818)
5726:
1.116 moko 5727: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5728: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5729: pa_vmethod_frame_local.h removed
5730:
5731: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5732: classes/classes.h, classes/curl.C, classes/date.C,
5733: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5734: classes/hashfile.C, classes/image.C, classes/inet.C,
5735: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5736: classes/memory.C, classes/op.C, classes/reflection.C,
5737: classes/regex.C, classes/response.C, classes/string.C,
5738: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5739: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5740: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5741: include/pa_config_fixed.h, include/pa_config_includes.h,
5742: include/pa_dictionary.h, include/pa_dir.h,
5743: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5744: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5745: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5746: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5747: include/pa_request_charsets.h, include/pa_request_info.h,
5748: include/pa_sapi.h, include/pa_socks.h,
5749: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5750: include/pa_stack.h, include/pa_string.h,
5751: include/pa_stylesheet_connection.h,
5752: include/pa_stylesheet_manager.h, include/pa_table.h,
5753: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5754: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5755: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5756: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5757: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5758: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5759: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5760: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5761: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5762: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5763: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5764: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5765: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5766: main/pa_string.C, main/pa_stylesheet_connection.C,
5767: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5768: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5769: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5770: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5771: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5772: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5773: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5774: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5775: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5776: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5777: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5778: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5779: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5780: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5781: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5782: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5783: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5784: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5785: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5786: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5787: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5788: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5789: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5790: types/pa_vresponse.h, types/pa_vstateless_class.C,
5791: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5792: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5793: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5794: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5795: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5796: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5797: ident now works under Linux + ident displays filenames (closes
5798: issue #818) Copyright updated
5799:
5800: 2012-03-13 moko
5801:
5802: * src/main/pa_string.C: compilation fix for feature #741
5803:
5804: 2012-03-09 misha
5805:
5806: * tests/193.html: - tests for ^string:base64[encoded] are updated
5807:
5808: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5809: now detects invalid base64 chars in the middle of encoded stricg
5810: ( new feature: #55 )
5811:
5812: * src/include/pa_exception.h: - new exception type for base64
5813: decoding is added
5814:
5815: 2012-03-06 misha
5816:
5817: * tests/274.html: - tests for ^date::today[] and
5818: ^date.sql-string[datetime|date|time] are added
5819:
5820: * src/classes/date.C: - constructor ^date::today[] is added ( new
5821: feature: #811 ) - ^date.sql-string[] now can accept one param --
5822: strings "datetime", "date" or "time" - comments tidying up
5823:
5824: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5825: date and time
5826:
5827: 2012-03-03 misha
5828:
5829: * tests/193.html: - tests for
5830: ^string:base64[encoded;$.strict(true)] are added
5831:
5832: * tests/results/auto.p: - try-catch operator is added
5833:
5834: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5835: main/pa_common.C: - $.strict(true|false) option is added to
5836: base64 decode methods ( new feature: #55 )
5837:
5838: * src/main/pa_common.C: - base64 decode memory usage was decreased
5839: ( new feature: #819 )
5840:
5841: 2012-02-28 moko
5842:
5843: * src/classes/hash.C: ident test
5844:
5845: 2012-02-27 misha
5846:
5847: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5848:
5849: 2012-01-08 misha
5850:
5851: * tests/273.html: - tests for ^string.replace[from;to] are added
5852:
5853: * src/: classes/string.C, include/pa_dictionary.h,
5854: main/pa_dictionary.C, main/pa_string.C: -
5855: ^string.replace[from;to] is added ( new feature: #741 ) -
5856: ^string.replace[one subst here] is slightly optimized
5857:
5858: 2011-12-07 misha
5859:
5860: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5861: named table with one empty column ( bugfix: #63 )
5862:
5863: 2011-11-30 misha
5864:
5865: * src/classes/json.C: - it's possible to set user's method for
5866: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5867: #763 )
5868:
5869: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5870:
5871: 2011-11-23 misha
5872:
5873: * src/: classes/curl.C, classes/file.C, classes/image.C,
5874: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5875: types/pa_vfile.h, types/pa_vform.C: - constructor
5876: ^file::create[mode;filename;content[;options]] now accepts binary
5877: mode and file-content - new constructor's format:
5878: ^file::create[string-or-file-content[;$.name[filename]
5879: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5880: feature: #65 )
5881:
5882: * src/: include/pa_request.h, main/pa_request.C: - new method
5883: mime_type_of(const String*) is added
5884:
5885: * src/include/pa_exception.h: - new exception constant
5886: FILE_NAME_MUST_BE_SPECIFIED is added
5887:
5888: * src/classes/table.C: - bug with negative offset transformed into
5889: a feature. it means pointing to a row from the end of the table (
5890: new feature: #810 )
5891:
5892: 2011-11-19 misha
5893:
5894: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5895: â ìåòîäå _select ( new feature: #810 )
5896:
5897: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5898: options were specified together is simplified
5899:
5900: 2011-11-12 misha
5901:
5902: * src/main/pa_request.C: - forgotten fix for escaping filename in
5903: HTTP content-disposition header (a part of bug #361 )
5904:
5905: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5906: checks for ancestors' classes as well ( new feature: #456 )
5907:
5908: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5909: "without cycle" now have types "parser.break" and
5910: "parser.continue" instead of "parser.runtime" ( new feature: #799
5911: )
5912:
5913: 2011-11-11 misha
5914:
5915: * tests/results/: 099.processed, 100.processed, 205.processed,
5916: 237.processed: - since bug #361 was fixed the content of filename
5917: in HTTP headers is quoted
5918:
5919: * tests/results/270.processed: - result for test 270
5920:
5921: * tests/: 065.html, results/065.processed: - more tests for
5922: ^file:basename[] & Co were added
5923:
5924: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5925:
5926: * tests/270.html: - tests for ^file:find[] are added
5927:
5928: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5929: using option $.charset. option $.engoding is still supported but
5930: these options can not be specified together
5931:
5932: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5933: comparation charset name with string "UTF-8" ( bugfix: #759 )
5934:
5935: 2011-10-11 misha
5936:
5937: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5938: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5939: #622)
5940:
5941: 2011-09-30 misha
5942:
5943: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5944: exception "saving stat-ed file" ( bugfix: #395 )
5945:
5946: 2011-05-30 misha
5947:
5948: * src/classes/string.C: - fixed bug which was added with
5949: params.as_hash into string:sql
5950:
5951: 2011-05-29 misha
5952:
5953: * src/types/pa_value.C: - filename in content-disposition header
5954: must be quoted ( bugfix: #361 )
5955:
5956: 2011-05-27 misha
5957:
5958: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5959: created file
5960:
5961: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5962: usage
5963:
5964: * src/include/pa_exception.h: - one more string for exception was
5965: added
5966:
5967: 2011-05-25 misha
5968:
5969: * tests/269.html: - tests for checking input params in some dom
5970: methods
5971:
5972: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5973: was added. it isn't possible not wo create xdoc with invalid
5974: tagName. ( bugfix: #160 )
5975:
5976: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5977: string "data must be string" was mover from pa_exception.h to
5978: pa_xml_exception.h
5979:
5980: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5981: as_xmlncname, as_xmlname and as_xmlnsuri were added
5982:
5983: * src/main/pa_xml_exception.C: - XmlException accepts more options
5984:
5985: * src/include/pa_xml_exception.h: - XmlException accepts more
5986: options - XML-related exception's strings were added
5987:
5988: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5989: output_options were removed)
5990:
5991: 2011-05-19 misha
5992:
5993: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5994: params.as_hash is used more while parsing methods hash-options
5995:
5996: 2011-05-18 misha
5997:
5998: * operators.txt: - info about json-serialization of xdoc was added
5999:
6000: * tests/256.html: - tests for json-serialization xdoc were added
6001:
6002: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6003:
6004: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6005: classes/json.C, classes/xdoc.C: - now json:string can serialize
6006: xdoc-objects. options (the same as ^xdoc.string[]) could be
6007: specified in $.xdoc[] ( new feature: #265 )
6008:
6009: 2011-05-15 misha
6010:
6011: * tests/268.html: - tests for ^table.count[with options] were added
6012:
6013: * src/classes/table.C: - method ^table.count[] now can accept
6014: options ( new feature: #93 ): ^table.count[column] returns number
6015: of columns for named table; ^table.count[cells] returns number of
6016: cells in the current row; ^table.count[] & ^table.count[rows]
6017: return number of rows in a table.
6018:
6019: * tests/267.html: - test for checking switch/case in boolean mode
6020: was added
6021:
6022: * src/classes/op.C: - if switch's or case's value is bool, they are
6023: compared as bool values, not as double values: new feature: #351
6024:
6025: 2011-05-06 misha
6026:
6027: * tests/242.html: - EOL before EOF was added
6028:
6029: * tests/169.html: - tests for splitting empty string and void were
6030: added
6031:
6032: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6033: returned table with one empty cell)
6034:
6035: 2011-04-03 misha
6036:
6037: * src/include/pa_version.h, configure.in: - version in head was
6038: changed to 3.4.2b
6039:
6040: 2011-03-30 misha
6041:
6042: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6043: as well ( new feature #294 )
6044:
6045: 2011-03-29 misha
6046:
6047: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6048: limited to approx. 6 MB. previous limits were too big for real
6049: life. bugfix: #216
6050:
6051: 2011-03-04 moko
6052:
6053: * etc/parser3.charsets/cp866.cfg: Conforms to
6054: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6055:
6056: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6057: vlalek@
6058:
6059: 2011-02-22 misha
6060:
6061: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6062: be under #ifdef XML or parser can't be compiled without xml
6063: support
6064:
6065: 2011-02-21 misha
6066:
1.116 moko 6067: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6068: ApacheModuleParser3.vcproj was removed
6069:
6070: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6071: removed)
6072:
6073: 2011-02-20 misha
6074:
6075: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6076: $.overridden in ^reflection:method_info[...] were added
6077:
6078: * src/classes/reflection.C: - beautifying result of
6079: ^reflection:method_info[] ($.overridden/inherited)
6080:
6081: 2011-02-18 misha
6082:
6083: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6084: and pa_isalnum instead of isalpha and isalnum - bug with
6085: redundand quoting lowercased latin chars while building email
6086: body was fixed
6087:
6088: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6089: added (they check for latin chars only)
6090:
6091: 2011-02-16 misha
6092:
6093: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6094: string size for transcoding gave too small value (should ever
6095: look for availability char in dest charset inspite of the char
6096: size)
6097:
6098: 2011-02-04 moko
6099:
6100: * tests/223.html: header values now not url-encoded (issue #195)
6101:
6102: 2011-02-01 misha
6103:
6104: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6105:
6106: 2011-01-31 misha
6107:
6108: * src/main/pa_request.C: - throw exception if param file_name in
6109: use_file is empty
6110:
6111: 2011-01-08 moko
6112:
6113: * src/classes/curl.C: compilations errors fixed
6114:
6115: 2010-12-29 moko
6116:
6117: * tests/: 265.html, results/265.processed: test for issue #200
6118: added
6119:
6120: * src/main/pa_string.C: empty regex result check added (fixes issue
6121: #200)
6122:
6123: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6124:
6125: * tests/results/223.processed: header values now not url-encoded
6126: (issue #195)
6127:
6128: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6129: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6130: pa_http_safe_header_name added for headers names (fixes bug #195)
6131:
6132: 2010-12-18 misha
6133:
6134: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6135: => pa-include
6136:
6137: 2010-11-28 moko
6138:
6139: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6140:
6141: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6142: -> pa
6143:
6144: * configure.in: apr -> pa
6145:
6146: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6147:
6148: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6149: classes/Makefile.am, types/Makefile.am: apr -> pa
6150:
6151: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6152: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6153: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6154: pa-include/pa_apr.h, pa-include/pa_errno.h,
6155: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6156: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6157: module apr name conflict resolved)
6158:
6159: 2010-11-27 misha
6160:
6161: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6162: libbz2
6163:
6164: 2010-11-26 misha
6165:
6166: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6167: warnings removed
6168:
6169: 2010-11-25 moko
6170:
6171: * operators.txt: $.indent(true)
6172:
6173: * operators.txt: another bugfix. :)
6174:
6175: * operators.txt: bugfix. :)
6176:
6177: * buildall-with-xml: libxml2-2.7.8 + with-apache
6178:
6179: 2010-11-24 moko
6180:
1.116 moko 6181: * configure: apxs support
1.95 moko 6182:
6183: * configure.in: apxs support -Bstatic gc removed for OS X
6184:
6185: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6186:
6187: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6188: THREAD_LOCAL usage
6189:
6190: * src/: classes/curl.C, include/pa_config_includes.h,
6191: main/pa_globals.C: THREAD_LOCAL defined and used
6192:
6193: 2010-11-23 moko
6194:
6195: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6196: should be passed to pa_sleep, and only fractional part (bugfix:
6197: #188)
6198:
6199: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6200:
6201: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6202: GC_dont_gc=1, as in cgi version
6203:
6204: * src/targets/apache/mod_parser3.c: warning war
6205:
6206: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6207: pa_httpd.h: version removed, some trash removed
6208:
6209: * src/targets/apache/mod_parser3.c: version removed (we don't want
6210: to show it), warning war
6211:
6212: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6213: pa_httpd.h: parser_status_allowed removed + merge config
6214: functions removed (override is the default) + beauty
6215:
6216: * src/: include/pa_request.h, main/pa_request.C,
6217: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6218: hide $status used in apache module removed
6219:
6220: 2010-11-18 moko
6221:
6222: * operators.txt: $.table[compact] added for ^json:string[]
6223:
6224: 2010-11-16 moko
6225:
6226: * src/targets/apache/mod_parser3.c: some cleanup done
6227:
6228: * src/main/untaint.C: bugfix: first, second String::Body argument
6229: is hashcode; second, info.fragment_begin is original, not
6230: resulting length
6231:
6232: * src/classes/file.C: new feature: $.stdin now untainted
6233:
6234: * tests/results/264.processed: new feature: $.stdin[] now untainted
6235:
6236: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6237:
6238: * src/classes/op.C: ^apply-taint[] method added
6239:
6240: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6241: added; $.stdin untaint test added
6242:
6243: 2010-11-15 moko
6244:
6245: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6246: removed
6247:
6248: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6249: pa_httpd.h: 2x2 calculated under apache2. :)
6250:
6251: 2010-11-13 moko
6252:
6253: * src/targets/apache/mod_parser3.c: initial changes to build module
6254: with apache 2.x includes
6255:
6256: * src/targets/apache/: Makefile.am, mod_parser3.c,
6257: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6258: united apache 1.3 / apache 2.x DSO module
6259:
6260: 2010-11-09 moko
6261:
6262: * src/types/pa_method.h: check added to dissallow @method[name;*]
6263: syntax
6264:
6265: * tests/: 263.html, results/263.processed: test from method[*args]
6266: added
6267:
6268: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6269: number of params can now be passed to a method declared with *arg
6270:
6271: 2010-11-06 moko
6272:
6273: * src/classes/table.C: formating fixed. :)
6274:
6275: * src/classes/table.C: closes #4: ^table.select now supports
6276: $.limit(), $.offset, $.reverse() options
6277:
6278: * tests/: 262.html, results/262.processed: test for ^table:select
6279: with options added (feature #4)
6280:
6281: * src/include/pa_array.h: remove function added
6282:
6283: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6284: object in get_element/put_element, using static one.
6285:
6286: 2010-11-04 moko
6287:
6288: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6289: options is passed
6290:
6291: * tests/: 256.html, results/256.processed: $.table[compact] feature
6292: now tested; k and p in handler now tested.
6293:
6294: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6295: $.table[compact] feature added
6296:
6297: * src/classes/json.C: key is now passed to handler in
6298: value_json_string; ^json:string result now process tainting
6299: inside and returns clean string, related to issue #153
6300:
6301: * src/main/untaint.C: bugfix: charset can be null (in
6302: ^string:save[] as example), thus check is added
6303:
6304: 2010-10-31 moko
6305:
6306: * src/classes/string.C: error message changed (fixes issue #149)
6307:
6308: 2010-10-29 moko
6309:
6310: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6311: port is not default (fixes issue #155); exception on invalid port
6312: added.
6313:
6314: * src/main/untaint.C: '*' is now not urlencoded to allow header
6315: "Accept: */*" to be passed
6316:
6317: 2010-10-28 moko
6318:
6319: * src/classes/curl.C: bugfix: detect_charset() was throwing
6320: exception on unknown charset even if response_charset was
6321: specified
6322:
6323: 2010-10-27 moko
6324:
6325: * src/classes/string.C: ^string.append removed for void
6326: compatibility
6327:
6328: 2010-10-26 moko
6329:
6330: * src/classes/json.C: libjson supports array at top level, we too
6331: (GPF fixed)
6332:
6333: 2010-10-25 moko
6334:
6335: * tests/: 253.html, results/253.processed: libjson supports array
6336: at top level, parser now supports it as well.
6337:
6338: * tests/261.html, tests/results/261.processed,
6339: src/types/pa_vstring.h: empty string is now void compatible
6340: (allows $empty.key)
6341:
6342: 2010-10-22 misha
6343:
6344: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6345: while adding additional expires checkout)
6346:
6347: * tests/030.html: - test for session cookie was added
6348:
6349: 2010-10-21 moko
6350:
6351: * src/: classes/string.C, classes/void.C, main/execute.C,
6352: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6353: string (feature #111)
6354:
6355: * tests/: 261.html, results/261.processed: checks void from string
6356: inheritance (feature #111)
6357:
6358: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6359: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6360: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6361: now true by default
6362:
6363: 2010-10-17 moko
6364:
6365: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6366: upload now uses binary blocks instead of L_FILE_POST tainting.
6367: (bugfix: #128)
6368:
6369: * tests/: 223.html, results/223.processed: binary file upload test
6370: added, GPF (issue #128) also checked in this test
6371:
6372: 2010-10-13 misha
6373:
6374: * tests/260.html: - test for math:convert
6375:
6376: * src/classes/math.C: - error in math:convert was fixed
6377:
6378: * operators.txt: - info about
6379: ^math:convert[number](from-base;to-base) was added
6380:
6381: * src/classes/math.C: - method
6382: ^math:convert[number](from-base;to-base) for converting number
6383: represention from one base to another was added ( new feature:
6384: #23 )
6385:
6386: 2010-10-13 moko
6387:
6388: * src/main/compile.tab.C: [] now is empty string, not void
6389:
6390: * src/main/compile.y: [] now is empty string, not void
6391:
6392: * src/types/pa_vvoid.h: void now passed as parameter
6393:
6394: * tests/: 259.html, results/259.processed: to test difference
6395: between void and empty string (see ticket #111)
6396:
6397: * tests/results/152.processed: $sEmpty[] is now empty string, not
6398: void
6399:
6400: * tests/256.html: $s[$void] is no longer empty string
6401:
6402: * tests/254.html: empty string is no longer void
6403:
6404: 2010-10-12 misha
6405:
6406: * src/types/pa_vcookie.C: - check if $.expires value can be
6407: converted to date during cookies set up ( bugfix: #104 )
6408:
6409: * tests/041.html: - more tests for ^table.locate were added
6410:
6411: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6412: work ( bugfix: #129 ) - exception comment for incorrect options
6413: ^table.locate[field;value;options] was fixed
6414:
6415: 2010-10-10 moko
6416:
6417: * src/: classes/reflection.C, main/execute.C: constructor returning
6418: another object feature returned
6419:
6420: * tests/results/258.processed: test result updated as constructor
6421: returning another object feature returned
6422:
6423: * tests/: 258.html, results/258.processed: test for constructor
6424: returning another object
6425:
6426: 2010-10-08 misha
6427:
6428: * tests/257.html: - whitespaces after @METACOMMANDS and their
6429: options shouldn't cause exceptions any longer
6430:
6431: 2010-10-06 moko
6432:
6433: * src/classes/: hash.C, table.C: length from sql server is now
6434: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6435:
6436: 2010-10-02 misha
6437:
6438: * operators.txt: - the X mark was removed from ^cache[file]. it is
6439: usable to delete cache file.
6440:
6441: 2010-10-02 moko
6442:
6443: * tests/: 253.html, results/253.processed: hook_key added for key
6444: checking
6445:
6446: * src/classes/json.C: null key bug fixed
6447:
6448: 2010-09-29 misha
6449:
6450: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6451:
6452: 2010-09-25 moko
6453:
6454: * src/classes/json.C: small fixed
6455:
6456: * tests/results/: 253.processed, 255.processed: just updated
6457:
6458: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6459: results/255.processed: charset transcode test added for
6460: json:parse
6461:
6462: 2010-09-24 moko
6463:
6464: * src/types/pa_value.h: warning war :)
6465:
6466: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6467: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6468: ^json:string
6469:
6470: 2010-09-22 moko
6471:
6472: * src/main/pa_charset.C: parser charset tables declare only
6473: white-space before 0x20, thus adding the missing chars
6474:
6475: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6476: to http://unicode.org/Public/MAPPINGS/VENDORS/
6477:
6478: 2010-09-21 misha
6479:
6480: * src/main/compile.y: - some semicolons were added (VS2010 don't
6481: want to compile grammar if they are absent)
6482:
6483: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6484:
6485: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6486:
6487: * src/main/main.vcproj: - path to bison is changed
6488:
6489: 2010-09-21 moko
6490:
1.116 moko 6491: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6492: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6493: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6494:
6495: 2010-09-20 misha
6496:
6497: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6498:
6499: * src/classes/json.C: - add EOL while json-serializing hash
6500:
6501: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6502: compilers don't like 'ES'.
6503:
6504: 2010-09-17 misha
6505:
6506: * operators.txt: - info about json class was added
6507:
6508: * src/classes/json.C: - ^json:string[object]
6509:
6510: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6511: preventing infinite recursion while executing json:string was
6512: added
6513:
6514: * src/include/pa_string.h: - method append_quoted was added
6515:
6516: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6517: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6518: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6519: was added to Value & Co
6520:
6521: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6522: were used
6523:
6524: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6525: were added
6526:
6527: 2010-09-10 moko
6528:
6529: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6530: die_or_abort (backport from 3.4.1)
6531:
6532: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6533: die_or_abort (bugfix: #106)
6534:
6535: 2010-09-09 moko
6536:
6537: * src/classes/json.C: warning war. :)
6538:
6539: 2010-09-08 misha
6540:
6541: * src/lib/json/Makefile.am: - additional include directories were
6542: added (for pa_memory.h and gc.h)
6543:
6544: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6545: compile as C++ instead default - additional include directory was
6546: added (for gc.h)
6547:
6548: * src/types/pa_vform.C: - little code reformating
6549:
6550: * src/classes/file.C: - $.content-type option now can be specified
6551: in ^file::create ( new feature: #102 )
6552:
6553: 2010-09-08 moko
6554:
6555: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6556: pa_malloc/pa_free
6557:
6558: 2010-09-07 moko
6559:
6560: * tests/results/254.processed: VStateless_class:put_element
6561: exception was fixed
6562:
6563: * src/types/: pa_value.h, pa_vstateless_class.h: now
6564: VStateless_class:put_element barks self.type, not this.type
6565: (bugfix: #105)
6566:
6567: 2010-09-06 moko
6568:
6569: * src/classes/reflection.C: bugfix: new String() is required for
6570: exception handling
6571:
6572: * tests/: 254.html, results/254.processed: test modified
6573:
6574: 2010-09-05 moko
6575:
6576: * tests/: 254.html, results/254.processed: ^reflection:copy test
6577: added
6578:
6579: * src/: classes/reflection.C, include/pa_request.h:
6580: ^reflection:copy implemented (new feature: #100)
6581:
6582: 2010-09-03 moko
6583:
6584: * src/lib/json/JSON_parser.C: c++ compatiblity
6585:
6586: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6587: option testing added
6588:
6589: 2010-09-02 moko
6590:
6591: * src/classes/json.C: $.distinct[first|last|all] added
6592:
6593: 2010-09-01 moko
6594:
6595: * tests/results/253.processed: json test result
6596:
6597: * tests/: 253.html, 253_json.txt: json test added
6598:
6599: * src/classes/json.C: json.C update to actual version + hash key
6600: creation bugfix
6601:
6602: 2010-08-31 misha
6603:
6604: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6605: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6606: src/lib/Makefile.am, src/classes/Makefile.am,
6607: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6608: json library was added
6609:
6610: 2010-08-30 moko
6611:
6612: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6613: types/pa_vobject.C: cosmetic optimization in
6614: request:execute_method usage
6615:
6616: * src/: include/pa_charset.h, main/pa_charset.C: small
6617: optimization, just to decrease number of lines. :)
6618:
6619: 2010-08-27 misha
6620:
6621: * src/classes/op.C: - taint[json] was added
6622:
6623: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6624: were added
6625:
6626: * src/main/pa_exec.C: - warning fix was rolled back.
6627:
6628: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6629: include/pa_string.h: - taint[json] was added - escaping was
6630: slightly modified
6631:
6632: 2010-08-25 misha
6633:
6634: * src/classes/file.C: - typo in file:sql exception was fixed
6635:
6636: * src/main/pa_exec.C: - warning about declared and not used
6637: variable forced_allow was removed
6638:
6639: 2010-08-14 misha
6640:
6641: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6642: were removed
6643:
6644: 2010-08-11 moko
6645:
6646: * tests/: 249.html, results/249.processed: default setter and
6647: anti-recursive default getter test added
6648:
6649: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6650: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6651: types/pa_vobject.h, types/pa_vstateless_class.C,
6652: types/pa_vstateless_class.h: default setter support +
6653: anti-recursive default getter support ( new feature: #13 )
6654:
6655: * src/include/pa_hash.h: optimization: threshold member removed
6656: from hash, reducing sizeof(hash)
6657:
6658: 2010-08-10 misha
6659:
6660: * tests/196.html: - junction-method was added to the test
6661:
6662: * tests/248.html: - ups. typo :)
6663:
6664: * tests/248.html: - test for checking .match with 4 params
6665:
6666: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6667: 247_windows1251.txt: - test for "transcode file from utf-8 to
6668: $request:charset during loading if the BOM code is detected"
6669:
6670: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6671: $request:charset during loading if the BOM code is detected ( new
6672: feature: #98 )
6673:
6674: 2010-08-05 misha
6675:
6676: * src/classes/image.C: - ^image.replace now can accept only 2
6677: params. in this case the whole image is affected ( new feature:
6678: #95 )
6679:
6680: 2010-08-04 misha
6681:
6682: * tests/246.html: - test tor ^hash._at[] was added
6683:
6684: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6685: #53 )
6686:
6687: * src/include/pa_hash.h: - methods for accessing the first and the
6688: last values of ordered hash were added (first_value and
6689: last_value)
6690:
6691: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6692: (similar to others file's methods):
6693: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6694: #68 )
6695:
6696: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6697:
6698: 2010-08-01 moko
6699:
6700: * src/classes/op.C: to correctly process $result[] in code, called
6701: from ^process
6702:
6703: * tests/245.html: $result in ^process[] test added
6704:
6705: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6706: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6707: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6708: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6709: caller, self) op_call(VMethodFrame &frame, bool constructing)
6710: removed, construct(class,method) added
6711:
6712: * tests/results/: 192.processed, 244.processed: request::construct
6713: added
6714:
6715: * tests/: 244.html, 245.html, results/244.processed,
6716: results/245.processed: object creation exceptions and ^process
6717: tests added
6718:
6719: 2010-07-28 misha
6720:
6721: * tests/make_tests.cmd: - win32 EOLs
6722:
6723: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6724: tests on Win32 were added (The system timezone should be GMT+3)
6725:
6726: 2010-07-26 misha
6727:
6728: * tests/: 212.html, results/212.processed: - sizes were removed
6729: mecause they could be different on different OSs
6730:
6731: * tests/065.html: - make it "win32 friendly"
6732:
6733: 2010-07-25 misha
6734:
6735: * src/main/compile.y: - all EOLs between methods are removed during
6736: compilation ( new feature: #47 )
6737:
6738: * tests/results/149.processed: - prepare tests to trim trailing
6739: methods' EOLs
6740:
6741: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6742:
6743: * tests/: results/006.processed, results/014.processed, 006.html,
6744: 014.html, 022.html: - prepare tests to trim trailing methods'
6745: EOLs
6746:
6747: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6748: results/071.processed, results/022.processed: - prepare tests to
6749: trim trailing methods' EOLs
6750:
6751: * tests/: results/073.processed, results/109.processed,
6752: results/142.processed, results/144.processed,
6753: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6754: 144.html: - prepare tests to trim trailing methods' EOLs
6755:
6756: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6757: 149.html, 152.html, results/096.processed, results/107.processed,
6758: results/109.processed, results/142.processed,
6759: results/144.processed: - prepare tests to trim trailing methods'
6760: EOLs
6761:
6762: 2010-07-24 moko
6763:
6764: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6765: the hash order in this test
6766:
6767: * tests/014.html: to check hash order, hash no is longer sorted
6768: before print
6769:
6770: * src/include/pa_hash.h: hash copy constructor now keeps order
6771: (bugfix: #54)
6772:
6773: 2010-07-23 moko
6774:
6775: * tests/results/224.processed: @auto[] is no longer inherited
6776:
6777: * src/types/pa_vstateless_class.C, tests/227.html,
6778: tests/results/227.processed: @auto[] is no longer inherited
6779: (bugfix: #57)
6780:
6781: 2010-07-22 misha
6782:
6783: * src/classes/table.C: - don't skip comment lines during
6784: table::load if encloser or separator is set as '#' ( new feature:
6785: #30 )
6786:
6787: * src/targets/cgi/parser3.C: - don't run as cgi if
6788: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6789: #12 )
6790:
6791: * src/classes/file.C: - set PARSER_VARSION env before external
6792: script executing
6793:
6794: 2010-07-13 misha
6795:
6796: * tests/058.html: - test for suppressing @border was added - test
6797: for user attribute was added
6798:
6799: * tests/results/186.processed: unescaping from \uXXXX
6800:
6801: * tests/186.html: unescaping from \uXXXX
6802:
6803: * tests/: 239.html, results/239.processed: method call type
6804:
6805: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6806: $junction_method.CLASS_NAME (+CLASS)
6807:
6808: 2010-07-07 misha
6809:
6810: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6811: *nix
6812:
6813: 2010-07-05 misha
6814:
6815: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6816: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6817: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6818: comment strings "options must be hash", "options must be hash,
6819: not code" and "called with invalid option" were replaced by
6820: constatns - exception comment string "invalid option passed" was
6821: replaced by "called with invalid option" (now in different
6822: methods are the same exception comment string)
6823:
6824: * src/include/pa_exception.h: - more exception strings were defined
6825:
6826: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6827: types/pa_vstateless_class.h: - now we can define possible
6828: method's call type ( new feature: #5 ) 1.
6829: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6830: methods 2. @static:method[params] (only static keyword could be
6831: used here) -- for specified methods
6832:
6833: * src/main/pa_common.C: - junction points should not be deleted on
6834: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6835: cleanup
6836:
6837: 2010-07-03 misha
6838:
6839: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6840: results/158.processed, results/160.processed,
6841: results/161.processed, results/162.processed,
6842: results/163.processed: - prepare tests to trim trailing methods'
6843: EOLs
6844:
6845: * tests/results/169.processed: - prepare tests to trim trailing
6846: methods' EOLs
6847:
6848: * tests/results/: 168.processed, 169.processed: - prepare tests to
6849: trim trailing methods' EOLs
6850:
6851: * tests/: results/170.processed, results/167.processed,
6852: results/168.processed, results/169.processed, 167.html, 168.html,
6853: 169.html: - prepare tests to trim trailing methods' EOLs
6854:
6855: * tests/: results/170.processed, results/171.processed,
6856: results/172.processed, results/173.processed,
6857: results/174.processed, results/175.processed, 170.html, 171.html,
6858: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6859: trailing methods' EOLs
6860:
6861: * tests/: results/176.processed, results/180.processed,
6862: results/184.processed, results/185.processed,
6863: results/191.processed, results/192.processed,
6864: results/196.processed, results/197.processed,
6865: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6866: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6867: to trim trailing methods' EOLs
6868:
6869: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6870: results/199.processed, results/208.processed,
6871: results/209.processed, results/213.processed,
6872: results/214.processed: - prepare tests to trim trailing methods'
6873: EOLs
6874:
6875: 2010-06-29 misha
6876:
6877: * tests/: 220.html, 218.html, results/218.processed,
6878: results/215.processed, results/217.processed, 215.html, 217.html:
6879: - prepare tests to trim trailing methods' EOLs
6880:
6881: * tests/: results/224.processed, 224.html, 223.html,
6882: results/223.processed, results/220.processed: - prepare tests to
6883: trim trailing methods' EOLs
6884:
6885: * tests/results/: 226.processed, 230.processed: - prepare tests to
6886: trim trailing methods' EOLs
6887:
6888: * tests/: 229.html, results/229.processed: - prepare tests to trim
6889: trailing methods' EOLs
6890:
6891: * tests/: 232.html, 235.html, results/232.processed,
6892: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6893: results/226.processed, results/227.processed,
6894: results/228.processed, results/230.processed: - prepare tests to
6895: trim trailing methods' EOLs
6896:
6897: 2010-06-16 moko
6898:
6899: * tests/: 229.html, results/229.processed: elseif now supported in
6900: ^if
6901:
6902: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6903:
6904: 2010-06-03 misha
6905:
6906: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6907: instead of memcopy for overlaped regions
6908:
6909: 2010-05-25 misha
6910:
6911: * src/main/pa_common.C: - wanring about unused vars was removed
6912:
6913: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6914: get_method_filename was moved to execute.C
6915:
6916: 2010-05-23 misha
6917:
6918: * src/main/pa_request.C: - more accurate detection of method's file
6919:
6920: 2010-05-22 misha
6921:
6922: * src/classes/reflection.C: - bugfix: core during detection of
6923: .file if filespec isn't detected successfully
6924:
6925: 2010-05-20 misha
6926:
6927: * src/main/pa_request.C: - fix in get_method_filename
6928:
6929: * src/include/pa_request.h: - new feature: #24 -- searching
6930: included file in @USE/^use is changed. if its filespec doesn't
6931: start from '/' it will be searched in caller file directory
6932:
6933: * src/classes/reflection.C: - ^reflection:method_info returns file
6934: where the method is defined
6935:
6936: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6937: classes/op.C: - new feature: #24 -- searching included file in
6938: @USE/^use is changed. if its filespec doesn't start from '/' it
6939: will be searched in caller file directory
6940:
6941: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6942: is moved to pa_common.h
6943:
6944: 2010-05-18 misha
6945:
6946: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6947: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6948: cookie parser decode \uXXXX as well as %uXXXX
6949:
6950: 2010-05-17 misha
6951:
6952: * src/classes/curl.C: beauty: - unused param is removed in method
6953: _curl_version_action - some spaces were removed or replaced by
6954: tabs
6955:
6956: * src/classes/table.C: - bugfix: #72 core with empty value during
6957: ^table.hash[...;name_of_the_last_column][$.type[string]]
6958:
6959: 2010-05-16 misha
6960:
6961: * src/classes/curl.C: new: #61 more curl options were added
6962: (contributed by Sumo)
6963:
6964: 2010-04-29 pretender
6965:
6966: * src/main/pa_string.C: fixes #63 Split result from empty string
6967: now empty string.
6968:
6969: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6970: string type.
6971:
6972: 2010-04-28 pretender
6973:
6974: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6975: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6976: macrodefinition removed
6977:
6978: 2010-04-19 pretender
6979:
6980: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6981: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6982:
6983: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6984: fixes #64 Now file.missing exception generates in unsafe mode to.
6985:
6986: * src/classes/file.C: fixes #48 Now not throw "not save environment
6987: variable" exception in grpunlim version.
6988:
6989: 2010-04-05 misha
6990:
6991: * src/classes/string.C: - new feature: 4th param was added to
6992: match. if specified its value is returned in case of nothing was
6993: found
6994:
6995: 2010-04-01 misha
6996:
6997: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6998: multiple execution of /a/b/auto.p
6999:
7000: 2010-03-19 misha
7001:
7002: * src/main/execute.C: - core in $table1.$table2 was fixed
7003:
7004: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7005:
7006: 2010-01-27 misha
7007:
7008: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7009: trying to open file by path /existing-file/non-exixting-file
7010:
7011: 2010-01-26 misha
7012:
7013: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7014: was added (returns file)
7015:
7016: 2009-12-22 misha
7017:
7018: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7019: now parser doesn't have class curl if it was built without it
7020:
7021: 2009-12-15 misha
7022:
7023: * configure.in: - little cheat with curl include dir was added
7024:
7025: 2009-12-05 misha
7026:
7027: * src/classes/curl.C: - some fixes
7028:
7029: 2009-12-04 misha
7030:
7031: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7032: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7033: buildall-with-xml, buildall-without-xml, configure.in: - curl
7034: class was added
7035:
7036: * src/include/pa_hash.h: - hash-iterator was added
7037:
7038: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7039: was added to pcre
7040:
7041: 2009-11-27 misha
7042:
7043: * src/classes/image.C: - don't add @border attribute to output of
7044: ^image.html[] if it was specified by user with empty value
7045:
7046: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7047: root element and we are trying to access .documentElement
7048:
7049: 2009-11-11 misha
7050:
7051: * src/classes/table.C: - in ^table.flip[] look at number of columns
7052: instead of number of items in first row for named tables
7053:
7054: 2009-11-10 misha
7055:
7056: * operators.txt: - info about hash-options in ^file::create was
7057: added
7058:
7059: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7060: added
7061:
7062: 2009-11-09 misha
7063:
7064: * buildall-with-xml: - moving to libxml 2.7.6
7065:
7066: * tests/236.html: - tests for comparations cords with functions
7067: were added
7068:
7069: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7070: added
7071:
7072: * src/main/pa_http.C: - little optimisation
7073:
7074: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7075: GPF mallocs + stringstream (table.save)
7076:
7077: * src/classes/file.C: - file::create now accepts 4th param: options
7078: with $.charset
7079:
7080: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7081: bug in cord (comparation cords with functions was buggy)
7082:
7083: 2009-11-06 misha
7084:
7085: * src/main/pa_string.C: - bugfix: calculation string.length
7086: sometimes was buggy
7087:
7088: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7089: destroyed if exception occured during match/replace
7090:
7091: * src/: main/pa_charset.C, include/pa_charset.h: - method
7092: lengthUTF8Char was added
7093:
7094: * src/classes/op.C: - clean tainting lang was added for user's
7095: usage
7096:
7097: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7098: fixed: checkouts are required after GC_MALLOC
7099:
7100: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7101:
7102: * operators.txt: - actually, there is no ^untaint[xml] in
7103: file::create
7104:
7105: 2009-10-15 misha
7106:
7107: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7108: were added
7109:
7110: * tests/234.html: - more tests for checking ^taint[uri] escaping
7111: were added
7112:
7113: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7114: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7115: hacking: for dealing with transcoding+^taint[uri]
7116: transcode_and_untaint was replaced by untaint_and_transcode
7117:
7118: 2009-10-13 misha
7119:
7120: * tests/: 121.html, results/121.processed: - test transcoding +
7121: url-escaping now
7122:
7123: * tests/results/auto.p: - more helpers' methods were added
7124:
7125: * src/main/pa_globals.C: - die instead of abort
7126:
7127: 2009-10-06 misha
7128:
7129: * src/main/pa_common.C: - don't allocate memory during
7130: capitalization if input string is already capitalized
7131:
7132: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7133:
7134: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7135: use format function because it calls malloc
7136:
7137: * src/include/pa_common.h: - more capitalized headers were added
7138:
7139: * src/main/pa_common.C: - in safe mode clear executable bits during
7140: file writing
7141:
7142: 2009-10-05 misha
7143:
7144: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7145:
7146: 2009-10-03 misha
7147:
7148: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7149: ^img.text[] & ^img.length[] can work in utf-8 now
7150:
7151: * src/: include/pa_charset.h, main/pa_charset.C: - class
7152: UTF8_string_iterator was added
7153:
7154: * src/classes/image.C: - respect utf-8 when calculate alphabet
7155: length
7156:
7157: * src/classes/mail.C: - check from before get message.cstr
7158:
7159: 2009-10-02 misha
7160:
7161: * tests/233.html: - test for image.font, image.length, image.text
7162: with text in utf-8 were added
7163:
7164: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7165:
7166: * buildall-with-xml, buildall-without-xml: - comment about gc
7167: version for freebsd 4 was added
7168:
7169: 2009-10-01 misha
7170:
7171: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7172: terminator) - read_pipe were slightly optimized
7173:
7174: 2009-09-28 misha
7175:
7176: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7177: removed
7178:
7179: * src/types/pa_vmail.C: - forgot about space after ':'
7180:
7181: * src/types/pa_vmail.C: - escape filenames while preparing mail
7182: body - small simplifications
7183:
7184: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7185: inout params like pa_base64
7186:
7187: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7188: option $.debug-print(1) was added to mail:send - changes for
7189: using uue_encode which uses less memory
7190:
7191: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7192:
7193: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7194: memory now
7195:
7196: 2009-09-26 misha
7197:
7198: * src/types/pa_vmail.C: - default encoding now is base64
7199:
7200: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7201:
7202: 2009-09-25 misha
7203:
7204: * src/types/pa_vmail.C: - capitalization of headers was added to
7205: sending mail as well
7206:
7207: * buildall-with-xml: - catalog package was removed from libxml
7208:
7209: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7210: win32 absolute path
7211:
7212: * src/include/pa_common.h: - one more capitalized header was added
7213:
7214: 2009-09-22 misha
7215:
7216: * INSTALL: - comment about building just httpd binary while
7217: building apache module was added
7218:
7219: 2009-09-21 misha
7220:
7221: * buildall-with-xml: - moving to the latest versions of xml libs:
7222: libxml 2.7.4 and libxslt 1.1.25
7223:
7224: 2009-09-19 misha
7225:
7226: * tests/231.html: - test for encoding cookie in win-1251
7227:
7228: 2009-09-18 misha
7229:
7230: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7231: object] were added
7232:
7233: * operators.txt: - info about method ^reflection:fields[class or
7234: object] was added
7235:
7236: * src/classes/reflection.C: - method ^reflection:fields[class or
7237: object] was added
7238:
7239: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7240: methods get_fields were added
7241:
7242: * tests/232.html: - tests for @GET[name]
7243:
7244: * src/classes/table.C: - some changes in handling hash-options for
7245: creare, join and locate
7246:
7247: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7248: defined with option: the type of requested value
7249:
7250: 2009-09-17 misha
7251:
7252: * tests/212.html: - tests for .pattern and .options were added
7253:
7254: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7255: $regex.options were added
7256:
7257: 2009-09-11 misha
7258:
7259: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7260: rewrited. it checks not just one case of sending cookies during
7261: file::load[http], but also sending headers and fields (including
7262: files)
7263:
7264: 2009-09-10 misha
7265:
7266: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7267: was removed => now parser can open files with Russian 'r' in
7268: filename
7269:
7270: * src/main/untaint.C: - bugfix: client charset whould be analized
7271: while escaping cookies but now source charset
7272:
7273: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7274: ^tainted[uri] so it was possible to make request with incorrect
7275: http header
7276:
7277: * src/main/pa_http.C: - capitalization of http headers during
7278: file::load[http was slightly changes - bugfix: all headers which
7279: parser sends during file::load[http should be transcoded and only
7280: then escaped
7281:
7282: * src/main/untaint.C: - a bit more comments were added
7283:
7284: * src/classes/: file.C, string.C: - types where changes (minus 2
7285: warnings)
7286:
7287: * src/include/pa_common.h: - 2 capitalized strings for making http
7288: headers during file::load[http were added
7289:
7290: 2009-09-08 misha
7291:
7292: * operators.txt: - changes in file.save and string.save were added
7293:
7294: * tests/: 230.html, 230.txt: - tests for checking options in
7295: file.save and string.save were added
7296:
7297: * src/main/pa_request.C: - http headers names, which are passed to
7298: SAPI::add_header_attribute are lowercased now (it'll be
7299: capitalized in that method)
7300:
7301: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7302: classes/string.C: - file_write accepts Request_charsets and asked
7303: charset and cound transcode content before writing - string.save
7304: and file.save have option $.charset now
7305:
7306: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7307: classes/xdoc.C: - file_write accepts Request_charsets and asked
7308: charset and cound transcode content before writing
7309:
7310: * src/include/pa_exception.h: - new exception comment string was
7311: defined
7312:
7313: 2009-09-07 misha
7314:
7315: * src/main/compile.y: - grammar $name\ name stops now for regex
7316: sub-pattern\s
7317:
7318: 2009-09-04 misha
7319:
7320: * src/main/pa_http.C: - capitalization of http headers during
7321: file::load[http was implemented
7322:
7323: 2009-09-03 misha
7324:
7325: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7326: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7327: types/pa_vmail.C, targets/cgi/parser3.C,
7328: targets/isapi/parser3isapi.C: - back to storing response http
7329: headers in lowercase - capitalize them during output
7330:
7331: 2009-08-31 misha
7332:
7333: * src/classes/table.C: - allow call with any brackets (it could be
7334: useful in methods with explict result declaration)
7335:
7336: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7337: correctly if $request:charset==koi8-r
7338:
7339: 2009-08-30 misha
7340:
7341: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7342: changed: content-type => Content-type and so on
7343:
7344: * src/classes/file.C, src/include/pa_common.h,
7345: src/include/pa_request.h, src/main/pa_http.C,
7346: src/main/pa_request.C, src/types/pa_vcookie.C,
7347: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7348: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7349: tests/results/002.processed, tests/results/003.processed,
7350: tests/results/004.processed, tests/results/005.processed,
7351: tests/results/006.processed, tests/results/007.processed,
7352: tests/results/008.processed, tests/results/009.processed,
7353: tests/results/010.processed, tests/results/011.processed,
7354: tests/results/012.processed, tests/results/013.processed,
7355: tests/results/014.processed, tests/results/015.processed,
7356: tests/results/016.processed, tests/results/017.processed,
7357: tests/results/018.processed, tests/results/019.processed,
7358: tests/results/020.processed, tests/results/021.processed,
7359: tests/results/022.processed, tests/results/023.processed,
7360: tests/results/024.processed, tests/results/025.processed,
7361: tests/results/026.processed, tests/results/027.processed,
7362: tests/results/028.processed, tests/results/029.processed,
7363: tests/results/030.processed, tests/results/031.processed,
7364: tests/results/032.processed, tests/results/033.processed,
7365: tests/results/034.processed, tests/results/035.processed,
7366: tests/results/036.processed, tests/results/037.processed,
7367: tests/results/038.processed, tests/results/039.processed,
7368: tests/results/040.processed, tests/results/041.processed,
7369: tests/results/042.processed, tests/results/043.processed,
7370: tests/results/044.processed, tests/results/045.processed,
7371: tests/results/046.processed, tests/results/047.processed,
7372: tests/results/048.processed, tests/results/049.processed,
7373: tests/results/050.processed, tests/results/051.processed,
7374: tests/results/052.processed, tests/results/053.processed,
7375: tests/results/054.processed, tests/results/055.processed,
7376: tests/results/056.processed, tests/results/057.processed,
7377: tests/results/058.processed, tests/results/059.processed,
7378: tests/results/060.processed, tests/results/061.processed,
7379: tests/results/062.processed, tests/results/063.processed,
7380: tests/results/064.processed, tests/results/065.processed,
7381: tests/results/066.processed, tests/results/067.processed,
7382: tests/results/068.processed, tests/results/069.processed,
7383: tests/results/070.processed, tests/results/071.processed,
7384: tests/results/072.processed, tests/results/073.processed,
7385: tests/results/074.processed, tests/results/075.processed,
7386: tests/results/076.processed, tests/results/077.processed,
7387: tests/results/078.processed, tests/results/079.processed,
7388: tests/results/080.processed, tests/results/081.processed,
7389: tests/results/082.processed, tests/results/083.processed,
7390: tests/results/084.processed, tests/results/085.processed,
7391: tests/results/086.processed, tests/results/087.processed,
7392: tests/results/088.processed, tests/results/089.processed,
7393: tests/results/090.processed, tests/results/091.processed,
7394: tests/results/092.processed, tests/results/093.processed,
7395: tests/results/094.processed, tests/results/095.processed,
7396: tests/results/096.processed, tests/results/097.processed,
7397: tests/results/098.processed, tests/results/099.processed,
7398: tests/results/100.processed, tests/results/101.processed,
7399: tests/results/102.processed, tests/results/103.processed,
7400: tests/results/104.processed, tests/results/105.processed,
7401: tests/results/106.processed, tests/results/107.processed,
7402: tests/results/108.processed, tests/results/109.processed,
7403: tests/results/110.processed, tests/results/111.processed,
7404: tests/results/112.processed, tests/results/113.processed,
7405: tests/results/114.processed, tests/results/115.processed,
7406: tests/results/116.processed, tests/results/117.processed,
7407: tests/results/118.processed, tests/results/119.processed,
7408: tests/results/120.processed, tests/results/121.processed,
7409: tests/results/122.processed, tests/results/123.processed,
7410: tests/results/124.processed, tests/results/125.processed,
7411: tests/results/126.processed, tests/results/127.processed,
7412: tests/results/128.processed, tests/results/129.processed,
7413: tests/results/130.processed, tests/results/131.processed,
7414: tests/results/132.processed, tests/results/133.processed,
7415: tests/results/134.processed, tests/results/135.processed,
7416: tests/results/136.processed, tests/results/138.processed,
7417: tests/results/139.processed, tests/results/140.processed,
7418: tests/results/141.processed, tests/results/142.processed,
7419: tests/results/143.processed, tests/results/144.processed,
7420: tests/results/145.processed, tests/results/146.processed,
7421: tests/results/147.processed, tests/results/148.processed,
7422: tests/results/149.processed, tests/results/150.processed,
7423: tests/results/151.processed, tests/results/152.processed,
7424: tests/results/153.processed, tests/results/154.processed,
7425: tests/results/155.processed, tests/results/156.processed,
7426: tests/results/157.processed, tests/results/158.processed,
7427: tests/results/159.processed, tests/results/160.processed,
7428: tests/results/161.processed, tests/results/162.processed,
7429: tests/results/163.processed, tests/results/164.processed,
7430: tests/results/165.processed, tests/results/166.processed,
7431: tests/results/167.processed, tests/results/168.processed,
7432: tests/results/169.processed, tests/results/170.processed,
7433: tests/results/171.processed, tests/results/172.processed,
7434: tests/results/173.processed, tests/results/174.processed,
7435: tests/results/175.processed, tests/results/176.processed,
7436: tests/results/177.processed, tests/results/178.processed,
7437: tests/results/179.processed, tests/results/180.processed,
7438: tests/results/181.processed, tests/results/182.processed,
7439: tests/results/183.processed, tests/results/184.processed,
7440: tests/results/185.processed, tests/results/186.processed,
7441: tests/results/187.processed, tests/results/188.processed,
7442: tests/results/189.processed, tests/results/190.processed,
7443: tests/results/191.processed, tests/results/192.processed,
7444: tests/results/193.processed, tests/results/194.processed,
7445: tests/results/195.processed, tests/results/196.processed,
7446: tests/results/197.processed, tests/results/198.processed,
7447: tests/results/199.processed, tests/results/200.processed,
7448: tests/results/201.processed, tests/results/202.processed,
7449: tests/results/203.processed, tests/results/204.processed,
7450: tests/results/205.processed, tests/results/206.processed,
7451: tests/results/207.processed, tests/results/208.processed,
7452: tests/results/209.processed, tests/results/210.processed,
7453: tests/results/211.processed, tests/results/212.processed,
7454: tests/results/213.processed, tests/results/214.processed,
7455: tests/results/215.processed, tests/results/216.processed,
7456: tests/results/217.processed, tests/results/218.processed,
7457: tests/results/219.processed, tests/results/220.processed,
7458: tests/results/221.processed, tests/results/222.processed,
7459: tests/results/223.processed, tests/results/224.processed,
7460: tests/results/225.processed, tests/results/226.processed,
7461: tests/results/227.processed, tests/results/228.processed,
7462: tests/results/229.processed: - http headers were changed:
7463: content-type => Content-type and so on
7464:
7465: 2009-08-27 misha
7466:
7467: * src/: main/pa_random.C, include/pa_random.h,
7468: targets/cgi/parser3.C: - year was updated :)
7469:
7470: 2009-08-26 misha
7471:
7472: * tests/: 224.html, 224.p: - test for creating of parser object
7473: using constructor without params - little bugfix in test
7474:
7475: * src/main/compile_tools.h: - bugfix: should't call autouse while
7476: checking existed class while processing partial option
7477:
7478: * src/classes/reflection.C: - bugfix: core when creating object
7479: with reflection and constructor doesn't have params
7480:
7481: 2009-08-24 misha
7482:
7483: * tests/229.html: - tests for checking the number of parameters
7484: were added
7485:
7486: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7487: number of method's parameters wasn't checked correctly (the bug
7488: was introduced in 3.4.0)
7489:
7490: 2009-08-22 misha
7491:
7492: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7493: transcoded, but tainted pieces are escaped only when
7494: content-type==url-encoding
7495:
7496: * tests/228.html: - test for checking
7497: ^file::load[http://...;$.body[]]
7498:
7499: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7500: post charset was too early (charsets is empty at this moment)
7501:
7502: 2009-08-21 misha
7503:
7504: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7505: main/untaint.C: - some fixes with transcode+untaint
7506:
7507: 2009-08-15 misha
7508:
7509: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7510: was increaced to 100 (was 50)
7511:
7512: * tests/227.html: - test for checking overriding properties in
7513: static classes was added
7514:
7515: * tests/: 226.html, 226.p: - test for @autoload[] was added
7516:
7517: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7518: main/execute.C, main/pa_request.C, classes/reflection.C: -
7519: autouse was implemented
7520:
7521: 2009-08-14 misha
7522:
7523: * src/classes/reflection.C: - outdated checkout was removed
7524:
7525: * src/classes/reflection.C: - optimization - method ^dynamical was
7526: added.
7527:
7528: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7529: types/pa_vstateless_class.h, main/execute.C: - optimization
7530:
7531: * src/types/pa_vclass.C: - exception if base on sytem class
7532:
7533: 2009-08-12 misha
7534:
7535: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7536: pa_vstateless_class.h: - little optimisation
7537:
7538: 2009-08-11 misha
7539:
7540: * tests/224.html: - method_params => method_info - checking for
7541: $.inherited
7542:
7543: * src/classes/reflection.C, operators.txt: - method method_params
7544: was renamed to method_info and now it returns class name, if
7545: method was defined in ancestor
7546:
7547: * tests/225.html: - tests for cheching properties in hierarhical
7548: classes were added
7549:
7550: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7551: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7552: main/compile.y, main/execute.C, classes/classes.C: - problems
7553: with properties in new classes implementation were fixed
7554:
7555: 2009-08-10 misha
7556:
7557: * src/main/execute.C: - now constructor shouldn't be defined in
7558: class. it could be defined in parent.
7559:
7560: 2009-08-09 misha
7561:
7562: * src/classes/reflection.C: - ^reflection:methods doesn't return
7563: base's methods
7564:
7565: 2009-08-08 misha
7566:
7567: * src/: classes/classes.h, classes/date.C, classes/file.C,
7568: classes/form.C, classes/hash.C, classes/hashfile.C,
7569: classes/image.C, classes/mail.C, classes/op.C,
7570: classes/reflection.C, classes/regex.C, classes/string.C,
7571: classes/table.C, classes/xdoc.C, classes/xnode.C,
7572: classes/xnode.h, include/pa_hash.h, main/execute.C,
7573: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7574: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7575: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7576: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7577: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7578: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7579: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7580: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7581: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7582: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7583: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7584: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7585: types/pa_vresponse.C, types/pa_vresponse.h,
7586: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7587: types/pa_vstateless_object.h, types/pa_vstatus.C,
7588: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7589: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7590: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7591: types/pa_wwrapper.h, types/types.vcproj: - new classes
7592: implementation
7593:
7594: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7595: USE_MUNMAP is used. so it is disabled as a workaround.
7596:
7597: 2009-08-05 misha
7598:
7599: * src/: main/pa_common.C, include/pa_common.h: - not needed
7600: parameter was removed
7601:
7602: * src/main/pa_http.C: - bugfix: error was during detecting
7603: content-type of file which was loaded by http
7604:
7605: 2009-08-01 misha
7606:
7607: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7608: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7609: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7610: can't be disabled with defines any longer
7611:
7612: 2009-07-29 misha
7613:
7614: * src/classes/reflection.C, tests/results/224.processed: - for
7615: native methods with any call type now returned empty call_type
7616: value
7617:
7618: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7619: classes/table.C, include/pa_hash.h, include/pa_request.h,
7620: main/pa_request.C: - break in cycles was optimized
7621:
7622: * INSTALL: - more defines were described
7623:
7624: 2009-07-28 misha
7625:
7626: * operators.txt: - some changes in information about reflection
7627: class
7628:
7629: * tests/: 224.html, 224.p: - tests for reflection class
7630:
7631: * src/classes/reflection.C: - some bugs were fixed, method classes
7632: was added, refactoring
7633:
7634: 2009-07-26 misha
7635:
7636: * src/classes/classes.vcproj: - reflection class wass added to
7637: project
7638:
7639: * operators.txt: - information about reflection class was added
7640:
7641: * src/classes/reflection.C: - class was redesigned
7642:
7643: 2009-07-24 misha
7644:
7645: * src/classes/: Makefile.am, reflection.C: - class reflection was
7646: added
7647:
7648: * src/types/pa_vstateless_class.h: - method for reflection method's
7649: in classes was added
7650:
7651: 2009-07-22 misha
7652:
7653: * src/main/compile_tools.h: - bugfix: $object.$var was
7654: over-optimized. it failed if $object1.$object2.field
7655:
7656: 2009-07-16 misha
7657:
7658: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7659: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7660: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7661: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7662: one more arg: length of cord
7663:
7664: 2009-07-15 misha
7665:
7666: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7667: tainted in ^file::load[http://...;$.cookies[]]
7668:
7669: * src/classes/: op.C, regex.C, string.C: - new string with
7670: exception was used
7671:
7672: * src/include/pa_exception.h: - new string with exception was added
7673:
7674: * tests/223.html: - test for checking cookie-encoding during
7675: ^file::load[http was added
7676:
7677: * tests/: 221.html, 222.html: - tests for checking type of
7678: $table.fields.field were added
7679:
7680: * src/types/pa_vtable.C: - not used var decl was removed
7681:
7682: * src/include/pa_string.h: - use cached string length in Body::mid.
7683: it improves speed of match with brackets in pattern
7684:
7685: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7686: outside
7687:
7688: 2009-07-14 misha
7689:
7690: * src/types/pa_vtable.C: - $table.fields.a return string even if
7691: column is empty (sometime returned void) - $table.fields was
7692: added for nameless tables
7693:
7694: * src/targets/cgi/getopt.c: - one warning resolved
7695:
7696: * src/main/pa_string.C: - potentian bug fixed
7697:
7698: * src/classes/op.C: - small optimization in taint/untaint
7699:
7700: 2009-07-13 misha
7701:
7702: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7703: added
7704:
7705: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7706: souldn't add the attribut to output
7707:
7708: 2009-07-11 misha
7709:
7710: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7711: stack size was increaced to 2MB (default=1MB)
7712:
7713: 2009-07-08 misha
7714:
7715: * src/main/pa_string.C: - link to UTF-8 description was added
7716:
7717: * src/include/pa_hash.h: - hash keeps element's order in more
7718: places (ex: ._keys[])
7719:
7720: * tests/220.html: - test for checking order of elements in hash in
7721: foreach was added
7722:
7723: * tests/172.html: - small changes in printing hash
7724:
7725: * tests/129.html: - small changes in printing hash
7726:
7727: * src/: include/pa_common.h, include/pa_hash.h,
7728: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7729: types/pa_vmethod_frame.h: - hash now keeps order of elements
7730:
7731: * tests/014.html: - small changes in printing hash
7732:
7733: 2009-07-07 misha
7734:
7735: * src/classes/op.C: - new taint language "parser-code" was added
7736:
7737: * tests/219.html: - test for auto untaint parser code in process
7738: was added
7739:
7740: * src/classes/op.C: - tainted pieces in body of process are
7741: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7742:
7743: * src/: include/pa_string.h, main/untaint.C: - new language
7744: L_PARSER_CODE for auto-untaint in process was added
7745:
7746: * src/: classes/file.C, classes/hash.C, classes/image.C,
7747: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7748: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7749: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7750: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7751: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7752: code cleanup
7753:
7754: 2009-07-06 misha
7755:
7756: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7757: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7758: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7759:
7760: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7761: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7762: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7763: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7764: should be used
7765:
7766: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7767: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7768: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7769: untaint_cstr[m] should be used
7770:
7771: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7772: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7773:
7774: * tests/218.html: - test for checking automatic file-spec-taint was
7775: added
7776:
7777: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7778: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7779: classes/file.C, classes/hash.C, classes/image.C,
7780: classes/string.C, classes/table.C, classes/void.C,
7781: classes/xdoc.C: - optimizations and simplification of
7782: string.cstr(...)
7783:
7784: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7785: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7786: - optimizations and simplification of string.cstr(...)
7787:
7788: 2009-07-04 misha
7789:
7790: * tests/217.html: - test for recursion detection was added
7791:
7792: * src/: types/types.vcproj, main/main.vcproj,
7793: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7794: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7795: from .vcproj
7796:
7797: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7798:
7799: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7800: uploading files and case-insensitive http-method were added
7801:
7802: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7803: tainted pattern in ^file:list[] was added
7804:
7805: 2009-07-03 misha
7806:
7807: * src/: classes/classes.vcproj, main/main.vcproj,
7808: types/types.vcproj, targets/cgi/parser3.vcproj,
7809: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7810: for dynamic_cast) - little options changes
7811:
7812: * src/main/pa_http.C: - file::load[http works now with uploading
7813: files _and_ changing $.charset
7814:
7815: 2009-06-29 misha
7816:
7817: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7818: while creating pattern
7819:
7820: 2009-06-25 misha
7821:
7822: * src/classes/image.C, operators.txt: - options' names for
7823: ^image.font were changed to $.space, $.width and $spacing -
7824: default space width now == gif's width
7825:
7826: 2009-06-24 misha
7827:
7828: * tests/215.html: - tests for $file.mode were added
7829:
7830: * operators.txt: - added info about $file.mode and changes in
7831: ^image.font[
7832:
7833: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7834: param now could be omited - third param now could be hash (with
7835: all widths options: $.space-width, $.letter-width) - it's
7836: possible to specify tracking ($.letter-space)
7837:
7838: * src/classes/file.C: - file objects now could have mode field
7839: (text|binary)
7840:
7841: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7842:
7843: 2009-06-23 misha
7844:
7845: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7846: trim can work with utf-8 chars now
7847:
7848: 2009-06-20 misha
7849:
7850: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7851: was implemented
7852:
7853: * src/classes/table.C: - string length cacheing was implemented
7854:
7855: * src/include/pa_string.h: - string length cacheing was implemented
7856:
7857: 2009-06-17 misha
7858:
7859: * src/main/execute.C: - value param was removed from
7860: WContext::WContext
7861:
7862: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7863: pa_wwrapper.h: - value param was removed from WContext::WContext
7864: - field wcontext was removed from VCodeFrame (using fparent
7865: instead)
7866:
7867: * tests/214.html: - test with hash copying
7868:
7869: 2009-06-16 misha
7870:
7871: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7872: strings doesn't work in expression anymore
7873:
7874: * src/main/execute.C: - less calls for get_constructing() - little
7875: refactoring
7876:
7877: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7878: include/pa_request.h: - less calls for get_constructing()
7879:
7880: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7881: introduced with OPTIMIZE_SINGLE_STRING optimization
7882:
7883: 2009-06-14 misha
7884:
7885: * src/: classes/date.C, classes/file.C, classes/hash.C,
7886: classes/hashfile.C, classes/image.C, classes/regex.C,
7887: classes/table.C, classes/xdoc.C, classes/xnode.h,
7888: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7889: types/pa_vstateless_class.h, main/execute.C: - create object for
7890: storing object's fields only for parser objects
7891:
7892: 2009-06-13 misha
7893:
7894: * buildall-with-xml, buildall-without-xml: - new option was added
7895: for building GC (it slightly reduces memory usage)
7896:
7897: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7898: single string write
7899:
7900: * src/main/execute.C: - bytecode optimization of ^class:constructor
7901: - optimization of single string write
7902:
7903: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7904: - bytecode optimization of ^class:constructor
7905:
7906: 2009-06-09 misha
7907:
7908: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7909: main (better compatibility)
7910:
7911: 2009-06-08 misha
7912:
7913: * src/main/compile.y: - I've forgot to commit it :(
7914:
7915: 2009-06-07 misha
7916:
7917: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7918: WITH_READ and WITH_ROOT
7919:
7920: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7921: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7922: WITH_ROOT - little refactoring
7923:
7924: 2009-06-06 misha
7925:
7926: * tests/213.html: - tests for 3rd match string-param were added
7927:
7928: * src/classes/string.C: - 3rd match param could be string now
7929:
7930: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7931: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7932: GET_OBJECT_ELEMENT
7933:
7934: 2009-06-05 misha
7935:
7936: * src/main/pa_http.C: - bugfix: content-length was not calculated
7937: if $.body was specified
7938:
7939: 2009-06-04 misha
7940:
7941: * src/classes/op.C: - optimizing write_assign_lang in connect
7942:
7943: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7944:
7945: * src/main/execute.C: - little refactoring - optimizing
7946: write_assign_lang in taint/untaint
7947:
7948: * src/include/pa_opcode.h: - little refactoring
7949:
7950: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7951: main/compile_tools.h, main/execute.C: - optimizations for
7952: $self.field, ^self.method, $self.field[...] and $self.field(...)
7953: were added
7954:
7955: 2009-06-03 misha
7956:
7957: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7958:
7959: 2009-06-02 misha
7960:
7961: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7962: include/pa_opcode.h: - refactoring in last optimizations
7963: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7964: now but code is much easy and it is ready for further
7965: improvements.
7966:
7967: 2009-05-27 misha
7968:
7969: * src/: types/pa_junction.h, types/pa_vjunction.C,
7970: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7971: changed in destructing junctions
7972:
7973: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7974: String:Body
7975:
7976: 2009-05-26 misha
7977:
7978: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7979: one method detect_charset was deleted - bug was fixed in this
7980: method (error while detecting charset in content_type withot last
7981: ';')
7982:
7983: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7984: once
7985:
7986: 2009-05-25 misha
7987:
7988: * src/classes/file.C: - bugfix: file::exec didn't work after
7989: optimizing of helper_length
7990:
7991: 2009-05-24 misha
7992:
7993: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7994: were added - little refactoring
7995:
7996: * src/main/execute.C: - core while printing in debug log
7997: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7998: optimisations were added
7999:
8000: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8001: were added
8002:
8003: 2009-05-23 misha
8004:
8005: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8006: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8007: CORD_cat optimization
8008:
8009: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8010: - call constr optimisation under separate define now
8011:
8012: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8013: in $b should be string, not void
8014:
8015: * src/main/compile.y: - little fix for rem-cut optimisation
8016:
8017: * src/: include/pa_opcode.h, main/compile_tools.C,
8018: main/compile_tools.h, main/execute.C: - optimisations for
8019: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8020:
8021: * INSTALL: - description of some #defined were added
8022:
8023: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8024: before 1st access (memory usage is reduced if don't access to
8025: .text field)
8026:
8027: * src/include/pa_array.h: - array grows step now not static (it
8028: reduces numbers of reallocs)
8029:
8030: 2009-05-20 misha
8031:
8032: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8033: $.b(2), $c[d] and $.e[f] was added
8034:
8035: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8036: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8037: $.e[f] was added
8038:
8039: * src/main/execute.C: - debug printing moved in defines
8040:
8041: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8042: and little refactoring for OP_GET_OBJECT_ELEMENT +
8043: OP_GET_OBJECT_VAR_ELEMENT optimisation
8044:
8045: 2009-05-19 misha
8046:
8047: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8048: execute.C: - $a.$b & ^a.$b bytecode optimisation
8049:
8050: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8051: ^a.$b optimisation)
8052:
8053: * src/main/compile.y: - compiler now generate new opcodes:
8054: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8055: ^a.b - compiler now cut off ^rem{ with all content ; any number
8056: of params }
8057:
8058: * src/main/execute.C: - code for handle new opcodes
8059: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8060:
8061: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8062: added for LA2V and LA2S
8063:
8064: * src/include/pa_opcode.h: - new defines which can be used for
8065: disable some bytecode optimisation and new opcodes were added
8066:
8067: 2009-05-17 misha
8068:
8069: * src/lib/cord/cordxtra.c: - bugfix.
8070:
8071: * tests/212.html: - .size[] and .study_size[] were added to tests
8072:
8073: * operators.txt: - info about regex class was added
8074:
8075: * tests/212.html: - tests for regex class were added
8076:
8077: 2009-05-16 misha
8078:
8079: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8080: gc7.1
8081:
8082: * tests/022.html: - test for ^file:list[path;] (empty second param)
8083: was added
8084:
8085: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8086: param) should work
8087:
8088: 2009-05-15 misha
8089:
8090: * src/classes/table.C: - automatically disable stringstream usage
8091: on freebsd4
8092:
8093: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8094: scope
8095:
8096: * tests/211.html: - test with different types of access to hash was
8097: added
8098:
8099: * tests/210.html: - test which checks for loosing tainting in
8100: hash's keys was added
8101:
8102: * tests/208.html: - some parser work added. or stime == 0 %-)
8103:
8104: * src/lib/cord/cordbscs.c: - little hack was added to cord
8105:
8106: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8107:
8108: * src/include/pa_version.h, configure.in: - moko have made a lot of
8109: optimisations for increacing version number more dramatically :)
8110:
8111: * src/classes/date.C: - little refactoring: use constructor which
8112: accepts formated string
8113:
8114: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8115: which can print formatted string was added
8116:
8117: 2009-05-14 misha
8118:
8119: * src/include/pa_string.h: - type was fixed
8120:
8121: * src/: classes/hashfile.C, classes/op.C,
8122: include/pa_cache_managers.h, include/pa_charset.h,
8123: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8124: include/pa_request.h, include/pa_sql_driver_manager.h,
8125: include/pa_string.h, include/pa_stylesheet_manager.h,
8126: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8127: main/pa_charsets.C, main/pa_string.C,
8128: main/pa_stylesheet_connection.C, types/pa_value.h,
8129: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8130: types/pa_vobject.C, types/pa_vstateless_class.C,
8131: types/pa_vstateless_class.h: - hash_code caching was implemented
8132: (seaches should be faster now)
8133:
8134: * src/: classes/file.C, classes/hash.C, classes/image.C,
8135: classes/string.C, classes/table.C, include/pa_string.h,
8136: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8137: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8138: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8139: types/pa_vrequest.C: - String constructors don't have that stupid
8140: true/false param which means 'tainted'. they accept lang instead.
8141:
8142: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8143: with OPTIMIZE_RESULT
8144:
8145: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8146: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8147:
8148: 2009-05-13 misha
8149:
8150: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8151: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8152: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8153: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8154: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8155: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8156: include/pa_string.h, classes/date.C, classes/file.C,
8157: classes/hash.C, classes/image.C, classes/string.C,
8158: classes/table.C, classes/xdoc.C: - result optimisation -
8159: helper_length parameter removed from string constructors
8160:
8161: 2009-05-11 misha
8162:
8163: * tests/209.html: - tests for ^hash::create[hash] were added
8164:
8165: * tests/208.html: - tests for $status:rusage, $status:memory,
8166: ^memory:compact[] were added
8167:
8168: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8169: log10 were added
8170:
8171: * tests/206.html: - test for try with finally was added
8172:
8173: 2009-05-10 misha
8174:
8175: * tests/205.html: - test for ^file::create[...] was added
8176:
8177: * tests/204.html: - test for ^response:clear[] was added
8178:
8179: * tests/038.html: - tests for trigonometric functions were added
8180:
8181: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8182: added - more tests for .add, .sub, .union, .intersects and
8183: .intersections
8184:
8185: * tests/065.html: - test for ^file:dirname was added
8186:
8187: * tests/030.html: - test for $cookie:fields was added
8188:
8189: * tests/203.html: - test for ^h._keys[column name] was added
8190:
8191: * tests/201.html: - tests for .trim were added
8192:
8193: * tests/202.html: - tests for last-day,
8194: date:calendar[type](YYYY;MM;DD) were added
8195:
8196: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8197: .offset[type](N) were added
8198:
8199: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8200: and .pos[c](N) were added
8201:
8202: * tests/141.html: - test for math:sha1 was added
8203:
8204: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8205:
8206: 2009-05-09 misha
8207:
8208: * src/main/compile.y: - rollback
8209:
8210: 2009-05-05 misha
8211:
8212: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8213: replaced by is_empty()
8214:
8215: * src/: include/pa_string.h, main/pa_charset.C: - little
8216: optimisation: somewhere length() was replaced by is_empty()
8217:
8218: * src/classes/table.C: - little optimisation: somewhere length()
8219: was replaced by is_empty()
8220:
8221: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8222: classes/op.C, classes/table.C, main/pa_exception.C: - little
8223: optimisation: somewhere length() was replaced by is_empty()
8224:
8225: 2009-05-04 misha
8226:
8227: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8228: types/pa_vstateless_class.h, main/execute.C,
8229: include/pa_request.h, classes/hash.C, classes/op.C,
8230: classes/table.C: - more optimisations were added: some operators
8231: don't switch write context anylonger
8232:
8233: 2009-05-01 misha
8234:
8235: * src/main/compile.y: - slightly more opcode optimisations for
8236: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8237:
8238: * src/main/execute.C: - simplifying process for getters
8239:
8240: 2009-04-30 misha
8241:
8242: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8243:
8244: * tests/results/199.processed: - test for checking $result into
8245: ^rem was added
8246:
8247: * tests/199.html: - test for checking $result into ^rem was added
8248:
8249: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8250: some OS it returns list in different order)
8251:
8252: * src/: include/pa_array.h, include/pa_request.h,
8253: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8254: changes in stack impl - get_element() optimisation: 3rd param
8255: removed - bugfix: problems with reading empty input param -
8256: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8257:
8258: * tests/results/198.processed: - test for reading empty local var
8259: was added
8260:
8261: * tests/198.html: - test for reading empty local var was added
8262:
8263: 2009-04-29 misha
8264:
8265: * src/main/compile.y: - bugfix: couldn't compile because
8266: OP_VALUE__GET_ELEMENT should be unde #ifdef
8267:
8268: * src/: include/pa_array.h, include/pa_opcode.h,
8269: include/pa_request.h, main/compile.y, main/execute.C,
8270: main/pa_request.C, types/pa_vmethod_frame.C,
8271: types/pa_vmethod_frame.h: - we can work without opcode
8272: OP_STORE_PARAM, so it was removed
8273:
8274: 2009-04-28 misha
8275:
8276: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8277: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8278: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8279: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8280: 4.
8281: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8282:
8283: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8284:
8285: * src/: main/pa_string.C, classes/string.C: - !length() =>
8286: is_empty()
8287:
8288: 2009-04-27 misha
8289:
8290: * src/types/pa_vregex.h: - back explicit vars initialisation
8291:
8292: 2009-04-24 misha
8293:
8294: * src/classes/string.C: - ups. typo fixed
8295:
8296: * src/main/execute.C: - more replacements '*new VBool' to
8297: 'VBool::get' - checks for ^break[], ^continue[] and
8298: parser.interrupted were optimised
8299:
8300: * src/classes/string.C: - number of params.count() calls was
8301: slightly reduced
8302:
8303: 2009-04-23 misha
8304:
8305: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8306: make it x64 friendly
8307:
8308: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8309: parser is x64 friendly now
8310:
8311: 2009-04-22 misha
8312:
8313: * src/types/pa_vhashfile.C: - coder friendly exception about
8314: exceeding record size was added
8315:
8316: * src/classes/file.C: - use vregex object instead of direct calls
8317: methods from pcre lib
8318:
8319: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8320: classes/string.C: - use vregex object instead of direct calls
8321: methods from pcre lib
8322:
8323: * src/: include/pa_common.h, main/pa_common.C: - method
8324: print_pcre_exec_error_text was moved to class vregex
8325:
8326: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8327: was added
8328:
8329: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8330: - class vregex was added
8331:
8332: 2009-04-21 misha
8333:
8334: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8335:
8336: * src/: types/pa_junction.h, types/pa_value.C,
8337: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8338: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8339: junction-optimisation (destructors)
8340:
8341: * src/include/pa_array.h: - free under if now
8342:
8343: 2009-04-19 misha
8344:
8345: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8346:
8347: 2009-04-18 misha
8348:
8349: * src/include/pa_version.h:
8350: :q :
8351:
8352: CV:
8353: ----------------------------------------------------------------------
8354:
8355: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8356: refactoring
8357:
8358: * src/: include/pa_array.h, include/pa_hash.h,
8359: types/pa_vmethod_frame.h: - destructors under #ifdef now
8360:
8361: * src/include/pa_memory.h: - define for using destructors was added
8362:
8363: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8364: main/execute.C: - some junctions will be cached now
8365:
8366: * src/include/pa_hash.h: - hash destructor frees pairs now
8367:
8368: * src/include/pa_array.h: - inline was added to destructor
8369:
8370: * src/types/pa_method.h: - comment was changed
8371:
8372: 2009-04-17 misha
8373:
8374: * src/: include/pa_array.h, include/pa_hash.h,
8375: types/pa_vmethod_frame.h: - destructors were added
8376:
8377: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8378: renamed to always_use_result
8379:
8380: * src/main/: compile.y, compile_tools.h: - rollback changes in
8381: compiler: full backward compatibility is better
8382:
8383: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8384: result in var's hash
8385:
8386: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8387: optimisation in method_frame
8388:
8389: * src/include/pa_array.h: - optimisation in array (allocate
8390: elements only when needed)
8391:
8392: * src/types/pa_vresponse.C: - check for $response:headers field
8393: before looking at custom fields
8394:
8395: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8396: not needed to check existance var with name 'result' in var's
8397: hash
8398:
8399: * src/main/compile.y: - compiler was changed: now it detects
8400: writings to $result and set flag writo_to_result in method
8401:
8402: * src/classes/string.C: - little optimisation: no needed to write
8403: number with lang
8404:
8405: * src/main/pa_charset.C: - methods readChar and skipChar which is
8406: used for read utf8-strings were renamed - is_escaped was renamed
8407: to isEscaped (to the same name convention)
8408:
8409: * src/: types/pa_method.h, main/compile_tools.h: - flag
8410: write_to_result added. compiler get this info from code.
8411:
8412: 2009-04-16 misha
8413:
8414: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8415: String only before 1st write
8416:
8417: * src/include/pa_string.h: - not needed template removed
8418:
8419: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8420: types/pa_vjunction.C, types/pa_vproperty.C,
8421: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8422: main/pa_request.C, classes/bool.C, classes/double.C,
8423: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8424: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8425: bool objects)
8426:
8427: 2009-04-15 misha
8428:
8429: * src/lib/cord/cordxtra.c: - more optimisation
8430:
8431: * src/: include/pa_string.h, main/untaint.C: - String::append
8432: optimisation
8433:
8434: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8435: then get and can sometime be used)
8436:
8437: * src/main/pa_string.C: - String::length optimisation
8438:
8439: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8440: these methods read different strings
8441:
8442: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8443: fresult_initial_void removed + some optimisation - if $result
8444: defined we don't write to context anymore
8445:
8446: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8447: need just skip char)
8448:
8449: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8450: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8451: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8452:
8453: * src/types/pa_vvoid.h: - added get() method for retreave one
8454: instance
8455:
8456: 2009-04-11 misha
8457:
8458: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8459:
8460: * tests/197.html: - test for parser://test in xml was added
8461:
8462: * src/classes/string.C: - small optimisation
8463:
8464: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8465: optimisation
8466:
8467: 2009-04-10 misha
8468:
8469: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8470: to pcre-7.8
8471:
8472: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8473:
8474: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8475: added
8476:
8477: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8478: $request:CLASS_NAME were added
8479:
8480: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8481: were added
8482:
8483: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8484: $env:CLASS_NAME were added
8485:
8486: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8487: '@todo' now
8488:
8489: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8490: compirer
8491:
8492: * src/main/pa_string.C: - little code cleanup
8493:
8494: * src/main/pa_common.C: - describe one more UTF-8 related error
8495: during PCRE compile/execute
8496:
8497: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8498: normalizing todo-comments: '@todo' now
8499:
8500: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8501:
8502: * src/main/pa_charset.C: - type changed for making compiler happy
8503:
8504: 2009-03-10 misha
8505:
8506: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8507: in main()
8508:
8509: 2009-02-01 misha
8510:
8511: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8512: boundary
8513:
8514: 2009-01-25 misha
8515:
8516: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8517:
8518: * src/classes/file.C: - more changes for parsing different number
8519: of params for file::load
8520:
8521: * tests/193.html: - tests for exception while base64-decode binary
8522: to string was added
8523:
8524: * tests/192.html: - tests for file::load with different number of
8525: options
8526:
8527: * src/classes/math.C: - ups. forgot '+1'
8528:
8529: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8530: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8531: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8532: (new option $.encode[multipart-form/data] should be specified) -
8533: $.method[] option for file::load now is not case-sensitive
8534:
8535: * src/: include/pa_string.h, main/untaint.C: - for file post the
8536: new taint language L_FILE_POST was added
8537:
8538: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8539: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8540: stuff was moved to separate files
8541:
8542: 2009-01-23 misha
8543:
8544: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8545: spaces to tabs were converted
8546:
8547: 2009-01-12 misha
8548:
8549: * src/main/pa_http.C: - value of $.method[] option force uppercased
8550: now
8551:
8552: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8553: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8554: their names
8555:
8556: * src/main/pa_common.C: - changes in formating
8557:
8558: * src/: classes/file.C, main/pa_http.C: - some constants changed
8559: their names
8560:
8561: * src/include/pa_http.h: - some spaces were converted to tabs
8562:
8563: * src/include/pa_common.h: - some constants changed their names
8564:
8565: * src/classes/file.C: - fixed 4-th paramether for file::load -
8566: little code rewriting
8567:
8568: * src/types/pa_vfile.C: - little code rewriting
8569:
8570: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8571: types/pa_value.h: - some formating changes
8572:
8573: * src/include/pa_common.h: - some formating spaces transformed to
8574: tabs
8575:
8576: * src/classes/string.C: - exception while base64-decode binary to a
8577: string
8578:
8579: 2009-01-11 misha
8580:
8581: * configure.in: - version changed to 3.3.1b
8582:
8583: 2008-09-05 misha
8584:
8585: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8586: release_3_3_0 on 2008-09-05 10:59:35 +0000
8587:
8588: 2008-09-04 misha
8589:
8590: * tests/: 130.html, 131.html: - these exceptions not typeless
8591: anymore
8592:
8593: * src/classes/op.C: - exception with 'invalid taint language' not
8594: typeless anylonger
8595:
8596: * src/classes/image.C: - some exceptions while operations with
8597: image not typeless anymore
8598:
8599: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8600: main/pa_exec.C, main/pa_http.C: - some exceptions while
8601: operations with files not typeless anymore
8602:
8603: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8604: types/pa_vdate.h: - exceptions while checking date range not
8605: typeless anymore
8606:
8607: * src/include/pa_exception.h: - exception type string for invalid
8608: date range was added
8609:
8610: 2008-09-03 misha
8611:
8612: * src/: classes/file.C, main/pa_string.C: - exception while pce
8613: operations not typeless anymore
8614:
8615: * src/include/pa_exception.h: - exception type for pce operations
8616: was added
8617:
8618: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8619: and .CLASS_NAME insite classes
8620:
8621: * src/classes/table.C: - don't save table header whiile
8622: ^table.save[append;filename] if file exists
8623:
8624: 2008-09-02 misha
8625:
8626: * src/main/compile.y, src/main/compile_tools.h,
8627: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8628: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8629: renamed to partial and it login changed: we must mark class as
8630: partial for allow their modifications in future.
8631:
8632: 2008-08-29 misha
8633:
8634: * tests/results/022.processed: - testing taint[regex] in mask for
8635: file:list
8636:
8637: * tests/022.html: - testing taint[regex] in mask for file:list
8638:
8639: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8640: for file:list was added
8641:
8642: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8643: file:list
8644:
8645: 2008-08-26 misha
8646:
8647: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8648: last derived object
8649:
8650: * src/classes/image.C: - many strings "image.format" replaced by
8651: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8652: understand some more exif tags
8653:
8654: * src/include/pa_exception.h: - string "image.format" was added
8655:
8656: 2008-08-21 misha
8657:
8658: * src/: main/pa_string.C, classes/file.C: - use method for print
8659: pcre_exec text error
8660:
8661: * src/main/pa_common.C: - method for print pcre_exec text error was
8662: added
8663:
8664: * src/include/pa_common.h: - method declaration for print pcre_exec
8665: text error was added
8666:
8667: 2008-08-19 misha
8668:
8669: * src/main/execute.C: - bugfix: opcodes must be in separate
8670: namespace while debug execution as well
8671:
8672: * tests/: 015.html, results/015.processed: - test for escaping some
8673: parser chars was added
8674:
8675: 2008-08-18 misha
8676:
8677: * tests/: 190.html, 190.p, results/190.processed: - test for
8678: $caller.self.field + default getter in one class was added
8679:
8680: * tests/: 189.html, results/189.processed: - test for
8681: ^date::create[date object]
8682:
8683: * tests/: 188.html, results/188.processed: - tests for match with
8684: UTF-8 strings
8685:
8686: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8687: ^string.match[]
8688:
8689: * ChangeLog: - parser 3.3.0 beta13
8690:
8691: 2008-08-15 misha
8692:
1.116 moko 8693: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8694: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8695: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8696: dftables.c: - old PCRE files removed
1.95 moko 8697:
8698: * src/lib/pcre/config.h: - configuration for PCRE library
8699:
8700: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8701: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8702:
8703: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8704: library and set flag UTF8 if $request:charset is UTF-8
8705:
8706: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8707: include/pa_config_fixed.h: - moved to new PCRE library
8708:
8709: * src/: main/main.vcproj, types/types.vcproj,
8710: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8711: win32\pcre instead of parser3\src\lib\pcre
8712:
8713: * src/: include/pa_opcode.h, include/pa_operation.h,
8714: main/compile.C, main/compile.y, main/compile_tools.C,
8715: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8716: opcodes were moved to separate namespace
8717:
8718: 2008-08-14 misha
8719:
8720: * src/types/pa_vstateless_class.C: - newline at the end missed
8721:
8722: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8723: tainting
8724:
8725: 2008-08-11 misha
8726:
8727: * tests/: 187.html, 187.p, results/187.processed: - tests for
8728: $caller.self, $caller.self.field and $caller.self.field[value]
8729: were added
8730:
8731: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8732: runtime as well (for $caller.self)
8733:
8734: 2008-07-25 misha
8735:
8736: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8737: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8738: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8739: tests with international characters
8740:
8741: 2008-07-23 misha
8742:
8743: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8744: file::load[...;http://
8745:
8746: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8747: now everywhere in separate namespace
8748:
8749: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8750: for vars
8751:
8752: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8753: can be escaped by '^'
8754:
8755: 2008-07-22 misha
8756:
8757: * src/classes/string.C, tests/186.html: - names changes:
8758: escape=>js-escape, unescape=>js-unescape
8759:
8760: 2008-07-21 misha
8761:
8762: * tests/results/186.processed: - test for string escape/unescape
8763:
8764: * tests/186.html: - test for string escape/unescape
8765:
8766: * src/classes/string.C: - string has escape and unescape methods
8767: now
8768:
8769: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8770: added
8771:
8772: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8773: method-layers added (with different params)
8774:
8775: 2008-07-18 misha
8776:
8777: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8778: was added
8779:
8780: * tests/185.html: - test for ^str.pos[sub](offset) added
8781:
8782: * src/classes/string.C, src/classes/void.C, operators.txt: -
8783: ^string.pos[substr](offset) -- 2nd param accepted now
8784:
8785: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8786: strings
8787:
8788: 2008-07-17 misha
8789:
8790: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8791: helper length added for mid for small optimisation
8792:
8793: 2008-07-16 misha
8794:
8795: * tests/: 185.html, results/185.processed: - tests for
8796: length/left/right/mid/pos with utf-8 strings
8797:
8798: * src/classes/string.C: - left/right/mid/length/pos works fine for
8799: utf-8 strings
8800:
8801: * src/main/untaint.C: - comments removed
8802:
8803: * src/: include/pa_string.h, main/pa_string.C,
8804: include/pa_charset.h, main/pa_charset.C: - methods for working
8805: with pos/mid for strings in utf-8 were added
8806:
8807: 2008-07-15 misha
8808:
8809: * tests/: 184.html, results/184.processed: - test for case body as
8810: expression: $var(^switch(1){^case(1)(true)..})
8811:
8812: * src/classes/op.C: - case body can be expression now:
8813: $var(^switch(1){^case(1)(true)..})
8814:
8815: * tests/: results/183.processed, 183.html: - added test for testing
8816: new cookie encoding (%uXXXX)
8817:
8818: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8819: decoding for backward compatibility they decoded from %XX in
8820: request:charset too
8821:
8822: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8823: - cookie class now decode cookies before first access after last
8824: request:charset changing (as form class).
8825:
8826: * src/main/pa_charset.C: - added method escape for escaping cookies
8827: as %uXXXX - before transcode calculate required space for dest
8828: string. it reduce mem usage for transcode
8829:
8830: * src/include/pa_charset.h: - added method escape for escaping
8831: cookies as %uXXXX
8832:
8833: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8834: was added. will used for escaping cookies as %uXXXX
8835:
8836: * src/include/pa_common.h: - escape method has new option for skip
8837: converting '+' to a space char
8838:
8839: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8840: transcode - escape method has new option for skip converting '+'
8841: to a space char
8842:
8843: 2008-07-08 misha
8844:
8845: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8846: (no UE if more then 1 case matches anylonger) - optimization:
8847: doing searching.as_string() || searching.as_double() only once
8848:
8849: 2008-07-04 misha
8850:
8851: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8852: now ^date::create[date object] works
8853:
8854: * src/classes/string.C: - left and right added as aliases for start
8855: and end in ^string.trim[]
8856:
8857: 2008-07-03 misha
8858:
8859: * src/classes/file.C: - allow $.limit for file::sql as well
8860:
8861: * src/classes/file.C: - allow $.offset option for file::sql - force
8862: send limit=1 to query for use sql specifics authomatically
8863:
8864: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8865: if $.limit value if empty. autoconvert it as everywere
8866:
8867: 2008-07-02 misha
8868:
8869: * configure.in: - time to change version number to 3.3.0 %-)
8870:
8871: * src/include/pa_version.h: - time to change version number to
8872: 3.3.0 %-)
8873:
8874: 2008-06-26 misha
8875:
8876: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8877: $.limit(0) fixes
8878:
8879: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8880: - $.limit(0) fixes
8881:
8882: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8883: new API)
8884:
8885: * src/: include/pa_sql_driver_manager.h,
8886: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8887: classes/op.C: - document_root added
8888:
8889: * src/main/compile.tab.C: - error message was changed
8890:
8891: 2008-06-25 misha
8892:
8893: * src/main/compile.y: - error message was changed
8894:
8895: 2008-06-24 misha
8896:
8897: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8898:
8899: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8900: tests for @OPTIONS\nappend
8901:
8902: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8903:
8904: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8905:
8906: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8907:
8908: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8909: compile.y
8910:
8911: 2008-06-17 misha
8912:
8913: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8914: compilation: ^if(default){true. it's incorrect. must be
8915: exception}
8916:
8917: 2008-06-16 misha
8918:
8919: * tests/: 181.ent, 181.html, results/181.processed: - test for
8920: checking external reference loading with 'http://localhost'
8921: prefix while creating xdoc
8922:
8923: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8924: ^math:long2ip[] and ^math:ip2long[]
8925:
8926: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8927: added which use scalar stateless class method when user object
8928: used in scalar context - use get_scalar_value when user object
8929: requested in scalar context
8930:
8931: * src/main/pa_common.C: - size must be int but not size_t or we
8932: can't compare with 0 sprintf result
8933:
8934: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8935: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8936: with internal switch between local/global vars
8937:
8938: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8939: specified
8940:
8941: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8942: pa_vstateless_object.h: - stateless class and object now has
8943: private scalar field and getter/setter for working with it
8944:
8945: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8946: moved to inet static class
8947:
8948: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8949: class added (^inet:aton[IP], ^inet:ntoa(number))
8950:
8951: * tests/: 180.html, results/180.processed: - tests for
8952: ^math:long2ip(long) and ^math:ip2long[IP]
8953:
8954: * src/classes/math.C: - ^math:ip2long[IP] added
8955:
8956: 2008-06-11 misha
8957:
8958: * src/main/pa_xml_io.C: - use file_read_text again because of we
8959: need cut BOM code and remove DOS newline chars. but don't
8960: transcode it anyway.
8961:
8962: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8963: main/pa_http.C: - option for disable transcoding while file_read
8964: and file_read_text added
8965:
8966: 2008-06-10 misha
8967:
8968: * tests/: 179.html, 179.p, results/179.processed: - test for many
8969: classes in 1 file
8970:
8971: * src/main/: compile.C, compile_tools.h: - compile return list of
8972: classes now.
8973:
8974: * src/main/: compile.y, compile.tab.C: - compile return list of
8975: classes now. internals.
8976:
8977: * src/main/pa_request.C: - compile return list of classes now. try
8978: call @conf and @auto for each returned class
8979:
8980: * src/include/pa_request.h: - compile return list of classes now
8981:
8982: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8983: return list of classes when compile buf)
8984:
8985: 2008-06-07 misha
8986:
8987: * src/main/pa_request.C: - constructing VRequest object with 3rd
8988: param -- form
8989:
8990: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8991: 3rd param: form. needed for get post_charset
8992:
8993: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8994: added
8995:
8996: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8997: types/pa_vform.C, types/pa_vform.h: - some polish
8998:
8999: 2008-06-06 misha
9000:
9001: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9002: charset and decode chars from it but not from response:charset
9003:
9004: * src/main/pa_http.C: - detect_charset moved out of here
9005:
9006: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9007: methods moved here - unescape_chars accepn one charset now
9008:
9009: * src/main/pa_http.C: - new constants used - don't allow
9010: $.content-type in ^file::load[;http://;$.method[POST]] - add
9011: charset info while ^file::load[;http://;$.method[POST]] - option
9012: $.omit-post-charset(true) added to ^file::load[;http://] for
9013: disabling charset during post
9014:
9015: * src/types/pa_vform.C: - new constants used
9016:
9017: * src/include/pa_common.h: - some constants were added
9018:
9019: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9020: instead of StrEqNc
9021:
9022: * src/main/pa_common.C: - new method for caseless search
9023: c-substring in c-string - use isxdigit instead of is_hex_digit
9024:
9025: * src/include/pa_common.h: - new method for caseless search
9026: c-substring in c-string
9027:
9028: 2008-06-05 misha
9029:
9030: * tests/results/178.processed: - test for testing default getter
9031:
9032: * tests/178.html: - test for testing default getter
9033:
9034: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9035: for test for testing default getter
9036:
9037: * src/main/execute.C: - default getter soul
9038:
9039: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9040: requested objects' field not found
9041:
9042: * src/types/pa_vclass.C: - register default getter if defined - get
9043: default getter if requested field not found
9044:
9045: * src/types/pa_vstateless_object.h: - method get_default_getter was
9046: added
9047:
9048: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9049: pointer to default getter and methods for get/set it were added
9050:
9051: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9052: auto_name field (for default getter)
9053:
9054: 2008-06-04 misha
9055:
9056: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9057: transcoding, no cutting BOM code, no fixing line breaks) and get
9058: it to libxml "as is"
9059:
9060: 2008-06-03 misha
9061:
9062: * src/main/pa_common.C: - use store_Char instead of
9063: transcodeCharFromUTF8
9064:
9065: * src/: include/pa_charset.h, main/pa_charset.C: - method
9066: store_Char added, transcodeCharFromUTF8 -- removed
9067:
9068: 2008-06-02 misha
9069:
9070: * tests/: results/177.processed, 177.html: - test for checking
9071: .[acm]date after local ^file::load[] was added
9072:
9073: * tests/: results/176.processed, 176.html: - test for checking
9074: @OPTION\locals + @method[vars][locals] added
9075:
9076: * tests/results/auto.p: - CLASS_PATH specified for checking use
9077:
9078: 2008-05-30 misha
9079:
9080: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9081: @OPTION\nlocals + @method[vars][;locals;] were added
9082:
9083: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9084: moved to separate method op_code - switch from VMethodFrame to
9085: VMethodFrameGlobal + VMethodFrameLocal
9086:
9087: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9088: was moved to separate method op_code
9089:
9090: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9091: VMethodFrame now
9092:
9093: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9094: all_vars_local as well
9095:
9096: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9097: pa_vmethod_frame_local.h, Makefile.am: - who children for
9098: VMethodFrame were added: one (global) works as VMethodFrame
9099: before and second (local) write all vars in self vars scope
9100:
9101: * src/types/pa_method.h: - method has bool flag all_vars_local now
9102:
9103: 2008-05-29 misha
9104:
9105: * tests/: 129.html, results/129.processed: - more tests for
9106: ^table.hash[]
9107:
9108: * src/classes/hash.C: - ^hash::sql has a new option:
9109: $.type[hash|string|table] as ^table.hash[] one.
9110:
9111: * src/classes/op.C: - ^try has 3rd param now: finally code which
9112: executed anyway after try or catch section
9113:
9114: 2008-05-27 misha
9115:
9116: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9117: must not fail if $.distinct(1) wasn't specified
9118:
9119: 2008-05-26 misha
9120:
9121: * src/classes/op.C: - allow ^throw[my type]
9122:
9123: 2008-05-22 misha
9124:
9125: * configure.in, configure: - version number updated to 3.2.4b
9126:
9127: * src/classes/: op.C, string.C: - trim format string before
9128: eval/format
9129:
9130: * tests/: results/175.processed, 175.html: - more tests for
9131: different format strings in .format[]
9132:
9133: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9134: as well (not only %XX)
9135:
9136: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9137: charset specified - checks for format before print number
9138: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9139: (instead of tabs) removed
9140:
9141: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9142: charset specified
9143:
9144: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9145: char in requested charset from utf code was added
9146:
9147: 2008-05-19 misha
9148:
9149: * tests/: 174.html, results/174.processed: - test for
9150: ^hashfile.cleanup[] added
9151:
9152: * src/classes/hashfile.C: - optimization: don't create any key or
9153: value variable if it's name weren't specified
9154: (^hf.foreach[;v]{...})
9155:
9156: 2008-05-16 misha
9157:
9158: * src/classes/hash.C: - optimization: don't create any key variable
9159: if variable name wasn't specified (^h.foreach[;v]{...})
9160:
9161: 2008-05-15 misha
9162:
9163: * src/classes/op.C: - small changes
9164:
9165: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9166:
9167: * src/classes/hash.C: - calculate var_context once before foreach
9168:
9169: 2008-05-14 misha
9170:
9171: * src/classes/hashfile.C: - incorrect vars context calculation for
9172: ^hashfile.foreach[;]{} fixed
9173:
9174: * src/classes/: hash.C, table.C: - little optimisation
9175:
9176: * src/classes/file.C: - bugfix: double absolute path while loading
9177: file
9178:
9179: * tests/: 174.html, results/174.processed: - tests for hashfile
9180: were added
9181:
9182: * buildall-with-xml: - moving to libxslt 1.1.24
9183:
9184: 2008-04-30 misha
9185:
9186: * src/classes/file.C: - stat file while loading (local only) so
9187: .adate, .mdate and .cdate available without additional ::stat
9188:
9189: 2008-04-28 misha
9190:
9191: * src/classes/file.C: - $.name and $.content-type available for
9192: stated file
9193:
9194: 2008-04-14 misha
9195:
9196: * src/targets/cgi/parser3.C: - new year in copyright %-)
9197:
9198: * src/include/pa_version.h: - new version number in head
9199:
9200: 2008-04-10 misha
9201:
9202: * tests/: 080.html, results/080.processed: - cut '0' from
9203: exponential part because of on diff OS it differ (20 or 020 for
9204: ex)
9205:
9206: * tests/: 119.html, results/119.processed: - check for encoding
9207: while creating xdoc
9208:
9209: 2008-04-09 misha
9210:
9211: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9212:
9213: * src/main/pa_common.C: - comment added
9214:
9215: * src/classes/date.C: - little refactoring
9216:
9217: 2008-04-07 misha
9218:
9219: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9220: style of ^table.save[]: prepare one big string and sabe it at
9221: once. it's safe on freebsd 4.x but use much more memory.
9222:
9223: * buildall-with-xml, buildall-without-xml: - option
9224: --disable-stringstream added (under comment. use it on freebsd
9225: 4.x)
9226:
9227: 2008-02-22 misha
9228:
9229: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9230: specified together in file::load[;http] - get back transcoding
9231: $.body[] in file::load[;http]
9232:
9233: 2008-02-21 misha
9234:
9235: * src/classes/date.C: - ^date.gmt-string[] was added
9236:
9237: * src/types/pa_value.C: - method for output date in RFC 822 format
9238: moved to pa_common.h
9239:
9240: * src/include/pa_common.h: - method for output date in RFC 822
9241: format moved here from pa_value.C
9242:
9243: * src/types/pa_vmail.C: - fixed core in sending mail with
9244: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9245:
9246: 2008-02-20 misha
9247:
9248: * src/main/pa_http.C: - transcode $.headers before escaping into
9249: specified charset while ^file::load[...;http://...] (L_URI
9250: instead of L_HTTP_HEADER) - $.cookies param available in
9251: ^file::load[;http://...] now (but we don't parse set-cookies from
9252: response yet) (cookies not transcoded as common $cookies)
9253:
9254: 2008-02-19 misha
9255:
9256: * src/main/pa_request.C: - rollback: we mustn't force taint
9257: $response:field values because in this case
9258: $response:locateion[http://...] don't works.
9259:
9260: 2008-02-15 misha
9261:
9262: * src/classes/op.C: - little refactoring
9263:
9264: * src/main/pa_http.C: - taint names of $.headers for load[;http
9265:
9266: * src/main/pa_request.C: - force taint values of $response:field
9267:
9268: 2008-02-14 misha
9269:
9270: * src/main/pa_request.C: - $response:field transcoded to
9271: $response:charset before escaping now
9272:
9273: * src/main/pa_http.C: - some outdated comments removed
9274:
9275: * src/classes/date.C: - lastdat -> last-day
9276:
9277: * src/classes/date.C: - ^date:lastday(year;month) and
9278: ^date.lastday[] were added - little code refactoring - comments
9279: changes
9280:
9281: * tests/: 159.html, results/159.processed: - test for number of
9282: days in February
9283:
9284: * src/types/pa_value.C: - fixes in code formatting
9285:
9286: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9287: and comments
9288:
9289: 2008-02-13 misha
9290:
9291: * src/main/pa_common.C: - bugfix for february at leap year
9292:
9293: 2008-01-28 misha
9294:
9295: * tests/: 160.html, results/160.processed: - more test for cache
9296: added
9297:
9298: * src/classes/op.C: - bugfix: cache body executed twice if contains
9299: unhandled exception
9300:
9301: 2008-01-25 misha
9302:
9303: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9304: bug when hashfile became inavailable after memory:compact)
9305:
9306: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9307:
9308: 2008-01-22 misha
9309:
9310: * src/classes/table.C: - little refactiring and exception texts
9311: changes in method ^table.hash[]
9312:
9313: * src/types/pa_vcookie.C: - link to cookie specification changed
9314:
9315: 2008-01-21 misha
9316:
9317: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9318: file::exec/cgi
9319:
9320: * src/classes/file.C: - bugfix: core while processing headers if
9321: executed cgi script don't return content
9322:
9323: 2008-01-18 misha
9324:
9325: * buildall-with-xml: - move to libxml2 version 2.6.31
9326:
9327: * src/include/pa_version.h, configure.in: - version number updated
9328: to '3.2.3b'
9329:
9330: 2007-12-28 misha
9331:
9332: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9333: hash.contains
9334:
9335: 2007-12-27 misha
9336:
9337: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9338: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9339: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9340: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9341: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9342: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9343: src/targets/cgi/parser3.vcproj,
9344: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9345: back to VS2003 because of Apache 1.3 module can't work if it was
9346: built in VS 2005. with cgi all file so VS2003 project files can
9347: be easy converted to the new format.
9348:
9349: 2007-12-04 misha
9350:
9351: * src/types/pa_vcode_frame.h: - changes in comment
9352:
9353: 2007-11-29 misha
9354:
9355: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9356: intercept strings any longer
9357:
9358: * tests/: 173.html, results/173.processed: - tests for
9359: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9360: but not in main code frame
9361:
9362: * tests/: 172.html, results/172.processed: - more tests for pass
9363: objects from code frames
9364:
9365: 2007-11-27 misha
9366:
9367: * tests/: 152.html, results/152.processed: - tests for converting
9368: strings 'true'/'false' to bool were added
9369:
9370: * tests/152.html: - added checks for converting strings
9371: 'true'/'false' to bool
9372:
9373: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9374: not only strings with numbers but with values 'true'/'false' as
9375: well
9376:
9377: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9378: for parser3.log increased
9379:
9380: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9381:
9382: * src/include/pa_common.h: - remove_crlf return cstring size now
9383:
9384: * src/include/pa_types.h: - constant with buffer size for
9385: parser3.log added
9386:
9387: 2007-11-16 misha
9388:
9389: * tests/cat.sh: - script for tests for file::exec/cgi
9390:
9391: * tests/171.html: - tests for file::exec/cgi
9392:
9393: * tests/results/171.processed: - tests results for file::exec/cgi
9394:
9395: 2007-11-15 misha
9396:
9397: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9398:
9399: * src/classes/file.C: - .body must be set before analyzing cgi
9400: headers
9401:
9402: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9403: only if exec/cgi return anything.
9404:
9405: 2007-11-14 misha
9406:
9407: * operators.txt: - info about new text|binary option for
9408: file::exec/cgi was added
9409:
9410: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9411: ^file:exec[[text|binary];script;...]
9412:
9413: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9414: classes/string.C, classes/table.C: - more text strings moved to
9415: the one place
9416:
9417: 2007-11-09 misha
9418:
9419: * src/types/pa_vrequest.C: - $request:argv must be taint
9420:
9421: * ChangeLog: - $request:argv [patch from Sumo]
9422:
9423: * operators.txt: - $request:argv
9424:
9425: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9426: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9427:
9428: 2007-10-25 misha
9429:
9430: * buildall-with-xml, buildall-without-xml: - options preparations
9431: for ./configure rewrited
9432:
9433: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9434: error occure in unhandled_exception finally fixed
9435:
9436: 2007-10-23 misha
9437:
9438: * tests/: 170.html, results/170.processed: - test for
9439: @method[][result]
9440:
9441: * operators.txt: - added info about node.prefix and
9442: node.namespaceURI
9443:
9444: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9445:
9446: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9447: added for node and attribute
9448:
9449: 2007-10-22 misha
9450:
9451: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9452:
9453: * src/main/pa_request.C: - added const content-transfer-encoding
9454:
9455: * src/include/pa_request.h: - added const content-transfer-encoding
9456: - ups. constants must be in lowercase (for search)
9457:
9458: * src/types/pa_vmail.C: - more constants used -
9459: content-transfer-encoding: 8bit added
9460:
9461: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9462:
9463: * src/include/pa_request.h: - more constants
9464:
9465: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9466: ommit anymore if $.content-disposition was specified - little
9467: refactoring
9468:
9469: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9470:
9471: 2007-10-17 misha
9472:
9473: * operators.txt: - info about
9474: table::create[nameless]{data}[>options<] was added
9475:
9476: * src/main/: compile.tab.C, compile.y: - if error occure while
9477: compile method don't put this method in methods table anymore.
9478: in other case the parser coredumped if @unhandled_exception
9479: method can't be compiled because of parser.compile error.
9480:
9481: * src/main/execute.C: - little code reformating
9482:
9483: * src/main/pa_request.C: - little code reformating - comment
9484: changed
9485:
9486: 2007-10-16 misha
9487:
9488: * tests/: 035.html, results/035.processed: - tests
9489: table::create[]{}[options] added
9490:
9491: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9492: options (only $.seperator[] yet)
9493:
9494: 2007-10-10 misha
9495:
9496: * src/classes/table.C: - some contstants moved to pa_common.h -
9497: some code changes
9498:
9499: 2007-10-02 misha
9500:
9501: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9502: then three time as much. but base64 encoding method still use
9503: less memory anyway.
9504:
9505: 2007-09-17 misha
9506:
9507: * operators.txt: - added info about $cookie:fields
9508:
9509: * src/types/pa_vcookie.C: - $cookie:fields available now
9510:
9511: * src/classes/hash.C: - some stuff for use with .for_each moved to
9512: common
9513:
9514: * src/include/pa_common.h: - some stuff for use with .for_each
9515: moved here
9516:
9517: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9518:
9519: 2007-09-14 misha
9520:
9521: * buildall-with-xml: - new xml libs again =)
9522:
9523: 2007-08-28 misha
9524:
9525: * operators.txt: - texts about ^table.columns[[column name]] and
9526: ^string.split[...][v][column name] were added
9527:
9528: * tests/: 168.html, 169.html, results/168.processed,
9529: results/169.processed: - tests for ^table.columns[[column name]]
9530: and ^string.split[...][v][column name] were added
9531:
9532: * src/classes/table.C: - new option ^table.columns[[column name]]
9533: was added
9534:
9535: * src/classes/string.C: - new option ^string.split[...;v;[column
9536: name]]
9537:
9538: * src/include/pa_exception.h: - error text message for
9539: ^hash._keys[], ^table.columns[] and ^string.split[]
9540:
9541: 2007-08-27 misha
9542:
9543: * src/main/untaint.C: - try to fix coredump on unix if print to
9544: body ^taint[sql][something] outside of connect
9545:
9546: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9547: outside of connect
9548:
9549: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9550: added (commented by default)
9551:
9552: 2007-08-20 misha
9553:
9554: * operators.txt: - comment about new method ^node.hasAttributes[]
9555: was added
9556:
9557: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9558: duplicated exception text strings were removed
9559:
9560: * src/include/pa_exception.h: - more exception text strings moved
9561: here
9562:
9563: * src/classes/table.C: - some duplicate exceptions' text strings
9564: removed
9565:
9566: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9567: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9568: removed
9569:
9570: * src/include/pa_exception.h: - some exception text strings movet
9571: to pa_exception
9572:
9573: * tests/: 149.html, results/149.processed: - test for
9574: ^xnode.hasAttributes[] was added - some code changes
9575:
9576: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9577: added
9578:
9579: 2007-08-17 misha
9580:
9581: * tests/: results/006.processed, results/059.processed, 006.html,
9582: 059.html: - more tests for match
9583:
9584: * tests/: 129.html, results/129.processed: - tests for
9585: ^table.hash[...][$.type[string|hash|table]] added
9586:
9587: * src/targets/cgi/parser3.C: - little syntax changes
9588:
9589: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9590: syntax changes
9591:
9592: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9593: messages in parser3.log switched off by default. If someone
9594: really still need it: use $SIGPIPE(1)
9595:
9596: 2007-08-08 misha
9597:
9598: * buildall-with-xml, buildall-without-xml: - remove libs source
9599: files by default since now
9600:
9601: 2007-08-07 misha
9602:
9603: * buildall-without-xml: - some option syntax changes
9604:
9605: * buildall-with-xml: - compile libxml2 without http support - some
9606: option syntax changes
9607:
9608: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9609:
9610: 2007-08-06 misha
9611:
9612: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9613:
9614: * tests/: 160.html, results/160.processed: - cache test was
9615: rewrited
9616:
9617: 2007-07-06 misha
9618:
9619: * tests/: 153.html, results/153.processed: - added test for
9620: ^math:sha1[string]
9621:
9622: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9623: transcoded
9624:
9625: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9626: were added
9627:
9628: 2007-06-28 misha
9629:
9630: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9631: some incorrect chars
9632:
9633: 2007-06-19 misha
9634:
9635: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9636: were moved on top because of gcc 4 had a problems during
9637: building.
9638:
9639: 2007-06-18 misha
9640:
9641: * tests/results/019.processed: - new image commited
9642:
9643: 2007-06-09 misha
9644:
9645: * src/classes/: op.C, table.C: - in while and table.select method
9646: as_expression used now
9647:
9648: * src/types/pa_vmethod_frame.h: - method as_expression was added
9649:
9650: 2007-06-08 misha
9651:
9652: * tests/: 166.html, results/166.processed: - test for
9653: ^match[...][n]
9654:
9655: * tests/: 165.html, results/165.processed: - tests for loops
9656:
9657: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9658: because of no speed/memory optimisation but some proglems with
9659: long cycles occure
9660:
9661: 2007-06-06 misha
9662:
9663: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9664: ^table.select(true) and ^table.select(1) didn't works because of
9665: awaiting junction-param only. fixed.
9666:
9667: 2007-05-24 misha
9668:
9669: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9670: with 0.5 secs interval
9671:
9672: * src/classes/op.C: - cache was rewrited. I hope it works with
9673: locking system now on unix
9674:
9675: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9676: system locks which wait till other threads release it but try get
9677: lock, if fail wait 1 sec and make 10 attempts.
9678:
9679: * src/include/pa_os.h: - consts for blocking locks + some comments
9680: were added
9681:
9682: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9683: opening files
9684:
9685: * src/classes/table.C: - changes in includes. if unclude <sstream>
9686: after our classes on unix it can't be build
9687:
9688: * src/types/pa_vhashfile.C: - not needed code removed
9689:
9690: 2007-05-23 misha
9691:
9692: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9693: include/pa_common.h: - cosmetic changes
9694:
9695: 2007-05-18 misha
9696:
9697: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9698: often. it's give some speed increasing
9699:
9700: * tests/results/160.processed: - returned time corrected
9701:
9702: * tests/160.html: - time increased because on unix 1 mean nothing
9703: :(
9704:
9705: * operators.txt: - added info about ^hash.contain[key]
9706:
9707: * src/classes/hash.C: - added ^hash.contain[key]
9708:
9709: * src/include/pa_hash.h: - added method for checking key exists in
9710: hash
9711:
9712: 2007-05-07 misha
9713:
9714: * src/include/pa_string.h: - was compilation error during build on
9715: freebsd4
9716:
9717: 2007-05-03 misha
9718:
9719: * src/classes/table.C: - option $.type[hash|string|table] was added
9720: for ^table.hash[]
9721:
9722: * src/classes/file.C: - comment removed
9723:
9724: 2007-04-26 misha
9725:
9726: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9727: real files doesn't opened in place anymore
9728:
9729: 2007-04-24 misha
9730:
9731: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9732:
9733: * src/include/pa_exception.h: "static" removed
9734:
9735: 2007-04-23 misha
9736:
9737: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9738:
9739: * src/classes/math.C: added: - ^math:ln(N) (the same as
9740: ^math:log(N)) - ^math:lg(N)
9741:
9742: * tests/: 097.html, results/097.processed: - charsets converstion
9743: during ^file::load[text;http://...] added
9744:
9745: * tests/: 164.html, results/164.processed: - check for set expires
9746: as a date
9747:
9748: * tests/: 164.html, results/164.processed: - test for hashfile
9749:
9750: * src/classes/hashfile.C: - little comment changes
9751:
9752: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9753: access
9754:
9755: * src/: classes/date.C, classes/double.C, classes/file.C,
9756: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9757: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9758: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9759: classes/xnode.h, include/pa_request.h, main/execute.C,
9760: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9761: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9762: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9763: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9764: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9765: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9766: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9767: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9768: "parser.runtime" strings were removed
9769:
9770: * src/classes/hashfile.C: - with .clear[] called files_delete()
9771: now.
9772:
9773: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9774:
9775: * src/include/pa_exception.h: - string constant with
9776: "parser.runtime" text was added
9777:
9778: 2007-04-20 misha
9779:
9780: * operators.txt: - some comments changing
9781:
9782: * operators.txt: - added info about .^hashfile.release[],
9783: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9784:
9785: * configure: =cheching for unsetenv
9786:
9787: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9788: ^hashfile.release[] were added
9789:
9790: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9791: ^string.match[][] understand new option now: return number of
9792: matches but not table wit results
9793:
9794: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9795: reopen now
9796:
9797: * src/classes/op.C: - bug. must be false
9798:
9799: * configure.in: - checking for unsetenv was added
9800:
9801: * src/types/pa_vform.C: - some comments
9802:
9803: 2007-04-18 misha
9804:
9805: * buildall-with-xml: moving to libxml2-2.6.28
9806:
9807: * buildall-with-xml, buildall-without-xml: added commented lines
9808: with --disable-safe-mode option
9809:
9810: * operators.txt: - info about $form:files
9811:
9812: 2007-04-17 misha
9813:
9814: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9815: $form:files was added
9816:
9817: * tests/: 163.html, results/163.processed: removing auto format
9818:
9819: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9820:
9821: 2007-04-16 misha
9822:
9823: * tests/: 163.html, results/163.processed: - test for .int[],
9824: floor, round, ceiling and .format[]
9825:
9826: * src/classes/file.C: - little optimization for getting args in
9827: exec/cgi
9828:
9829: 2007-04-13 misha
9830:
9831: * src/classes/file.C: - arguments for file::exec/cgi can be
9832: specified now as s table with one column
9833:
9834: 2007-03-27 misha
9835:
9836: * tests/: 162.html, results/162.processed: - test for
9837: ^table.select(^condition[$t])
9838:
9839: * tests/results/auto.p: - load windows-1251 charset for some tests
9840:
9841: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9842:
9843: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9844: 161_windows1251.txt: - added test for
9845: ^file::load[text;/local/file.txt;$.charset[...]]
9846:
9847: * tests/: results/013.processed, 013.html: - added test for
9848: checking $._default value while hash modifications
9849:
9850: * tests/: 160.html, results/160.processed: - add test for
9851: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9852:
9853: 2007-03-22 misha
9854:
9855: * src/include/pa_common.h: - "charset" string defined for
9856: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9857:
9858: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9859: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9860: added - not needed transcodes were removed from
9861: ^file::load[...;http://...]
9862:
9863: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9864: added
9865:
9866: * src/classes/date.C: - date.week was fixed
9867:
9868: * operators.txt: - added info about date.weekyear
9869:
9870: * tests/: 159.html, results/159.processed: - tests for date.week
9871: and date.weekyear added
9872:
9873: 2007-03-15 misha
9874:
9875: * src/classes/table.C: - enclose column numbers for nameless tables
9876: as well
9877:
9878: 2007-03-14 misha
9879:
9880: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9881:
9882: * src/classes/table.C: - table.save optimization: now required much
9883: less memory
9884:
9885: 2007-03-13 misha
9886:
9887: * tests/results/: 158.processed, 158.processes: - tests for
9888: table.save/table.load
9889:
9890: * tests/: 158.html, results/158.processes: - tests for
9891: table.save/table.load
9892:
9893: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9894:
9895: * buildall-with-xml: - pattern needed now for building
9896:
9897: * tests/results/097.processed: - added test results for xdoc::load
9898: & xdoc::load[http://...]
9899:
9900: * tests/097.html: - added test for xdoc::load
9901:
9902: 2007-03-12 misha
9903:
9904: * tests/: 107.html, results/107.processed: - added test for xpath
9905: '//man'
9906:
9907: 2007-03-01 misha
9908:
9909: * tests/: 097.html, results/097.processed: - added test for
9910: creating xdoc from file
9911:
9912: * tests/: results/157.processed, 157.html: - added test for
9913: file:move
9914:
9915: 2007-02-28 misha
9916:
9917: * src/classes/xdoc.C: - another attempt
9918:
9919: * src/classes/xdoc.C: - roll back last changes for a while
9920:
9921: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9922:
9923: * src/classes/file.C: - under lock we create non-exist dir anyway
9924:
9925: * tests/results/099.processed: - ever send content-disposition to
9926: client with file
9927:
9928: * tests/157.html: + test for file:copy
9929:
9930: 2007-02-26 misha
9931:
9932: * src/classes/file.C: - some similar strings moved to #define
9933: instead of to be copy/pasted many times
9934:
9935: * src/types/pa_vfile.h: - class name string ("file") moved to
9936: #define
9937:
9938: 2007-02-20 misha
9939:
9940: * configure.in: - added some strings for sqlite detection
9941:
9942: 2007-02-19 misha
9943:
9944: * operators.txt: - some comments changes
9945:
9946: * buildall-with-xml, buildall-without-xml: - some modifications
9947:
9948: 2007-02-17 misha
9949:
9950: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9951:
9952: * src/main/pa_request.C: - damn, i forgot to commit it while I
9953: change console behaviour
9954:
9955: 2007-02-12 misha
9956:
9957: * src/targets/cgi/parser3.C: - don't print headers if
9958: $console:line[data] was used during cgi execution.
9959:
9960: * src/types/pa_vconsole.h: - console class have bool flag now which
9961: marked as 'true' if class was used.
9962:
9963: * tests/: 152.html, results/152.processed: - more types was added
9964: to test 152
9965:
9966: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9967: adding 'bool' (^if($image){} caused exception)
9968:
9969: 2007-02-09 misha
9970:
9971: * tests/: 152.html, results/152.processed: - test alightly updated
9972:
9973: * tests/: 152.html, results/152.processed: - test rewrited
9974:
9975: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9976: bugfix. I broke xdoc & xnode in expression
9977:
9978: 2007-02-08 misha
9979:
9980: * tests/: 152.html, results/152.processed: - add test for checking
9981: 'def' for void, string, bool, int & double
9982:
9983: 2007-02-07 misha
9984:
9985: * operators.txt: - ^file:base64[filespec] was added
9986:
9987: * tests/results/153.processed: - result test for
9988: ^file:base64[filespec] was updated
9989:
9990: * tests/153.html: - test for ^file:base64[filespec] was added
9991:
9992: * src/types/pa_vconsole.h: - little optimization
9993:
9994: * src/classes/file.C: - ^file:base64[filespec]
9995:
9996: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9997:
9998: * src/include/pa_common.h: - declarations for
9999: ^file:base64[filespec]
10000:
10001: * src/types/pa_vcookie.C: - little optimization
10002:
10003: 2007-02-06 misha
10004:
10005: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10006: were temporary commented
10007:
10008: * src/types/pa_vbool.h: - bugfix
10009:
10010: * tests/156.html: - added test for bool cookie
10011:
10012: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10013:
10014: * tests/: 155.html, results/155.processed: - added test for check
10015: $.encloser[] option for table save/load
10016:
10017: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10018:
10019: 2007-02-05 misha
10020:
10021: * tests/results/152.processed: - newline at the end was missed
10022:
10023: * tests/results/141.processed: - math:md5 must be lowercased
10024:
10025: * src/targets/cgi/parser3.C: - 2007 in help ;)
10026:
10027: 2007-02-03 misha
10028:
10029: * tests/results/: 150.processed, 151.processed, 152.processed: -
10030: test for bool added and some content length fixes
10031:
10032: * tests/152.html: - test for bool added
10033:
10034: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10035:
10036: * operators.txt: - info bool class was added
10037:
1.116 moko 10038: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10039: classes/classes.vcproj, classes/double.C, classes/int.C,
10040: classes/string.C, classes/void.C, classes/xnode.C,
10041: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10042: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10043: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10044: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10045: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10046: types/types.vcproj: - bool class was added
10047:
10048: * src/main/pa_request.C: - fix
10049:
10050: 2007-01-18 misha
10051:
10052: * src/: main/pa_string.C, classes/string.C: - return table during
10053: ^string.match[][] even if no matched found.
10054:
10055: 2006-12-20 misha
10056:
10057: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10058: http://www.parser.ru/forum/?id=55598 ]
10059:
10060: 2006-12-19 misha
10061:
10062: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10063: details: http://www.parser.ru/forum/?id=52359
10064:
10065: * src/main/pa_request.C: - always set content-disposition for
10066: $response:body[hash here]. more details:
10067: http://www.parser.ru/forum/?id=52130
10068:
10069: 2006-12-07 misha
10070:
10071: * operators.txt: - added info about bool params in cookie set
10072:
10073: * src/types/pa_vcookie.C: - bool param in cookies available now
10074: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10075: ]
10076:
10077: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10078: was added
10079:
10080: 2006-12-02 misha
10081:
10082: * src/classes/file.C: - file_block_read used instead of native read
10083:
10084: * src/main/pa_common.C: - added file_block_read with read error
10085: detection - file_block_read used instead of native read
10086:
10087: * src/include/pa_common.h: - added file_block_read declaration
10088:
10089: 2006-12-01 misha
10090:
10091: * operators.txt: - info about $var.CLASS_NAME was added
10092:
10093: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10094: $var.CLASS_NAME added
10095:
10096: * operators.txt: - added info about ^file:copy[]
10097:
10098: * src/classes/file.C: - ^file:copy[from;fo] was added
10099:
10100: 2006-11-20 misha
10101:
10102: * src/classes/date.C: - bug fix :)
10103:
10104: 2006-11-17 misha
10105:
10106: * src/include/pa_common.h: - array in crc32 calculation was changed
10107: to static
10108:
10109: * src/main/pa_common.C: - little optimization in getMonthDays -
10110: small changes in crc32 calculation
10111:
10112: * src/classes/date.C: - not needed code was removed
10113:
10114: 2006-11-16 misha
10115:
10116: * src/types/pa_vmail.C: - fix missed brakes
10117:
10118: * src/types/pa_vmail.C: - mail:send now set content-type:
10119: multipart/related instead of multipart/mixed if file have
10120: $.content-id[]
10121:
10122: 2006-11-15 misha
10123:
10124: * src/types/pa_vdouble.h: abs -> fabs
10125:
10126: 2006-11-14 misha
10127:
10128: * operators.txt: - added info about ^file.md5[] and
10129: ^file:md5[file-name]
10130:
10131: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10132: added
10133:
10134: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10135: FILE_BUFFER_SIZE
10136:
10137: * src/classes/math.C: - hex_string was moved to pa_common.h
10138:
10139: * src/include/pa_common.h: - hex_string was moved from math.C -
10140: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10141:
10142: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10143: values was fixed
10144:
10145: 2006-11-13 misha
10146:
10147: * operators.txt: - added info about ^math:crc32[string],
10148: ^file:crc32[file-name] & ^file.crc32[]
10149:
10150: * src/classes/math.C: - added ^math:crc32[string]
10151:
10152: * src/classes/file.C: - some comments were changed - added
10153: ^file:crc32[file-name] and ^file.crc32[]
10154:
10155: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10156: crc32 calculation added
10157:
10158: 2006-11-03 misha
10159:
10160: * src/include/pa_array.h: - not needed variable removed
10161:
10162: * tests/: 150.html, 151.html, results/150.processed,
10163: results/151.processed: - 2 tests were added
10164:
10165: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10166: with $.reverse(1) were fixed
10167:
10168: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10169: query converted to $.charset during ^file::load[http://...]
10170:
10171: 2006-11-02 misha
10172:
10173: * src/include/pa_table.h: ups. forget '=' char
10174:
10175: * src/include/pa_table.h: - one more fix in
10176: .locate[...][$.reverse(1)]
10177:
10178: 2006-11-01 misha
10179:
10180: * src/classes/math.C: - bug fix, details:
10181: http://www.parser.ru/forum/?id=53360
10182:
10183: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10184: false for all records )[$.reverse(1)]
10185:
10186: * src/main/pa_http.C: - second param for this mid method is length
10187: but not end_index so this method has error and can't detect
10188: charsets in next content-types: Content-type: text/html;
10189: charset="windows-1251" Content-type: text/html;
10190: charset="windows-1251"; Content-type: text/html;
10191: charset=windows-1251;
10192:
10193: only Content-type: text/html; charset=windows-1251 was fine
10194:
10195: 2006-10-31 misha
10196:
10197: * src/classes/file.C: - empty args in file::exec removed now
10198:
10199: 2006-09-03 paf
10200:
10201: * src/classes/file.C: proper tainting of
10202: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10203:
10204: 2006-06-09 paf
10205:
10206: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10207:
10208: * src/classes/table.C: formatting
10209:
10210: * src/classes/table.C: incorporated patch from misha: Sent:
10211: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10212: ignoring string options for ^table.save[]
10213:
10214: * src/classes/hash.C: incorporated patch from misha Sent:
10215: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10216: $hash._default disappear while
10217:
10218: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10219: $.format[!uue|!base64] << new base64 option. default uue ] ]
10220:
10221: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10222: PM Subject: patch for base64 in ^mail:send[] %-)
10223:
10224: 2006-04-09 paf
10225:
10226: * src/main/compile.tab.C: ` change compiled
10227:
10228: * gnu.vcproj, operators.txt, parser3.sln,
10229: src/classes/classes.vcproj, src/classes/file.C,
10230: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10231: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10232: src/classes/xnode.C, src/include/pa_array.h,
10233: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10234: src/include/pa_memory.h, src/include/pa_request.h,
10235: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10236: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10237: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10238: src/lib/pcre/pcre_dftables.vcproj,
10239: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10240: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10241: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10242: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10243: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10244: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10245: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10246: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10247: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10248: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10249: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10250: src/types/pa_value.h, src/types/pa_vcookie.C,
10251: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10252: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10253: src/types/pa_vstatus.C, src/types/types.vcproj,
10254: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10255: ^menu, ^hash/hashfile.foreach
10256:
10257: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10258: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10259: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10260: src/classes/xnode.C, src/include/pa_array.h,
10261: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10262: src/include/pa_memory.h, src/include/pa_request.h,
10263: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10264: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10265: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10266: src/lib/pcre/pcre_dftables.vcproj,
10267: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10268: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10269: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10270: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10271: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10272: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10273: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10274: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10275: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10276: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10277: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10278: src/types/pa_value.h, src/types/pa_vcookie.C,
10279: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10280: src/types/pa_vstatus.C, src/types/types.vcproj,
10281: tests/descript.ion: ! switched to VS2005 (projects and
10282: object<info explicitly typed>.for_each(, info)) +
10283: $response:field[] setting void means removing + grammar $name`
10284: name stops now, for mysql `$field` + started ^break[]
10285: ^continue[], in ^for. TODO: to other iterators (while, menu,
10286: foreach) + all log messages += [uri=, method=, cl=]
10287:
10288: * buildall-with-xml: merged . ftp paths update
10289:
10290: * buildall-with-xml: . ftp paths update
10291:
10292: 2006-03-04 paf
10293:
10294: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10295: checks++ [thanks to Igor Zinkovsky for detailed report]
10296:
10297: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10298: Igor Zinkovsky for detailed report]
10299:
10300: 2006-03-01 paf
10301:
10302: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10303: \n to ' ' in
10304:
10305: 2006-02-18 paf
10306:
10307: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10308: \n to ' ' in
10309:
10310: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10311:
10312: 2006-02-03 paf
10313:
10314: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10315: base64
10316:
10317: * src/main/pa_common.C: ! bugfix: decoding from base64
10318:
10319: 2006-01-20 paf
10320:
10321: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10322: economy fix
10323:
10324: * src/classes/: table.C: merged from HEAD ! bugfix
10325: ^table.save[$.encloser-s now handled properly
10326:
10327: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10328: handled properly
10329:
10330: 2006-01-19 paf
10331:
10332: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10333: libgc:USE_MUNMAP activates merging of free memory blocks which
10334: helps a lot in our case: after transform we want
10335: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10336:
10337: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10338: economy fix
10339:
10340: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10341: activates merging of free memory blocks which helps a lot in our
10342: case: after transform we want CORD(main.result)->cstr[big
10343: malloc]->transcode[big malloc]
10344:
10345: 2006-01-17 paf
10346:
10347: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10348: before reading them. got rid of reallocs = became quicker and
10349: less fragmentated
10350:
10351: 2005-12-29 paf
10352:
1.116 moko 10353: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10354: configure, configure.in, src/include/pa_version.h,
10355: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10356: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10357: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10358: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10359: src/lib/ltdl/missing: . merged from 3.2.1
10360:
1.116 moko 10361: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10362: packaged when 'make dist', so do configure companion files in
10363: src/lib/ltdl
10364:
10365: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10366: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10367: missing: . now config_auto.h is created with configure [were
10368: constant]
1.95 moko 10369:
10370: * INSTALL: . references to documentation and some clarification
10371:
10372: * buildall-with-xml, buildall-without-xml: . farawell doc
10373: indication
10374:
1.116 moko 10375: * Makefile.am: . dist+=buildall*
1.95 moko 10376:
10377: 2005-12-28 paf
10378:
10379: * configure: . 3.2.1
10380:
10381: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10382: simplify build process, see INSTALL
10383:
10384: 2005-12-26 paf
10385:
10386: * configure: ver
10387:
10388: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10389: version
10390:
10391: 2005-12-21 paf
10392:
10393: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10394: compiled with bison 1.875b, it reports unexpected token names
10395:
10396: 2005-12-19 paf
10397:
10398: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10399: holds a link to xmlNode to prevent premature gc(xmlNode)
10400:
10401: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10402: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10403: src/main/main.vcproj, src/main/pa_globals.C,
10404: src/targets/cgi/parser3.vcproj,
10405: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10406: configure, configure.in, src/include/pa_version.h: . killing
10407: gdome [what a relief]
10408:
10409: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10410: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10411: run_parser.sh, results/001.processed, results/002.processed,
10412: results/003.processed, results/004.processed,
10413: results/005.processed, results/006.processed,
10414: results/008.processed, results/009.processed,
10415: results/010.processed, results/011.processed,
10416: results/012.processed, results/013.processed,
10417: results/014.processed, results/015.processed,
10418: results/016.processed, results/017.processed,
10419: results/018.processed, results/020.processed,
10420: results/021.processed, results/022.processed,
10421: results/023.processed, results/024.processed,
10422: results/025.processed, results/026.processed,
10423: results/027.processed, results/028.processed,
10424: results/029.processed, results/030.processed,
10425: results/031.processed, results/032.processed,
10426: results/033.processed, results/034.processed,
10427: results/035.processed, results/036.processed,
10428: results/037.processed, results/038.processed,
10429: results/039.processed, results/040.processed,
10430: results/041.processed, results/042.processed,
10431: results/043.processed, results/044.processed,
10432: results/045.processed, results/046.processed,
10433: results/047.processed, results/048.processed,
10434: results/049.processed, results/050.processed,
10435: results/051.processed, results/052.processed,
10436: results/053.processed, results/054.processed,
10437: results/055.processed, results/056.processed,
10438: results/057.processed, results/058.processed,
10439: results/059.processed, results/060.processed,
10440: results/061.processed, results/062.processed,
10441: results/063.processed, results/064.processed,
10442: results/065.processed, results/066.processed,
10443: results/067.processed, results/068.processed,
10444: results/069.processed, results/070.processed,
10445: results/071.processed, results/072.processed,
10446: results/073.processed, results/074.processed,
10447: results/075.processed, results/076.processed,
10448: results/077.processed, results/078.processed,
10449: results/079.processed, results/080.processed,
10450: results/081.processed, results/082.processed,
10451: results/083.processed, results/084.processed,
10452: results/085.processed, results/086.processed,
10453: results/087.processed, results/088.processed,
10454: results/089.processed, results/090.processed,
10455: results/091.processed, results/092.processed,
10456: results/093.processed, results/094.processed,
10457: results/095.processed, results/096.processed,
10458: results/097.processed, results/099.processed,
10459: results/100.processed, results/101.processed,
10460: results/102.processed, results/104.processed,
10461: results/105.processed, results/106.processed,
10462: results/107.processed, results/108.processed,
10463: results/109.processed, results/110.processed,
10464: results/111.processed, results/112.processed,
10465: results/113.processed, results/114.processed,
10466: results/115.processed, results/117.processed,
10467: results/119.processed, results/120.processed,
10468: results/121.processed, results/122.processed,
10469: results/123.processed, results/124.processed,
10470: results/125.processed, results/126.processed,
10471: results/127.processed, results/128.processed,
10472: results/129.processed, results/130.processed,
10473: results/131.processed, results/132.processed,
10474: results/133.processed, results/134.processed,
10475: results/135.processed, results/136.processed,
10476: results/138.processed, results/139.processed,
10477: results/140.processed, results/141.processed,
10478: results/142.processed, results/143.processed,
10479: results/144.processed, results/145.processed,
10480: results/146.processed, results/147.processed,
10481: results/148.processed, results/149.processed, results/auto.p: .
10482: now works if we turn off default auto.p
10483:
1.116 moko 10484: * configure: . makes
1.95 moko 10485:
10486: * src/types/pa_vxnode.C: . less warnings
10487:
10488: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10489: tests/145.html, tests/149.html, tests/descript.ion,
10490: tests/outputs/d.cmd, tests/results/142.processed,
10491: tests/results/143.processed, tests/results/144.processed,
10492: tests/results/145.processed, tests/results/146.processed,
10493: tests/results/147.processed, tests/results/148.processed,
10494: tests/results/149.processed: . removed .nodeValue from all node
10495: types other than 5 (grabbed piece from gdome)
10496:
10497: * tests/: 137.html, results/137.processed: . not handled this case
10498: yet. code does not hang from inserting parent into child,
10499: considering thing minor issue -- nodes are removed from source
10500: anyway, don't know why shold that be an error after all
10501:
10502: * src/targets/cgi/parser3.C: . style
10503:
10504: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10505: xdoc too [were barking "not element"]
10506:
10507: 2005-12-16 paf
10508:
10509: * tests/: 146.html, 147.html, 148.html: . more tests
10510:
10511: * src/classes/xnode.C: . also bark on possible errors
10512:
10513: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10514: props
10515:
10516: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10517: main/compile.y: merged from HEAD ! fixed overoptimized
10518: ^call(false) case. (confused it with ^call[] case)
10519:
10520: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10521: ^call(false) case. (confused it with ^call[] case)
10522:
10523: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10524:
10525: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10526: results/001.processed, results/002.processed,
10527: results/003.processed, results/004.processed,
10528: results/005.processed, results/006.processed,
10529: results/008.processed, results/009.processed,
10530: results/010.processed, results/011.processed,
10531: results/012.processed, results/013.processed,
10532: results/014.processed, results/015.processed,
10533: results/016.processed, results/017.processed,
10534: results/018.processed, results/019.processed,
10535: results/020.processed, results/021.processed,
10536: results/022.processed, results/023.processed,
10537: results/024.processed, results/025.processed,
10538: results/026.processed, results/027.processed,
10539: results/028.processed, results/029.processed,
10540: results/030.processed, results/031.processed,
10541: results/032.processed, results/033.processed,
10542: results/034.processed, results/035.processed,
10543: results/036.processed, results/037.processed,
10544: results/038.processed, results/039.processed,
10545: results/040.processed, results/041.processed,
10546: results/042.processed, results/043.processed,
10547: results/044.processed, results/045.processed,
10548: results/046.processed, results/047.processed,
10549: results/048.processed, results/049.processed,
10550: results/050.processed, results/051.processed,
10551: results/052.processed, results/053.processed,
10552: results/054.processed, results/055.processed,
10553: results/056.processed, results/057.processed,
10554: results/058.processed, results/059.processed,
10555: results/060.processed, results/061.processed,
10556: results/062.processed, results/063.processed,
10557: results/064.processed, results/065.processed,
10558: results/066.processed, results/067.processed,
10559: results/068.processed, results/069.processed,
10560: results/070.processed, results/071.processed,
10561: results/072.processed, results/073.processed,
10562: results/074.processed, results/075.processed,
10563: results/076.processed, results/077.processed,
10564: results/078.processed, results/079.processed,
10565: results/080.processed, results/081.processed,
10566: results/082.processed, results/083.processed,
10567: results/084.processed, results/085.processed,
10568: results/086.processed, results/087.processed,
10569: results/088.processed, results/089.processed,
10570: results/090.processed, results/091.processed,
10571: results/092.processed, results/093.processed,
10572: results/094.processed, results/095.processed,
10573: results/096.processed, results/097.processed,
10574: results/099.processed, results/101.processed,
10575: results/102.processed, results/104.processed,
10576: results/105.processed, results/106.processed,
10577: results/107.processed, results/108.processed,
10578: results/109.processed, results/110.processed,
10579: results/111.processed, results/112.processed,
10580: results/113.processed, results/114.processed,
10581: results/115.processed, results/116.processed,
10582: results/117.processed, results/118.processed,
10583: results/119.processed, results/120.processed,
10584: results/121.processed, results/122.processed,
10585: results/123.processed, results/124.processed,
10586: results/125.processed, results/126.processed,
10587: results/127.processed, results/128.processed,
10588: results/129.processed, results/130.processed,
10589: results/131.processed, results/132.processed,
10590: results/133.processed, results/134.processed,
10591: results/135.processed, results/136.processed,
10592: results/137.processed, results/138.processed,
10593: results/139.processed, results/140.processed,
10594: results/141.processed: . refreshed old tests, made them work
10595: without auto.p (in utf8) . things noted: . gif got encoded
10596: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10597: some strange year)
10598:
10599: * INSTALL: . revived linux libgc fix
10600:
10601: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10602: glib/gdome in INSTALL and patches]
10603:
10604: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10605: include/pa_charset.h, include/pa_config_includes.h,
10606: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10607: include/pa_xml_exception.h, lib/cord/Makefile.am,
10608: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10609: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10610: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10611: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10612: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10613: types/pa_vxnode.h: . started killing gdome
10614:
10615: 2005-12-13 paf
10616:
10617: * src/main/: pa_request.C: merged from HEAD ! when code in
10618: @unhandled_exception thrown another exception, print correct
10619: origin (earlier code in catch of exception inside of
10620: @unhandled_exception grabbed parent_frame(original_exception)
10621: origin and printed it, instead of true origin)
10622:
10623: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10624: another exception, print correct origin (earlier code in catch of
10625: exception inside of @unhandled_exception grabbed
10626: parent_frame(original_exception) origin and printed it, instead
10627: of true origin)
10628:
10629: 2005-12-09 paf
10630:
10631: * INSTALL: . updated INSTALL doc to work around linux stack base
10632: detection problem, due to change in gc6.4 code
10633:
10634: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10635: ignored in ^string.matched :(
10636:
10637: * src/main/pa_string.C: ! regex tainting were ignored in
10638: ^string.matched :(
10639:
10640: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10641: src/include/pa_config_fixed.h, src/include/pa_version.h,
10642: src/main/compile.y, src/main/compile_tools.h,
10643: src/main/pa_charset.C, src/main/pa_common.C,
10644: src/main/pa_globals.C, src/main/pa_string.C,
10645: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10646: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10647:
10648: 2005-12-08 paf
10649:
10650: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10651: 500 chars now handled OK [were wrapped on 500th char according to
10652: rfc, but sendmail failed to unwrap it properly]
10653:
10654: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10655: handled OK [were wrapped on 500th char according to rfc, but
10656: sendmail failed to unwrap it properly]
10657:
10658: * src/targets/isapi/parser3isapi.C: . less warnings
10659:
10660: * src/targets/isapi/parser3isapi.C: . undone some strange change
10661: since 3.1.5
10662:
10663: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10664: link fixes
10665:
10666: * src/: classes/date.C, include/pa_config_fixed.h,
10667: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10668: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10669: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10670:
10671: * src/include/pa_config_fixed.h: . removed outdated string origins
10672: [in current storage scheme there's no place for them. someday we
10673: can add third CORD to store origins and special version of parser
10674: which stores origins there [separate binary]]
10675:
10676: 2005-12-07 paf
10677:
10678: * src/targets/isapi/parser3isapi.C: . now links in release mode
10679:
10680: * src/include/pa_version.h: makefiles
10681:
10682: * src/include/pa_version.h: . not beta
10683:
10684: * configure, configure.in, src/include/pa_version.h: not beta
10685:
10686: 2005-12-06 paf
10687:
10688: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10689: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10690: decided to undo the change ^call[$void] passes void. now it will
10691: pass empty string again.
10692:
10693: * src/main/: compile.tab.C, compile.y: . version readded
10694:
10695: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10696: = ^switch[void] problem
10697:
10698: 2005-12-01 paf
10699:
10700: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10701: caused ^case[string] to be coerced to double since searching
10702: value were not string (it was vvoid)
10703:
10704: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10705: ^case[string] to be coerced to double since searching value were
10706: not string (it was vvoid)
10707:
10708: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10709: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10710:
10711: 2005-11-30 paf
10712:
10713: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10714: win32 must putenv("TZ="), on unix works only putenv("TZ")
10715:
10716: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10717: putenv("TZ="), on unix works only putenv("TZ")
10718:
10719: * INSTALL: . xml libs versions updated
10720:
10721: * src/main/pa_globals.C: //20051130 trying to remove this, author
10722: claims that fixed a lot there // 20040920 for now both
10723: workarounds needed. wait for new libxml/xsl versions
10724:
10725: 2005-11-28 paf
10726:
10727: * src/classes/table.C: merged from HEAD: ! nameless table has
10728: columns==0
10729:
10730: * src/classes/table.C: ! nameless table has columns==0
10731:
10732: * src/main/pa_http.C: merged from HEAD: ! status line check made
10733: earlier [was totally wrong]
10734:
10735: * src/main/pa_http.C: ! status line check made earlier [was totally
10736: wrong]
10737:
10738: 2005-11-25 paf
10739:
10740: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10741: undoing for now...
10742:
10743: * src/include/pa_version.h: -this reduces speed(table::load),
10744: strange. undoing
10745:
10746: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10747:
10748: * src/classes/op.C: + ^while(){}[SEPARATOR]
10749:
10750: * src/include/pa_array.h: + optimistics added: all arrays (table
10751: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10752: this speeds things up and saves memory a LOT! (not noticed
10753: negative effect on syntetic tests, future will tell...)
10754:
10755: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10756: changed gc_malloc implementation, which obscured profiling
10757:
10758: * src/classes/table.C: merged from HEAD: + optimized
10759: table::load/sql, now row ArrayString-s allocated with
10760: columns.count() elements and don't always grow from
10761: count=3[realloc,realloc]
10762:
10763: * src/classes/table.C: + optimized table::load/sql, now row
10764: ArrayString-s allocated with columns.count() elements and don't
10765: always grow from count=3[realloc,realloc]
10766:
10767: * src/classes/table.C: merged from HEAD: . ^table.save unused
10768: buffer after save
10769:
10770: * src/classes/table.C: . ^table.save unused buffer after save
10771:
10772: 2005-11-24 paf
10773:
10774: * configure.in: . merged glib2-config patch
10775:
10776: * configure.in: + trying to find glib2-config
10777:
10778: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10779: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10780: file/dir_readable to simple file/dir_exist, this would help in
10781: situations "class not found because .p file has bad rights" << in
10782: that case error would be explicit "access denied to 'this' file"
10783:
1.116 moko 10784: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10785:
10786: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10787: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10788: to simple file/dir_exist, this would help in situations "class
10789: not found because .p file has bad rights" << in that case error
10790: would be explicit "access denied to 'this' file"
10791:
10792: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10793: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10794: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10795: ^file::exec/cgi[script;$.charset[changed]
10796: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10797: encoded in $.charset charset
10798:
10799: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10800: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10801: encoded in $.charset charset
10802:
10803: * src/: include/Makefile.am, include/pa_common.h,
10804: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10805: main/pa_common.C, main/pa_http.C: . extracted http:// into
10806: separate file [preparation for
10807: ^file::cgi[script;$.form[$.field1[]
10808:
10809: 2005-11-22 paf
10810:
10811: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10812:
10813: * acinclude.m4, configure.in: . merged underquting fixes
10814:
1.116 moko 10815: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10816:
10817: * src/classes/op.C: . overmerged a little
10818:
10819: * src/main/compile.tab.C: Makefile
10820:
10821: * src/main/: pa_common.C: . less gcc warnings
10822:
10823: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10824: now reports original exception if we have no old cache
10825:
10826: * src/classes/op.C: + $exception.handled[cache] now reports
10827: original exception if we have no old cache
10828:
10829: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10830: from HEAD: + ^taint/untaint[regex] << escapes these:
10831: \^$.[]|()?*+{}
10832:
10833: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10834: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10835:
10836: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10837: getenv-ed variable, which does not work both on win32&unix.
10838: copied old TZ value now
10839:
10840: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10841: stored pointer to getenv-ed variable, which does not work both on
10842: win32&unix. copied old TZ value now
10843:
10844: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10845: getenv-ed variable, which does not work both on win32&unix.
10846: copied old TZ value now
10847:
10848: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10849: access to internal hash
10850:
10851: * src/types/pa_vresponse.C: + $response:headers access to internal
10852: hash
10853:
10854: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10855: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10856: isapi] this reduces number of "GC Warning: Repeated allocation of
10857: very large block" messages to only important onces
10858:
10859: * src/targets/isapi/parser3isapi.C: +
10860: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10861: isapi] this reduces number of "GC Warning: Repeated allocation of
10862: very large block" messages to only important onces
10863:
10864: * src/classes/string.C: merged from HEAD: + removed limitation on
10865: ^string/int/double:sql{}[$.default[({param style})] ]
10866:
10867: * src/classes/string.C: + removed limitation on
10868: ^string/int/double:sql{}[$.default[({param style})] ]
10869:
10870: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10871: with ?params or $.form option" limitation
10872:
10873: * src/main/pa_common.C: + removed "use either uri with ?params or
10874: $.form option" limitation
10875:
10876: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10877: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10878: ^file::base64[encoded] decode
10879:
10880: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10881: main/pa_common.C: + ^file.base64[] encode +
10882: ^file::base64[encoded] decode
10883:
10884: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10885: ^string:base64[encoded] decode
10886:
10887: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10888: ^string:base64[in] encode + ^string.base64[] decode
10889:
10890: 2005-11-21 paf
10891:
10892: * src/classes/file.C: + merged from HEAD:
10893: ^file::create[text;file.xml;^untaint[xml]{data}]
10894:
10895: * src/classes/file.C: +
10896: ^file::create[text;file.xml;^untaint[xml]{data}]
10897:
10898: * src/main/pa_request.C: ! merged: $response:body[file] now
10899: differes from :download, it does not return content-disposition
10900: at all now [previusely it returned valueless content-disposition]
10901:
10902: * src/main/pa_request.C: ! $response:body[file] now differes from
10903: :download, it does not return content-disposition at all now
10904: [previusely it returned valueless content-disposition]
10905:
10906: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10907: literals, reverted to just vvod, recreating empty array with each
10908: void_value token. that's absolutely needed, since that array
10909: grows
10910:
10911: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10912: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10913: types/pa_vmethod_frame.h: + merged: expression literals:
10914: true/false. ^format[$.indent(true)]
10915:
10916: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10917: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10918: types/pa_vmethod_frame.h: + expression literals: true/false.
10919: ^format[$.indent(true)]
10920:
10921: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10922: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10923: i386-pc-win32)"
10924:
10925: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10926: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10927: i386-pc-win32)"
10928:
10929: 2005-11-18 paf
10930:
10931: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10932: null}[$.default(123)] will now return default value
10933:
10934: * src/classes/op.C: + merged ^cache[] << returns current cache
10935: expiration time
10936:
10937: * src/classes/op.C: + ^cache[] << returns current cache expiration
10938: time
10939:
10940: * src/classes/table.C: ! merged ^table::create[not'nameless';
10941: failed << Exception.problem_source pointed to local var!
10942:
10943: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10944: Exception.problem_source pointed to local var!
10945:
10946: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10947: now loads VFile.ptr!=0, so such files can be saved now
10948:
10949: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10950: loads VFile.ptr!=0, so such files can be saved now
10951:
10952: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10953: only . and .. now removed from list [were removed all .*]
10954:
10955: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10956: .. now removed from list [were removed all .*]
10957:
10958: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10959: open error now checked, were not :( [stole that piece from apache
10960: 1.3 sources]
10961:
10962: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10963: checked, were not :( [stole that piece from apache 1.3 sources]
10964:
10965: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10966: untainting of @main result if returned by $result or
10967: $response:body
10968:
10969: * src/main/pa_request.C: ! ensured proper untainting of @main
10970: result if returned by $result or $response:body
10971:
10972: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10973: issue: now tries to guess content-length and allocates one big
10974: piece if possible [regretfully gc_realloc works as malloc+free,
10975: leaving lots of holes behind]
10976:
10977: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10978: fixed file load memory issue: now tries to guess content-length
10979: and allocates one big piece if possible [regretfully gc_realloc
10980: works as malloc+free, leaving lots of holes behind]
10981:
10982: 2005-11-16 paf
10983:
10984: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10985: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10986: table::save with enclosers now doubles them: "->"" !
10987: table::save/load do not remove elements from options hash
10988:
10989: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10990: [were overoptimized ^if(double_literal), compiler confused
10991: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10992:
10993: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10994: [were overoptimized ^if(double_literal), compiler confused
10995: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10996:
10997: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10998: main/pa_common.C: ! table::save with enclosers now doubles them:
10999: "->"" ! table::save/load do not remove elements from options hash
11000:
11001: 2005-11-03 paf
11002:
1.116 moko 11003: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11004: compilation, not all makefiles liked that
1.95 moko 11005:
11006: 2005-08-30 paf
11007:
11008: * src/classes/op.C: merge . speedup check of [DEFAULT]
11009:
11010: * src/classes/op.C: . speedup check of [DEFAULT]
11011:
11012: 2005-08-26 paf
11013:
11014: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11015:
11016: * src/: classes/date.C, types/pa_vdate.h: + date.week
11017:
11018: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11019: complains about bad!=nameless
11020:
11021: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11022: about bad!=nameless
11023:
11024: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11025: optional options were allowed to be empty. were checked
11026: if(is_string), changed to !defined||is_string to allow void
11027:
11028: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11029: classes/string.C, classes/table.C, classes/void.C: ! optional
11030: options were allowed to be empty. were checked if(is_string),
11031: changed to !defined||is_string to allow void
11032:
11033: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11034: as_junction where they needed as_int/double, so failed with
11035: recent "(const) now no junction" optimization
11036:
11037: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11038: merged ! many classes/* used as_junction where they needed
11039: as_int/double, so failed with recent "(const) now no junction"
11040: optimization
11041:
11042: * src/: classes/double.C, classes/int.C, classes/math.C,
11043: classes/op.C, classes/string.C, classes/table.C,
11044: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11045: used as_junction where they needed as_int/double, so failed with
11046: recent "(const) now no junction" optimization
11047:
11048: 2005-08-24 paf
11049:
11050: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11051: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11052: stripped it
11053:
11054: 2005-08-09 paf
11055:
11056: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11057: not cleared
11058:
11059: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11060: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11061: classes/hashfile.C, classes/image.C, classes/int.C,
11062: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11063: classes/response.C, classes/string.C, classes/table.C,
11064: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11065: include/pa_array.h, include/pa_cache_managers.h,
11066: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11067: include/pa_config_fixed.h, include/pa_config_includes.h,
11068: include/pa_dictionary.h, include/pa_dir.h,
11069: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11070: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11071: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11072: include/pa_request_charsets.h, include/pa_request_info.h,
11073: include/pa_sapi.h, include/pa_socks.h,
11074: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11075: include/pa_stack.h, include/pa_string.h,
11076: include/pa_stylesheet_connection.h,
11077: include/pa_stylesheet_manager.h, include/pa_table.h,
11078: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11079: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11080: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11081: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11082: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11083: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11084: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11085: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11086: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11087: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11088: main/pa_sql_driver_manager.C, main/pa_string.C,
11089: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11090: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11091: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11092: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11093: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11094: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11095: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11096: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11097: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11098: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11099: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11100: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11101: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11102: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11103: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11104: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11105: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11106: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11107: types/pa_vresponse.C, types/pa_vresponse.h,
11108: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11109: types/pa_vstateless_object.h, types/pa_vstatus.C,
11110: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11111: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11112: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11113: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11114: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11115:
11116: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11117: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11118: speedup consequent checks in vmethod_frame
11119:
11120: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11121: not cleared
11122:
11123: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11124: params: 50 max (were 10)
11125:
11126: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11127: params: 50 max (were 10)
11128:
11129: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11130: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11131: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11132: empty string) ! simplified (double) speedup consequent checks in
11133: vmethod_frame
11134:
11135: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11136: optimized constants in expressions vstring->vdouble + optimized
11137: ^call(vdouble), no junction creation, no calls later
11138:
11139: 2005-08-08 paf
11140:
11141: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11142: compile_tools.h: merged + optimized constants in expressions
11143: vstring->vdouble + optimized ^call(vdouble), no junction
11144: creation, no calls later
11145:
11146: * src/types/pa_vdouble.h: merged . double values without fractional
11147: part now default printed as %.0f instead of %g
11148:
11149: * src/types/pa_vdouble.h: . double values without fractional part
11150: now default printed as %.0f instead of %g
11151:
11152: * src/classes/hashfile.C: . merged ! second hashfile::open would
11153: cause an exception
11154:
11155: * src/classes/hashfile.C: ! second hashfile::open would cause an
11156: exception
11157:
11158: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11159: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11160: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11161: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11162: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11163: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11164: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11165: types/pa_vresponse.h, types/pa_vstateless_class.C,
11166: types/pa_vstateless_object.h, types/pa_vvoid.h,
11167: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11168: merged VJunction(new Junction) optimization from 3.1.4
11169:
11170: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11171: types/pa_vstateless_class.C: + optimized new VJunction(new
11172: Junction(params)) to new VJunction(params), thousands of mallocs
11173: removed
11174:
11175: 2005-08-05 paf
11176:
11177: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11178: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11179: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11180: creation, no calls later
11181:
11182: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11183: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11184: classes/hashfile.C, classes/image.C, classes/int.C,
11185: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11186: classes/response.C, classes/string.C, classes/table.C,
11187: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11188: include/pa_array.h, include/pa_cache_managers.h,
11189: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11190: include/pa_config_fixed.h, include/pa_config_includes.h,
11191: include/pa_dictionary.h, include/pa_dir.h,
11192: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11193: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11194: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11195: include/pa_request_charsets.h, include/pa_request_info.h,
11196: include/pa_sapi.h, include/pa_socks.h,
11197: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11198: include/pa_stack.h, include/pa_string.h,
11199: include/pa_stylesheet_connection.h,
11200: include/pa_stylesheet_manager.h, include/pa_table.h,
11201: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11202: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11203: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11204: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11205: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11206: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11207: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11208: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11209: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11210: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11211: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11212: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11213: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11214: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11215: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11216: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11217: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11218: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11219: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11220: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11221: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11222: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11223: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11224: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11225: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11226: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11227: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11228: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11229: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11230: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11231: types/pa_vstateless_object.h, types/pa_vstatus.C,
11232: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11233: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11234: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11235: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11236: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11237:
11238: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11239: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11240: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11241: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11242: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11243: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11244: optimized constants in expressions vstring->vdouble
11245:
11246: 2005-07-29 paf
11247:
11248: * src/types/pa_vclass.C: . shaped up error messages a bit
11249:
11250: * src/types/pa_vclass.C: + property getter can now be overridden
11251:
11252: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11253: bug fix: static parent fields were not replaced in case
11254: $derived:field[put] + property setter can now be overridden
11255:
11256: 2005-07-28 paf
11257:
11258: * configure, configure.in, src/classes/classes.h,
11259: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11260: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11261: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11262: src/classes/xnode.h, src/include/pa_hash.h,
11263: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11264: src/types/Makefile.am, src/types/pa_method.h,
11265: src/types/pa_value.h, src/types/pa_vclass.C,
11266: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11267: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11268: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11269: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11270: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11271: src/types/pa_vobject.C, src/types/pa_vobject.h,
11272: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11273: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11274: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11275: src/types/pa_vstateless_class.h,
1.95 moko 11276: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11277: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11278: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11279: dynamic_fields_join
11280:
11281: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11282: classes/xnode.C, include/pa_hash.h, main/execute.C,
11283: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11284: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11285: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11286: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11287: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11288: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11289: types/pa_vresponse.h, types/pa_vstateless_object.h,
11290: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11291: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11292: restored its checks in vobject.put_element->static fields |
11293: dynamic properties
11294:
11295: 2005-07-27 paf
11296:
11297: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11298: is some old code containing @set_name $name
11299:
11300: * src/types/pa_vobject.h: . fixed warning
11301:
11302: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11303: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11304:
11305: * src/: classes/xnode.C, include/pa_hash.h,
11306: types/pa_vstateless_class.C: ! new asserts were all false.
11307: regretfully reverted them all to checks
11308:
11309: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11310: classes/op.C, main/execute.C, types/pa_method.h,
11311: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11312: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11313: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11314: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11315: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11316: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11317: types/pa_vstateless_object.h, types/pa_vvoid.h,
11318: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11319: joined_dynamic_fields: removed unused param from put_method
11320: (returned to 3 params)
11321:
11322: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11323: joined_dynamic_fields: dynamic get/set works with overriding
11324: props [alpha2]
11325:
11326: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11327: works [alfa]
11328:
11329: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11330: classes/op.C, include/pa_hash.h, main/execute.C,
11331: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11332: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11333: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11334: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11335: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11336: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11337: types/pa_vresponse.h, types/pa_vstateless_class.C,
11338: types/pa_vstateless_object.h, types/pa_vvoid.h,
11339: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11340: joined_dynamic_fields: just compiled
11341:
11342: * src/: classes/date.C, classes/file.C, classes/hash.C,
11343: classes/hashfile.C, classes/image.C, classes/table.C,
11344: classes/xdoc.C, classes/xnode.h, main/execute.C,
11345: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11346: types/pa_vstateless_class.h: joined_dynamic_fields: started
11347:
11348: * src/types/pa_vobject.C: . object setters [only started, does not
11349: work yet]
11350:
11351: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11352: object setters [only started, does not work yet]
11353:
11354: 2005-07-26 paf
11355:
11356: * src/: include/pa_request.h, main/execute.C: . properties: set
11357: works [alpha2]. for classes. todo: for objects
11358:
11359: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11360: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11361: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11362: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11363: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11364: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11365: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11366: types/pa_vstateless_object.h, types/pa_vvoid.h,
11367: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11368: properties: set works [alpha1]
11369:
11370: 2005-07-25 paf
11371:
11372: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11373: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11374: properties: started, get works [alpha1, other approach]
11375:
11376: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11377: properties: started, get works [alpha2]
11378:
11379: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11380: pa_vstateless_class.h: . properties: started, get works [alpha]
11381:
11382: 2005-07-15 paf
11383:
11384: * src/: classes/classes.h, classes/op.C, main/execute.C,
11385: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11386: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11387: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11388: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11389: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11390: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11391: types/pa_vresponse.C, types/pa_vresponse.h,
11392: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11393: types/pa_vstateless_object.h, types/pa_vvoid.h,
11394: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11395: types/pa_wwrapper.h, types/types.vcproj: + started property
11396: [getters work but think of changing them too to precaching]
11397:
11398: 2005-07-08 paf
11399:
11400: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11401: gpf
11402:
11403: 2005-06-28 paf
11404:
11405: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11406: in passing empty strings to file::exec/cgi environment
11407:
11408: 2005-06-06 paf
11409:
11410: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11411: ^table:sql ^hash:sql now DO process $.bind option
11412:
11413: 2005-05-24 paf
11414:
11415: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11416: $.limit] now work again [support was broken in 3.1.4]
11417:
11418: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11419: ALL_INTERIOR_POINTERS
11420:
11421: 2005-05-12 paf
11422:
11423: * configure: 3.1.5beta
11424:
11425: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11426:
11427: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11428: $.limit] now work again [support was broken in 3.1.4]
11429:
11430: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11431: line-width [was refusing to fill if line-width >1, thanks to
11432: Seras <seras@pinxit.lt> for repro case
11433:
11434: 2005-04-25 paf
11435:
11436: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11437: correctly
11438:
11439: 2005-04-19 paf
11440:
11441: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11442: in VString violating invariant!!
11443:
11444: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11445: getenv("TZ")==null
11446:
11447: 2005-04-08 paf
11448:
11449: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11450: bugfix: when there is no char in charset one byte produces 6
11451: (ÿ <<max). increased buffer size!
11452:
11453: 2005-03-23 paf
11454:
11455: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11456: ^date.sql-string now takes TZ into account
11457:
11458: 2005-03-16 paf
11459:
11460: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11461: gcc 3.4
11462:
11463: * src/types/pa_vhash.C: . warning about eof eol
11464:
11465: 2005-02-17 paf
11466:
11467: * operators.txt, src/classes/op.C: + operator ^sleep(double
11468: seconds)
11469:
11470: 2005-02-02 paf
11471:
11472: * src/classes/xnode.C: beauty: removed needless includes
11473:
11474: 2005-01-31 paf
11475:
11476: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11477: $.partNoNumber now alias to $.part1
11478:
11479: * src/types/pa_vmail.C: change: incoming letter part contains
11480: "content-disposition" header with any value? now considering that
11481: part to be "file#" [for text/plain text/html were $.text#
11482: $.html#]
11483:
11484: * INSTALL: updatet to latest working versions available
11485:
11486: 2005-01-20 paf
11487:
11488: * configure.in, src/include/pa_version.h: version
11489:
11490: 2005-01-19 paf
11491:
1.116 moko 11492: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11493: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11494: couple warnings in parser3.C
1.95 moko 11495:
11496: 2004-12-23 paf
11497:
11498: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11499:
11500: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11501: dir to directory of script (when shbang used), not to directory
11502: of its interpreter
11503:
11504: * src/include/pa_version.h: compiled on win32...
11505:
11506: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11507: we need more hspace
11508:
11509: * configure, configure.in, src/include/pa_version.h: configured
11510: host to pa_version. will be displayed everywhere
11511:
11512: * src/main/pa_request.C: new: @unhandled_exception can prevent
11513: exception from being logged by setting $exception.handled(1)
11514:
11515: * operators.txt, src/classes/file.C: change:
11516: ^file::sql{query}[[options]] options: $.name[file name]
11517: $.content-type[application/what]
11518:
11519: * src/: include/pa_common.h, main/pa_common.C,
11520: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11521: new file
11522:
11523: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11524: bugfix: table->hash now regards _default
11525:
11526: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11527: created by accessing $name_of_method it acquired bad self=closest
11528: methodframe; instead of proper self (current class)
11529:
11530: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11531: hashfile produced bad cord
11532:
11533: 2004-12-10 paf
11534:
11535: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11536: subsequent failures though defined in .h
11537:
11538: * src/main/pa_common.C: comment on volatile
11539:
11540: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11541: alarm function were not used since the beginning due to stupid
11542: error [setsigjmp were not checked in configure.in]
11543:
11544: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11545: unix too
11546:
11547: * src/main/pa_common.C: http: exception status of send/recv errors
11548: change to most probable http.timeout
11549:
11550: * src/main/pa_common.C: win32: http connection $.timeout option now
11551: works [setsockopt on send/receive]
11552:
11553: 2004-12-08 paf
11554:
11555: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11556: cstr-ed knowing mail charset, and untainting uri lang now knows
11557: proper charset
11558:
11559: 2004-11-24 paf
11560:
11561: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11562:
11563: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11564: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11565:
11566: 2004-11-12 paf
11567:
11568: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11569: [since 3.0.4]
11570:
11571: 2004-11-09 paf
11572:
11573: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11574: writes basics to c:\parser3.log
11575:
11576: 2004-10-21 paf
11577:
11578: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11579: tainted strings [were returning clean onces]
11580:
11581: 2004-10-15 paf
11582:
11583: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11584: cycles(i=1; i=2), which was wrong, now does ONE
11585:
11586: 2004-10-12 paf
11587:
11588: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11589:
11590: 2004-10-07 paf
11591:
11592: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11593: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11594: release asserts
11595:
11596: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11597: String.dump() to stdout in detailed form [were String.v() in
11598: short form]
11599:
11600: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11601: \t\r\n as @#| and truncates long char sequences less
11602:
11603: 2004-10-06 paf
11604:
11605: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11606: win32 beauty: socket errors properly decoded
11607:
11608: 2004-10-05 paf
11609:
11610: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11611: request::configure_user/admin done always, even if no
11612: file-to-process useful in @unhandled_exception [say, if they
11613: would want to mail by SMTP something]
11614:
11615: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11616: now performed prior to file loading [and @auto executing] thus
11617: making $cookie:value available in @auto and in
11618: @unhandled_exception when IIS is configured to run interpreter
11619: even if no file exist
11620:
11621: 2004-09-20 paf
11622:
11623: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11624: somewhere where it should have called xmlMalloc and it calls
11625: xmlFree when it should have not called it. inserted two
11626: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11627: xmlFree just ignored. put away a testcase, maybe someday libxml
11628: author would fix all that. until that day: we have SLOW garbage
11629: collecting when many xml objects are alive hint: do
11630: ^memory:compact[] before xdoc::create
11631:
11632: 2004-09-17 paf
11633:
11634: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11635: error from 3.0.8 version]
11636:
11637: 2004-09-14 paf
11638:
11639: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11640: part bugfix: hashfile.foreach iterated only part if hashfile were
11641: modified inside
11642:
11643: 2004-09-13 paf
11644:
11645: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11646: [were as octal]
11647:
11648: * src/types/pa_vhashfile.C: beauty: not reproduced
11649: $hashfile.key[$novalue] bug [reported by motorin], inserted
11650: safety-check
11651:
11652: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11653: [not something obscure from sdbm lib]
11654:
11655: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11656: = strerror now returnes something and we can properly report that
11657: to client
11658:
11659: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11660: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11661:
11662: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11663: [tainted as-is] this helps //[space][newline] to remain as-is and
11664: not be unnecessary optimized away [ruining javascript]
11665:
11666: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11667: [tainted as-is]
11668:
11669: * src/classes/mail.C: bugfix: typo error
11670:
11671: 2004-09-09 paf
11672:
11673: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11674: separators bugfix: loads header with endings \r\n\r\n and \n\n
11675: (bloody yandex.server)
11676:
11677: 2004-09-06 paf
11678:
11679: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11680: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11681: encoded
11682:
11683: 2004-09-01 paf
11684:
11685: * src/types/pa_vmail.C: change: multipart/mixed changed to
11686: multipart/related outlook express have no problems showing
11687: unrelated attachments. todo: someday figure out a way of
11688: multipart/mixed multipart/related text/html
11689: image/xxx application/octet-stream << true attachments
11690:
11691: * src/types/pa_vmail.C: new:
11692: ^mail:send[$.file[$.content-disposition can be overriden new:
11693: empty mail header fields removed from letter
11694:
11695: * src/: classes/mail.C, include/pa_config_fixed.h,
11696: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11697: ^mail:send[ $.file[ $.any[header]
11698:
11699: 2004-08-30 paf
11700:
11701: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11702: warnings
11703:
11704: * src/main/pa_common.C: beauty: do not bother with charset
11705: detection when ^file::load[binary
11706:
11707: 2004-08-27 paf
11708:
11709: * src/main/pa_common.C: hack: for yandex.server http server
11710:
11711: 2004-08-18 paf
11712:
11713: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11714: possibly-chunked response
11715:
11716: 2004-08-17 paf
11717:
11718: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11719: $f.content-type now = that of http response
11720:
11721: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11722: $f.content-type now = that of http response
11723:
11724: 2004-07-30 paf
11725:
11726: * src/: include/pa_request.h, main/pa_request.C,
11727: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11728: win32: system&parser exceptions in release mode reported properly
11729: parser exception in exception handler WERE mistakenly reported as
11730: system exception, without details [in apache & isapi] +some
11731: beauty in exception text
11732:
11733: * src/: include/pa_exception.h, main/pa_request.C,
11734: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11735: release mode reported properly parser exception in exception
11736: handler WERE mistakenly reported as system exception, without
11737: details
11738:
11739: * src/main/execute.C: beauty: simplified system exception handling
11740:
11741: 2004-07-29 paf
11742:
11743: * src/classes/table.C: bugfix:
11744: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11745: were ignored, and \t used unconditionally]
11746:
11747: * src/types/Makefile.am: added vhash.c
11748:
11749: 2004-07-28 paf
11750:
11751: * src/: classes/date.C, classes/image.C, classes/math.C,
11752: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11753: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11754: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11755: failed on russian letters
11756:
11757: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11758: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11759: letters
11760:
11761: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11762: as 'currentDirectory' parameter to CreateProcess
11763:
11764: 2004-07-27 paf
11765:
11766: * src/targets/cgi/parser3.vcproj: beauty: win32:
11767: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11768: from release somewhere [to help searching for unhandled system
11769: exceptions]
11770:
11771: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11772: TZ shift
11773:
11774: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11775: but also in ctor
11776:
11777: 2004-07-26 paf
11778:
11779: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11780: src/main/pa_request.C, src/types/pa_vfile.h,
11781: src/types/pa_vhash.C, src/types/pa_vhash.h,
11782: src/types/types.vcproj: new: $response:body/download[
11783: $.file[name on disk] $.name[of file for user]
11784: $.mdate[date of last-modified. default from directory] ]
11785:
11786: * src/classes/file.C: moving file:send somewhere else..
11787:
11788: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11789: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11790: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11791: $response:download[ $.filename[filename] $.option[] ,, ]
11792:
11793: * src/classes/file.C: beauty: invalid mode thoroughly reported
11794:
11795: 2004-07-21 paf
11796:
11797: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11798: to several lines
11799:
11800: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11801:
11802: note: ms outlook[!express] shows only first 255 characters of
11803: subject
11804:
11805: 2004-07-15 paf
11806:
11807: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11808: off]
11809:
11810: 2004-07-14 paf
11811:
11812: * src/classes/table.C: bugfix: $.bind values now got untainted
11813: according to lang [were: as-is]
11814:
11815: 2004-07-07 paf
11816:
11817: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11818: checked that
11819:
11820: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11821: now untainted according to their languages. were: as-is.
11822: EVERYWHERE
11823:
11824: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11825: environment string now untainted according to their languages.
11826: were: as-is. EVERYWHERE
11827:
11828: * src/main/pa_exec.C: bufix: on unix environment string now
11829: untainted according to their languages. were: as-is. on win32:
11830: ok
11831:
11832: * parser3.vssscc: ...would not go unnoticed
11833:
11834: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11835: fails. in case on input appears nonutf, those bytes will be
11836: printed in %HH form. that can be easily decoded/recovered.
11837:
11838: this form is quite noticable, and hopefully would not go noticed
11839:
11840: 2004-07-06 paf
11841:
11842: * src/main/pa_exec.C: bufix: on unix environment string now
11843: untainted according to their languages. were: as-is. on win32:
11844: ok
11845:
11846: 2004-07-01 paf
11847:
11848: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11849: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11850: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11851: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11852: main/main.vcproj, targets/cgi/parser3.vcproj,
11853: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11854: option: global optimization ON
11855:
11856: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11857: to do xdoc::create{invalid chars} standard disables chars less
11858: then \x20, except tab, cr, lf.
11859:
11860: changed tainting so that those become '!'
11861:
11862: 2004-06-25 paf
11863:
11864: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11865: int on odd address [prev bugfix failed due to superwize
11866: optimizer, which turned memcpy into same 'ld' asm command]
11867:
11868: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11869: int on odd address
11870:
11871: 2004-06-22 paf
11872:
11873: * src/sql/pa_sql_driver.h: note: about possible optimization
11874:
11875: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11876: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11877: src/include/pa_config_includes.h: new: ^void:sql{call
11878: paf(:a)}[ $.bind[ $.a[2]
11879: ] ] output variables work. todo: check in out
11880: variables
11881:
11882: 2004-06-18 paf
11883:
11884: * src/: classes/file.C, classes/hash.C, classes/string.C,
11885: classes/table.C, classes/void.C, include/pa_globals.h,
11886: include/pa_sql_connection.h, main/compile.tab.C,
11887: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11888: $.bind[ $.a[2] ]
11889: ] input variables work. todo:output
11890:
11891: * src/targets/cgi/parser3.C: bugfix: iis specific
11892: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11893: /_bug.html?404;http://hpsv/test/
11894: --------------------------------------------------------------------------------
11895: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11896: --------------------------------------------------------------------------------
11897: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11898:
11899: 2004-06-16 paf
11900:
11901: * src/targets/cgi/parser3.C: new: iis specific
11902: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11903: $request:query
11904: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11905: $form:fields IIS-STATUS="404"
11906: IIS-DOCUMENT="http://server/_bug.html" f="v"
11907:
11908: todo: isapi too
11909:
11910: 2004-05-26 paf
11911:
11912: * src/include/pa_version.h: 3.1.3
11913:
11914: * operators.txt: beauty: removed outdated level 'table'
11915:
11916: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11917:
11918: * src/main/pa_string.C: beauty: removed 3 warnings
11919:
11920: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11921: classes/op.C: beauty: removed outdated level 'table'
11922:
11923: 2004-05-25 paf
11924:
11925: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11926: implementation. mistery: how anything worked
11927:
11928: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11929: changed, it is now safe to use url if pointers to it are stored
11930: to gc mem
11931:
11932: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11933: unknown errors reported and not cause SIGSEGV now
11934:
11935: 2004-05-24 paf
11936:
11937: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11938: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11939: less memory: CORD_chars_block originally intended to ... it was
11940: good that CORD_chars_block were not used: it consumes more memory
11941: [and, might be slow too] undoing that. [and removed that func so
11942: that it would not confuse parser developer in future]
11943:
11944: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11945: less memory: CORD_chars_block originally intended to
11946: speedup/reduce mem usage were forgotten, and were used stupid
11947: CORD_chars
11948:
11949: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11950:
11951: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11952: BIGENDIAN processors space-conserving mech failed, causing
11953: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11954: (1|2|3));
11955:
11956: 2004-05-14 paf
11957:
11958: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11959: bugfix: void now has vfile value, and $response:body[] works OK
11960:
11961: 2004-05-12 paf
11962:
11963: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11964: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11965: sources to use is_defined() {return as_bool();} along VBool
11966:
11967: 2004-05-11 paf
11968:
11969: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11970: referencing to local objects
11971:
11972: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11973: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11974: left intact
11975:
11976: 2004-04-15 paf
11977:
11978: * src/classes/date.C: merged: beauty: unused var removed
11979:
11980: * src/classes/date.C: beauty: unused var removed
11981:
11982: * src/include/: pa_exec.h: bugfix: interface without pointer
11983: provoked bug
11984:
11985: 2004-04-09 paf
11986:
11987: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11988:
11989: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11990:
11991: 2004-04-08 paf
11992:
11993: * src/classes/date.C: new: ^date::create[y-m-d
11994: h-M-s>>.milliseconds<<] now allowed, ignored so far
11995:
11996: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11997:
11998: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11999: to consult default catalog [usually, that file belongs to other
12000: user/group]
12001:
12002: 2004-04-06 paf
12003:
12004: * src/main/pa_common.C: beauty: gcc warning removed
12005:
12006: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12007: accept that trick, trying other
12008:
12009: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12010: explicit result problem
12011:
12012: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12013: explicit result problem
12014:
12015: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12016: explicit result problem
12017:
12018: * operators.txt, src/classes/string.C: new: ^string.append[string]
12019:
12020: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12021: main/execute.C: attempt_check_call_in_explicit_result_mode:
12022: failed
12023:
12024: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12025: http://i.p.a.ddress gethostbyaddr added [on some platforms
12026: gethostbyname failed with such 'domains'] now checked properly,
12027: were: needless reverse/forward dns lookup
12028:
12029: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12030: http://i.p.a.ddress gethostbyaddr added [on some platforms
12031: gethostbyname failed with such 'domains'] now checked properly,
12032: were: needless reverse/forward dns lookup
12033:
12034: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12035: @method[][result] means "no string output here" moved to lexical
12036: level [on grammar level it were too difficult]
12037:
12038: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12039: src/main/compile.y, src/main/compile_tools.h,
12040: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12041: @method[][result] means "no string output here", implemented part
12042: of that idea: compiler throws away string literal generation
12043: code. and barks nonwhitespace chars
12044:
12045: * operators.txt: truth: removed comment about $ORIGIN
12046:
12047: 2004-04-05 paf
12048:
12049: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12050: src/include/pa_version.h, src/main/pa_common.C,
12051: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12052:
12053: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12054: Konstantin Tomashevitch [mailto:konst@design.ru]
12055:
12056: * src/doc/html2chm.cmd: beauty: no need in bg here
12057:
12058: * src/doc/sources2html.cmd: beauty: same window, in bg it
12059: interfered with FAR console
12060:
12061: * configure, configure.in: 3.1.3
12062:
12063: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12064:
12065: * src/main/pa_common.C: removed warning
12066:
12067: * src/include/pa_version.h: 3.1.3
12068:
12069: 2004-04-02 paf
12070:
12071: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12072:
12073: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12074: allows to specify where to put parser log file
12075:
12076: 2004-04-01 paf
12077:
12078: * src/classes/table.C: bugfix: bugfix: table::load last line
12079: without tab and enter were ignored
12080:
12081: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12082: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12083: main/pa_socks.C, targets/cgi/parser3.C,
12084: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12085: bugfix: sql connections now are disconnected
12086:
12087: 2004-03-30 paf
12088:
12089: * src/classes/table.C: bugfix: table::load last line without tab
12090: and enter were ignored
12091:
12092: * src/classes/table.C: bufix: if last table lines were commented,
12093: gpfed
12094:
12095: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12096: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12097: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12098: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12099: doc/methoded.dox, doc/object.dox, doc/string.dox,
12100: doc/targets.dox, doc/value.dox, include/pa_version.h,
12101: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12102: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12103: bugfixes from 3.1.2, changed version to 3.1.3beta
12104:
12105: 2004-03-29 paf
12106:
12107: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12108: causes gpf
12109:
12110: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12111: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12112: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12113: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12114: value.dox: translated to english
12115:
12116: 2004-03-25 paf
12117:
12118: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12119: parser3project dependency removed
12120:
12121: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12122: bugfix: refused to compile without xml
12123:
12124: * src/types/pa_vform.C: beauty: removed warning
12125:
12126: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12127: any folder [removed last ;) folder dependency]
12128:
12129: * src/classes/classes.vcproj: bugfix: now all compiles in any
12130: folder [removed last ;) folder dependency]
12131:
12132: * src/include/pa_version.h: release
12133:
12134: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12135:
12136: * src/classes/table.C: beauty: comment& more meaningful error
12137: message
12138:
12139: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12140: $.hash[$.column_value1(true) ... ] [were producing some strang
12141: thing]
12142:
12143: 2004-03-23 paf
12144:
12145: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12146: and http status line parsing checked number of columns in table
12147: [user reported an assert]
12148:
12149: * operators.txt: example: on hashfile
12150:
12151: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12152: bugfix: junction reattach now actually reattaches a junction to
12153: new wcontext [were only assigning it to junction, which caused
12154: junction tracking to loose junction, and it's context were not
12155: killed, and it tried to process in invalid context, gpf]
12156:
12157: * src/targets/cgi/parser3.C: debug helper added
12158:
12159: 2004-03-19 paf
12160:
12161: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12162: "type(type)" in braces
12163:
12164: 2004-03-10 paf
12165:
12166: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12167: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12168: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12169: solution to search-in-namespaces problem:
12170: $xdoc.search-namespaces.x[http://pif.design.ru/]
12171: $nodes[^xdoc.select[//x:second]]
12172:
12173: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12174: expression][[NAMESPACES HASH]] allows to search for info in
12175: namespaces
12176:
12177: $nodes[^xdoc.select[//x:second][
12178: $.x[http://pif.design.ru/] ]]
12179:
12180: 2004-03-09 paf
12181:
12182: * operators.txt, src/main/pa_common.C: new:
12183: ^file::load[...][options] $.form[
12184: !$.field1[string]
12185: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12186: ] !$.body[string]
12187:
12188: GET ?here notGET(POST, HEAD, others) in content-type:
12189: application/x-www-form-urlencoded
12190:
12191: todo: upload files ability
12192:
12193: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12194: properly, done
12195:
12196: 2004-03-05 paf
12197:
12198: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12199: GET/POST $.form[$.fields started, not tested yet
12200: todo:$.field[table] for multiple values
12201:
12202: * operators.txt: new: http:// options $.user $.password basic
12203: authorization
12204:
12205: * src/main/pa_common.C: beauty: link to rtf added
12206:
12207: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12208: new: http:// options $.user $.password basic authorization
12209:
12210: * src/main/pa_common.C: beauty: removed needless vars
12211:
12212: * operators.txt: new: pgsql option [like that recently added to
12213: oracle driver] ClientCharset=parser-charset <<
12214: charset in which parser thinks client works
12215:
12216: * operators.txt: new: odbc option [like that recently added to
12217: oracle driver] ClientCharset=parser-charset <<
12218: charset in which parser thinks client works
12219:
12220: * src/sql/pa_sql_driver.h: beauty: important warning added
12221:
12222: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12223: char!
12224:
12225: * etc/parser3.charsets/windows-1251.cfg: typo
12226:
12227: 2004-03-04 paf
12228:
12229: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12230: cached, sql transcoding now goes faster
12231:
12232: * operators.txt: new: mysql option [like that recently added to
12233: oracle driver] ClientCharset=parser-charset <<
12234: charset in which parser thinks client works
12235:
12236: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12237: typo error
12238:
12239: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12240: chars commented
12241:
12242: 2004-03-03 paf
12243:
12244: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12245: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12246:
12247: 2004-03-02 paf
12248:
12249: * operators.txt: new[update typo]: !^void.left(n)
12250: nothing !^void.right(n) nothing !^void.mid(p[;n])
12251: nothing
12252:
12253: * operators.txt, src/classes/void.C: new: !^void.left(n)
12254: nothing !^void.right(n) nothing !^void.pos(p[;n])
12255: nothing
12256:
12257: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12258: ^file::sql[[name_to_become_$.name]]{} query result must be one
12259: row with columns: first: data second: file name third:
12260: content-type
12261:
12262: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12263: ^connect gets properly escaped string, which can be passed to
12264: request now this for mysql only. it's up to parser sql driver to
12265: fix zeros properly
12266:
12267: * INSTALL: note: added on building apache with this option:
12268: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12269:
12270: 2004-03-01 paf
12271:
12272: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12273: extension memory:compact befor processingrequest
12274:
12275: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12276: call sole column of result
12277:
12278: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12279: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12280: pixel color
12281:
12282: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12283: beauty: image -- less checks [were ugly impl]
12284:
12285: * src/classes/string.C: bugfix: ^string.left/right/mid with
12286: negative values now considered bad
12287:
12288: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12289:
12290: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12291: options now have unified defaults [after transform
12292: indent/omit-xml-declaration/standalone 'default' erroreously
12293: meant 'true']
12294:
12295: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12296: added [on some platforms gethostbyname failed with such
12297: 'domains']
12298:
12299: * src/include/pa_config_auto.h.in: no select check, no define
12300:
12301: * src/classes/string.C: feature: ^string.trim both parameters may
12302: be empty-strings, meaning kind=both chars=whitespaces
12303:
12304: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12305: exist
12306:
12307: * src/classes/string.C: check: trim 'chars' must not be empty,
12308: exception if it is
12309:
12310: * src/classes/string.C: changed: ^string.trim [] << both,
12311: whitespaces [start|both|end] << kind, whitespaces
12312: [start|both|end;chars] full
12313:
12314: 2004-02-27 paf
12315:
12316: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12317: method: ^string.trim[start|both|end[;chars]] default
12318: 'chars' -- whitespace chars finished
12319:
12320: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12321: src/main/pa_string.C: new method:
12322: ^string.trim[start|both|end[;chars]] default 'chars' --
12323: whitespace chars started, only start works
12324:
12325: * src/main/compile.C: bugfix: line numbers after
12326: ^process{}[$.line(-10]] can be negative, allowed to print they as
12327: signed
12328:
12329: * src/main/untaint.C: speed: there's no \n chars in output
12330: [normally], so no need to optimize them they could be retrived
12331: from databases, though. but 1. should be replaced 2. if not
12332: optimized, no harm done
12333:
12334: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12335: ^file::exec/cgi could return invalid status & zombie child can
12336: remain for short period until process exists [very bad in
12337: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12338:
12339: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12340: malicious SMTP server to attack as by returning too long status
12341: responses http://i2/tasks/edit/?id=4629448401140924947
12342:
12343: 2004-02-26 paf
12344:
12345: * operators.txt: feature: ^process...{CODE}[now has options] which
12346: are $.main[to what to rename @main] $.file[file,
12347: from which (user says) goes that CODE] $.lineno(line
12348: number in that file, where CODE starts. may be negative)
12349:
12350: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12351: src/main/compile.C, src/main/compile_tools.h,
12352: src/main/pa_request.C: feature: ^process...{CODE}[now has
12353: options] which are $.main[to what to rename @main]
12354: $.file[file, from which (user says) goes that CODE]
12355: $.lineno(line number in that file, where CODE starts. may be
12356: negative)
12357:
12358: 2004-02-25 paf
12359:
1.116 moko 12360: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12361: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12362:
12363: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12364: produces hash of column=>1
12365:
12366: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12367: with incomplete errno constants set
12368:
12369: 2004-02-24 paf
12370:
12371: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12372: "man select"
12373:
12374: * src/main/pa_os.C: beauty: <0 better then ==-1
12375:
12376: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12377:
12378: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12379:
1.116 moko 12380: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12381:
12382: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12383: unix: steps to work on unix [extracted 'to']
12384:
12385: * src/classes/mail.C: smtp on unix: steps to work on unix
12386:
12387: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12388:
1.116 moko 12389: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12390: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12391: unix [testing on solaris]
1.95 moko 12392:
12393: 2004-02-20 paf
12394:
12395: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12396: pointing that out
12397:
12398: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12399: fixed again [same solution, mistanenly removed one line]
12400:
12401: 2004-02-19 paf
12402:
12403: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12404: date::create from bad datetime in spring daylightsaving hole now
12405: OK for all platforms [on some platforms it failed]
12406:
12407: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12408: in daylightsaving hole] now throws error
12409:
12410: * src/classes/date.C: comment: mistake fixed
12411:
12412: 2004-02-18 paf
12413:
12414: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12415: now renderes in $request:charset, but in header puts
12416: $response:charset todo: make that default only so that coder
12417: could override that
12418:
12419: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12420: turns off omit-xml-declaration
12421:
12422: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12423: /.xsl for sample
12424:
12425: 2004-02-17 paf
12426:
12427: * src/classes/xdoc.C: beauty: needless helper class removed
12428:
12429: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12430: copied extra time
12431:
12432: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12433: part of libxml
12434:
12435: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12436: libxml to do the work] <xsl:output method="html"
12437: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12438: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12439: />
12440:
12441: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12442:
12443: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12444: caused assertion
12445:
12446: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12447: could hang. now such add does nothing, sub clears $hash
12448:
12449: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12450: not made quoted-printable
12451:
12452: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12453: string invariant
12454:
12455: 2004-02-16 paf
12456:
12457: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12458: cleared [were not cleared properly]
12459:
12460: 2004-02-13 paf
12461:
1.116 moko 12462: * src/include/pa_version.h: prerelease
1.95 moko 12463:
12464: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12465: used, introducing dependencies timestamp check
12466:
12467: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12468: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12469: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12470: .xsl.stamp now not used, introducing dependencies timestamp check
12471:
1.150 moko 12472: * configure.in: auto.p: @conf made relative
1.95 moko 12473:
12474: 2004-02-12 paf
12475:
12476: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12477: ruined empty <input type=file> submits. parser thought there were
12478: nameless empty file and $form:field got value of type 'file'
12479:
12480: * INSTALL: --without-threads
12481:
12482: * src/include/pa_sapi.h: 2004
12483:
12484: 2004-02-11 paf
12485:
12486: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12487: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12488: classes/hashfile.C, classes/image.C, classes/int.C,
12489: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12490: classes/response.C, classes/string.C, classes/table.C,
12491: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12492: include/pa_array.h, include/pa_cache_managers.h,
12493: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12494: include/pa_config_fixed.h, include/pa_config_includes.h,
12495: include/pa_dictionary.h, include/pa_dir.h,
12496: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12497: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12498: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12499: include/pa_request_charsets.h, include/pa_request_info.h,
12500: include/pa_socks.h, include/pa_sql_connection.h,
12501: include/pa_sql_driver_manager.h, include/pa_stack.h,
12502: include/pa_string.h, include/pa_stylesheet_connection.h,
12503: include/pa_stylesheet_manager.h, include/pa_table.h,
12504: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12505: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12506: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12507: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12508: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12509: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12510: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12511: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12512: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12513: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12514: main/pa_sql_driver_manager.C, main/pa_string.C,
12515: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12516: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12517: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12518: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12519: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12520: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12521: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12522: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12523: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12524: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12525: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12526: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12527: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12528: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12529: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12530: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12531: types/pa_vresponse.h, types/pa_vstateless_class.C,
12532: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12533: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12534: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12535: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12536: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12537: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12538:
12539: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12540: debug version of gc.dll
12541:
12542: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12543: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12544: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12545: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12546: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12547: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12548: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12549: processes
12550:
12551: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12552: main/pa_globals.C, targets/cgi/parser3.vcproj,
12553: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12554: changes to reflect libxml xsl new folders
12555:
12556: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12557: lib/smtp/smtp.vcproj, main/main.vcproj,
12558: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12559: to reflect libxml xsl new folders
12560:
12561: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12562: lib/smtp/smtp.vcproj, main/main.vcproj,
12563: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12564: types/types.vcproj: started changes to reflect libxml xsl new
12565: folders
12566:
12567: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12568: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12569: src/main/compile.tab.C, src/main/main.vcproj,
12570: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12571: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12572: started changes to reflect libxml xsl new folders
12573:
12574: 2004-02-10 paf
12575:
12576: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12577: compile. recommened latest libxml up to date
12578:
12579: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12580: pattern compilation errors", on which spent 4 hours worktime. use
12581: versions higher than that. recommended now latest up to date
12582:
12583: 2004-02-06 paf
12584:
12585: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12586: beauty: unified destructing style
12587:
12588: * src/main/untaint.C: beauty: removed old def/ifdef
12589:
12590: * src/main/untaint.C: beauty: coredump @unknown untaint language
12591: now
12592:
12593: 2004-02-03 paf
12594:
12595: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12596: targets/isapi/parser3isapi.C, types/pa_value.C,
12597: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12598: then %ld/%lu
12599:
12600: * src/main/pa_common.C: typo: %l -> %u
12601:
12602: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12603: in attributes or documents-results of transform now not xx;
12604:
12605: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12606:
12607: * src/main/pa_charset.C: bugfix: forgot to undo some
12608:
12609: * src/main/pa_charset.C: beauty: uncomment
12610: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12611: libraries
12612:
12613: 2004-02-02 paf
12614:
12615: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12616: $cookie:example[ $.value[value] $.path[/there/] ]
12617:
12618: $cookie:example[ $.value[] $.expires[session]
12619: $.path[/there/] $.domain[test.com] ]
12620:
12621: * src/types/pa_vform.C: bugfix: empty values with
12622: enctype=multipart/form-data now produce entries in $form:tables
12623: <form method=post enctype=multipart/form-data> <input type=hidden
12624: name=a> <input type=hidden name=b>
12625:
12626: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12627: <hr> <pre>$request:body
12628:
12629: 2004-01-30 paf
12630:
12631: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12632: or documents-results of transform now not xx;
12633:
12634: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12635: produce exception.
12636:
12637: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12638: bugfix: ^date::create[invalid fields now produce exception.
12639:
12640: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12641: year] now produces exception. todo: check other fields
12642:
12643: 2004-01-29 paf
12644:
12645: * src/include/pa_memory.h: typo error
12646:
12647: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12648: more byte then specified, then zeroed it << useless and
12649: potentially harmful(could gpf)
12650:
12651: 2004-01-22 paf
12652:
12653: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12654:
12655: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12656: optimization
12657:
12658: * src/main/untaint.C: bugfix: whitespace now optimized properly
12659: [were bug: ^taint[1 & 2]="1 &2"
12660:
12661: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12662: errors
12663:
12664: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12665: overflow
12666:
12667: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12668: error-reporting code * in parser-error reporting code [when no
12669: @unhandled_exception defined]
12670:
12671: fixed in one place: my *snprintf override
12672:
12673: 2004-01-13 paf
12674:
12675: * operators.txt: typo erro
12676:
12677: 2003-12-25 paf
12678:
12679: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12680: garbled [pieces after zero bytes were removed]
12681:
12682: 2003-12-22 paf
12683:
1.116 moko 12684: * src/include/Makefile.am: bugfix: removed from dist:
12685: src/include/pa_config_auto.h which were configured for
1.95 moko 12686: make-dist-platform and badly updated proper config file in target
12687: [when .tar used for updating existing source tree]
12688:
12689: * ChangeLog, operators.txt, src/classes/op.C,
12690: src/include/pa_sql_connection.h,
12691: src/include/pa_sql_driver_manager.h,
12692: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12693: feature: sql introducing ability to transcode charsets
12694:
12695: 2003-12-19 paf
12696:
12697: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12698: error message
12699:
12700: * src/main/pa_charset.C: bugfix: memory for charsethandler
12701: structure for libxml now allocated properly
12702:
12703: 2003-12-17 paf
12704:
12705: * src/types/pa_vfile.C: beauty: removed outdated cast
12706:
12707: * src/main/pa_common.C: bugfix: empty http response caused gpf
12708:
12709: * src/include/pa_string.h: bugfix: removed too strong a assert
12710:
12711: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12712: unreported xmlGenericErrors]
12713:
12714: 2003-12-15 paf
12715:
12716: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12717: works}
12718:
12719: 2003-12-11 paf
12720:
12721: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12722: id
12723: !$status:tid thread id
12724:
12725: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12726: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12727: bugfix(solaris): removed dependency on object initialization
12728: order [one more place]
12729:
12730: * src/: classes/file.C, classes/mail.C, classes/op.C,
12731: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12732: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12733: understand that
12734:
12735: * src/: classes/file.C, classes/mail.C, classes/op.C,
12736: classes/xdoc.C, include/pa_cache_managers.h,
12737: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12738: include/pa_stylesheet_manager.h, main/pa_request.C,
12739: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12740: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12741: ctor call [relying on implicit String::Body(cstr) call]
12742:
12743: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12744: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12745: object initialization order [two places]
12746:
12747: 2003-12-10 paf
12748:
12749: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12750: << time now ok
12751:
12752: * operators.txt, src/main/pa_sql_driver_manager.C,
12753: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12754: operational
12755:
12756: * ChangeLog, operators.txt, src/classes/xdoc.C,
12757: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12758: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12759: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12760: back operational
12761:
12762: 2003-12-02 paf
12763:
12764: * src/types/pa_vmail.C: bugfix:
12765: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12766: as-is forced]
12767:
12768: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12769: exceptions out of libxml callbacks: reimplemented error handling
12770: of http://localhost, parser://method and safemode check callbacks
12771:
12772: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12773: [merged from HEAD]
12774:
12775: * src/classes/image.C: nothing: comment removed
12776:
12777: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12778: addresses to int
12779:
12780: 2003-12-01 paf
12781:
12782: * src/main/pa_xml_io.C: bugfix: typo
12783:
12784: * src/main/pa_globals.C: bugfix: win32: compile prob
12785:
12786: * src/classes/xdoc.C: bugfix: typo
12787:
12788: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12789: exception
12790:
12791: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12792:
12793: 2003-11-28 paf
12794:
12795: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12796: all xml documents read
12797:
12798: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12799:
12800: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12801: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12802: replaced original open mech of xdoc::create & co to use libxml
12803: open, so that this would work for root document todo: safe mode
12804: checks to libxml: ideally to some 1 point
12805:
12806: * src/main/pa_xml_io.C: comment
12807:
12808: * operators.txt, src/main/pa_xml_io.C: leading / in
12809: http://parser[abscent params]
12810:
12811: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12812: works. todo: maybe replace original open mech of xdoc::create &
12813: co to use libxml open, so that this would work for root document
12814:
12815: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12816: "parser://method/params/here"> <test> &test^; </test> }]
12817:
12818: ^taint[^xdoc.string[]]
12819:
12820: @method[param] <!ENTITY test
12821: "test-entity-value+$form:user+$param!">
12822:
12823: 2003-11-27 paf
12824:
12825: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12826:
12827: * src/classes/date.C: bugfix: typo error
12828:
12829: 2003-11-26 paf
12830:
12831: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12832: src/main/Makefile.am, src/main/main.vcproj,
12833: src/main/pa_globals.C, src/main/pa_request.C,
12834: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12835: xml errors to hash<thread_id,error> reorganization: xml io moved
12836: to pa_xml_io.C/h
12837:
12838: * src/types/pa_value.h: warnings: --
12839:
12840: 2003-11-25 paf
12841:
12842: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12843: whatever)
12844:
12845: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12846: a, (c?x:y, z)
12847:
12848: * src/main/untaint.C: bugfix: consequences of not reading this
12849: comment: CORD_pos_chars_left /* Number of characters in cache.
12850: <= 0 ==> none */
12851:
12852: * src/include/pa_array.h: removed needless checks
12853:
12854: 2003-11-24 paf
12855:
12856: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12857: removed limit: now $form:xxx can be accessed anytime, even in
12858: @auto/conf [and request/response:charset still can be changed
12859: anytime]
12860:
12861: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12862: now not transcodes response body
12863:
12864: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12865: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12866: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12867: $xdoc.firstChild.firstChild.nodeValue[different]
12868: ^taint[^xdoc.string[]]
12869:
12870: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12871: workaround: static Hash::allocates -> static Hash_allocates
12872:
12873: 2003-11-21 paf
12874:
1.116 moko 12875: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12876: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12877: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12878:
12879: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12880:
12881: * src/classes/mail.C: bugfix: typo
12882:
12883: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12884: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12885: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12886: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12887: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12888: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12889:
12890: * src/main/pa_exec.C: bug in safe mode
12891:
12892: * src/include/Makefile.am: pa_xml_exception.h
12893:
12894: * src/targets/isapi/parser3isapi.C: more warnings --
12895:
12896: 2003-11-20 paf
12897:
12898: * src/: classes/math.C, classes/op.C, classes/string.C,
12899: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12900: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12901: --
12902:
12903: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12904: more warnings --
12905:
12906: * src/classes/xdoc.C: more warnings --
12907:
12908: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12909:
12910: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12911: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12912:
12913: * src/: classes/date.C, classes/file.C, classes/hash.C,
12914: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12915: classes/table.C, include/pa_cache_managers.h,
12916: include/pa_stylesheet_connection.h, main/pa_request.C,
12917: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12918: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12919: --
12920:
12921: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12922: can't report problem (undefined @unhandled_exception) problem
12923: source string were not reported
12924:
12925: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12926: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12927: classes/hashfile.C, classes/image.C, classes/int.C,
12928: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12929: classes/response.C, classes/string.C, classes/table.C,
12930: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12931: include/pa_array.h, include/pa_cache_managers.h,
12932: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12933: include/pa_config_fixed.h, include/pa_dictionary.h,
12934: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12935: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12936: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12937: include/pa_request.h, include/pa_request_charsets.h,
12938: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12939: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12940: include/pa_stack.h, include/pa_string.h,
12941: include/pa_stylesheet_connection.h,
12942: include/pa_stylesheet_manager.h, include/pa_table.h,
12943: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12944: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12945: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12946: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12947: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12948: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12949: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12950: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12951: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12952: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12953: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12954: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12955: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12956: targets/isapi/parser3isapi.C, types/pa_junction.h,
12957: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12958: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12959: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12960: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12961: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12962: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12963: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12964: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12965: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12966: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12967: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12968: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12969: types/pa_vresponse.h, types/pa_vstateless_class.C,
12970: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12971: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12972: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12973: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12974: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12975: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12976: const IDENT
12977:
12978: * src/: include/pa_array.h, include/pa_pool.h,
12979: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12980: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12981: types/pa_wcontext.h: more warnings --
12982:
12983: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12984: classes/file.C, classes/hash.C, classes/hashfile.C,
12985: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12986: classes/memory.C, classes/op.C, classes/string.C,
12987: classes/table.C, classes/xdoc.C, classes/xnode.C,
12988: include/pa_config_includes.h, include/pa_operation.h,
12989: include/pa_sql_connection.h, include/pa_table.h,
12990: include/pa_types.h, lib/ltdl/config_fixed.h,
12991: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12992: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12993: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12994: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12995: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12996: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12997: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12998: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12999: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13000: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13001: types/pa_vmail.C, types/pa_vobject.C,
13002: types/pa_vstateless_class.h, types/pa_vtable.C,
13003: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13004: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13005: on all projects (except libltdl=off & libsdbm=level3) found
13006: several unitialized vars
13007:
13008: 2003-11-19 paf
13009:
13010: * src/classes/op.C: more ansi C++ comp
13011:
13012: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13013: src/main/pa_request.C: ^cache[...]{body}{catch block with
13014: $exception.handled[cache] meaning "get expired cache, if any.
13015: else error"}
13016:
13017: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13018: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13019: ^cache[...]{body}{catch code with $exception.cache field}
13020:
13021: 2003-11-12 paf
13022:
13023: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13024: [copy/paste bug]
13025:
13026: 2003-11-11 paf
13027:
13028: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13029: failed]
13030:
13031: 2003-11-10 paf
13032:
13033: * src/types/pa_vconsole.h: flush
13034:
13035: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13036: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13037: read/write [for nntp]
13038:
13039: * operators.txt: mysql: transaction support: ?autocommit=0
13040:
13041: * operators.txt: comment: updated
13042:
13043: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13044: serialize version and exipire now removes entries
13045:
13046: * operators.txt: ^hashfile.delete[] removes files altogether [and
13047: dir, if could]
13048:
13049: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13050: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13051: removes files altogether [and dir, if could]
13052:
13053: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13054: nonexistent pair. .c coded that that was error. fixed
13055:
13056: * src/types/pa_vhashfile.C: sdbm: exception type change to
13057: file.access [regretfull can't split it to different exceptions
13058: without modifying sdbm source wich would prefer not to]
13059:
13060: 2003-11-07 paf
13061:
13062: * src/: classes/date.C, classes/file.C, classes/hash.C,
13063: classes/hashfile.C, classes/image.C, classes/table.C,
13064: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13065: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13066: main/execute.C, main/main.vcproj, main/pa_pool.C,
13067: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13068: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13069: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13070: destructing objects at request processing end
13071:
13072: 2003-11-06 paf
13073:
13074: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13075: updates
13076:
13077: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13078: to include sdbm
13079:
1.116 moko 13080: * src/include/: pa_config_includes.h, pa_version.h: our
13081: replacements of max& co only for cpp
1.95 moko 13082:
13083: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13084: upper dir, .am updated
13085:
13086: * tests/todo.txt: hashfile: done
13087:
13088: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13089: expiration [time in value. todo: move time to key]
13090:
13091: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13092:
13093: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13094: to do that in foreach, no errors, but surely wrong]
13095:
13096: * operators.txt, src/types/pa_vhashfile.C,
13097: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13098:
13099: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13100: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13101: foreach
13102:
13103: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13104: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13105:
13106: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13107: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13108:
13109: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13110: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13111: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13112: get/put [raw]
13113:
13114: * src/: classes/op.C, main/pa_os.C: just linked
13115:
13116: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13117: XmlException changes
13118:
13119: * src/: include/pa_charset.h, include/pa_globals.h,
13120: include/pa_stylesheet_connection.h, main/pa_exception.C:
13121: XmlException changes
13122:
13123: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13124:
13125: * src/: include/pa_common.h, include/pa_exception.h,
13126: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13127: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13128: main/pa_xml_exception.C: locking move to pa_os [along with
13129: pa_sleep] apr-impl locking done
13130:
13131: * configure, configure.in, operators.txt, parser3.sln,
13132: src/classes/classes.vcproj, src/classes/hashfile.C,
13133: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13134: src/include/pa_exception.h, src/include/pa_globals.h,
13135: src/include/pa_memory.h, src/include/pa_version.h,
13136: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13137: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13138: src/main/compile.tab.C, src/main/main.vcproj,
13139: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13140: src/types/Makefile.am, src/types/pa_vhash.C,
13141: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13142: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13143: again with sdbm from apache
13144:
13145: 2003-11-05 paf
13146:
13147: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13148: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13149: \parser3project dir anymore
13150:
13151: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13152: thoughtlessly from xalan]
13153:
13154: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13155: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13156: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13157:
13158: * src/main/helpers/CaseFolding.txt:
13159: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13160:
13161: 2003-11-04 paf
13162:
13163: * operators.txt: comment: ^mail:send[$.options[
13164:
13165: * src/classes/table.C: compiled on unix
13166:
1.116 moko 13167: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13168:
13169: * src/classes/mail.C: compiled on unix
13170:
13171: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13172: src/types/pa_vmail.h: !^mail:send[
13173: $.options[unix: string to append to sendmail command
13174: line]
13175:
13176: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13177: tests/todo.txt: ^table.save[... $.separator[^#09]
13178: $.encloser["] <nothing> by default
13179:
13180: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13181: !$.separator[^#09] !$.encloser["] <nothing> by
13182: default
13183:
13184: 2003-11-03 paf
13185:
13186: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13187: ^table::load[; options: !$.column-separator[^#09]
13188: !$.column-encloser["]
13189:
13190: * operators.txt, src/include/pa_config_fixed.h,
13191: src/types/pa_vrequest.C: $request:document-root
13192:
13193: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13194: [already included into uri=xxx]
13195:
13196: * operators.txt, src/classes/image.C, tests/todo.txt:
13197: ^image.gif[filename] for $response:download
13198:
13199: * src/classes/date.C: minor precaution
13200:
13201: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13202: !^date.unix-timestamp[]
13203:
13204: 2003-10-30 paf
13205:
13206: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13207: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13208:
13209: * src/classes/: date.C, image.C: improvement diagnostics:
13210: $now[^date::create[$undefined]] now is error
13211:
13212: * src/main/pa_common.C: read errors would now be reported 'actually
13213: read -1 bytes'
13214:
13215: 2003-10-24 paf
13216:
13217: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13218: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13219: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13220: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13221:
13222: 2003-10-22 paf
13223:
13224: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13225:
13226: 2003-10-21 paf
13227:
13228: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13229: fixed: string.match[g] without <'> option produced columns with
13230: NULL's, which gpf'ed at table.save time
13231:
13232: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13233: recoursion' message with intensive throw-catches fixed: incorrect
13234: name and line (one name upper then needed) in error message about
13235: problems inside try block
13236:
13237: 2003-10-10 paf
13238:
13239: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13240: check offset argument for validity did that in String::Body::pos
13241: myself http://i2/tasks/edit/?id=4577425257580789777
13242:
13243: 2003-10-07 paf
13244:
13245: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13246: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13247:
13248: 2003-10-03 paf
13249:
13250: * parser3.sln, src/include/pa_dictionary.h,
13251: src/main/pa_dictionary.C, src/main/pa_string.C,
13252: src/targets/cgi/parser3.vcproj: dictionary optimized by
13253: precalculating cstr&length
13254:
13255: 2003-10-02 paf
13256:
13257: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13258: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13259: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13260: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13261:
13262: 2003-09-30 paf
13263:
13264: * src/main/pa_string.C: string::replace bug fix [were ignoring
13265: occurrances after lang-mismatched
13266:
13267: 2003-09-29 paf
13268:
13269: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13270: helper
13271:
13272: * src/main/pa_string.C: string::serialize bug fix with
13273: zero-terminator
13274:
13275: * src/classes/table.C: ^nameless_table.save column row now has no
13276: \t at the end
13277:
13278: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13279: @postprocess now takes $response:body/download
13280:
13281: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13282: error message
13283:
13284: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13285:
13286: * src/classes/table.C: bugfix: flip: must produce nameless
13287: http://i2/tasks/edit/?id=4573405524674081244
13288:
13289: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13290: main/helpers/simple_folding.pl: utf-8 upper/lower
13291:
13292: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13293: to typo error http://i2/tasks/edit/?id=4573354650786434584
13294:
13295: 2003-09-26 paf
13296:
13297: * src/main/untaint.C: removed needless field
13298:
13299: * src/main/untaint.C: removed needless const
13300:
13301: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13302: String.for_each bug fixed [omited one-char cases]
13303:
13304: * src/include/pa_stack.h: bugfix: before collecting garbage,
13305: runtime-executor stack were cleared... BADLY
13306:
13307: * src/main/pa_string.C: ^stirng.replace code used old
13308: param-convention on langs.append, fixed that search fo the like,
13309: found none
13310:
13311: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13312: string::serialize/deserialize implemented Language enum assigned
13313: meaningful letters [more convinient for debugging. read warning
13314: before adding/changing anything]
13315:
13316: 2003-09-25 paf
13317:
13318: * src/: include/pa_string.h, include/pa_version.h,
13319: main/pa_string.C, main/untaint.C: templates and anonymous unions
13320: differences on unix
13321:
13322: * parser3.sln, src/classes/file.C, src/classes/image.C,
13323: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13324: src/classes/xdoc.C, src/classes/xnode.C,
13325: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13326: src/include/pa_charsets.h, src/include/pa_common.h,
13327: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13328: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13329: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13330: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13331: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13332: src/main/compile_tools.h, src/main/pa_charset.C,
13333: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13334: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13335: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13336: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13337: src/types/pa_vmail.C, src/types/pa_vmath.C,
13338: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13339: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13340:
13341: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13342: functions aligned to that of eeparser3 look
13343:
13344: * src/lib/cord/cordprnt.c: removed warnings
13345:
13346: 2003-09-24 paf
13347:
13348: * src/: classes/file.C, classes/image.C, classes/mail.C,
13349: classes/op.C, classes/xdoc.C, classes/xnode.C,
13350: include/pa_cache_managers.h, include/pa_charset.h,
13351: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13352: include/pa_sql_driver_manager.h, include/pa_string.h,
13353: include/pa_stylesheet_manager.h, include/pa_table.h,
13354: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13355: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13356: main/pa_sql_driver_manager.C, main/pa_string.C,
13357: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13358: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13359: types/pa_vstateless_class.h, types/pa_vstatus.C,
13360: types/pa_vxnode.C: v() functions of String::Body,
13361: String::Languages and String itself StringBody->String::Body
13362:
13363: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13364: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13365: never optimized anything. todo: somehow speed up harder cases:
13366: concatenationA+concatenationB when last block of A and first of B
13367: contain same letters
13368:
13369: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13370: lib/cord/include/cord.h: langs: speed up by joining adjucent
13371: blocks of same char [CORD_append_block]
13372:
13373: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13374: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13375: save space by extending blocks when appending block with c ==
13376: lastblock.c
13377:
13378: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13379: working yet :( but more working &understood :)
13380:
13381: * src/: classes/table.C, include/pa_string.h,
13382: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13383:
13384: 2003-09-23 paf
13385:
13386: * src/main/untaint.C: $a[ok!] $a works!
13387:
13388: * src/main/untaint.C: something even more works :)
13389:
13390: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13391: something more works :)
13392:
13393: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13394: lib/cord/cordxtra.c: something already works :)
13395:
13396: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13397: serialize&deserialize
13398:
13399: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13400: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13401: main/untaint.C: main idea implemented, details left
13402:
13403: 2003-09-22 paf
13404:
13405: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13406:
13407: * src/classes/xnode.C: copy/paste comment bugfix
13408:
13409: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13410: allocator returns 0, just die.
13411: http://i2/tasks/edit/?id=4570798492410259445
13412:
13413: * src/classes/xdoc.C: copy/paste comment bugfix
13414:
13415: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13416: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13417: xnode: getAttributeNS setAttributeNS removeAttributeNS
13418: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13419:
13420: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13421: chars due to bitwise operation signed-char error]
13422:
13423: 2003-09-19 paf
13424:
13425: * src/types/pa_wcontext.C: output message: more practical
13426: suggestion
13427:
13428: * src/main/pa_common.C, operators.txt: merged
13429: $f[^file::load[binary;http://...]] $f.tables
13430:
13431: 2003-09-02 paf
13432:
13433: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13434: flush stdout without referencing 'stdout' symbol. to hell with
13435: non-ansi libraries without 'stdout' symbol
13436:
13437: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13438: unix (users reported problems with some old libc)
13439:
13440: * src/types/pa_vdate.h: forgot initializer
13441:
13442: 2003-09-01 paf
13443:
13444: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13445: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13446: zone]
13447:
13448: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13449:
13450: 2003-08-19 paf
13451:
13452: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13453: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13454: simplified a little
13455:
13456: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13457: [lost fix from 3.0.8]
13458:
13459: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13460: visible here }
13461:
13462: bug fix
13463:
13464: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13465:
13466: * src/main/compile.tab.C: initialized couple of variables about
13467: which user reported runtime problems when parser were compiled
13468: with VC7, warning level4. study shows that later in bison
13469: they've fixed that. would migrate to latest bison someday
13470:
13471: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13472: recoding headers)
13473:
13474: * src/types/pa_vmail.C: works as before, same charset problems:
13475: gmime recodes to UTF-8 only headers, not body. so not recoding
13476: anything for now
13477:
13478: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13479: problems with body
13480:
13481: * src/types/pa_vmail.C: mail_receive just compiled
13482:
13483: 2003-08-18 paf
13484:
13485: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13486: main/main.vcproj, types/types.vcproj: win32: continued process
13487: detaching from \parser3project directory
13488:
13489: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13490: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13491: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13492: src/lib/pcre/pcre_dftables.dsp,
13493: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13494: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13495: src/types/types.dsp: moved to MSVC 7
13496:
13497: * gnu.vcproj.vspscc, parser3.vssscc,
13498: src/classes/classes.vcproj.vspscc,
13499: src/lib/cord/cord.vcproj.vspscc,
13500: src/lib/ltdl/libltdl.vcproj.vspscc,
13501: src/lib/md5/md5.vcproj.vspscc,
13502: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13503: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13504: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13505: src/targets/isapi/parser3isapi.vcproj.vspscc,
13506: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13507: moved to MSVC 7
13508:
13509: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13510: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13511: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13512: src/lib/pcre/pcre_dftables.vcproj,
13513: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13514: src/targets/cgi/parser3.vcproj,
13515: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13516: new VS project files
13517:
13518: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13519: .NET to detect Jalindi Igloo capabilities.
13520:
13521: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13522: src/classes/classes.awk, src/doc/footer.htm,
13523: src/include/pa_config_fixed.h, src/include/pa_version.h,
13524: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13525: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13526: src/types/pa_vmail.C: merged 3.1.0 latest changes
13527:
13528: 2003-08-15 paf
13529:
13530: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13531: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13532:
13533: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13534: non-ascii <yyy> now encoded correctly
13535:
13536: 2003-07-29 paf
13537:
1.116 moko 13538: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13539: dist
1.95 moko 13540:
13541: * src/types/pa_vmail.C: just started --with-mail-receive
13542:
13543: 2003-07-28 paf
13544:
1.116 moko 13545: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13546: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13547:
13548: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13549:
13550: 2003-07-25 paf
13551:
13552: * src/doc/footer.htm: year
13553:
13554: 2003-07-24 paf
13555:
13556: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13557: fix
13558:
13559: * src/include/pa_version.h: release
13560:
1.116 moko 13561: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13562:
13563: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13564: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13565: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13566: getting rid of win32xml pseudo project
13567:
13568: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13569:
1.116 moko 13570: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13571: configure.in, operators.txt, parser3.dsw,
1.95 moko 13572: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13573: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13574: src/classes/classes.C, src/classes/classes.awk,
13575: src/classes/classes.dsp, src/classes/classes.h,
13576: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13577: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13578: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13579: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13580: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13581: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13582: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13583: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13584: src/include/pa_array.h, src/include/pa_cache_managers.h,
13585: src/include/pa_charset.h, src/include/pa_charsets.h,
13586: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13587: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13588: src/include/pa_dictionary.h, src/include/pa_dir.h,
13589: src/include/pa_exception.h, src/include/pa_exec.h,
13590: src/include/pa_globals.h, src/include/pa_hash.h,
13591: src/include/pa_memory.h, src/include/pa_opcode.h,
13592: src/include/pa_operation.h, src/include/pa_pool.h,
13593: src/include/pa_pragma_pack_begin.h,
1.95 moko 13594: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13595: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13596: src/include/pa_sapi.h, src/include/pa_socks.h,
13597: src/include/pa_sql_connection.h,
13598: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13599: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13600: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13601: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13602: src/include/pa_uue.h, src/lib/Makefile.am,
13603: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13604: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13605: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13606: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13607: src/lib/cord/include/ec.h,
13608: src/lib/cord/include/private/Makefile.am,
13609: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13610: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13611: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13612: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13613: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13614: src/main/compile_tools.C, src/main/compile_tools.h,
13615: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13616: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13617: src/main/pa_charsets.C, src/main/pa_common.C,
13618: src/main/pa_dictionary.C, src/main/pa_dir.C,
13619: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13620: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13621: src/main/pa_request.C, src/main/pa_socks.C,
13622: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13623: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13624: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13625: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13626: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13627: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13628: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13629: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13630: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13631: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13632: src/targets/isapi/parser3isapi.dsp,
13633: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13634: src/types/pa_junction.h, src/types/pa_method.h,
13635: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13636: src/types/pa_vclass.C, src/types/pa_vclass.h,
13637: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13638: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13639: src/types/pa_vdouble.h, src/types/pa_venv.h,
13640: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13641: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13642: src/types/pa_vimage.C, src/types/pa_vimage.h,
13643: src/types/pa_vint.h, src/types/pa_vjunction.h,
13644: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13645: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13646: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13647: src/types/pa_vobject.C, src/types/pa_vobject.h,
13648: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13649: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13650: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13651: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13652: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13653: src/types/pa_vstring.h, src/types/pa_vtable.C,
13654: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13655: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13656: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13657: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13658: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13659: HEAD
13660:
13661: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13662: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13663: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13664: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13665: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13666: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13667: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13668: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13669: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13670: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13671: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13672: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13673: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13674: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13675: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13676: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13677: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13678: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13679: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13680: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13681: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13682: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13683: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13684: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13685: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13686: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13687: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13688: outputs/create-dir, results/001.processed, results/002.processed,
13689: results/003.processed, results/004.processed,
13690: results/005.processed, results/006.processed,
13691: results/007.processed, results/008.processed,
13692: results/009.processed, results/010.processed,
13693: results/011.processed, results/012.processed,
13694: results/013.processed, results/014.processed,
13695: results/015.processed, results/016.processed,
13696: results/017.processed, results/018.processed,
13697: results/019.processed, results/020.processed,
13698: results/021.processed, results/022.processed,
13699: results/023.processed, results/024.processed,
13700: results/025.processed, results/026.processed,
13701: results/027.processed, results/028.processed,
13702: results/029.processed, results/030.processed,
13703: results/031.processed, results/032.processed,
13704: results/033.processed, results/034.processed,
13705: results/035.processed, results/036.processed,
13706: results/037.processed, results/038.processed,
13707: results/039.processed, results/040.processed,
13708: results/041.processed, results/042.processed,
13709: results/043.processed, results/044.processed,
13710: results/045.processed, results/046.processed,
13711: results/047.processed, results/048.processed,
13712: results/049.processed, results/050.processed,
13713: results/051.processed, results/052.processed,
13714: results/053.processed, results/054.processed,
13715: results/055.processed, results/056.processed,
13716: results/057.processed, results/058.processed,
13717: results/059.processed, results/060.processed,
13718: results/061.processed, results/062.processed,
13719: results/063.processed, results/064.processed,
13720: results/065.processed, results/066.processed,
13721: results/067.processed, results/068.processed,
13722: results/069.processed, results/070.processed,
13723: results/071.processed, results/072.processed,
13724: results/073.processed, results/074.processed,
13725: results/075.processed, results/076.processed,
13726: results/077.processed, results/078.processed,
13727: results/079.processed, results/080.processed,
13728: results/081.processed, results/082.processed,
13729: results/083.processed, results/084.processed,
13730: results/085.processed, results/086.processed,
13731: results/087.processed, results/088.processed,
13732: results/089.processed, results/090.processed,
13733: results/091.processed, results/092.processed,
13734: results/093.processed, results/094.processed,
13735: results/095.processed, results/096.processed,
13736: results/097.processed, results/098.processed,
13737: results/099.processed, results/100.processed,
13738: results/101.processed, results/102.processed,
13739: results/103.processed, results/104.processed,
13740: results/105.processed, results/106.processed,
13741: results/107.processed, results/108.processed,
13742: results/109.processed, results/110.processed,
13743: results/111.processed, results/112.processed,
13744: results/113.processed, results/114.processed,
13745: results/115.processed, results/116.processed,
13746: results/117.processed, results/118.processed,
13747: results/119.processed, results/120.processed,
13748: results/121.processed, results/122.processed,
13749: results/123.processed, results/124.processed,
13750: results/125.processed, results/126.processed,
13751: results/127.processed, results/128.processed,
13752: results/129.processed, results/130.processed,
13753: results/131.processed, results/132.processed,
13754: results/133.processed, results/134.processed,
13755: results/135.processed, results/136.processed,
13756: results/137.processed, results/138.processed,
13757: results/139.processed, results/140.processed,
13758: results/141.processed: merged(copied) to HEAD from template_gc
13759:
13760: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13761: towards \parser3project not having to be in root
13762:
13763: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13764: module compiled [were minor unnecessary changes in lib/md5
13765: interface]
13766:
13767: * src/include/pa_version.h: release
13768:
13769: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13770:
13771: * src/classes/math.C: merged uuid bugfix
13772:
13773: * tests/: 141.html, results/141.processed: fixed bug with
13774: too-small-a-buffer
13775:
13776: * src/classes/math.C: uuid bugfix
13777:
13778: * tests/: 141.html, Makefile, results/005.processed,
13779: results/030.processed, results/075.processed,
13780: results/078.processed: to reflect date format change (were -
13781: become ' ')
13782:
13783: * src/classes/math.C: uuid bugfix
13784:
13785: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13786: debug/release changes
13787:
13788: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13789:
13790: 2003-07-23 paf
13791:
13792: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13793: renamed a little [to move to comman naming conv]
13794:
1.116 moko 13795: * src/targets/Makefile.am: apache13 splitted to simplify apache
13796: build
1.95 moko 13797:
13798: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13799: main/pa_request.C, main/pa_sql_driver_manager.C,
13800: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13801: stack top_index() fixed
13802:
13803: * src/main/pa_globals.C: minor style changes
13804:
13805: * src/: classes/op.C, include/pa_sql_connection.h: connection
13806: closing/caching fixed [connections were not closed/put to cache]
13807:
13808: 2003-07-22 paf
13809:
13810: * INSTALL: gc part updated stightly
13811:
13812: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13813: new sapi interface
13814:
13815: * src/classes/file.C: comment on OS
13816:
13817: * src/main/pa_string.C: removed reduntant invariant check [there is
13818: one deeper in cord lib]
13819:
13820: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13821:
13822: * src/main/pa_memory.C: out of memory is no longer coredump
13823:
13824: * INSTALL: disable-threads adviced
13825:
13826: 2003-07-21 paf
13827:
1.116 moko 13828: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13829:
13830: * src/classes/file.C: file::exec/cgi environment variables now must
13831: be UPPERCASE and A-Z 0-9 _-
13832:
13833: * src/classes/file.C: env passing fixed
13834:
13835: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13836:
13837: * src/main/pa_common.C: http:// CRLF now
13838:
13839: 2003-07-02 paf
13840:
13841: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13842: fields to reflect their real meaning
13843:
13844: 2003-06-27 paf
13845:
13846: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13847: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13848: file::exec/cgi .charset
13849:
13850: 2003-06-26 paf
13851:
13852: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13853: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13854: src/classes/table.C: fixed several uninitialized local
13855: structures. notably ^hash.foreach now inserts delimiters
13856: properly [were inserting it before first body]
13857:
13858: 2003-06-24 paf
13859:
13860: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13861:
13862: 2003-06-20 paf
13863:
13864: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13865: src/main/pa_globals.C: introducing
13866: $f[^file::load[binary;http://...]] $f.tables
13867:
13868: 2003-06-06 paf
13869:
13870: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13871: table. [were method lookup: inconsistent]
13872:
13873: 2003-06-02 paf
13874:
13875: * src/include/pa_memory.h: empty string clone fixed to return
13876: writable memory
13877:
13878: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13879: were not appended] which violated string invariant
13880:
13881: 2003-05-30 paf
13882:
13883: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13884: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13885:
13886: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13887: GMT ; RFC 822, updated by RFC 1123
13888:
13889: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13890: targets/isapi/parser3isapi.C: initialized request_info properly
13891:
13892: * src/classes/xnode.C: found minor bug, commended for future
13893:
13894: 2003-05-28 paf
13895:
13896: * src/classes/form.C: request_info.content_length can't be <0,
13897: size_t for some time
13898:
13899: 2003-05-26 paf
13900:
13901: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13902: forgotten <0 changed to !=STRING_NOT_FOUND
13903:
13904: * src/classes/math.C: merged ffffu from HEAD
13905:
13906: 2003-05-11 paf
13907:
13908: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13909:
13910: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13911: premature doc free. transformed document had xmlDoc reference
13912: stored to non-gc-memory (libgdome) added holding-reference
13913:
13914: 2003-04-29 paf
13915:
13916: * src/main/pa_globals.C: started digging on double free. on win32
13917: found that that's perfectly normal.
13918:
13919: 2003-04-25 paf
13920:
13921: * src/classes/table.C: table.join bug fix [bad limit check]
13922:
13923: * src/classes/math.C: merged from HEAD: simpiler hash_string
13924:
13925: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13926: print anything. changed to quicker and simplier code
13927:
13928: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13929: strict a check]
13930:
13931: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13932:
13933: 2003-04-24 paf
13934:
13935: * src/include/pa_table.h: too strict assert loosened
13936:
13937: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13938: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13939: report
13940:
13941: 2003-04-21 paf
13942:
1.116 moko 13943: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13944:
13945: * src/main/pa_globals.C: pcre memory management changed to use GC
13946: memory
13947:
13948: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13949: xmlMallocAtomic [author agreed to my suggestion], used that
13950:
13951: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13952:
13953: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13954: types/pa_vmail.C: attributed_meaning_to_string added
13955: L_UNSPECIFIED piece which was sortof OK, but violated string
13956: invariant [assertion barked on that] changed to L_PASS_APPEND,
13957: made that param obligatory
13958:
13959: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13960: fixed [assert helped]
13961:
13962: * src/include/pa_string.h: assert added [looking for bug]
13963:
13964: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13965: names on Win32 considered disk-global
13966:
13967: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13968: considered disk-global
13969:
13970: 2003-04-18 paf
13971:
13972: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13973: filenames
13974:
13975: * src/main/untaint.C: enabled '~' letter in filenames
13976:
13977: 2003-04-16 paf
13978:
13979: * src/classes/file.C: small bug introduced in autoptr times fixed
13980:
13981: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13982: HEAD
13983:
1.116 moko 13984: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13985:
13986: 2003-04-15 paf
13987:
13988: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13989: src/lib/md5/pa_md5c.c, tests/141.html,
13990: tests/results/141.processed: merged from head ^math:uuid[]
13991: ^math:uid64[] ^math:md5[string]
13992:
13993: test added: 141.html
13994:
13995: * operators.txt, src/classes/math.C: ^math:uid64[]
13996:
13997: * src/classes/math.C: ^math:uuid[]
13998:
13999: * operators.txt, src/classes/math.C: ^math:uuid[]
14000:
14001: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14002: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14003:
14004: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14005: src/include/pa_config_fixed.h, src/main/pa_common.C:
14006: ^file::load[mode;name; $.offset $.limit
14007:
14008: 2003-04-14 paf
14009:
14010: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14011: started ^math:md5
14012:
14013: * src/classes/table.C, src/include/pa_array.h,
14014: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14015: tests/results/140.processed: table $.reverse option works in
14016: create&co table $.distinct[tables] bug fix merged
14017:
14018: * src/: classes/table.C, include/pa_table.h: table
14019: $.distinct[tables] bug fixed
14020:
14021: * src/classes/table.C: more warnings
14022:
14023: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14024: removed checks in table::set_current, moved them back to
14025: table::locate implemented table::create/join ñ $.reverse
14026:
14027: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14028: removed checks in table::set_current, moved them back to
14029: table::locate
14030:
14031: 2003-04-11 paf
14032:
14033: * operators.txt, src/classes/date.C, src/classes/table.C,
14034: src/include/pa_array.h, src/include/pa_common.h,
14035: src/include/pa_config_includes.h, src/include/pa_string.h,
14036: src/include/pa_table.h, src/main/pa_request.C,
14037: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14038: src/main/pa_table.C: merged from HEAD from
14039: before_append_array_limit_sense_change to
14040: after_append_array_limit_sense_change
14041:
14042: * src/classes/table.C: typo
14043:
14044: * operators.txt, src/classes/date.C, src/classes/table.C,
14045: src/include/pa_array.h, src/include/pa_common.h,
14046: src/include/pa_config_includes.h, src/include/pa_globals.h,
14047: src/include/pa_table.h, src/main/pa_array.C,
14048: src/main/pa_globals.C, src/main/pa_request.C,
14049: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14050: src/main/pa_table.C: append_array_limit_sense_change locate
14051: accepts options same as create new option: $.reverse(1) [do not
14052: work in table::create]
14053:
14054: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14055: (stat xxx,
14056:
14057: * src/classes/: table.C: typo
14058:
14059: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14060: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14061: results/130.processed, results/131.processed,
14062: results/132.processed, results/133.processed,
14063: results/134.processed, results/135.processed,
14064: results/136.processed, results/137.processed,
14065: results/138.processed, results/139.processed: added few mustfail
14066: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14067: date/time 132.html mustfail: access to junction outside of
14068: context 133.html mustfail: access to junction outside of context,
14069: case version 134.html mustfail: hash: adding a key inside of
14070: foreach 135.html mustfail: modifying system class 136.html
14071: mustfail: $.name outside of $hash[here] 137.html mustfail:
14072: appendChild without import 138.html mustfail: invalid encoding
14073: inside of xml 139.html mustfail: bad XPath
14074:
14075: * operators.txt, src/classes/table.C, tests/084.html,
14076: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14077: tests/129.html, tests/results/125.processed,
14078: tests/results/126.processed, tests/results/127.processed,
14079: tests/results/128.processed, tests/results/129.processed: merged
14080: from HEAD ^table.hash[key][$.distinct[tables]]
14081:
14082: maked appropriate tests [changed one old nonconforming]
14083:
14084: * operators.txt, src/classes/table.C:
14085: ^table.hash[key][$.distinct[tables]]
14086:
14087: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14088: merged fix for found very old xml (dom) bug: were passing
14089: domString objects and later ERROREOUSLY freed them
14090:
14091: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14092: src/main/pa_charset.C: re-added libgdome patch. regretfully
14093: libgdome bug can not be worked around
14094:
14095: 2003-04-10 paf
14096:
14097: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14098: found very old xml (dom) bug: were passing domString objects and
14099: later ERROREOUSLY freed them
14100:
14101: * src/doc/string.dox, src/include/pa_memory.h,
14102: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14103: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14104: tests/123.html, tests/124.html, tests/results/001.processed,
14105: tests/results/002.processed, tests/results/003.processed,
14106: tests/results/004.processed, tests/results/005.processed,
14107: tests/results/006.processed, tests/results/008.processed,
14108: tests/results/009.processed, tests/results/010.processed,
14109: tests/results/011.processed, tests/results/012.processed,
14110: tests/results/013.processed, tests/results/014.processed,
14111: tests/results/015.processed, tests/results/016.processed,
14112: tests/results/017.processed, tests/results/018.processed,
14113: tests/results/020.processed, tests/results/021.processed,
14114: tests/results/022.processed, tests/results/023.processed,
14115: tests/results/024.processed, tests/results/025.processed,
14116: tests/results/026.processed, tests/results/027.processed,
14117: tests/results/028.processed, tests/results/029.processed,
14118: tests/results/030.processed, tests/results/031.processed,
14119: tests/results/032.processed, tests/results/033.processed,
14120: tests/results/034.processed, tests/results/035.processed,
14121: tests/results/036.processed, tests/results/037.processed,
14122: tests/results/038.processed, tests/results/039.processed,
14123: tests/results/040.processed, tests/results/041.processed,
14124: tests/results/042.processed, tests/results/043.processed,
14125: tests/results/044.processed, tests/results/045.processed,
14126: tests/results/046.processed, tests/results/047.processed,
14127: tests/results/048.processed, tests/results/049.processed,
14128: tests/results/050.processed, tests/results/051.processed,
14129: tests/results/052.processed, tests/results/053.processed,
14130: tests/results/054.processed, tests/results/055.processed,
14131: tests/results/056.processed, tests/results/057.processed,
14132: tests/results/058.processed, tests/results/059.processed,
14133: tests/results/060.processed, tests/results/061.processed,
14134: tests/results/062.processed, tests/results/063.processed,
14135: tests/results/064.processed, tests/results/065.processed,
14136: tests/results/066.processed, tests/results/067.processed,
14137: tests/results/068.processed, tests/results/069.processed,
14138: tests/results/070.processed, tests/results/071.processed,
14139: tests/results/072.processed, tests/results/073.processed,
14140: tests/results/074.processed, tests/results/075.processed,
14141: tests/results/076.processed, tests/results/077.processed,
14142: tests/results/078.processed, tests/results/079.processed,
14143: tests/results/080.processed, tests/results/081.processed,
14144: tests/results/082.processed, tests/results/083.processed,
14145: tests/results/084.processed, tests/results/085.processed,
14146: tests/results/086.processed, tests/results/087.processed,
14147: tests/results/088.processed, tests/results/089.processed,
14148: tests/results/090.processed, tests/results/091.processed,
14149: tests/results/092.processed, tests/results/093.processed,
14150: tests/results/094.processed, tests/results/095.processed,
14151: tests/results/096.processed, tests/results/097.processed,
14152: tests/results/101.processed, tests/results/102.processed,
14153: tests/results/104.processed, tests/results/105.processed,
14154: tests/results/106.processed, tests/results/107.processed,
14155: tests/results/108.processed, tests/results/109.processed,
14156: tests/results/110.processed, tests/results/111.processed,
14157: tests/results/112.processed, tests/results/113.processed,
14158: tests/results/114.processed, tests/results/115.processed,
14159: tests/results/116.processed, tests/results/117.processed,
14160: tests/results/118.processed, tests/results/119.processed,
14161: tests/results/120.processed, tests/results/121.processed,
14162: tests/results/122.processed, tests/results/123.processed,
14163: tests/results/124.processed: new convention: char* never 0.
14164: assert in cord on that
14165:
14166: * src/main/pa_charset.C: couple more asserts
14167:
14168: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14169: speedup
14170:
14171: * src/main/pa_charset.C: couple assertions on fantastic situations
14172: added [may be those is the case now?]
14173:
14174: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14175: that's memory from gc_malloc, not from g_malloc :(, but would
14176: hope]
14177:
14178: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14179: that's memory from gc_malloc, not from g_malloc :(, but would
14180: hope]
14181:
14182: * src/main/pa_charset.C: checked custom malloc for returning 0
14183:
14184: 2003-04-09 paf
14185:
14186: * src/classes/date.C: merged ^date.roll changes
14187:
14188: * src/classes/date.C: ^date.roll bug fix
14189:
14190: * src/classes/date.C: ^date.roll now throws less errors: month
14191: shifts handles end of month situation by reducing day number
14192: hour-hole shift reduces hour to recover
14193:
14194: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14195: Sort by function time
14196:
14197: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14198: http:// $.charset[] param done
14199:
14200: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14201: added [after volatile fix. passes on win&intel-solaris]
14202:
14203: 2003-04-08 paf
14204:
14205: * src/: classes/file.C, classes/op.C, classes/table.C,
14206: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14207: include/pa_common.h, include/pa_request_charsets.h,
14208: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14209: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14210: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14211: types/pa_vresponse.C: started http:// $.charset[] param and
14212: http response charset detection just compiled. todo:test
14213:
14214: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14215:
14216: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14217: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14218: types/pa_vmail.C: changed transcode param converntion along with
14219: string creating convention -- all strings are zero-terminated,
14220: this allowed to fix one remaining String("123", 2) case
14221:
14222: * src/: classes/date.C, classes/file.C, classes/hash.C,
14223: classes/op.C, classes/string.C, classes/table.C,
14224: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14225: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14226: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14227: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14228: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14229: violated String::invariant. started fixing [not compiled now]
14230:
14231: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14232: main/compile.tab.C, main/compile.y, main/pa_string.C,
14233: main/untaint.C, targets/cgi/parser3.C: number of string style
14234: improvements & optimizations
14235:
14236: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14237: :(]
14238:
14239: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14240: [for it's a pointer really]
14241:
14242: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14243: 'n' param. worked that around
14244:
14245: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14246: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14247: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14248: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14249: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14250:
14251: Thanks for the bug report and patch.
14252:
14253: I hadn't looked at this code in a while. Reading it now, it
14254: seems to me that the tests should also be ">= MAX_DEPTH" to
14255: comply with the invariant, though that may not matter a lot. I
14256: changed that, too.
14257:
14258: Hans
14259:
14260: 2003-04-07 paf
14261:
14262: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14263: merged from head:safe mode error message now includes numbers
14264:
14265: * src/main/execute.C: n-th attempt to make a=a work with double.
14266: problem: as_double returns it's result in fp-register compiler
14267: optimizes access to that register after b->as_double, and just
14268: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14269: from memory. _SAME_ double values do not match here. when
14270: forced to REload fp-register, values do match.
14271:
14272: tried to make them volatile.
14273:
14274: * src/main/execute.C: n-th attempt to make a=a work with double.
14275: problem: as_double returns it's result in fp-register compiler
14276: optimizes access to that register after b->as_double, and just
14277: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14278: from memory. _SAME_ double values do not match here. when
14279: forced to REload fp-register, values do match.
14280:
14281: tried to make them volatile.
14282:
14283: * src/types/pa_vobject.h: small style change
14284:
14285: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14286:
14287: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14288: mode error message now includes numbers
14289:
14290: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14291: now causes death
14292:
14293: 2003-04-04 paf
14294:
14295: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14296: incorportated pa_exec patch by From: "Victor Fedoseev"
14297: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14298: Sent: Thursday, January 23, 2003 9:14 AM
14299:
14300: huge speedup on ^file::cgi with big result
14301:
14302: * src/classes/table.C: sort table with 0 rows bug fixed
14303:
14304: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14305: fix http://i2/tasks/edit/?id=4493701604654042676
14306:
14307: @main[] $with_default[ $.a[1] $._default[default from
14308: with_default] ] ^show[$with_default]
14309:
14310: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14311: =$to_add_to.xxx=<br>
14312:
14313: ^show[$to_add_to]
14314:
14315: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14316: ^show[$cloned]
14317:
14318: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14319:
14320: } <hr>
14321:
14322: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14323: http://i2/tasks/edit/?id=4493701604654042676
14324:
14325: @main[] $with_default[ $.a[1] $._default[default from
14326: with_default] ] ^show[$with_default]
14327:
14328: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14329: =$to_add_to.xxx=<br>
14330:
14331: ^show[$to_add_to]
14332:
14333: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14334: ^show[$cloned]
14335:
14336: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14337:
14338: } <hr>
14339:
14340: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14341: http://i2/tasks/edit/?id=4507350336410850921
14342:
14343: * src/classes/xdoc.C: memory allocation func bugfix
14344: http://i2/tasks/edit/?id=4499303470368629745
14345:
14346: * src/classes/math.C: allowed random 1...
14347:
14348: * src/classes/math.C: allowed random 0..
14349:
14350: * src/main/pa_globals.C: exif mem leak
14351: http://i2/tasks/edit/?id=4480590323629807263
14352:
14353: * src/: classes/classes.dsp, main/main.dsp,
14354: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14355: fix http://i2/tasks/edit/?id=4493946731322521294
14356: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14357:
14358: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14359: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14360: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14361: links to xml libs made relative, no need to unpack parser3project
14362: to /parser3project.
14363:
14364: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14365: column more precise - tab handling bug fixed
14366:
14367: * src/main/: compile.tab.C, compile.y: more understandable error
14368: message in case @CLASS with more then one line inside
14369:
14370: * src/targets/cgi/parser3.C: more understandable error message in
14371: case of errors in @unhandled_exception
14372:
14373: 2003-04-03 paf
14374:
14375: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14376: src/main/compile.tab.C, src/main/compile.y,
14377: src/main/compile_tools.C, src/main/compile_tools.h,
14378: src/main/execute.C, src/main/pa_request.C: debug info format
14379: simplified, now it's: OP_VALUE Operation::Origin << here value*
14380:
14381: higher limits: file number (max: 255) line number (max:
14382: 64535) column number (max: 255)
14383:
14384: * src/classes/math.C: top limit
14385:
14386: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14387: precise parse error position in case of
14388:
14389: ^bug ]
14390:
14391: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14392: changed to realities, and passed [bug fixed]
14393:
14394: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14395: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14396: main/compile_tools.h, main/pa_request.C: introducing
14397: ^process...[main-method-alias]
14398:
14399: * src/: classes/date.C, classes/image.C, classes/op.C,
14400: classes/string.C, classes/table.C, classes/xdoc.C,
14401: types/pa_vmethod_frame.h: MethodParams& now [methods without
14402: params receive zero reference, but they are expected not to look
14403: there]
14404:
14405: * operators.txt, src/classes/date.C, src/classes/double.C,
14406: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14407: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14408: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14409: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14410: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14411: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14412: [methods without params receive zero reference, but they are
14413: expected not to look there]
14414:
14415: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14416: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14417: ^process...[filename] useful for better error reporting
14418: [file/line/col]
14419:
14420: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14421: types/pa_vstring.h: slightly improved error messages text: 1. is
14422: '%s', it 2. method undefined in case of ^void[]
14423:
14424: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14425: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14426: handling done. now we have error columns todo: test it
14427:
14428: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14429: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14430:
14431: this makes life easier: were: bad stack order -- were in
14432: exception catch unwind order, which didn't match execution order
14433:
14434: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14435:
14436: @first[] ^throw[a;1]
14437:
14438: showed throw a first throw b try
14439:
14440: which is no good
14441:
14442: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14443: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14444: trace reset after handled exception [old bug fixed]
14445:
14446: * src/main/: compile.tab.C, compile.y: parse position old bug
14447: fixed. position reporting made precise [both, in parse erros and
14448: runtime errors]
14449:
14450: 2003-04-02 paf
14451:
14452: * src/: include/pa_operation.h, include/pa_request.h,
14453: main/compile.C, main/compile.tab.C, main/compile.y,
14454: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14455: main/pa_exception.C, main/pa_request.C: debug info: started
14456: using. todo:complete
14457:
14458: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14459: main/compile.C, main/compile.tab.C, main/compile.y,
14460: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14461: main/pa_request.C: prepared debug info todo:use it
14462:
14463: * src/include/pa_operation.h: strange mistake fixed: forgot to
14464: return Operation class->union after switching from autoptrs.
14465:
14466: * tests/: Makefile, results/108.processed, results/117.processed:
14467: meta considered OK [it's up to coder now to remove it not needed]
14468:
14469: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14470: Dictionary constructor when moved to gc]
14471:
14472: * src/main/pa_common.C: uncommented http:// file loading
14473:
14474: * src/include/pa_array.h, src/main/execute.C,
14475: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14476: fix [gdGrowingBuf]
14477:
14478: * configure.in, src/lib/Makefile.am: removed patches
14479:
14480: * configure, src/include/pa_config_auto.h.in,
14481: src/main/pa_charset.C: --enable-assertions autoconf-ed
14482:
14483: * src/main/pa_common.C: uncommented http:// file loading
14484:
14485: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14486: xdoc::create/load
14487:
14488: * src/: classes/form.C, classes/hash.C, classes/image.C,
14489: classes/string.C, classes/table.C, classes/void.C,
14490: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14491: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14492: String::String(str,helper_length) are checked. found/fixed one
14493: place: $request:body now zero-terminated,
14494:
14495: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14496: main/compile_tools.C, main/execute.C, types/pa_value.h,
14497: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14498: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14499: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14500: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14501: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14502: types/pa_vxnode.h: more locally scoped vars in execute (more
14503: easily optimizable)
14504:
14505: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14506: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14507:
14508: * src/: include/pa_array.h, include/pa_stack.h,
14509: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14510: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14511: become assertion iterator in methodframe filler
14512:
14513: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14514: targets/cgi/parser3.C: array::get/put inlined
14515:
14516: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14517: gc_substitute_memory_management_functions +installed CORD_oom
14518: function
14519:
14520: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14521: src/include/pa_config_includes.h, src/include/pa_string.h,
14522: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14523: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14524: assertions started configure.in --enable-assertions
14525:
14526: 2003-04-01 paf
14527:
14528: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14529: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14530: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14531: gdome uses glib memory, and stores last pointer to xmlDoc there,
14532: gc misses that and collects valid memory fixed by remembering
14533: xmlDoc from dom object in xdoc. todo: do something with
14534: premature free of xdoc with xnodes/node values referring into it
14535:
14536: * src/classes/: mail.C: typo fix
14537:
14538: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14539: changes
14540:
14541: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14542: main/pa_memory.C: moved memory debugging to global level: to
14543: pa_gc_malloc
14544:
14545: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14546: debugging showed no errors. todo: debug parser memory
14547:
14548: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14549: configurations
14550:
14551: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14552: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14553: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14554: types/types.dsp: prepared xml-static configuration
14555:
14556: 2003-03-31 paf
14557:
14558: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14559: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14560: xml lib memory debugging, simple checks failed: it seems that
14561: library does realloc(bad ptr), and recording those ptrs in heap
14562: [for debugging] was bad: heap situation changes = everything
14563: works fine
14564:
14565: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14566: xmlRegisterCharEncodingHandler limitation [currently imposed
14567: limit of 10 user-defined charsets]
14568:
14569: 2003-03-28 paf
14570:
14571: * src/main/execute.C: execution stack copied to local register
14572: variable, removed lots [~2e7) of memory accesses
14573:
14574: 2003-03-27 paf
14575:
14576: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14577: works in debug, but fails in release todo: fix that
14578:
14579: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14580: targets/cgi/parser3.C: forgot to merge XML memory funcs
14581: replacement from gc branch
14582:
14583: * src/main/pa_exec.C: introducing append_help_length [radical
14584: improvement here]
14585:
14586: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14587: 'not recommened' in gc.h, on win32 noticed no difference]
14588:
14589: * src/include/pa_array.h: returned checked array get [were disabled
14590: for debugging] result:not slower [don't understand that, it were
14591: INLINED] todo: find out a way of inlining it!
14592:
14593: * src/: include/pa_string.h, lib/gc/include/gc.h,
14594: lib/gc/include/gc_fake.h, main/compile.tab.C,
14595: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14596: convention changed: all resulting strings are zero-terminated
14597:
14598: * src/: classes/date.C, classes/file.C, classes/hash.C,
14599: classes/string.C, classes/table.C, classes/void.C,
14600: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14601: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14602: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14603: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14604: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14605: types/pa_vfile.C, types/pa_vmail.C: introducing
14606: append_help_length [radical improvement here]
14607:
14608: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14609: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14610: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14611: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14612: even slower
14613:
14614: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14615: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14616: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14617: clients of &get(): most to use non-ref version, some[in tight
14618: places] to get_unchecked_ref
14619:
14620: * src/doc/memory.dox: forgot to add
14621:
14622: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14623: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14624: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14625: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14626: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14627: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14628: targets/cgi/parser3.dsp, types/pa_vmail.C,
14629: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14630: T>>&<< removed after Stack::pop wiping removed [moved to separate
14631: func] other Array & removed
14632:
14633: 2003-03-26 paf
14634:
14635: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14636: classes/table.C, include/pa_array.h, include/pa_charset.h,
14637: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14638: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14639: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14640: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14641: main/pa_exec.C, main/pa_sql_driver_manager.C,
14642: main/pa_stylesheet_manager.C, main/pa_table.C,
14643: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14644: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14645: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14646: pre-evaluated .count() in some places
14647:
14648: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14649: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14650: types/types.dsp: .dsp profiling updated
14651:
14652: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14653: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14654: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14655:
14656: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14657: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14658: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14659: use lib/gc,lib/cord
14660:
1.116 moko 14661: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14662: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14663: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14664: src/include/pa_config_includes.h, src/include/pa_request.h,
14665: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14666: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14667: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14668: src/lib/cord/include/Makefile.am,
1.116 moko 14669: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14670: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14671: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14672: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14673: src/types/pa_vform.h, src/types/pa_vhash.h,
14674: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14675: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14676: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14677: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14678: funcs ported pa_exec
1.95 moko 14679:
14680: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14681:
14682: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14683: bundled gc includes
14684:
14685: * src/: classes/op.C, include/pa_array.h,
14686: include/pa_sql_connection.h, include/pa_string.h,
14687: include/pa_version.h, main/compile.tab.C, main/compile.y,
14688: main/execute.C, main/pa_common.C, main/pa_exception.C,
14689: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14690: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14691: first real site (aval)]
14692:
14693: 2003-03-25 paf
14694:
14695: * operators.txt, src/main/pa_sql_driver_manager.C,
14696: src/types/pa_vstatus.C: $status.memory used free since_compact
14697: process
14698:
14699: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14700: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14701:
14702: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14703:
14704: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14705: src/types/pa_value.h, src/types/pa_vfile.h,
14706: src/types/pa_vobject.C, src/types/pa_vobject.h,
14707: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14708: tests/results/121.processed: untaint.C L_URI
14709:
14710: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14711: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14712: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14713: src/types/pa_vmemory.h: ^memory:compact[]
14714:
14715: * tests/results/109.processed: it was a bug in parser. updated 109
14716: test result
14717:
14718: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14719:
14720: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14721: tests/results/107.processed: fixed dom language [values are now
14722: considered tainted. it was a bug in parser. updated 107 test
14723: result
14724:
14725: * src/classes/xdoc.C: fixed transform params
14726:
14727: * src/: include/pa_stylesheet_manager.h,
14728: main/pa_stylesheet_manager.C: fixed stylesheet caching
14729:
14730: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14731: overloads for structure handling
14732:
14733: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14734: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14735: StringBody(0) ambiguilty, introducting static
14736: StringBody::Format(int)
14737:
14738: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14739: linked
14740:
14741: * src/types/pa_vxdoc.C: vxdoc compiled
14742:
14743: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14744: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14745: finalizers isntalled
14746:
14747: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14748: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14749: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14750: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14751: compiled todo: xnode.C / finalizers
14752:
14753: * src/doc/string.dox: updated: new string internals
14754:
14755: 2003-03-24 paf
14756:
14757: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14758: include/pa_charset.h, include/pa_config_fixed.h,
14759: include/pa_request.h, include/pa_stylesheet_connection.h,
14760: include/pa_stylesheet_manager.h, main/pa_charset.C,
14761: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14762: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14763: types/pa_vxnode.h: started XML
14764:
14765: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14766:
14767: * src/: classes/file.C, classes/image.C, classes/mail.C,
14768: include/pa_string.h, main/pa_common.C,
14769: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14770:
14771: * src/: classes/file.C, classes/image.C, classes/mail.C,
14772: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14773: main/pa_request.C, main/pa_sql_driver_manager.C,
14774: types/pa_vimage.h: size_t pos everywhere checks changed to check
14775: for eq STRING_NOT_FOUND
14776:
14777: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14778: optimize bit implemented
14779:
14780: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14781: String::ArrayFragment::append_positions fixed
14782:
14783: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14784: String::this_starts fixed
14785:
14786: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14787:
14788: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14789: hashcode implemented fully, including per-char callback [it can
14790: be - substr CORD node]
14791:
14792: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14793: rewritten to rewalloc with 100byte buf ahead
14794:
14795: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14796: src/include/pa_string.h, src/main/compile.tab.C,
14797: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14798: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14799: CORD_ec [bad] would rewrite as realloc now
14800:
14801: * src/: classes/date.C, classes/file.C, classes/form.C,
14802: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14803: include/pa_cache_managers.h, include/pa_charsets.h,
14804: include/pa_common.h, include/pa_request.h,
14805: include/pa_sql_driver_manager.h, include/pa_table.h,
14806: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14807: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14808: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14809: types/pa_vmail.C, types/pa_vmethod_frame.C,
14810: types/pa_vstateless_class.h: 2*2 worked :)
14811:
14812: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14813: src/include/pa_exec.h, src/include/pa_string.h,
14814: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14815: passed OK
14816:
14817: * src/: classes/hash.C, classes/string.C, classes/table.C,
14818: types/pa_value.C: all linked todo: debug
14819:
14820: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14821: types/pa_vstateless_class.C: all compiled. todo:link
14822:
14823: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14824:
14825: * src/types/pa_vtable.C: pa_vtable.C compiled
14826:
14827: * src/types/pa_vstring.C: pa_vstring.C compiled
14828:
14829: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14830:
14831: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14832: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14833: pa_vstateless_class.C, pa_vstateless_class.h:
14834: pa_vstateless_class.C compiled
14835:
14836: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14837: types/pa_vmath.C: pa_vmail.C compiled
14838:
14839: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14840:
14841: * src/types/pa_vform.C: pa_vform.C compiled
14842:
14843: * src/types/pa_vfile.C: pa_vfile.C compiled
14844:
14845: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14846: pa_vstateless_class.C: pa_vcookie.C compiled
14847:
14848: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14849: types/pa_vhash.h: pa_value.C compiled
14850:
14851: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14852: classes.lib main.lib compiled
14853:
14854: * src/classes/void.C: void.C compiled
14855:
14856: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14857: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14858: compiled
14859:
14860: * src/: classes/string.C, include/pa_request.h,
14861: include/pa_string.h, main/pa_string.C: string.C compiled
14862:
14863: * src/: classes/op.C, classes/string.C, classes/table.C,
14864: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14865: main/pa_request.C, main/pa_string.C: op.C compiled
14866:
14867: * src/classes/: math.C, op.C: math.C compiled
14868:
14869: * src/: classes/mail.C, classes/string.C, classes/table.C,
14870: types/pa_vmail.h: mail.C compiled
14871:
14872: * src/classes/: int.C, table.C: int.C compiled
14873:
14874: * src/: classes/hash.C, classes/image.C, classes/string.C,
14875: classes/table.C, include/pa_memory.h, include/pa_string.h,
14876: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14877: compiled
14878:
14879: * src/: classes/hash.C, classes/string.C, classes/table.C,
14880: classes/void.C, classes/xdoc.C, include/pa_request.h,
14881: include/pa_sql_connection.h: hash.C compiled
14882:
14883: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14884: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14885: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14886: classes/math.C, classes/op.C, classes/response.C,
14887: classes/string.C, classes/table.C, classes/void.C,
14888: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14889: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14890: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14891: file.C table.C compiled
14892:
14893: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14894: main/untaint.C: main.lib compiled
14895:
14896: 2003-03-21 paf
14897:
14898: * src/: classes/op.C, include/pa_cache_managers.h,
14899: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14900: include/pa_stylesheet_manager.h, main/pa_exception.C,
14901: main/pa_globals.C, main/pa_sql_driver_manager.C,
14902: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14903: compiled
14904:
14905: * src/: classes/hash.C, classes/image.C, classes/op.C,
14906: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14907: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14908: main/compile.C, main/pa_common.C, main/pa_request.C,
14909: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14910: pa_request.C compiled
14911:
14912: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14913: include/pa_request.h, main/execute.C, main/pa_request.C,
14914: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14915: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14916: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14917: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14918: compiled
14919:
14920: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14921: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14922: on unix
14923:
14924: * src/: include/pa_charset.h, include/pa_charsets.h,
14925: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14926: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14927: pa_charsets.C compiled
14928:
14929: * src/: classes/image.C, classes/mail.C, classes/op.C,
14930: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14931: main/compile.y, main/execute.C, main/pa_common.C,
14932: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14933: types/pa_vcode_frame.h, types/pa_vimage.h,
14934: types/pa_vmethod_frame.h: execute.C compiled
14935:
14936: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14937: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14938: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14939: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14940: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14941: include/pa_cache_managers.h, include/pa_charsets.h,
14942: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14943: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14944: include/pa_sql_driver_manager.h, include/pa_string.h,
14945: include/pa_stylesheet_connection.h,
14946: include/pa_stylesheet_manager.h, include/pa_table.h,
14947: main/compile.C, main/compile.tab.C, main/compile.y,
14948: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14949: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14950: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14951: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14952: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14953: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14954: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14955: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14956: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14957: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14958: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14959: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14960: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14961: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14962: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14963: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14964: types/pa_vresponse.h, types/pa_vstateless_class.C,
14965: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14966: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14967: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14968: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14969: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14970: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14971: [C++ CORD wrapper]
14972:
14973: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14974:
14975: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14976: $file::exec/cgi[script; $.charset[this is script's charset]
14977:
14978: command line, env values, input got transcoded before call
14979: stdout, stderr got transcoded after call
14980:
14981: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14982: by default. use: ^file::exec[...;$.stdin[$request.body]
14983:
14984: * src/main/pa_common.C: } typo bug fix
14985:
14986: * src/main/pa_common.C: } typo bug fix
14987:
14988: 2003-03-20 paf
14989:
14990: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14991: main/untaint.C: cord bug fix, but still errors todo: clear out
14992:
14993: * src/include/pa_string.h: more tests
14994:
14995: * src/main/pa_string.C: string.pos fixed
14996:
1.116 moko 14997: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14998: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14999: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15000: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15001: replaces
1.95 moko 15002:
15003: * src/: classes/image.C, include/pa_dictionary.h,
15004: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15005: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15006: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15007: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15008:
15009: * src/include/pa_string.h: warning
15010:
15011: * src/include/pa_string.h: this_starts fixed
15012:
15013: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15014: new String ctor & append params convention
15015:
15016: * src/: classes/file.C, classes/hash.C, classes/image.C,
15017: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15018: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15019: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15020: main/pa_exception.C, main/pa_exec.C,
15021: main/pa_sql_driver_manager.C, main/pa_string.C,
15022: main/pa_stylesheet_manager.C, main/untaint.C,
15023: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15024: types/pa_vmail.C: more tests OK
15025:
15026: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15027: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15028: gc/exit runned OK
15029:
15030: * src/types/pa_vmail.C: another naming problem: should not name
15031: vars like that: unpredictable close caused problems with later
15032: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15033: descriptors missing on startup: stdin; Bad file number
15034:
15035: todo: find out why so many filters(stream) here. probably wrong?
15036:
15037: * src/: include/pa_dictionary.h, include/pa_string.h,
15038: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15039: main/untaint.C: test compiled
15040:
15041: * src/: classes/image.C, classes/mail.C, classes/math.C,
15042: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15043: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15044: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15045: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15046: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15047: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15048: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15049: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15050: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15051:
15052: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15053: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15054: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15055: src/include/pa_memory.h, src/include/pa_request.h,
15056: src/include/pa_request_charsets.h,
15057: src/include/pa_sql_connection.h, src/include/pa_string.h,
15058: src/main/compile.tab.C, src/main/execute.C,
15059: src/main/pa_charset.C, src/main/pa_common.C,
15060: src/main/pa_exception.C, src/main/pa_exec.C,
15061: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15062: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15063: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15064: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15065: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15066: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15067: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15068: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15069: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15070: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15071: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15072: pa_common.C [done, without http for now]
15073:
15074: 2003-03-19 paf
15075:
15076: * src/: classes/date.C, classes/form.C, classes/hash.C,
15077: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15078: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15079: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15080: include/pa_string.h, include/pa_table.h, main/compile.C,
15081: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15082: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15083: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15084: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15085: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15086: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15087: types/pa_vstateless_class.h, types/pa_vtable.C,
15088: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15089: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15090: types/pa_wwrapper.h: started test
15091:
1.116 moko 15092: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15093: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15094:
15095: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15096: include/pa_string.h, main/pa_string.C: string compiled todo: test
15097: it
15098:
15099: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15100: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15101: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15102: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15103: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15104: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15105: types/pa_vmethod_frame.h, types/types.dsp: string
15106: reimplementation with cord+array<fragment>: 70%
15107:
15108: 2003-03-18 paf
15109:
15110: * src/: classes/date.C, classes/file.C, classes/form.C,
15111: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15112: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15113: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15114: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15115: can ignore lang in cmp and pos really, but would
15116: split properly!
15117:
15118: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15119: cord part made parser/src/lib: it's not compiled into libgc by
15120: default
15121:
15122: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15123: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15124: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15125: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15126: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15127: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15128: src/classes/xnode.C, src/classes/xnode.h,
15129: src/include/Makefile.am, src/include/pa_cache_managers.h,
15130: src/include/pa_charset.h, src/include/pa_charsets.h,
15131: src/include/pa_common.h, src/include/pa_dictionary.h,
15132: src/include/pa_exception.h, src/include/pa_exec.h,
15133: src/include/pa_globals.h, src/include/pa_hash.h,
15134: src/include/pa_memory.h, src/include/pa_pool.h,
15135: src/include/pa_request.h, src/include/pa_request_charsets.h,
15136: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15137: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15138: src/include/pa_stylesheet_connection.h,
15139: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15140: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15141: src/main/compile.C, src/main/compile.tab.C,
15142: src/main/compile_tools.C, src/main/compile_tools.h,
15143: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15144: src/main/pa_charsets.C, src/main/pa_common.C,
15145: src/main/pa_dictionary.C, src/main/pa_exception.C,
15146: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15147: src/main/pa_pool.C, src/main/pa_request.C,
15148: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15149: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15150: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15151: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15152: src/types/pa_junction.h, src/types/pa_method.h,
15153: src/types/pa_value.C, src/types/pa_value.h,
15154: src/types/pa_vclass.C, src/types/pa_vclass.h,
15155: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15156: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15157: src/types/pa_vdouble.h, src/types/pa_venv.h,
15158: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15159: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15160: src/types/pa_vimage.C, src/types/pa_vimage.h,
15161: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15162: src/types/pa_vmath.C, src/types/pa_vmath.h,
15163: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15164: src/types/pa_vobject.C, src/types/pa_vobject.h,
15165: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15166: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15167: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15168: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15169: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15170: src/types/pa_vstring.h, src/types/pa_vtable.C,
15171: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15172: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15173: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15174: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15175: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15176: gc: PA_Object done lots of replacements also
15177:
15178: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15179: gc logging
15180:
15181: 2003-03-17 paf
15182:
15183: * src/: classes/date.C, classes/file.C, classes/form.C,
15184: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15185: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15186: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15187: include/pa_string.h, include/pa_types.h, main/compile.C,
15188: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15189: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15190: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15191: main/pa_sql_driver_manager.C, main/pa_string.C,
15192: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15193: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15194: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15195: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15196: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15197: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15198: types/pa_vxnode.h: libgc attempt
15199:
15200: 2003-03-13 paf
15201:
15202: * src/: include/pa_sql_driver_manager.h,
15203: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15204: called
15205:
15206: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15207: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15208: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15209: types/pa_value.h, types/pa_vobject.h,
15210: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15211: set_base, set_derived simplified [counter leaks fixed]
15212:
15213: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15214: src/types/types.dsp: incorporated status class patch From:
15215: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15216: 2003 8:14 AM
15217:
15218: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15219: Win32 specific: QuotaPeakNonPagedPoolUsage
15220: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15221:
15222: 2003-03-12 paf
15223:
1.116 moko 15224: * configure, configure.in, src/lib/ltdl/configure,
15225: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15226: lib/ltdl/Makefile now created by /configure.in only [were by
15227: lib/ltdl/configure.in OVERWRITE]
15228:
1.116 moko 15229: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15230: linkage fixed for g++ 3.2.2
1.95 moko 15231:
15232: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15233: on using privately declared class [fixed]
15234:
15235: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15236: 3.2 rightliy complained on using privately declared class [fixed]
15237:
15238: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15239: sigpipe before request constructor now causes death
15240:
15241: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15242: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15243: not cause exception in exception handler
15244:
1.116 moko 15245: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15246: now default links libstdc++ statically. that can be overriden by
15247: --with-dynamic-stdcpp
1.95 moko 15248:
15249: 2003-03-11 paf
15250:
15251: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15252: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15253: necessity of libstdc++
15254:
15255: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15256:
15257: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15258:
15259: 2003-03-08 paf
15260:
15261: * tests/Makefile: make install & co
15262:
15263: * src/: include/pa_request.h, classes/op.C: removing
15264: vclass,object.h -> pa_request.h dependency
15265:
15266: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15267: main/pa_request.C: removing vform,response,cookie.h ->
15268: pa_request.h dependency
15269:
15270: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15271: dependency [testing...]
15272:
15273: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15274: return 0; fixed
15275:
15276: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15277: types/pa_vmail.h: vmail.C received just compiled [not tested]
15278:
15279: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15280:
15281: * src/main/pa_request.C: forgotten: ifdef XML
15282:
15283: * src/main/pa_request.C: forgotten: ifdef XML
15284:
15285: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15286: win32 and run memleak tests again
15287:
15288: * src/targets/cgi/parser3.C: charsets: see some strange things with
15289: old xml lib-- it's internal memory handling has faults
15290:
15291: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15292: problems when transcode from charset A to A.
15293:
15294: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15295: todo: still problems when transcode from charset A to A.
15296:
15297: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15298: classes/table.C, include/pa_array.h,
15299: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15300: started full-scale-site-test [~ http://parser.ru sources]
15301:
15302: some fixes
15303:
15304: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15305: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15306: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15307: results/110.processed, results/111.processed,
15308: results/112.processed, results/113.processed,
15309: results/114.processed, results/115.processed,
15310: results/116.processed, results/117.processed,
15311: results/118.processed, results/119.processed,
15312: results/120.processed: xml: tests 109 dom create/show 110 xpath
15313: selectSingle 111 xdoc.create from tainted & 112
15314: xdoc.create/output with russian attr value 113 xpath
15315: selectString/Number 114 dom attributes.count 115 xpath selectBool
15316: 116 output media-type change 117 transform by dom stylesheet 118
15317: empty transform result 119 dom setAttribute 120 nbsp letter
15318: output
15319:
15320: =END OF PREPARED XML TESTS=
15321:
15322: 2003-03-07 paf
15323:
15324: * src/classes/xdoc.C, src/include/pa_charset.h,
15325: src/include/pa_stylesheet_connection.h, tests/108.html,
15326: tests/108.xsl, tests/results/108.processed: xml: test 108
15327: transform with params [bugs fixed]
15328:
15329: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15330: from copy/paste bug
15331:
15332: * src/classes/xdoc.C, src/include/pa_charset.h,
15333: src/include/pa_request.h, src/main/execute.C,
15334: src/main/pa_charset.C, src/main/pa_exception.C,
15335: src/main/pa_globals.C, src/main/pa_request.C,
15336: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15337: src/types/pa_vxnode.C, tests/107.html,
15338: tests/results/107.processed: xml: test: 107 bug fixes
15339:
15340: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15341: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15342: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15343:
15344: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15345: string
15346:
15347: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15348: mem alloc functions used for different cases [libxml, libxsl]
15349:
15350: * src/classes/classes.C: fixed: prevent system classes from
15351: modification to lock ALL the classes, not only directly used
15352:
15353: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15354: linked
15355:
15356: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15357:
15358: 2003-03-06 paf
15359:
15360: * src/classes/xdoc.C: xdoc.C 50%
15361:
15362: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15363: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15364: main/pa_globals.C, main/pa_request.C,
15365: main/pa_stylesheet_manager.C: xnode.C compiled
15366:
15367: * src/: include/pa_stylesheet_connection.h,
15368: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15369: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15370:
15371: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15372: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15373: xml: stylesheet&manager STARTED
15374:
15375: * src/: include/pa_globals.h, main/pa_charset.C,
15376: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15377:
15378: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15379: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15380: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15381: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15382: charsets
15383:
15384: * tests/023.html: in some cases it rounded up badly. postponing
15385: solution of that problem, making more simple test
15386:
15387: * tests/: 058_paf2000.png, results/058.processed: .png added with
15388: -kb now
15389:
15390: * src/: include/pa_charset.h, include/pa_charsets.h,
15391: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15392: moved to charsets.C
15393:
15394: 2003-03-05 paf
15395:
15396: * src/classes/string.C, src/include/pa_string.h,
15397: src/main/pa_string.C, tests/105.html,
15398: tests/results/105.processed: String::match bug fixed
15399:
15400: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15401: tests/results/104.processed: ^bpt operator added [does int3 in
15402: debug build on win32]
15403:
15404: * tests/: 057.html, results/057.processed: test bug fixed
15405:
1.116 moko 15406: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15407:
15408: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15409: missing
15410:
1.116 moko 15411: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15412: forgotten files added to Makes
1.95 moko 15413:
15414: * ltmain.sh: ltmain.sh added
15415:
15416: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15417: change undone ;(
15418:
15419: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15420: made static
15421:
15422: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15423: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15424: todo:make linker happy
1.95 moko 15425:
15426: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15427: env param made optional
15428:
15429: 2003-03-04 paf
15430:
15431: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15432: types/pa_vimage.h: number of gcc compiler bugs fixed
15433:
15434: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15435: results/103.processed: tests: 103 image.copy transparence test
15436:
15437: * src/main/execute.C, tests/101.html, tests/102.html,
15438: tests/results/101.processed, tests/results/102.processed: tests:
15439: 101 method/variable name conflict test 102 form fields change
15440: should not not change anything [bug fix]
15441:
15442: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15443: results/099.processed, results/100.processed: tests: 57 date
15444: create 2002: added 99,100 response:body/download
15445:
15446: * src/classes/image.C, tests/098.html, tests/098font.gif,
15447: tests/results/098.processed: test: 98 image font text [bug fixed]
15448:
15449: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15450: tests/results/097.processed: test: 97 file::load http:// [bugs
15451: fixed]
15452:
15453: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15454: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15455: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15456: image EXIF [bug fixed]
15457:
15458: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15459: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15460: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15461: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15462: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15463: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15464: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15465: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15466: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15467: tests/094.html, tests/095.html, tests/results/061.processed,
15468: tests/results/062.processed, tests/results/063.processed,
15469: tests/results/064.processed, tests/results/065.processed,
15470: tests/results/066.processed, tests/results/067.processed,
15471: tests/results/068.processed, tests/results/069.processed,
15472: tests/results/070.processed, tests/results/071.processed,
15473: tests/results/072.processed, tests/results/073.processed,
15474: tests/results/074.processed, tests/results/075.processed,
15475: tests/results/076.processed, tests/results/077.processed,
15476: tests/results/078.processed, tests/results/080.processed,
15477: tests/results/081.processed, tests/results/082.processed,
15478: tests/results/083.processed, tests/results/084.processed,
15479: tests/results/085.processed, tests/results/086.processed,
15480: tests/results/087.processed, tests/results/088.processed,
15481: tests/results/089.processed, tests/results/090.processed,
15482: tests/results/091.processed, tests/results/092.processed,
15483: tests/results/093.processed, tests/results/094.processed,
15484: tests/results/095.processed, tests/079.html,
15485: tests/results/079.processed: tests: 61 file::stat size 62
15486: string->int autoconvert 63 double .int,dec,div,mul 64 date
15487: compare 65 file: basename,justname,justext 66 math:crypt 67
15488: string.match simple on long 68 string.match normalized simple on
15489: long 69 string.int 70 file::stat content-type 71 table.join 72
15490: hash parameter conditional pass 73 date daylightsaving,yearday 74
15491: date arithmetics 75 response date values/attributes 76 string.pos
15492: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15493: with local 80 scientific numeric literal in string autoconvert 81
15494: xor: logical and numerical 82 for delims 83 menu delims 84
15495: table.hash distinct 85 long string replace 86 throw+catch
15496: current language preserve 87 bit shifts 88 junction tests +
15497: $caller test 89 hash.foreach selfmodification 90 int/void to int
15498: 91 $caller test 92 junction is + def junction tests 93 $caller
15499: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15500:
15501: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15502: fixed] 60 string eq string [bug fixed]
15503:
15504: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15505: 058.html, 058_paf2000.png, 059.html, 060.html,
15506: results/053.processed, results/054.processed,
15507: results/055.processed, results/056.processed,
15508: results/057.processed, results/058.processed,
15509: results/059.processed, results/060.processed: test: 53
15510: string.replace 54 junctions 55 table.hash 56 call indirect 57
15511: date.create[string] 58 image.measure[png]
15512:
15513: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15514: outputs/051.processed, results/052.processed: test: 52
15515: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15516: task: fix that
15517:
15518: 2003-03-03 paf
15519:
15520: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15521: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15522: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15523: outputs/049.processed, outputs/050.processed,
15524: outputs/051.processed, results/001.processed,
15525: results/002.processed, results/003.processed,
15526: results/005.processed, results/006.processed,
15527: results/008.processed, results/009.processed,
15528: results/011.processed, results/012.processed,
15529: results/013.processed, results/014.processed,
15530: results/015.processed, results/016.processed,
15531: results/017.processed, results/020.processed,
15532: results/021.processed, results/022.processed,
15533: results/024.processed, results/025.processed,
15534: results/026.processed, results/027.processed,
15535: results/028.processed, results/029.processed,
15536: results/030.processed, results/031.processed,
15537: results/049.processed, results/050.processed,
15538: results/051.processed, results/043.processed,
15539: results/044.processed, results/045.processed,
15540: results/046.processed, results/047.processed,
15541: results/048.processed: tests: 43,44,45 date rolls 46
15542: autoevaluating junction 47 table.select 48 name with subvar 49
15543: hash-creating switch 50 process 51 started parent/child, works as
15544: it were but it were NOT GOOD, created separate task to fix that
15545:
15546: * tests/: 042.html, results/042.processed: test: 42
15547: exception.handled
15548:
15549: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15550: expression
15551:
15552: * tests/: 040.html, results/040.processed: test: 39 method result
15553: of type table 40 method param junction auto evaluate
15554:
15555: * tests/: 039.html, results/039.processed: test: 37 method result
15556: of type table
15557:
15558: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15559: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15560: tests/038.html, tests/results/033.processed,
15561: tests/results/034.processed, tests/results/035.processed,
15562: tests/results/036.processed, tests/results/037.processed,
15563: tests/results/038.processed: tests: 33 string.replace 34
15564: string.upper 35 table created 36 local/global vars with juntions
15565: 37 table clone 38 math PI & number formatting
15566:
15567: math class registring typo fixed
15568:
15569: * src/classes/op.C, src/include/pa_request.h,
15570: src/include/pa_string.h, src/main/execute.C,
15571: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15572: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15573: tests/032.html, tests/results/032.processed: uchar changed to
15574: String_UL in all places [was not everywhere] untaint test: 032
15575:
15576: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15577: tests/results/004.processed, tests/parser-cygwin.sh,
15578: tests/parser-unix.sh: removed -H command line key, now testing
15579: using .sh file with SERVER_SOFTWARE=xxx
15580:
15581: 2003-02-26 paf
15582:
15583: * src/main/execute.C, src/types/pa_vstateless_class.h,
15584: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15585: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15586: tests/results/024.processed, tests/results/025.processed,
15587: tests/results/026.processed, tests/results/027.processed,
15588: tests/results/028.processed, tests/results/029.processed,
15589: tests/results/030.processed, tests/results/031.processed: fixed
15590: bug with name_cstr mutable CharPtr more tests
15591:
15592: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15593: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15594: << abort. die now just exits
15595:
15596: * src/classes/classes.awk, src/classes/classes.h,
15597: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15598: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15599: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15600: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15601: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15602: src/classes/xnode.C, src/include/pa_memory.h,
15603: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15604: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15605: src/types/pa_vform.C, tests/015.html, tests/016.html,
15606: tests/017.html, tests/018.html, tests/019.html,
15607: tests/019paf2001.gif, tests/020.html, tests/021.html,
15608: tests/022.html, tests/023.html, tests/022_dir/a.html,
15609: tests/022_dir/b.txt, tests/022_dir/c.htm,
15610: tests/results/015.processed, tests/results/016.processed,
15611: tests/results/017.processed, tests/results/018.processed,
15612: tests/results/019.processed, tests/results/020.processed,
15613: tests/results/021.processed, tests/results/022.processed,
15614: tests/results/023.processed: methoded_array now contains all Mxxx
15615: classes SAPI::get_env now returns info on pool more tests
15616:
15617: * src/include/pa_array.h, src/include/pa_hash.h,
15618: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15619: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15620: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15621: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15622: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15623: tests/results/001.processed, tests/results/002.processed,
15624: tests/results/003.processed, tests/results/004.processed,
15625: tests/results/005.processed, tests/results/006.processed,
15626: tests/results/007.processed, tests/results/008.processed,
15627: tests/results/009.processed, tests/results/010.processed,
15628: tests/results/011.processed, tests/results/012.processed,
15629: tests/results/013.processed, tests/results/014.processed: hash
15630: cloning fixed
15631:
15632: 2003-02-25 paf
15633:
15634: * src/main/pa_common.C: typo fixed
15635:
15636: 2003-02-24 paf
15637:
15638: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15639: [one remained]
15640:
15641: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15642: [should have been get_string(&pool)] todo: check other such calls
15643:
15644: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15645: test10, bad lookups
15646:
15647: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15648: object got destructed, and xxx points to sky
15649:
15650: * ChangeLog, src/classes/string.C: match bug fixed
15651:
15652: * src/types/pa_vmail.C: body [text/html] transcoded to
15653: $.charset[specified] now
15654:
15655: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15656: which failed to handle sigsetjmp+throw: crashed inside of
15657: pre-throw code. rewritten simplier [though duplicating
15658: closesocket code]
15659:
15660: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15661: which failed to handle sigsetjmp+throw: crashed inside of
15662: pre-throw code. rewritten simplier [though duplicating
15663: closesocket code]
15664:
15665: 2003-02-21 paf
15666:
15667: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15668: $cookie:name[$.expires[date << can be now]]
15669:
15670: written makefile with regression tests [raw]
15671:
15672: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15673: tests' only [it's not forcing CGI mode now] now use -H to output
15674: CGI header when parser used in command line [useful for tests
15675: also]
15676:
15677: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15678: switches on CGI mode, and is used in regression tests
15679:
15680: * src/: include/pa_request.h, main/pa_request.C,
15681: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15682: fixed
15683:
15684: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15685: handling pa_*
15686:
15687: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15688: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15689: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15690: memory handling files
15691:
15692: * src/main/pa_array.C: pool::format_integer terminator fixed
15693:
15694: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15695: compiles OK test to show benefits of free
15696:
15697: * src/: classes/file.C, classes/image.C, classes/mail.C,
15698: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15699: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15700: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15701: use pool [as the one in ^process]
15702:
15703: * src/classes/op.C: fixed process. sould now check for all cstr's
15704: -- some must use pool [as the one in ^process]
15705:
15706: 2003-02-20 paf
15707:
15708: * src/: classes/date.C, classes/double.C, classes/file.C,
15709: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15710: classes/math.C, classes/op.C, classes/response.C,
15711: classes/string.C, classes/table.C, classes/void.C,
15712: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15713: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15714: string cmp fixed
15715:
15716: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15717: values passed OK now
15718:
15719: 2003-02-19 paf
15720:
15721: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15722: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15723: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15724: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15725: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15726: all remaning leaks resulted from pooled::malloc calls [excluding
15727: in gd -- planning complete rewrite extremely ugly code]
15728:
15729: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15730: files
15731:
15732: 2003-02-17 paf
15733:
15734: * src/: classes/date.C, classes/double.C, classes/file.C,
15735: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15736: classes/response.C, classes/string.C, classes/table.C,
15737: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15738: include/pa_stylesheet_connection.h,
15739: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15740: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15741: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15742: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15743: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15744: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15745: of unitialized simple-typed field
15746:
15747: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15748: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15749: simple-typed field fixed. todo: find&kill all like that one
15750:
15751: * src/: main/execute.C, targets/cgi/pa_pool.C,
15752: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15753: debug output fixed
15754:
15755: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15756: main/pa_request.C: stack-stored items need extra .ref to prevent
15757: object_ptr from delete[them]
15758:
15759: * src/: classes/date.C, classes/op.C, classes/table.C,
15760: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15761: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15762: main/pa_charset.C, main/pa_common.C,
15763: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15764: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15765: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15766: calls
15767:
15768: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15769: couple mem leaks rusulted from old pooled::malloc usage.
15770: todo:find more like those
15771:
15772: * src/main/: compile.C, compile_tools.C: 2*2!
15773:
15774: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15775: stackItem fixed [there were no string on stack before]
15776:
15777: * src/: main/execute.C, main/pa_request.C,
15778: types/pa_vmethod_frame.C: first letters out OK
15779:
15780: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15781: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15782: main/pa_string.C, main/untaint.C, types/pa_value.h,
15783: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15784: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15785: type not initialized with zeros :( while class fields of class
15786: types initialized with default constructors. learn C++
15787:
15788: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15789: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15790: classes/math.C, classes/xdoc.C, classes/xnode.C,
15791: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15792: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15793:
15794: 2003-02-14 paf
15795:
15796: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15797: 13 link errors
15798:
15799: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15800: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15801: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15802: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15803: errors :)
15804:
15805: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15806: classes/hash.C, classes/mail.C, classes/op.C,
15807: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15808: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15809: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15810: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15811:
15812: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15813: classes/table.C, include/pa_common.h, include/pa_globals.h,
15814: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15815: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15816: types/pa_vint.h, types/types.dsp: op compiled
15817:
15818: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15819: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15820: main/untaint.C, types/pa_vtable.h: string, response compiled
15821:
15822: 2003-02-07 paf
15823:
15824: * src/: classes/table.C, types/pa_vtable.h: table compiled
15825:
15826: 2003-02-06 paf
15827:
15828: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15829: mail compiled
15830:
15831: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15832: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15833: types/pa_vfile.h, types/pa_vimage.h: image compiled
15834:
15835: * src/classes/: file.C, form.C: form compiled
15836:
15837: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15838: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15839: types/pa_vfile.C, types/pa_vfile.h: file compiled
15840:
15841: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15842: types/pa_vmath.h: math compiled [win32]
15843:
15844: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15845: types/pa_vstring.h: hash compiled
15846:
15847: 2003-02-04 paf
15848:
15849: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15850: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15851: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15852: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15853: types/pa_vhash.h: hash 50% compiled
15854:
15855: * src/: classes/date.C, classes/file.C, classes/hash.C,
15856: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15857: classes/string.C, classes/table.C, classes/xdoc.C,
15858: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15859: main/pa_string.C: date compiled
15860:
15861: * src/classes/: classes.dsp, double.C: double compiled
15862:
15863: * src/: classes/date.C, classes/double.C, classes/file.C,
15864: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15865: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15866: classes/string.C, classes/table.C, classes/void.C,
15867: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15868: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15869: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15870: compiled
15871:
15872: * src/: classes/date.C, classes/double.C, classes/file.C,
15873: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15874: classes/math.C, classes/op.C, classes/response.C,
15875: classes/string.C, classes/table.C, classes/void.C,
15876: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15877: types/pa_vvoid.h: void compiled :)
15878:
15879: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15880: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15881: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15882: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15883: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15884: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15885: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15886: types/pa_vresponse.C, types/pa_vstateless_class.C,
15887: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15888: types/pa_wcontext.C, types/types.dsp: removed stupid
15889: value_includes.h
15890:
15891: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15892: trying to remove stupid value_includes.h
15893:
15894: * src/main/pa_exec.C: pa_exec compiled on win32
15895:
15896: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15897:
15898: * src/: include/pa_globals.h, include/pa_request.h,
15899: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15900: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15901: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15902: types/pa_vrequest.C, types/pa_vstateless_class.C,
15903: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15904:
15905: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15906: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15907: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15908:
15909: * src/: include/pa_array.h, include/pa_config_includes.h,
15910: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15911: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15912: compiled
15913:
15914: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15915: name conflicts)
15916:
15917: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15918: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15919: yelds "virtual memory exhausted" while trying to compile
15920: execute.C [eating up to 127MB]
15921:
15922: 2003-02-03 paf
15923:
15924: * src/: include/pa_config_includes.h, include/pa_hash.h,
15925: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15926: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15927: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15928: types/pa_vint.h, types/pa_vjunction.h,
15929: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15930: started gcc compiling pa_common compiled
15931:
15932: * src/: include/pa_exception.h, include/pa_pool.h,
15933: main/pa_exception.C: exception gcc change #1
15934:
1.116 moko 15935: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15936: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15937:
15938: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15939:
15940: * src/types/pa_vtable.C: vtable compiled
15941:
15942: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15943:
15944: * src/: include/pa_cache_managers.h, main/pa_request.C,
15945: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15946:
15947: * src/types/pa_vstateless_class.C: vstateless_class compiled
15948:
15949: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15950:
15951: * src/types/pa_vrequest.C: vrequest compiled
15952:
15953: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15954: pa_vobject.C, pa_vobject.h: vobject compiled
15955:
15956: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15957: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15958: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15959: compiled
15960:
15961: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15962:
15963: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15964: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15965: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15966: compiled
15967:
15968: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15969: main.lib - 0 error(s), 0 warning(s)
15970:
15971: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15972: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15973:
15974: 2003-01-31 paf
15975:
15976: * src/: include/pa_array.h, include/pa_operation.h,
15977: include/pa_request.h, main/execute.C, main/main.dsp,
15978: types/pa_vjunction.h: started last file from main library:
15979: execute
15980:
15981: * src/: include/pa_request.h, include/pa_sapi.h,
15982: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15983: main/pa_request.C, targets/cgi/parser3.C,
15984: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15985: types/pa_vhash.h: pa_request compiled
15986:
15987: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15988: include/pa_globals.h, include/pa_request.h,
15989: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15990: main/execute.C, main/main.dsp, main/pa_common.C,
15991: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15992: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15993: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15994: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15995: types/types.dsp: most pa_request compiled
15996:
15997: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15998: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15999: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16000: classes/op.C, classes/response.C, classes/string.C,
16001: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16002: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16003: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16004: include/pa_config_fixed.h, include/pa_config_includes.h,
16005: include/pa_dictionary.h, include/pa_dir.h,
16006: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16007: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16008: include/pa_pool.h, include/pa_request.h,
16009: include/pa_request_charsets.h, include/pa_request_info.h,
16010: include/pa_sapi.h, include/pa_socks.h,
16011: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16012: include/pa_stack.h, include/pa_string.h,
16013: include/pa_stylesheet_connection.h,
16014: include/pa_stylesheet_manager.h, include/pa_table.h,
16015: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16016: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16017: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16018: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16019: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16020: main/compile.C, main/compile.tab.C, main/compile.y,
16021: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16022: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16023: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16024: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16025: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16026: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16027: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16028: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16029: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16030: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16031: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16032: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16033: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16034: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16035: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16036: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16037: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16038: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16039: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16040: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16041: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16042: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16043: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16044: types/pa_vresponse.h, types/pa_vstateless_class.C,
16045: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16046: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16047: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16048: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16049: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16050: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16051:
16052: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16053: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16054: src/include/pa_charsets.h, src/include/pa_common.h,
16055: src/include/pa_dictionary.h, src/include/pa_exception.h,
16056: src/include/pa_exec.h, src/include/pa_pool.h,
16057: src/include/pa_request.h, src/include/pa_sapi.h,
16058: src/include/pa_sql_connection.h,
16059: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16060: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16061: src/main/compile.tab.C, src/main/compile_tools.C,
16062: src/main/compile_tools.h, src/main/main.dsp,
16063: src/main/pa_charset.C, src/main/pa_charsets.C,
16064: src/main/pa_common.C, src/main/pa_dictionary.C,
16065: src/main/pa_exception.C, src/main/pa_exec.C,
16066: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16067: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16068: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16069: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16070: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16071: src/types/pa_vdouble.h, src/types/pa_venv.h,
16072: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16073: src/types/pa_vhash.h, src/types/pa_vimage.C,
16074: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16075: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16076: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16077: src/types/pa_vobject.C, src/types/pa_vobject.h,
16078: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16079: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16080: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16081: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16082: src/types/pa_vstring.h, src/types/pa_vtable.h,
16083: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16084: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16085: died, long live StringPtr
16086:
16087: 2003-01-30 paf
16088:
16089: * src/: include/pa_charset.h, include/pa_request.h,
16090: include/pa_sql_driver_manager.h, main/compile.tab.C,
16091: main/compile.y, main/compile_tools.h, main/pa_request.C,
16092: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16093:
16094: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16095: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16096: types/pa_vhash.h, types/pa_vmethod_frame.h,
16097: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16098: types/types.dsp: vstateless_class compiled
16099:
16100: * src/main/compile.C: compile compiled
16101:
16102: * src/: include/pa_array.h, include/pa_operation.h,
16103: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16104: main/pa_table.C: compile_tools compiled
16105:
16106: * src/: include/pa_operation.h, main/compile.y,
16107: main/compile_tools.C, main/compile_tools.h: started
16108: compile_tools. vagues ideas of how to free compiled code
16109:
16110: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16111: main/main.dsp, types/pa_value.C, types/pa_value.h,
16112: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16113: compiled
16114:
16115: 2003-01-29 paf
16116:
16117: * src/: include/pa_globals.h, include/pa_request.h,
16118: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16119: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16120: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16121: compiled
16122:
16123: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16124: now
16125:
16126: * src/: include/pa_array.h, include/pa_exception.h,
16127: include/pa_pool.h, main/pa_exception.C: gd compiled
16128:
16129: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16130: compiled
16131:
16132: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16133: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16134: types/pa_vfile.h: vfile compiled
16135:
16136: * src/: include/pa_common.h, include/pa_globals.h,
16137: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16138: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16139: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16140:
16141: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16142: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16143: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16144: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16145: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16146:
16147: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16148: main/main.dsp, main/untaint.C: more compiled
16149:
16150: * src/: include/pa_charsets.h, include/pa_request.h,
16151: include/pa_request_info.h, include/pa_string.h,
16152: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16153: types/pa_vresponse.h: vrequest compiled
16154:
16155: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16156: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16157: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16158:
16159: * src/: classes/classes.h, include/pa_charset.h,
16160: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16161: include/pa_request.h, include/pa_string.h, main/main.dsp,
16162: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16163: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16164: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16165: types/pa_vrequest.C, types/pa_vrequest.h,
16166: types/pa_vstateless_class.h, types/pa_vstring.h,
16167: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16168:
16169: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16170: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16171: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16172: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16173: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16174: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16175: types/pa_vobject.h, types/pa_vstateless_class.h,
16176: types/pa_vstateless_object.h, types/pa_vstatus.h,
16177: types/pa_vstring.h, types/types.dsp: vmath compiled
16178:
16179: 2003-01-28 paf
16180:
16181: * src/: classes/classes.h, classes/date.C, classes/file.C,
16182: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16183: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16184: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16185: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16186: compile_tools
16187:
16188: * src/: include/pa_charset.h, include/pa_exception.h,
16189: include/pa_request.h, include/pa_string.h, main/untaint.C:
16190: untaint compiled
16191:
16192: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16193: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16194: more compiled. struck with string::store_to needing to know
16195: source/client charsets
16196:
16197: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16198: types/pa_vfile.h: uue compiled
16199:
16200: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16201: table compiled
16202:
16203: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16204: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16205:
16206: * src/: include/pa_charset.h, main/pa_charset.C,
16207: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16208: introduced]
16209:
16210: * src/: classes/date.C, include/pa_charset.h,
16211: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16212: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16213: pa_charsets compiled
16214:
16215: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16216: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16217:
16218: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16219: common compiled
16220:
16221: * src/: include/pa_charsets.h, main/pa_charsets.C,
16222: main/pa_sql_driver_manager.C: pa_charsets compiled
16223:
16224: * src/: include/pa_array.h, include/pa_charset.h,
16225: include/pa_charsets.h, include/pa_pool.h,
16226: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16227: include/pa_stack.h, include/pa_string.h,
16228: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16229: sql_driver_manager compiled
16230:
16231: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16232: letter i with two dots added to koi, all ukranian letters added
16233: to win1251.
16234:
16235: typographic simbol 0xb9 deleted from win1251 [strange one & were
16236: abscent from koi]
16237:
16238: 2003-01-27 paf
16239:
16240: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16241: include/pa_sql_driver_manager.h, include/pa_string.h,
16242: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16243: sql/pa_sql_driver.h: paused on sql_manager
16244:
16245: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16246: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16247: include/pa_stack.h, main/pa_sql_driver_manager.C,
16248: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16249:
16250: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16251: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16252: include/pa_table.h, main/pa_sql_driver_manager.C,
16253: main/pa_table.C: table compiled
16254:
16255: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16256: cache_managers compiled
16257:
16258: * src/: include/pa_array.h, include/pa_charset.h,
16259: include/pa_pool.h, main/pa_charset.C: charset compiled
16260:
16261: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16262:
16263: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16264: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16265: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16266: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16267: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16268:
16269: 2003-01-24 paf
16270:
16271: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16272: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16273: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16274: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16275: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16276: types/pa_vint.h, types/pa_vjunction.h,
16277: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16278: types/pa_vstatus.h, types/pa_vstring.h: more patched
16279:
16280: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16281: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16282: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16283: main/pa_string.C, main/pa_table.C: string compiled
16284:
16285: * src/: include/pa_array.h, include/pa_common.h,
16286: include/pa_dictionary.h, include/pa_exception.h,
16287: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16288: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16289: main/pa_string.C: dictionary compiled
16290:
16291: 2003-01-23 paf
16292:
16293: * src/: include/pa_array.h, include/pa_common.h,
16294: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16295: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16296: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16297: types/pa_value.h: resurrected pool in new sense: now it's
16298: factory, producing&accounting memory chunks for read[autofree]
16299: buffers
16300:
16301: * src/: include/pa_array.h, include/pa_exception.h,
16302: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16303: main/pa_exception.C, main/pa_table.C: table compiled
16304:
16305: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16306: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16307: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16308: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16309: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16310: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16311: main/pa_table.C: aint that easy
16312:
16313: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16314: main/main.dsp: continued with Hash
16315:
16316: * src/main/pa_common.C: connect_string allocated on heap[wes on
16317: stack] now. and exception can be reported OK now [can be reported
16318: outside of pro c with that stack]
16319:
16320: 2003-01-22 paf
16321:
16322: * src/: include/pa_array.h, include/pa_charset.h,
16323: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16324: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16325: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16326: base: contains references_count. auto_ptr template calls
16327: add_ref/release
16328:
16329: 2003-01-21 paf
16330:
16331: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16332: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16333: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16334: classes/op.C, classes/response.C, classes/string.C,
16335: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16336: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16337: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16338: include/pa_config_fixed.h, include/pa_config_includes.h,
16339: include/pa_dictionary.h, include/pa_dir.h,
16340: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16341: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16342: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16343: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16344: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16345: include/pa_stack.h, include/pa_string.h,
16346: include/pa_stylesheet_connection.h,
16347: include/pa_stylesheet_manager.h, include/pa_table.h,
16348: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16349: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16350: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16351: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16352: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16353: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16354: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16355: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16356: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16357: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16358: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16359: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16360: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16361: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16362: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16363: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16364: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16365: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16366: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16367: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16368: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16369: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16370: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16371: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16372: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16373: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16374: types/pa_vstateless_object.h, types/pa_vstatus.C,
16375: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16376: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16377: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16378: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16379: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16380: 2002->2003
16381:
16382: 2003-01-16 paf
16383:
16384: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16385: src/main/pa_globals.C: http:// introducing $.any-status(1)
16386:
16387: * operators.txt, src/include/pa_config_fixed.h,
16388: src/main/pa_common.C: http request now return status. and not
16389: fail on status!=200
16390:
16391: 2003-01-15 paf
16392:
16393: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16394:
16395: 2003-01-14 paf
16396:
16397: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16398: mkinstalldirs: removed some ancient files [they in / really]
16399:
16400: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16401: regretfully needed patch in two places. in config_fixed.h made
16402: stubs for lib to compile in MSVC
16403:
16404: 2003-01-13 paf
16405:
16406: * config.guess, config.sub, ltmain.sh: removed last piece of
16407: configure.in(libtool) hacks
16408:
1.116 moko 16409: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16410: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16411: ltdl.h: moved to latest libtool (1.4.3)
16412:
16413: 2003-01-10 paf
16414:
16415: * src/lib/ltdl/: configure, configure.in: PROG_NM
16416:
16417: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16418: patches. libxml2 >= 2.5.1
16419: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16420: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16421: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16422:
16423: * INSTALL: moved to latest versions of xml libs libxml2 >=
16424: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16425: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16426: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16427:
16428: 2003-01-09 paf
16429:
16430: * INSTALL: xml,xslt,gdome lib urls updated
16431:
16432: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16433: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16434: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16435: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16436: 1.7.2
1.95 moko 16437:
16438: * depcomp: moving to automake 1.7.2
16439:
16440: 2002-12-27 paf
16441:
16442: * src/include/pa_version.h: 0007
16443:
16444: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16445: outdated parts, made links to language docs
16446:
16447: * src/include/pa_config_auto.h.in: comment
16448:
16449: 2002-12-26 paf
16450:
16451: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16452: not contain trailing / fixed.
16453:
16454: * INSTALL: changing SAFE_MODE politics
16455:
16456: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16457:
16458: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16459:
16460: 2002-12-25 paf
16461:
16462: * src/main/pa_globals.C: optimized-xml
16463:
16464: * src/main/pa_globals.C: optimized-as-is
16465:
16466: 2002-12-24 paf
16467:
16468: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16469: fixed [were really called with zero size when .html?a=&b=]
16470:
16471: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16472: with --with-sendmail
16473:
16474: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16475: fixed]
16476:
16477: 2002-12-23 paf
16478:
16479: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16480: ignoring parameters & were storing only string with default
16481: expires
16482:
16483: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16484: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16485: December 23, 2002 4:22 AM Subject: bug â
16486: Charset::transcode_buf2xchar
16487:
16488: 2002-12-20 paf
16489:
16490: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16491: non-cgi [script] runs
16492:
16493: 2002-12-19 paf
16494:
16495: * INSTALL: --without-iconv recommended [it crashes on some systems
16496: [tested on elik]] moreover, it's not needed there [parser
16497: registers charsets itself]
16498:
16499: * INSTALL: --without-iconv recommended [it crashes on some systems
16500: [tested on elik]]
16501:
16502: * operators.txt, src/include/pa_globals.h,
16503: src/include/pa_request.h, src/main/pa_globals.C,
16504: src/main/pa_request.C: $response:download
16505:
16506: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16507: compiler [win32]].
16508:
16509: 2002-12-18 paf
16510:
16511: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16512:
16513: 2002-12-17 paf
16514:
16515: * src/targets/cgi/parser3.C: merged die&iis changes
16516:
16517: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16518: to exit(1) 2. more flexible iilegal call check
16519:
16520: 2002-12-16 paf
16521:
16522: * ltmain.sh: some automakes silly insist on having this handy
16523:
16524: * src/main/untaint.C: filespec russian small 'r' changed to latin
16525: 'p' bug fix
16526:
16527: 2002-12-15 paf
16528:
16529: * src/main/untaint.C: filespec russian small 'r' changed to latin
16530: 'p'
16531:
16532: * configure.in, src/include/pa_config_auto.h.in,
16533: src/main/compile.C, src/main/pa_common.C: merged small changes
16534: from branch 6 to HEAD
16535:
16536: * src/main/compile.C: removed warning
16537:
16538: * src/main/pa_common.C: ftruncate having checked
16539:
16540: * configure.in, src/include/pa_version.h: new version
16541:
16542: 2002-12-14 paf
16543:
16544: * src/classes/table.C: removed unnecessary code
16545:
16546: * src/sql/pa_sql_driver.h: exception type fixed
16547:
16548: 2002-12-09 paf
16549:
16550: * src/types/pa_vvoid.h: $void.store[now] error
16551:
16552: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16553:
16554: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16555: tries to write core dump
16556:
16557: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16558:
16559: * src/: classes/hash.C, classes/string.C, classes/table.C,
16560: classes/void.C, main/pa_sql_driver_manager.C,
16561: sql/pa_sql_driver.h: changed exception handling mech in sql
16562: handlers #2
16563:
16564: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16565: exception handling mech in sql handlers
16566:
16567: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16568: handlers
16569:
16570: * src/: classes/hash.C, classes/string.C, classes/table.C,
16571: classes/void.C, main/pa_sql_driver_manager.C,
16572: sql/pa_sql_driver.h: changed exception handling mech in sql
16573: handlers
16574:
1.116 moko 16575: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16576: to write makefile which used libtool to install things, which is
16577: not needed
1.95 moko 16578:
16579: 2002-12-06 paf
16580:
16581: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16582: $hash.fields -- pseudo field to make 'hash' more like 'table'
16583:
16584: 2002-12-05 paf
16585:
16586: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16587: cc/bcc OK now
16588:
16589: * src/main/untaint.C: mail header closed properly
16590:
16591: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16592: header ',' allowed. still bugs in smtp [only one receiptient
16593: works, cc, bcc ignored now, and MAILED ;)]
16594:
16595: [strncpy killed, memnchr used]
16596:
16597: * src/main/pa_table.C: table-copy now current=0
16598:
16599: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16600: lowlevel proc
16601:
16602: * src/targets/cgi/parser3.C: more checks on
16603: http://domain/parser.cgi start [maybe some getenv returns "",
16604: checked that now
16605:
16606: * src/targets/cgi/parser3.C: more checks on
16607: http://domain/parser.cgi start [maybe some getenv returns "",
16608: checked that now
16609:
16610: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16611: out-of-mem errors reached log]
16612:
16613: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16614: mail:send MIME-Version default
16615:
16616: * src/main/main.dsp: pa_version included into main.dsp
16617:
16618: 2002-12-04 paf
16619:
16620: * src/types/pa_vform.C: $form:field string value cut by premature 0
16621:
16622: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16623: lib/libltdl -> lib/ltdl Win32 changes. s
16624:
16625: * src/classes/classes.awk: more strict *.C$
16626:
16627: * gnu.dsp: restored
16628:
1.116 moko 16629: * configure.in, gnu.dsp, src/lib/Makefile.am,
16630: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16631: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16632: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16633: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16634: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16635: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16636: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16637: now created with /configure, not ltdl/configure, so it does have
16638: no problems with automake. ltdl/configure
16639: AC_OUTPUT(Makefile<<removed)
1.95 moko 16640:
16641: 2002-12-02 paf
16642:
16643: * operators.txt: removed outdated status:db
16644:
16645: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16646: src/main/pa_common.C, src/main/pa_request.C,
16647: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16648: tainted parts becomes http-header
16649:
16650: 2002-11-29 paf
16651:
16652: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16653: dates now objects of type date
16654:
16655: * src/classes/image.C: file.seek removed [it were used in image.C
16656: only, and for parser user this means that jpeg image has bad
16657: size in fragment's header] now used image.format
16658:
16659: * src/: include/pa_common.h, main/pa_common.C,
16660: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16661: now handled exactly like $response:header values. e.g. can be
16662: hash [can have subattributes] & contain date values.
16663:
16664: * src/main/pa_common.C: http:// param values lang forced URI
16665:
16666: * src/main/pa_common.C: http:// tainted partes now %xx
16667:
16668: 2002-11-28 paf
16669:
16670: * operators.txt: http.timeout
16671:
16672: * src/classes/image.C: ^image.length now counts interchar space.
16673: plus space after last char
16674:
16675: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16676:
16677: * src/classes/image.C: ^image.font width measurer now scans full
16678: height [were -1]
16679:
16680: * configure.in: stopped double libltdl/Makefile generation
16681:
16682: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16683: chars [one top horizontal line of 1pixel height were missing]
16684:
16685: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16686: 'false' to go into (Hash *) parameter
16687:
16688: 2002-11-27 paf
16689:
16690: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16691: types/pa_vmail.C: response:body[file] if file nows it's name now
16692: returns content-disposition: >>attachment<<
16693:
16694: * src/classes/image.C: ^image.font << bad font file-size now
16695: properly reported
16696:
16697: 2002-11-26 paf
16698:
16699: * src/main/pa_request.C: fixed lang in reponse header
16700:
16701: * src/main/pa_common.C: utf8 prefix ignored @read text
16702:
16703: * operators.txt, src/main/pa_common.C: http:// response status!=200
16704: made exception: http.status with source=bad status#
16705:
16706: 2002-11-25 paf
16707:
16708: * configure.in, src/classes/image.C,
16709: src/include/pa_config_auto.h.in,
16710: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16711: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16712: const void related probs fixed
1.95 moko 16713:
16714: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16715:
16716: $file[^file::load[http://there]] $file.SERVER
16717:
16718: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16719: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16720: http options [invalid onces now reported] made default
16721: user-agent: paf
16722:
16723: * operators.txt, src/classes/file.C, src/classes/table.C,
16724: src/classes/xdoc.C, src/include/pa_common.h,
16725: src/include/pa_globals.h, src/main/pa_common.C,
16726: src/main/pa_globals.C, src/main/pa_request.C,
16727: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16728: now understand http:// prefix and additional params, sample:
16729: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16730: $.USER-AGENT[parser3] ]]
16731:
16732: 2002-11-22 paf
16733:
16734: * src/classes/image.C, src/include/pa_globals.h,
16735: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16736: src/types/pa_vimage.h, operators.txt: $image.exif support
16737: $image.exif.DateTime & co
16738:
16739: 2002-11-21 paf
16740:
16741: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16742: _PASS_APPENDED)
16743:
16744: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16745: EXIF information [were big block and it's size were considered
16746: negative :(]
16747:
16748: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16749: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16750: internals rewritten. no there's reader.seek, and all's ready for
16751: EXIF extraction [now we fail to measure files with EXIF info]
16752:
16753: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16754: O_TRUNC truncates even exclusevely write-locked file [thanks to
16755: Igor Milyakov <virtan@rotabanner.com> for discovering]
16756:
16757: 2002-11-20 paf
16758:
16759: * src/targets/cgi/parser3.C: logging @signal += query_string
16760:
16761: * configure.in, src/include/pa_config_auto.h.in,
16762: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16763: comment
16764:
16765: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16766:
16767: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16768: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16769: currently processed document SIGPIPE >> interrupts request
16770: processing [exception = DB rollback]
16771:
16772: * src/main/pa_exec.C: comment
16773:
16774: * src/main/pa_exec.C: pa_exec: data written only if size>0
16775:
16776: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16777: << disable HTTP-POST repassing
16778:
16779: * src/: include/pa_config_fixed.h, main/pa_common.C,
16780: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16781: pipe read errors now checked
16782:
16783: 2002-11-19 paf
16784:
16785: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16786: CGI: Illegal call
16787:
16788: 2002-11-01 paf
16789:
16790: * src/main/execute.C: comment
16791:
16792: 2002-10-31 paf
16793:
16794: * src/main/execute.C: found out why, checked that for now. todo:
16795: find out a way for that user could do that
16796:
16797: * src/types/pa_vstateless_object.h: object put replaces static
16798: parent if any
16799:
16800: * src/types/pa_vobject.C: object put replaces static parent if any
16801:
16802: * src/: classes/form.C, classes/mail.C, classes/op.C,
16803: classes/xnode.h, main/compile.tab.C, main/execute.C,
16804: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16805: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16806: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16807: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16808: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16809: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16810: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16811: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16812: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16813: types/pa_vstateless_object.h, types/pa_vstatus.C,
16814: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16815: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16816: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16817: types/pa_wwrapper.h: static fix merged
16818:
16819: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16820: $virtual_fields in dynamic, but one can reach derived
16821: static[class] variable from base
16822:
16823: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16824: types/pa_vobject.C, types/pa_vobject.h,
16825: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16826: statics, left $virtual_fields in dynamic
16827:
16828: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16829: one can't remember derivates in base class: there's so many of
16830: them. also there can be no virtual method calls in static
16831: classes
16832:
16833: * src/: classes/form.C, classes/mail.C, classes/op.C,
16834: classes/xnode.h, main/execute.C, main/pa_request.C,
16835: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16836: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16837: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16838: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16839: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16840: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16841: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16842: types/pa_vresponse.C, types/pa_vresponse.h,
16843: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16844: types/pa_vstateless_object.h, types/pa_vstatus.C,
16845: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16846: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16847: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16848: types/pa_wwrapper.h: static call $self fixed
16849:
16850: * src/main/execute.C: comment
16851:
16852: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16853: ^process[$caller.self]{...} now compiles to last derived object
16854: part of that 'self'
16855:
16856: 2002-10-29 paf
16857:
16858: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16859: re-passing [iis to blame]
16860:
16861: * src/classes/string.C: changed string.save to pass current sql
16862: connection to cstr thus one can ^connect[some server]{
16863: $s[insert into table x (x) values (^taint[sql]{value})]
16864: ^s.save[some.sql] } and he'd get in some.sql file code with
16865: properly escaped. [tried in mssql->mysql export->import of
16866: binary data]
16867:
16868: 2002-10-25 paf
16869:
16870: * src/types/pa_vresponse.C: case insensitive response user fields
16871: get/put
16872:
16873: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16874: types/pa_vresponse.C: saving for maybe-future
16875:
16876: 2002-10-23 paf
16877:
16878: * operators.txt, src/classes/table.C: ^table.hash{code}...
16879: ^table.hash(expr)...
16880:
16881: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16882:
16883: 2002-10-22 paf
16884:
16885: * src/types/: pa_vform.C, pa_vform.h: removed needless
16886: VForm::Append...(...Value)
16887:
16888: * src/main/execute.C: $.name outside of $name[...] checked
16889:
16890: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16891: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16892:
16893: 2002-10-21 paf
16894:
16895: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16896: $form:qtail $form:imap.x/y
16897:
16898: * operators.txt, src/types/pa_vform.C: $form:nameless =
16899: "?value&...", "...&value&...", "...&value"
16900:
16901: * operators.txt, src/types/pa_vform.C: $form:image-map
16902:
16903: * operators.txt, src/classes/file.C: /some/page.html:
16904: ^file:fullpath[a.gif] => /some/a.gif
16905:
16906: 2002-10-17 paf
16907:
16908: * src/main/: compile.tab.C, compile.y: operators precedence changed
16909: a little: logical not and bitwise negation precedence made
16910: highest, << and >> bitshits precedence made equal [were << higher
16911: than >>]
16912:
16913: * src/classes/op.C: exception handling fixed [were bad with
16914: contexts]
16915:
16916: 2002-10-16 paf
16917:
16918: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16919: main/pa_request.C: Request::self considered equal to
16920: VMethodFrame::self, and removed, Request::get_self() mapped to
16921: VMethodFrame.self()
16922:
16923: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16924: $hash in open field now gives old good error meesage
16925:
16926: 2002-10-15 paf
16927:
16928: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16929: use ^if($junction is junction){was and now true}
16930:
16931: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16932: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16933: types/pa_vxnode.C: xml->parser strings now have origin, which
16934: points to place where value left xml library and came to parser:
16935: place of dom field extraction/call
16936:
16937: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16938: main/compile.tab.C, main/compile.y, main/execute.C,
16939: types/pa_vmethod_frame.h: removed last pieces of old code
16940: allowing $junction.xxx at compile time
16941:
16942: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16943: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16944: objects also considered [were only classes]
16945:
16946: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16947: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16948: with CLASS self. [ (request&method_frame).self temporarily
16949: changed ]
16950:
16951: * src/classes/: hash.C, op.C: method_frame now always changed, with
16952: no exception to native calls. for&foreach changed to use
16953: method_frame.caller for their var's name context
16954:
16955: * src/: main/execute.C, targets/cgi/parser3.C,
16956: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16957: compiling to system classes disabled
16958:
16959: * operators.txt, src/classes/op.C:
16960: ^process[$caller.CLASS]{code-string} added
16961:
16962: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16963: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16964: src/types/Makefile.am, src/types/pa_vjunction.C,
16965: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16966: src/types/types.dsp: removed $junction.get $junction.set[]
16967: introducing $caller
16968:
16969: * src/types/pa_value.h: removed outdated comments. doxygen would
16970: find them lower by inheritance tree
16971:
16972: * src/types/pa_vjunction.C: ident
16973:
16974: 2002-10-14 paf
16975:
16976: * src/classes/op.C: process compiles to code's class class
16977:
16978: * src/: classes/form.C, classes/mail.C, classes/op.C,
16979: include/pa_request.h, main/compile.C, main/compile.tab.C,
16980: main/compile.y, main/execute.C, main/pa_request.C,
16981: types/pa_vstateless_class.h: operators now main-class-methods
16982:
16983: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16984: better stack trace [has "call" & co there]
16985:
16986: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16987: operators @auto now executed in MAIN context
16988:
16989: * src/main/execute.C: operator execution context now = MAIN, not
16990: closest stack frame
16991:
16992: @touchit[] $i[after]
16993:
16994: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16995: were 'after'
16996:
16997: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16998: 'after'
16999:
17000: * src/main/execute.C: comment
17001:
17002: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17003: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17004: action]
17005:
17006: * src/types/pa_vxnode.C: misreplace fixed
17007:
17008: * configure, configure.in, src/include/pa_config_auto.h.in,
17009: src/types/pa_vstatus.C, operators.txt:
17010: $status:rusage.tv_secs/usecs introduced
17011:
17012: 2002-10-09 paf
17013:
17014: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17015: on empty string [or uses (default)]
17016:
17017: 2002-10-08 paf
17018:
17019: * src/main/untaint.C: mail header quoted printable changed after
17020: RFC reread
17021:
17022: * operators.txt: plan on ^if(method
17023:
17024: * src/types/pa_vxnode.C: misreplace
17025:
17026: 2002-09-24 paf
17027:
1.116 moko 17028: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17029:
17030: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17031: mailreceive would compile on freebsd now
17032:
17033: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17034: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17035: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17036: mailreceive would compile on freebsd now
1.95 moko 17037:
17038: * src/: classes/file.C, main/untaint.C: 1. file spec language
17039: changed: now there are only few chars are untainted: * ? ' " < >
17040: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17041: one should use ^untaint[uri]{...} now]
17042:
17043: 2. $list[^file:list[dir]] now returns simply tainted names in
17044: $list.name, not tainted as filespec
17045:
17046: @russianindex[] #dir with files with russian-lang names
17047: $where[dir]
17048:
17049: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17050: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17051:
17052: 2002-09-23 paf
17053:
17054: * src/types/pa_vdouble.h: double->int round added
17055:
17056: * src/classes/date.C: date bug fix, now
17057: round(floatDays*secondsPerDay)
17058:
17059: * src/classes/date.C: date bug fix, now
17060: round(floatDays*secondsPerDay)
17061:
17062: 2002-09-20 paf
17063:
17064: * src/main/execute.C: code junction calls disabled [before: code
17065: was compiled in such a way, that there were no code-junctions in
17066: OP_CALL]
17067:
17068: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17069:
17070: @badjunctioncallinside[code] ^code[]
17071:
17072: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17073: expanding to include ^junction.method
17074:
17075: * src/main/pa_common.C: -d "DIR/" now true
17076:
17077: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17078: as internal xdoc encoding, and after decoding attributes set by
17079: dom functions now encoded OK, not as digital entities
17080:
17081: * src/classes/xdoc.C: empty transform result, being taken as file
17082: now returns empty file, not raises stupid error about "stat-ed
17083: file"
17084:
17085: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17086: allowed
17087:
17088: * src/types/types.dsp: introducing $junction.get/put(1) one can
17089: write iterators now:
17090:
17091: ^user-foreach[key;value]{$key=$value<br>}
17092:
17093: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17094: $code.value($i*2) $code }
17095:
17096: * src/main/compile_tools.h: mistype
17097:
1.116 moko 17098: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17099: thus taking linking options configure changes into account [were:
17100: ignoring]
1.95 moko 17101:
17102: * src/types/: pa_vjunction.C, Makefile.am: introducing
17103: $junction.get/put(1) one can write iterators now:
17104:
17105: ^user-foreach[key;value]{$key=$value<br>}
17106:
17107: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17108: $code.value($i*2) $code }
17109:
17110: * src/: include/pa_opcode.h, include/pa_request.h,
17111: main/compile.tab.C, main/compile.y, main/execute.C,
17112: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17113: introducing $junction.get/put(1) one can write iterators now:
17114:
17115: ^user-foreach[key;value]{$key=$value<br>}
17116:
17117: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17118: $code.value($i*2) $code }
17119:
17120: 2002-09-19 paf
17121:
1.116 moko 17122: * Makefile.am: new: make commit
1.95 moko 17123:
17124: * aclocal.m4: forced to be older
17125:
17126: 2002-09-18 paf
17127:
17128: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17129: src/main/compile.y, src/main/execute.C: << >> int shifts
17130:
17131: * src/: include/pa_common.h, include/pa_request.h,
17132: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17133: - now this - fatal error
17134:
17135: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17136: that one can pass binary data there
17137:
17138: * src/: classes/date.C, classes/double.C, classes/file.C,
17139: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17140: classes/op.C, classes/response.C, classes/string.C,
17141: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17142: include/pa_request.h: pa_request contexts made privated, plus
17143: get_{self/method_frame} to read. Request_context_saver used in
17144: ^try to save flang too. [were not saved]
17145:
17146: * src/types/pa_vresponse.C: header value chains joined before
17147: output, this should help $.subject[$var $var] from being
17148: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17149:
17150: 2002-09-17 paf
17151:
17152: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17153: removed changes, operators executed with calling self. lots of
17154: code with ^include code relies on defined/defining self variables
17155:
17156: $a[1] ^include[print_a.p] print_a.p: $a
17157:
17158: ^include[set_a.p] a=$a set_a.p: $a[1]
17159:
17160: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17161: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17162: types/pa_vstateless_class.h: operators now executed with MAIN
17163: self. it's for ^include sake, too strong a change
17164:
17165: * src/classes/op.C: made place for ^process to compile it's code to
17166: in case of no self
17167:
17168: * src/main/execute.C: found ancient param to Junction, removed.
17169: allowed passing self to native_code_operators [for ^process to
17170: work, she needs self]
17171:
17172: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17173: types/pa_vstateless_class.h: found ancient param to Junction,
17174: removed. allowed passing self to native_code_operators [for
17175: ^process to work, she needs self]
17176:
17177: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17178: types/pa_value.h, types/pa_vmethod_frame.h,
17179: types/pa_vstateless_class.h: allowed Request.self to be 0,
17180: checked that in VMethodFrame get/put and $self.
17181:
17182: * src/classes/: table.C, xdoc.C: table::sql options table::create
17183: copy options options checked, wrong option now fatal error
17184:
17185: * src/main/pa_string.C: string.replace fixed [were missing words on
17186: pieces boundaries]
17187:
1.150 moko 17188: * configure, configure.in: .so now detected [can be .sl on hpux,
17189: .dll on cygwin, .so in other cases)
1.95 moko 17190:
17191: * configure, configure.in: .so now detected [can be .sl on hpux,
17192: .dll on cygwin, .so in other cases)
17193:
17194: * operators.txt, src/classes/hash.C, src/classes/table.C,
17195: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17196: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17197: record taken [were last]
17198:
17199: * src/: classes/hash.C, classes/table.C,
17200: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17201: now errors
17202:
17203: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17204:
17205: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17206: ,2,3]
17207:
17208: 2002-09-16 paf
17209:
17210: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17211: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17212: stdout to be binary. now detected closest header break.
17213:
17214: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17215: closed right
17216:
17217: 2002-09-13 paf
17218:
17219: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17220: src/main/compile_tools.h: (expression #comment)
17221:
17222: (multiline expression #comment line2 #comment )
17223:
17224: (expression #comment with (brackets) comment) << OK
17225:
17226: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17227: bitwise !|| numerical xor now [preparing for expression
17228: #comments]
17229:
17230: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17231: error
17232:
17233: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17234: cheched in pa_socks.C
17235:
1.116 moko 17236: * configure, configure.in, src/include/pa_config_auto.h.in:
17237: HAVE_WINSOCK_H created in configure.in
1.95 moko 17238:
17239: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17240: cookie date now clean [were mistakenly tainted & that worked bad
17241: with opera -- 'happily' that worked OK with msie]
17242:
17243: 2002-09-12 paf
17244:
17245: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17246: VClass get_element now first looks to fields, next to methods &
17247: co todo: the rest reason: more speed
17248:
17249: * src/main/untaint.C: quoted printable encoding stops before
17250: \s*<...>$
17251:
17252: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17253: stops before <...>$
17254:
17255: 2002-09-11 paf
17256:
17257: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17258: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17259: forgot to check users of those funcs. not all were using that
17260: return value convention
17261:
17262: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17263: windows-1254 added
17264:
17265: 2002-09-10 paf
17266:
17267: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17268: VCodeFrame parent param were specified badly
17269:
17270: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17271: WWrapper which used in constructing objects(second param to sql
17272: method) ^...sql{}[$.default{code}] now has parent, wich helps
17273: code in hash to survivi
17274:
17275: * src/: include/pa_request.h, main/execute.C: removed redundant
17276: param to execute [stack said 'thanks']
17277:
17278: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17279: types/pa_value.h, types/pa_vcode_frame.h,
17280: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17281: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17282: responsibility to wcontext
17283:
17284: * src/classes/file.C: decided not to log exec's with stderr, that
17285: could be warnings, and it's up to scritper to log/show them
17286:
17287: * src/: classes/double.C, main/execute.C: double:sql badly called
17288: write_assign_lang, not write_no_lang, thus doing unnecessary
17289: double/string converstion, which were loosing time&precesion
17290:
17291: * src/: main/pa_charset.C, types/pa_vmail.C:
17292: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17293: case of unfinished in buffer processing, causing accidental
17294: transcode stop [in case that source enc != utf-8 & there is
17295: incomplete utf-8 sequence at the end of 16000block iside of
17296: libxml lib] tfm readed & code updated
17297:
17298: 2002-09-04 paf
17299:
17300: * configure: makes with sjlj
17301:
17302: * INSTALL, src/include/pa_config_fixed.h,
17303: src/include/pa_sql_connection.h,
17304: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17305: checked. on win32 it made default
17306:
17307: * src/include/pa_config_auto.h.in: sjlj define
17308:
17309: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17310: can not work with longjump/throw pair, and one must switch that
17311: on there. todo: detect that automatically]
17312:
17313: * src/types/pa_vxnode.C: removed too strong checks of
17314: xnode.elements. now, for instance, if element does not have any
17315: attributes, $xnode.attributes is void, not error
17316:
17317: 2002-09-02 paf
17318:
17319: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17320: removed double_result, didn't help
17321:
17322: * src/main/execute.C: double_result made to move that var away from
17323: hungry g++ optimizer (-O2), before: it were optimized and
17324: comparison operators worked badly
17325:
17326: * src/types/pa_vdate.h: removed debug
17327:
1.116 moko 17328: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17329:
17330: * src/main/execute.C: fixed numeric < & co so that thay now use
17331: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17332: unknown reason.
17333:
17334: 2002-08-29 paf
17335:
17336: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17337: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17338: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17339: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17340: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17341: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17342: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17343: [called less frequent, allowed to remove ugly
17344: Junction.change_context-s from many places, switch,
17345: mail:send..html{}, ..] request.root renamed to method_frame [more
17346: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17347: [speed up]
17348:
17349: 2002-08-28 paf
17350:
17351: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17352: tainted
17353:
17354: * src/types/pa_vcookie.C: fixed cookie delete when
17355: $cookie:name[$.value[]]
17356:
17357: * operators.txt, src/classes/string.C:
17358: ^string.split[delim[;options]]
17359:
17360: 2002-08-27 paf
17361:
1.116 moko 17362: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17363:
17364: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17365: delimiter
17366:
17367: * INSTALL: recommended latest gmime 1.0.5
17368:
17369: 2002-08-26 paf
17370:
17371: * configure, configure.in: apache13/hook added to make dist.
17372:
17373: 2002-08-23 paf
17374:
17375: * src/: include/pa_common.h, main/pa_common.C,
17376: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17377: beside binary [cgi, isapi] not accessible [due to bad rights or
17378: whatever] it's error now
17379:
17380: 2002-08-21 paf
17381:
1.116 moko 17382: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17383:
17384: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17385: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17386: class". compiled as if here they named base class
17387:
17388: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17389: cloning constructor]
17390:
17391: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17392:
1.150 moko 17393: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17394: $mail.received.file.value.content-type fixed
17395:
17396: 2002-08-20 paf
17397:
17398: * src/classes/file.C: fixed language of file:file result
17399:
17400: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17401: from 3.0.0005
17402:
17403: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17404:
17405: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17406: 3.0.0005
17407:
17408: * src/classes/void.C, operators.txt: ^void.length[] = 0
17409:
17410: 2002-08-19 paf
17411:
17412: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17413: work now
17414:
17415: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17416: error in xnode, which were not catched in xdoc]
17417:
17418: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17419: prepared: // validate each document after load/create (?)
17420: //xmlDoValidityCheckingDefaultValue = 1;
17421:
17422: 2002-08-15 paf
17423:
17424: * src/classes/classes.h: write to static var caused useless
17425: Exception, introduced Methoded::put_element wich consumes those
17426:
17427: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17428: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17429: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17430: $response:field[date] $response:field[$.xxx[date]]
17431:
17432: * src/: classes/hash.C, classes/string.C, classes/table.C,
17433: classes/void.C, include/pa_sql_connection.h: fixed source of
17434: ^hash::sql{bad}
17435:
17436: * operators.txt: $request:body unprecessed POST request body
17437:
17438: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17439:
17440: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17441: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17442:
17443: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17444: src/include/pa_request.h, src/main/pa_pool.C,
17445: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17446: $request:body r.post_data now const
17447:
17448: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17449: classes/xnode.C, main/execute.C, types/pa_value.h,
17450: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17451: types/pa_vtable.h: instead of type() checking everywhere used
17452: Value.as now user descendants can be used in params.
17453:
17454: VObject::as_*, is_defined now taken from bases. xtable(table)
17455: ^if($xtable) now OK
17456:
17457: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17458: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17459: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17460:
17461: 2002-08-14 paf
17462:
17463: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17464: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17465: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17466: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17467: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17468: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17469: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17470: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17471: types/pa_vresponse.C, types/pa_vresponse.h,
17472: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17473: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17474: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17475: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17476: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17477: & VClass
17478:
17479: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17480:
17481: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17482: removed fixopt stupidity. on stupid linux use cd /document/root
17483: ../cgi/parser3 script
17484:
17485: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17486: params, splitting them by space, excluding argv[0], argv[argc-1]
17487:
17488: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17489: fixopt.h: fixopt now preprocesses command line params, splitting
17490: them by space, excluding argv[0], argv[argc-1]
17491:
17492: * src/targets/cgi/parser3.C: -f config file
17493:
17494: * src/targets/cgi/parser3.C: fixed .log file dir
17495:
17496: 2002-08-13 paf
17497:
17498: * src/types/pa_vobject.C: allow override parent variables, useful
17499: for form descendants [in vobject too, were in vclass]
17500:
17501: * src/types/pa_vclass.C: allow override parent variables, useful
17502: for form descendants
17503:
17504: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17505: overwritten in derived(table)
17506:
17507: * src/: classes/form.C, classes/mail.C, classes/op.C,
17508: classes/xnode.h, include/pa_request.h, main/execute.C,
17509: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17510: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17511: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17512: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17513: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17514: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17515: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17516: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17517: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17518: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17519: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17520: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17521: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17522: Value::get_element(..., bool looking_down) [needed to exclude
17523: endless recoursion]
17524:
17525: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17526: fix bug with put endless recoursion todo: check 'as'
17527:
17528: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17529: reorganized modules todo: fix bug with put endless recoursion
17530: todo: check 'as'
17531:
17532: * src/types/pa_vobject.h: checked: table fields can be overwritten
17533: in derived(table)
17534:
17535: * src/types/pa_vobject.h: derived classes can have fields of their
17536: own now
17537:
17538: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17539: fixed error message on using non-created table
17540:
17541: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17542: classes/op.C, classes/xnode.h, include/pa_request.h,
17543: main/compile.C, main/compile.tab.C, main/execute.C,
17544: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17545: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17546: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17547: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17548: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17549: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17550: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17551: types/pa_vresponse.C, types/pa_vresponse.h,
17552: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17553: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17554: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17555: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17556: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17557: looking down/up tree todo: fix error message on non-constructed
17558: parents
17559:
17560: 2002-08-12 paf
17561:
17562: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17563: derived OK
17564:
17565: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17566: thorough testing
17567:
17568: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17569: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17570: types/pa_vobject.h, types/pa_vstateless_class.h,
17571: types/pa_vstateless_object.h, types/pa_wcontext.h,
17572: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17573: ^base:create[] dynamic call rewritten todo: thorough testing
17574:
17575: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17576: now instantates base class, remembers it and saves child in
17577: parent VObject.get_class now returns last child = downward
17578: virtual calls OK
17579:
17580: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17581: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17582: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17583: types/pa_vobject.h, types/pa_vresponse.h,
17584: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17585: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17586: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17587: VAliased [redundant], moved $CLASS to VObject only [parser class
17588: instance]
17589:
17590: * src/main/pa_request.C: $response:body[file] content-type check
17591: fixed [were bad when content-type is hash]
17592:
17593: 2002-08-09 paf
17594:
17595: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17596: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17597:
17598: 2002-08-08 paf
17599:
17600: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17601: src/main/pa_globals.C: year column in month calendar [week year]
17602:
17603: * src/main/execute.C: error reporting on object writes to MAIN
17604: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17605:
17606: * operators.txt, src/types/pa_vdate.h: $date.yearday
17607: $date.daylightsaving
17608:
17609: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17610: use tainted data now. only she must specify the language.
17611:
17612: ^mail:send[ $.from[paf@mail.design.ru]
17613: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17614: $.text[^taint[uri][ìîñêâà]=] ]
17615:
17616: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17617: now prints more precise origin
17618:
17619: * src/include/pa_string.h: String::first_char now not fails on
17620: empty strings ^if(-f '') now ok and in 3 other places.
17621:
17622: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17623: String::first_char now not fails on empty strings ^if(-f '') now
17624: ok and in 3 other places.
17625:
17626: 2002-08-07 paf
17627:
17628: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17629: fixed
17630:
17631: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17632:
17633: * src/: main/execute.C, types/pa_vcode_frame.h,
17634: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17635: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17636: mistakenly not completely transparent to object writes.
17637: $hash[^if(1){$hash}] now works
17638:
17639: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17640: now erasing cache file [there were bad check on that]
17641:
17642: * src/: classes/classes.dsp, classes/table.C,
17643: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17644: all Debug dirs in .dsp now named 'Debug'
17645:
1.116 moko 17646: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17647:
17648: * operators.txt, src/classes/mail.C: exception_type email.send
17649:
17650: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17651:
17652: * src/types/pa_vmail.C: mail:send empty email checked
17653:
17654: 2002-08-06 paf
17655:
17656: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17657: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17658: ^table::create[$source;$.options] ^table::join[$source;$.options]
17659:
17660: * operators.txt, src/classes/hash.C, src/classes/string.C,
17661: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17662: # $.default() }
17663:
17664: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17665:
17666: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17667: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17668: $file.content-type [instead of .mime-type] now works for
17669: file::stat also
17670:
17671: * src/main/pa_request.C: case insensitive mime_type_of
17672:
17673: 2002-08-05 paf
17674:
17675: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17676:
17677: * src/types/pa_vmail.C: file buffer relocated to parser heap
17678:
17679: * operators.txt: comment on date:calendar week column
17680:
17681: * src/main/pa_common.C: write checked
17682:
17683: * src/main/: pa_common.C: write checked
17684:
17685: * src/classes/date.C: +1 buf size for stupid snprintfs
17686:
17687: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17688: month calendar week column [ISO 8601 Week Numbers]
17689:
17690: 2002-08-02 paf
17691:
17692: * src/: include/pa_config_fixed.h, main/pa_string.C,
17693: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17694: DEBUG*
17695:
17696: * configure, configure.in, src/include/pa_version.h: release
17697: 3_0_0005
17698:
17699: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17700: multipart post fixed
17701:
17702: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17703: response transcoded source->client only when text/* or simple
17704: onoverridden $response:body
17705:
17706: 2002-08-01 paf
17707:
17708: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17709: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17710: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17711: classes/op.C, classes/response.C, classes/string.C,
17712: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17713: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17714: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17715: include/pa_config_fixed.h, include/pa_dictionary.h,
17716: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17717: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17718: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17719: include/pa_socks.h, include/pa_sql_connection.h,
17720: include/pa_sql_driver_manager.h, include/pa_stack.h,
17721: include/pa_string.h, include/pa_stylesheet_connection.h,
17722: include/pa_stylesheet_manager.h, include/pa_table.h,
17723: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17724: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17725: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17726: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17727: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17728: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17729: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17730: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17731: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17732: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17733: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17734: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17735: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17736: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17737: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17738: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17739: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17740: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17741: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17742: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17743: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17744: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17745: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17746: types/pa_vmethod_frame.h, types/pa_vobject.h,
17747: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17748: types/pa_vresponse.h, types/pa_vstateless_class.C,
17749: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17750: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17751: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17752: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17753: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17754: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17755:
17756: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17757: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17758: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17759: classes/math.C, classes/op.C, classes/response.C,
17760: classes/string.C, classes/table.C, classes/void.C,
17761: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17762: include/pa_array.h, include/pa_cache_managers.h,
17763: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17764: include/pa_config_fixed.h, include/pa_config_includes.h,
17765: include/pa_dictionary.h, include/pa_dir.h,
17766: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17767: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17768: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17769: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17770: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17771: include/pa_stack.h, include/pa_string.h,
17772: include/pa_stylesheet_connection.h,
17773: include/pa_stylesheet_manager.h, include/pa_table.h,
17774: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17775: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17776: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17777: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17778: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17779: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17780: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17781: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17782: main/pa_sql_driver_manager.C, main/pa_string.C,
17783: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17784: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17785: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17786: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17787: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17788: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17789: targets/isapi/pool_storage.h, types/pa_valiased.C,
17790: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17791: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17792: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17793: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17794: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17795: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17796: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17797: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17798: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17799: types/pa_vresponse.C, types/pa_vresponse.h,
17800: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17801: types/pa_vstateless_object.h, types/pa_vstatus.C,
17802: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17803: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17804: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17805: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17806: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17807: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17808: types/Makefile.am: ident.C* removed
17809:
17810: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17811: file:find[/can/do/this/now.txt]
17812:
17813: * src/targets/cgi/parser3.C: usage to stdout now
17814:
17815: 2002-07-31 paf
17816:
17817: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17818:
17819: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17820: default "postmaster"
17821:
17822: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17823: -f postmaster now default sendmail key word "postmaster"
17824: replaced to $.from
17825:
17826: 2002-07-30 paf
17827:
1.116 moko 17828: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17829: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17830:
17831: * src/main/pa_charset.C: comment
17832:
17833: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17834: table, &#decimal;
17835:
17836: * src/main/pa_request.C: comment
17837:
17838: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17839: paragraf]
17840:
17841: 2002-07-11 paf
17842:
17843: * src/main/pa_exec.C: build command line badly added params twice
17844: [and first time without ' ']. double wrong. fixed.
17845:
17846: * src/main/pa_exec.C: invalid .exe caused error message with params
17847: wich parser did not provide = reported badly. fixed that.
17848:
17849: * src/classes/mail.C: $MAIL[ # xxx ]
17850:
17851: now ok
17852:
17853: * operators.txt: plan: sql detailed exception
17854:
17855: 2002-07-01 paf
17856:
17857: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17858: [MForm.configure_admin were called when request.main_class ==0
17859:
17860: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17861:
17862: * src/classes/form.C: content_length type fix
17863:
17864: 2002-06-30 paf
17865:
17866: * src/classes/mail.C: merged from 4
17867:
17868: * src/classes/mail.C: restored $MAIL
17869:
17870: 2002-06-28 paf
17871:
17872: * configure, configure.in: removed paths.h
17873:
1.116 moko 17874: * configure, src/include/pa_version.h,
1.95 moko 17875: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17876: merged, makes updated
17877:
17878: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17879: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17880: src/include/pa_pool.h, src/include/pa_version.h,
17881: src/main/pa_charset.C, src/main/pa_pool.C,
17882: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17883: src/types/pa_vmail.C: merged latest updates to head
17884:
17885: 2002-06-27 paf
17886:
17887: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17888: not error now
17889:
17890: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17891: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17892: src/main/pa_charset.C, src/main/pa_pool.C:
17893: ^xdoc::create[[uri]]... base uri for document being created,
17894: imports and other relative file names would be relative to this
17895: uri default uri=path_translated
17896:
17897: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17898:
17899: 2002-06-26 paf
17900:
17901: * configure, configure.in, src/include/pa_version.h:
17902: release_3_0_0004
17903:
17904: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17905: 0 now
17906:
17907: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17908:
17909: 2002-06-25 paf
17910:
17911: * src/main/pa_string.C: emtpy string, or string of whitespaces
17912: considered bad number now
17913:
17914: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17915: now
17916:
17917: * operators.txt, src/classes/string.C: ^string.normalize [old
17918: name: optimize
17919:
17920: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17921: library configured
17922:
17923: * src/main/pa_request.C: configure_admin forced if no @conf
17924:
1.150 moko 17925: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17926: ^math:crypt updated to generate random salt when needed and to
17927: call system crypt() if not $apr1$ prefix
1.95 moko 17928:
17929: 2002-06-24 paf
17930:
17931: * INSTALL: --with-static/shared-mailreceive described
17932:
17933: * src/include/pa_config_fixed.h: ssize_t fixed
17934:
1.116 moko 17935: * configure, configure.in, src/include/pa_config_auto.h.in,
17936: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17937: src/types/pa_vmail.C: $mail:received makes update
17938:
17939: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17940: WITH_MAILRECEIVE
17941:
17942: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17943:
17944: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17945: option, for $mail:receive
17946:
17947: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17948: introducting $message:received ^mail:send rewritten with backward
17949: comp
17950:
17951: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17952: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17953: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17954: now
17955:
17956: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17957: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17958: src/include/pa_request.h, src/include/pa_string.h,
17959: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17960: src/main/pa_globals.C, src/main/pa_request.C,
17961: src/main/pa_string.C, src/main/pa_uue.C,
17962: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17963: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17964: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17965: uue to separate file introducting $message:received ^mail:send
17966: rewritten with backward comp
17967:
17968: 2002-06-21 paf
17969:
1.116 moko 17970: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17971: co changes
1.95 moko 17972:
1.116 moko 17973: * configure, configure.in, src/lib/md5/Makefile.am,
17974: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17975: restructure .in and .am files appropriate changes
1.95 moko 17976:
17977: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17978: pcre to libs/ added libs/md5 which is linked to non-apache
17979: targets ^math:crypt[password;$apr1$salt]
17980:
17981: * INSTALL, configure.in, operators.txt, parser3.dsw,
17982: src/Makefile.am, src/classes/Makefile.am,
17983: src/classes/classes.dsp, src/classes/math.C,
17984: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17985: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17986: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17987: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17988: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17989: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17990: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17991: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17992: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17993: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17994: src/lib/pcre/pcre_parser_ctype.dsp,
17995: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17996: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17997: src/main/compile.tab.C, src/main/main.dsp,
17998: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17999: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18000: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18001: to libs/ added libs/md5 which is linked to non-apache targets
18002: ^math:crypt[password;$apr1$salt]
18003:
18004: 2002-06-20 paf
18005:
1.150 moko 18006: * INSTALL, configure, configure.in, operators.txt,
18007: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18008: src/include/pa_globals.h, src/include/pa_request.h,
18009: src/main/execute.C, src/main/pa_request.C,
18010: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18011: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18012: file:justname&co & @auto/conf[filespec
1.95 moko 18013:
18014: * operators.txt, src/classes/file.C:
18015: !^file:dirname[/a/some.tar.gz]=/a
18016: !^file:dirname[/a/b/]=/a
18017: !^file:basename[/a/some.tar.gz]=some.tar.gz
18018: !^file:justname[/a/some.tar.gz]=some.tar
18019: !^file:justext[/a/some.tar.gz]=gz
18020:
18021: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18022: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18023: @conf/auto[filespec]
18024:
1.116 moko 18025: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18026:
1.150 moko 18027: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18028: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18029: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18030:
18031: 2002-06-18 paf
18032:
18033: * configure, configure.in, src/include/pa_version.h: version to
18034: configure.in
18035:
18036: * INSTALL: reflected .conf.dist dir change
18037:
1.150 moko 18038: * Makefile.am, configure, configure.in,
1.116 moko 18039: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18040: .in & *.am updated
18041:
18042: * src/classes/file.C: strncasecmp
18043:
18044: * src/classes/file.C: strcasecmp
18045:
1.150 moko 18046: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18047:
18048: * src/classes/file.C: ^file::exec[script;$.bad error case
18049: insensitive check now
18050:
18051: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18052:
18053: * configure, configure.in, src/include/pa_pool.h,
18054: src/include/pa_types.h: pack configure.in detection simplified.
18055: figured out that gcc on sparc not that stupid as thought
18056: previously: on sparc: when it sees packed class it modifies it's
18057: field-access-code to byte operations [stb, ldub] instead of 4byte
18058: operations [st, lduh] so packed must be all parts of packed
18059: class, i.e. it's parents&fields(classes). for now it's only
18060: String that packed and what was wrong is that it's parent -
18061: Pooled, were not packed. fixed that.
18062:
18063: 2002-06-14 paf
18064:
18065: * operators.txt: more precise xml-to-text options
18066:
18067: * operators.txt, src/types/pa_vxnode.C: xnode
18068: attribute_node.name/value xnode pi.node.data
18069:
18070: 2002-06-12 paf
18071:
1.116 moko 18072: * configure, configure.in, src/targets/cgi/Makefile.am,
18073: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18074:
18075: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18076: src/include/pa_globals.h, src/include/pa_request.h,
18077: src/main/compile.tab.C, src/main/pa_globals.C,
18078: src/main/pa_request.C, src/targets/cgi/parser3.C,
18079: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18080:
18081: * src/classes/mail.C: sendmail -ti [default now]
18082:
18083: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18084: to be strings. for convinient #ing
18085:
18086: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18087: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18088:
18089: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18090: main/pa_globals.C, main/pa_request.C: @conf
18091:
18092: 2002-06-11 paf
18093:
18094: * src/classes/file.C: check simplified
18095:
18096: * src/: classes/file.C, targets/cgi/parser3.dsp,
18097: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18098: valid prefix
18099:
18100: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18101: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18102: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18103:
18104: 2002-06-10 paf
18105:
18106: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18107: src/main/pa_common.C: lock failures reported now
18108:
18109: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18110: string->double @ compile time were not-enough-checking...
18111:
18112: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18113: autoconvert now ignored
18114:
18115: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18116: check
18117:
18118: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18119: $response:body content-type:name
18120:
18121: * configure, configure.in: hpux check, nsl link, no socket
18122:
18123: * operators.txt: old merge conflict removed
18124:
18125: * configure, configure.in: pack even address access on sparc&co
18126: arch checked in configure
18127:
18128: * configure, src/include/pa_version.h: makes
18129:
18130: * configure, configure.in, src/include/pa_version.h: makes
18131:
18132: * src/main/untaint.C: (bug#2) mail subject got always prepended
18133: with charset even when all letters were 7bit one
18134:
18135: * src/main/pa_common.C: merged fixed -d (bug)
18136:
18137: * src/main/pa_common.C: fixed -d (bug)
18138:
18139: 2002-06-03 paf
18140:
18141: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18142: src/classes/classes.dsp, src/main/compile.tab.C,
18143: src/main/main.dsp, src/main/pa_globals.C,
18144: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18145: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18146: .dsp-s along with reorganized cvs modules dirs structure
18147:
18148: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18149: main/pa_globals.C, targets/cgi/parser3.dsp,
18150: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18151: modules
18152:
18153: 2002-05-28 paf
18154:
18155: * src/targets/cgi/parser3.C: info.uri now ""
18156:
18157: 2002-05-17 paf
18158:
18159: * src/classes/: table.C: ^table.save << checked empty
18160: pre/match/post columns
18161:
18162: 2002-05-16 paf
18163:
18164: * src/classes/image.C: image::measure can png now
18165:
18166: 2002-05-15 paf
18167:
18168: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18169: added
18170:
18171: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18172:
18173: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18174: %H[:%M[:%S]]]]]] [-%m now
18175:
18176: 2002-05-14 paf
18177:
18178: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18179:
18180: 2002-05-07 paf
18181:
18182: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18183: src/include/pa_globals.h, src/include/pa_request.h,
18184: src/include/pa_table.h, src/main/compile.tab.C,
18185: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18186: src/main/pa_request.C, src/main/pa_table.C,
18187: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18188: src/targets/isapi/parser3isapi.dsp,
18189: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18190: name2number field now &. main_method_name now on Request pool
18191: rather on global_pool [Junction+VJunction created on same pool as
18192: name = were created on global pool, causing mem leaks]
18193:
18194: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18195: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18196: main/compile.y, main/main.dsp, main/pa_globals.C,
18197: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18198: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18199: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18200: field now &. main_method_name now on Request pool rather on
18201: global_pool [Junction+VJunction created on same pool as name =
18202: were created on global pool, causing mem leaks]
18203:
18204: 2002-05-06 paf
18205:
18206: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18207: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18208: 100*40 bytes per request memory leak [nonpool malloc in globals]
18209:
18210: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18211: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18212: 100*40 bytes per request memory leak [nonpool malloc in globals]
18213:
18214: 2002-04-30 paf
18215:
18216: * configure, src/include/pa_version.h: version now not b
18217:
18218: * src/targets/cgi/parser3.C: request.uri now never 0
18219:
18220: 2002-04-29 paf
18221:
18222: * configure.in: removed b
18223:
18224: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18225: Exception::comment/type checked in (), no there's no empty
18226: type/comment by default
18227:
18228: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18229: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18230: src/doc/value.dox, src/include/pa_exception.h,
18231: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18232: 0001
18233:
18234: 2002-04-26 paf
18235:
18236: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18237: size reduced
18238:
18239: 2002-04-25 paf
18240:
18241: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18242: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18243: now that took into account
18244:
18245: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18246: 01:03:04]
18247:
18248: * ChangeLog, operators.txt, src/classes/date.C:
18249: ^date::create[2002-12-33 01:03:04]
18250:
18251: * ChangeLog: updated changelog
18252:
18253: * src/classes/table.C: removed restriction on column count to
18254: ^table.hash to work, now must be >0 [were >1]
18255:
18256: 2002-04-24 paf
18257:
18258: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18259: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18260: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18261: targets
18262:
18263: 2002-04-23 paf
18264:
18265: * operators.txt, src/classes/string.C:
18266: int/double/string:sql{}[$.default{code}] fixed [were barking:
18267: "junction used outside of context"]
18268:
18269: 2002-04-22 paf
18270:
18271: * types.txt, src/classes/string.C, src/include/pa_string.h,
18272: src/main/pa_string.C, src/types/pa_vstring.C,
18273: src/types/pa_vstring.h: ^string.optimize[]
18274:
18275: * src/: include/pa_globals.h, include/pa_table.h,
18276: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18277: table template
18278:
18279: * src/classes/: string.C: optimize removed from string
18280: .left/right/pos
18281:
18282: * src/main/execute.C: rolled back to
18283: before_killing_userjunction_contexts
18284:
18285: * src/main/execute.C: user junctions context killed
18286:
18287: * src/main/execute.C: junctions to local contexts got
18288: cleanized&checked later
18289:
18290: 2002-04-19 paf
18291:
18292: * src/: classes/string.C, include/pa_request.h,
18293: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18294: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18295: prior to .left .right .mid .pos .match when that is profitable,
18296: and always before .replace when $ORIGINS(1) optimization disabled
18297: economy from not wasting mem on lots of strings which occur by
18298: lots of String:mid calls to get parts of source string between
18299: found_occurances
18300:
18301: * src/classes/file.C: ovector now local economy: 16 bytes per
18302: ^file:list
18303:
18304: * src/: include/pa_globals.h, include/pa_table.h,
18305: main/pa_globals.C, main/pa_string.C: String::match table columns
18306: globalized, not created @ each ^match anymore economy:
18307: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18308:
18309: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18310: removed from each String::match replace iteration, and made
18311: stacked sizeof(VTable)=12bytes economy on each replace code
18312:
18313: * src/doc/footer.htm: 2001,
18314:
18315: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18316: string.match[]['] option enables generation of $match.prematch
18317: .match .postmatch columns
18318:
18319: * src/main/pa_string.C: String::match options analized without
18320: cstr-ing them now
18321:
18322: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18323: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18324: config updated to doxygen 1.2.15, created helper which fixes
18325: minor bugs in chm project files & htm tree. changed extension to
18326: .htm
18327:
18328: 2002-04-18 paf
18329:
18330: * src/doc/doxygen.cfg: .chi generation disabled
18331:
18332: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18333: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18334: fields&methods
18335:
18336: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18337: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18338: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18339: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18340: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18341: types/pa_vresponse.h, types/pa_vstateless_class.h,
18342: types/pa_vstateless_object.h, types/pa_vstatus.h,
18343: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18344: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18345: VStateless_class to VObject
18346:
18347: * src/: main/pa_request.C, types/pa_valiased.h,
18348: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18349: types/pa_vstring.h: VStateless_string_object speicalized light
18350: version of VStateless_object
18351:
18352: * src/classes/op.C: ^throw comment param made optional
18353:
18354: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18355: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18356: and implemented down in VClass, fclass_alias removed,
18357:
18358: * src/types/pa_value.C: forced to cut that from .h because of
18359: VStateless_class usage [undefined in .h]
18360:
18361: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18362: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18363: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18364: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18365: on each CALL]
18366:
18367: * src/: classes/classes.h, classes/date.C, classes/double.C,
18368: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18369: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18370: classes/response.C, classes/string.C, classes/table.C,
18371: classes/void.C, classes/xnode.C, include/pa_globals.h,
18372: include/pa_request.h, main/execute.C, main/pa_globals.C,
18373: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18374: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18375: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18376: types/pa_vstateless_class.h, types/pa_wcontext.C,
18377: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18378: removed Value::fname
18379:
18380: 2002-04-17 paf
18381:
18382: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18383: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18384: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18385: include/pa_pool.h, include/pa_types.h: dox updated to current
18386: state, PTHROW freshen to throw & co
18387:
18388: * src/types/pa_vhash.h: vstring wrong parent fixed
18389:
18390: * src/classes/op.C: taint local result var bug fixed
18391:
18392: 2002-04-16 paf
18393:
18394: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18395: Attic asm.txt as most interesting
18396:
18397: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18398: check, preventing content-length: 0 from appearing
18399:
18400: * src/main/execute.C: $result in @main now taken into account as in
18401: usual functions
18402:
18403: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18404: & @unhandled_exception now taken into account as in usual
18405: functions
18406:
18407: * src/doc/postbuild.txt: instructions on post .html build
18408:
18409: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18410:
18411: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18412: tainted
18413:
18414: * src/main/pa_request.C: uri in error log
18415:
18416: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18417: cheched date:create(days) param for validity [later were assumed
18418: valid and crashed on invalid onces]
18419:
18420: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18421: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18422: and used that for removing VString wrapper
18423:
18424: * src/classes/op.C: exception2vhash file now tainted
18425:
18426: * src/classes/op.C: _process pseudo origin copied from local var to
18427: heap
18428:
18429: * src/classes/op.C: extra check on empty file in origin in _execute
18430:
18431: 2002-04-15 paf
18432:
18433: * src/: main/execute.C, types/pa_value.h: fixed name update
18434:
18435: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18436: functions
18437:
18438: * src/: classes/file.C, classes/hash.C, classes/op.C,
18439: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18440: started dual write_xxx_lang functions, if checked & works
18441:
18442: * src/: classes/date.C, classes/file.C, classes/mail.C,
18443: classes/string.C, classes/xnode.C, include/pa_request.h,
18444: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18445: unnecessary VString shells
18446:
18447: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18448: prev changes]
18449:
18450: * src/: classes/image.C, classes/op.C, classes/string.C,
18451: classes/table.C, include/pa_request.h, main/execute.C,
18452: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18453: StringOrValue wcontext result, now ready for dual writes
18454:
18455: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18456: checked that
18457:
18458: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18459: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18460: changed to OP_WRITE_VALUE in var get cases
18461:
18462: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18463: include/pa_request.h, main/compile.tab.C, main/compile.y,
18464: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18465: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18466: switch in hash constructor fixed [were problems with using of
18467: stacked wwrapper after it's death]
18468:
18469: 2002-04-12 paf
18470:
18471: * operators.txt, src/classes/table.C: table.select(expression) 0
18472:
18473: 2002-04-11 paf
18474:
18475: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18476: Request::process_internal codeFrame & wwrapper stacked [not
18477: wasting heap anymore]
18478:
18479: 2002-04-10 paf
18480:
18481: * src/: classes/double.C, classes/file.C, classes/hash.C,
18482: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18483: classes/string.C, classes/table.C, classes/void.C,
18484: classes/xdoc.C, include/pa_request.h, main/execute.C,
18485: main/pa_string.C: killed Request::process() wrapping
18486: VString(String) in case we need only String
18487:
18488: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18489: killed 8 bytes from String.head
18490:
18491: 2002-04-09 paf
18492:
18493: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18494: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18495: local*/char b[...]; a=b; situations
18496:
18497: * operators.txt, src/classes/xdoc.C: xslt params made literal
18498:
18499: * src/classes/xdoc.C: xslt params fixed
18500:
18501: * src/: main/pa_common.C, targets/cgi/parser3.C,
18502: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18503: not pool.malloc(MAX_NUMBER) but really neaded
18504:
18505: * operators.txt, src/classes/double.C, src/classes/int.C:
18506: int/double.int/double(default)
18507:
18508: 2002-04-04 paf
18509:
18510: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18511: [when reconstructing pieces were split by
18512: max_integral(piece.size), thus some strings to replace happen to
18513: be split into two = not replaced)
18514:
18515: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18516: standalone version = current dir
18517:
18518: * src/targets/cgi/parser3.C: document root in standalone version =
18519: current dir
18520:
18521: 2002-04-03 paf
18522:
18523: * configure, configure.in: more checks on nonexistent charset
18524:
1.116 moko 18525: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18526:
18527: 2002-04-02 paf
18528:
18529: * src/main/compile.C: parser.compile [exception name more like in
18530: doc]
18531:
18532: 2002-04-01 paf
18533:
18534: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18535: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18536: .content-type.charset, not .charset
18537:
18538: 2002-03-29 paf
18539:
18540: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18541:
18542: * operators.txt, src/classes/date.C: ^date::create now may not
18543: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18544: days' year. | 31.05->31.04 roll
18545:
18546: 2002-03-28 paf
18547:
18548: * operators.txt, src/classes/date.C, src/classes/op.C,
18549: src/include/pa_globals.h, src/include/pa_hash.h,
18550: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18551: ^cache(seconds) ^cache[date] }
18552:
18553: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18554: param
18555:
18556: 2002-03-27 paf
18557:
18558: * operators.txt, src/classes/date.C, src/classes/double.C,
18559: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18560: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18561: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18562: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18563: src/classes/xnode.C, src/include/pa_exception.h,
18564: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18565: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18566: src/main/pa_array.C, src/main/pa_charset.C,
18567: src/main/pa_charsets.C, src/main/pa_common.C,
18568: src/main/pa_dictionary.C, src/main/pa_exception.C,
18569: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18570: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18571: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18572: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18573: src/types/pa_value.h, src/types/pa_vcookie.C,
18574: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18575: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18576: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18577: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18578: src/types/pa_wwrapper.h: assigned exception types
18579:
18580: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18581: src/include/pa_request.h, src/main/execute.C,
18582: src/main/pa_request.C: decided agains resetting exception_trace,
18583: just changed name
18584:
18585: 2002-03-26 paf
18586:
18587: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18588: fixed
18589:
18590: * src/classes/op.C: forced language of $source field of exception
18591: to 'tainted', so that sql-langed-frags could be outputed outside
18592: of connect
18593:
18594: * operators.txt: removed date.roll limit of +-1 offset
18595:
18596: * src/classes/date.C: removed date.roll limit of +-1 offset
18597:
18598: * operators.txt, src/classes/date.C: fixed date roll on
18599: daylightsaving days mktime took into account tm_isdst flag, which
18600: remained from BEFORE roll, but should have been reset
18601:
18602: 2002-03-25 paf
18603:
18604: * operators.txt, src/targets/cgi/parser3.C:
18605: http_site_config_filespec
18606:
18607: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18608: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18609: with any/both --disable-foreign-group-files --disable-execs
18610:
18611: * INSTALL: "--with=sendmail=COMMAND" comment
18612:
18613: * INSTALL, configure, configure.in, src/classes/mail.C,
18614: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18615: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18616: disables execs also. introducing --sendmail
1.95 moko 18617:
18618: * operators.txt: pgsql options comment
18619:
18620: * INSTALL: comment on --disable-link-stdcpp
18621:
1.116 moko 18622: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18623: libstdc++ link skipping configure option
1.95 moko 18624:
18625: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18626: with error were put to cache with 'marked_to_rollback' flag, all
18627: consequent even OK requests rolled back
18628:
18629: 2002-03-22 paf
18630:
18631: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18632: false return
18633:
18634: * operators.txt: few comments on sets
18635:
18636: 2002-03-18 paf
18637:
18638: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18639: src/include/pa_globals.h, src/include/pa_request.h,
18640: src/include/pa_stack.h, src/main/pa_globals.C,
18641: src/main/pa_request.C: introducing ^try
18642:
18643: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18644: types/pa_vdouble.h: removed some tested @tests
18645:
18646: 2002-03-15 paf
18647:
18648: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18649:
18650: 2002-03-13 paf
18651:
18652: * src/main/pa_exception.C: checked not-pooled malloc
18653:
18654: 2002-03-11 paf
18655:
18656: * INSTALL, configure, configure.in,
18657: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18658:
18659: * src/main/pa_common.C: --disable-foreign-group-files
18660:
18661: * INSTALL: --disable-execs
18662:
18663: * src/main/pa_exec.C: --disable-execs
18664:
18665: * configure, configure.in, src/include/pa_config_auto.h.in:
18666: --disable-execs
18667:
18668: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18669:
18670: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18671: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18672:
18673: 2002-03-05 paf
18674:
18675: * operators.txt, src/classes/date.C: date week calendar columns
18676: named
18677:
18678: * operators.txt, src/classes/date.C: date week calendar columns
18679: named
18680:
18681: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18682: requires headers to be terminated with \r\n manually [refuses to
18683: separate header/body itself]
18684:
18685: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18686: targets/isapi/parser3isapi.C: isapi site config beside .dll
18687:
18688: 2002-03-04 paf
18689:
18690: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18691: in PASS language
18692:
18693: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18694: deserialize checks on broken file
18695:
18696: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18697: parser3isapi.dsp: isapi updated
18698:
18699: 2002-03-01 paf
18700:
18701: * src/main/pa_exec.C: execle -> execve, now argc OK
18702:
18703: 2002-02-28 paf
18704:
18705: * src/main/untaint.C: removed some debug comments
18706:
18707: * src/main/pa_charsets.C: when placing charset to cache using
18708: global name now [were request]
18709:
18710: * configure, configure.in: apache module updated
18711:
18712: * src/main/pa_string.C: origin by first piece preferred before last
18713: piece
18714:
18715: 2002-02-27 paf
18716:
18717: * src/main/pa_charset.C: size_t
18718:
18719: * INSTALL: shared/static-xml with-pathlink
18720:
18721: * operators.txt: SMTP comment
18722:
18723: 2002-02-26 paf
18724:
18725: * src/main/pa_exec.C: more precise names for vars, cosmetic
18726:
18727: * src/classes/xnode.C: in some situation, xpath query returned
18728: result with type NODESET, but empty nodeset member field, checked
18729: that
18730:
18731: 2002-02-22 paf
18732:
18733: * INSTALL: without-zlib comment
18734:
18735: * etc/parser3.charsets/windows-1251.cfg: °
18736:
18737: * configure, configure.in: glib###.a detection fixed
18738:
18739: * INSTALL: hashfile removed from INSTALL
18740:
1.116 moko 18741: * Makefile.am: make update
1.95 moko 18742:
18743: * src/main/pa_string.C: string iterators fixed again, so were
18744: String::join_chain
18745:
18746: * src/main/pa_string.C: string iterators fixed again, so were
18747: String::join_chain
18748:
18749: * src/: include/pa_string.h, main/pa_string.C: string iterators
18750: fixed again, so were String::join_chain
18751:
18752: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18753:
18754: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18755: "session"
18756:
1.116 moko 18757: * configure, configure.in, src/include/pa_config_auto.h.in:
18758: --with-shared-xml --with-static-xml
1.95 moko 18759:
18760: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18761: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18762: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18763: xalan&xml
18764:
18765: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18766:
18767: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18768: src/types/types.dsp: removed hashfile support from sources for
18769: now
18770:
1.116 moko 18771: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18772: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18773: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18774: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18775: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18776: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18777: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18778: src/types/Makefile.am, src/types/pa_vhashfile.C,
18779: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18780:
18781: 2002-02-21 paf
18782:
18783: * src/main/untaint.C: removed debug code, activated commented-for
18784: debug parts
18785:
1.116 moko 18786: * Makefile.am: make cvsupdate
1.95 moko 18787:
18788: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18789: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18790: append_row, not at link zero now string to string appending works
18791:
18792: 2002-02-20 paf
18793:
18794: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18795: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18796: DEBUG_STRING_APPENDS_VS_EXPANDS
18797:
18798: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18799: economy: 22%
18800:
18801: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18802: space uptimized: string::link_row removed
18803:
18804: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18805: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18806: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18807: types/pa_vstring.h: speed uptimized: string::is_empty
18808:
18809: * operators.txt, src/include/pa_common.h,
18810: src/include/pa_config_fixed.h, src/include/pa_string.h,
18811: src/include/pa_types.h, src/main/compile.tab.C,
18812: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18813: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18814: string append optimiziation idea and estimates
18815:
18816: 2002-02-19 paf
18817:
18818: * src/classes/math.C: not used directly [but erroreously reported
18819: that 'is', thus registering twice&other probs]
18820:
18821: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18822: to node [element]
18823:
18824: * src/main/compile.C: without string_origins parse error
18825: file+line+col possible
18826:
18827: * src/main/: compile.C: without string_origins not worked
18828:
18829: 2002-02-18 paf
18830:
18831: * src/types/pa_vdouble.h: since we have in_expression removed that
18832: trick i've installed into double::as_string
18833:
18834: * src/main/pa_globals.C: extern "C" was removed too fast
18835:
18836: * src/: include/pa_opcode.h, include/pa_request.h,
18837: main/compile.tab.C, main/compile.y, main/execute.C,
18838: types/pa_wcontext.h: in_expression aimed to solve old problem
18839: with string/nonstring values, now in expressions double/int
18840: values are passed as-is, without stupid tostring/fromstring
18841: conversions
18842:
18843: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18844: __cplusplus } #endif
18845:
18846: * src/main/compile.tab.C: bison env set so one could compile
18847: without cygwin installed
18848:
18849: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18850: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18851: gnome xml libs parser .dsp-s changed accordingly
18852:
18853: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18854:
18855: * operators.txt, src/classes/date.C: date::create [were date::set,
18856: with backward comp
18857:
18858: * src/classes/math.C: math:random range check fixed
18859:
18860: * src/main/: compile.tab.C, compile.y: integer division stops name
18861:
18862: * INSTALL: local install comment
18863:
1.116 moko 18864: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18865:
1.116 moko 18866: * acinclude.m4, aclocal.m4, configure, configure.in,
18867: src/include/pa_config_auto.h.in,
18868: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18869: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18870:
18871: * operators.txt: \ comment
18872:
18873: 2002-02-13 paf
18874:
18875: * src/include/pa_config_includes.h: sys/time time both included
18876: now. vaguely remember confilicts on this on some system [not on
18877: six|ablv] so when would see them again would think up proper
18878: check
18879:
1.116 moko 18880: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18881: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18882:
18883: * src/main/pa_common.C: truncation never occured when writing files
18884: on unix [since i've changed cache mech] fix
18885:
18886: * src/main/pa_common.C: strnchr: sanity check added
18887:
18888: * etc/parser3.charsets/windows-1257.cfg: id added
18889:
18890: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18891: baltic charset file generated, in generation script ispunct check
18892: added
18893:
18894: 2002-02-08 paf
18895:
1.116 moko 18896: * src/: include/Makefile.am, sql/Makefile.am,
18897: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18898:
18899: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18900: forgotten
18901:
18902: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18903:
18904: * INSTALL, README: install&others updated
18905:
18906: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18907:
1.116 moko 18908: * Makefile.am, configure, configure.in,
18909: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18910: src/classes/Makefile.am, src/main/Makefile.am,
18911: src/main/pa_status_provider.C, src/targets/Makefile.am,
18912: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18913: works
1.95 moko 18914:
18915: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18916: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18917: classes/hashfile.C, classes/int.C, classes/mail.C,
18918: classes/math.C, classes/op.C, classes/response.C,
18919: classes/string.C, classes/table.C, classes/void.C,
18920: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18921: include/pa_array.h, include/pa_cache_managers.h,
18922: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18923: include/pa_config_fixed.h, include/pa_config_includes.h,
18924: include/pa_db_connection.h, include/pa_db_manager.h,
18925: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18926: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18927: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18928: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18929: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18930: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18931: include/pa_stack.h, include/pa_string.h,
18932: include/pa_stylesheet_connection.h,
18933: include/pa_stylesheet_manager.h, include/pa_table.h,
18934: include/pa_threads.h, include/pa_types.h, main/compile.C,
18935: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18936: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18937: main/pa_db_connection.C, main/pa_db_manager.C,
18938: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18939: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18940: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18941: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18942: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18943: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18944: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18945: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18946: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18947: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18948: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18949: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18950: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18951: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18952: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18953: types/pa_vmethod_frame.h, types/pa_vobject.h,
18954: types/pa_vrequest.h, types/pa_vresponse.h,
18955: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18956: types/pa_vstateless_object.h, types/pa_vstatus.C,
18957: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18958: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18959: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18960: classes/image.C, main/pa_common.C, main/pa_exec.C,
18961: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18962: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18963: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18964: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18965: types/pa_vxnode.C, main/pa_charset.C: name spelling
18966:
18967: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18968: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18969: classes/hashfile.C, classes/image.C, classes/int.C,
18970: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18971: classes/string.C, classes/table.C, classes/void.C,
18972: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18973: include/pa_array.h, include/pa_cache_managers.h,
18974: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18975: include/pa_config_fixed.h, include/pa_config_includes.h,
18976: include/pa_db_connection.h, include/pa_db_manager.h,
18977: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18978: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18979: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18980: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18981: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18982: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18983: include/pa_stack.h, include/pa_string.h,
18984: include/pa_stylesheet_connection.h,
18985: include/pa_stylesheet_manager.h, include/pa_table.h,
18986: include/pa_threads.h, include/pa_types.h, main/compile.C,
18987: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18988: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18989: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18990: main/pa_db_connection.C, main/pa_db_manager.C,
18991: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18992: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18993: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18994: main/pa_socks.C, main/pa_sql_driver_manager.C,
18995: main/pa_status_provider.C, main/pa_string.C,
18996: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18997: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18998: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18999: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19000: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19001: targets/isapi/pool_storage.h, types/pa_valiased.C,
19002: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19003: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19004: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19005: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19006: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19007: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19008: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19009: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19010: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19011: types/pa_vresponse.h, types/pa_vstateless_class.C,
19012: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19013: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19014: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19015: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19016: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19017: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19018:
19019: 2002-02-07 paf
19020:
19021: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19022:
1.116 moko 19023: * configure, configure.in, src/include/pa_config_auto.h.in,
19024: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19025: added yet another locking function: fcntl
1.95 moko 19026:
19027: * config.sub: on cygwin configure passes it with strange i1586
19028: const, hacked it to mean i586
19029:
19030: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19031: disabled $if reference due to conflicts with local variables
19032:
19033: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19034: xdoc::set obsolete now, now xdoc::create, with both sences
19035:
19036: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19037: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19038: table::create now // 'set' name obsolete now table clone.
19039:
19040: * operators.txt, src/classes/string.C,
19041: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19042: ^int/double/string.format now can be called with normal []
19043: brackets, not stupid {} as it were implemented for some strange
19044: reason. retaining backward compatibility due to some
19045: already-implemented servers
19046:
19047: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19048: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19049: operators now detected by check at name_without_curly_rdive_read
19050: rule whether diving code constists only of
19051: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19052: with OP_GET_ELEMENT_OR_OPERATOR to form
19053: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19054:
19055: 2002-02-06 paf
19056:
19057: * configure, configure.in: prefix expanded, grr
19058:
19059: * operators.txt, src/classes/mail.C: mail:send config changed
19060:
19061: 2002-02-05 paf
19062:
19063: * operators.txt: regex options commented
19064:
19065: * src/main/: pa_exec.C: argv0 now correct
19066:
19067: * src/types/pa_vstatus.C: status:rusage 3
19068:
19069: * src/types/pa_vstatus.C: status:rusage 2
19070:
19071: * operators.txt: status:rusage described int operators
19072:
19073: * src/types/pa_vstatus.C: status:rusage 1
19074:
19075: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19076: src/types/types.dsp: status:rusage
19077:
19078: * configure.in, operators.txt, src/classes/file.C,
19079: src/classes/op.C, src/include/pa_common.h,
19080: src/include/pa_config_includes.h, src/main/compile.tab.C,
19081: src/main/pa_common.C: rewritten ^cache to use
19082: non-blocking-exclusive-caches
19083:
19084: * src/main/pa_common.C: text file read mode on win32 adjusted
19085: [speed impact. was off for debugging purpose, but forgotten
19086: afterwards]
19087:
19088: 2002-02-01 paf
19089:
19090: * src/classes/op.C: file_write does EX lock after create, while
19091: file_read does SH after open, so there's a moment after create
19092: but before EX lock when read can sneak into, and read
19093: just-created-for-writing-and-not-yet-locked file, added a check
19094: for that in ^cache...read
19095:
19096: 2002-01-31 paf
19097:
19098: * src/main/: compile.y, compile.tab.C: disabled operator call after
19099: ^xxx:
19100:
19101: * src/main/: compile.tab.C, execute.C: made operators lookup first
19102: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19103:
19104: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19105: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19106: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19107: operators check 6.1 rewritten. now check is done at compile time
19108:
19109: * src/main/execute.C: operators check 5 floated up old error of
19110: staying in 'entered class/object' state after $a($a..) it
19111: prevented operators from being called thereafter
19112:
19113: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19114: main/execute.C: operators check 4 floated up old error of staying
19115: in 'entered object' state after ^a.a(a) it prevented operators
19116: from being called thereafter
19117:
19118: * src/main/execute.C: operators check 3 floated up old error of
19119: staying in 'entered class' state after $a:a(a) it prevented
19120: operators from being called thereafter
19121:
19122: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19123: floated up old error of staying in 'entered class' state after
19124: $a:a[a] it prevented operators from being called thereafter
19125:
19126: * src/main/execute.C: operators check, thay mistakenly seen in
19127: $class:operator $object.operators contexts
19128:
19129: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19130: win32
19131:
1.116 moko 19132: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19133: src/classes/Makefile.am, src/main/Makefile.am,
19134: src/targets/cgi/Makefile.am,
1.95 moko 19135: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19136: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19137:
1.116 moko 19138: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19139: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19140: configure, configure.in, form.txt, ident.awk, install-sh,
19141: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19142: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19143: etc/parser3.charsets/Makefile.am,
19144: etc/parser3.charsets/koi8-r.cfg,
19145: etc/parser3.charsets/windows-1250.cfg,
19146: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19147: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19148: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19149: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19150: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19151: straightened installation scripts procedure made
19152: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19153: change
19154:
19155: 2002-01-30 paf
19156:
19157: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19158: removed] those comments were a mistake, and prevented libltdl
19159: from function properly
19160:
19161: 2002-01-29 paf
19162:
1.116 moko 19163: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19164: creation [modified acinclude.m4 which were creating int into just
19165: assignment LIBTOOL=../libtool] added default system
19166: config&charsetts prepared 'make install', now it installs
19167: targets/cgi/parser3 into bin directory etc/parser3.conf &
19168: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19169: $sysconfdir/parser3.charsets respectively
19170:
19171: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19172: main/pa_globals.C: few forgotten ifdef XML added
19173:
19174: 2002-01-28 paf
19175:
1.116 moko 19176: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19177: removed
19178:
19179: * src/main/pa_exception.C: dom|generic error output fix
19180:
19181: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19182:
19183: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19184:
19185: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19186: [fixed as_node helper func to accept docs]
19187:
19188: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19189: xdoc.importNode 0
19190:
19191: * src/classes/xdoc.C: xdoc::set now untaints OK
19192:
19193: 2002-01-25 paf
19194:
19195: * src/main/: compile.tab.C, compile.y: #comment before @ after
19196: @SPECIAL now works OK
19197:
19198: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19199:
19200: * src/main/pa_exec.C: max arg count now 10, and proper message on
19201: violation that added
19202:
19203: * src/classes/hash.C: unified hash::sql, now
19204: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19205:
19206: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19207: ^file:lock[filename]{code}
19208:
19209: * src/: classes/file.C, classes/op.C, classes/string.C,
19210: classes/table.C, classes/xdoc.C, include/pa_common.h,
19211: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19212: to some pa_common funcs
19213:
19214: * src/: include/pa_charset.h, main/pa_globals.C:
19215: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19216:
19217: * src/: include/pa_charset.h, main/pa_charset.C,
19218: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19219: not stupid illegal define
19220:
19221: 2002-01-24 paf
19222:
19223: * src/include/pa_version.h: changed version number
19224:
19225: * src/: classes/hashfile.C, include/pa_db_table.h,
19226: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19227: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19228: main/pa_db_connection.C, main/pa_db_table.C,
19229: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19230: hashfile without logfiles
19231:
19232: * src/: classes/hashfile.C, include/pa_db_table.h,
19233: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19234: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19235: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19236: DB_INIT_TXN init bits, thus got rid of huge log files, which
19237: cluttered disk without huge need]
19238:
19239: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19240: handy macro, which is strangly abscent in dome lib
19241:
19242: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19243:
19244: * src/classes/xdoc.C: checked empty response
19245:
19246: * src/classes/xnode.C: xdoc.select fixed context node [were always
19247: /, not self node]
19248:
19249: * src/classes/xnode.C: xnode.select returns array always now, in
19250: case 'nothing found' returns empty array
19251:
19252: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19253: be more tender with ctrl/c/v
19254:
19255: 2002-01-23 paf
19256:
19257: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19258: substituted. // 2. when dom tree with entites goes under
19259: transform text nodes // got [erroreosly] cut on first
19260: entity occurance
19261:
19262: * src/types/pa_vdouble.h: double prec. todo: get rid of
19263: twice-converting
19264:
19265: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19266: 'e' in output this is for regretful twice-converting here:
19267: $a(double value) when they write double falue they convert it to
19268: string first, thus %g were losing precesion.
19269:
19270: todo: think up some way to remove double->string string->double
19271: twice-converting
19272:
19273: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19274: %.20E now default float format this is for regretful
19275: twice-converting here: $a(double value) when they write double
19276: falue they convert it to string first, thus %g were losing
19277: precesion.
19278:
19279: todo: think up some way to remove double->string string->double
19280: twice-converting
19281:
19282: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19283: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19284: reasons in comment inside
19285:
19286: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19287: statically linked]
19288:
19289: * src/: include/pa_exception.h, main/compile.tab.C,
19290: main/pa_exception.C: removed exception va_list constructor. 1.
19291: not needed anymore 2. there were a conflict[causing errors]
19292: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19293: never detected an ambiguilty here, compiling ctor(, "hello") into
19294: ctor(, va_list) which, of course, caused gpf
19295:
19296: * src/main/pa_globals.C: removed debug xslt messages
19297:
19298: 2002-01-22 paf
19299:
19300: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19301: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19302: helps compiling stylesheet properly. example: this refused to
19303: work, <b>«<xsl:value-of select="@title"
19304: />»</b> stranly worked only this way:
19305: <b>«<xsl:value-of select="@title" />»</b>
19306:
19307: docs says "set it to 1", never going into details, so I decided
19308: to try NOT to do that
19309:
19310: * src/classes/table.C: join behaived badly in case named tables
19311: structure mismatched: 0 strings sneaked into dest failing
19312: afterwards. replaced them with empty strings
19313:
19314: 2002-01-21 paf
19315:
19316: * src/main/pa_charset.C: checked empty transcoders in
19317: transcode_cstr|buf
19318:
19319: * src/classes/xdoc.C: xdoc::load error source = filespec
19320:
19321: * src/classes/xdoc.C: transform error source now
19322: stylesheet_filespec
19323:
1.116 moko 19324: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19325: include/pa_stylesheet_connection.h, main/pa_charset.C,
19326: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19327: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19328: gnome
1.95 moko 19329:
19330: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19331: include/pa_globals.h, include/pa_stylesheet_connection.h,
19332: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19333: xslt generic error 1
19334:
19335: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19336: xml generic message 1
19337:
19338: * src/classes/table.C: ^table::load empty lines or #comments before
19339: headline
19340:
19341: * src/: include/pa_array.h, include/pa_globals.h,
19342: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19343: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19344: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19345: errors 0
19346:
19347: 2002-01-16 paf
19348:
19349: * src/: classes/hash.C, classes/op.C, classes/string.C,
19350: classes/table.C, classes/void.C, classes/xdoc.C,
19351: include/pa_db_connection.h, include/pa_request.h,
19352: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19353: include/pa_stylesheet_connection.h,
19354: include/pa_stylesheet_manager.h, main/pa_request.C,
19355: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19356: targets/cgi/pool_storage.h: auto closers to sql_connection,
19357: stylesheet_connection auto destroyers to remaining gnome objects
19358:
19359: * src/classes/xdoc.C: few comments
19360:
19361: 2002-01-15 paf
19362:
19363: * src/classes/xdoc.C: xdoc file save string
19364:
19365: ready. todo: error handling
19366:
19367: * src/classes/xdoc.C: xdoc save rewritten using
19368: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19369: result
19370:
19371: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19372: started output options parsing
19373:
19374: 2002-01-14 paf
19375:
19376: * src/classes/xdoc.C: method
19377:
19378: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19379: include/pa_pool.h, include/pa_stylesheet_connection.h,
19380: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19381: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19382: xslt transform0. TODO: use output options handle errors
19383:
19384: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19385:
19386: 2002-01-11 paf
19387:
19388: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19389: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19390: partial logical && || evaluation
19391:
19392: * src/classes/xnode.C: xpath selectNodes
19393:
19394: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19395: string/number/bool
19396:
19397: * src/classes/xnode.C: xpath selectNode 2
19398:
19399: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19400: xpath selectNode 1
19401:
19402: 2002-01-10 paf
19403:
19404: * src/classes/xnode.C: xpath selectNode -100 [just written]
19405:
19406: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19407: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19408: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19409: refcounter]
19410:
19411: 2001-12-29 paf
19412:
19413: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19414: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19415: glib works 0
19416:
19417: 2001-12-28 paf
19418:
19419: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19420: main/pa_exception.C: started glib transcoders
19421:
19422: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19423:
19424: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19425: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19426: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19427: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19428: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19429: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19430: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19431: libs just compiled in. no refcounting no xpath no xslt yet
19432:
19433: 2001-12-27 paf
19434:
19435: * src/: include/pa_charset.h, include/pa_common.h,
19436: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19437: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19438: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19439: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19440: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19441: from xalan&xerces, started the process. globals [initialization
19442: pool [charset update charset [transcodings vxnode vxdoc [DOM
19443: calls
19444:
19445: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19446: anymore
19447:
19448: 2001-12-26 paf
19449:
19450: * src/: include/pa_charset.h, include/pa_charsets.h,
19451: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19452: key globalized [bug]
19453:
19454: 2001-12-25 paf
19455:
19456: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19457: main/pa_string.C: table set & append changed splitting languages,
19458: separators now can be clean AND as-is same to mail command line
19459: $MAIN:MAIL.progX arguments
19460:
19461: 2001-12-24 paf
19462:
19463: * src/classes/mail.C: one parted text messages - no multipart
19464: mime-type anymore. for convinient if $.attach-ments
19465:
19466: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19467: main/pa_string.C: read from cache size check updated
19468:
19469: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19470:
19471: 2001-12-21 paf
19472:
19473: * src/classes/date.C: date:sql-string now returns localtime
19474:
19475: * src/main/pa_request.C: $result in @main actually not working, to
19476: hell with it for now
19477:
19478: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19479: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19480: @postprocess @exception
19481:
19482: * src/main/execute.C: junction evaluation canceled - endless
19483: recursion detected
19484:
19485: 2001-12-19 paf
19486:
19487: * src/main/pa_charset.C: charset->charset transcoding via unicode
19488: intermediate
19489:
19490: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19491:
19492: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19493:
19494: * src/classes/op.C: ^cache keypath now relative
19495:
19496: * src/classes/mail.C: changed weighting prior to sort
19497:
19498: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19499: were missing
19500:
19501: 2001-12-17 paf
19502:
19503: * src/main/pa_charset.C: ifndef XML were bad type
19504:
19505: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19506: outdated unset services_pool
19507:
19508: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19509: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19510: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19511:
19512: * src/main/untaint.C: allowed space in filespec
19513:
19514: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19515:
19516: * src/classes/image.C: no govno
19517:
19518: * src/classes/image.C: govno
19519:
19520: 2001-12-16 paf
19521:
19522: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19523:
19524: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19525: charset_connection&manager replaced by charset&charsets
19526:
19527: * src/main/pa_charset.C: name_cstr 0
19528:
19529: * src/main/untaint.C: uri lang now knows about client/source
19530: charsets
19531:
19532: * src/: classes/file.C, classes/math.C, classes/op.C,
19533: classes/string.C, classes/table.C, classes/xdoc.C,
19534: include/pa_array.h, include/pa_cache_managers.h,
19535: include/pa_charset_connection.h, include/pa_charset_manager.h,
19536: include/pa_common.h, include/pa_db_connection.h,
19537: include/pa_db_manager.h, include/pa_db_table.h,
19538: include/pa_dictionary.h, include/pa_exception.h,
19539: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19540: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19541: include/pa_sapi.h, include/pa_socks.h,
19542: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19543: include/pa_string.h, include/pa_stylesheet_connection.h,
19544: include/pa_stylesheet_manager.h, include/pa_table.h,
19545: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19546: main/pa_charset.C, main/pa_charset_connection.C,
19547: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19548: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19549: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19550: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19551: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19552: types/types.dsp: introducing Charset
19553:
19554: 2001-12-14 paf
19555:
19556: * src/: include/pa_request.h, include/pa_transcoder.h,
19557: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19558: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19559: uri lang
19560:
19561: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19562:
19563: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19564:
19565: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19566: defalts_name global
19567:
19568: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19569: include/pa_request.h, main/main.dsp,
19570: main/pa_charset_connection.C, main/pa_charset_manager.C,
19571: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19572: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19573: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19574: changed charset model. now important: $request:charset
19575: $response:charset while $response:content-type.charset become
19576: unimportant [informational]
19577:
19578: 2001-12-13 paf
19579:
19580: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19581:
19582: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19583: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19584: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19585: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19586: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19587: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19588:
19589: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19590: auto_ptr part other way, because of stupid gcc 2.96
19591: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19592: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19593: FormatterListener] /usr/include/g++-3/memory:48:
19594: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19595: _Tp1 = FormatterListener, _Tp = FormatterListener]
19596:
19597: * src/classes/xdoc.C: removed extra inc
19598:
19599: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19600:
19601: * src/include/pa_types.h: msvc head debugging flag
19602:
19603: * src/classes/xdoc.C: freed up listener
19604:
19605: * src/classes/string.C: change msg '... code is not code'
19606:
19607: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19608: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19609: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19610: [past/future prob]
19611:
19612: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19613: include/pa_config_fixed.h, include/pa_db_manager.h,
19614: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19615: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19616:
19617: * src/: include/pa_config_fixed.h, main/pa_common.C,
19618: main/pa_string.C: removed signed mismatch warnings
19619:
19620: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19621: 'expires' from header outputs
19622:
19623: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19624: row ptr
19625:
19626: * src/classes/file.C: file::cgi bug, request_method were passed to
19627: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19628:
19629: * src/classes/xdoc.C: lang list updated
19630:
19631: 2001-12-10 paf
19632:
19633: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19634:
19635: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19636: erase files like that, knowing their full name introducing //
19637: theoretical problem with, for instance, "_2B" and "." fragments,
19638: // they would yield the same // because
19639: need_file_encode('_')=false // but we need to delete such files
19640: somehow, getting names from ^index
19641:
19642: * src/main/pa_string.C: ^string.replace bug fixed [bad
19643: string::join_chank break]
19644:
19645: 2001-12-07 paf
19646:
19647: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19648: include/pa_common.h, include/pa_config_auto.h.in,
19649: include/pa_config_fixed.h, include/pa_config_includes.h,
19650: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19651: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19652: types/pa_vhashfile.C: merged from r14_simple_cache
19653:
19654: * src/main/pa_string.C: stupid sparc architecture failed to access
19655: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19656: lduh [ %i2 + 1 ], %l0
19657:
19658: bus error, fixed that
19659:
19660: * src/main/pa_string.C: strange string deserialize bug on
19661: client[pmts], a bit shortened,
19662:
19663: * src/include/pa_config_auto.h.in: makes
19664:
19665: * src/: include/pa_common.h, include/pa_config_fixed.h,
19666: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19667: file write shared lock file read
19668:
19669: * src/: classes/op.C, include/pa_common.h,
19670: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19671:
19672: 2001-12-06 paf
19673:
19674: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19675: main/pa_request.C: #ifdef RESOURCES_DEBUG
19676:
19677: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19678: info
19679:
19680: * src/classes/hashfile.C: removed transaction from ^cache
19681:
19682: 2001-12-05 paf
19683:
19684: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19685: IIS5 there were a prob with illegal call check
19686:
19687: 2001-12-04 paf
19688:
19689: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19690: main/pa_request.C: measures to log
19691:
19692: 2001-11-23 paf
19693:
19694: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19695: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19696: types/pa_vhashfile.C: merged from _0014, 1
19697:
19698: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19699: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19700: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19701: ^cache(33) would change
19702:
19703: 0660 bits in file_write & hashfile create
19704:
19705: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19706: after pa_string optimization]
19707:
19708: 2001-11-22 paf
19709:
19710: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19711: table.offset[whence]
19712:
19713: * src/classes/op.C: process cstr(,connection)
19714:
19715: * src/classes/op.C: process now gets its body on current language,
19716: not as-is
19717:
19718: * src/main/untaint.C: ORIGINS mode removed UHTML
19719:
19720: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19721: bit
19722:
1.116 moko 19723: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19724:
19725: 2001-11-21 paf
19726:
19727: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19728: <xsl:output output options made identical to xsl:output
19729: attributes exclusion: cdata-section-elements what xalan can do
19730: but that not used now: it can escape and remove CDATA sections
19731:
19732: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19733: produced by xslt
19734:
19735: * src/targets/cgi/parser3.C: removed debug cgi||1
19736:
19737: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19738:
19739: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19740: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19741: default language for {code}, it happen to change it's language
19742: from CLEAN, so later refused to split by CLEAN \t
19743:
19744: 2001-11-20 paf
19745:
1.116 moko 19746: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19747: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19748: bottom of dependeces, so that errors would popup quicklier, fixed
19749: line numbering in table::sql
19750:
19751: 2001-11-19 paf
19752:
19753: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19754: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19755: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19756: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19757: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19758: at wcontext.write
19759:
1.116 moko 19760: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19761: _set_new_handler
19762:
1.116 moko 19763: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19764: set_new_handler in apache&isapi
1.95 moko 19765:
19766: 2001-11-16 paf
19767:
19768: * src/targets/cgi/parser3.C: pool debug @ die
19769:
19770: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19771: removed 8 bytes from String, 2 bytes from
19772: string::chunk::row::item
19773:
19774: * src/main/pa_string.C: removed 1+4 bytes from String
19775:
19776: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19777: types/pa_vstring.C: removed 1+4 bytes from String
19778:
19779: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19780: 0
19781:
19782: * src/: include/pa_globals.h, include/pa_string.h,
19783: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19784: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19785: targets/cgi/parser3.C: introducing estimating
19786: String::cstr_bufsize, 0
19787:
19788: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19789:
19790: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19791:
19792: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19793: include/pa_pool.h: die in pool::fail
19794:
19795: 2001-11-15 paf
19796:
19797: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19798: main/pa_exception.C, targets/cgi/parser3.C: exception with
19799: dynamic buffer re-back now with counter
19800:
19801: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19802: static buffer back
19803:
19804: * src/targets/cgi/parser3.C: std::
19805:
19806: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19807: include/pa_config_includes.h: setnewhandler check
19808:
1.116 moko 19809: * src/include/pa_config_auto.h.in: makes
1.95 moko 19810:
19811: * src/targets/cgi/parser3.C: set_new_handler started
19812:
19813: 2001-11-14 paf
19814:
19815: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19816: was wrong
19817:
19818: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19819: was wrong
19820:
19821: * src/main/pa_request.C: z
19822:
19823: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19824: full returns win32 -1 solaris >buffer_size
19825:
19826: checked all that
19827:
19828: * src/classes/op.C: ^untaint{body} as-is default now
19829:
19830: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19831: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19832: with no_bad_constructors_try
19833:
19834: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19835: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19836: this: $bred[^string::length[]] $bred[^response::clear[]]
19837: $bred[^int::int[]]
19838:
19839: now VObject creation moved into overriden
19840: VClass::create_new_value, thus 0 from create_new_value means that
19841: class has no ctors
19842:
19843: 2001-11-13 paf
19844:
19845: * src/classes/classes.C: returned accedently removed if in foreach
19846: callbacks [when hash no-0-restructure]
19847:
19848: 2001-11-12 paf
19849:
19850: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19851: passed as-is to method, xalan makes & into & itself
19852:
19853: * src/classes/date.C: date.roll parser2 alg used
19854:
19855: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19856: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19857: main/pa_dictionary.C, main/pa_hash.C,
19858: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19859: now does not containt 0 values. put 0 actullay removes. no check
19860: on 0 value in foreach now required
19861:
19862: 2001-11-11 paf
19863:
19864: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19865:
19866: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19867:
19868: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19869: driver initialize not const
19870:
19871: 2001-11-10 paf
19872:
19873: * src/main/pa_exec.C: doc
19874:
19875: 2001-11-09 paf
19876:
19877: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19878: param properly
19879:
19880: * src/classes/string.C: string.save now does untainting before
19881: saving
19882:
19883: * src/main/pa_common.C: line endings fixing fixed last piece[was
19884: still cstr oriented]
19885:
19886: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19887: line endings fixing got rid of cstr, now must work ok with post
19888: multipart
19889:
19890: * src/types/pa_vform.C: line endings fixed at post / multipart /
19891: not file also now
19892:
19893: 2001-11-08 paf
19894:
19895: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19896: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19897: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19898: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19899: main/pa_stylesheet_manager.C: restructured Cache manager to be
19900: simple parent, not second parent [gcc 2.96 strangly refused to
19901: call virtual from second parent]
19902:
1.116 moko 19903: * src/: include/pa_common.h, main/Makefile.am,
19904: targets/cgi/pa_pool.C: makes
1.95 moko 19905:
19906: * src/: include/pa_request.h, main/pa_request.C,
19907: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19908: 'status' class enabler
19909:
19910: <Location /parser-status.html> ParserStatusAllowed </Location>
19911:
19912: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19913: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19914: include/pa_stylesheet_manager.h, main/main.dsp,
19915: main/pa_cache_managers.C, main/pa_charset_manager.C,
19916: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19917: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19918: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19919: todo: apache 'status' class enabler
19920:
19921: 2001-11-05 paf
19922:
19923: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19924: debug to normal
19925:
19926: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19927: hence i removed skipping 0 values in hash::for_each-es we need to
19928: check cleaned cache items manually. few more checks.
19929:
19930: expiring to 0 time was wrong, changed to 'now' time
19931:
19932: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19933: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19934: on apache already done :)
19935:
19936: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19937: skipping 0 values in hash::for_each-es we need to check cleaned
19938: cache items manually
19939:
19940: * src/main/: pa_db_connection.C, pa_db_table.C:
19941: parser_multithreaded check was wrong
19942:
19943: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19944: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19945: classes/hashfile.C, classes/image.C, classes/int.C,
19946: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19947: classes/string.C, classes/table.C, classes/void.C,
19948: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19949: include/pa_array.h, include/pa_charset_connection.h,
19950: include/pa_charset_manager.h, include/pa_common.h,
19951: include/pa_config_fixed.h, include/pa_config_includes.h,
19952: include/pa_db_connection.h, include/pa_db_manager.h,
19953: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19954: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19955: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19956: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19957: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19958: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19959: include/pa_stack.h, include/pa_string.h,
19960: include/pa_stylesheet_connection.h,
19961: include/pa_stylesheet_manager.h, include/pa_table.h,
19962: include/pa_threads.h, include/pa_types.h, main/compile.C,
19963: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19964: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19965: main/pa_charset_manager.C, main/pa_common.C,
19966: main/pa_db_connection.C, main/pa_db_manager.C,
19967: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19968: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19969: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19970: main/pa_socks.C, main/pa_sql_driver_manager.C,
19971: main/pa_status_provider.C, main/pa_string.C,
19972: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19973: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19974: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19975: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19976: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19977: targets/isapi/pool_storage.h, types/pa_valiased.C,
19978: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19979: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19980: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19981: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19982: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19983: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19984: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19985: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19986: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19987: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19988: types/pa_vstateless_object.h, types/pa_vstatus.h,
19989: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19990: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19991: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19992: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19993: $status:db fixed used not initialized in db_connection & db_table
19994:
19995: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19996: $status:charset
19997:
19998: * src/: classes/xdoc.C, include/pa_db_connection.h,
19999: include/pa_stylesheet_connection.h,
20000: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20001: types/pa_vstatus.h: $status:stylesheet
20002:
20003: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20004: include/pa_request.h, include/pa_sql_connection.h,
20005: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20006: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20007: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20008: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20009: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20010: types/pa_vxnode.C, types/types.dsp: started status parser class
20011:
20012: 2001-11-01 paf
20013:
20014: * src/include/pa_config_auto.h.in: makes
20015:
20016: * src/main/pa_hash.C: removed old extra include
20017:
20018: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20019: checks [for hp, there are such in math.h]
20020:
20021: * src/classes/op.C: ^for endless loop check strightened
20022:
20023: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20024: behavior in native calls. it left unchanged, so ^for ^foreach &
20025: co can use r.root to write their i & key,value there
20026:
20027: * src/classes/op.C: detected for var storage bug, fixed.
20028: todo:foreach
20029:
20030: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20031: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20032: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20033: changing of hash inside of foreach
20034:
20035: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20036: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20037: were hash.foreach
20038:
20039: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20040: types/pa_vstring.C, types/pa_vstring.h:
20041: ^foreach[key|value]{body}[[separator]|{separator}]
20042:
20043: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20044: types/pa_vcookie.C: ^hash.delete[key]
20045:
20046: 2001-10-31 paf
20047:
20048: * src/main/: compile.C, pa_common.C: completely empty file now
20049: considered "read", not ignored [not perfect trick used]
20050:
20051: * src/main/pa_common.C: simplier common ifdefs
20052:
20053: * src/main/pa_common.C: typing bug in common - bad ifdeff
20054:
20055: * src/main/pa_db_connection.C: z
20056:
20057: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20058: lockdetector flags
20059: dbenv.lk_detect=DB_LOCK_RANDOM;
20060:
20061: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20062: from accidental show [imagine user forgot @exception]
20063:
20064: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20065:
20066: * src/: classes/file.C, classes/image.C, classes/mail.C,
20067: classes/string.C, classes/xnode.C, include/pa_common.h,
20068: main/pa_common.C: ^string.save[[append;]path]
20069:
20070: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20071: main/execute.C: \ in expression: int divide 10/3=3
20072:
20073: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20074: inside of ^cache
20075:
20076: * src/: include/pa_threads.h, main/pa_db_connection.C,
20077: main/pa_db_table.C, targets/cgi/pa_threads.C,
20078: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20079: needed
20080:
20081: 2001-10-30 paf
20082:
20083: * src/: classes/classes.dsp, main/main.dsp,
20084: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20085: types/types.dsp: enabled debug incremental compile
20086:
20087: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20088: form post data line endings not reformatted now.
20089:
20090: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20091: now required [had bug when file= has no value]
20092:
20093: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20094: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20095: cstr(asis) default param removed
20096:
20097: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20098:
20099: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20100:
20101: * src/include/pa_dir.h: LOAD_DIR fixed
20102:
20103: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20104: was broken} fix_line_breaks
20105:
20106: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20107: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20108: packed with #pragma pack
20109:
1.116 moko 20110: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20111:
20112: 2001-10-29 paf
20113:
20114: * src/types/pa_wcontext.h: bitfield syntax stricter
20115:
20116: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20117: string hash.puts
20118:
20119: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20120:
20121: * src/include/pa_sql_connection.h: there were one wrong
20122: SQL_CONNECTION_FUNC_GUARDED [failed]
20123:
20124: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20125: param.someday either ifdef or remove it
20126:
20127: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20128:
20129: * src/main/untaint.C: optimizing returned after debugging
20130:
20131: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20132: main/untaint.C: memory hunging #pragma pack(1)
20133:
20134: 16 419 844 13 169 394
20135:
20136: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20137: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20138: places [todo:Array]
20139:
20140: * src/: main/execute.C, targets/cgi/pa_pool.C,
20141: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20142: types/pa_wwrapper.h: debugging memory WContext flags to bits
20143:
20144: total 5 652 652/158731 total 5 469 332/158731
20145:
20146: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20147: Array:: without cache in get/put now
20148:
20149: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20150: 18:25:27 2001] total 5 652 652/158731
20151:
20152: * src/: include/pa_string.h, main/pa_string.C,
20153: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20154: now
20155:
20156: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20157: 18:11:53 2001] total 5796092/158731
20158:
20159: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20160: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20161: key ref now
20162:
20163: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20164: 17:11:17 2001] total 16867948/202658
20165:
20166: * src/: classes/file.C, classes/image.C, classes/string.C,
20167: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20168: main/execute.C, main/pa_array.C, main/pa_common.C,
20169: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20170: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20171: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20172: string::as_int/double now usually uses stack, not heap [200K out
20173: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20174:
20175: * src/main/pa_sql_driver_manager.C: ping to have services [old
20176: hiding bug]
20177:
20178: * src/Makefile.am: .am order
20179:
20180: * src/: include/pa_array.h, include/pa_charset_manager.h,
20181: include/pa_db_connection.h, include/pa_db_manager.h,
20182: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20183: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20184: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20185: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20186: required "friend class"
20187:
20188: ../include/pa_request.h:51: friend declaration requires
20189: class-key, i.e. `friend class Temp_lang'
20190:
20191: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20192: main/pa_exception.C, main/pa_sql_driver_manager.C,
20193: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20194:
20195: the idea is to #1 jump to C++ some function to main body, where
20196: every function stack frame has exception unwind information and
20197: from there... #2 propagate_exception()
20198:
20199: 2001-10-28 paf
20200:
20201: * src/main/pa_db_connection.C: removed old consts
20202:
20203: * src/main/pa_db_connection.C: expire table [was accidently pasted
20204: with wrong type/cast]
20205:
20206: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20207: translation
20208:
1.116 moko 20209: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20210: remember to build DB2 with -fexceptions!!!
20211:
20212: * src/main/pa_db_table.C: DB_RMW defed
20213:
20214: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20215: include/pa_db_connection.h, include/pa_db_manager.h,
20216: include/pa_db_table.h, main/pa_db_connection.C,
20217: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20218:
20219: 2001-10-27 paf
20220:
20221: * src/: classes/hashfile.C, include/pa_db_connection.h,
20222: include/pa_db_table.h, main/pa_db_connection.C,
20223: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20224: types/pa_vhashfile.C: DB2 ifdefs
20225:
1.116 moko 20226: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20227: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20228: makes with DB2
20229:
1.116 moko 20230: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20231: types/Makefile.am: makes db
1.95 moko 20232:
20233: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20234: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20235: globals.C
20236:
20237: * src/: classes/hashfile.C, include/pa_db_connection.h,
20238: include/pa_db_table.h, main/pa_db_connection.C,
20239: main/pa_db_table.C: ^hashfile.clear[]
20240:
20241: * src/classes/classes.awk: no $ in var names
20242:
20243: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20244: connection&table [forgotten calls]
20245:
20246: 2001-10-26 paf
20247:
20248: * src/main/pa_db_connection.C: db checkpoints
20249:
20250: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20251: checkpoints
20252:
20253: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20254: default. but entities still reparsed. todo: tothink
20255:
20256: * src/main/pa_db_connection.C: db recover mech 2
20257:
20258: * src/: classes/hashfile.C, include/pa_db_connection.h,
20259: include/pa_db_manager.h, include/pa_db_table.h,
20260: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20261: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20262: types/pa_vhashfile.h: db connections & tables now cached at
20263: create time & multithreaded
20264:
20265: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20266: parsed_source
20267:
20268: * src/main/pa_db_connection.C: about to remove connection from
20269: vhashfile
20270:
20271: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20272: transaction commit/rollback responsibility left to parent [as it
20273: sould - else there were a bug with double free]
20274:
20275: * src/include/pa_db_table.h: db: child transaction commit/rollback
20276: responsibility left to parent [as it sould - else there were a
20277: bug with double free]
20278:
20279: 2001-10-25 paf
20280:
20281: * src/: classes/hashfile.C, include/pa_common.h,
20282: include/pa_db_connection.h, include/pa_db_manager.h,
20283: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20284: types/pa_vhashfile.C, types/pa_vhashfile.h,
20285: include/pa_db_table.h, main/pa_db_table.C: started db_home
20286: [multiple, cached] todo: autorecover [tried, but not succeded,
20287: yet]
20288:
20289: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20290:
20291: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20292: transaction parent passed
20293:
20294: 2001-10-24 parser
20295:
1.116 moko 20296: * src/classes/Makefile.am: makes
1.95 moko 20297:
20298: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20299: isapi/pool_storage.h: pool_storage fixed
20300:
20301: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20302: types/pa_vform.h: form fix_line_breaks
20303:
1.116 moko 20304: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20305:
20306: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20307: targets/cgi/pool_storage.h: makes
20308:
20309: * src/sql/pa_sql_driver.h: version
20310:
20311: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20312: types/pa_vform.C, types/pa_vform.h: .am
20313:
20314: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20315: this: DB_RMW Acquire write locks instead of read locks when doing
20316: the retrieval. Setting this flag may decrease the likelihood of
20317: deadlock during a read-modify-write cycle by immediately
20318: acquiring the write lock during the read part of the cycle so
20319: that another thread of control acquiring a read lock for the same
20320: item, in its own read-modify-write cycle, will not result in
20321: deadlock
20322:
20323: * src/targets/isapi/parser3isapi.dsp: doc
20324:
20325: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20326:
20327: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20328:
20329: * src/: classes/hashfile.C, include/pa_db_connection.h,
20330: main/pa_db_connection.C: hashfile expired deleted from db when
20331: get & iterate
20332:
20333: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20334: expiring 1
20335:
20336: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20337:
20338: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20339: db_connection not bothers with key when not returning expired
20340: data
20341:
20342: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20343: types/pa_vhashfile.C: db_cursor constructor public now
20344:
20345: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20346: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20347: stamped, todo: put_element analize
20348:
20349: * src/: include/pa_db_connection.h, include/pa_string.h,
20350: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20351: serialize. todo stamp
20352:
20353: 2001-10-23 parser
20354:
20355: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20356: classes/image.C, classes/mail.C, classes/response.C,
20357: classes/string.C, classes/table.C, classes/xdoc.C,
20358: include/pa_config_fixed.h, include/pa_db_connection.h,
20359: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20360: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20361: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20362: types/pa_vtable.C: ^hashfile.hash[]
20363:
20364: * src/: classes/hashfile.C, classes/xdoc.C,
20365: include/pa_config_fixed.h, main/pa_db_manager.C,
20366: main/pa_globals.C: ifdefs so it compiled without db
20367:
20368: * src/: classes/hashfile.C, include/pa_db_connection.h,
20369: include/pa_db_manager.h, main/pa_db_connection.C,
20370: main/pa_db_manager.C, types/pa_vhashfile.h:
20371: ^hashfile.transaction{code} ^hashfile:clear[filename]
20372: ^hashfile.delete[key]
20373:
20374: 2001-10-22 parser
20375:
20376: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20377: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20378:
20379: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20380: classes/xnode.C, include/pa_charset_connection.h,
20381: include/pa_db_connection.h, include/pa_db_manager.h,
20382: include/pa_exception.h, include/pa_sapi.h,
20383: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20384: include/pa_stylesheet_connection.h,
20385: include/pa_stylesheet_manager.h,
20386: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20387: main/pa_db_connection.C, main/pa_db_manager.C,
20388: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20389: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20390: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20391: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20392: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20393: types/types.dsp: hashfile 0
20394:
20395: * src/types/pa_vhashfile.C: z
20396:
20397: * src/: classes/classes.dsp, classes/hashfile.C,
20398: include/pa_config_fixed.h, main/execute.C,
20399: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20400: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20401:
20402: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20403:
20404: * src/: include/pa_exception.h, include/pa_request.h,
20405: main/execute.C, main/pa_exception.C, main/pa_request.C,
20406: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20407: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20408:
20409: 2001-10-19 parser
20410:
20411: * src/include/pa_pool.h: header
20412:
20413: * src/main/pa_pool.C: auto compiled on gcc
20414:
20415: * src/classes/image.C: comment
20416:
1.116 moko 20417: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20418:
20419: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20420: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20421: types/pa_vxnode.h: xnode clone got freed
20422:
20423: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20424: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20425: can free up xalandomstring resulting from pool::transcode
20426:
20427: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20428: include/pa_config_fixed.h, include/pa_exception.h,
20429: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20430: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20431: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20432: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20433: from non-xml compile
20434:
20435: * src/main/pa_request.C: pool:: context - get_context
20436:
20437: * src/: classes/classes.h, classes/date.C, classes/double.C,
20438: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20439: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20440: classes/string.C, classes/table.C, classes/void.C,
20441: include/pa_config_fixed.h, include/pa_exception.h,
20442: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20443: main/compile.C, main/compile_tools.C, main/execute.C,
20444: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20445: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20446: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20447: main/pa_string.C, main/pa_table.C, main/untaint.C,
20448: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20449: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20450: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20451: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20452: types/pa_vstateless_class.h, types/pa_vtable.C,
20453: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20454: exceptions 0
20455:
20456: * src/classes/classes.awk: $ removed
20457:
20458: 2001-10-18 parser
20459:
20460: * src/types/pa_vcookie.C: cookie:CLASS
20461:
20462: * src/main/main.dsp: project
20463:
20464: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20465: set_document & ctor question "who owns document" solved
20466:
20467: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20468:
20469: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20470: main/pa_pool.C: encoding in dom creating funcs
20471:
20472: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20473: be transformed now
20474:
20475: * src/classes/xdoc.C: dom created by create can be transformed now
20476:
20477: * src/classes/xdoc.C: z
20478:
20479: * src/classes/xdoc.C: comment
20480:
20481: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20482: create now uses XercesDocumentBridge, appendChild&co now works
20483:
20484: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20485: @ recompile
20486:
20487: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20488: $origin @exception[
20489:
20490: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20491: tag names forced to XML lang
20492:
20493: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20494: leechy-found bugs in code&doc fixed
20495:
20496: 2001-10-17 parser
20497:
20498: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20499: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20500: n functionality preserved
20501:
20502: * src/types/pa_vimage.h: removed unused vimage::save
20503:
20504: 2001-10-16 parser
20505:
20506: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20507:
20508: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20509:
20510: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20511:
20512: * src/classes/image.C: image.copy tolerance
20513:
20514: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20515: ineffective, but works for small paleted image
20516:
20517: * src/types/pa_vimage.C: comment
20518:
20519: * src/classes/image.C: gd size/resize bugfix
20520:
20521: * src/: classes/classes.dsp, main/main.dsp,
20522: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20523: types/types.dsp: ident >nul 2>&1
20524:
20525: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20526: systems
20527:
20528: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20529: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20530:
20531: 2001-10-15 parser
20532:
20533: * src/main/execute.C: z
20534:
20535: * src/classes/: xdoc.C: !::create{qualifiedName}
20536:
20537: * src/types/pa_vxnode.C: document_type_node.
20538: !readonly attribute DOMString name
20539: !notation_node.
20540: !readonly attribute DOMString publicId
20541: !readonly attribute DOMString systemId
20542:
1.116 moko 20543: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20544: ::write badly passed string too transparently [failed to
20545: intercept it]
1.95 moko 20546:
20547: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20548: include/pa_request.h, main/pa_sql_driver_manager.C,
20549: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20550: types/pa_vxnode.h: DOM1 major addtion, only few
20551: attributes/methods left
20552:
20553: 2001-10-13 parser
20554:
20555: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20556: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20557: in main handler
20558:
20559: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20560: cleanups & frees order
20561:
20562: * src/types/pa_vcode_frame.h: couple comments
20563:
20564: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20565: transparent enough to handle hash if creation&passing
20566:
20567: * src/: include/pa_config_fixed.h, main/execute.C,
20568: main/pa_exception.C: noticed that vcodeframe not transparent
20569: enough, would change now
20570:
20571: 2001-10-12 parser
20572:
20573: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20574: fixed. initialization&free on each thread!
20575:
20576: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20577: handling changed: now type of default param analized always, not
20578: only at problem time, thus helping early problem spotting
20579:
20580: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20581: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20582: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20583: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20584: multithread bug fixed. initialization&free on each thread!
20585:
20586: 2001-10-11 parser
20587:
20588: * src/classes/xnode.C: xnode.selectSingle now
20589:
20590: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20591: include/pa_pool.h, include/pa_stylesheet_connection.h,
20592: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20593: convertors out of Pool into Exception
20594:
20595: * src/main/pa_string.C: const
20596:
20597: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20598: linked pieces of same language together prior to String::replace
20599:
20600: * src/classes/hash.C: !^hash.add[addme]
20601: !^hash.sub[subme]
20602: !^a.union[b] = new
20603: !^a.intersection[b] = new
20604: !^a.intersects[b] = bool
20605:
20606: * src/classes/hash.C: !^hash::append[append_from]
20607:
20608: * src/: classes/hash.C, types/pa_vhash.h:
20609: !^hash::create[[copy_from]]
20610:
20611: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20612: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20613: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20614: fixed. got rid of empty_string, which caused errors - it hasnt
20615: exception but somebody[value.bark] tried to throw it on it's pool
20616:
1.116 moko 20617: * src/include/pa_config_auto.h.in: makes
1.95 moko 20618:
20619: 2001-10-10 parser
20620:
20621: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20622:
20623: * src/main/: compile.tab.C, compile.y: ^a[
20624:
20625: @next_method << now unclosed ] would be reported here
20626:
20627: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20628: compile error
20629:
20630: 2001-10-09 parser
20631:
1.116 moko 20632: * src/: classes/Makefile.am, main/Makefile.am,
20633: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20634:
20635: * src/classes/Makefile.am: makes
20636:
20637: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20638: win32 errors intercepted [xalan transformer patched and
20639: incorporated]
20640:
20641: * src/: classes/classes.dsp, classes/xdoc.C,
20642: include/pa_stylesheet_connection.h, main/main.dsp,
20643: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20644: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20645: patches starting
20646:
20647: * src/classes/: string.C, table.C: ^string.save[file]
20648:
20649: * src/classes/: date.C, table.C: calendar moved to date
20650:
20651: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20652: string/table] now
20653:
20654: * src/classes/: op.C, table.C: z
20655:
20656: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20657: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20658: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20659: be code [be string..]
20660:
20661: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20662: table.C: lots of
20663: params->as_int/double/as_string/as_junction/as_no_junction
20664: messages added
20665:
20666: 2001-10-08 parser
20667:
20668: * src/: classes/date.C, classes/image.C, classes/string.C,
20669: classes/table.C, classes/void.C, include/pa_request.h:
20670: params->as_int/double message added
20671:
20672: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20673:
20674: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20675: image:sector removed image:html internal "line-*" attribs
20676:
20677: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20678: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20679:
20680: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20681: way
20682:
20683: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20684: main/untaint.C: header untainting to UL_HTTP_HEADER,
20685: UL_MAIL_HEADER made nonforced [only tainted pieces]
20686:
20687: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20688: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20689: @ SAPI::log
20690:
20691: * src/main/untaint.C: \r to ' ' in origins mode
20692:
20693: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20694: set]
20695:
20696: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20697: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20698: nonstandard liaison freed up
20699:
20700: 2001-10-07 parser
20701:
20702: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20703: project
20704:
20705: 2001-10-05 parser
20706:
20707: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20708: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20709: from outputing to cerr. lots of "todos"
20710:
20711: * src/main/untaint.C: http_header tainting more gentle with
20712: enquoting now
20713:
20714: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20715: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20716: xml errorhandler. fixed string.replace a little, read @test
20717:
20718: * src/main/pa_string.C: found replace bug - first_that_starts(char
20719: *) does not have limit, and looks further eos, fixing....
20720:
20721: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20722:
20723: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20724:
20725: * src/main/: pa_charset_connection.C: ctype another mem clear
20726: bugfix
20727:
1.116 moko 20728: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20729: $result[^[$p^]z] now works fine
1.95 moko 20730:
20731: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20732: wrong. fixed it
20733:
20734: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20735: of totable appered to be vital
20736:
20737: 2001-10-04 parser
20738:
20739: * src/classes/image.C: ^image.length[text]
20740:
20741: 2001-10-03 parser
20742:
20743: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20744:
20745: * src/main/pa_request.C: restored pcre defaulting in request
20746: [mindlessly "optimized" yesterday] comment left
20747:
20748: 2001-10-02 parser
20749:
20750: * src/: main/pa_charset_manager.C,
20751: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20752: needed
20753:
20754: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20755: forgot non-xml pool.*charset needed
20756:
20757: * src/classes/table.C: # config comments fixed
20758:
20759: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20760: charset_connection #comment now
20761:
20762: * src/: classes/classes.dsp, types/types.dsp: release projects
20763: options fixed to use release msvcrt lib
20764:
20765: * src/main/pa_charset_connection.C: pcre tables now const inside
20766: removed default - pcre handles that internally fixed bug on
20767: not-cleaning tables [previously was calloced, now member]
20768:
20769: * src/: include/pa_request.h, main/pa_charset_connection.C,
20770: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20771: inside removed default - pcre handles that internally fixed bug
20772: on not-cleaning tables [previously was calloced, now member]
20773:
20774: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20775: tested charset reload on file change @ apache version = OK tested
20776: freeing up prev encoding on adding new = OK
20777:
20778: 2001-10-01 parser
20779:
20780: * src/main/pa_charset_connection.C: removed entitify external hack
20781: [internal installed]
20782:
1.116 moko 20783: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20784:
20785: * src/: include/pa_charset_connection.h,
20786: include/pa_charset_manager.h,
20787: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20788: main/pa_charset_connection.C, main/pa_charset_manager.C,
20789: main/pa_request.C: charset loading & caching mech 0
20790:
20791: * src/: include/pa_stylesheet_connection.h,
20792: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20793: main/pa_globals.C, main/pa_request.C: would make charset loading
20794: & caching mech now
20795:
20796: 2001-09-30 parser
20797:
20798: * src/main/pa_request.C: forgot to fill toTable
20799:
20800: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20801: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20802: failed on win32 for now..
20803:
20804: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20805: now charsets table configuration variable is: CHARSETS
20806:
20807: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20808: ctype with unicode 1. todo: no П entities on output somehow
20809:
20810: * src/: classes/file.C, classes/op.C, classes/string.C,
20811: include/pa_request.h, main/pa_request.C: started ctype with
20812: unicode values
20813:
20814: 2001-09-28 parser
20815:
20816: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20817: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20818: string passed AS-IS now
20819:
20820: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20821: way of user-configuring... todo: implement
20822:
20823: 2001-09-27 parser
20824:
20825: * src/classes/table.C: table.sort changed to sort table itself
20826:
20827: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20828: X^.getElementsByTagName[tagname] = array of xnode
20829: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20830: nodes removed - regretfully not supported @ xalan. maybe someday
20831: would reimplement, if needed.
20832:
20833: win32build system: solved long waiting anti-non-started-apache
20834: problem
20835:
20836: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20837: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20838: types/types.dsp: win32 ident make system so not to rebuild
20839: library [ident.C.new]
20840:
20841: 2001-09-26 parser
20842:
20843: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20844: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20845: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20846: types/pa_vxnode.C, types/types.dsp: z
20847:
20848: * src/classes/classes.C: forgot one non-xml check
20849:
1.116 moko 20850: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20851: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20852:
20853: * src/targets/cgi/parser3.C: z
20854:
20855: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20856: targets/isapi/parser3isapi.C: #ifdef SMTP
20857:
20858: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20859: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20860: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20861: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20862: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20863: types/types.dsp: xdoc&xnode now
20864:
20865: * src/: classes/classes.C, classes/classes.awk,
20866: classes/classes.dsp, classes/classes.h, classes/date.C,
20867: classes/dnode.C, classes/dnode.h, classes/dom.C,
20868: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20869: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20870: classes/op.C, classes/response.C, classes/string.C,
20871: classes/table.C, classes/void.C, include/pa_array.h,
20872: include/pa_common.h, include/pa_config_fixed.h,
20873: include/pa_config_includes.h, include/pa_dictionary.h,
20874: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20875: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20876: include/pa_socks.h, include/pa_sql_connection.h,
20877: include/pa_sql_driver_manager.h, include/pa_stack.h,
20878: include/pa_string.h, include/pa_stylesheet_connection.h,
20879: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20880: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20881: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20882: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20883: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20884: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20885: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20886: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20887: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20888: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20889: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20890: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20891: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20892: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20893: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20894: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20895: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20896: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20897: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20898: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20899: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20900: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20901: types/pa_vmethod_frame.h, types/pa_vobject.h,
20902: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20903: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20904: types/pa_vstateless_object.h, types/pa_vstring.C,
20905: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20906: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20907: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20908: main.dsp splitted to main+classes+types along to .am
20909:
20910: * src/classes/Makefile.am: removed useless var
20911:
20912: * src/: classes/classes.cmd, main/main.dsp,
20913: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20914: main.dsp
20915:
20916: 2001-09-25 parser
20917:
20918: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20919: 1251 though, todo ICU
20920:
1.116 moko 20921: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20922: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20923: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20924: types/pa_vdom.h: xml configure makes
1.95 moko 20925:
20926: 2001-09-24 parser
20927:
1.116 moko 20928: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20929: types/Makefile.am: makes
1.95 moko 20930:
1.116 moko 20931: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20932:
20933: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20934: started unix makes update
20935:
20936: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20937: started unix makes update
20938:
20939: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20940:
20941: * src/types/pa_value.h: z
20942:
20943: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20944: bugs with usinge hash/table in expressions
20945:
20946: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20947: resolved conflicts fixed [const]
20948:
20949: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20950: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20951: main/compile.C, main/compile.tab.C, main/compile.y,
20952: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20953: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20954: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20955: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20956: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20957: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20958: with before_xml [merge2 actually didn't happen - i've created
20959: tags on wrong branch. so this merge is in fact re-merge]
20960:
20961: 2001-09-21 parser
20962:
20963: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20964: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20965: produced "" in make file and sadly wrong interpreted on load]
20966:
1.116 moko 20967: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20968: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20969: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20970: include/pa_sql_driver_manager.h, include/pa_string.h,
20971: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20972: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20973: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20974:
20975: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20976: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20977: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20978: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20979: main/pa_pool.C, main/pa_request.C,
20980: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20981: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20982: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20983: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20984: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20985: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20986: types/pa_vrequest.C, types/pa_vresponse.h,
20987: types/pa_vstateless_class.C, types/pa_vstring.C,
20988: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20989: created new projects for sql drivers [planning to remove sql
20990: drivers from main cvs project] first, will join latest changes
20991:
20992: * src/classes/: dom.C: defaulted dom writing methods encoding to
20993: pool.get_charset
20994:
20995: * src/classes/dom.C: defaulted dom writing methods encoding to
20996: pool.get_charset
20997:
20998: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20999: pool.get_charset
21000:
21001: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21002: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21003: methods encoding to pool.get_charset
21004:
21005: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21006: transcoder were created right "unsupported encoding" message.
21007: not @ set time, but @ use time, so until xml output functions
21008: .string, .file, .save used - no encoding name check occur
21009:
21010: reduced transcode buffer size to 60 fixed pool cleanup - no
21011: registration needed, pools are officially destructured
21012:
21013: 2001-09-20 parser
21014:
21015: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21016:
21017: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21018: $MAIN:DEFAULTS.content-type[$.charset[here]]
21019:
21020: * src/: classes/dnode.C, classes/dom.C,
21021: include/pa_config_includes.h, include/pa_globals.h,
21022: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21023: main/pa_pool.C, targets/cgi/parser3.dsp,
21024: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21025: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21026: Pool::transcode 0
21027:
21028: * src/classes/dom.C: dom. string save file moved output xml options
21029: to last param and made it optional
21030:
21031: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21032: dnodes
21033: !$attributenode.specified = boolean
21034: true if the attribute received its value explicitly
21035: in the XML document,
21036: or if a value was assigned programatically with the
21037: setValue function.
21038: false if the attribute value came from the default value
21039: declared in the document's DTD.
21040: !$pinode.target = target of this processing instruction
21041: XML defines this as being the first token following the
21042: markup
21043: that begins the processing instruction.
21044: XPath:
21045: !^node.select[xpath/query/expression] = hash of 0->node0
21046: 1->node1
21047: !^node.select-single[xpath/query/expression] = first node if
21048: any
21049:
21050: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21051: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21052: some 'const's added
21053:
21054: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21055: expression context now, there value = size and boolean value
21056: size!=0
21057:
21058: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21059: can be used in expression context now, there value = size and
21060: boolean value size!=0
21061:
21062: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21063: types/pa_vstring.h: dnode .file .string .save moved back to dom
21064: due to strange xalan bug
21065:
21066: 2001-09-18 parser
21067:
21068: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21069: classes/image.C, classes/op.C, classes/table.C,
21070: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21071: include/pa_sql_driver_manager.h, main/compile.C,
21072: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21073: main/execute.C, main/pa_common.C, main/pa_request.C,
21074: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21075: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21076: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21077: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21078: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21079: before_xml branch ^if(def $hash) now true only when
21080: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21081:
21082: * src/: classes/op.C, main/execute.C: operators self changed to
21083: root ^for variable context changed to self
21084:
21085: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21086: dnode 1
21087:
21088: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21089: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21090:
21091: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21092: poly* fixed
21093:
21094: 2001-09-17 parser
21095:
21096: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21097: types/pa_vdom.h: started dnode+dom
21098:
21099: dnode DOM methods: $node.name $node.value
21100: ...others...
21101:
21102: ^node.xpath[/rates/USD] = hash
21103: $hash[
21104: $.0[node0]
21105: $.1[node1]
21106: ]
21107:
21108: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21109: applies to all linear primitives
21110:
21111: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21112: include/pa_stylesheet_connection.h, main/main.dsp,
21113: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21114: types/pa_vimage.h: started dnode DOM: $node.name
21115: $node.value ...others... ^node.xpath[/rates/USD] = hash
21116: dom(dnode)
21117:
21118: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21119: main/compile.y, main/compile_tools.h, main/execute.C,
21120: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21121: in expression compound($aa.zz.xx) names now can have minus '-' in
21122: name after '.'
21123:
21124: 2001-09-15 parser
21125:
21126: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21127: image: $line-width ^line(...)[**** style]
21128:
21129: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21130: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21131: pool_storage - cleanups first, allocations second. apache wisely
21132: does just like that
21133:
21134: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21135: rewritten using template, no bugs now
21136:
21137: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21138: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21139: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21140: poorly started isapi pool_storage, would rewrite using template
21141: now
21142:
21143: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21144: include/pa_stylesheet_connection.h, main/main.dsp,
21145: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21146: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21147: xalan objects freed up [introducing Pool::register_cleanup]
21148:
21149: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21150: comments
21151:
21152: 2001-09-14 parser
21153:
21154: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21155: z
21156:
21157: * src/: classes/dom.C, classes/file.C, classes/image.C,
21158: classes/mail.C, include/pa_common.h,
21159: include/pa_sql_driver_manager.h, include/pa_string.h,
21160: include/pa_stylesheet_connection.h,
21161: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21162: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21163: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21164: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21165: compiled&cached
21166:
21167: 2001-09-13 parser
21168:
21169: * src/: classes/dom.C, classes/file.C, classes/image.C,
21170: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21171:
21172: * src/classes/dom.C: dom:file content-type(.method)
21173:
21174: * src/: include/pa_common.h, include/pa_globals.h,
21175: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21176: string now more informative error messages
21177:
21178: * src/: include/pa_globals.h, include/pa_request.h,
21179: main/pa_request.C, targets/cgi/parser3.C,
21180: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21181: ParserSiteConfig .../parser3.conf
21182:
21183: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21184:
21185: 2001-09-12 parser
21186:
21187: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21188: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21189: precise error reporting: "connection string must start with
21190: protocol://" now
21191:
21192: * src/main/compile.tab.C: fixed - subname code parts actually []
21193: braced
21194:
21195: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21196: lexer on LS_USER level did [] matching without setting nestage,
21197: introduced special LS_NAME_SQUARE_PART state
21198:
21199: 2001-09-11 parser
21200:
21201: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21202: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21203: languages+=xml
21204:
21205: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21206:
21207: * src/classes/dom.C: ^dom:save/string/file[output options] output
21208: options: $.method[xml|html|text] detection fixed
21209:
21210: * src/types/pa_vdom.h: messages
21211:
21212: * src/classes/dom.C: ^dom:save/string/file[output options] output
21213: options: $.method[xml|html|text] detection fixed
21214:
21215: 2001-09-10 parser
21216:
21217: * src/classes/dom.C: ^dom:save/string/file[output options] output
21218: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21219:
21220: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21221: added]
21222:
21223: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21224: ^dom.xslt[stylesheet filename] 0
21225:
21226: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21227: ^dom.xslt[stylesheet filename] -1 doc is lying
21228:
21229: * src/classes/dom.C: ^dom.file[encoding] = file
21230:
21231: * src/classes/: dom.C: ^dom.string[encoding] 1
21232: ^dom.save[encoding;filename]
21233:
21234: * src/classes/dom.C: ^dom.string[] 0
21235:
21236: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21237:
21238: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21239: types/pa_vform.h: ^dom.save[b.xml] 0
21240:
21241: 2001-09-08 parser
21242:
21243: * src/types/pa_vform.C: $form:tables.name.field
21244:
21245: 2001-09-07 parser
21246:
21247: * src/classes/table.C: table:empty removed, superceded by ^if(def
21248: $table)...
21249:
21250: * src/targets/cgi/parser3.C: z
21251:
21252: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21253: from '' to int/double is 0]
21254:
21255: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21256: $table) is false when table is empty
21257:
21258: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21259: !$form:tables $atable[$form:tables.a]
21260: ^atable.menu{a=$atable.element}[,]
21261:
21262: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21263: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21264:
1.116 moko 21265: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21266: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21267: of dom
21268:
21269: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21270: types/pa_vform.C, types/pa_vform.h: z
21271:
21272: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21273: element [not last]
21274:
1.116 moko 21275: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21276: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21277:
21278: 2001-09-06 parser
21279:
21280: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21281: table with one column 'element' and two rows: 1 and 2
21282:
21283: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21284: table with one column 'element' and two rows: 1 and 2
21285:
21286: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21287: bad int/double conversions, and now $form:nonexistent.int(88)
21288: would return 88
21289:
21290: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21291: types/pa_vhash.h: now there's special hash key '_default'
21292: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21293: $._default[xx] ] $hash.c
21294:
21295: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21296: fixed [thanks, fif], ^; were treated there non-literally
21297:
21298: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21299: doxygen
21300:
21301: * src/: classes/image.C, classes/op.C, classes/string.C,
21302: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21303: types/pa_vtable.C: few #ifndef DOXYGEN
21304:
21305: 2001-09-05 parser
21306:
21307: * src/classes/: string.C, table.C: sql options can be void [same as
21308: image:html the other day]
21309:
21310: * src/targets/cgi/Makefile.am: .am undo
21311:
21312: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21313: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21314: macro expantion on param, simply qoutes whatever passed, undone
21315:
21316: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21317: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21318: STRINGIZE(name) #name invented
21319:
21320: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21321: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21322: MAIN_SQL_DRIVERS_NAME "drivers"
21323:
21324: moved to be availible to all users
21325:
21326: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21327: SQL_DRIVER_CREATE_FUNC_NAME
21328:
21329: * src/classes/mail.C: MAIN:MAIL check fixed
21330:
21331: 2001-09-04 parser
21332:
21333: * src/classes/image.C: image.html now can accept void params
21334:
21335: * src/targets/isapi/parser3isapi.C: z
21336:
21337: * src/targets/cgi/parser3.C: full_file_spec bug
21338:
21339: * src/targets/cgi/parser3.C: getenvcheck
21340:
21341: * src/targets/cgi/parser3.C: zz
21342:
21343: * src/targets/cgi/parser3.C: zzz
21344:
21345: * src/classes/date.C: date
21346:
21347: * src/classes/date.C: date:sql-string is now without ''
21348:
1.116 moko 21349: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21350: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21351: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21352:
1.116 moko 21353: * src/include/pa_config_auto.h.in: makes
1.95 moko 21354:
21355: 2001-09-03 parser
21356:
21357: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21358:
21359: 2001-09-01 parser
21360:
21361: * src/classes/image.C: letter_spacing
21362:
21363: * src/classes/image.C: image: font params changed
21364:
21365: * src/classes/image.C: image: as_int as_string used
21366:
21367: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21368: analized
21369:
21370: 2001-08-31 parser
21371:
21372: * src/targets/cgi/parser3.C: z
21373:
1.116 moko 21374: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21375: cygwin
1.95 moko 21376:
21377: * src/classes/void.C: void:int/double += (default)
21378:
21379: * src/classes/image.C: image:font added space param image:font
21380: changed charwidth alg, added kerning const[for now]
21381:
21382: * src/classes/: string.C, table.C: string:int/double (defaults)
21383:
21384: 2001-08-29 parser
21385:
21386: * src/main/pa_exception.C: exception redundant debug info
21387:
21388: 2001-08-28 parser
21389:
21390: * src/classes/image.C: image error msgs
21391:
21392: * src/classes/image.C: image: gifsize little endian
21393:
21394: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21395: doxygeneration
21396:
21397: * src/: classes/Makefile.am, main/Makefile.am,
21398: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21399:
21400: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21401: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21402:
21403: * src/main/compile.C: NO_STRING_ORIGIN check2
21404:
21405: * src/classes/table.C: NO_STRING_ORIGIN check
21406:
21407: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21408: storage class specifiers invalid in friend function declarations
21409:
21410: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21411: main/untaint.C, targets/cgi/parser3.C,
21412: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21413: case of limit
21414:
21415: * src/: classes/file.C, main/pa_common.C: file:move
21416: autocreate/remove dest/src dir
21417:
21418: * src/: classes/string.C, include/pa_dictionary.h,
21419: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21420: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21421: to directory constructor. string:replace
21422:
21423: 2001-08-27 parser
21424:
21425: * src/classes/image.C: fixed jpgsize alg
21426:
21427: * src/classes/image.C: fixed jpgsize alg
21428:
21429: * src/main/pa_exception.C: z
21430:
21431: * src/main/pa_common.C: removed debug info from pa_common
21432:
21433: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21434: [auto.p from current dir loading]
21435:
1.116 moko 21436: * src/: main/pa_common.C, main/pa_exception.C,
21437: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21438: for solaris -lsocket
1.95 moko 21439:
21440: 2001-08-24 parser
21441:
21442: * src/targets/cgi/parser3.C: not cgi extra \n 3
21443:
21444: * src/targets/cgi/parser3.C: not cgi extra \n 2
21445:
21446: * src/targets/cgi/parser3.C: not cgi extra \n
21447:
21448: * src/main/pa_sql_driver_manager.C: z
21449:
21450: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21451: sql* removed services from disconnect - cross-request ideological
21452: probs.
21453:
21454: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21455: cross-request ideological probs. oracle - fixed bug: cs
21456: allocated on request.pool and got freed before disconnect
21457:
21458: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21459: mallocs fixed
21460:
21461: 2001-08-23 parser
21462:
21463: * src/classes/file.C: minor bug in file:save fixed
21464:
21465: * src/main/pa_sql_driver_manager.C: oracle: dlink
21466:
21467: 2001-08-22 parser
21468:
21469: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21470: types/pa_vfile.h: file:load|save[text|binary;
21471:
21472: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21473:
21474: 2001-08-21 parser
21475:
21476: * src/classes/: file.C, table.C: ^file:list
21477:
21478: 2001-08-20 parser
21479:
21480: * src/: main/compile.tab.C, main/compile.y,
21481: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21482: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21483: recousively caused problems: inc incremeted 123 literal!! fixed
21484:
21485: 2001-08-10 parser
21486:
21487: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21488:
21489: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21490: added
21491:
21492: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21493: added
21494:
21495: * src/classes/table.C: table:sort restored [it was bad test :(]
21496:
21497: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21498: ''
21499:
21500: * src/main/: pa_request.C: wanted to make const int
21501: MAX_EXECUTE_SECONDS=1;
21502:
21503: but couldnt, set_callback_and_alarm appeared to be not exported
21504: :(
21505:
21506: * src/main/pa_string.C: string.match hanged on. there were a hang
21507: check but it weren't wise enough
21508:
21509: @parse[dateString][tmp]
21510: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21511: #end
21512:
21513: @main[] ^parse[2001-02-03]
21514:
21515: * src/classes/: table.C: table:sort now default desc
21516:
21517: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21518: table.sort now creates new sorted table
21519:
21520: 2001-08-09 parser
21521:
21522: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21523:
21524: * src/classes/hash.C: hash:_default now [was hash:default]
21525:
21526: * src/classes/op.C: case without switch check added
21527:
21528: * src/types/pa_vcookie.C: cookie name&value origins added, more
21529: precise $ORIGINS(1)
21530:
21531: * src/main/Makefile.am: .am
21532:
21533: * src/classes/void.C: void: int double copy/paste from int: bug
21534: fixed
21535:
21536: * src/classes/void.C: void: int double copy/paste from int: bug
21537: fixed
21538:
21539: 2001-08-07 parser
21540:
21541: * src/: classes/double.C, classes/int.C, classes/string.C,
21542: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21543: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21544: string, table
21545:
21546: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21547: srand made working
21548:
21549: 2001-08-06 parser
21550:
21551: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21552: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21553: main/compile.tab.C, main/compile.y, main/pa_array.C,
21554: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21555: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21556:
21557: * src/main/pa_exec.C: exec win32 real filename
21558:
21559: * src/classes/file.C: exec stderr out
21560:
21561: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21562:
21563: 2001-08-03 parser
21564:
21565: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21566:
21567: 2001-08-02 parser
21568:
21569: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21570: main/execute.C, main/pa_exec.C: introducing Array_iter
21571:
21572: * src/main/execute.C: detected quick_get recursion bug. changed to
21573: get@execute, but needs array iterator, separate from array to
21574: avoid it & use caching
21575:
21576: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21577: bug fixed
21578:
21579: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21580: main/execute.C, main/pa_globals.C: found another multithread bug
21581: in op.C (last, last global var killed) :)
21582:
21583: 2001-08-01 parser
21584:
21585: * src/: include/pa_dictionary.h, include/pa_globals.h,
21586: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21587: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21588: main/untaint.C: speeded up typo-html replacements. introducing
21589: Dictionary with first-char caching
21590:
21591: 2001-07-31 parser
21592:
21593: * src/types/Makefile.am: pa_vtable.C added to .am
21594:
21595: * src/main/compile.tab.C: added, so that could be compiled even on
21596: non-bison-enabled platforms
21597:
21598: 2001-07-28 parser
21599:
21600: * src/classes/table.C: table:hash always produces hash, when can't
21601: - empty
21602:
21603: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21604: skipped \n
21605:
21606: 2001-07-27 parser
21607:
21608: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21609: on int/double/string :sql without result and default
21610:
21611: 2001-07-26 parser
21612:
21613: * src/classes/op.C: fixed bad multithread bug with strangly global
21614: OP
21615:
21616: * src/main/compile.y: $man[$.age[zzz]] 0
21617:
21618: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21619: creation syntax problem persists. restored $: for a while.
21620: thinking of $man[$.age[zzz]] syntax now
21621:
21622: * src/: classes/double.C, classes/int.C, classes/string.C,
21623: include/pa_opcode.h, main/compile.C, main/compile.y,
21624: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21625: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21626: types/pa_wwrapper.h: fixing :: realization #1
21627:
21628: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21629: main/compile_tools.h, main/execute.C, main/pa_request.C,
21630: types/pa_vmethod_frame.h: introducing :: this is constructor call
21631: prefix. ordinary : remains for static accesses
21632:
21633: 2001-07-25 parser
21634:
21635: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21636: fields 2. methods 3. columns
21637:
21638: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21639: quote. optimized double&int tostring-s
21640:
21641: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21642: whitespace before first method decl
21643:
21644: * src/classes/table.C: allowed nontable result in table:sql,
21645: results in empty table
21646:
21647: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21648: lines before first method decl
21649:
21650: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21651: types/pa_vtable.h: ^table.record[] now $table.fields
21652:
21653: * src/main/compile.y: $var[] is now empty string, not void
21654:
21655: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21656: void
21657:
21658: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21659: main/pa_globals.C: match replace code context moved to implicit
21660: $match context
21661:
21662: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21663: main/compile_tools.h, main/execute.C: with killed, code storage
21664: introduced with former 'with' syntax
21665:
21666: 2001-07-24 parser
21667:
21668: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21669: types/pa_value.h: first get_element, next get operator
21670:
21671: * src/main/compile.y: removed @end handling
21672:
21673: * src/main/: compile.C, compile.y: @end handling method2
21674:
21675: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21676: file:move
21677:
21678: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21679: fixed
21680:
21681: 2001-07-23 parser
21682:
21683: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21684: driver
21685:
21686: * src/classes/hash.C: changed sql driver query interface
21687:
21688: * src/: classes/hash.C, classes/string.C, classes/table.C,
21689: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21690: changed sql driver query interface
21691:
21692: 2001-07-20 parser
21693:
21694: * src/types/pa_vrequest.C: X!$browser:type
21695:
21696: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21697: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21698: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21699: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21700: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21701: types/pa_vobject.h, types/pa_vrequest.C,
21702: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21703: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21704: BASE element globally removed
21705:
21706: 2001-07-18 parser
21707:
21708: * src/classes/file.C: file:exec/cgi msg
21709:
21710: * src/classes/file.C: $file:exit-code renamed to 'status'
21711:
21712: * src/: classes/file.C, main/pa_exec.C: file:exec
21713:
1.116 moko 21714: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21715: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21716: removed $id from *.in *.am
1.95 moko 21717:
21718: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21719: abbrevations
21720:
21721: * src/: classes/date.C, classes/mail.C, classes/math.C,
21722: classes/string.C, classes/table.C, include/pa_globals.h,
21723: include/pa_string.h, main/execute.C, main/pa_globals.C,
21724: main/pa_request.C, main/pa_string.C, main/untaint.C,
21725: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21726: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21727: $ORIGINS(1) output tracing mode
21728:
21729: 2001-07-13 parser
21730:
21731: * src/: classes/double.C, classes/int.C, classes/string.C,
21732: include/pa_request.h, main/execute.C, main/pa_request.C:
21733: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21734: second would not call first @auto
21735:
21736: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21737: wrong, fixed
21738:
21739: 2001-07-12 parser
21740:
21741: * src/types/pa_value.h: pa_value.putelement modification of system
21742: classes prevented
21743:
21744: 2001-07-11 parser
21745:
21746: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21747: table $piece
21748:
21749: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21750: types/pa_vstateless_class.h: $file created by file:state +=
21751: .atime .mtime .ctime +found&fixed bug with exceptions on
21752: get_junction-created objects [they were on wrong pool]
21753:
21754: 2001-07-09 parser
21755:
21756: * src/main/untaint.C: qp wrong name
21757:
21758: * src/: classes/date.C, classes/string.C, classes/table.C,
21759: main/compile.y: date format 0
21760:
21761: 2001-07-07 parser
21762:
21763: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21764: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21765: roll table calendar
21766:
21767: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21768: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21769: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21770: include/pa_request.h, main/main.dsp, types/pa_value.h,
21771: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21772: string. todo: sql, calendar
21773:
21774: 2001-07-06 parser
21775:
21776: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21777: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21778:
21779: 2001-07-03 parser
21780:
21781: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21782: classes/random.C, main/main.dsp: class random renamed to math,
21783: operators became methods
21784:
21785: * src/classes/op.C: pow sqrt
21786:
21787: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21788:
21789: 2001-07-02 parser
21790:
21791: * src/classes/table.C: ^table.columns column renamed from 'name' to
21792: 'column'
21793:
21794: * src/classes/hash.C: ^hash.keys[]
21795:
21796: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21797:
21798: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21799: 'strings'
21800:
21801: 2001-06-29 parser
21802:
21803: * src/main/: execute.C: /0 %0 checkes ver 2
21804:
21805: * src/main/execute.C: /0 %0 checke
21806:
21807: * src/classes/Makefile.am: nothing - void
21808:
21809: * src/classes/table.C: empty strings @ sql
21810:
21811: 2001-06-28 parser
21812:
21813: * src/: classes/double.C, classes/file.C, classes/form.C,
21814: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21815: classes/op.C, classes/random.C, classes/response.C,
21816: classes/string.C, classes/table.C, classes/void.C,
21817: main/compile.C, main/compile_tools.C, main/execute.C,
21818: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21819: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21820: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21821: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21822: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21823: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21824: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21825: $";
21826:
21827: * src/: classes/double.C, classes/file.C, classes/form.C,
21828: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21829: classes/op.C, classes/random.C, classes/response.C,
21830: classes/string.C, classes/table.C, classes/void.C,
21831: main/compile.C, main/compile.y, main/compile_tools.C,
21832: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21833: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21834: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21835: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21836: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21837: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21838:
21839: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21840: $class:name: == ${class:name}:
21841:
21842: * src/classes/string.C: exactly one
21843:
21844: 2001-06-27 parser
21845:
21846: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21847: types/pa_vvoid.h: nothing renamed to void
21848:
21849: * src/classes/op.C: ^switch ^case
21850:
21851: * src/main/compile.y: nothing renamed to void
21852:
21853: * src/: classes/hash.C, classes/table.C, main/compile.y,
21854: main/execute.C, main/main.dsp, main/pa_request.C,
21855: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21856: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21857: void
21858:
21859: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21860:
21861: 2001-05-28 parser
21862:
21863: * src/doc/html2chm.cmd: removed >a
21864:
21865: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21866: project options [some bugs]
21867:
21868: * src/doc/sources2html.cmd: z
21869:
21870: * src/: classes/classes.C, main/compile.C, main/compile.y,
21871: main/execute.C: operators are not in root class again
21872:
21873: 2001-05-24 parser
21874:
21875: * src/targets/cgi/parser3.dsp: project file
21876:
21877: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21878: ^log ^exp
21879:
21880: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21881: conversions in @exception[params]
21882:
21883: * src/main/pa_request.C: // no _ conversions in @exception[params]
21884:
21885: 2001-05-23 parser
21886:
21887: * src/main/pa_string.C: string cmp bug
21888:
21889: * src/classes/: mail.C, op.C: rem max 1000
21890:
21891: * src/: classes/op.C, main/compile.y: allow one empty line before
21892: LS_DEF_NAME
21893:
21894: 2001-05-22 parser
21895:
21896: * src/classes/op.C: if params code-required
21897:
21898: 2001-05-21 parser
21899:
21900: * src/types/pa_vstring.C: eoleof
21901:
21902: * src/classes/Makefile.am: .AM
21903:
21904: * src/classes/nothing.C: resultless ^sql moved to nothing:
21905:
21906: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21907:
21908: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21909: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21910: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21911: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21912: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21913: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21914: 'nothing'
21915:
21916: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21917: vstring::set_string
21918:
21919: * src/classes/: double.C, int.C, string.C: int,double;sql
21920:
21921: * src/: classes/hash.C, classes/int.C, classes/string.C,
21922: classes/table.C, include/pa_string.h, main/pa_string.C,
21923: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21924:
21925: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21926: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21927: hash:sql moved to main trunc. operators.txt updated
21928:
21929: * src/classes/: hash.C, op.C, table.C: hash:sql
21930:
21931: * src/classes/op.C: z
21932:
21933: * src/: main/compile.C, classes/classes.C: 1
21934:
21935: * src/: classes/classes.C, main/compile.C, main/compile.y,
21936: main/execute.C: 0
21937:
21938: * src/main/execute.C: z
21939:
21940: * src/targets/cgi/parser3.C: z
21941:
21942: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21943: site_auto_path "." in that case
21944:
21945: * src/targets/cgi/: parser3.C: z
21946:
21947: * src/main/pa_request.C: .am
21948:
21949: * src/: main/pa_request.C, targets/cgi/parser3.C:
21950: pcre_tables=pcre_default_tables;
21951:
21952: 2001-05-19 parser
21953:
21954: * src/main/pa_string.C: z
21955:
21956: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21957: introducing String::cstr_bufsize, returns just size+1 for as_is
21958: target.
21959:
21960: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21961: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21962: used, 4* mem wasted
21963:
21964: * src/classes/string.C: root context in match replace body now
21965: unchanged
21966:
21967: * src/types/pa_value.h: parameter # 1 based
21968:
21969: * src/main/pa_common.C: common: actual filename '%s'
21970:
21971: * src/classes/string.C: z
21972:
21973: * src/classes/Makefile.am: classes/.am
21974:
21975: * src/classes/: Makefile.am: classes/.am
21976:
21977: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21978: targets/cgi/pa_pool.C: classes/.am
21979:
21980: 2001-05-18 parser
21981:
1.116 moko 21982: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21983: pa_threads.C ins
1.95 moko 21984:
21985: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21986:
21987: 2001-05-17 parser
21988:
21989: * src/: classes/string.C, include/pa_config_fixed.h,
21990: include/pa_config_includes.h, main/compile.y,
21991: main/compile_tools.h, main/execute.C, main/pa_array.C,
21992: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21993: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21994: types/pa_vform.C: #include "pa_config_includes.h" removed from
21995: most .C
21996:
21997: * src/doc/html2chm.cmd: z
21998:
21999: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22000: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22001:
22002: * src/main/pa_sql_driver_manager.C: moved expiration to
22003: get_connection_from_cache
22004:
22005: * src/main/pa_sql_driver_manager.C: cache expiration bf
22006:
22007: * src/: classes/classes.h, include/pa_sql_connection.h,
22008: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22009: cache expiration[use SQL_Driver::disconnect]
22010:
22011: * src/main/pa_table.C: table.locate current restored on "not found"
22012:
22013: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22014: line no
22015:
22016: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22017: ANTI_ENDLESS_EXECUTE_RECOURSION
22018:
22019: * src/: classes/op.C, include/pa_sql_connection.h,
22020: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22021: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22022: 1driver and set_services fight for driver::fservices. before fix
22023:
22024: * src/: classes/op.C, include/pa_config_fixed.h,
22025: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22026: main/pa_sql_driver_manager.C: found problem at last: 2connections
22027: own 1driver and set_services fight for driver::fservices. before
22028: fix
22029:
22030: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22031: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22032: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22033: pa_threads.C
22034:
22035: * src/include/pa_threads.h: removed targets/parser
22036:
22037: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22038: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22039: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22040: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22041: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22042: headers
22043:
22044: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22045: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22046: order prevented sqlmanager to see MULTYTHREAD define
22047:
22048: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22049: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22050: put/gets
22051:
22052: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22053: from hash.h
22054:
22055: * src/: classes/op.C, include/pa_sql_connection.h,
22056: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22057: from cache ->set_services(&services);
22058:
22059: 2001-05-16 parser
22060:
22061: * src/targets/cgi/parser3.C: z
22062:
22063: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22064: debug, #ifdefed some. would debug later, on more precise sample
22065: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22066: $name.$tail[$tail!] $name.$tail } ok3
22067:
22068: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22069: removed array debug. before vstring rebasing
22070:
22071: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22072: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22073: array debugged; adjusted
22074:
22075: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22076: SQL_Driver_manager line no for connect/charset errors
22077:
22078: 2001-05-15 parser
22079:
22080: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22081: main/pa_string.C: string+array made linear grows
22082:
22083: * src/: include/pa_string.h, main/pa_string.C,
22084: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22085: grow lineary, not exponentialy
22086:
22087: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22088: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22089: with fullchunk cmps
22090:
22091: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22092: 70041= 81
22093:
22094: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22095: targets/cgi/parser3.C: detected huge mem allocation: size/times
22096: malloc 27809390/368771, calloc 3232/83. would test now
22097:
22098: * src/: classes/random.C, main/compile.y, main/execute.C,
22099: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22100: numbered params had wrong name - for instance: bad error message
22101: in ^for[] bad body type. fixed
22102:
22103: 2001-05-14 parser
22104:
22105: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22106: main/untaint.C: ^string.upper|lower[]
22107:
22108: 2001-05-11 parser
22109:
22110: * src/: classes/double.C, classes/image.C, classes/op.C,
22111: classes/string.C, classes/table.C, classes/unknown.C,
22112: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22113: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22114: types/pa_vunknown.h: op: MAX_LOOPS as_int
22115:
22116: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22117: .dsp for win32tools
22118:
22119: 2001-05-11 paf
22120:
22121: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22122: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22123: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22124: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22125:
22126: 2001-05-10 paf
22127:
22128: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22129: for C++, that's all
22130:
1.116 moko 22131: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22132: pa_config_includes.h: inline wonders
1.95 moko 22133:
22134: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22135: doc/doxygen.cmd: hash.C added
22136:
22137: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22138:
22139: * src/main/compile.y: @end grammar: allowed zero strings in control
22140: menthod
22141:
22142: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22143: pa_vstateless_object.h: changed priority: field before method
22144: lookup in vclass & vobject
22145:
22146: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22147: grammar: priorities changes [lowerd && prior] vobject: now first
22148: fields, next methods
22149:
22150: 2001-05-08 paf
22151:
22152: * src/main/pa_table.C: table columnname2item on nameless ignored
22153: bark=false. fixed
22154:
22155: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22156: types/pa_vmethod_frame.h: hash:default works at last!
22157:
22158: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22159: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22160: hash:default
22161:
22162: * src/classes/table.C: z
22163:
22164: * src/classes/table.C: table:hash always hash of hash now
22165:
22166: * src/classes/table.C: table:empty return bool now
22167:
22168: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22169: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22170: types/pa_vtable.h: table:hash
22171:
22172: * src/classes/table.C: table:record have name
22173:
22174: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22175: returns vunknown
22176:
22177: * src/classes/: double.C, int.C, op.C, string.C:
22178: int,double,string:int[] double[] string:length[] results now have
22179: hames
22180:
22181: * src/: classes/op.C, classes/table.C, main/main.dsp,
22182: types/pa_vtable.h: removed table:find. table:locate and op:eval
22183: now return bool
22184:
22185: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22186: in method checkparams again. fixed
22187:
22188: 2001-05-07 paf
22189:
22190: * src/doc/chm.cmd: cmd
22191:
22192: * src/: classes/image.C, classes/mail.C, classes/string.C,
22193: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22194: types/pa_value.h: method reported errors on wrong pool
22195:
22196: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22197: now
22198:
22199: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22200: include/code.h, include/pa_opcode.h, main/compile.C,
22201: main/compile_tools.h, main/execute.C, types/pa_value.h,
22202: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22203: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22204: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22205: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22206: types/pa_vmethod_frame.h, types/pa_vobject.h,
22207: types/pa_vrequest.h, types/pa_vresponse.h,
22208: types/pa_vstateless_class.h, types/pa_vstring.h,
22209: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22210: types/pa_wwrapper.h: pa_code.h
22211:
22212: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22213:
22214: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22215: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22216: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22217: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22218: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22219: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22220: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22221: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22222: types/pa_vtable.h: dox, split by not clean parts also
22223:
22224: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22225: types/pa_vtable.h: table: fields, then methods. so to enable
22226: 'dir' fields & co. more
22227:
22228: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22229: so to enable 'dir' fields & co.
22230:
22231: * src/main/compile.y: grammar: @end
22232:
22233: 2001-05-04 paf
22234:
22235: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22236: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22237:
22238: * src/: classes/classes.h, classes/double.C, classes/file.C,
22239: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22240: classes/op.C, classes/random.C, classes/response.C,
22241: classes/string.C, classes/table.C, classes/unknown.C,
22242: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22243: method dox
22244:
22245: 2001-05-03 paf
22246:
22247: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22248: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22249: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22250: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22251: doc/string.dox, doc/targets.dox, doc/value.dox,
22252: main/pa_request.C: dox splitted .dox files and added some
22253:
22254: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22255:
22256: 2001-05-02 paf
22257:
22258: * src/classes/: image.C, table.C: table:dir result are not tainted
22259: by file_name language now
22260:
22261: 2001-04-28 paf
22262:
22263: * src/classes/classes.inc: removed classes.inc
22264:
22265: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22266: from .am
22267:
22268: * src/classes/classes.awk: skipped classes in .awk
22269:
22270: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22271: classes/classes.inc, classes/double.C, classes/file.C,
22272: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22273: classes/string.C, classes/table.C, classes/unknown.C,
22274: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22275: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22276: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22277: pa_methoded back to classes/classes.h
22278:
22279: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22280:
22281: * src/: classes/Makefile.am, classes/classes.awk,
22282: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22283: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22284:
22285: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22286: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22287: classes/response.C, classes/string.C, classes/table.C,
22288: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22289: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22290: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22291: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22292: include|main/pa_methoded
22293:
22294: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22295: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22296:
22297: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22298: moved some configured data to request::classes_conf moved some
22299: string crations from globals to M... [works]
22300:
22301: * src/: classes/form.C, classes/mail.C, classes/op.C,
22302: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22303: main/pa_request.C: moved some configured data to
22304: request::classes_conf moved some string crations from globals to
22305: M...
22306:
22307: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22308: about to move configured data to special request hash
22309:
22310: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22311: classes/form.C, classes/mail.C, include/pa_request.h,
22312: main/pa_request.C: configure started
22313:
22314: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22315: 2. todo: methoded-configure
22316:
22317: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22318: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22319: classes/_random.h, classes/_response.h, classes/_string.h,
22320: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22321: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22322: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22323: classes/random.C, classes/response.C, classes/string.C,
22324: classes/table.C, classes/unknown.C, include/pa_globals.h,
22325: include/pa_request.h, main/compile.y, main/execute.C,
22326: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22327: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22328: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22329: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22330: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22331: types/pa_vrequest.h, types/pa_vresponse.h,
22332: types/pa_vstateless_class.h, types/pa_vstring.h,
22333: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22334: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22335: methoded-configure
22336:
22337: * src/: classes/file.C, classes/table.C, main/compile.y,
22338: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22339: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22340: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22341:
22342: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22343: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22344: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22345: classes/random.C, classes/response.C, classes/string.C,
22346: classes/table.C, classes/unknown.C, include/pa_request.h,
22347: main/compile.y, main/execute.C, main/pa_globals.C,
22348: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22349: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22350: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22351: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22352: beautifying just compiled. todo: debug, configure
22353:
22354: 2001-04-27 paf
22355:
22356: * src/: classes/file.C, classes/image.C, classes/table.C,
22357: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22358: beautifying -99
22359:
22360: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22361: classes/_response.h, classes/_unknown.h, classes/classes.C,
22362: classes/classes.h, classes/double.C, classes/file.C,
22363: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22364: classes/op.C, classes/random.C, classes/response.C,
22365: classes/string.C, include/pa_globals.h, main/main.dsp,
22366: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22367: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22368: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22369: types/pa_vunknown.h: beautifying -100
22370:
22371: * src/main/compile.y: serge@ found @CLASS bug. fixed
22372:
22373: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22374: classes/_op.h, classes/_random.h, classes/_table.h,
22375: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22376: classes/op.C, classes/random.C, classes/response.C,
22377: classes/string.C, classes/table.C, classes/unknown.C,
22378: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22379: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22380: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22381: beautifying
22382:
22383: 2001-04-26 paf
22384:
22385: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22386:
22387: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22388: documentation ++
22389:
22390: * src/: classes/_exec.h, doc/doxygen.cfg,
22391: include/pa_config_fixed.h, include/pa_config_includes.h,
22392: targets/cgi/pa_pool.C: code documentation ++
22393:
22394: * src/: classes/_image.h, classes/op.C, classes/random.C,
22395: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22396: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22397: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22398: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22399: types/pa_vmethod_frame.h, types/pa_vobject.h,
22400: types/pa_vrequest.C, types/pa_vrequest.h,
22401: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22402: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22403: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22404: code documentation ++
22405:
22406: * src/: classes/image.C, classes/mail.C, classes/string.C,
22407: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22408: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22409: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22410: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22411: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22412: types/pa_vobject.h, types/pa_vstateless_class.h,
22413: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22414:
22415: * src/main/: pa_request.C, pa_string.C: z
22416:
22417: * src/: include/pa_common.h, include/pa_types.h,
22418: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22419: connection caching fixed. request-pooled-url were stored into
22420: global connectioncache
22421:
22422: 2001-04-25 paf
22423:
22424: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22425: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22426:
22427: * src/: include/code.h, include/pa_common.h, main/compile.y,
22428: main/execute.C, main/pa_common.C: -d
22429:
22430: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22431: illegal call check a bit improved, but still under iis no mapping
22432: of dir with parser allowed!
22433:
22434: 2001-04-24 paf
22435:
22436: * src/targets/Makefile.am: apache module lib .am
22437:
22438: * src/main/pa_exec.C: windows32 buildCommand
22439:
22440: 2001-04-23 paf
22441:
22442: * src/targets/cgi/Makefile.am: win32 conditional
22443:
22444: * src/targets/cgi/Makefile.am: win32 conditional
22445:
22446: * src/targets/cgi/Makefile.am: liblink
22447:
22448: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22449: vfile fields return type
22450:
22451: * src/types/pa_vfile.h: vfile fields return type
22452:
22453: * src/include/pa_config_auto.h.in: .h.in
22454:
22455: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22456: types/Makefile: makefiles removed
22457:
22458: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22459: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22460:
22461: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22462: [tested: i & g ]
22463:
22464: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22465: @test noticed series in isapi, check how initialize_random_class
22466: is called! [must be called only once]
22467:
22468: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22469: would not be 'unknown column'
22470:
22471: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22472: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22473:
22474: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22475: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22476: [now doesnt]
22477:
22478: * src/targets/cgi/parser3.C: cgi cmdline ver
22479:
22480: * src/targets/cgi/parser3.C: cgi /// @test disable
22481: /cgi-bin/parser3/auto.p
22482:
22483: * src/main/untaint.C: untaint without charset
22484:
22485: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22486: main/pa_common.C: common: file_write /// @test mkdirs
22487: file_delete rmdirs
22488:
22489: * src/main/untaint.C: mail header only once to =?
22490:
22491: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22492: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22493: main/untaint.C: untaint - @test optimize whitespaces for
22494: all but 'html'
22495:
22496: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22497: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22498: main/untaint.C: untaint - @test mail-header
22499:
22500: 2001-04-20 paf
22501:
22502: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22503: include/pa_request.h, include/pa_string.h, main/compile.y,
22504: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22505: targets/cgi/parser3.C: $MAIN:LOCALE
22506:
22507: * src/main/untaint.C: z
22508:
22509: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22510:
22511: 2001-04-19 paf
22512:
22513: * src/main/compile_tools.h: $a$b bugfix
22514:
22515: * src/targets/cgi/parser3.C: z
22516:
22517: * src/classes/file.C: z
22518:
22519: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22520: done: header to $fields. waits for header '\' tricks
22521:
22522: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22523: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22524: changed urlencode here and in untaint.C to HTTP standard's " and
22525: \" mech
22526:
22527: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22528: http://alx/~paf/ doesnt load /auto.p
22529:
22530: 2001-04-18 paf
22531:
22532: * src/main/pa_request.C: 1
22533:
22534: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22535: linux @alx
22536:
22537: 2001-04-17 paf
22538:
22539: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22540: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22541: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22542: enabled
22543:
22544: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22545: classes/_exec.h, classes/_file.h, classes/_form.h,
22546: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22547: classes/_random.h, classes/_response.h, classes/_string.h,
22548: classes/_table.h, classes/_unknown.h, classes/file.C,
22549: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22550: include/pa_config_fixed.h, include/pa_config_includes.h,
22551: include/pa_hash.h, include/pa_sql_driver_manager.h,
22552: include/pa_version.h, main/Makefile.am, main/compile.y,
22553: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22554: main/pa_sql_driver_manager.C, sql/Makefile.am,
22555: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22556: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22557: types/pa_vform.C, types/pa_vimage.h: exec @jav
22558:
22559: * src/: include/pa_sql_driver_manager.h,
22560: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22561: types/pa_vimage.h: sql driver interface now has initialize(client
22562: .so)
22563:
22564: 2001-04-16 paf
22565:
22566: * src/Makefile.am: compile2 cygwin
22567:
22568: * src/: include/pa_config_includes.h, main/pa_exec.C,
22569: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22570:
22571: * src/targets/cgi/Makefile.am: compile0 jav
22572:
22573: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22574: classes/_exec.h, classes/_file.h, classes/_form.h,
22575: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22576: classes/_random.h, classes/_response.h, classes/_string.h,
22577: classes/_table.h, classes/_unknown.h, classes/image.C,
22578: classes/mail.C, classes/op.C, classes/random.C,
22579: include/pa_config_fixed.h, include/pa_config_includes.h,
22580: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22581: main/compile.y, main/pa_common.C, main/pa_exec.C,
22582: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22583: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22584: compile-1
22585:
22586: 2001-04-15 paf
22587:
22588: * src/classes/op.C: z
22589:
22590: * src/classes/table.C: table:empty +=process
22591:
22592: * src/types/pa_value.h: MethodParams !junction
22593:
22594: * src/: classes/_string.h, classes/double.C, classes/file.C,
22595: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22596: classes/random.C, classes/response.C, classes/string.C,
22597: classes/table.C, classes/unknown.C, main/pa_request.C:
22598: MethodParams everywhere
22599:
22600: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22601: types/pa_vmethod_frame.h: MethodParams in op.C
22602:
22603: 2001-04-12 paf
22604:
22605: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22606:
22607: * src/: classes/_unknown.h, classes/unknown.C,
22608: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22609: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22610:
22611: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22612:
22613: * src/classes/image.C: image:gif now does not have params
22614:
22615: * src/classes/image.C:
22616: image:line/fill/rectangle/bar/replace/polygon/polybar
22617:
22618: * src/: classes/image.C, classes/op.C, main/execute.C,
22619: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22620: for var now written not to r.wcontext, but to r.root cleared
22621: "entered_object" state
22622:
22623: 2001-04-11 paf
22624:
22625: * src/classes/image.C: image:create image:load
22626:
22627: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22628: just compiled
22629:
22630: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22631: todo: gif without file
22632:
22633: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22634: started porting to Pooled descendant
22635:
22636: * src/: classes/image.C, main/execute.C, main/main.dsp,
22637: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22638: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22639: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22640:
22641: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22642: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22643: end. switching to python imaging lib
22644:
22645: * src/main/main.dsp: gd+smtp made separate libs
22646:
22647: * src/: include/pa_globals.h, include/pa_string.h,
22648: main/pa_common.C, main/pa_request.C, main/untaint.C,
22649: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22650: length
22651:
22652: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22653: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22654: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22655: UL_FILE_NAME of posted file name
22656:
22657: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22658: post [broke when moved post read to core]
22659:
22660: 2001-04-10 paf
22661:
22662: * src/classes/image.C: image:html done
22663:
22664: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22665:
22666: * src/classes/image.C: z
22667:
22668: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22669: forgotten!
22670:
22671: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22672: main/pa_request.C, main/pa_string.C, main/untaint.C,
22673: types/pa_vimage.h: image:measure -90
22674:
22675: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22676: classes/_int.h, classes/_mail.h, classes/_op.h,
22677: classes/_random.h, classes/_response.h, classes/_string.h,
22678: classes/_table.h, classes/file.C, classes/mail.C,
22679: include/pa_common.h, include/pa_globals.h, main/execute.C,
22680: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22681: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22682: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22683: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22684: compiled
22685:
22686: * src/classes/mail.C: minor bug with unclear from/to
22687:
22688: * src/classes/mail.C: sendmail unix skipping defaults
22689:
22690: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22691: sendmail unix added defaults
22692:
22693: * src/classes/mail.C: unix sendmail compiled. todo:testing
22694:
22695: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22696:
22697: 2001-04-09 paf
22698:
22699: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22700: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22701: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22702: targets/isapi/parser3isapi.dsp: all targets exec
22703:
22704: * src/: include/pa_sapi.h, include/pa_string.h,
22705: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22706: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22707: args in apache:util.script
22708:
22709: * src/include/pa_string.h: written but not tested exec with env for
22710: unix
22711:
22712: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22713: targets/cgi/parser3.C: exec win32 env
22714:
22715: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22716: 0
22717:
22718: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22719: main/execute.C, main/main.dsp, main/pa_globals.C,
22720: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22721: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22722:
22723: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22724: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22725:
22726: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22727: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22728:
22729: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22730: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22731: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22732: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22733: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22734: exec class just compiled. moved post read to request core
22735:
22736: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22737: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22738: main/pa_globals.C, targets/cgi/parser3.C,
22739: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22740: are already read by vform
22741:
22742: 2001-04-08 paf
22743:
22744: * src/: classes/file.C, classes/mail.C, classes/string.C,
22745: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22746: uuencode. string<<
22747:
22748: 2001-04-07 paf
22749:
22750: * src/classes/mail.C: z
22751:
22752: * src/classes/mail.C: z
22753:
22754: * src/classes/mail.C: ^mail[$attach
22755:
22756: * src/classes/mail.C: ^attach dead end
22757:
22758: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22759: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22760: targets/isapi/parser3isapi.C: mail:send 1
22761:
22762: * src/: classes/mail.C, main/pa_request.C: z
22763:
22764: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22765: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22766: compiled
22767:
22768: * src/classes/mail.C: +=
22769:
22770: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22771: prepared
22772:
22773: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22774: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22775: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22776: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22777:
22778: 2001-04-06 paf
22779:
22780: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22781: main/pa_string.C: table:dir 1
22782:
22783: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22784: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22785:
22786: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22787: classes/root.C, include/pa_globals.h, include/pa_request.h,
22788: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22789: main/pa_request.C: renamed 'root' to 'op'
22790:
22791: * src/classes/: _op.h, op.C: renamed from 'root'
22792:
22793: * src/types/pa_valiased.C: another root inherititance skipped
22794:
22795: * src/main/: compile.C, compile.y, execute.C: operators are now not
22796: root methods of parent class. just 'ROOT' class
22797:
22798: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22799: @office
22800:
22801: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22802:
22803: 2001-04-05 paf
22804:
22805: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22806: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22807: constructor flag dropped at get_method_frame and remembered into
22808: method_frame
22809:
22810: * src/: classes/file.C, classes/root.C, classes/string.C,
22811: classes/table.C, main/pa_request.C: junction to code&expression
22812: in errors
22813:
22814: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22815: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22816: $LOCALE:ctype[Russian_Russia.1251]
22817:
22818: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22819: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22820: main/pa_table.C: hash now not thread-safe.
22821:
22822: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22823: main/untaint.C: z
22824:
22825: * src/: classes/random.C, classes/root.C, classes/table.C,
22826: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22827: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22828: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22829: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22830:
22831: * src/: classes/table.C, include/pa_sql_connection.h,
22832: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22833:
22834: * src/classes/table.C: select * from hren error contains statement
22835:
22836: * src/: classes/table.C, include/pa_sql_connection.h,
22837: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22838: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22839:
22840: * src/: classes/root.C, include/pa_sql_connection.h,
22841: include/pa_sql_driver.h, main/main.dsp,
22842: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22843: services for conv memory & error reporting
22844:
22845: 2001-04-04 paf
22846:
22847: * src/doc/doxygen.cfg: z
22848:
22849: * src/include/pa_sql_driver.h: mysql connect
22850:
22851: * src/include/pa_sql_driver.h: mysql info
22852:
22853: * src/: classes/root.C, include/pa_sql_driver.h,
22854: include/pa_sql_driver_manager.h, main/main.dsp,
22855: main/pa_sql_driver_manager.C: more manager&connection&driver
22856:
22857: * src/sql/Makefile.am: forgot to add mysql client
22858:
22859: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22860: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22861: [forgot to add libltdl, added]
22862:
22863: * src/: Makefile.am, classes/root.C, classes/string.C,
22864: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22865: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22866: include/pa_string.h, include/pa_table.h, main/main.dsp,
22867: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22868: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22869: -1000 just compiled
22870:
22871: * src/: classes/random.C, classes/root.C, classes/table.C,
22872: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22873: main/pa_request.C, types/pa_vclass.h: sql frame -10
22874:
22875: 2001-04-03 paf
22876:
22877: * src/types/pa_vform.C: z
22878:
22879: * src/: classes/string.C, types/pa_vform.C: string:match replace
22880: assigned lang
22881:
22882: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22883: {}[]< empty []
22884:
22885: * src/: classes/file.C, classes/string.C, classes/table.C,
22886: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22887: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22888:
22889: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22890: string:match replace strange matches
22891:
22892: * src/classes/string.C: string:match replace 0
22893:
22894: * src/: classes/string.C, main/pa_string.C: string:match replace
22895: prepared 2
22896:
22897: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22898: string:match replace prepared
22899:
22900: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22901: string:match replace -11
22902:
22903: * src/: classes/string.C, include/pa_globals.h,
22904: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22905: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22906:
22907: * src/: classes/string.C, include/pa_globals.h,
22908: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22909: main/pa_string.C: string:match [search] -1 just compiled
22910:
22911: * src/types/pa_vstring.C: z
22912:
22913: * src/: classes/double.C, classes/file.C, classes/form.C,
22914: classes/int.C, classes/response.C, classes/root.C,
22915: classes/string.C, classes/table.C, include/pa_string.h,
22916: main/pa_string.C: string:match -10 [frame]
22917:
22918: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22919: main/pa_request.C: z
22920:
22921: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22922: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22923: todo/tests
22924:
22925: * src/include/pa_common.h: z
22926:
22927: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22928: main/pa_request.C, targets/cgi/parser3.C,
22929: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22930: content-disposition
22931:
22932: * src/: include/pa_common.h, include/pa_globals.h,
22933: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22934: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22935:
22936: * src/: include/pa_common.h, include/pa_request.h,
22937: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22938: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22939: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22940: response:body
22941:
22942: * src/classes/table.C: table:append now uses string::split
22943:
22944: * src/classes/table.C: z
22945:
22946: * src/: classes/file.C, classes/root.C, classes/string.C,
22947: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22948: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22949: include/pa_string.h, main/execute.C, main/pa_string.C,
22950: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22951: string::pos & cmp & piece bugs fixed. string::split new
22952: table:load separated from set table:set implemented with clean \n
22953: \t searches
22954:
22955: 2001-04-02 paf
22956:
22957: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22958: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22959: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22960: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22961: it in table:set/load
22962:
22963: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22964: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22965:
22966: * src/classes/random.C: random:generate 1
22967:
22968: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22969: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22970: types/pa_value.h: random:generate
22971:
22972: 2001-03-30 paf
22973:
22974: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22975: todo: table flip and append. string::pos
22976:
22977: * src/: classes/double.C, classes/file.C, classes/int.C,
22978: classes/response.C, classes/root.C, classes/string.C,
22979: classes/table.C, main/compile.y, main/execute.C,
22980: types/pa_value.h, types/pa_vstateless_class.C,
22981: types/pa_vstateless_class.h: static|dynamic|any method
22982: registration
22983:
22984: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22985: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22986: table:flip
22987:
22988: 2001-03-29 paf
22989:
22990: * src/classes/string.C: string:xsplit forgot that they must result
22991: in 1 row N column [not vice versa]
22992:
22993: * src/classes/string.C: z
22994:
22995: * src/classes/string.C: string: rsplit
22996:
22997: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22998: string: lsplit
22999:
23000: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23001: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23002: lsplit -1
23003:
23004: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23005: string: pos
23006:
23007: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23008: string: pos -1
23009:
23010: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23011: main/compile.y, main/pa_request.C, main/pa_string.C,
23012: main/untaint.C: string: left right mid
23013:
23014: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23015: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23016: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23017: and [;] are different now.
23018:
23019: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23020: main/untaint.C: pool.request undone
23021:
23022: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23023: main/untaint.C: pool.request
23024:
23025: 2001-03-28 paf
23026:
23027: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23028: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23029: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23030: $request:browser [.type .version]; unknown.get_double now = 0.
23031:
23032: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23033: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23034: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23035: types/pa_vform.C: file:load autodetection of mime-type by
23036: user-file-name
23037:
23038: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23039: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23040: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23041:
23042: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23043: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23044: write. must be self.set
23045:
23046: * src/: classes/file.C, classes/root.C, classes/table.C,
23047: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23048:
23049: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23050: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23051: types/pa_vtable.h: table:locate just compiled
23052:
23053: 2001-03-27 paf
23054:
23055: * src/main/: execute.C, pa_common.C: fixed r/w context of
23056: code-params2, fixed ntfs hardlink slow dir update
23057:
23058: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23059: types/pa_wcontext.h: fixed r/w context of code-params
23060:
23061: * src/: classes/table.C, main/execute.C: about to change junction
23062: rcontext!!
23063:
23064: * src/: classes/double.C, classes/int.C, classes/root.C,
23065: classes/string.C, classes/table.C, main/compile_tools.C,
23066: main/execute.C, main/pa_request.C, main/untaint.C,
23067: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23068: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23069: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23070: types/pa_vunknown.h: sort 0
23071:
23072: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23073: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23074: renamed to are_static_calls_disabled
23075:
23076: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23077: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23078: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23079: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23080:
23081: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23082:
23083: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23084: started table:sort fixed minor bug in #...^{
23085:
23086: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23087: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23088: decided to have as it were. stepped back. grammar: added 'in'
23089: 'is' 'lt'&co follow-space check
23090:
23091: 2001-03-26 paf
23092:
23093: * src/: classes/file.C, classes/root.C, classes/table.C,
23094: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23095: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23096: main/pa_table.C: moved ::save to pa_table. disabled @auto
23097: invocation in ^process
23098:
23099: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23100:
23101: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23102: main/pa_array.C: table:record
23103:
23104: * src/: main/untaint.C, targets/cgi/parser3.C,
23105: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23106: targets/isapi/pool_storage.h, types/pa_valiased.h,
23107: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23108: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23109: types/pa_vtable.h: z
23110:
23111: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23112: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23113: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23114: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23115: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23116: method realisations on 'self' validity - they now can simply
23117: assume that 'self' is V{Proper} .
23118:
23119: 2001-03-25 paf
23120:
23121: * src/main/untaint.C: z
23122:
23123: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23124: lowlevel - it initialization could be skipped if failed in @auto.
23125: so that exception report would use some table
23126:
23127: * src/main/pa_request.C: table empty lines ignored. system-default
23128: content type assigned in output:result [can fail in main:auto and
23129: skipped normal defaults extraction]
23130:
23131: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23132: bug
23133:
23134: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23135: processing to table [except preliminary \r\n \r \n replacements
23136: to "\n"]
23137:
23138: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23139: move all the processing to table
23140:
23141: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23142: main/pa_table.C, main/untaint.C: returned table originating.
23143: useful for reporting typo table problems origin. think would be
23144: useful somewhere else
23145:
23146: * src/main/untaint.C: typo \r \r\n \n properly handled
23147:
23148: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23149: include/pa_table.h, main/compile.y, main/compile_tools.C,
23150: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23151: main/pa_string.C, main/pa_table.C, main/untaint.C,
23152: types/pa_vcookie.h: typo & typo-default
23153:
23154: 2001-03-24 paf
23155:
23156: * src/main/pa_common.C: z
23157:
23158: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23159: targets/cgi/parser3.C: html-typo 2
23160:
23161: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23162: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23163: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23164: main/execute.C, main/pa_array.C, main/pa_globals.C,
23165: main/pa_request.C, main/pa_string.C, main/untaint.C,
23166: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23167: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23168: noticed double default content-type prob. run cgi.cmd tomorrow
23169: first html-typo sample. detected << problem: they become ltlt too
23170: fast
23171:
23172: * src/main/compile.y: z
23173:
23174: * src/main/: compile.y, compile_tools.h: #comment
23175:
23176: * src/: classes/file.C, classes/root.C, classes/table.C,
23177: include/pa_common.h, include/pa_request.h, main/compile.y,
23178: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23179: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23180: stringified
23181:
23182: * src/types/pa_valiased.C: decided to String-ify file_read
23183:
23184: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23185: isapi/parser3isapi.dsp: cgi: sapi::log
23186:
23187: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23188: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23189: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23190: error log experiments failed - cgi under iis got no access to
23191: log. registereventsource simply failed with 5(illegal call) code,
23192: while worked OK as standalone executable. isapi: used
23193: HSE_APPEND_LOG_PARAMETER feature
23194:
23195: * src/: include/pa_common.h, include/pa_globals.h,
23196: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23197: targets/isapi/parser3isapi.C: fixed default content-type
23198: allocation storage
23199:
23200: * src/: include/pa_globals.h, include/pa_request.h,
23201: main/pa_globals.C, main/pa_request.C: z
23202:
23203: * src/: include/pa_array.h, include/pa_hash.h,
23204: include/pa_request.h, main/compile.y, main/pa_array.C,
23205: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23206: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23207: content-type
23208:
23209: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23210: sanity
23211:
23212: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23213: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23214: away freeze mech. no danger now for you can't do
23215: ^request:process[@new-method[] body] trick anymore. still
23216: remains $some_instance.process[@new-method[] possibility] but
23217: would leave it as a feature. see index for sample
23218:
23219: * src/: include/pa_common.h, main/pa_common.C,
23220: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23221: monkey every target
23222:
23223: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23224: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23225: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23226:
23227: 2001-03-23 paf
23228:
23229: * src/: include/pa_pool.h, main/pa_request.C,
23230: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23231: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23232: targets/isapi/pool_storage.h: isapi: dumb pool storage
23233:
23234: * src/targets/isapi/pa_pool.C: decided to continue with extension
23235:
23236: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23237: it would be better to rewrite as filter then to deal with pool
23238:
23239: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23240: now like in cgi, not from APPL_PHYSICAL_PATH
23241:
23242: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23243: include/pa_config_fixed.h, include/pa_config_includes.h,
23244: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23245: include/pa_version.h, main/compile.y, main/execute.C,
23246: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23247: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23248: main/untaint.C, targets/cgi/parser3.C,
23249: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23250: cgi: reinvent document_root and request_uri under iis. autoconf
23251: updated. introducing ap_config_includes
23252:
23253: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23254:
23255: * src/targets/cgi/parser3.C: cgi: only one pool now
23256:
23257: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23258: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23259: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23260: types/pa_venv.h, types/pa_vform.C: sapi made object
23261:
23262: * src/: include/pa_globals.h, main/pa_request.C,
23263: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23264: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23265: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23266:
23267: * src/: main/pa_request.C, targets/cgi/parser3.C,
23268: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23269: isapi minor env beauty
23270:
23271: * src/: main/pa_request.C, targets/cgi/parser3.C,
23272: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23273: isapi document_root 0
23274:
23275: 2001-03-22 paf
23276:
23277: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23278:
23279: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23280: isapi/parser3isapi.C: z
23281:
23282: * src/: include/pa_pool.h, main/pa_request.C,
23283: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23284:
23285: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23286: kill.pl: isapi added utils
23287:
23288: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23289: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23290: types/pa_vform.C: isapi 0
23291:
23292: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23293: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23294: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23295: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23296: started isapi
23297:
23298: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23299: some comments
23300:
23301: * src/: include/pa_globals.h, include/pa_request.h,
23302: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23303: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23304: parser_root_auto_path parser_site_auto_path
23305:
23306: * src/types/pa_vcookie.C: cookie attr decoded
23307:
23308: 2001-03-21 paf
23309:
23310: * src/targets/cgi/parser3.C: z
23311:
23312: * src/include/pa_globals.h: post. todo: config of auto.p path
23313:
23314: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23315: types/pa_venv.h: in cookie & env. todo:post
23316:
23317: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23318: classes/root.C, classes/table.C, include/pa_array.h,
23319: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23320: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23321: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23322: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23323: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23324: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23325: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23326: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23327: shifted apache branch on main trunc
23328:
23329: * src/: include/pa_common.h, include/pa_globals.h,
23330: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23331: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23332: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23333: starting mod_parser3
23334:
23335: * src/targets/cgi/parser3.C: starting mod_parser3
23336:
23337: 2001-03-20 paf
23338:
23339: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23340: targets/cgi/parser3.C: automake compiled and works. todo:make
23341: win32 ifdefs work and add ifdef unistd
23342:
23343: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23344: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23345: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23346: z
23347:
23348: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23349: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23350: locking
23351:
23352: * src/: classes/Makefile.am, types/Makefile.am: z
23353:
23354: * src/: Makefile.am, classes/file.C, classes/root.C,
23355: classes/table.C, include/pa_array.h, include/pa_request.h,
23356: include/pa_string.h, main/Makefile.am, main/execute.C,
23357: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23358: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23359: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23360: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23361:
23362: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23363: main/pa_request.C, types/pa_vfile.h: ^table:save
23364:
23365: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23366: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23367: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23368: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23369: types/pa_vform.h: z
23370:
23371: * src/include/pa_string.h: z
23372:
23373: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23374: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23375: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23376: :Value
23377:
23378: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23379: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23380: :VStateless_object
23381:
23382: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23383: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23384: :VStateless_object
23385:
23386: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23387: types/pa_valiased.C, types/pa_vform.h: commented VForm
23388:
23389: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23390: types/pa_valiased.h, types/pa_value.h,
23391: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23392: types/pa_vstateless_object.h: moved common get_element part from
23393: stateless object&class into VAliased
23394:
23395: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23396: classes/table.C, main/execute.C, main/main.dsp,
23397: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23398: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23399: now :Value
23400:
23401: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23402: main/execute.C, main/main.dsp, main/pa_globals.C,
23403: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23404:
23405: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23406: doxx
23407:
23408: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23409: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23410: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23411: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23412: and ^file:save
23413:
23414: 2001-03-19 paf
23415:
23416: * src/types/pa_vfile.C: z
23417:
23418: * src/: classes/file.C, classes/request.C, classes/table.C,
23419: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23420: main/pa_request.C, main/untaint.C, types/pa_value.h,
23421: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23422:
23423: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23424: include/pa_string.h, include/pa_table.h, main/main.dsp,
23425: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23426: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23427: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23428: classes/_file.h, classes/file.C, types/pa_vfile.C,
23429: types/pa_vfile.h: file class just compiled
23430:
23431: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23432: include/pa_table.h, include/pa_types.h, main/execute.C,
23433: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23434: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23435: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23436:
23437: * src/include/pa_pool.h: z
23438:
23439: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23440: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23441: Hash::Value to Val so to doxygen would finlly stop confusing
23442: those Value-s
23443:
23444: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23445: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23446: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23447: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23448: include/pa_types.h, main/compile.C, main/compile.y,
23449: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23450: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23451: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23452: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23453: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23454:
23455: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23456: derivates somehow unlinked. don't know why yet
23457:
23458: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23459: include/pa_string.h, include/pa_threads.h, main/compile.C,
23460: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23461: main/execute.C, main/pa_array.C, main/pa_common.C,
23462: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23463: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23464: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23465:
23466: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23467: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23468: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23469: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23470: types/pa_vrequest.h: doc: detected Value derivates prob
23471:
23472: * src/include/pa_globals.h: z
23473:
23474: * src/: classes/_request.h, classes/request.C, include/code.h,
23475: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23476: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23477: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23478: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23479: main/execute.C, main/pa_pool.C, main/pa_request.C,
23480: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23481: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23482:
23483: 2001-03-18 paf
23484:
23485: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23486: cookie: allowed access to hash-assigned
23487:
23488: * src/targets/cgi/parser3.C: z
23489:
23490: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23491: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23492: include/pa_types.h, main/main.dsp, main/pa_common.C,
23493: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23494: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23495: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23496: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23497: types/pa_vunknown.h: cookie class
23498:
23499: * src/main/pa_request.C: zero length output allowed
23500:
23501: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23502: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23503:
23504: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23505: lang switch
23506:
23507: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23508: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23509: types/pa_value.h, types/pa_vhash.h:
23510: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23511:
23512: * src/main/execute.C: z
23513:
23514: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23515: targets/cgi/parser3.C: taint[uri
23516:
23517: * src/: classes/request.C, classes/response.C, classes/root.C,
23518: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23519: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23520: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23521:
23522: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23523: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23524: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23525: types/pa_vstateless_class.C: convinient string(pool, char *src,
23526: bool tainted) ctor
23527:
23528: * src/: include/pa_hash.h, include/pa_request.h,
23529: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23530: main/pa_request.C, main/pa_string.C, main/untaint.C,
23531: targets/cgi/parser3.C: proper @exceptions params tainting
23532:
23533: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23534: response fields to header
23535:
23536: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23537: z
23538:
23539: * src/: classes/_response.h, classes/response.C,
23540: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23541: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23542: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23543: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23544: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23545: $response: 0 request::core exception rethrow
23546:
23547: 2001-03-16 paf
23548:
23549: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23550: types/pa_vrequest.h: native method' class call with less params
23551: then needed error reporting
23552:
23553: * src/: classes/_request.h, classes/request.C,
23554: include/pa_globals.h, include/pa_request.h, main/execute.C,
23555: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23556: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23557: types/pa_vrequest.h: $request : query :uri
23558:
23559: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23560: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23561: types/pa_wcontext.h: $result
23562:
23563: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23564:
23565: * src/: classes/double.C, include/code.h, main/compile.y,
23566: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23567: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23568:
23569: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23570: main/compile.y, main/execute.C, types/pa_value.h,
23571: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23572: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23573: wcontext conflict
23574:
23575: * src/: main/execute.C, types/pa_value.h,
23576: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23577: $string.field
23578:
23579: 2001-03-15 paf
23580:
23581: * src/main/pa_request.C: news sample
23582:
23583: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23584: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23585:
23586: * src/main/: compile.y, execute.C: z
23587:
23588: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23589: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23590: pre pre works
23591:
23592: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23593: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23594: fillfields just compiled
23595:
23596: 2001-03-14 paf
23597:
23598: * src/: include/pa_request.h, main/pa_request.C,
23599: targets/cgi/parser3.C: z
23600:
23601: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23602: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23603: types/pa_vstring.h: limits -1
23604:
23605: * src/: include/pa_globals.h, include/pa_request.h,
23606: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23607: main/pa_request.C, targets/cgi/parser3.C,
23608: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23609: request_info -1
23610:
23611: * src/: include/pa_globals.h, main/pa_globals.C,
23612: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23613: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23614: vform_fields_fill
23615:
23616: * src/targets/cgi/parser3.C: # if MSVC
23617:
23618: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23619: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23620:
23621: * src/targets/cgi/parser3.C: z
23622:
23623: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23624: include/pa_string.h, include/pa_types.h, main/compile.y,
23625: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23626: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23627: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23628: types/pa_vunknown.h: global handler, exceptions in parser3
23629:
23630: 2001-03-13 paf
23631:
23632: * src/: classes/form.C, main/compile.y, main/core.C,
23633: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23634: types/pa_vform.h, types/pa_vstateless_class.C,
23635: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23636: instead
23637:
23638: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23639: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23640: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23641: started cgi target
23642:
23643: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23644: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23645: before error show with parser
23646:
23647: * src/: classes/_form.h, classes/form.C, include/core.h,
23648: include/pa_request.h, main/core.C, main/pa_request.C,
23649: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23650:
23651: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23652:
23653: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23654: parser3.C: renamed targets/ parser to cgi
23655:
23656: * src/: classes/double.C, classes/env.C, classes/int.C,
23657: classes/root.C, classes/string.C, classes/table.C,
23658: include/pa_request.h, types/pa_vhash.h: z
23659:
23660: * src/: classes/_env.h, classes/env.C, classes/root.C,
23661: include/core.h, include/pa_pool.h, include/pa_request.h,
23662: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23663: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23664: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23665: [historical moment :)]
23666:
23667: * src/: include/code.h, include/pa_string.h, main/compile.y,
23668: main/execute.C, main/pa_string.C: 'value is type' expr operator
23669:
23670: * src/types/pa_venv.h: $ENV 1
23671:
23672: * src/main/execute.C: z
23673:
23674: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23675: future methods of ENV constructor if
23676:
23677: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23678: class
23679:
23680: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23681: classes/_root.h, classes/_string.h, classes/_table.h,
23682: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23683: classes/string.C, classes/table.C, include/pa_request.h,
23684: main/compile.C, main/compile_tools.h, main/core.C,
23685: main/execute.C, main/main.dsp, main/pa_request.C,
23686: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23687: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23688: types/pa_vobject.h, types/pa_vstateless_class.C,
23689: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23690: types/pa_wcontext.h: $ENV: re 0, stateless classes
23691:
23692: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23693: classes/_root.h, classes/_string.h, classes/_table.h,
23694: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23695: classes/string.C, classes/table.C, include/pa_request.h,
23696: main/compile.C, main/compile_tools.h, main/core.C,
23697: main/execute.C, main/main.dsp, main/pa_request.C,
23698: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23699: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23700: types/pa_vobject.h, types/pa_vstateless_class.C,
23701: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23702: types/pa_wcontext.h: $ENV: re 0, stateless classes
23703:
23704: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23705: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23706: yesterdays bad decision on execute_static_method
23707:
23708: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23709:
23710: * src/: classes/double.C, classes/int.C, classes/root.C,
23711: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23712:
23713: * src/main/pa_request.C: z
23714:
23715: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23716: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23717:
23718: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23719: include/pa_pool.h, main/pa_request.C:
23720: restructure_exceptions_dead_end
23721:
23722: * src/: classes/root.C, main/compile.y: ^if required junctions.
23723: allowed ; inside {} to break params
23724:
23725: * src/classes/root.C: ^eval
23726:
23727: * src/: classes/_string.h, classes/double.C, classes/int.C,
23728: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23729: string ^format
23730:
23731: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23732: 'bad' but not 'enough'
23733:
23734: * src/: classes/double.C, classes/root.C, classes/table.C,
23735: include/pa_common.h, include/pa_types.h, main/compile.y,
23736: main/pa_common.C, main/pa_request.C, main/untaint.C,
23737: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23738: types/pa_wwrapper.h: think constructing flag as is is bad
23739:
23740: * src/: classes/double.C, classes/int.C, classes/root.C,
23741: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23742: types/pa_vint.h: ^for
23743:
23744: 2001-03-12 paf
23745:
23746: * src/classes/table.C: table ^empty
23747:
23748: * src/: classes/table.C, include/pa_table.h: table ^menu
23749:
23750: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23751: ^offset ^line ^count
23752:
23753: * src/classes/root.C: ^round() ^floor() ^ceiling()
23754: ^abs() ^sign()
23755:
23756: * src/classes/: root.C, table.C: ^use
23757:
23758: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23759: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23760: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23761: ^while. switched off wcontext.constructing after write(value) or
23762: auto-vhash-constructing
23763:
23764: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23765: main/pa_request.C: fail_if_junction_ helper func
23766:
23767: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23768: include/pa_request.h, main/execute.C, main/main.dsp,
23769: main/pa_common.C, main/pa_request.C: ^process error point by
23770: actual method_name, not source. ^load
23771:
23772: * src/types/pa_vtable.h: table: no, better with string in cells...
23773:
23774: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23775: classes/_table.h, classes/table.C, main/untaint.C: z
23776:
23777: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23778: include/pa_table.h, main/core.C, main/execute.C,
23779: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23780: types/pa_value.h: table:set 0
23781:
23782: * src/: classes/root.C, include/core.h, include/pa_array.h,
23783: include/pa_request.h, include/pa_table.h, main/core.C,
23784: main/main.dsp, main/pa_request.C, main/pa_table.C,
23785: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23786: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23787: types/pa_vstring.h: freeze, ^table:create[] -1
23788:
23789: * src/: classes/root.C, types/pa_value.h: z
23790:
23791: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23792: get_method in couple places optimizing them
23793:
23794: * src/classes/root.C: z
23795:
23796: * src/: classes/root.C, types/pa_vclass.h: process temp main
23797: zeroing
23798:
23799: * src/: classes/double.C, classes/int.C, classes/root.C,
23800: classes/string.C, include/pa_common.h, include/pa_request.h,
23801: include/pa_string.h, include/pa_types.h, main/compile.C,
23802: main/compile.y, main/compile_tools.h, main/execute.C,
23803: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23804: types/pa_vmframe.h: ^process. actual names to store param and
23805: check_actual_numbered_params for better place diagnostics
23806:
23807: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23808: method-junctions bug fixed
23809:
23810: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23811: pa_vstateless_object.h, pa_vstring.h: stateless_object
23812:
23813: 2001-03-11 paf
23814:
23815: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23816: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23817: VDouble VInt base now VObject_base - without fields
23818:
23819: * src/: classes/root.C, include/core.h, main/core.C: z
23820:
23821: * src/: classes/double.C, classes/int.C, classes/root.C,
23822: classes/string.C, include/core.h, include/pa_hash.h,
23823: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23824: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23825:
23826: * src/: classes/double.C, classes/int.C, classes/root.C,
23827: include/pa_request.h, main/execute.C: intercept_string
23828:
23829: * src/: classes/double.C, classes/int.C, classes/root.C,
23830: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23831:
23832: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23833: ^inc-s(expr)
23834:
23835: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23836: classes/_root.h, classes/_string.h, classes/double.C,
23837: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23838: include/code.h, include/core.h, include/pa_array.h,
23839: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23840: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23841: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23842: include/pa_types.h, main/compile.C, main/compile.y,
23843: main/compile_tools.C, main/compile_tools.h, main/core.C,
23844: main/execute.C, main/pa_array.C, main/pa_common.C,
23845: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23846: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23847: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23848: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23849: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23850: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23851: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23852: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23853:
23854: * src/: main/pa_request.C, types/pa_vhash.h: z
23855:
23856: * src/: include/core.h, include/pa_request.h, main/core.C,
23857: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23858:
23859: * src/: include/pa_valiased.h, include/pa_value.h,
23860: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23861: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23862: include/pa_vjunction.h, include/pa_vmframe.h,
23863: include/pa_vobject.h, include/pa_vstring.h,
23864: include/pa_vunknown.h, include/pa_wcontext.h,
23865: include/pa_wwrapper.h, main/compile.y, main/core.C,
23866: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23867: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23868: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23869: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23870: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23871: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23872: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23873: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23874: include/
23875:
23876: 2001-03-10 paf
23877:
23878: * src/: include/core.h, include/pa_request.h, main/core.C,
23879: main/pa_request.C: run+auto=run
23880:
23881: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23882:
23883: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23884: classes/_root.h, classes/_string.h, classes/double.C,
23885: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23886: include/code.h, include/core.h, include/pa_array.h,
23887: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23888: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23889: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23890: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23891: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23892: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23893: include/pa_vjunction.h, include/pa_vmframe.h,
23894: include/pa_vobject.h, include/pa_vstring.h,
23895: include/pa_vunknown.h, include/pa_wcontext.h,
23896: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23897: main/compile_tools.C, main/compile_tools.h, main/core.C,
23898: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23899: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23900: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23901: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23902: main/pa_wcontext.C: sources header
23903:
23904: * src/main/pa_request.C: auto..
23905:
23906: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23907: main/pa_request.C: auto tree0
23908:
23909: * src/: include/core.h, include/pa_request.h, main/compile.y,
23910: main/core.C, main/pa_request.C: names to core.C
23911:
23912: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23913: include/pa_request.h, main/core.C, main/execute.C,
23914: main/pa_common.C, main/pa_request.C: root auto.p loaded
23915:
23916: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23917: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23918: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23919: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23920:
23921: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23922: @auto[] realised. auto.p scan togo
23923:
23924: * src/: include/pa_request.h, main/execute.C: autocalc
23925: code-junctions result now have names
23926:
23927: * src/: classes/double.C, classes/int.C, classes/root.C,
23928: classes/string.C, include/pa_request.h, include/pa_string.h,
23929: include/pa_wcontext.h, main/compile.y, main/execute.C,
23930: main/pa_string.C, main/pa_wcontext.C: tainting 0
23931:
23932: * src/classes/env.C: env:file/line
23933:
23934: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23935: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23936: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23937: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23938: main/compile_tools.C, main/compile_tools.h, main/core.C,
23939: main/execute.C, main/main.dsp, main/pa_cframe.C,
23940: main/pa_request.C, main/pa_wcontext.C: const fight finished
23941:
23942: * src/include/pa_vclass.h: const fight to go
23943:
23944: * src/: classes/_env.h, classes/env.C, classes/root.C,
23945: include/pa_request.h, include/pa_vclass.h, main/core.C,
23946: main/main.dsp: env0
23947:
23948: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23949: classes/_string.h, classes/double.C, classes/int.C,
23950: classes/root.C, classes/string.C, include/pa_request.h,
23951: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23952: include/pa_wcontext.h, main/core.C, main/main.dsp,
23953: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23954: main/pa_wcontext.C: ^lang prepare0
23955:
23956: 2001-03-09 paf
23957:
23958: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23959: construct proper naming
23960:
23961: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23962: classes/double.C, classes/int.C, classes/root.C,
23963: classes/string.C, include/code.h, include/pa_value.h,
23964: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23965: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23966: main/compile.y, main/compile_tools.C, main/core.C,
23967: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23968: and ^double[]. fixed expr type
23969:
23970: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23971: ^string.length[]
23972:
23973: 2001-03-08 paf
23974:
23975: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23976:
23977: * src/: include/pa_vclass.h, include/pa_vstring.h,
23978: include/pa_wcontext.h, main/compile.y, main/core.C,
23979: main/execute.C, main/main.dsp: dead end: vstring can't be
23980: derivated from vobject
23981:
23982: * src/: include/pa_vclass.h, include/pa_vhash.h,
23983: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23984:
23985: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23986: remained clone conseqs
23987:
23988: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23989:
23990: * src/main/pa_vclass.C: wow! vclass were out of vcs
23991:
23992: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23993: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23994: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23995: include/pa_vobject.h, include/pa_vstring.h,
23996: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23997: main/execute.C: withoud cloning. didn't need it actually, params
23998: got passed from out unnamed ewpool
23999:
24000: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24001: include/pa_vjunction.h, include/pa_vobject.h,
24002: include/pa_vunknown.h, main/compile.y: cloning dead end
24003:
24004: * src/: include/pa_bool.h, include/pa_double.h,
24005: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24006: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24007: include/pa_vjunction.h, include/pa_vmframe.h,
24008: include/pa_vobject.h, include/pa_vstring.h,
24009: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24010: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24011: to give params proper names
24012:
24013: * src/main/pa_wcontext.C: z
24014:
24015: * src/: include/pa_vmframe.h, main/execute.C: added names to
24016: unknown values in get_element and unfilled params. removed wrong
24017: name change in get_element
24018:
24019: * src/main/execute.C: z
24020:
24021: * src/main/execute.C: fixed problems calling operators in
24022: constructors
24023:
24024: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24025: detected problems calling operators in constructors
24026:
24027: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24028: autocalc def to string
24029:
24030: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24031: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24032:
24033: * src/classes/root.C: added root.c
24034:
24035: * src/: include/pa_request.h, include/pa_value.h,
24036: include/pa_vcframe.h, include/pa_vmframe.h,
24037: include/pa_wcontext.h, main/compile.C, main/compile.y,
24038: main/core.C, main/execute.C, main/pa_cframe.C,
24039: main/pa_wcontext.C: 'if' just compiled
24040:
24041: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24042: include/pa_vjunction.h, include/pa_vmframe.h,
24043: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24044: main/pa_wcontext.C: z
24045:
24046: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24047: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24048: with parameter names in operator methods
24049:
24050: * src/main/compile.y: minor renamings in .y
24051:
24052: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24053: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24054: @BASE. changed 'RUN' assignment mech
24055:
24056: * src/main/execute.C: z
24057:
24058: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24059: main/compile_tools.h, main/execute.C: made class: dynamic, not
24060: static. so to enable runtime ^use
24061:
24062: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24063:
24064: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24065: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24066:
24067: * src/main/execute.C: root root in code-junction
24068:
24069: 2001-03-07 paf
24070:
24071: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24072: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24073:
24074: * src/: include/pa_stack.h, include/pa_value.h,
24075: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24076: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24077: fixed rwcontext of {} params up
24078:
24079: * src/main/: compile.y, compile_tools.h: ^func(params)
24080:
24081: * src/main/compile.y: .y priorities syntax shaped up a bit
24082:
24083: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24084: include/pa_vunknown.h, main/compile.y, main/execute.C,
24085: main/pa_hash.C: expr def in -f
24086:
24087: * src/main/: compile.y, execute.C: expr calls
24088:
24089: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24090: fixed
24091:
24092: * src/main/compile.y: expr quoted code
24093:
24094: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24095: support0
24096:
24097: * src/main/compile.y: expr string comparisons 0
24098:
24099: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24100: main/pa_string.C: just compiled lt&co
24101:
24102: * src/main/execute.C: ^var.menu{$field} problem detected. that
24103: $field not a $var.field
24104:
24105: 2001-03-06 paf
24106:
24107: * src/main/compile.y: .y expr visible-shorter
24108:
24109: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24110: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24111: logical
24112:
24113: * src/: include/pa_vstring.h, main/compile.y: problems with
24114: skipping whitespace in yylex
24115:
24116: * src/include/pa_vbool.h: forgot this
24117:
24118: * src/: include/code.h, main/compile.y, main/execute.C: without
24119: string ops in expressions 0
24120:
24121: * src/: include/pa_value.h, include/pa_vdouble.h,
24122: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24123: main/execute.C, main/main.dsp: !~
24124:
24125: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24126: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24127: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24128: include/pa_vunknown.h, include/pa_wcontext.h,
24129: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24130: main/compile_tools.h, main/execute.C: +-*/
24131:
24132: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24133: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24134:
24135: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24136: main/execute.C: expr grammar-1 2*2=4.000000 :)
24137:
24138: * src/main/compile.y: expr grammar-1
24139:
24140: * src/main/compile.y: expr lexx1
24141:
24142: * src/main/: compile.y, execute.C, main.dsp: z
24143:
24144: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24145: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24146: main/execute.C: expr lex0 exec-1
24147:
24148: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24149:
24150: 2001-02-26 paf
24151:
24152: * src/main/compile.y: max_string in yyerror bug fix
24153:
24154: 2001-02-25 paf
24155:
24156: * src/: include/pa_value.h, include/pa_vmframe.h,
24157: include/pa_wcontext.h, main/execute.C: VAliased3
24158:
24159: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24160:
24161: * src/main/execute.C: VAliased1
24162:
24163: * src/: include/pa_request.h, include/pa_value.h,
24164: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24165: VAliased0
24166:
24167: * src/: include/pa_pool.h, include/pa_request.h,
24168: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24169: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24170: VAliased just compiled
24171:
24172: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24173: include/pa_vobject.h, main/execute.C: alias dead end
24174:
24175: * src/: include/pa_value.h, include/pa_vclass.h,
24176: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24177: main/main.dsp: no not get fields into interm VFielded class.
24178: fields & staticfields 1
24179:
24180: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24181: include/pa_vobject.h, include/pa_wcontext.h,
24182: include/pa_wwrapper.h, main/core.C, main/execute.C,
24183: main/main.dsp: would now get fields into interm VFielded class
24184:
24185: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24186: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24187: include/pa_wcontext.h, main/compile.y, main/core.C,
24188: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24189: main/pa_wcontext.C: virtuals2
24190:
24191: * src/main/compile.y: : 1
24192:
24193: * src/main/compile.y: rethought to $class:static.field.subfield
24194:
24195: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24196: $class:element
24197:
24198: * src/: include/pa_value.h, include/pa_vmframe.h,
24199: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24200: main/pa_wcontext.C: before execute class calls rewrite
24201:
24202: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24203: name RUN, also alias
24204:
24205: * src/main/compile.y: escaping bug
24206:
24207: * src/: include/pa_request.h, include/pa_value.h,
24208: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24209: main/core.C, main/execute.C, main/pa_common.C: vobject1
24210:
24211: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24212: include/pa_vmframe.h, include/pa_vobject.h,
24213: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24214: main/compile_tools.h, main/execute.C: ^class:method() just
24215: compiled
24216:
24217: 2001-02-24 paf
24218:
24219: * src/main/main.dsp: no bison -d
24220:
24221: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24222: class' err msg wrong
24223:
24224: * src/main/compile.y: z
24225:
24226: * src/main/: compile.y, core.C: yylex need some @special lines adj
24227:
24228: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24229: main/compile.y, main/compile_tools.h, main/core.C: modules0
24230:
24231: * src/: include/pa_vclass.h, main/core.C: z
24232:
24233: * src/: include/pa_value.h, include/pa_vclass.h,
24234: include/pa_vobject.h, main/main.dsp: vobject00
24235:
24236: * src/main/pa_array.C: minor bug in expanding very small arrays.
24237: 60% from 1 were 0
24238:
24239: * src/: include/pa_value.h, include/pa_wcontext.h,
24240: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24241: as bad as you've named it: wcontext.value() was not a perfect
24242: idea
24243:
24244: * src/main/execute.C: codeframe1
24245:
24246: * src/: include/pa_value.h, include/pa_vcframe.h,
24247: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24248: include/pa_vjunction.h, include/pa_vmframe.h,
24249: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24250: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24251: just compiled
24252:
24253: * src/: include/pa_vframe.h, main/compile.y: found junction
24254: ideology @: ^x{$a()) must construct current wcontext element, so
24255: smart wcontext handling needed
24256:
24257: * src/main/compile.y: fixed grammar bugs in constructor/params
24258: klinch
24259:
24260: * src/main/: compile.y, execute.C: fixed empty constructor
24261: optimized empty case. failed on calls - produced empty string
24262: param
24263:
24264: * src/main/compile.y: fixed last \n macrotemplate strip bug
24265:
24266: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24267: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24268: main/compile_tools.C, main/compile_tools.h, main/core.C,
24269: main/execute.C: code junctions0. something wrong with last \n
24270: macrotemplate strip
24271:
24272: * src/: include/pa_value.h, main/compile.C, main/core.C,
24273: main/pa_value.C: minor error reporting format beautifyings
24274:
24275: * src/: include/pa_value.h, include/pa_vclass.h,
24276: include/pa_vframe.h, main/core.C, main/execute.C,
24277: main/pa_value.C: get_method RIP. junctions everywhere. call with
24278: junctions0
24279:
24280: 2001-02-23 paf
24281:
24282: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24283: pa_wwrapper.h: lara came, can't work, sorry :(
24284:
24285: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24286: junction
24287:
24288: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24289: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24290: main/execute.C, main/main.dsp, main/pa_value.C: call0
24291:
24292: * src/: include/pa_hash.h, include/pa_value.h,
24293: include/pa_wcontext.h, main/core.C, main/execute.C,
24294: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24295: done
24296:
24297: * src/include/pa_wcontext.h: z
24298:
24299: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24300: wrong grammar in complex constructor case
24301:
24302: * src/main/: compile.y, execute.C: empty constructor bug fixed
24303:
24304: * src/main/execute.C: with result rwpool
24305:
24306: * src/: include/pa_value.h, main/core.C, main/execute.C,
24307: main/main.dsp: value named
24308:
24309: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24310: strign 2 value in 2 places in execute
24311:
24312: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24313: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24314: wcontext.put_element when wcontext fvalue==0
24315:
24316: 2001-02-22 paf
24317:
24318: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24319: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24320: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24321:
24322: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24323: erroreos checkout
24324:
24325: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24326:
24327: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24328: main/compile_tools.h, main/pa_array.C: $self.get
24329:
24330: * src/main/: compile.C, compile.y, compile_tools.C: z
24331:
24332: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24333: bit. finished now.
24334:
24335: * src/main/compile.y: $: finished
24336:
24337: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24338:
24339: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24340: main/execute.C: OP_STRING better then some xxx _VALUE
24341:
24342: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24343: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24344: string to vstring it .y all
24345:
24346: * src/: include/pa_request.h, include/pa_stack.h,
24347: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24348: all
24349:
24350: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24351: precise parse error line:col
24352:
24353: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24354: main/pa_hash.C, main/pa_pool.C: TRY...
24355:
24356: * src/: include/pa_exception.h, include/pa_pool.h,
24357: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24358: main/compile.C, main/compile.y, main/compile_tools.C,
24359: main/core.C, main/pa_array.C, main/pa_exception.C,
24360: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24361: main/pa_table.C: removed exception from request
24362:
24363: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24364: some forgotten
24365:
24366: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24367: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24368: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24369: get/put simple vars to VClass works0
24370:
24371: * src/: include/pa_array.h, include/pa_wcontext.h,
24372: main/pa_string.C: in process, but found that exceptions are too
24373: global
24374:
24375: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24376: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24377: main/execute.C, main/pa_string.C: write_value write_string 0 it
24378: seems wcontext must write strings regardles of fvalue!=0
24379:
24380: 2001-02-21 paf
24381:
24382: * src/main/execute.C: tired :)
24383:
24384: * src/main/: compile.C, compile.y, execute.C: store0
24385:
24386: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24387: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24388: include/pa_wcontext.h, main/compile.C, main/compile.y,
24389: main/execute.C, main/main.dsp, main/pa_array.C,
24390: main/pa_request.C: get put -1 [just compiled]
24391:
24392: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24393: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24394: main/main.dsp, main/pa_request.C: request core methods0
24395:
24396: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24397: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24398: execute
24399:
24400: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24401: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24402: methods and one_big_piece. now compile returns array<method*>
24403:
24404: * src/main/compile.y: more straightforward yylex[end]
24405:
24406: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24407: string.operator==(char*)
24408:
24409: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24410: main/execute.C, main/pa_array.C: after array.const get wonders
24411:
24412: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24413: pa_string.h, pa_value.h: struck with const array.gets
24414:
24415: * src/main/: execute.C: z
24416:
24417: * src/main/: compile.y, execute.C: z
24418:
24419: * src/main/: compile.C, compile.y, compile_tools.h: error
24420: processing in eval & yyerror so it wouldn't cause memleaks.
24421:
24422: * src/main/: compile.C, compile.y: failed to add absolute precies
24423: parse error positions. leaving RIGHTMOST position as
24424: @file[line:col]
24425:
24426: * src/: include/compile.h, main/compile.C, main/compile.y,
24427: main/compile_tools.h: line numbers needed. would add them to .y
24428: now internally. externally it's not as precise as needed
24429:
24430: * src/: include/code.h, include/pa_types.h, main/compile.C,
24431: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24432: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24433: compiler works ok
24434:
24435: 2001-02-20 paf
24436:
24437: * src/main/: compile.C, compile.y, compile_tools.C,
24438: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24439: not perfect
24440:
24441: * src/: include/code.h, include/compile.h, include/execute.h,
24442: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24443: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24444: main/compile.C, main/compile.y, main/compile_tools.C,
24445: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24446: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24447: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24448: compiled. execute=dump for now
24449:
24450: * src/main/core.C: core rewrite using yacc investigations now will
24451: be compile[yacc]/execute[opcodes]
24452:
24453: 2001-02-15 paf
24454:
24455: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24456: rewrite as turing machine? for it seems it would be it's too many
24457: ifs with this syntax now
24458:
24459: 2001-02-14 paf
24460:
24461: * src/main/core.C: get_params 1
24462:
24463: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24464: :( ]
24465:
24466: * src/main/core.C: varios breaks
24467:
24468: * src/main/core.C: get names 3
24469:
24470: * src/main/core.C: get names 2
24471:
24472: * src/main/core.C: get names 1
24473:
24474: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24475: names 0
24476:
24477: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24478: text repassing2 operator static vars
24479:
24480: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24481: main/pa_string.C: process text repassing
24482:
24483: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24484: module:calls changes
24485:
24486: 2001-02-13 paf
24487:
24488: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24489: ^class:calls[] started
24490:
24491: * src/: include/pa_value.h, main/core.C: z
24492:
24493: * src/main/core.C: operators : and self. prefixes
24494:
24495: * src/main/core.C: z
24496:
24497: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24498: tested
24499:
24500: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24501: optimized
24502:
24503: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24504: would change privates to better support optimization
24505:
24506: * src/: include/pa_string.h, main/pa_string.C:
24507: String_iterator::skip_to todo:optimize
24508:
24509: 2001-02-12 paf
24510:
24511: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24512: String_iterator
24513:
24514: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24515: comments
24516:
24517: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24518: self/methodref joined
24519:
24520: 2001-02-11 paf
24521:
24522: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24523: main/main.dsp: core started. core.C, context&value .h
24524:
24525: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24526: include/pa_string.h, main/main.dsp, main/pa_array.C,
24527: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24528:
24529: 2001-01-30 paf
24530:
24531: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24532: comments
24533:
24534: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24535: main/pa_pool.C: moved pa_pool.C to be target specific
24536:
24537: * src/: include/pa_exception.h, include/pa_pool.h,
24538: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24539: to & changes
24540:
24541: * src/: include/pa_exception.h, include/pa_pool.h,
24542: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24543: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24544: re-associated. that's much better even removed 'die' necessety
24545:
24546: * src/: include/pa_error.h, include/pa_exception.h,
24547: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24548: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24549: targets/Makefile.am: lowered targets/parser into subdir, added
24550: parser_Pool(Pool) failed to add. would think..
24551:
24552: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24553: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24554: main/pa_string.C, main/pa_table.C: Table more like C++ style
24555: hence lots of 'const'
24556:
24557: * src/: include/pa_error.h, include/pa_request.h,
24558: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24559: main/pa_table.C: Error fixed
24560:
24561: 2001-01-29 paf
24562:
24563: * src/: include/pa_array.h, include/pa_common.h,
24564: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24565: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24566: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24567: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24568:
24569: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24570: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24571: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24572: main/pa_string.C, main/pa_table.C: Request Error Table
24573:
24574: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24575: templates"
24576:
24577: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24578: main/main.dsp, main/pa_array.C: templates failed no template
24579: specializations [VC6], no library auto instantation [VC6, GNU c++
24580: 2.95.2-6 from latest cygwin]
24581:
24582: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24583: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24584: main/main.dsp, main/pa_array.C, main/pa_string.C,
24585: main/pa_table.C: Table started would test template Array now
24586:
24587: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24588: String originating
24589:
24590: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24591: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24592: SYNCHRONIZED(thread_safe)
24593:
24594: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24595: parts to top
24596:
24597: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24598: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24599: see: needed only in global Hash now, made Hash:: put/get
24600: SYNCHRONIZED
24601:
24602: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24603: main/pa_threads.C: added pa_threads
24604:
24605: Mutex
24606:
24607: * src/include/pa_hash.h: some comments
24608:
24609: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24610: Array& operator += (Array& src)
24611:
24612: * src/main/pa_array.C: expand not convinient, would rewrite
24613:
24614: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24615: (Array& src)
24616:
24617: rethought, would change now
24618:
24619: 2001-01-27 paf
24620:
24621: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24622: caching
24623:
24624: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24625: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24626: cache rethought to chunk caching
24627:
24628: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24629: include/pa_string.h, main/main.dsp, main/pa_array.C,
24630: main/pa_hash.C, main/pa_string.C: Array 0
24631:
24632: * src/main/pa_string.C: String::operator ==
24633:
24634: * src/main/pa_hash.C: String(&String)
24635:
24636: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24637:
24638: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24639: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24640: pa_hash[forgotten]
24641:
24642: 2001-01-26 paf
24643:
24644: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24645: removed templates [vc++ suxx]
24646:
24647: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24648: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24649:
24650: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24651:
1.119 moko 24652: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24653:
1.119 moko 24654: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24655: check
24656:
24657: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24658: dynamic row_count
24659:
24660: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24661: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24662: targets/Makefile.am: Initial revision
24663:
24664: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24665: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24666: targets/Makefile.am: creating parser3 module
24667:
E-mail: