Annotation of parser3/ChangeLog, revision 1.170
1.170 ! moko 1: 2021-11-06 moko
! 2:
! 3: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
! 4: (implements feature #1219)
! 5:
! 6: * tests/: 414.html, results/414.processed: test for
! 7: ^hash.rename[from;to] added (related to feature #1144)
! 8:
! 9: 2021-11-05 moko
! 10:
! 11: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
! 12: (related to feature #1144)
! 13:
! 14: 2021-11-04 moko
! 15:
! 16: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
! 17: added (implements feature #1144)
! 18:
1.169 moko 19: 2021-10-19 moko
20:
21: * tests/: 413.html, results/413.processed: test for hash no longer
22: is accepted as file parameter (related to bug #1218)
23:
24: * src/: classes/curl.C, classes/file.C, classes/image.C,
25: classes/math.C, classes/xdoc.C, types/pa_value.C,
26: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
27: longer is accepted as file parameter (fixes bug #1218)
28:
1.168 moko 29: 2021-07-19 moko
30:
31: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
32: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
33:
1.167 moko 34: 2021-04-16 moko
35:
36: * src/types/pa_vmail.C: message can be null when e-mail is broken,
37: processing it leads to assertions.
38:
1.166 moko 39: 2021-03-25 moko
40:
41: * tests/: 412.html, results/412.processed: test to demonstrate bug
42: #1213
43:
1.165 moko 44: 2021-02-12 moko
45:
46: * tests/: 360.html, results/360.processed, results/363.processed:
47: parser method call in expression mode no longer differs from call
48: in string mode (related to feature #1211)
49:
50: 2021-02-11 moko
51:
52: * src/types/pa_vmail.C: mail parsing with Windows line endings
53: fixed (bug #1212)
54:
55: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
56: when called $v[^test[]] vs $v(^test[]), numbers are converted to
57: strings in both calls (implements feature #1211)
58:
1.164 moko 59: 2021-01-28 moko
60:
61: * buildall, etc/auto.p.in: to remove last patch in debian package
62:
63: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
64: 3.4.7b
65:
1.162 moko 66: 2021-01-21 moko
67:
68: * src/main/pa_http.C: no alarm() in file::load when web server mode
69: is MULTITHREADED
70:
1.157 moko 71: 2021-01-20 moko
72:
1.161 moko 73: * src/targets/apache/mod_parser3.c: it is more correct to recommend
74: 'a2enmod mpm_prefork'
75:
1.160 moko 76: * src/targets/apache/mod_parser3.c: prefork name is now
77: 'libapache2-mpm-itk'
78:
79: * src/targets/apache/mod_parser3_core.C: last regular malloc
80: removed
81:
1.159 moko 82: * src/targets/isapi/Makefile.am: -pa_threads.C
83:
1.158 moko 84: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
85: 3.4.6
86:
1.157 moko 87: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
88:
89: * etc/auto.p.in: @config[result] added to simplify $cfg change in
90: /httpd.p
91:
92: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
93: ^use[/httpd.p] + optional ^preprocess[] (related to feature
94: #1203)
95:
96: 2021-01-19 moko
97:
98: * buildall: --disable-parallel-mark added to avoid "number of
99: processors" threads creation for heap marking as it conflicts
100: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
101: limits threads)
102:
1.156 moko 103: 2021-01-16 moko
104:
105: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
106: main/pa_globals.C, main/pa_memory.C,
107: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
108: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
109: feature #1209)
110:
111: 2021-01-15 moko
112:
113: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
114: 3.4.6rc
115:
116: * src/classes/json.C: get_delim added for delimiter caching (10%
117: faster on large json)
118:
119: 2021-01-14 moko
120:
121: * operators.txt: updated with 3.4.6 changes
122:
123: * tests/results/224.processed: test result modified after
124: today(shift) implemented
125:
126: * tests/: 407.html, results/407.processed: test for ^hash.select
127: option $.default(bool) added (related to feature #1172)
128:
129: * src/classes/hash.C: ^hash.select option $.default(bool) added
130: (related to feature #1172)
131:
132: * tests/: 141.html, results/141.processed: test modified for
133: feature #1185.
134:
135: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
136: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
137: options $.lower(bool) (implements feature #1185)
138:
139: 2021-01-11 moko
140:
141: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
142: #1192)
143:
144: * tests/: 411.html, results/411.processed: test for ^date::today(N)
145: added (related to feature #1192)
146:
1.155 moko 147: 2021-01-05 moko
148:
149: * tests/: 270.html, results/270.processed: test modified to work
150: under Windows
151:
152: * tests/: 390.html, 395.html, results/395.processed: tests updated
153: 4 windows
154:
155: * tests/: 410.html, results/410.processed: test for
156: $CLASS-GETTER-PROTECTED(false) added
157:
158: 2021-01-04 moko
159:
160: * tests/: 409.html, results/409.processed, results/auto.p: test for
161: $MAIN:LOCALS(true) added
162:
1.154 moko 163: 2021-01-03 moko
164:
165: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
166: types/pa_vclass.h, types/pa_vstateless_class.C,
167: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
168: +LOCALS. $main -> $MAIN in exception texts (implements feature
169: #1207)
170:
171: 2021-01-02 moko
172:
173: * etc/auto.p.in: minor
174:
175: * src/main/pa_request.C: sending headers only after opening file to
176: allow error reporting if file was not opened (foreign group,
177: etc).
178:
179: 2020-12-31 moko
180:
181: * src/: include/pa_request.h, main/pa_request.C,
182: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
183:
184: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
185: main/pa_request.C: get_class_ref added and used
186:
187: * etc/auto.p.in: @CLASS httpd added
188:
189: * etc/auto.p.in: @auto[] is now first
190:
191: 2020-12-30 moko
192:
193: * tests/: 408.html, results/408.processed: test for bug #1166
194: (windows only) added
195:
196: * src/main/pa_common.C: create_dir_for_file should not create dir
197: for trailing / (fixes bug #1166)
198:
199: * tests/: 341.html, results/341.processed: tests for
200: ^nameless_table.hash[] added (related to feature #1138)
201:
202: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
203: (implements feature #1138), extra fields in named tables no
204: longer ignored (implements feature #1138)
205:
206: * tests/results/390.processed: updated after exception text change
207:
208: 2020-12-29 moko
209:
210: * tests/: 407.html, results/407.processed: +$._default check
211:
212: * src/classes/hash.C: keep $_default in ^hash.reverse[]
213:
214: * tests/: 407.html, results/407.processed: test for ^hash.select[]
215: and ^hash.reverse[] added (releated to feature #1172)
216:
217: * src/classes/hash.C:
218: ^hash.select[key;value](bool-condition)[options hash] +
219: ^hash.reverse[] added (implements feature #1172)
220:
221: * src/types/pa_vtable.h: warning war
222:
223: * src/include/pa_config_fixed.h: win32 fix
224:
1.153 moko 225: 2020-12-27 moko
226:
227: * tests/: 406.html, results/406.processed: test results updated
228:
229: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
230: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
231: spelling
232:
233: 2020-12-26 moko
234:
235: * tests/: 406.html, results/406.processed: tests for
236: ^table.rename[] added (related to feature #1148)
237:
238: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
239: ^table.rename[column name from;column name to], ^table.rename[
240: $.[column name from][column name to] ... ] added (implements
241: feature #1148)
242:
243: 2020-12-25 moko
244:
245: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
246: request_info now on stack to avoid yet another THREAD_LOCAL
247: memory deallocation issue (now with cookies), explained in #1203
248:
249: * src/types/pa_vcookie.C: fields should be inited
250:
251: 2020-12-24 moko
252:
253: * src/include/pa_stylesheet_connection.h: looks like
254: xsltFreeStylesheet leads to memory double-free. If so, it's for
255: sure libxml bug, but we have GC anyway, so we just remove this
256: call and see...
257:
258: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
259: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
260: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
261: abort.c:65:8 frame #3: 0x00000000004da663
262: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
263: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
264: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
265: malloc.c:617:9 frame #5: 0x0000000000577f0c
266: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
267: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
268: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
269: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
270: frame #8: 0x000000000050d35c
271: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
272: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
273: frame #10: 0x00000000004436e5
274: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
275: [inlined]
276: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
277: pa_stylesheet_connection.h:62:3
278:
279: 2020-12-23 moko
280:
281: * src/classes/image.C: ^image::measure[; $.video() ] option added
282:
283: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
284: ^image::measure[; $.video(true) ] added
285:
286: * src/main/pa_exec.C: not cleared automatically in multithreaded
287: httpd mode for unknown reasons
288:
289: 2020-12-22 moko
290:
291: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
292: error_log uri of currently processed document", but never used
293: and conflicts with how libgc stops threads on FreeBSD (#define
294: SIG_SUSPEND SIGUSR1), thus removed.
295:
296: 2020-12-21 moko
297:
298: * src/main/pa_request.C: +comment
299:
1.151 moko 300: 2020-12-20 moko
301:
1.152 moko 302: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
303: it is more safe to have versions of pa_strdup with one and two
304: arguments, as helper_length=0 not always mean that strlen()
305: should be called, but means zero.
306:
307: * src/targets/isapi/parser3isapi.C: minor
308:
309: * src/main/pa_http.C: +valid_http_method
310:
1.151 moko 311: * src/: include/pa_http.h, main/pa_http.C,
312: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
313:
314: 2020-12-17 moko
315:
316: * tests/: 405.html, results/405.processed: test for split by regex
317: added (related to feature #1160)
318:
319: * src/classes/string.C: split by regex implemented (feature #1160)
320:
321: * src/classes/string.C: minor
322:
323: * tests/: 404.html, results/404.processed: test for whitespace
324: string is now OK for table argument (related to feature #1169)
325:
326: * src/: classes/image.C, classes/string.C, classes/table.C,
327: types/pa_vmethod_frame.C: whitespace string is now OK for table
328: argument (as with hash) (implements feature #1169)
329:
330: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
331: limit for comment (fixes bug #1102)
332:
333: * src/targets/cgi/parser3.C: +HAVE_TLS check
334:
335: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
336:
337: * src/include/pa_config_includes.h: HAVE_TLS used
338:
339: * configure.ac: +TLS check
340:
341: * src/main/pa_http.C: content logging added
342:
343: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
344: clear_response_headers added
345:
346: 2020-12-16 moko
347:
348: * buildall: as we now use threads, libatomic_ops still required for
349: some OS.
350:
351: * src/main/pa_request.C: whitespace
352:
353: * src/: include/pa_request.h, main/pa_request.C:
354: Request::Exception_trace::table extracted and used
355:
356: * src/main/pa_request.C: moving output_result call outside of try
357: as network exceptions should not be handled by parser code
358:
359: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
360: logging network exchange
361:
362: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
363: via network if it was network write error.
364:
365: * src/targets/cgi/parser3.C: log -> pa_log
366:
367: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
368:
369: * src/main/pa_threads.C: getpid() if no gettid() found
370:
371: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
372: we need to ignore "void" connections from browsers (browsers open
373: connections in advance and they will be empty if user does not
374: request more pages)
375:
376: 2020-12-15 moko
377:
378: * src/targets/cgi/parser3.C: avoid previous uri in logs
379:
380: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
381: RequestController not needed in httpd mode
382:
383: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
384: classes/classes.h, classes/curl.C, classes/date.C,
385: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
386: classes/hashfile.C, classes/image.C, classes/inet.C,
387: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
388: classes/memcached.C, classes/memory.C, classes/op.C,
389: classes/reflection.C, classes/regex.C, classes/response.C,
390: classes/string.C, classes/table.C, classes/void.C,
391: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
392: include/pa_array.h, include/pa_base64.h,
393: include/pa_cache_managers.h, include/pa_charset.h,
394: include/pa_charsets.h, include/pa_common.h,
395: include/pa_config_fixed.h, include/pa_config_includes.h,
396: include/pa_dictionary.h, include/pa_dir.h,
397: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
398: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
399: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
400: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
401: include/pa_request_charsets.h, include/pa_request_info.h,
402: include/pa_sapi.h, include/pa_socks.h,
403: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
404: include/pa_stack.h, include/pa_string.h,
405: include/pa_stylesheet_connection.h,
406: include/pa_stylesheet_manager.h, include/pa_symbols.h,
407: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
408: include/pa_uue.h, include/pa_xml_exception.h,
409: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
410: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
411: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
412: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
413: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
414: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
415: main/compile.tab.C, main/compile.y, main/compile_tools.C,
416: main/compile_tools.h, main/execute.C, main/pa_base64.C,
417: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
418: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
419: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
420: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
421: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
422: main/pa_sql_driver_manager.C, main/pa_string.C,
423: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
424: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
425: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
426: main/untaint.C, sql/pa_sql_driver.h,
427: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
428: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
429: targets/isapi/parser3isapi.C, types/pa_junction.h,
430: types/pa_method.h, types/pa_property.h, types/pa_value.C,
431: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
432: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
433: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
434: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
435: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
436: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
437: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
438: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
439: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
440: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
441: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
442: types/pa_vmemory.h, types/pa_vmethod_frame.C,
443: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
444: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
445: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
446: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
447: types/pa_vstateless_object.h, types/pa_vstatus.C,
448: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
449: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
450: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
451: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
452: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
453:
454: * src/main/pa_request.C: old compilers support
455:
456: * tests/: 362.html, results/362.processed: test updated after
457: changes after upgrade to libxml2-2.9.9 were made (related to bug
458: #1108)
459:
460: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
461: removed, as xsltFreeStylesheet has side effects on original doc.
462: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
463: not updated after xdoc modification (part 3 of test 362).
464: (related to bug #1108)
465:
466: * src/targets/isapi/parser3isapi.C: +pa_strcat
467:
468: * src/: classes/memory.C, include/pa_memory.h,
469: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
470: PA_GC_GCOLLECT used
471:
472: * src/include/pa_memory.h: +PA_GC_COLLECT
473:
474: * src/targets/cgi/parser3.C: msvs support fixes
475:
476: * src/lib/gc/include/gc.h: more cleanup
477:
478: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
479:
480: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
481: targets/cgi/parser3.C: $main:HTTPD.mode implemented
482:
483: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
484:
485: * configure.ac: pthread.h added to checked headers
486:
487: * src/classes/table.C: string stream is back :)
488:
489: * src/classes/memory.C: GC_generate_random_backtrace no longer
490: exists
491:
492: * src/main/pa_globals.C: GC_dont_gc replaced
493:
494: * src/lib/gc/include/gc.h: major cleanup, only used functions are
495: left to simplify adding new functions. depricated GC_dont_gc
496: replaced with GC_disable and GC_enable calls.
497:
498: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
499: CORD_from_file* not used and thus removed
500:
501: * src/lib/gc/include/gc_allocator.h: minor cleanup
502:
503: 2020-12-14 moko
504:
505: * src/classes/: curl.C, memory.C, table.C: every TLS should be
506: referenced elsewhere, or GC will collect it.
507:
508: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
509: main/pa_xml_io.C: bugfix: TLS variables should be referenced
510: elsewhere, or GC will collect them (and we'll get GPF in
511: multithreaded enviroment). May be it can be also fixed by some
512: GC call, not sure. But this fix costs nothing (but hours of
513: debugging to find the issue :).
514:
1.150 moko 515: 2020-12-11 moko
516:
517: * configure.ac: gettid() check added
518:
519: * src/main/pa_threads.C: HAVE_GETTID used
520:
521: * src/include/pa_config_auto.h.in: +HAVE_GETTID
522:
523: * src/: include/pa_threads.h, main/pa_threads.C: now unified
524: version for isapi/cgi/apache
525:
526: * buildall: threads are now required.
527:
528: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
529: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
530: main/main.vcproj: pa_threads.C moved to main
531:
532: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
533: isapi/pa_threads.C: pa_threads.C moved to main
534:
535: * src/: main/Makefile.am, targets/cgi/Makefile.am,
536: targets/apache/Makefile.am: pa_threads.C moved to main
537:
538: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
539:
540: * src/: include/pa_stylesheet_connection.h,
541: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
542: and weird GPF in multithreaded httpd is gone
543:
544: * src/include/: pa_stylesheet_connection.h,
545: pa_sql_driver_manager.h: whitespace
546:
547: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
548:
549: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
550: main/pa_stylesheet_manager.C: whitespace, warning war
551:
552: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
553: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
554: parser_multithreaded never used
555:
556: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
557:
558: 2020-12-10 moko
559:
560: * src/: include/pa_config_includes.h, include/pa_http.h,
561: main/pa_http.C, targets/cgi/parser3.C: initial support for
562: MULTITHREADED and PARALLEL httpd server modes
563:
564: * src/main/pa_globals.C: GC_java_finalization is depricated
565:
566: 2020-12-09 moko
567:
568: * etc/auto.p.in: + @httpd-main
569:
570: * src/: include/pa_common.h, main/pa_request.C,
571: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
572: work
573:
574: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
575: slow file_read_binary no longer used, send_range added
576:
577: 2020-12-08 moko
578:
579: * src/main/pa_request.C: >4Gb support
580:
581: * src/targets/cgi/parser3.C: msvc warning war
582:
583: * src/: include/pa_config_includes.h, main/pa_http.C,
584: main/pa_request.C: msvc warnings war
585:
586: * src/classes/image.C: warning war
587:
588: * src/classes/table.C: MSVC warning war
589:
590: * src/targets/cgi/parser3.C: msvc warnings war
591:
592: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
593: added
594:
1.149 moko 595: 2020-12-07 moko
596:
1.150 moko 597: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
598: avoid logging beside system-wide auto.p
599:
600: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
601:
602: * configure, configure.ac, src/include/pa_config_auto.h.in:
603: configure options added:
604:
605: --with-system-cfg=FILE to specify system-wide auto.p
606: --with-system-log=FILE to specify system-wide parser3.log
607:
608: * Makefile.am: bin no longer exists
609:
610: * configure, configure.ac: auto.p moved to etc to simplify debian
611: package
612:
613: * buildall: auto.p and parser3.charsets moved to their default
614: location after install
615:
616: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
617:
618: * aclocal.m4, configure: automake 1.15 -> 1.16.1
619:
1.149 moko 620: * src/targets/cgi/parser3.C: locate_config call returned to
621: original place as it requires pa_thread_request() under Windows
622:
623: * src/targets/cgi/parser3.C: renaming
624:
625: 2020-12-06 moko
626:
627: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
628: check added
629:
630: 2020-12-04 moko
631:
632: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
633: main/pa_request.C: unified uint64_t lseek implemented to support
634: >4Gb files under x86, including Windows
635:
636: 2020-12-02 moko
637:
638: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
639: with max_file_size
640:
641: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
642: support for processing files sized >4Gb on 32 bit planforms
643:
644: * tests/399.html: file moved
645:
646: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
647:
648: * src/targets/cgi/pa_sapi_info.h: warning war
649:
650: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
651: warning war
652:
653: 2020-12-01 moko
654:
655: * src/classes/image.C: mp4 extended size (>4Gb) support added
656:
657: * src/classes/image.C: for "size not found" exception to be shown
658: if size not found until eof
659:
660: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
661: bit linux)
662:
663: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
664: #1188)
665:
666: 2020-11-30 moko
667:
668: * src/classes/image.C: definitions moved closer to code
669:
670: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
671: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
672: 395_dir/3_VP8X.webp, results/395.processed,
673: results/396.processed: tests for ^image::measure[] .webp support
674: added, all image files moved into one directory (related to
675: feature #1188)
676:
677: * src/classes/image.C: ^image::measure[] now supports webp (feature
678: #1188)
679:
1.148 moko 680: 2020-11-29 moko
681:
682: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
683: processing, unnessesary defines removed
684:
685: 2020-11-24 moko
686:
687: * tests/results/: 099.processed, 100.processed, 205.processed,
688: 309.processed, 310.processed: Content-Disposition: inline
689: returned
690:
691: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
692: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
693: ] added (related to bug #1204)
694:
695: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
696: ] supported to avoid Content-Disposition: inline;
697: filename="<file>.ext" but still set Content-Type for ext (related
698: to bug #1204)
699:
1.147 moko 700: 2020-11-22 moko
701:
702: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
703: types/pa_vfile.C: pa_filename added to avoid useless rsplit
704:
705: * src/main/pa_request.C: content_disposition_inline returned.
706:
707: 2020-11-17 moko
708:
709: * src/main/pa_request.C: empty main method name support
710:
711: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
712: config_handler added, stdout flush added.
713:
714: 2020-11-16 moko
715:
716: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
717:
718: * tests/results/: 099.processed, 205.processed, 237.processed,
719: 309.processed, 310.processed: Content-Disposition: inline is not
720: required and should not contain filename="<name>"
721:
722: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
723: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
724: targets/isapi/parser3isapi.C: pa_strcat implemented and used
725:
1.146 moko 726: 2020-11-14 moko
727:
728: * src/targets/cgi/parser3.C: spelling
729:
730: * src/targets/cgi/parser3.C: renaming
731:
732: * src/targets/cgi/parser3.C: args_skip removed, locate_config
733: relocated
734:
735: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
736: before request processing, which is weired
737:
738: 2020-11-13 moko
739:
740: * src/main/pa_http.C: pa_recv added with timeout support, thus read
741: copied in httpd.
742:
743: 2020-11-12 moko
744:
745: * src/main/pa_http.C: ALARM code unified to be used in httpd
746:
747: * src/: include/pa_request.h, main/pa_request.C,
748: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
749:
750: * src/main/pa_http.C: URI validation added
751:
752: * src/targets/cgi/parser3.C: filespec_to_process now variable,
753: can't be empty but can be null. httpd-main is now main method
754: name for httpd mode
755:
756: 2020-11-11 moko
757:
758: * src/main/pa_request.C: path_translated can be null in httpd mode
759:
760: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
761: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
762: classes/xdoc.C, include/pa_request.h, main/execute.C,
763: main/pa_request.C: r.absolute -> r.full_disk_path
764:
765: * src/targets/cgi/parser3.C: if filename to process is not
766: specified, auto.p should be present.
767:
1.145 moko 768: 2020-11-03 moko
769:
770: * src/: classes/op.C, include/pa_request.h: unused argument removed
771:
772: * src/main/pa_request.C: content_disposition_inline is the default,
773: not required.
774:
1.144 moko 775: 2020-10-29 moko
776:
777: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
778: ^use[file; $.main(true) ] implemented for auto.p processing and
779: path_translated changing to correct relative files path
780: calculation in httpd mode
781:
782: * src/: include/pa_request.h, main/pa_request.C:
783: fail_on_read_problem removed, as it allways true, as if should
784: be.
785:
786: * src/: include/pa_request.h, main/pa_request.C,
787: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
788: targets/isapi/parser3isapi.C: clearing config_filespec when
789: config was not found, thus flag not required and removed.
790:
791: 2020-10-28 moko
792:
793: * tests/: 402.html, results/402.processed: error reporting test
794:
795: * src/main/execute.C: better error reporting when
796: $result[^hash::create[]] in @main.
797:
798: * src/main/: execute.C, pa_request.C: frame.result() should be used
799: + minor optimization
800:
801: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
802: main/pa_xml_io.C: execute_*_method simplified and unified
803:
804: 2020-10-27 moko
805:
806: * tests/: 306.html, results/306.processed: a bit more testing. :)
807:
808: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
809: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
810: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
811: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
812: types/pa_vmethod_frame.h, types/pa_vobject.C,
813: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
814: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
815: longer used in object-prototype mode
816:
817: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
818: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
819: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
820: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
821: $form:name[value] features
822:
1.143 moko 823: 2020-10-18 moko
824:
825: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
826:
827: 2020-10-15 moko
828:
829: * src/main/pa_http.C: url no longer needed as
830: ALTER_EXCEPTION_SOURCE is used
831:
832: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
833: main/pa_http.C: check_file_size filespec is now optional
834:
835: * src/: classes/curl.C, include/pa_exception.h,
836: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
837: ALTER_EXCEPTION_COMMENT added for better error reporting
838:
839: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
840: results/346-curl.processed, results/379-curl.processed,
841: results/379.processed: test results updated as load now provides
842: better error reporting + curl responses updated
843:
844: 2020-10-14 moko
845:
846: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
847: main/pa_string.C, targets/apache/mod_parser3_core.C,
848: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
849: checked. 10 is now default base, no hex autodetect by default
850:
851: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
852: connection socket closing in destructor + accept exception
853: handling
854:
855: * src/targets/cgi/parser3.C: warning war
856:
857: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
858: main/pa_request.C, targets/apache/mod_parser3_core.C,
859: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
860: exception handling unified
861:
862: 2020-10-13 moko
863:
864: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
865: autodetection
866:
867: * src/targets/apache/mod_parser3_core.C: reverted to atoi
868:
869: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
870:
871: * src/main/pa_http.C: warning war
872:
1.142 moko 873: 2020-10-12 moko
874:
1.143 moko 875: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
876: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
877: unhandled exception code optimization
878:
879: * src/targets/cgi/parser3.C: request_info now global variable
880:
881: * src/main/pa_http.C: http_read_response moved to HTTP_response
882: class
883:
884: * src/: include/pa_http.h, main/pa_http.C,
885: targets/cgi/pa_sapi_info.h: read_post implemented
886:
1.142 moko 887: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
888: [host:]port syntax support in httpd mode
889:
890: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
891: targets/cgi/parser3.C: populate_env added
892:
893: * src/include/pa_hash.h: to make get(char *) compiling in
894: HashStringString
895:
896: 2020-10-10 moko
897:
898: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
899: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
900:
901: * src/: include/pa_http.h, include/pa_request_info.h,
902: main/pa_http.C, main/pa_string.C,
903: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
904: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
905: types/pa_vrequest.C: initial httpd mode implementation
906:
1.141 moko 907: 2020-10-04 moko
908:
909: * src/targets/cgi/parser3.C: options together
910:
911: 2020-09-30 moko
912:
913: * src/main/pa_http.C: renamed
914:
1.140 moko 915: 2020-08-14 moko
916:
917: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
918: src/targets/cgi/Makefile.am: no httpd as separate library
919:
920: 2020-08-13 moko
921:
922: * src/targets/cgi/parser3.C: SAPI::die used in exception in
923: unhandled exception handler to report 500 instead of 200 it was
924: before.
925:
926: * src/targets/apache/mod_parser3_core.C: minor cleanup
927:
928: * src/: include/pa_sapi.h, main/untaint.C,
929: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
930: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
931: thus replaced with SAPI::die and removed
932:
933: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
934: cgi/parser3.C: whitespace
935:
936: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
937:
938: 2020-08-12 moko
939:
940: * src/targets/cgi/parser3.C: duplicate info in signal logging
941: removed, whitespace was: SIGPIPE received while executing code.
942: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
943: cl=0]
944:
945: * parser3.sln: + httpd.vcproj
946:
947: 2020-08-11 moko
948:
949: * src/targets/cgi/Makefile.am: +libhttpd
950:
951: * configure.ac, src/lib/Makefile.am: +libhttpd
952:
1.139 moko 953: 2020-07-13 moko
954:
955: * tests/: 401.html, results/401.processed: test for hash key does
956: not keep language, but tainted in foreach.
957:
1.138 moko 958: 2020-07-01 moko
959:
960: * tests/: 235.html, results/235.processed: test result updated as
961: messages before attachments implemented (feature #1176)
962:
1.137 moko 963: 2020-06-27 moko
964:
965: * tests/: 400.html, results/400.processed: test updated to check
966: ^return{code}
967:
968: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
969: fixed
970:
971: 2020-06-26 moko
972:
973: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
974: added (related to https://www.parser.ru/forum/?id=85319)
975:
976: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
977: when $result assignment was last statement in the method
978: (https://www.parser.ru/forum/?id=85319)
979:
1.136 moko 980: 2020-05-23 moko
981:
982: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
983: whitespace, unused level removed
984:
985: 2020-05-19 moko
986:
987: * src/types/pa_vmail.C: whitespace
988:
989: * src/types/pa_vmail.C: files should be processed last (related to
990: feature #1176)
991:
1.135 moko 992: 2020-05-12 moko
993:
994: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
995: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
996:
997: * configure.ac: FreeBSD1X.X check added to avoid
998: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
999:
1.134 moko 1000: 2020-02-26 moko
1001:
1002: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1003: compilation issue (related to bug #1201)
1004:
1005: * src/main/pa_common.C: entry_readable -> entry_exists,
1006: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1007: -f and -d now works under Windows in UTF-8 with Russian
1008: filenames.
1009:
1010: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1011: advice (related to feature #1199)
1012:
1013: 2020-02-25 moko
1014:
1015: * buildall: --silent removed
1016:
1017: * configure.ac: gmime-3.0 support
1018:
1019: * buildall: --with-system-mailreceive option added to build with
1020: system libgmime
1021:
1022: * src/types/pa_vmail.C: avoiding
1023: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1024: to feature #1199)
1025:
1.133 moko 1026: 2020-02-18 moko
1027:
1028: * src/classes/op.C: windows x64 debug mode compile fix
1029:
1030: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1031: change (releated to feature #1200)
1032:
1033: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1034: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1035: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1036: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1037: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1038: targets/apache/ApacheModuleParser3.vcproj,
1039: targets/apache/ApacheModuleParser3Core.vcproj,
1040: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1041: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1042: dependency (related to feature #1200)
1043:
1.132 moko 1044: 2020-02-12 moko
1045:
1046: * src/types/pa_vmail.C: minimize diff
1047:
1048: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1049: #1199)
1050:
1.131 moko 1051: 2020-01-18 moko
1052:
1053: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1054:
1.130 moko 1055: 2019-12-28 moko
1056:
1057: * src/targets/cgi/parser3.C: avoid empty ?
1058:
1059: 2019-12-27 moko
1060:
1061: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1062: DOCUMENT_ROOT (related to feature #1164)
1063:
1064: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1065: fcgiwrap setup (implements feature #1164)
1066:
1067: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1068: but no issues found (related to feature #1164)
1069:
1070: * src/targets/cgi/parser3.C: actualized
1071:
1072: 2019-12-26 moko
1073:
1074: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1075: removed
1076:
1077: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1078: removed
1079:
1080: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1081: allocation errors, we don't want default gc warnings (without
1082: timestamp and URI).
1083:
1084: * src/: classes/memory.C, main/pa_globals.C,
1085: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1086: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1087: pa_globals_init
1088:
1089: * src/main/pa_globals.C: setup_hex_value() removed, static array
1090: initialization used (optimization)
1091:
1092: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1093: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1094: pa_socks_init/pa_socks_done moved inside pa_globals_init
1095: (optimization)
1096:
1.129 moko 1097: 2019-12-09 moko
1098:
1099: * src/include/pa_config_fixed.h: warning war
1100:
1.128 moko 1101: 2019-12-08 moko
1102:
1103: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1104: process grammar under Unix.
1105:
1106: 2019-12-07 moko
1107:
1108: * tests/389.html: For Windows XP. :)
1109:
1110: * tests/388-sql.html: Windows compatibility added
1111:
1112: 2019-12-06 moko
1113:
1114: * src/targets/cgi/parser3.C: warning war
1115:
1116: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1117: == sizeof(CORD)) to avoid aligning bugs in future
1118:
1119: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1120: XML_STATIC
1121:
1122: * src/include/pa_request.h: StackItem() not required
1123:
1124: * src/include/pa_stack.h: warning war
1125:
1126: * src/include/pa_config_includes.h: GCC warning silenced
1127:
1128: * src/include/pa_memory.h: warning war: the program should also
1129: define 'void operator delete [](void*, std::size_t)'
1130: [-Wsized-deallocation]
1131:
1132: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1133:
1134: * src/classes/string.C: not reqired cast removed
1135:
1136: * src/classes/string.C: not reqired cast removed
1137:
1138: 2019-12-05 moko
1139:
1140: * src/lib/sdbm/pa_file_io.C: warning war
1141:
1142: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1143: enum Language : size_t - required for VS2015+ to make
1144: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1145: without it (related to feature #1198)
1146:
1147: 2019-12-04 moko
1148:
1149: * src/main/pa_base64.C: unsigned char -> uchar
1150:
1151: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1152: as other libs
1153:
1154: * src/include/pa_version.h: +amd64
1155:
1156: 2019-12-03 moko
1157:
1158: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1159: release
1160:
1161: * src/include/pa_config_includes.h: warning war
1162:
1163: * src/classes/image.C: warning war
1164:
1165: * src/main/pa_globals.C: x64 libs support
1166:
1167: * src/include/pa_config_includes.h: warning war
1168:
1169: * src/types/pa_method.h: warning war
1170:
1.127 moko 1171: 2019-11-28 moko
1172:
1173: * src/classes/math.C: vs2003 compatibility + warning war
1174:
1175: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1176: libxml2-2.9.9 (related to feature #1136)
1177:
1178: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1179: typecast for more compatibility (related to feature #1136)
1180:
1181: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1182: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1183: feature #1136)
1184:
1185: 2019-11-26 moko
1186:
1187: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1188: removed (it was failing in $$var case), condition added
1189:
1.126 moko 1190: 2019-11-25 moko
1191:
1192: * tests/: 397.html, 399.html, results/141.processed,
1193: results/399.processed: base64 options tested
1194:
1195: * src/: classes/math.C, main/pa_http.C: base64 options used
1196:
1197: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1198: implemented (feature #986)
1199:
1200: * src/main/pa_cache_managers.C: whitespace
1201:
1202: * tests/: 397.html, 399.html, results/399.processed: tests for
1203: ^base64 encode options added (related to feature #986)
1204:
1205: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1206: pa_base64_encode(file) removed - more memory, but faster and less
1207: code (related fo feature #986)
1208:
1209: 2019-11-24 moko
1210:
1211: * tests/: 155.html, results/155.processed: limit and offset in
1212: ^table::load[] now supported, thus test added
1213:
1214: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1215: main/pa_common.C: optimization: offset and limit options parsing
1216: moved inside file_load.
1217:
1218: 2019-11-23 moko
1219:
1220: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1221: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1222: optimization: file_read replaced with simplified file_read_binary
1223:
1224: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1225: types/pa_vform.C: whitespace
1226:
1227: * src/: include/pa_common.h, main/pa_common.C: never used params
1228: removed
1229:
1230: 2019-11-21 moko
1231:
1232: * tests/: 193.html, results/193.processed, results/389.processed:
1233: test results updated as now base64 does not discard tail without
1234: padding (related to feature #986)
1235:
1236: 2019-11-20 moko
1237:
1238: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1239: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1240: pa_base64_decode (related to feature #986)
1241:
1242: * tests/398.html: tests for base64 decode added (related to feature
1243: #986)
1244:
1245: * src/main/pa_base64.C: base64_decode rewritten - padding option
1246: support, padding inside base 64 supported (related to feature
1247: #096)
1248:
1249: 2019-11-19 moko
1250:
1251: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1252: FreeBSD 12
1253:
1.125 moko 1254: 2019-11-16 moko
1255:
1256: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1257: support added, step support removed (related to #986)
1258:
1259: 2019-11-15 moko
1260:
1261: * src/classes/math.C: using log since log2 is not present on
1262: FreeBSD < 8.4 (related to feature #1177)
1263:
1264: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1265: pa_base64_size extracted and used for files as well (related to
1266: feature 986)
1267:
1268: 2019-11-14 moko
1269:
1270: * tests/: 397.html, results/397.processed: + content check
1271:
1272: * tests/: 141.html, results/141.processed: make test resuls more
1273: readable
1274:
1275: * tests/: 397.html, results/193.processed, results/397.processed:
1276: test results updated after \x00 character was disabled in
1277: math:convert string mode (related to feature #1177)
1278:
1279: * src/classes/: math.C, string.C: \\x00 character disabled while
1280: converting to string (as in base64, related to feature #1177)
1281:
1282: * src/classes/file.C: more correct arguments separation
1283:
1284: * src/: classes/file.C, classes/math.C, classes/string.C,
1285: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1286: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1287: options added, but not yet implemented (related to feature #986)
1288:
1289: * src/classes/math.C: whitespace
1290:
1291: 2019-11-13 moko
1292:
1293: * tests/: 397.html, results/397.processed: +tainting test (related
1294: to feature #1177)
1295:
1296: * src/classes/math.C: as we now produce not only digits, result
1297: should be tainted (related to feature #1177)
1298:
1299: * src/main/pa_base64.C: whitespace
1300:
1301: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1302: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1303: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1304: implementation moved from pa_common.h and pa_common.C
1305:
1306: 2019-11-12 moko
1307:
1308: * tests/: 275.html, results/275.processed: out of range test fixed,
1309: as ^math:convert now supports arbitrary precision
1310:
1311: 2019-11-11 moko
1312:
1313: * tests/results/389.processed: uctualized error message
1314:
1315: * tests/: 389.html, 397.html, results/397.processed: tests for
1316: ^math:convert added (related to feature #1177)
1317:
1318: * src/classes/math.C: ^math:convert now supports arbitrary
1319: precision, alphabet support added (implements feature #1177)
1320:
1.124 moko 1321: 2019-11-06 moko
1322:
1323: * tests/: 181.html, results/181.processed: entities usage added,
1324: more entites load tests (related to bug #842 discussion)
1325:
1326: 2019-11-05 moko
1327:
1328: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1329: call from xmlFileOpen if http://localhost/<file> was not found
1330: (related to bug #842)
1331:
1332: * src/main/pa_xml_io.C: rename
1333:
1334: * src/main/pa_xml_io.C: +MemoryStream constructor
1335:
1336: * src/main/pa_xml_io.C: whitespace
1337:
1.123 moko 1338: 2019-10-31 moko
1339:
1340: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1341: XML_PARSE_NOENT) added to fix entities load, (related to feature
1342: #1181)
1343:
1.122 moko 1344: 2019-10-25 moko
1345:
1346: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1347: queries tests
1348:
1349: 2019-10-24 moko
1350:
1351: * tests/: 388-sql.html, results/388-sql.processed: support for
1352: pgsql driver test
1353:
1354: * tests/: 388-sql.html, results/388-sql.processed:
1355: multi_statements=1 now tested, mysql test now supported
1356: (connection must be specified in [parser3] section in .my.cnf)
1357: related to issues #1195 and #1194
1358:
1.121 moko 1359: 2019-09-11 moko
1360:
1361: * src/classes/int.C: whitespace
1362:
1363: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1364: exception test
1365:
1366: * tests/results/388-sql.processed: sql queries now shown (related
1367: to feature #1196)
1368:
1369: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1370: with old parser versions.
1371:
1372: * src/: classes/file.C, classes/hash.C, classes/string.C,
1373: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1374: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1375: instead of connect string in query_event_handlers exceptions
1376: (implements feature #1196)
1377:
1.120 moko 1378: 2019-09-06 moko
1379:
1380: * tests/388-sql.html: mysql compat
1381:
1382: * src/: classes/hash.C, classes/string.C, classes/table.C,
1383: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1384: sql_ variables declaration moved to pa_common.h
1385:
1.116 moko 1386: 2019-01-15 moko
1387:
1388: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1389: logically sorted
1390:
1391: 2018-12-27 moko
1392:
1393: * src/include/pa_config_includes.h: warning war:
1394: -Wdeprecated-register added for C++ 17
1395:
1396: 2018-10-15 moko
1397:
1398: * configure.ac: FreeBSD 11.2 can be build with ./configure
1399: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1400: --with-xml=/usr/local/
1401:
1402: 2018-09-24 moko
1403:
1404: * tests/: 396.html, 396.tiff, results/396.processed: test for
1405: ^image::measure[] now supports tiff added (related to feature
1406: #1188)
1407:
1408: * src/classes/image.C: ^image::measure[] now supports tiff
1409: (implements feature #1188)
1410:
1411: 2018-09-20 moko
1412:
1413: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1414: files measure added (related to ticket #1188)
1415:
1416: * src/classes/image.C: measure of bmp files implemented (related to
1417: ticket #1188)
1418:
1419: 2018-09-18 moko
1420:
1421: * tests/: 394-curl.html, results/394-curl.processed,
1422: results/auto.p: test for bug #1187 (max_file_size check for head
1423: requests) added
1424:
1425: 2018-08-24 moko
1426:
1427: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1428: response content-length check is required (fixes bug #1187)
1429:
1430: 2018-05-11 moko
1431:
1432: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1433: $.append(bool) ] option added (related to feature #919)
1434:
1435: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1436: from misha@ patch (implements feature #919)
1437:
1438: 2018-03-22 moko
1439:
1440: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1441: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1442: with 128kb buffer. Now works at least 12 times faster. :) May be
1443: Windows-only problem.
1444:
1445: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1446: build fix)
1447:
1448: 2018-02-03 moko
1449:
1450: * src/main/execute.C: removes irrelevant lines from exception stack
1451: trace when exceptions occurs in assigment (fixes bug #1165)
1452:
1453: * tests/: 393.html, results/393.processed: test for behavour after
1454: "Property can not be created, already exists field with that
1455: name" exception removed (related to feature #1183)
1456:
1457: * src/types/pa_vclass.C: "Property can not be created, already
1458: exists field with that name" exception removed (implements
1459: feature #1183)
1460:
1461: 2018-01-19 moko
1462:
1463: * src/classes/string.C: whitespace
1464:
1465: * src/classes/string.C: whitespace
1466:
1467: * tests/: 392.html, results/392.processed: test for
1468: ^regex::create[$regex] added (related to feature #1135)
1469:
1470: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1471: ^regex::create[$regex] added (implements feature #1135)
1472:
1473: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1474: commented define added (related to feature #1157)
1475:
1476: 2018-01-17 moko
1477:
1478: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1479:
1480: 2018-01-15 moko
1481:
1482: * tests/: 390.html, results/390.processed: real path replaced by
1483: stub
1484:
1485: * tests/: 391.html, results/391.processed: test for feature #1181
1486: (XML_PARSE_HUGE exception) added
1487:
1488: 2018-01-11 moko
1489:
1490: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1491: XML_PARSE_HUGE option passed by default (implements feature
1492: #1181)
1493:
1494: * src/classes/string.C: whitespace
1495:
1496: 2017-12-10 moko
1497:
1498: * tests/: 389.html, 390.html, results/389.processed,
1499: results/390.processed: image code coverage tests added (related
1500: to feature #1125)
1501:
1502: 2017-12-08 moko
1503:
1504: * tests/: 346-curl.html, 388-sql.html, 389.html,
1505: results/346-curl.processed, results/388-sql.processed,
1506: results/389.processed: more code coverage tests
1507:
1508: * tests/: 264.html, results/264.processed: code coverage for
1509: ^file::exec[]
1510:
1511: 2017-12-07 moko
1512:
1513: * tests/: 174.html, 388-sql.html, 389.html,
1514: results/388-sql.processed, results/389.processed,
1515: results/174.processed: more coverage tests
1516:
1517: * src/classes/math.C: exception text actualized
1518:
1519: 2017-12-06 moko
1520:
1521: * tests/388-sql.html: $SQL can be here
1522:
1523: * tests/results/auto.p: $SQL not required here
1524:
1525: * tests/: 388-sql.html, 389.html, Makefile,
1526: results/388-sql.processed, results/389.processed, results/auto.p:
1527: code coverage tests for sql (using sqlite) and int/double/bool
1528: added (related to feature #1125)
1529:
1530: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1531: lib/json/json.vcproj, lib/md5/md5.vcproj,
1532: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1533: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1534: targets/apache/ApacheModuleParser3Core.vcproj,
1535: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1536: types/types.vcproj: gc\include no longer required
1537:
1538: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1539: required
1540:
1541: * src/: classes/Makefile.am, classes/table.C,
1542: include/pa_config_includes.h, include/pa_string.h,
1543: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1544: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1545: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1546: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1547: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1548: used, we now include it directly
1549:
1550: 2017-12-04 moko
1551:
1552: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1553: memcached/memcached.vcproj, punycode/punycode.vcproj,
1554: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1555: where required
1556:
1557: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1558: now can be used to trace memory allocations
1559:
1560: * src/: classes/table.C, include/pa_config_includes.h,
1561: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1562: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1563: method removes, libcord also can work without libgc
1564:
1565: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1566:
1567: 2017-11-29 moko
1568:
1569: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1570: are not present (related to feature #1173)
1571:
1572: * tests/346-curl.html: test updated to test curl content-length bug
1573: (related to feature #1173)
1574:
1575: * tests/results/346-curl.processed: more test for content-length
1576: curl bug (related to feature #1173)
1577:
1578: * tests/results/346-curl.processed: test results updated after
1579: #1173 implemented
1580:
1581: 2017-11-28 moko
1582:
1583: * src/classes/curl.C: another libcurl Content-length bug walkaround
1584: (related to feature #1173)
1585:
1586: 2017-11-27 moko
1587:
1588: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1589: $.http_version[version string] added (implements feature #1173),
1590: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1591: where $post(true) bug existed.
1592:
1593: 2017-11-18 moko
1594:
1595: * src/include/pa_memory.h: warning war (related to feature #1170)
1596:
1597: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1598: feature #1170)
1599:
1600: 2017-11-17 moko
1601:
1602: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1603: std::basic_stringstream used in ^table.csv-string[] is compatible
1604: with delete usage check only under Debian 9 (related to feature
1605: #1170)
1606:
1607: 2017-11-16 moko
1608:
1609: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1610: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1611: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1612: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1613: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1614: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1615: stubs defend from accidental use (implements feature #1170)
1616:
1617: 2017-06-24 moko
1618:
1619: * configure.ac: minor fix: thanks to alx@
1620:
1.115 moko 1621: 2017-05-29 moko
1622:
1623: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1624: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1625: added to avoid cutting of UTF-8 chars (fixed bug #123)
1626:
1627: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1628: ignored, =?UTF-8?Q?= should start in case of leading space
1629: (related to bug #123)
1630:
1631: * buildall: echo -n -> printf for OS X. :)
1632:
1633: 2017-05-25 moko
1634:
1635: * tests/: 288.html, results/288.processed: test updated afted
1636: setting $o.prop without setter exception removed (related to
1637: feature #1157)
1638:
1639: * src/types/pa_vclass.C: no more "this property has no setter
1640: method" when setting $o.prop without setter (implements feature
1641: #1157)
1642:
1643: * buildall: echo \c -> echo -n for FreeBSD
1644:
1645: * configure, configure.ac, src/include/pa_config_auto.h.in,
1646: src/types/pa_vdouble.h: isfinite now checked in configure
1647:
1648: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1649: upgraded to automake 1.15
1650:
1651: 2017-05-23 moko
1652:
1653: * src/types/pa_vdouble.h: finite returned where isfinite not
1654: defined
1655:
1656: 2017-05-22 moko
1657:
1658: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1659:
1660: * buildall: extern CFLAGS setting support
1661:
1662: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1663:
1664: * buildall: http -> https
1665:
1666: * buildall: gc-7.2f -> gc-7.6.0
1667:
1668: 2017-05-20 moko
1669:
1670: * buildall: https, pcre, xml, xslt updated to current versions
1671: (related to feature #1136)
1672:
1673: 2017-05-19 moko
1674:
1675: * tests/097.html: after parser.ru moved to https
1676:
1677: 2017-05-17 moko
1678:
1679: * tests/results/: 175.processed, 372.processed: tests resuls
1680: updated after lintian spelling typos fixed (related to bug #1156)
1681:
1682: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1683: classes/string.C, classes/table.C, main/pa_charset.C,
1684: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1685: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1686: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1687:
1688: * tests/results/096.processed: +XMP
1689:
1690: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1691: $.xmp(true) options tested (test for feature #1154)
1692:
1693: * src/classes/image.C: ^image:measure[] options $.exif(false)
1694: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1695: fetched by default! (implements feature #1154)
1696:
1697: 2017-05-16 moko
1698:
1699: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1700: allowed (related to feature #1154)
1701:
1702: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1703: initial XMP implementation - without options and transcode
1704: (related to feature #1154)
1705:
1706: 2017-05-12 moko
1707:
1708: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1709: image: exif moved to ffields, skipped in ^image.html[] where
1710: iterators now used (preparation for feature #1154)
1711:
1712: 2017-05-05 moko
1713:
1714: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1715: results/387.processed: test for circular class inheritance check
1716: added (related to bug #1150)
1717:
1718: * src/types/pa_vstateless_class.C: circular class inheritance check
1719: added (fixes endless add_derived bug #1150)
1720:
1721: 2017-05-04 moko
1722:
1723: * tests/: 386.html, results/386.processed: test for
1724: $table.value(number) added (related to feature #1152)
1725:
1726: * src/types/pa_vtable.C: table put_element: column value must be
1727: string - > column value must be string compatible to allow
1728: $t.value(1) (implements feature #1152)
1729:
1730: 2017-05-03 moko
1731:
1732: * src/main/pa_request.C: $use[$method] is not possible, reverting
1733: (related to feature #1151)
1734:
1735: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1736: not possible, removing test (related to feature #1151)
1737:
1738: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1739: get_element_method added and used to allow $use[$method] and
1740: $autouse[$method] (implements feature 1151)
1741:
1742: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1743: variable added (related to feature #1151)
1744:
1745: * tests/results/226.processed: actualized after ^try-catch used
1746:
1747: * tests/: 226.html, 385.html, results/385.processed: test for
1748: @autouse in variable added
1749:
1750: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1751:
1.114 moko 1752: 2017-02-27 moko
1753:
1754: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1755:
1.113 moko 1756: 2017-02-20 moko
1757:
1758: * operators.txt: actualization + beauty
1759:
1760: 2017-02-16 moko
1761:
1762: * tests/: 384.html, results/384.processed: test for
1763: ^reflection:mixin[; $.name[] ] option added (related to feature
1764: #1089)
1765:
1766: * tests/: 384.html, results/384.processed: test for
1767: ^reflection:mixin[] added (related to feature #1089)
1768:
1769: * src/types/pa_value.h: warning war: virtual ~Value() added
1770:
1.112 moko 1771: 2017-02-15 moko
1772:
1773: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1774: fixed
1775:
1776: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1777: test added (related to feature #1069)
1778:
1779: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1780: compilation without HASH_ORDER fixed
1781:
1782: * src/: classes/reflection.C, include/pa_hash.h:
1783: $.reverse(true/false) added to ^reflection:methods[] (related to
1784: feature #1069)
1785:
1786: 2017-02-14 moko
1787:
1788: * tests/: 152.html, results/152.processed: test for $._default hash
1789: added (related to bug #1131)
1790:
1791: * tests/: 277.html, results/277.processed: test for hash with only
1792: $._default is now defined (related to bug #1131)
1793:
1794: * src/types/pa_vhash.h: hash with only $._default is now defined
1795: (fixed bug #1131)
1796:
1797: 2017-02-13 moko
1798:
1799: * tests/cat-windows.sh: cat-windows added (cygwin required)
1800:
1801: * tests/: 171.html, 264.html, 286.html, 370.html,
1802: results/320.processed, results/375.processed, results/auto.p:
1803: cat-windows.sh support added
1804:
1805: * tests/375.html: Windows support
1806:
1807: * tests/270.html: documented
1808:
1809: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1810: (not backslashes) even under Windows (broke test 270)
1811:
1812: 2017-02-12 moko
1813:
1814: * tests/: descript.ion, todo.txt: cleanup
1815:
1816: 2017-02-09 moko
1817:
1818: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1819: run_tests.cmd: Windows compatibility
1820:
1821: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1822: incorrectly (GMT) if parser is called from cygwin
1823:
1.111 moko 1824: 2017-02-08 moko
1825:
1.112 moko 1826: * operators.txt: actualization 15% completed
1827:
1828: * operators.txt: cp1251 -> utf-8
1829:
1830: * NEWS, README: minor update
1831:
1832: * src/include/pa_config_includes.h: warning war continues
1833:
1834: * src/: include/pa_config_includes.h, include/pa_memory.h,
1835: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1836: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1837: gcc 6.x issues fixed
1838:
1.111 moko 1839: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1840: classes/classes.h, classes/curl.C, classes/date.C,
1841: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1842: classes/hashfile.C, classes/image.C, classes/inet.C,
1843: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1844: classes/memcached.C, classes/memory.C, classes/op.C,
1845: classes/reflection.C, classes/regex.C, classes/response.C,
1846: classes/string.C, classes/table.C, classes/void.C,
1847: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1848: include/pa_array.h, include/pa_cache_managers.h,
1849: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1850: include/pa_config_fixed.h, include/pa_config_includes.h,
1851: include/pa_dictionary.h, include/pa_dir.h,
1852: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1853: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1854: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1855: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1856: include/pa_request_charsets.h, include/pa_request_info.h,
1857: include/pa_sapi.h, include/pa_socks.h,
1858: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1859: include/pa_stack.h, include/pa_string.h,
1860: include/pa_stylesheet_connection.h,
1861: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1862: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1863: include/pa_uue.h, include/pa_xml_exception.h,
1864: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1865: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1866: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1867: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1868: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1869: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1870: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1871: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1872: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1873: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1874: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1875: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1876: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1877: main/pa_string.C, main/pa_stylesheet_connection.C,
1878: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1879: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1880: main/untaint.C, sql/pa_sql_driver.h,
1881: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1882: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1883: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1884: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1885: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1886: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1887: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1888: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1889: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1890: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1891: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1892: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1893: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1894: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1895: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1896: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1897: types/pa_vmemcached.h, types/pa_vmemory.h,
1898: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1899: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1900: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1901: types/pa_vresponse.C, types/pa_vresponse.h,
1902: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1903: types/pa_vstateless_object.h, types/pa_vstatus.C,
1904: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1905: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1906: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1907: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1908: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1909: 2015->2017
1910:
1.110 moko 1911: 2017-02-07 moko
1912:
1913: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1914:
1915: 2017-02-06 moko
1916:
1917: * src/main/pa_common.C: minor fixes, whitespace
1918:
1919: * src/: classes/curl.C, classes/file.C, classes/image.C,
1920: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1921: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1922: now used (implements feature #1081)
1923:
1924: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1925:
1926: 2017-02-01 moko
1927:
1928: * src/include/pa_request.h: cleanup
1929:
1930: 2017-01-30 moko
1931:
1932: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1933:
1934: 2017-01-29 moko
1935:
1936: * tests/: 383.html, results/383.processed: test for
1937: ^reflection:stack[] added (related to feature #1052)
1938:
1939: * src/classes/reflection.C: else added
1940:
1941: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1942: $.max_file_lock_wait added (implements feature #1128)
1943:
1944: 2017-01-28 moko
1945:
1946: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1947: body and other cases tests added (related to featue #1014)
1948:
1949: * src/classes/curl.C: bug if response is empty fixed (related to
1950: feature #1014)
1951:
1952: 2017-01-27 moko
1953:
1954: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1955: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1956: added (implements feature #1052)
1957:
1958: 2017-01-25 moko
1959:
1960: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1961: method test added
1962:
1963: 2017-01-23 moko
1964:
1965: * src/classes/reflection.C: optimization: options->get replaced by
1966: hash iterator
1967:
1968: * tests/: 381.html, results/381.processed: now -> fixed date
1969:
1970: * src/main/pa_request.C: warning war
1971:
1972: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1973: 5Mb (fixes bug #1058)
1974:
1975: * src/classes/curl.C: warning war
1976:
1977: * tests/: 381.html, results/381.processed: tests for ^json:string
1978: $.one-line(true) option added (related to feature #1124)
1979:
1980: * src/: classes/json.C, types/pa_value.h: $json-string
1981: $.one-line(true|false) options is now supported (implements
1982: feature #1124)
1983:
1984: * tests/: 380.html, results/380.processed: test for modified
1985: $.max_file_size added (related to bug #1014)
1986:
1987: * tests/: 379.html, results/auto.p: tests for rewritten http file
1988: load added (related to bug #1014)
1989:
1990: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1991: main/pa_common.C, main/pa_http.C: check_file_size added and used
1992: in curl / file load from disk and http, http file load rewritten
1993: (related to bug #1014)
1994:
1995: 2017-01-18 moko
1996:
1997: * tests/: 378.html, results/378.processed: tests for ^result[]
1998: added (related to feature #66)
1999:
2000: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2001: Method::CO_WITHOUT_FRAME as frame still added in expression
2002: (related to feature #66)
2003:
2004: 2017-01-17 moko
2005:
2006: * tests/: 377.html, results/377.processed: test for different
2007: combinations of breaks in body and delimiter (related to bug
2008: #1077)
2009:
2010: * tests/: 376.html, results/376.processed: many ^break[] tests
2011: added (related to bug #1077)
2012:
2013: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2014: passed to native method" exception added to avoid bugs due to
2015: WRITE_EXPR_RESULT skipped and native methods execution continues
2016: after ^break[] (related to bug #1077)
2017:
2018: 2017-01-14 moko
2019:
2020: * tests/: 330.html, results/330.processed: test results updated
2021: after ^break[] bugs where fixed (related to bug #1077)
2022:
2023: * tests/: 329.html, results/329.processed: test results updated
2024: after ^break[] bugs where fixed (related to bug #1077)
2025:
2026: * tests/results/320.processed: ^return[] added
2027:
2028: 2017-01-13 moko
2029:
2030: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2031: classes/table.C, include/pa_request.h, main/execute.C,
2032: main/pa_request.C, targets/cgi/parser3.C,
2033: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2034: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2035: checked after each possible process/execute call (fixes bug
2036: #1077)
2037:
2038: 2016-12-29 moko
2039:
2040: * src/main/pa_common.C: warning war
2041:
2042: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2043: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2044: pa_file_size_limit added, ^math:random fixed for upper limit and
2045: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2046: (related to feature #1014)
2047:
2048: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2049: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2050: (related to feature #1014)
2051:
2052: 2016-12-28 moko
2053:
2054: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2055: warning war
2056:
2057: 2016-12-26 moko
2058:
2059: * tests/: 341.html, results/341.processed: test for
2060: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2061:
2062: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2063: (related to feature #1057)
2064:
2065: * src/types/pa_vdate.C: warning war continues...
2066:
2067: * src/: classes/date.C, classes/image.C, classes/table.C,
2068: include/pa_config_includes.h, types/pa_vfile.C: warning war
2069:
2070: * src/lib/gd/gifio.C: warning war / cleanup
2071:
2072: * src/lib/json/pa_json.C: warning war
2073:
2074: * src/classes/hash.C: warning war
2075:
2076: * src/types/pa_vfile.C: warning war
2077:
2078: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2079: -Wall warning war continues
2080:
2081: * configure.ac: --with-build-warnings actualized
2082:
2083: 2016-12-25 moko
2084:
2085: * src/main/pa_exec.C: -wAll warning war
2086:
2087: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2088: -wAll warning war
2089:
2090: * src/: include/pa_common.h, include/pa_sapi.h,
2091: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2092: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2093: -wAll warning war
2094:
2095: 2016-12-23 moko
2096:
2097: * src/lib/ltdl/Makefile.am: extra dist added
2098:
2099: * tests/results/344.processed: test result updated after $file.text
2100: prefetched in ^hash::create[$file] (related to feature #1075)
2101:
2102: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2103: ^hash::create[$file] (related to feature #1075)
2104:
2105: 2016-12-22 moko
2106:
2107: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2108: main/pa_request.C, main/pa_stylesheet_connection.C,
2109: types/pa_vfile.C: file_stat now return 64-bit size (implements
2110: #1014 under 32-bit unix versions)
2111:
2112: 2016-12-21 moko
2113:
2114: * tests/: 375.html, results/375.processed: test for exec returning
2115: stated file added (related to feature #1119)
2116:
2117: * src/classes/file.C: load should not return file with null body
2118: (fixes bug #1119)
2119:
2120: 2016-12-14 moko
2121:
2122: * tests/: 374.html, results/374.processed: test for $method.name
2123: added (related to feature #1117) plus method returning junction
2124: test
2125:
2126: 2016-12-13 moko
2127:
2128: * src/: include/pa_symbols.h, main/pa_symbols.C,
2129: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2130: (implements feature #1117)
2131:
2132: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2133: HEAD and TRACE can't have body (implements feature #1116)
2134:
2135: 2016-12-09 moko
2136:
2137: * tests/: 373.html, results/373.processed: tests for
2138: ^reflection:tainting added (related to feature #1098)
2139:
2140: * src/classes/reflection.C: ^reflection:tainting arguments order
2141: change (related to feature #1098)
2142:
2143: 2016-12-06 moko
2144:
2145: * src/: classes/reflection.C, include/pa_string.h,
2146: main/pa_string.C: ^reflection:tainting[$string] added (implements
2147: feature #1098)
2148:
2149: 2016-12-05 moko
2150:
2151: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2152: (fixes bug #1114)
2153:
2154: 2016-12-04 moko
2155:
2156: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2157: check added
2158:
2159: 2016-12-03 moko
2160:
2161: * tests/: 346-curl.html, results/346-curl.processed: test modified
2162: to test value.as_hash() usage
2163:
2164: * src/classes/curl.C: value.as_hash() used for correct hash
2165: processing
2166:
2167: * src/classes/reflection.C: exceptions texts fixes
2168:
2169: 2016-12-02 moko
2170:
2171: * tests/: 372.html, results/372.processed: tests for
2172: ^reflection:create[ $.class[name] $.constructor[name]
2173: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2174: feature #1094)
2175:
2176: * src/types/pa_vmethod_frame.h: comment added: params should be
2177: declared outside of *_FRAME_ACTION as MethodParams destructor
2178: will be called in ~VNativeMethodFrame
2179:
2180: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2181: ] minor fix
2182:
2183: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2184: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2185: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2186: now supported (implements feature #1094) value::as_hash added
2187: (and should be used everywhere)
2188:
2189: * src/classes/reflection.C: cleanup
2190:
2191: 2016-12-01 moko
2192:
2193: * tests/: 356.html, results/356.processed: test for method
2194: junctions class name added to the resulting hash added (related
2195: to feature #1068)
2196:
2197: * src/classes/reflection.C: for method junctions class name added
2198: to the resulting hash (related to feature #1068)
2199:
2200: 2016-11-30 moko
2201:
2202: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2203: exception (related to bug #1113)
2204:
2205: * src/types/pa_vhashfile.C: whitespace
2206:
2207: * src/main/pa_os.C: errno now returned as it should (fixes bug
2208: #1113)
2209:
2210: * tests/results/: 175.processed, 192.processed, 224.processed,
2211: 229.processed, 239.processed, 244.processed, 246.processed,
2212: 314.processed, 352.processed: tests results updated after method
2213: call exceptions improved as method now keeps its name
2214:
2215: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2216: types/pa_vmethod_frame.h: method call exceptions improved as
2217: method now keeps its name
2218:
2219: * tests/: 224.html, 239.html, results/224.processed,
2220: results/239.processed: tests and tests results updated after
2221: Request::construct exception changed
2222:
2223: * src/: classes/reflection.C, main/execute.C: Request::construct
2224: exception optimized
2225:
2226: * tests/: 371.html, results/371.processed: test for
2227: WWrapper.get_element call in $.name.key[value] code added
2228: (related to feature #1091)
2229:
2230: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2231: in $.name.key[value] code (related to feature #1091)
2232:
2233: 2016-11-29 moko
2234:
2235: * src/classes/op.C: VS warning war
2236:
2237: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2238: C4239: nonstandard extension used : 'return' : conversion from
2239: 'Value' to 'Value &' (related to feature #1020)
2240:
2241: * src/: main/execute.C, types/pa_vmethod_frame.h,
2242: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2243: used : 'return' : conversion from 'Value' to 'Value &' (related
2244: to feature #1020)
2245:
2246: * src/main/execute.C: VS warning war
2247:
2248: * src/targets/cgi/parser3.C: VS compatibility fix
2249:
2250: * src/include/pa_request.h: VS warning war
2251:
2252: * tests/: 370.html, results/370.processed: test for ^file::exec[
2253: ... $.stdin[$binary_file] ] added (related to bug #1044)
2254:
2255: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2256: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2257: $.stdin[$binary_file] (fixes bug #1044)
2258:
2259: 2016-11-28 moko
2260:
2261: * src/main/pa_exec.C: whitespace
2262:
2263: * src/main/pa_request.C: whitespace
2264:
2265: * tests/: 369.html, results/369.processed: test for
2266: $response:status usage added (related to feature #1099)
2267:
2268: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2269: if < 100 (implements feature #1099)
2270:
2271: * src/targets/cgi/parser3.C: whitespace
2272:
2273: * src/targets/cgi/parser3.C: whitespace
2274:
2275: * tests/: 368.html, results/368.processed: test updated after
2276: ^reflection:filename[$method] added (related to feature #1053)
2277:
2278: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2279: main/compile.y, main/execute.C, main/pa_request.C,
2280: types/pa_vclass.h: filename -> filespec,
2281: ^reflection:filename[$method] added (related to feature #1053)
2282:
2283: 2016-11-27 moko
2284:
2285: * tests/: 368.html, results/368.processed: test for
2286: reflection:filename[$class or object] added (related to feature
2287: #1053)
2288:
2289: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2290: types/pa_vstateless_class.h: ^reflection:filename[$class or
2291: object] added (implements feature #1053)
2292:
2293: 2016-11-26 moko
2294:
2295: * src/: include/pa_request_info.h,
2296: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2297: remove_absolute_uri -> strip_absolute_uri
2298:
2299: 2016-11-25 moko
2300:
2301: * src/: include/pa_request_info.h,
2302: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2303: request_info.remove_absolute_uri added to remove possible
2304: http://site.name/ from $request:uri (implements feature #1112)
2305:
2306: 2016-11-24 moko
2307:
2308: * tests/: 367-curl.html, results/367-curl.processed: test for
2309: previous request headers clearing after redirect added (related
2310: to bug #1109)
2311:
2312: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2313: response headers from previous requests are now cleared, only
2314: last request headers are collected (fixes bug #1109)
2315:
2316: * tests/results/: 266.processed, 321.processed, 356.processed:
2317: tests results updated as method name now added to the resulting
2318: hash for new syntax only (Imp1 compatimility fixed, related to
2319: feature #1068)
2320:
2321: * src/classes/reflection.C: method name now added to the resulting
2322: hash for new syntax only (Imp1 compatimility fixed, related to
2323: feature #1068)
2324:
2325: * tests/results/366.processed: test for native and parser
2326: implementation of ^use[] logic (related to feature #1074)
2327:
2328: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2329: for native and parser implementation of ^use[] logic (related to
2330: feature #1074)
2331:
2332: 2016-11-23 moko
2333:
2334: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2335: main/pa_request.C: @USE file now implemented as ^use[file;
2336: $.origin[origin_file] ] (implements feature #1074)
2337:
1.109 moko 2338: 2016-11-21 moko
2339:
1.110 moko 2340: * tests/: 365.html, results/365.processed: test for $caller bugs in
2341: 3.4.4 and $caller.method now tested (related to feature #1110)
2342:
2343: * tests/: 364.html, results/364.processed: $caller usage in
2344: different contexts now tested (related to feature #1110)
2345:
2346: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2347:
2348: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2349:
1.109 moko 2350: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2351: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2352: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2353: used (implements feature #1110)
2354:
2355: 2016-11-20 moko
2356:
2357: * src/types/pa_vdouble.h: whitespace
2358:
2359: 2016-11-11 moko
2360:
2361: * tests/: 363.html, results/363.processed: more tests for feature
2362: #1091 (how parser methods work in expression context)
2363:
2364: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2365: expressions strings are now written as strings, not values by
2366: write_as_string (related to feature #1091)
2367:
2368: * src/classes/op.C: to make more correct behavour in expression
2369: context
2370:
2371: 2016-11-07 moko
2372:
2373: * tests/: 362.html, results/362.processed: test for
2374: xsltParseStylesheetDoc caching as xsl modification after it added
2375: (related to bug #1108)
2376:
2377: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2378: result now cached as xdoc is modified after it (fixes bug #1108)
2379:
2380: 2016-11-06 moko
2381:
2382: * src/types/pa_vxdoc.h: whitespace
2383:
2384: 2016-11-05 moko
2385:
2386: * src/types/pa_vmethod_frame.h: cleanup
2387:
2388: 2016-11-03 moko
2389:
2390: * tests/results/244.processed: more correct exception after method
2391: frames separation
2392:
2393: * src/types/pa_vmethod_frame.h: minor optimizaion
2394:
2395: * src/types/pa_method.h: optimization: params_count added
2396:
2397: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2398: include/pa_request.h, main/execute.C, main/pa_request.C,
2399: types/pa_value.C, types/pa_vmethod_frame.C,
2400: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2401: VMethodFrame now divided into VNativeMethodFrame,
2402: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2403: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2404: and used (related to feature #1104)
2405:
2406: 2016-11-02 moko
2407:
2408: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2409: classes/double.C, classes/file.C, classes/hash.C,
2410: classes/hashfile.C, classes/image.C, classes/inet.C,
2411: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2412: classes/memcached.C, classes/op.C, classes/reflection.C,
2413: classes/regex.C, classes/string.C, classes/table.C,
2414: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2415: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2416: r.write (implements feature #1091)
2417:
2418: * src/main/execute.C: cleanup (related to feature #1104)
2419:
2420: * src/: include/pa_request.h, main/execute.C,
2421: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2422: added, in_expression removed (implements feature #1104)
2423:
2424: 2016-10-31 moko
2425:
2426: * src/types/pa_value.C: whitespace
2427:
2428: 2016-10-28 moko
2429:
2430: * tests/results/244.processed: updated after error reporting fixed
2431: in pa_wcontext.C
2432:
2433: * src/types/pa_wcontext.C: error reporting fixed
2434:
2435: * src/types/pa_wcontext.h: whitespace
2436:
2437: * src/classes/image.C: not fully readed entries are no longer
2438: processed (fixes bug #1106)
2439:
2440: 2016-10-26 moko
2441:
2442: * src/classes/image.C: whitespace
2443:
2444: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2445: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2446: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2447: longer required (related to feature #1091)
2448:
2449: * tests/results/: 264.processed, 350.processed: test results update
2450: reverted (whitespace optimization) after write_no_lang removed :)
2451: (related to feature #1091)
2452:
2453: * src/: classes/file.C, classes/hash.C, classes/op.C,
2454: classes/string.C, classes/table.C, classes/void.C,
2455: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2456: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2457: equal write_pass_lang (related to feature #1091)
2458:
2459: * tests/results/: 264.processed, 350.processed: test results
2460: updated (whitespace optimization) after write_assign_lang removed
2461: (related to feature #1091)
2462:
2463: * tests/: 361.html, results/361.processed: test for non-string
2464: ^untaint added (related to feature #1091)
2465:
2466: * src/: classes/curl.C, classes/date.C, classes/file.C,
2467: classes/hash.C, classes/op.C, classes/string.C,
2468: include/pa_request.h, main/execute.C: optimization:
2469: write_assign_lang removed as not required (first part of feature
2470: #1091 implementation)
2471:
1.108 moko 2472: 2016-10-12 moko
2473:
2474: * tests/: 360.html, results/360.processed: more test code (related
2475: to feature #1104)
2476:
2477: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2478: include/pa_request.h, main/compile.y, main/execute.C: opcode
2479: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2480: WContext is next task (implements feature #1104)
2481:
2482: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2483: / CO_WITHOUT_WCONTEXT
2484:
2485: * tests/: 360.html, results/360.processed: test for in expression
2486: state (related to feature #1104)
2487:
2488: 2016-10-11 moko
2489:
2490: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2491:
2492: * src/classes/op.C: default value removed from initializer
2493:
2494: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2495:
2496: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2497:
2498: 2016-10-10 moko
2499:
2500: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2501: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2502: to feature #42)
2503:
2504: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2505: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2506:
2507: 2016-10-08 moko
2508:
2509: * src/classes/double.C: whitespace
2510:
2511: 2016-10-07 moko
2512:
2513: * src/types/pa_vmethod_frame.h: reorder
2514:
2515: 2016-10-06 moko
2516:
2517: * src/classes/date.C: typo
2518:
2519: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2520:
2521: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2522: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2523: types/pa_vmethod_frame.h: params.get now returns Value&, not
2524: Value*
2525:
2526: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2527:
2528: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2529: removed; first as_* code rewrite
2530:
2531: 2016-10-05 moko
2532:
2533: * src/include/pa_request.h: whitespace
2534:
2535: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2536: intercept_string added (related to feature #1097)
2537:
2538: * src/: classes/image.C, classes/op.C, classes/table.C,
2539: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2540: optimization: intercept_string removed (implements feature #1097)
2541:
2542: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2543:
2544: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2545: from VCodeFrame and WWrapper as not required
2546:
2547: 2016-10-04 moko
2548:
2549: * src/: classes/curl.C, classes/date.C, classes/double.C,
2550: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2551: classes/int.C, classes/json.C, classes/op.C,
2552: classes/reflection.C, classes/string.C, classes/table.C,
2553: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2554: proces_to_value -> process after StringOrValue removed (related
2555: to feature #1020)
2556:
2557: * src/classes/form.C: whitespace
2558:
2559: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2560:
2561: * tests/: 357.html, 358.html, results/357.processed,
2562: results/358.processed, results/auto.p: test for @conf
2563: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2564:
2565: 2016-10-03 moko
2566:
2567: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2568: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2569: supported (implements feature #42)
2570:
2571: * src/types/pa_vregex.h: no reason for VRegex to be
2572: is_evaluated_expr
2573:
2574: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2575: (implements feature #1095)
2576:
2577: 2016-10-01 moko
2578:
2579: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2580: false by default (related to feature #1089)
2581:
2582: 2016-09-30 moko
2583:
2584: * src/types/pa_wcontext.h: cleanup
2585:
2586: 2016-09-29 moko
2587:
2588: * src/main/execute.C: whitespace
2589:
2590: * src/include/pa_request.h: whitespace
2591:
2592: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2593: classes/op.C, classes/table.C, include/pa_request.h,
2594: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2595: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2596: StringOrValue removed as it just slows down and adds complexity
2597: (implements feature #1020)
2598:
2599: 2016-09-28 moko
2600:
2601: * tests/: 356.html, results/266.processed, results/321.processed,
2602: results/356.processed: tests updated after name was added to
2603: method_info hash, test for ^reflection:method_info[junction]
2604: added (related to feature #1068)
2605:
2606: * src/classes/reflection.C: ^reflection:method_info[junction] now
2607: supported, method name added to the resulting hash (implements
2608: feature #1068)
2609:
2610: * tests/: 276.html, results/276.processed: more tests for
2611: ^reflection:delete[]
2612:
2613: * src/classes/reflection.C: fixed bug then ^reflection:delete
2614: didn't work on class and could damage native objects (like file)
2615:
2616: 2016-09-26 moko
2617:
2618: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2619: results/345.processed, results/346-curl.processed,
2620: results/347-curl.processed, results/348.processed: numbers added
2621: to simplify diff analysis
2622:
2623: * tests/: 352.html, results/352.processed: test result updated as
2624: method name used
2625:
2626: * src/classes/reflection.C: method name used
2627:
2628: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2629: its name
2630:
2631: * src/types/pa_method.h: whitespace
2632:
2633: * src/classes/reflection.C: both method and field with one name can
2634: exist.
2635:
2636: * src/classes/reflection.C: ^reflection:mixin added (implements
2637: feature #1089)
2638:
2639: * tests/: 355.html, results/355.processed: property appears in
2640: derived class if added in base test added
2641:
2642: * src/types/pa_vstateless_class.h: get_method declaration +
2643: whitespace
2644:
2645: * tests/: 354.html, results/354.processed: nice test from method
2646: and property with one name in class added
2647:
2648: 2016-09-23 moko
2649:
2650: * src/classes/reflection.C: ^reflection:method usage documented
2651:
2652: 2016-09-22 moko
2653:
2654: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2655: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2656: compile warning and GPF occures on VS2003 (related to feature
2657: #1087)
2658:
2659: * tests/: 350.html, results/350.processed: test added for
2660: $.encloser[] support in ^table::create (related to feature #11)
2661:
2662: * src/classes/table.C: another minor fix (related to feature #11)
2663:
1.107 moko 2664: 2016-09-21 moko
2665:
2666: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2667:
2668: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2669: classes/json.C, classes/string.C, classes/table.C,
2670: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2671: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2672: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2673: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2674: pa_charsets, vs2015 warning war
2675:
2676: * src/classes/table.C: vs2015 warning war
2677:
2678: * src/types/pa_vdate.C: vs2015 warning war
2679:
2680: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2681:
2682: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2683: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2684:
2685: * src/main/pa_common.C: vs2015 compilation fixes
2686:
2687: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2688: vs2015 compilation fixes
2689:
2690: * src/main/pa_charset.C: vs2015 warning war
2691:
2692: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2693:
2694: * src/main/pa_charset.C: vs2015 warning war
2695:
2696: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2697:
2698: * src/types/pa_vdate.C: vs2015 compilation fix
2699:
2700: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2701:
2702: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2703: VS2015 compilation fixes
2704:
2705: * src/classes/table.C: minor fix (related to feature #11)
2706:
2707: * tests/results/282.processed: no longer skipping extra enclosers
2708: (related to feature #11)
2709:
2710: * src/classes/table.C: minor fix + no longer skipping extra
2711: enclosers (related to feature #11)
2712:
2713: * src/classes/table.C: minor optimization (related to feature #11)
2714:
2715: * src/classes/table.C: minor fix and optimization (related to
2716: feature #11)
2717:
2718: 2016-09-20 moko
2719:
2720: * tests/: 353.html, results/353.processed: test for
2721: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2722: added (related to bug #1090)
2723:
2724: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2725: one_big_piece (fixes bug #1090)
2726:
2727: * tests/: 229.html, results/229.processed: code coverage tests
2728:
2729: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2730: body) was called
2731:
2732: * src/classes/op.C: whitespace
2733:
2734: * tests/: 323.html, results/323.processed: test for code junction
2735: should not be returned by ^reflection:class, ^reflection:base
2736:
2737: * src/classes/reflection.C: bugfix: code junction should not be
2738: returned by ^reflection:class, ^reflection:base
2739:
2740: * tests/: 323.html, 352.html, results/352.processed: no more
2741: exception for ^reflection:method[class;no-such-method] (related
2742: to feature #1087)
2743:
2744: * src/classes/reflection.C:
2745: ^reflection:method[class;no-such-method] : exception -> void
2746: (related to feature #1087)
2747:
2748: * src/include/pa_request.h: request::write_value added to allow
2749: write value without convertion (related to issue #1091)
2750:
2751: 2016-09-19 moko
2752:
2753: * src/main/pa_random.C: windows build fix
2754:
2755: * src/types/pa_vhash.h: warning war
2756:
2757: 2016-09-14 moko
2758:
2759: * tests/: 352.html, 552.html, results/352.processed,
2760: results/552.processed: test for ^reflection:method[] extension
2761: added (related to feature #1087)
2762:
2763: * tests/: 552.html, results/552.processed: test for
2764: ^reflection:method[] extension added (related to feature #1087)
2765:
2766: * src/classes/reflection.C: compatibility issue fixed, VClass
2767: dynamic_cast check added (related to feature #1087)
2768:
2769: * tests/: 351.html, results/351.processed: test for @auto[]
2770: inheritance bug diring ^process[] added (related to bug #1088)
2771:
2772: * src/: classes/op.C, main/pa_request.C,
2773: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2774: disable it inheritance during ^process (fixes bug #1088)
2775:
2776: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2777: added (implements feature #1087)
2778:
2779: 2016-09-13 moko
2780:
2781: * tests/: 349.html, results/auto.p: test for objects prototyping
2782: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2783: to feature #1086)
2784:
2785: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2786: types/pa_vobject.C: objects now are not class instances, but have
2787: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2788: in @conf (implements feature #1086)
2789:
2790: 2016-09-08 moko
2791:
2792: * src/: classes/file.C, classes/mail.C, classes/string.C,
2793: classes/table.C, main/pa_http.C, main/pa_string.C,
2794: include/pa_string.h: cleanup: string::split limit argument
2795: removed as no longer required, pos_after no longer reference
2796: (related to feature #11)
2797:
2798: * src/classes/table.C, tests/results/348.processed: now exception
2799: is rised when invalid option is passed to ^table::create[]
2800:
2801: * tests/: 282.cfg, 282.html, results/282.processed: more code
2802: coverage tests
2803:
2804: * tests/: 348.html, results/348.processed: code coverage tests
2805: added
2806:
2807: * tests/: 348.html, results/348.processed: generic ^table::create[]
2808: tests
2809:
2810: * tests/: 035.html, results/035.processed, results/272.processed:
2811: tests updated after $.encloser[] support for ^table::create
2812: implementation (related to feature #11)
2813:
2814: * src/classes/table.C: $.encloser[] support for ^table::create
2815: finally added (implements feature #11)
2816:
2817: 2016-09-07 moko
2818:
2819: * src/include/pa_string.h: added StringSplitHelper as friend
2820: (related to feature #11)
2821:
2822: * src/include/pa_string.h: body and langs now protected, not
2823: private to allow inheritance (related to feature #11)
2824:
2825: * src/classes/table.C: lsplit optimized before cloning for
2826: ^table::create with $.encloser[] (related to feature #11)
2827:
2828: * src/classes/table.C: optimizaion: TableControlChars.separators
2829: added and used (related to feature #11)
2830:
2831: * src/classes/table.C: spelling:
2832:
2833: TableSeparators -> TableControlChars column -> separator
2834: separators -> control_chars
2835:
2836: 2016-09-06 moko
2837:
2838: * src/main/pa_string.C: whitespace
2839:
2840: * src/main/pa_string.C: whitespace
2841:
2842: 2016-09-01 moko
2843:
2844: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2845: results OS-independent
2846:
2847: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2848: compiler (related to feature #1042)
2849:
2850: 2016-08-15 moko
2851:
2852: * src/include/pa_string.h: whitespace
2853:
2854: * src/classes/table.C: whitespace
2855:
1.106 moko 2856: 2016-08-05 moko
2857:
2858: * tests/: 344.html, results/344.processed: test for
2859: ^hash::create[$file] added (related to feature #1075)
2860:
2861: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2862: supported (implements feature #1075)
2863:
2864: 2016-08-04 moko
2865:
2866: * tests/: 341.html, results/341.processed: more code coverage tests
2867:
2868: * tests/: 346-curl.html, results/346-curl.processed: more code
2869: coverage tests for curl
2870:
2871: * tests/: 346-curl.html, results/346-curl.processed: more code
2872: coverage tests for curl
2873:
2874: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2875: results/223.processed: code coverage tests: $.form[ $.table[] ]
2876: test added
2877:
2878: * tests/: 223-curl.html, results/223-curl.processed: more code
2879: coverage tests for curl
2880:
2881: 2016-08-03 moko
2882:
2883: * src/classes/curl.C: dlink(curl_library) now called not once, but
2884: until it will be loaded, allowing to find existing library.
2885:
2886: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2887: results/347-curl.processed: more code coverage tests for curl
2888:
2889: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2890: results/339-curl.processed, results/346-curl.processed: curl
2891: functionality tests
2892:
2893: 2016-08-02 moko
2894:
2895: * tests/: 339.html, results/339.processed: test for tables in
2896: ^file:load[] and ^curl:load[] (commented) added (related to
2897: feature #1042)
2898:
2899: * tests/: 345.html, results/345.processed: code coverage tests for
2900: file class
2901:
2902: * tests/: 344.html, results/344.processed: code coverage tests
2903:
2904: * tests/: 344.html, results/344.processed: mdate removed from
2905: output
2906:
2907: * src/classes/file.C: minor bugfix: is_text should be taked from
2908: fcontent.is_text_mode() if not set (related to feature #1061)
2909:
2910: * tests/: 344.html, results/344.processed: more tests
2911:
2912: * tests/: 343.html, 344.html, results/343.processed,
2913: results/344.processed: tests for ^file::create[ $.from-charset
2914: and $.to-charset ] (related to feature #1061)
2915:
2916: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2917: aset_text_mode argument optimized
2918:
2919: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2920: checkBOM now used in detect_binary_content (related to feature
2921: #1061)
2922:
2923: * src/main/pa_request.C: load_charset no longer required to_upper
2924:
2925: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2926: preserves original file mode (if no $.mode specified)
2927:
2928: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2929: ^file::create now supports $.from-charset[] and $.to-charset
2930: options (implements feature #1061), automatic transcode is done
2931: if text file is created from binary file and charset is detected.
2932:
2933: 2016-07-30 moko
2934:
2935: * src/classes/table.C: ^t.hash[..;] now supported (related to
2936: feature #1057)
2937:
2938: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2939: added (related to feature #1057)
2940:
2941: * tests/: 286.html, results/286.processed: code tests coverage
2942:
2943: 2016-07-29 moko
2944:
2945: * src/classes/table.C: table size should be checked inside menu and
2946: foreach (related to feature #858)
2947:
2948: * src/: classes/curl.C, classes/file.C, classes/string.C,
2949: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2950: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2951: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2952: charsets.get now does str_upper inside (related to feature #1061)
2953:
2954: * tests/: 342.html, results/342.processed: more code coverage tests
2955:
2956: * tests/: 342.html, outputs/342.processed: table menu code coverage
2957: + foreach test added (related to feature #858)
2958:
2959: * tests/: 341.html, results/341.processed: tests for
2960: ^table.hash[]{code} added + code coverage tests (related to
2961: feature #1057)
2962:
2963: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2964: value} support (implements feature #1057)
2965:
2966: * src/classes/table.C: whitespace
2967:
2968: 2016-07-28 moko
2969:
2970: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2971: from URL, if not specified query string removed from url-based
2972: filenames in ^curl:load[] and ^file::load[] (related to feature
2973: #1042)
2974:
2975: 2016-07-27 moko
2976:
2977: * tests/: 340.html, results/340.processed: test for
2978: transcode_text_result=false added (related to issue #1042)
2979:
2980: 2016-07-26 moko
2981:
2982: * src/types/pa_vfile.C: file name should not be empty (if file path
2983: is folder and ends with /) (related to feature #1042)
2984:
2985: * src/main/pa_http.C: whitespace optimizaion
2986:
2987: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2988: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2989: multiple headers, ^file::load supports headers transcoding
2990: (implements feature #1042)
2991:
2992: 2016-07-25 moko
2993:
2994: * src/include/pa_common.h: PA_DEFAULT added
2995:
2996: 2016-07-22 moko
2997:
2998: * tests/: 338.html, results/338.processed: test for
2999: $date.field(value) added (related to feature #1066)
3000:
3001: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3002: $date.field(value) now supported for y/m/d/h/m/s (implements
3003: feature #1066)
3004:
1.105 moko 3005: 2016-07-21 moko
3006:
3007: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3008: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3009: arguments removed; image.C - absolute path shown in exception
3010: (implements feature #1071)
3011:
3012: * tests/: 235.html, results/235.processed: test and test result
3013: updated after static boundary in mail and Errors-To: mail header
3014: removed (related to feature #1047)
3015:
3016: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3017: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3018: used, static boundary in mail removed, Errors-To: mail header
3019: removed (implements feature #1047)
3020:
3021: 2016-07-20 moko
3022:
3023: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3024: equest.classes(): Value -> VStateless_class, part 3 (related to
3025: issue #1051)
3026:
3027: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3028: request.classes(): Value -> VStateless_class, part 2 (related to
3029: issue #1051)
3030:
3031: * tests/results/: 224.processed, 323.processed: classes without
3032: methods should not be methoded (related to issue #1051)
3033:
3034: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3035: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3036: -> VStateless_class, part 1 (related to issue #1051)
3037:
3038: * tests/: 337.html, results/337.processed: test for
3039: ^reflection:fields_reference[] and VHashReference class added
3040: (related to feature #1072)
3041:
3042: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3043: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3044: and VHashReference added, allowing ^reflection:fields_reference[]
3045: implementation (closes feature #1072)
3046:
3047: 2016-07-19 moko
3048:
3049: * tests/: 323.html, results/323.processed: we want to see
3050: "methoded"
3051:
3052: * tests/: 336.html, results/336.processed: test for $BASE:property
3053: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3054: #1059)
3055:
3056: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3057: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3058: somebody_entered_some_class, $BASE:property works again,
3059: ^BASE:method[] bugs fixed (fixes bug #1059)
3060:
3061: 2016-07-14 moko
3062:
3063: * tests/: 335.html, results/335.processed: test for feature #1055
3064: added
3065:
3066: * src/classes/hash.C: bugfix: $._default was not copied if empty
3067: feature: ^hash.contains[_default] added (implements feature
3068: #1055)
3069:
3070: 2016-07-13 moko
3071:
3072: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3073: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3074:
3075: 2016-07-05 moko
3076:
3077: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3078: in ^hash.foreach (related to feature #1073)
3079:
3080: 2016-07-04 moko
3081:
3082: * tests/: 134.html, 281.html, results/134.processed,
3083: results/281.processed: tests updated after hash blocking removed
3084: (related to feature #1073)
3085:
3086: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3087: no longer blocks on change during foreach (implements feature
3088: #1073)
3089:
3090: 2016-06-17 moko
3091:
3092: * tests/: 330.html, results/330.processed: try exception source
3093: test added (related to bug in #1062)
3094:
3095: * tests/: 334.html, results/334.processed: Exception stack trace
3096: test added (related to bug in $1062)
3097:
3098: * src/classes/op.C: Exception trace now correctly restored and
3099: errors reported (related to bug #1062)
3100:
1.104 moko 3101: 2016-05-25 moko
3102:
3103: * src/main/compile.y: minor cleanup + beauty
3104:
3105: 2016-05-24 moko
3106:
3107: * tests/: 333.html, results/333.processed: more exceptions testing
3108:
3109: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3110: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3111: features #1056, #1026)
3112:
3113: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3114: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3115: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3116: (implements feature #1056)
3117:
3118: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3119: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3120: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3121: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3122: feature #1026)
3123:
3124: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3125: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3126: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3127: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3128: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3129: feature #1026)
3130:
3131: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3132: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3133: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3134: SYMBOLS_CACHING define implemented (related to feature #1026)
3135:
3136: * src/main/main.vcproj: + ps_symbols
3137:
3138: * src/: include/Makefile.am, include/pa_string.h,
3139: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3140: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3141: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3142: types/pa_vstateless_class.C: initial implementation for symbols
3143: cache (related to feature #1026)
3144:
3145: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3146:
3147: * src/main/pa_globals.C: minor cleanup
3148:
3149: 2016-05-19 moko
3150:
3151: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3152: (related to feature #1046)
3153:
3154: * tests/: 331.html, results/331.processed: test for
3155: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3156: (related to feature #1051)
3157:
3158: * src/main/compile.y:
3159: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3160: (implements feature #1054)
3161:
3162: 2016-05-18 moko
3163:
3164: * src/types/pa_vtable.C, tests/results/324.processed: no more
3165: "column not found" exception for ^table.no-such-method[] (related
3166: to feature #1046)
3167:
3168: * tests/: 261.html, results/261.processed: test added and updated
3169: after feature #1046 implementation
3170:
3171: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3172: types/pa_vvoid.h: $string.anything works for whitespace strings,
3173: ^string.contains added for hash compatibility, $string.method no
3174: longer returns stting method (implements feature #1046)
3175:
3176: 2016-05-12 moko
3177:
3178: * src/classes/curl.C: content-type response header no longer
3179: ignored (fixes issue #1045)
3180:
3181: * tests/: 330.html, results/330.processed: test for incomplete
3182: finally execution when break occures added (related to issue
3183: #1077)
3184:
3185: * src/classes/op.C: bugfix: Request::skip reset is called before
3186: executing catch and finally code (fixes issue #1062)
3187:
3188: 2016-05-11 moko
3189:
3190: * tests/: 329.html, results/329.processed: test for invalid
3191: ^break[] behavour added (bug #1077)
3192:
3193: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3194:
3195: 2016-04-24 moko
3196:
3197: * src/types/pa_vstateless_class.h: warning war
3198:
3199: 2016-04-17 moko
3200:
3201: * tests/: 328.html, results/328.processed: test for
3202: ^break(condition) and ^continue(condition) (related to feature
3203: #1063)
3204:
3205: * src/classes/op.C: ^break(condition) and ^continue(condition)
3206: implemented (feature #1063)
3207:
3208: 2016-04-12 moko
3209:
3210: * tests/results/280.processed: ordered hash now used for class
3211: methods and properties (test results updated for feature #1069)
3212:
3213: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3214: to xdoc.C as under FreeBSD it was inited after and inheritance
3215: failed (related to issue #1051)
3216:
3217: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3218: are printed to check inheritance (related to feature #1051)
3219:
1.103 moko 3220: 2016-04-09 moko
3221:
3222: * tests/results/320.processed: ordered hash now used for class
3223: methods and properties (test results updated for feature #1069)
3224:
3225: * src/types/pa_vstateless_class.h: ordered hash now used for class
3226: methods and properties (implements feature #1069)
3227:
3228: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3229: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3230: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3231: feature #1051)
3232:
3233: 2016-04-07 moko
3234:
3235: * src/main/execute.C: returned Value in .CLASS case for VJunction
3236: (related to feature #1051)
3237:
3238: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3239: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3240: string constants deduplication (related to feature #1051)
3241:
3242: * tests/results/224.processed: test result updated (related to
3243: feature #1051)
3244:
3245: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3246: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3247: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3248: types/pa_vstatus.h: classes hash now contains only
3249: VStateless_class derived objects, .CLASS is also allways
3250: VStateless_class derived object (related to feature #1051).
3251:
3252: 2016-04-06 moko
3253:
3254: * tests/results/323.processed: test result updated after feature
3255: #1051 implementation
3256:
3257: * src/: classes/classes.h, classes/op.C, classes/response.C,
3258: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3259: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3260: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3261: types/pa_vresponse.C, types/pa_vresponse.h,
3262: types/pa_vstateless_class.h: base -> methoded_donor for static
3263: classes, type() moved from VStateless_class to VClass and
3264: Methoded (implements feature #1051)
3265:
3266: 2016-04-04 moko
3267:
3268: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3269: beauty: put_class added (related to feature #1051)
3270:
3271: 2016-04-01 moko
3272:
3273: * tests/results/: 175.processed, 192.processed, 224.processed,
3274: 229.processed, 244.processed, 246.processed, 316.processed: test
3275: results updated as class.type() removed from error messages, only
3276: type() left (related to feature #1051)
3277:
3278: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3279: classes/op.C, classes/reflection.C, main/compile.y,
3280: main/compile_tools.h, main/execute.C, main/pa_request.C,
3281: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3282: types/pa_vmethod_frame.h, types/pa_vobject.h,
3283: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3284: from VStateless_class, type() is used instead (related to feature
3285: #1051)
3286:
3287: * src/classes/mail.C: old logic restored.
3288:
3289: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3290: classes/classes.h, classes/curl.C, classes/date.C,
3291: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3292: classes/hashfile.C, classes/image.C, classes/inet.C,
3293: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3294: classes/memcached.C, classes/memory.C, classes/reflection.C,
3295: classes/regex.C, classes/response.C, classes/string.C,
3296: classes/table.C, classes/xdoc.C, classes/xnode.C,
3297: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3298: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3299: feature #1051)
3300:
3301: 2016-03-30 moko
3302:
3303: * tests/: 327.html, results/224.processed, results/327.processed:
3304: test for TZ specification in ^date::create[], TZ is kept during
3305: ^date::create[$dt] (related to feature #1048)
3306:
3307: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3308: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3309: feature #1048)
3310:
3311: 2016-03-29 moko
3312:
3313: * tests/: 315.html, results/315.processed: test for timezone format
3314: +HHmm added (related to feature #1065)
3315:
3316: * src/classes/date.C: timezone format +HHmm now supported
3317: (implements feature #1065)
3318:
3319: 2016-03-28 moko
3320:
3321: * tests/: 202.html, results/131.processed, results/202.processed,
3322: results/224.processed, results/256.processed,
3323: results/315.processed: test results updated after %.2d now
3324: default for hours offset in iso-string (was %2d), test for
3325: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3326: added (related to feature #1065)
3327:
3328: 2016-03-27 moko
3329:
3330: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3331: feature #1065)
3332:
3333: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3334: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3335: added (implements feature #1065)
3336:
3337: 2016-03-24 moko
3338:
3339: * tests/: 202.html, results/202.processed: test $date.week added
3340: (related to bug #1067)
3341:
3342: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3343: date (fix for bug #1067)
3344:
3345: 2016-03-10 moko
3346:
3347: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3348:
1.102 moko 3349: 2015-12-07 moko
3350:
3351: * tests/: 326.html, results/326.processed: test for .CLASS &
3352: .CLASS_NAME optimization added (related to feature #844)
3353:
3354: 2015-11-17 moko
3355:
3356: * tests/: 323.html, results/323.processed: order added
3357:
3358: * tests/: 325.html, results/325.processed: double range test added
3359: (related to bug #1049)
3360:
3361: 2015-11-16 moko
3362:
3363: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3364: added to disallow NaN and Infinity (fixes bug #1049)
3365:
3366: 2015-11-11 moko
3367:
3368: * tests/324.html: parser 3.4.3 execution support added (related to
3369: feature #1017)
3370:
3371: * tests/: 324.html, results/324.processed: test for
3372: GET_ELEMENT4CALL feature added (feature #1017)
3373:
1.101 moko 3374: 2015-10-29 moko
3375:
3376: * operators.txt: updated for 3.4.4
3377:
3378: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3379:
3380: * src/main/pa_exec.C: get_exit_status implemented for Windows
3381: (related to bug #1043)
3382:
3383: 2015-10-28 moko
3384:
3385: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3386: hangup during ^file::exec (fixes bug #1043)
3387:
1.100 moko 3388: 2015-10-27 moko
3389:
3390: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3391:
1.99 moko 3392: 2015-10-26 moko
3393:
1.100 moko 3394: * tests/322.html, src/classes/reflection.C: arguments reorder
3395: (related to issue #1041)
3396:
3397: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3398: Copyright year updated
3399:
1.99 moko 3400: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3401: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3402: classes/form.C, classes/hash.C, classes/hashfile.C,
3403: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3404: classes/mail.C, classes/math.C, classes/memcached.C,
3405: classes/memory.C, classes/op.C, classes/reflection.C,
3406: classes/regex.C, classes/response.C, classes/string.C,
3407: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3408: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3409: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3410: include/pa_config_fixed.h, include/pa_config_includes.h,
3411: include/pa_dictionary.h, include/pa_dir.h,
3412: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3413: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3414: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3415: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3416: include/pa_request_charsets.h, include/pa_request_info.h,
3417: include/pa_sapi.h, include/pa_socks.h,
3418: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3419: include/pa_stack.h, include/pa_string.h,
3420: include/pa_stylesheet_connection.h,
3421: include/pa_stylesheet_manager.h, include/pa_table.h,
3422: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3423: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3424: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3425: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3426: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3427: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3428: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3429: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3430: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3431: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3432: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3433: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3434: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3435: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3436: main/pa_string.C, main/pa_stylesheet_connection.C,
3437: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3438: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3439: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3440: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3441: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3442: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3443: targets/isapi/parser3isapi.C, types/pa_junction.h,
3444: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3445: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3446: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3447: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3448: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3449: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3450: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3451: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3452: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3453: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3454: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3455: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3456: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3457: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3458: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3459: types/pa_vresponse.C, types/pa_vresponse.h,
3460: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3461: types/pa_vstateless_object.h, types/pa_vstatus.C,
3462: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3463: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3464: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3465: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3466: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3467:
3468: * src/targets/cgi/parser3.C: year updated
3469:
3470: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3471: issue #1041)
3472:
3473: * tests/: 323.html, results/323.processed: test for base classes
3474: added
3475:
3476: * tests/: 261.html, results/261.processed: updated after better
3477: error reporting done for $string.key exception
3478:
3479: * src/types/pa_vstring.h: better error report for $string.key
3480: exception
3481:
3482: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3483: copied as VObject::get_element4call to remove extra virtual call
3484:
3485: * tests/: 322.html, results/322.processed: test for
3486: ^reflection:is[] added (related to feature #1041)
3487:
3488: * src/classes/reflection.C: ^reflection:is empty value is void
3489: (related to feature #1041)
3490:
3491: * src/classes/reflection.C:
3492: ^reflection:is[class_name|code|method;[context;]element_name]
3493: added (implements feature #1041)
3494:
3495: 2015-10-24 moko
3496:
3497: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3498:
1.98 moko 3499: 2015-10-22 moko
3500:
3501: * tests/: 321.html, results/321.processed: test for
3502: ^reflection:method_info[] file detection added
3503:
3504: * tests/: 320.html, results/320.processed: test for
3505: ^reflection:class_by_name[class_name] added (related to feature
3506: #993)
3507:
3508: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3509: added (implements feature #993)
3510:
3511: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3512: (related to feature #1017)
3513:
3514: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3515: added (related to issue #1039)
3516:
3517: * src/main/pa_request.C: ^throw origin fixed (related to feature
3518: #1039)
3519:
3520: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3521: for VDate
3522:
3523: * tests/results/182.processed: updated after feature #1038
3524: implemented
3525:
3526: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3527: compile-time exception origin added (test for feature #1039)
3528:
3529: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3530: main/pa_request.C: exception unification: compile-time exceptions
3531: now have origin, @USE origins also tracked (implements feature
3532: #1039)
3533:
3534: 2015-10-20 moko
3535:
3536: * src/main/pa_request.C: cleanup
3537:
3538: 2015-10-15 moko
3539:
3540: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3541:
3542: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3543: types/pa_vtable.C: new feature: no more $table.method and
3544: $hash.method, aliases for _at, _count, _key (related to feature
3545: #1017)
3546:
1.97 moko 3547: 2015-10-14 moko
3548:
1.98 moko 3549: * tests/: 317.html, results/317.processed: test for
3550: ^string.unescape[] added (related to feature #120)
3551:
1.97 moko 3552: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3553: defined" bug (described in issue #1036)
3554:
3555: * tests/: 247.html, results/247.processed: test for checkBOM added
3556: (test for bug #1037)
3557:
3558: * src/: include/pa_charsets.h, main/pa_charsets.C,
3559: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3560: it's not enforced, skips BOM signature if it complies charset
3561: (fixes bug #1037)
3562:
3563: 2015-10-13 moko
3564:
3565: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3566: linking
3567:
3568: * src/classes/inet.C: vs2003 compilation fix
3569:
3570: * src/classes/math.C: warning war
3571:
3572: * src/lib/punycode/pa_punycode.c: warning war
3573:
3574: 2015-10-12 moko
3575:
3576: * src/lib/punycode/pa_punycode.c: warning war
3577:
3578: * parser3.sln: moved parser3 first, to make it default startup
3579: project
3580:
3581: * buildall: parser "mirror" now used for external libs sources
3582: (implements feature #1036)
3583:
3584: * buildall: most external libs are updated to their current
3585: versions (related to feature #1036)
3586:
3587: * src/classes/image.C: more tags added
3588:
3589: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3590:
3591: 2015-10-11 moko
3592:
3593: * src/classes/curl.C: minor optimization (related to feature #1035)
3594:
3595: 2015-10-09 moko
3596:
3597: * src/classes/curl.C: pa_strdup added for strings from curl
3598: (related to feature #1035)
3599:
3600: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3601: ULLONG_MAX definition
3602:
3603: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3604: (implements feature #1035)
3605:
3606: * src/main/pa_charset.C: String::Body(String::C) used
3607:
3608: * src/main/pa_charset.C: exceptions unified
3609:
3610: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3611: unified
3612:
3613: * src/: classes/file.C, classes/image.C, classes/mail.C,
3614: classes/op.C, classes/xdoc.C, classes/xnode.C,
3615: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3616: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3617: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3618: String::Body(String::C) constructor added (related to bug #957)
3619:
3620: * src/classes/file.C: minor optimization
3621:
3622: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3623: Cord(char*) autocreation (related to bug #957)
3624:
3625: * src/: classes/string.C, main/untaint.C: minor optimizations
3626:
3627: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3628: String(char*, Lang, length) removed, String(C(), Lang) used
3629: instead (related to bug #957)
3630:
3631: 2015-10-08 moko
3632:
3633: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3634: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3635: main/untaint.C: Now char * is converted to CORD only using
3636: AS_CORD() to check for empty cord bug (fixes bug #957)
3637:
3638: * src/include/pa_hash.h: fixed compilation without
3639: HASH_CODE_CACHING
3640:
3641: * src/classes/string.C:
3642: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3643: feature #120)
3644:
3645: * src/main/pa_common.C: reduce js flags checks count (related to
3646: feature #120)
3647:
1.96 moko 3648: 2015-10-07 moko
3649:
3650: * tests/: 275.html, results/275.processed: test modified after
3651: unsigned long long int support implemented (feature #1034)
3652:
3653: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3654: pa_atoul added for unsigned long long int support
3655:
3656: 2015-10-06 moko
3657:
3658: * src/types/pa_vdate.C: INT_MAX used
3659:
3660: 2015-10-03 moko
3661:
3662: * tests/: 302.html, results/302.processed: test for bug #1023
3663: (\u2028, \u2029 escaping) added
3664:
3665: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3666: json:string[] (fixes bug #1023)
3667:
3668: 2015-09-29 moko
3669:
3670: * tests/305.html: try-catch added for OS without ipv6 support
3671:
3672: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3673: compilation
3674:
3675: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3676: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3677: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3678: implemented to distinguish ^hash.method from $hash.field
3679: (implements feature #1017)
3680:
3681: * src/lib/punycode/pa_punycode.c: warning war
3682:
3683: * src/include/pa_config_includes.h: warning war
3684:
3685: * src/include/pa_config_includes.h: pragma warning actualized a bit
3686:
3687: * src/include/pa_config_includes.h: warning war
3688:
3689: * src/include/pa_hash.h: clang compilation fix
3690:
3691: 2015-09-27 moko
3692:
3693: * src/main/compile.tab.C: Bison 3 is now default
3694:
3695: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3696:
3697: 2015-09-25 moko
3698:
3699: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3700: works with undefined HASH_ORDER (related to feature #196)
3701:
3702: 2015-09-24 moko
3703:
3704: * tests/: 027.html, results/027.processed: test modified to test
3705: ^hash.sort (feature #196)
3706:
3707: * src/: classes/hash.C, include/pa_hash.h:
3708: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3709: added (implements feature #196)
3710:
3711: * tests/: 316.html, results/316.processed: Added test for bug #1025
3712: (exception handling in non-cached ^cache), plus for "it does not
3713: have logical value" and "$exception.handled value must be either
3714: boolean or string 'cache'" exceptions.
3715:
3716: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3717: code (fixes bug #1025)
3718:
1.95 moko 3719: 2015-09-23 moko
3720:
3721: * src/classes/table.C: warning war
3722:
3723: * src/: classes/math.C, types/pa_vcookie.C: warning war
3724:
3725: * src/classes/file.C: warning war
3726:
3727: * src/: include/pa_table.h, main/pa_table.C: warning war
3728:
3729: * src/: main/pa_request.C, classes/date.C: warning war
3730:
3731: * src/: types/pa_vdate.C, classes/op.C: warning war
3732:
3733: * tests/: 122.html, results/122.processed: win sync: to remove
3734: differences with OS that doesn't keep timezone change history
3735:
3736: * src/types/pa_vdate.C: tzset() should be called in Windows after
3737: TZ change (related to feature #36)
3738:
3739: * tests/: 075.html, results/075.processed: win sync: to remove
3740: differences with OS that doesn't keep timezone change history
3741:
3742: * tests/: 315.html, results/315.processed: win sync: to remove
3743: differences with OS that doesn't keep timezone change history
3744:
3745: * tests/: 256.html, results/256.processed: win sync: to remove
3746: differences with OS that doesn't keep timezone change history
3747:
3748: * tests/: 124.html, results/124.processed: win results sync: to
3749: avoid hitting time change hole.
3750:
3751: * src/types/pa_vdate.C: static returned. :)
3752:
3753: 2015-09-22 moko
3754:
3755: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3756:
3757: * tests/results/131.processed: more tests for feature #1032
3758:
3759: * src/classes/date.C: minor fix related to feature #1032
3760:
3761: * operators.txt: ISO date creation documented (related to feature
3762: #1032)
3763:
3764: * operators.txt: iso-string documented (related to feature #1032)
3765:
3766: * tests/: 315.html, results/315.processed: more tests added
3767: (related to feature #1032)
3768:
3769: * tests/: 131.html, results/131.processed: date range checks
3770: updated (related to feature #36)
3771:
3772: * tests/: 315.html, results/057.processed, results/315.processed:
3773: test added for ISO date support (related to issue #315)
3774:
3775: * src/classes/date.C: more readable exceptions in date creation
3776: (related to ticket #1032)
3777:
3778: 2015-09-18 moko
3779:
3780: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3781: added (related to issue #1032)
3782:
3783: * tests/results/256.processed, src/classes/json.C: iso-string
3784: documented (related to issue #1032)
3785:
3786: * tests/: 256.html, results/256.processed: ISO date check added
3787: (related to issue #1032)
3788:
3789: * tests/: 057.html, results/057.processed, results/224.processed:
3790: tests results updated after ISO date support implemented (related
3791: to feature #1032)
3792:
3793: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3794: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3795: ^date::create[string] constructor formalized, ^date.iso-string[]
3796: added (implements feature #1032)
3797:
3798: 2015-09-05 moko
3799:
3800: * operators.txt: actualized
3801:
3802: * operators.txt: date changes documented (related to ticket #36)
3803:
3804: 2015-09-04 moko
3805:
3806: * src/types/pa_vdate.C: warning war
3807:
3808: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3809:
3810: 2015-09-03 moko
3811:
3812: * tests/results/096.processed: test result updated for 0..9999 year
3813: date range support (related to feature #36)
3814:
3815: * tests/: 314.html, results/314.processed: test for
3816: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3817: bug #1031)
3818:
3819: * src/classes/string.C: Static calls fixed for ^string:base64[],
3820: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3821:
1.116 moko 3822: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3823: configure.in -> configure.ac
1.95 moko 3824:
1.116 moko 3825: * configure, configure.in, src/include/pa_config_auto.h.in: more
3826: correct timezone check for FreeBSD Warning war: configure.in ->
3827: configure.ac
1.95 moko 3828:
3829: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3830: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3831: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3832: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3833: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3834: src/main/Makefile.am, src/targets/apache/Makefile.am,
3835: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3836: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3837: check added
3838:
3839: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3840:
3841: * tests/results/: 124.processed, 224.processed: test resuls updated
3842: for new date implementation (related to feature #36)
3843:
3844: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3845: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3846: types/pa_vdate.h: new double date implementation with internal
3847: support for extended 0..9999 year range, default timezone support
3848: (related to feature #36)
3849:
3850: 2015-08-28 moko
3851:
3852: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3853: (fixes bug #1030)
3854:
3855: 2015-08-21 moko
3856:
3857: * src/classes/inet.C: snprintf size "bug" commented
3858:
3859: * src/main/pa_common.C: snprintf comments updated
3860:
3861: 2015-08-16 moko
3862:
3863: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3864:
3865: 2015-08-11 moko
3866:
3867: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3868: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3869: can be null (fixes bug #1029)
3870:
3871: 2015-08-06 moko
3872:
1.116 moko 3873: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3874: pa_vdate.C added
1.95 moko 3875:
3876: 2015-08-05 moko
3877:
3878: * tests/: 313.html, results/313.processed: test for
3879: ^table.count[columns] and ^table.flip[] with nameless tables
3880: (feature #1003)
3881:
3882: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3883: max_cell added, now ^table.count[columns] and ^table.flip[] works
3884: correctly for nameless tables (implements feature #1003)
3885:
3886: 2015-08-03 moko
3887:
3888: * tests/312.html: test for ^table.append[$hash] and
3889: ^table.insert[$hash] added (related to feature #1028)
3890:
3891: * src/classes/table.C: ^table.append[$hash] and
3892: ^table.insert[$hash] now supported (implements feature #1028)
3893:
3894: * tests/: 312.html, results/312.processed: test row copy in
3895: ^table.hash[; $.type[table] ] added (related to feature #1016)
3896:
3897: * src/classes/table.C: row copy now created in ^table.hash[;
3898: $.type[table] ] (related to feature #1016)
3899:
3900: 2015-07-29 moko
3901:
3902: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3903: added (related to feature #1016)
3904:
3905: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3906: ^table.delete[] added to delete current row (related to feature
3907: 1016)
3908:
3909: 2015-07-28 moko
3910:
3911: * tests/: 312.html, results/312.processed: test for
3912: $table.column[value] and ^table.insert{row} (related to feature
3913: #1016)
3914:
3915: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3916: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3917: ^table.insert{row} are now implemented (feature #1016)
3918:
3919: * src/include/pa_array.h: Optimization: bool reverse removed from
3920: append(), insert() added, memmove arguments order in remove()
3921: fixed (related to feature #1016)
3922:
3923: 2015-07-23 moko
3924:
3925: * src/classes/json.C: tainted json and empty json exception added
3926: (implements feature #1015)
3927:
3928: * tests/: 311.html, results/311.processed: empty json and tainted
3929: json exception test added (related to issue #1015)
3930:
3931: 2015-07-22 moko
3932:
3933: * tests/: 311.html, results/311.processed: test for UTF-8
3934: processing added
3935:
3936: * tests/: 311.html, results/311.processed: test for
3937: json_exception_with_source added (related to issue #394)
3938:
3939: * src/classes/json.C: json_exception_with_source added (implements
3940: feature #394)
3941:
3942: 2015-06-29 moko
3943:
3944: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3945: directories are now correctly determined if _d_type == DT_UNKNOWN
3946: (closes bug #1027)
3947:
3948: 2015-06-10 moko
3949:
3950: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3951: error if libxml has LIBXML_ICU_ENABLED.
3952:
3953: 2015-06-04 moko
3954:
3955: * tests/099.html: ups, reverting
3956:
3957: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3958: results/310.processed: tests for $response:body[ $.file[] ] and
3959: $response:last-modified added
3960:
3961: * src/main/pa_request.C: last-modified check fixed
3962:
3963: 2015-06-03 moko
3964:
3965: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3966: results/205.processed, results/293.processed: $response:headers
3967: logging added (tests for feature #1007)
3968:
3969: * src/: include/pa_common.h, include/pa_request.h,
3970: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3971: $response:headers are now in uppercase (closes feature #1007)
3972:
3973: 2015-06-02 moko
3974:
3975: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3976: build errors reverted for clang compatibility
3977:
3978: 2015-06-01 moko
3979:
3980: * src/include/pa_memory.h: -pedantic build errors fixed
3981:
3982: * src/classes/math.C: -pedantic build error fixed
3983:
3984: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3985:
3986: 2015-05-31 moko
3987:
3988: * src/classes/table.C: USE_STRINGSTREAM optimized
3989:
3990: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3991: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3992: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3993: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3994: types/pa_vxnode.h: warning war (-pedantic flag)
3995:
3996: 2015-05-28 moko
3997:
3998: * tests/: 308.html, results/308.processed: test for
3999: ^table::create[$t;], etc work added (related to bug #975)
4000:
4001: * src/classes/table.C: check_option_param removed,
4002: ^table::create[$t;], etc now works (fixes bug #975)
4003:
4004: 2015-05-27 moko
4005:
4006: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4007: (Debian jessie) fixed (closes issue #1024)
4008:
4009: * tests/Makefile: sort added as in Debian jessie list become
4010: unsorted
4011:
4012: 2015-05-18 moko
4013:
4014: * tests/: 201.html, results/201.processed: test for
4015: ^string.trim[what] feature #1022
4016:
4017: * src/classes/string.C: ^string.trim[what] now supported,
4018: implements feature #1022
4019:
4020: 2015-05-17 moko
4021:
4022: * tests/results/185.processed: test result updated as feature #1021
4023: implemented (left/right accept negative parameter)
4024:
4025: * src/classes/string.C: left/right now accept negative parameter
4026: (implements feature #1021)
4027:
4028: 2015-05-08 moko
4029:
4030: * src/classes/math.C: isalnum -> pa_isalnum
4031:
4032: * src/main/execute.C: optimization in getter-junction processing
4033: (related to issue #997)
4034:
4035: 2015-05-07 moko
4036:
4037: * tests/: 307.html, results/307.processed: test for issue #997
4038: added
4039:
4040: * src/main/execute.C: process_getter result now checked if junction
4041: returned (closes issue #997)
4042:
4043: * tests/: 305.html, results/305.processed: sort added to ignore
4044: different order
4045:
4046: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4047: assignment (closes issue #994)
4048:
4049: * tests/: 306.html, results/306.processed: test for issue #994
4050: added
4051:
4052: * tests/: 303.html, results/303.processed: two more errors tested
4053:
4054: 2015-05-06 moko
4055:
4056: * tests/: 305.html, results/305.processed: test for name2ip &
4057: ip2name added (related to feature #992)
4058:
4059: * tests/: 303.html, 304.html, results/303.processed,
4060: results/304.processed: tests for idna conversion added (related
4061: to issue #849)
4062:
4063: 2015-05-02 moko
4064:
4065: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4066: implemented
4067:
4068: 2015-04-30 moko
4069:
4070: * src/main/pa_http.C: idna_host added, related to issue #849
4071:
4072: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4073: (related to issue #849)
4074:
4075: 2015-04-24 moko
4076:
4077: * src/types/pa_vjunction.C: warning war
4078:
4079: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4080: unification
4081:
4082: * src/lib/punycode/pa_idna.c: warning war
4083:
4084: 2015-04-22 moko
4085:
4086: * src/main/main.vcproj: punycode include path added
4087:
4088: * src/lib/punycode/pa_idna.c: windows compile error fixed
4089:
4090: * src/lib/punycode/pa_idna.c: warning war
4091:
4092: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4093: project file added
4094:
4095: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4096:
4097: * src/include/pa_memory.h: warning war
4098:
4099: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4100: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4101: implemented (related to feature #849)
4102:
4103: * configure.in, src/main/Makefile.am,
4104: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4105: libpunycode added in Unix
4106:
4107: 2015-04-21 moko
4108:
4109: * configure.in: large files support
4110:
4111: 2015-04-15 moko
4112:
4113: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4114: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4115: pa_punycode.h: initial version for punycode/idna support library
4116: (ticket #849)
4117:
4118: 2015-04-08 moko
4119:
4120: * src/: classes/curl.C, classes/date.C, classes/file.C,
4121: classes/image.C, classes/mail.C, classes/reflection.C,
4122: classes/string.C, classes/xnode.C, include/pa_request.h,
4123: include/pa_string.h, include/pa_stylesheet_connection.h,
4124: main/compile.y, main/compile_tools.h, main/execute.C,
4125: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4126: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4127: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4128: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4129: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4130: clang compiler warnings (closes issue #1018)
4131:
4132: * src/include/pa_string.h: String::Body comparation operators with
4133: char * added (related to issue #958)
4134:
4135: 2015-04-07 moko
4136:
4137: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4138: pa_malloc/pa_free to remove system malloc/free usage (related to
4139: issue #1018)
4140:
4141: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4142: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4143: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4144: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4145: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4146: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4147: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4148: malloc/strdup/free replaced with pa_ version and checks for
4149: accidental use of non-pa_ version added (related to issue #1018)
4150:
4151: 2015-04-03 moko
4152:
4153: * buildall: pcre-8.33 -> pcre-8.36
4154:
4155: * src/: main/compile.y, classes/form.C, classes/mail.C,
4156: classes/op.C, classes/string.C, main/compile.tab.C,
4157: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4158: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4159: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4160: ticket #958)
4161:
4162: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4163: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4164: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4165: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4166: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4167: $request:headers, $request:method added (implements feature
4168: #1007)
4169:
4170: 2015-03-17 misha
4171:
4172: * tests/302.html: - test for
4173: ^json:string[...;$._default[method-name]]
4174:
4175: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4176: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4177: option $._default[method-name] is specified in ^json:string[], a
4178: method with specified name will be called for classes/objects
4179: serialization ( new feature: #982 )
4180:
4181: 2015-03-16 misha
4182:
4183: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4184: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4185: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4186: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4187: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4188: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4189: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4190: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4191: types/pa_vrequest.h, types/pa_vstateless_class.C,
4192: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4193: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4194: $var.CLASS_NAME now have special opcodes. This can be switched
4195: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4196: on pa_opcode.h ( new feature: #844 )
4197:
4198: 2015-03-15 misha
4199:
4200: * tests/075.html: - test for $response:header[]
4201:
4202: * src/types/pa_vresponse.C: - $response:header[] deletes header
4203: that was set earlie ( new feature: #1001 )
4204:
4205: 2015-03-12 misha
4206:
4207: * tests/246.html: - more tests for ^hash._at[]
4208:
4209: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4210: accepts second param [key|value|hash] ( new feature: #1012 )
4211:
4212: 2015-03-09 moko
4213:
4214: * src/types/pa_vmail.C: exception for everything but
4215: $mail:received, closes issue #1011
4216:
4217: 2015-02-20 moko
4218:
4219: * tests/: 275.html, results/275.processed: hex detection in
4220: pa_atoui fix test (closes issue #1010)
4221:
4222: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4223: issue #1010)
4224:
4225: 2015-02-17 moko
4226:
4227: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4228: tainted.
4229:
4230: 2015-02-03 misha
4231:
4232: * tests/301.html: - test for ^json:string($double) causes
4233: exception. bugfix: #1008
4234:
4235: * src/classes/json.C: - ^json:string($double) causes exception.
4236: bugfix: #1008
4237:
4238: * tests/014.html: - updated for work with ^hash.delete[]
4239:
4240: 2015-01-12 misha
4241:
4242: * src/: classes/form.C, include/pa_common.h,
4243: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4244: types/pa_vform.h: - supports body with PUT method as well ( new
4245: feature: #1006 )
4246:
4247: * src/classes/file.C: - warnings war
4248:
4249: 2015-01-11 misha
4250:
4251: * tests/300.html: - test for ^hash.delete[] is added
4252:
4253: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4254: feature: #989 ) - tiny optimization in intersects
4255:
4256: 2015-01-06 moko
4257:
4258: * src/types/pa_vmail.C: file names transcode added, to and cc added
4259: with transcode, attachments detection fixed
4260:
4261: * src/main/pa_request.C: filling mail received after cgi/auto.p
4262: load to allow charset switch (related to issue #996)
4263:
4264: 2014-12-31 moko
4265:
4266: * src/types/pa_vmail.C: from and subject now transcoded if not
4267: UTF-8 source charset (fixes issue 996)
4268:
4269: * src/main/pa_exception.C: fixed string from stack bug (closes
4270: issue #1000)
4271:
4272: 2014-12-11 misha
4273:
4274: * src/types/pa_vhashfile.C: - check if key is not empty before
4275: access ( bug fix: #1005 )
4276:
4277: 2014-11-13 misha
4278:
4279: * src/main/compile.y: - PC.append does not reset to false while
4280: creating a new class. bugfix: #990
4281:
4282: * tests/299.html: - test for creation class after working with
4283: partial class (create+append)
4284:
4285: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4286: #995
4287:
4288: * tests/232.html: - test for @get[def] added
4289:
4290: 2014-10-12 moko
4291:
4292: * src/lib/pcre/pcre_internal.vcproj: correct path
4293:
4294: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4295: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4296: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4297: targets/apache/ApacheModuleParser3.vcproj,
4298: targets/apache/ApacheModuleParser3Core.vcproj,
4299: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4300: types/types.vcproj: project GUID inserted in *.vcproj for correct
4301: conversion in newer VS versions
4302:
4303: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4304: pcre_internal.vcproj added
4305:
4306: 2014-08-28 moko
4307:
4308: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4309: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4310: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4311:
4312: 2014-06-30 misha
4313:
4314: * tests/298.html: - tests for ^reflection:def[class;className]
4315: added
4316:
4317: * src/classes/reflection.C: - ^reflection:def[class;className]
4318: added ( new feature: #918 )
4319:
4320: 2014-06-29 misha
4321:
4322: * src/classes/table.C: - ^table::create[unsupported data] -
4323: exception comment changed to "body must be table or code" ( bug
4324: fix: #951 )
4325:
4326: * tests/: 261.html, results/261.processed: - tests for
4327: ^json:string[...;$.void[null|string]] added
4328:
4329: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4330: option $.void[string|null] added to ^json:string[...] ( new
4331: feature: #952 )
4332:
4333: 2014-06-28 moko
4334:
4335: * src/classes/curl.C: $.charset now processed before other curl
4336: options (closes issue #980)
4337:
4338: 2014-05-23 misha
4339:
4340: * src/classes/json.C: - bug fix: #987
4341:
4342: 2014-05-04 misha
4343:
4344: * tests/: 253.html, 253_json.txt: - test for
4345: ^json:parse[$.int(false)] is added
4346:
4347: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4348: default true). The option is similar to $.double(bool) but for
4349: integers.
4350:
4351: 2014-05-01 moko
4352:
4353: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4354: #12 )
4355:
4356: 2014-04-16 moko
4357:
4358: * src/main/pa_http.C: response-charset option should finally work
4359: now (fix for issue #867)
4360:
4361: * src/main/pa_http.C: response-charset option should work now (fix
4362: for issue #867)
4363:
4364: 2014-03-07 moko
4365:
4366: * buildall: libgc moved
4367:
4368: * buildall: libgc moved
4369:
4370: 2013-12-29 moko
4371:
4372: * src/classes/string.C: ^string:js-unescape result now tainted,
4373: closes issue #966
4374:
4375: * tests/: 186.html, results/186.processed: ^string:js-unescape
4376: result now tainted, issue #966
4377:
4378: 2013-12-03 moko
4379:
4380: * src/: classes/memcached.C, types/pa_vmemcached.C,
4381: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4382: option was added for http://www.parser.ru/forum/?id=79343
4383:
4384: * src/classes/file.C: bugfix for
4385: http://www.parser.ru/forum/?id=79337
4386:
4387: 2013-11-05 moko
4388:
4389: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4390:
4391: * src/main/pa_globals.C: spelling fixed
4392:
4393: 2013-10-29 moko
4394:
4395: * src/lib/json/json.vcproj: json.c -> pa_json.C
4396:
4397: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4398: #892
4399:
4400: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4401: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4402: exceptions to be thrown thougth json library), related to issue
4403: #892
4404:
4405: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4406: related to issue #896
4407:
4408: 2013-10-24 moko
4409:
4410: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4411:
4412: 2013-10-23 moko
4413:
4414: * README: actualization
4415:
4416: 2013-10-22 moko
4417:
4418: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4419: compatibility patch from Sergey Kirpichev
4420:
4421: * tests/: 297.html, results/297.processed: non-working getter fix
4422: test for issue #948
4423:
4424: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4425: called when saving value of $match variable in ^string.match[] to
4426: increase compatibility (related to issue #948).
4427:
4428: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4429: usage optimization
4430:
4431: 2013-10-21 moko
4432:
4433: * tests/: 182.html, results/182.processed: local path removed for
4434: compatibility
4435:
4436: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4437: results/244.processed, results/253.processed,
4438: results/254.processed, results/275.processed,
4439: results/281.processed: try_catch -> try-catch
4440:
4441: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4442: results/294.processed, results/296.processed: try_catch ->
4443: try-catch
4444:
4445: 2013-10-20 moko
4446:
4447: * tests/: 296.html, results/296.processed: test for xsl exception
4448: for issue #938 added.
4449:
4450: * src/: include/pa_xml_exception.h,
4451: main/pa_stylesheet_connection.C: forgotten to be replaced
4452: XmlException is now replaced (once again closes issue #938)
4453:
4454: 2013-10-18 moko
4455:
4456: * buildall: disable clock_gettime detection to avoid librt linking
4457: (which in turn depends on libpthread), related to issue #943
4458:
4459: 2013-10-18 misha
4460:
4461: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4462: lib/smtp/smtp.vcproj, main/main.vcproj,
4463: targets/apache/ApacheModuleParser3Core.vcproj,
4464: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4465: types/types.vcproj: - new locations for libxml2 includes where
4466: added to vcproj files
4467:
4468: 2013-10-18 moko
4469:
4470: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4471: fix
4472:
4473: * tests/: 295.html, results/295.processed: test for issue #948
4474: updated
4475:
4476: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4477: :)
4478:
4479: * tests/: 295.html, results/295.processed: test for issue #948
4480: added
4481:
4482: * src/: classes/hash.C, classes/string.C, classes/table.C,
4483: include/pa_request.h, types/pa_method.h: for getters and setters
4484: to be executed request.put_element should be called, not
4485: context.put_element (fixes issue #948)
4486:
4487: 2013-10-17 moko
4488:
4489: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4490: LIBXML2_NEW_BUFFER check (closes issue #943)
4491:
4492: * buildall: libxml 2.9.1 build is broken --without-reader.
4493:
4494: 2013-10-16 moko
4495:
4496: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4497:
4498: * tests/: 294.html, results/294.processed: test for issue #938
4499:
4500: * src/: classes/xdoc.C, classes/xnode.C,
4501: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4502: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4503:
4504: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4505: libxslt-1.1.26 -> libxslt-1.1.28
4506:
4507: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4508: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4509: to '?', related to issue #938
4510:
4511: 2013-10-15 moko
4512:
4513: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4514: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4515: minor optimizations (closes issue #896)
4516:
4517: * tests/results/: 292.processed, 293.processed: results updated to
4518: comply with issue #896
4519:
4520: * tests/: 292.html, 293.html, results/292.processed,
4521: results/293.processed: tests for json escaping
4522:
4523: 2013-10-14 moko
4524:
4525: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4526: and cleanup, code moved from .h to .C, no changes in code
4527:
4528: 2013-10-12 moko
4529:
4530: * tests/results/119.processed: updated test result commited
4531:
4532: * tests/: 291.html, results/291.processed: test for issue #894
4533: added
4534:
4535: * src/types/pa_wcontext.h: base methods call support function
4536: get_somebody_entered_some_class should not be true forever, as
4537: wcontext can have many get_elements calls (fixes issue #894)
4538:
4539: 2013-10-11 moko
4540:
4541: * tests/: 290.html, results/290.processed: test for junction GPF
4542: issue #942 added
4543:
4544: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4545: to native method fixed (closes issue #942)
4546:
4547: * tests/: 158.html, results/158.processed: test for csv-string[]
4548: added
4549:
4550: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4551: feature #907)
4552:
4553: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4554: feature #907)
4555:
4556: 2013-10-09 moko
4557:
4558: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4559: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4560: types/pa_vstateless_class.C: GET_default, SET_default now works
4561: properly not only in objects, but in classes as well (closes
4562: issue #903)
4563:
4564: * tests/: 289.html, results/289.processed: GET/SET_default now
4565: works in classes, not only objects, test case added, related to
4566: issue #903
4567:
4568: * tests/: 288.html, results/288.processed: test for endless
4569: recursion bug added (related to issue #903)
4570:
4571: 2013-10-05 moko
4572:
4573: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4574: classes/table.C, main/execute.C, types/pa_method.h,
4575: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4576: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4577: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4578: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4579: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4580: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4581: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4582: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4583: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4584: optimization: put_element no longer has "bool areplace" argument,
4585: related to issue #903
4586:
4587: 2013-10-03 moko
4588:
4589: * tests/results/182.processed: result for $.replace(false) test
4590: commited
4591:
4592: * src/classes/date.C: ^date::create(number) processed correctly
4593: (fixes issue #901)
4594:
4595: * src/classes/image.C: as_no_junction removed, as param can be
4596: expression (closes issue #931)
4597:
4598: * tests/233.html: test for issue #931 added
4599:
4600: 2013-10-02 moko
4601:
4602: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4603: modified, test for $.replace(false) added
4604:
4605: * src/main/compile_tools.h: forgotten class replace returned. :)
4606:
4607: 2013-09-30 moko
4608:
4609: * tests/: 141.html, results/141.processed: md5 tainting test added
4610:
4611: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4612: main/compile_tools.h, main/pa_request.C: allow_class_replace
4613: implemented; $.replace option added to ^process and ^use
4614:
4615: 2013-08-27 moko
4616:
4617: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4618: cstr_to_string_body_untaint should be called with charsets for
4619: possible uri language and connection for possible sql language.
4620: related to issue #857
4621:
4622: * buildall: and -> or fixed
4623:
4624: 2013-08-26 moko
4625:
4626: * buildall: prepare_ functions logic changed to support
4627: gc-7.2d.tar.gz extracting to gc-7.2 directory
4628:
4629: 2013-08-23 moko
4630:
4631: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4632: statically
4633:
4634: 2013-08-22 moko
4635:
4636: * src/classes/string.C: String::Empty used (related to issue #912)
4637: append_know_length removed (related to old GPF bug)
4638:
4639: 2013-08-21 moko
4640:
4641: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4642:
4643: * src/classes/math.C: ^math:digest[...;$file] support added
4644: (related to ticket #857
4645:
4646: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4647: implemented
4648:
4649: * src/types/pa_vhashfile.h: warning war
4650:
4651: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4652: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4653: anti_endless_json_string_recoursion removed from request;
4654: json_string_recoursion added to json_options; $.indent[indent
4655: value] now supported and passed within recoursion closes feature
4656: #937
4657:
4658: * tests/: 287.html, results/287.processed: test for feature #937
4659:
4660: 2013-07-31 moko
4661:
4662: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4663: compilation having #define _S
4664:
4665: * src/main/pa_globals.C: cleanup
4666:
4667: 2013-07-30 moko
4668:
4669: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4670: main/pa_common.C: vs2003 warning war
4671:
4672: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4673:
4674: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4675:
4676: * src/lib/md5/pa_sha2.c: warning war
4677:
4678: 2013-07-29 moko
4679:
4680: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4681: patches from github
4682:
4683: * src/: classes/bool.C, classes/double.C, classes/int.C,
4684: classes/memcached.C, include/pa_config_includes.h,
4685: types/pa_vfile.C, types/pa_vfile.h: warning war
4686:
4687: * src/lib/json/json.vcproj: C++ -> C
4688:
4689: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4690:
4691: * src/lib/json/: json.c, pa_json.C: windows compatibility
4692:
4693: * src/lib/json/: json.c, pa_json.C: windows compatibility
4694:
4695: * src/lib/json/: json.c, pa_json.C: warning war
4696:
4697: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4698:
4699: * src/include/pa_config_fixed.h: uint16_t added
4700:
4701: * configure.in: uint16_t check added
4702:
4703: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4704: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4705: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4706: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4707: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4708:
4709: 2013-07-25 moko
4710:
4711: * parser3.sln: dependencies added
4712:
4713: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4714: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4715: module support
4716:
4717: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4718:
4719: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4720:
4721: 2013-07-23 moko
4722:
4723: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4724: PA_DEBUG_GC_MEMORY removed
4725:
4726: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4727: PA_DEBUG_DISABLE_GC compilation fix
4728:
4729: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4730: main/pa_request.C: outdated RESOURCES_DEBUG removed
4731:
4732: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4733: garbage cleanup
4734:
4735: * src/main/pa_common.C: warning war
4736:
4737: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4738:
4739: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4740: minor cleanup
4741:
4742: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4743: uses cygwin, not WIN32 implementation
4744:
4745: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4746: able to exec shell scripts
4747:
4748: * src/classes/math.C: ifdef WIN32 cleanup
4749:
4750: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4751:
4752: * src/classes/curl.C: LT_MODULE_EXT used
4753:
4754: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4755:
4756: 2013-07-22 moko
4757:
4758: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4759: includes fix
4760:
4761: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4762:
4763: * configure.in, src/include/pa_config_includes.h,
4764: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4765: src/main/pa_exec.C: includes cleanup
4766:
4767: * src/targets/cgi/parser3.C: 2012->2013
4768:
4769: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4770:
4771: * configure.in, src/include/pa_config_includes.h,
4772: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4773: src/main/pa_random.C, src/main/pa_socks.C,
4774: src/types/pa_vstatus.C: cygwin support cleanup
4775:
4776: * configure.in: dirent.h check added
4777:
4778: * src/: include/pa_config_includes.h, include/pa_dir.h,
4779: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4780: not copied
4781:
4782: 2013-07-21 moko
4783:
4784: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4785:
4786: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4787: parser3.vcproj: unused getopt.h / getopt.c removed
4788:
4789: * operators.txt, src/classes/file.C, tests/022.html,
4790: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4791: $.stat(true)] usage commented
4792:
4793: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4794: src/main/pa_dir.C: ^file:list[] now has dir column and when
4795: $.stat(true) it has size/*date columns modified patch from misha@
4796: that closes issue #914.
4797:
4798: * src/: include/pa_config_includes.h, main/pa_globals.C:
4799: PA_RELEASE_ASSERTS removed
4800:
4801: * src/lib/md5/pa_md5c.c: minor cleanup
4802:
4803: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4804: localeconv()->decimal_point usage remoed (related to issue #934)
4805:
4806: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4807: cordprnt.c removed
4808:
4809: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4810: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4811: pa-include/pa_strings.h: includes cleanup
4812:
4813: * src/lib/md5/pa_md5c.c: headers cleanup
4814:
4815: 2013-07-20 moko
4816:
4817: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4818: cleanup
4819:
4820: 2013-07-19 moko
4821:
4822: * src/classes/math.C: extern "C" added for crypt
4823:
4824: 2013-07-18 moko
4825:
4826: * src/classes/math.C: fix redhat7.2 build
4827:
4828: 2013-07-17 moko
4829:
4830: * configure.in, src/include/pa_config_includes.h,
4831: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4832: added for uint8/32/64_t)
4833:
4834: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4835: pa_config_includes.h used for uint32/64_t
4836:
4837: 2013-07-16 moko
4838:
4839: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4840: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4841: war
4842:
4843: * src/main/compile.tab.C: compile.y was updated
4844:
4845: * src/main/compile.y: warning war
4846:
4847: * src/: include/pa_exception.h, main/pa_exception.C,
4848: main/pa_xml_exception.C: warning war
4849:
4850: * src/: include/pa_common.h, main/pa_common.C: warning war
4851:
4852: * configure.in: beauty :)
4853:
4854: * tests/: 141.html, results/141.processed: sha256/512 added
4855:
4856: 2013-07-13 moko
4857:
4858: * src/lib/md5/md5.vcproj: sha2 added
4859:
4860: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4861: classes/math.C: sha2 support (sha256/sha512 digest)
4862:
4863: 2013-07-08 moko
4864:
4865: * src/classes/image.C: directory read or other read problem message
4866: fixed (related to issue #933)
4867:
4868: 2013-07-07 moko
4869:
4870: * AUTHORS: + misha + moko. :)
4871:
4872: 2013-07-06 moko
4873:
4874: * src/: classes/curl.C, include/pa_globals.h,
4875: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4876: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4877: for lt_dlinit to be called once and lt_dlexit called at right
4878: place (related to issue #925)
4879:
4880: 2013-07-04 moko
4881:
4882: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4883: VString::as_vfile now uses vfile.set_binary_string to avoid
4884: content-type to be set, as it brokes badly designed logic in
4885: response output. This hopefully finishes issue #928.
4886:
4887: * tests/results/: 256.processed, 286.processed: file now displayed
4888: as name, size, mode, content-type
4889:
4890: * src/main/pa_common.C: read error now reported cottectly (fixes
4891: issue #933
4892:
4893: 2013-06-28 moko
4894:
4895: * tests/: 286.html, results/286.processed: test extended
4896:
4897: * tests/: 286.html, results/286.processed: Test for issue #928
4898: added. it tests default content-type change.
4899:
4900: * src/types/pa_vfile.C: closes issue #928 - default content-type
4901: now updated
4902:
4903: 2013-06-25 moko
4904:
4905: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4906: content-type for text/binary files without name added;
4907: ^file::create[$f;...] options now works properly and $f
4908: properties are default (fixes issue #928)
4909:
4910: 2013-05-16 misha
4911:
4912: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4913: added
4914:
4915: * src/main/pa_table.C: - a tiny memory optimisation while creating
4916: table if specified limit is bigger than source rows count
4917:
4918: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4919: added ( new feature: #858 )
4920:
4921: 2013-04-29 moko
4922:
4923: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4924: $.ipresolve(0|1|2) added (closes issue #891)
4925:
4926: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4927:
4928: 2013-04-24 moko
4929:
4930: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4931: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4932: types/pa_vmemcached.h: ^memcache.release[] added, calls
4933: memcached_quit (refs #893)
4934:
4935: 2013-04-22 moko
4936:
4937: * src/: include/pa_string.h, main/pa_common.C: no more double
4938: slashes in file path (fixes bug #872)
4939:
4940: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4941: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4942: #739)
4943:
4944: * tests/results/266.processed: $.max_params added (feature #915)
4945:
4946: * src/: include/pa_common.h, main/pa_http.C: response-charset
4947: option added to file::load (closes issue #867)
4948:
4949: 2013-04-20 misha
4950:
4951: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4952: commited
4953:
4954: 2013-03-15 misha
4955:
4956: * src/classes/: hash.C, table.C: - Optimisation: do not create
4957: multiple empty strings while ::sql. uae String::Empty instead
4958:
4959: 2013-03-14 misha
4960:
4961: * src/classes/reflection.C: - for user classes
4962: ^reflection:method_info[] returns $.max_params and $.extra_param
4963: with $.call_type if they available ( new feature: #915 )
4964:
4965: * src/classes/file.C: - ^file:delete[] now supports an option
4966: $.exception(false) that suppress any exception while deleting
4967: file ( new feature: #916 )
4968:
4969: * src/classes/curl.C: - parsing cookies after curl:load now should
4970: work :)
4971:
4972: 2013-03-12 misha
4973:
4974: * src/types/pa_vfile.C: - if specified file_name is empty string
4975: set default name for the file
4976:
4977: 2013-03-11 misha
4978:
4979: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4980: also available in $f.cookies
4981:
4982: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4983: moved to a separate method
4984:
4985: 2013-03-10 moko
4986:
4987: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4988: added
4989:
4990: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4991: removed (declared by autoconf)
4992:
4993: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4994: uint32_t define
4995:
4996: 2013-03-10 misha
4997:
4998: * src/classes/file.C: ^file:delete and ^file:move now support
4999: option $.keep-empty-dirs(true) ( new feature: #884 )
5000:
5001: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5002: empty dirs is added
5003:
5004: 2013-03-10 moko
5005:
5006: * src/classes/: bool.C, double.C, int.C: default can be present,
5007: but default check removed from ^int/double/bool.int/double/bool
5008: for string.int/double/bool compatibility (related to issue #913)
5009:
5010: * src/classes/string.C: ^string.int/dobule/bool no longer
5011: internally throws exception if default is present (closes issue
5012: #913)
5013:
5014: 2013-03-09 misha
5015:
5016: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5017: optimisations ( #845 )
5018:
5019: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5020:
5021: 2013-03-08 moko
5022:
5023: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5024: creates correct table (fixes issue #910)
5025:
5026: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5027: use outside of 'connect' operator (fixes issue #911)
5028:
5029: * tests/results/: 096.processed, 122.processed: test results
5030: updated as doubles now printed with 15 significant digits, not 5
5031: (fixes issue #882)
5032:
5033: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5034: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5035:
5036: 2013-02-21 moko
5037:
5038: * src/classes/table.C: _locate_name_value does not check arguments
5039: count, so we check it in advance (fixes issue #905)
5040:
5041: 2012-10-23 moko
5042:
5043: * buildall: old shell for and echo compatibility (for six)
5044:
5045: 2012-10-19 moko
5046:
5047: * buildall: --strip added --disable-safe-mode listed in usage
5048:
5049: 2012-10-17 misha
5050:
5051: * src/classes/op.C: - apply-taint should not throw "outside
5052: connect" exception with sql lang now
5053:
5054: 2012-10-17 moko
5055:
5056: * src/main/pa_request.C: bugfix: safe mode should be inited for
5057: each request (for apache module)
5058:
5059: 2012-09-26 moko
5060:
5061: * src/doc/doxygen.cfg: png -> svg
5062:
5063: 2012-09-25 moko
5064:
5065: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5066: test added
5067:
5068: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5069: double use when key is long
5070:
5071: 2012-09-16 moko
5072:
5073: * src/classes/math.C: Format -> Method Encode -> Format
5074:
5075: * tests/: 141.html, results/141.processed: math:digest hmac test
5076: added
5077:
5078: 2012-09-14 moko
5079:
5080: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5081: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5082: implementation added
5083:
5084: 2012-09-12 moko
5085:
5086: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5087: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5088: targets.dox and string.dox slightly actualized
5089:
5090: 2012-08-31 moko
5091:
5092: * ChangeLog: now generated with patched cvs2cl.pl
5093:
5094: 2012-07-29 moko
5095:
5096: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5097: result should be pushed after VMethodFrame destructor is called,
5098: as it deletes junctions from stack params (fixes issue #868)
5099:
5100: 2012-07-23 moko
5101:
5102: * INSTALL, README: buildall script usage documented, other outdated
5103: info updated.
5104:
5105: * buildall-with-xml, buildall-without-xml: replaced by buildall
5106:
5107: 2012-07-21 moko
5108:
5109: * buildall: glib does not compile when threads are disabled...
5110:
5111: * src/types/pa_vmail.C: g_assertion fixes for empty input
5112:
5113: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5114: unref, can't unref nested objects)
5115:
5116: * src/types/pa_vmail.C: another check added
5117:
5118: 2012-07-19 moko
5119:
5120: * buildall: usage added
5121:
5122: * buildall: new buildall script that unites buildall-with-xml,
5123: buildall-without-xml, --with-apache and --with-mailreceive
5124:
5125: * configure.in: support for static gmime and dynamic glib linking.
5126: fixes for FreeBSD
5127:
5128: 2012-07-17 moko
5129:
5130: * configure.in: --with-mailreceive replaced
5131: --with-static-mailreceive and --with-shared-mailreceive pathlink
5132: removed
5133:
5134: 2012-07-16 moko
5135:
5136: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5137: capitalized, content now decoded and text content converted to
5138: $request:charset. all properties are accessed by functions, this
5139: ready for dynamic load.
5140:
5141: 2012-06-28 moko
5142:
1.116 moko 5143: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5144: 32 bit
1.95 moko 5145:
5146: 2012-06-27 moko
5147:
5148: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5149: passive ftp
5150:
5151: * src/lib/ltdl/ltdl.vcproj: release build fixed
5152:
5153: * configure.in: 3.4.2 RC -> 3.4.2
5154:
5155: 2012-06-22 moko
5156:
5157: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5158: #815)
5159:
5160: * tests/: 284.html, results/284.processed: output options test
5161: (feature #265)
5162:
5163: 2012-06-22 misha
5164:
5165: * tests/215.html: - little changes
5166:
5167: 2012-06-21 moko
5168:
5169: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5170: types/pa_vxdoc.h: output_options returned and used (bugfix for
5171: feature #265)
5172:
5173: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5174: breaks long .*, default 10M restored. (issue #216)
5175:
5176: * tests/: 283.html, results/283.processed: test for issue #815
5177: added
5178:
5179: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5180: again, cstrm not required.
5181:
5182: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5183: Win32 and broken FreeBSD (issue #45)
5184:
5185: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5186:
5187: * src/main/pa_string.C: warnings war
5188:
5189: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5190: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5191: main/pa_socks.C, targets/apache/pa_threads.C,
5192: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5193: types/pa_vstatus.C: compilation under cygwin fixed
5194:
5195: 2012-06-19 moko
5196:
5197: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5198: Windows fixed
5199:
5200: * parser3.sln: removed antique pcre_ctype
5201:
5202: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5203:
5204: * src/include/pa_config_fixed.h: undefined reference to
5205: __imp__pcre_* fix for Windows
5206:
5207: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5208: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5209: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5210: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5211: define fixed
1.95 moko 5212:
5213: 2012-06-18 moko
5214:
5215: * src/classes/memcached.C: flush -> clear
5216:
5217: * src/classes/memcached.C: memcached does not support quotes even
5218: in server name
5219:
5220: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5221: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5222: called on open to check servers existance. $.key(true) syntax
5223: now supported
5224:
5225: 2012-06-17 moko
5226:
5227: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5228: cleanup
5229:
5230: * src/classes/table.C, tests/282.cfg, tests/282.html,
5231: tests/results/282.processed: encloser at the EOF bug fixed,
5232: incorrectly enclosed data now processed more logicaly (fixes
5233: #339)
5234:
5235: 2012-06-15 moko
5236:
5237: * buildall-without-xml: sync with buildall-with-xml
5238:
5239: * buildall-with-xml: download auto-detected between fetch and curl
5240:
5241: * configure.in: --with-gc and --with-pcre now also processed
5242: correctly
5243:
1.116 moko 5244: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5245: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5246: should be run on rol1 using automake / aclocal (GNU automake)
5247: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5248:
5249: * configure.in: new PARSER_VERSION logic
5250:
5251: * src/include/pa_version.h: new pa_version.h logic
5252:
5253: * src/: classes/curl.C, classes/file.C, classes/image.C,
5254: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5255: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5256: feols_normalized -> fis_text_content set_binary added
5257:
5258: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5259:
5260: 2012-06-15 misha
5261:
5262: * src/: classes/curl.C, classes/file.C, classes/image.C,
5263: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5264: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5265: ^file::create[text;content] EOLs in content now is normalized. (
5266: new feature: #815 )
5267:
5268: 2012-06-15 moko
5269:
5270: * configure.in: --disable-version-update added to disable version
5271: update with host information (for debian package) whitespace
5272: optimized
5273:
5274: * configure.in: version changed to 3.4.2 RC no-pic added for
5275: libtool
5276:
5277: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5278: it.
5279:
5280: 2012-06-14 moko
5281:
5282: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5283: tests/results/281.processed: "hash flocked" error removed for
5284: safe operations like ^h._count[] ( new feature: #335 )
5285:
1.116 moko 5286: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5287:
5288: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5289:
5290: * configure.in: --with-static/shared xml replaced with --with-xml,
5291: xml compilation check added
5292:
5293: * configure.in: --with-static/shared-gc, --with-static-pcre are
5294: replaced with --with-gc and --with-pcre test for pcre linking
5295: added
5296:
5297: 2012-06-13 moko
5298:
5299: * configure.in: apxs2 check optimized
5300:
5301: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5302: .la, includes optimized
5303:
5304: * buildall-with-xml: --with-pic looks better for -fPIC
5305:
5306: * configure.in: switched to convenience library in static linking
5307:
5308: * src/targets/apache/Makefile.am: switched to convenience library
5309: usage to avoid libtool warnings
5310:
5311: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5312: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5313: smtp/Makefile.am: switched to convenience library usage
5314:
5315: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5316:
5317: * src/targets/apache/Makefile.am: updated for libtool usage
5318:
5319: * buildall-without-xml: --with-included-ltdl added
5320:
5321: * buildall-without-xml: sync with buildall-with-xml
5322:
5323: * buildall-with-xml: --with-included-ltdl added $cflags added for
5324: -fPIC for x64 $download added for wget success check added
5325:
5326: * buildall-without-xml: --with-dynamic-stdcpp removed
5327:
5328: * configure.in: disable-static returned
5329:
5330: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5331: LIBTOOLFLAGS
5332:
5333: 2012-06-12 moko
5334:
5335: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5336: compatible with LIBTOOLFLAGS for unknown reasons
5337:
5338: * buildall-with-xml: --with-dynamic-stdcpp removed
5339:
5340: * configure.in: static/dynamic -lstdc++ linking option removed
5341: apxs2 check added
5342:
5343: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5344: option removed
5345:
5346: 2012-06-10 moko
5347:
5348: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5349: added
5350:
5351: * src/targets/cgi/pp3.cmd: old PAF stuff
5352:
1.116 moko 5353: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5354: beauty
1.95 moko 5355:
5356: * depcomp: from libtool 2.4.2
5357:
5358: * configure.in: ltdl directory removed, it has correct Makefile.in
5359:
5360: 2012-06-09 moko
5361:
1.116 moko 5362: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5363: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5364: autogenerated files updated after libtool update
5365:
1.116 moko 5366: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5367: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5368: config_auto.h.in, config_fixed.h, configure, configure.ac,
5369: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5370: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5371: config/compile, config/config.guess, config/config.sub,
5372: config/depcomp, config/install-sh, config/ltmain.sh,
5373: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5374: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5375: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5376: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5377: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5378: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5379: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5380: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5381:
5382: * configure.in: preparation for new libtool
5383:
5384: * configure.in: Some beauty added :)
5385:
5386: * src/targets/apache/Makefile.am: := -> =
5387:
5388: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5389: again. :)
5390:
5391: * src/include/pa_config_includes.h, configure.in: limits.h added,
5392: previously was taken from pcre_internal.h. :)
5393:
5394: * src/lib/pcre/Makefile.am: config.h returned
5395:
5396: * src/lib/pcre/config.h: still need this. :)
5397:
5398: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5399:
5400: * configure.in: --with-charsets removed; --with-mysql-client & co
5401: removed
5402:
5403: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5404: now in parser tree, no need to copy
5405:
5406: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5407: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5408: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5409: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5410: extracts now used old trash removed
5411:
5412: * etc/parser3.charsets/Makefile.am: charsets now in share
5413: (debian/patches/104_automake.patch) + all charsets are copied
5414:
5415: * buildall-with-xml, buildall-without-xml: curl option removed +
5416: extra arguments now supported
5417:
5418: 2012-06-08 misha
5419:
5420: * src/classes/table.C: - one params.as_hash usage was rolled back:
5421: the 2nd option in ^table.hash[] could be hash or table so
5422: .as_hash will throw an exception when table option is specified
5423:
5424: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5425: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5426: classes/table.C, classes/void.C, classes/xdoc.C,
5427: include/pa_exception.h, types/pa_vmethod_frame.C,
5428: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5429: and improved (whitespaces are allowed as empty options) -
5430: MethodParams::as_table is added - above methods are used for
5431: parsing methods' options ( new feature: #9 )
5432:
5433: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5434: to vclass. now class fields can be accessible as a hash:
5435: $h[^hash::create[$asd:CLASS]]
5436:
5437: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5438: have get_fields method so their fields can be accessed with
5439: ^reflection:fields[...] & ^reflection:field[...]
5440:
5441: 2012-06-06 misha
5442:
5443: * tests/280.html: - tests for
5444: ^reflection:method[obj-or-class;method],
5445: ^reflection:field[obj-or-class;field] and
5446: ^reflection:fields[obj-or-class] are added
5447:
5448: 2012-06-05 misha
5449:
5450: * src/classes/reflection.C: - ^reflection:method[class or
5451: object;method name] and ^reflection:field[class or object;field
5452: name] are added
5453:
5454: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5455: is used
5456:
5457: * src/types/pa_method.h: - Method::as_vjunction method is added
5458:
5459: 2012-06-05 moko
5460:
1.116 moko 5461: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5462:
5463: * src/classes/memcached.C: flish ttl fixed
5464:
5465: 2012-06-04 moko
5466:
5467: * src/classes/json.C, src/classes/op.C, tests/279.html,
5468: tests/results/279.processed: ^json:parse[] now supports $.taint
5469: option (new feature #833)
5470:
5471: 2012-06-04 misha
5472:
5473: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5474: - search_stop method was moved from pa_vcookie.C to pa_common.C
5475:
5476: 2012-06-03 misha
5477:
5478: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5479: cookies are parced and stored into $.cookies ( new feature: #31 )
5480:
5481: 2012-05-30 misha
5482:
5483: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5484: incomplete class into a scope while @USE is found
5485:
5486: * src/main/compile.y: - add incomplete class into a scope while
5487: @USE and @CLASS instructions are found ( bugfix: #838 )
5488:
5489: 2012-05-30 moko
5490:
5491: * src/types/pa_vclass.C, tests/278.html,
5492: tests/results/278.processed: removed "property has no getter
5493: method" exception when GET_DEFAULT present (fixes #269)
5494:
5495: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5496: $._default
5497:
5498: 2012-05-29 moko
5499:
5500: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5501: uninitialized values usage (new feature: #154)
5502:
5503: 2012-05-28 moko
5504:
5505: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5506: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5507: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5508: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5509: src/types/pa_vobject.C, src/types/pa_vobject.h,
5510: src/types/pa_vstring.h, src/types/pa_vtable.C,
5511: tests/results/277.processed, src/types/pa_vtable.h,
5512: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5513: ^json:string[$o; $.default[$method]] implemented for VObject (new
5514: feature #803)
5515:
5516: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5517: tests/results/277.processed: json numbers are now treated as
5518: double ( new feature: #834 )
5519:
5520: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5521: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5522: added for out of range checks, zero division in vint/vdouble
5523: check added ( fixes #832 )
5524:
5525: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5526: ( fixes #832 )
5527:
5528: 2012-05-28 misha
5529:
5530: * buildall-with-xml: - --without-lzma option is added to libxml2
5531: configure
5532:
5533: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5534: added - tests for unsupported values for options $.file, $.table
5535: and $.date are added
5536:
5537: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5538: accepts "stat" $.file[] option's value in addition to existed
5539: "text" and "base64" ( new feature: #835 )
5540:
5541: * tests/276.html: - test for
5542: ^reflection:delete[$object-or-class;field-name]
5543:
5544: * src/classes/reflection.C: -
5545: ^reflection:delete[$object-or-class;field-name] is added ( new
5546: feature: #268 )
5547:
5548: 2012-05-27 misha
5549:
5550: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5551:
5552: 2012-05-24 misha
5553:
5554: * src/include/pa_common.h: - method lastposafter was removed
5555:
5556: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5557: lastposafter - ^file:dirname[] & Co proper handle windows file
5558: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5559: work as *nix commands
5560:
5561: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5562:
5563: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5564: rskipchars were added
5565:
5566: * tests/270.html: - more tests for ^file:find[]
5567:
5568: * tests/065.html: - more tests for ^file:dirname[] & Co
5569:
5570: * src/include/pa_version.h: - must be "win32" here. it is
5571: auto-generated on *nix
5572:
5573: 2012-05-24 moko
5574:
5575: * src/classes/math.C: ^math:convert[] now supports uint32 and
5576: throws overflow exception ( new feature: #830 )
5577:
5578: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5579: uint32 support and overflow added ( new feature: #830 )
5580:
5581: 2012-05-23 moko
5582:
5583: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5584: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5585: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5586: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5587: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5588: types/pa_vregex.h, types/pa_vstateless_class.C,
5589: types/pa_vstateless_class.h, types/pa_vstring.h,
5590: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5591: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5592: "return string as-is" removed from as_expr_result. ( new feature:
5593: #831 )
5594:
5595: * tests/results/244.processed: test changed after bug #782 fix
5596: commited
5597:
5598: * tests/results/229.processed: test results for bug #782 commited
5599:
5600: * tests/: 254.html, results/254.processed: uid now just compared,
5601: not printed. :)
5602:
5603: 2012-05-20 moko
5604:
5605: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5606: feature: #341 )
5607:
5608: * tests/: 254.html, results/254.processed: test for
5609: ^reflection:uid[] added
5610:
5611: * tests/: 254.html, results/254.processed: test for
5612: ^reflection:uid[$obj] added
5613:
5614: 2012-05-17 misha
5615:
5616: * src/main/untaint.C: - do not replace ' char by _26 while
5617: exploding filespec-tainting ( new feature: #829 )
5618:
5619: 2012-05-12 moko
5620:
5621: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5622: not.
5623:
5624: 2012-05-08 moko
5625:
5626: * src/types/pa_vmethod_frame.h: bug #782 fixed
5627:
5628: * tests/229.html: test for bug #782
5629:
5630: * tests/results/259.processed, src/main/pa_request.C,
5631: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5632: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5633: src/types/pa_vvoid.h: feature #154 - first empty param now
5634: string; defined locals are empty strings; $STRICT-VARS(true)
5635: added
5636:
5637: 2012-04-27 moko
5638:
1.116 moko 5639: * src/targets/apache/Makefile.am:
1.95 moko 5640: ../../lib/memcached/libmemcached.a added
5641:
5642: 2012-04-27 misha
5643:
5644: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5645: ( #827 )
5646:
5647: 2012-04-25 moko
5648:
5649: * src/: classes/json.C, classes/memcached.C,
5650: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5651: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5652: implemented.
5653:
5654: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5655:
5656: 2012-04-23 moko
5657:
5658: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5659: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5660: types/pa_vmemcached.h: open allows options hash for new
5661: memcached(options) function
5662:
5663: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5664: not appended
5665:
5666: 2012-04-21 moko
5667:
5668: * src/classes/curl.C: '' added. :)
5669:
5670: * src/classes/classes.vcproj: new curl.h location
5671:
5672: * src/classes/curl.C: verbose output redirection from stderr to
5673: file curl option added
5674:
5675: 2012-04-20 moko
5676:
5677: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5678: contains what we need from curl, #ifdef HAVE_CURL removed
5679:
1.116 moko 5680: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5681: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5682: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5683: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5684: configure option
5685:
5686: 2012-04-19 moko
5687:
5688: * src/: classes/double.C, classes/inet.C, classes/int.C,
5689: classes/string.C, lib/gc/include/gc_allocator.h,
5690: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5691: options from sql_result_string removed. (closes issue #468)
5692:
5693: * src/types/pa_vmemcached.C: empty string fix
5694:
5695: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5696: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5697: pa_vmemcached.C
5698:
5699: 2012-04-18 moko
5700:
5701: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5702: apache2-mpm-prefork" error displayed in threaded mpm.
5703:
5704: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5705: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5706: installed (issue #354)
5707:
5708: 2012-04-16 moko
5709:
5710: * src/types/pa_vmemcached.C: call to memcached_result_create and
5711: memcached_result_free removed
5712:
5713: 2012-04-14 moko
5714:
5715: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5716:
5717: * src/types/pa_vmemcached.C: check_key added and used
5718:
5719: 2012-04-13 moko
5720:
5721: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5722: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5723: Serialization_data now added and used, VString now serialized
5724: with languages into memcached.
5725:
5726: 2012-03-28 moko
5727:
5728: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5729: lib/memcached/pa_memcached.h: result lengths added
5730:
5731: 2012-03-27 moko
5732:
5733: * src/types/pa_vmemcached.C: strdup added
5734:
5735: 2012-03-24 moko
5736:
5737: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5738: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5739: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5740:
5741: 2012-03-20 moko
5742:
1.116 moko 5743: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5744:
5745: * src/targets/cgi/Makefile.am: cleanup
5746:
5747: * src/: types/Makefile.am, types/pa_vmemcached.C,
5748: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5749:
5750: * src/: classes/Makefile.am, classes/memcached.C,
5751: lib/memcached/Makefile.am, lib/memcached/constants.h,
5752: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5753: lib/memcached/types.h, lib/Makefile.am: memcached initial
5754:
5755: 2012-03-16 moko
5756:
5757: * src/main/execute.C: ident now works under Linux + ident displays
5758: filenames (closes issue #818)
5759:
1.116 moko 5760: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5761: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5762: pa_vmethod_frame_local.h removed
5763:
5764: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5765: classes/classes.h, classes/curl.C, classes/date.C,
5766: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5767: classes/hashfile.C, classes/image.C, classes/inet.C,
5768: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5769: classes/memory.C, classes/op.C, classes/reflection.C,
5770: classes/regex.C, classes/response.C, classes/string.C,
5771: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5772: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5773: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5774: include/pa_config_fixed.h, include/pa_config_includes.h,
5775: include/pa_dictionary.h, include/pa_dir.h,
5776: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5777: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5778: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5779: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5780: include/pa_request_charsets.h, include/pa_request_info.h,
5781: include/pa_sapi.h, include/pa_socks.h,
5782: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5783: include/pa_stack.h, include/pa_string.h,
5784: include/pa_stylesheet_connection.h,
5785: include/pa_stylesheet_manager.h, include/pa_table.h,
5786: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5787: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5788: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5789: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5790: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5791: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5792: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5793: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5794: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5795: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5796: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5797: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5798: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5799: main/pa_string.C, main/pa_stylesheet_connection.C,
5800: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5801: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5802: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5803: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5804: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5805: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5806: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5807: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5808: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5809: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5810: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5811: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5812: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5813: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5814: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5815: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5816: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5817: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5818: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5819: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5820: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5821: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5822: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5823: types/pa_vresponse.h, types/pa_vstateless_class.C,
5824: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5825: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5826: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5827: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5828: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5829: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5830: ident now works under Linux + ident displays filenames (closes
5831: issue #818) Copyright updated
5832:
5833: 2012-03-13 moko
5834:
5835: * src/main/pa_string.C: compilation fix for feature #741
5836:
5837: 2012-03-09 misha
5838:
5839: * tests/193.html: - tests for ^string:base64[encoded] are updated
5840:
5841: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5842: now detects invalid base64 chars in the middle of encoded stricg
5843: ( new feature: #55 )
5844:
5845: * src/include/pa_exception.h: - new exception type for base64
5846: decoding is added
5847:
5848: 2012-03-06 misha
5849:
5850: * tests/274.html: - tests for ^date::today[] and
5851: ^date.sql-string[datetime|date|time] are added
5852:
5853: * src/classes/date.C: - constructor ^date::today[] is added ( new
5854: feature: #811 ) - ^date.sql-string[] now can accept one param --
5855: strings "datetime", "date" or "time" - comments tidying up
5856:
5857: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5858: date and time
5859:
5860: 2012-03-03 misha
5861:
5862: * tests/193.html: - tests for
5863: ^string:base64[encoded;$.strict(true)] are added
5864:
5865: * tests/results/auto.p: - try-catch operator is added
5866:
5867: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5868: main/pa_common.C: - $.strict(true|false) option is added to
5869: base64 decode methods ( new feature: #55 )
5870:
5871: * src/main/pa_common.C: - base64 decode memory usage was decreased
5872: ( new feature: #819 )
5873:
5874: 2012-02-28 moko
5875:
5876: * src/classes/hash.C: ident test
5877:
5878: 2012-02-27 misha
5879:
5880: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5881:
5882: 2012-01-08 misha
5883:
5884: * tests/273.html: - tests for ^string.replace[from;to] are added
5885:
5886: * src/: classes/string.C, include/pa_dictionary.h,
5887: main/pa_dictionary.C, main/pa_string.C: -
5888: ^string.replace[from;to] is added ( new feature: #741 ) -
5889: ^string.replace[one subst here] is slightly optimized
5890:
5891: 2011-12-07 misha
5892:
5893: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5894: named table with one empty column ( bugfix: #63 )
5895:
5896: 2011-11-30 misha
5897:
5898: * src/classes/json.C: - it's possible to set user's method for
5899: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5900: #763 )
5901:
5902: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5903:
5904: 2011-11-23 misha
5905:
5906: * src/: classes/curl.C, classes/file.C, classes/image.C,
5907: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5908: types/pa_vfile.h, types/pa_vform.C: - constructor
5909: ^file::create[mode;filename;content[;options]] now accepts binary
5910: mode and file-content - new constructor's format:
5911: ^file::create[string-or-file-content[;$.name[filename]
5912: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5913: feature: #65 )
5914:
5915: * src/: include/pa_request.h, main/pa_request.C: - new method
5916: mime_type_of(const String*) is added
5917:
5918: * src/include/pa_exception.h: - new exception constant
5919: FILE_NAME_MUST_BE_SPECIFIED is added
5920:
5921: * src/classes/table.C: - bug with negative offset transformed into
5922: a feature. it means pointing to a row from the end of the table (
5923: new feature: #810 )
5924:
5925: 2011-11-19 misha
5926:
5927: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5928: â ìåòîäå _select ( new feature: #810 )
5929:
5930: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5931: options were specified together is simplified
5932:
5933: 2011-11-12 misha
5934:
5935: * src/main/pa_request.C: - forgotten fix for escaping filename in
5936: HTTP content-disposition header (a part of bug #361 )
5937:
5938: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5939: checks for ancestors' classes as well ( new feature: #456 )
5940:
5941: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5942: "without cycle" now have types "parser.break" and
5943: "parser.continue" instead of "parser.runtime" ( new feature: #799
5944: )
5945:
5946: 2011-11-11 misha
5947:
5948: * tests/results/: 099.processed, 100.processed, 205.processed,
5949: 237.processed: - since bug #361 was fixed the content of filename
5950: in HTTP headers is quoted
5951:
5952: * tests/results/270.processed: - result for test 270
5953:
5954: * tests/: 065.html, results/065.processed: - more tests for
5955: ^file:basename[] & Co were added
5956:
5957: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5958:
5959: * tests/270.html: - tests for ^file:find[] are added
5960:
5961: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5962: using option $.charset. option $.engoding is still supported but
5963: these options can not be specified together
5964:
5965: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5966: comparation charset name with string "UTF-8" ( bugfix: #759 )
5967:
5968: 2011-10-11 misha
5969:
5970: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5971: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5972: #622)
5973:
5974: 2011-09-30 misha
5975:
5976: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5977: exception "saving stat-ed file" ( bugfix: #395 )
5978:
5979: 2011-05-30 misha
5980:
5981: * src/classes/string.C: - fixed bug which was added with
5982: params.as_hash into string:sql
5983:
5984: 2011-05-29 misha
5985:
5986: * src/types/pa_value.C: - filename in content-disposition header
5987: must be quoted ( bugfix: #361 )
5988:
5989: 2011-05-27 misha
5990:
5991: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5992: created file
5993:
5994: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5995: usage
5996:
5997: * src/include/pa_exception.h: - one more string for exception was
5998: added
5999:
6000: 2011-05-25 misha
6001:
6002: * tests/269.html: - tests for checking input params in some dom
6003: methods
6004:
6005: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6006: was added. it isn't possible not wo create xdoc with invalid
6007: tagName. ( bugfix: #160 )
6008:
6009: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6010: string "data must be string" was mover from pa_exception.h to
6011: pa_xml_exception.h
6012:
6013: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6014: as_xmlncname, as_xmlname and as_xmlnsuri were added
6015:
6016: * src/main/pa_xml_exception.C: - XmlException accepts more options
6017:
6018: * src/include/pa_xml_exception.h: - XmlException accepts more
6019: options - XML-related exception's strings were added
6020:
6021: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6022: output_options were removed)
6023:
6024: 2011-05-19 misha
6025:
6026: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6027: params.as_hash is used more while parsing methods hash-options
6028:
6029: 2011-05-18 misha
6030:
6031: * operators.txt: - info about json-serialization of xdoc was added
6032:
6033: * tests/256.html: - tests for json-serialization xdoc were added
6034:
6035: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6036:
6037: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6038: classes/json.C, classes/xdoc.C: - now json:string can serialize
6039: xdoc-objects. options (the same as ^xdoc.string[]) could be
6040: specified in $.xdoc[] ( new feature: #265 )
6041:
6042: 2011-05-15 misha
6043:
6044: * tests/268.html: - tests for ^table.count[with options] were added
6045:
6046: * src/classes/table.C: - method ^table.count[] now can accept
6047: options ( new feature: #93 ): ^table.count[column] returns number
6048: of columns for named table; ^table.count[cells] returns number of
6049: cells in the current row; ^table.count[] & ^table.count[rows]
6050: return number of rows in a table.
6051:
6052: * tests/267.html: - test for checking switch/case in boolean mode
6053: was added
6054:
6055: * src/classes/op.C: - if switch's or case's value is bool, they are
6056: compared as bool values, not as double values: new feature: #351
6057:
6058: 2011-05-06 misha
6059:
6060: * tests/242.html: - EOL before EOF was added
6061:
6062: * tests/169.html: - tests for splitting empty string and void were
6063: added
6064:
6065: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6066: returned table with one empty cell)
6067:
6068: 2011-04-03 misha
6069:
6070: * src/include/pa_version.h, configure.in: - version in head was
6071: changed to 3.4.2b
6072:
6073: 2011-03-30 misha
6074:
6075: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6076: as well ( new feature #294 )
6077:
6078: 2011-03-29 misha
6079:
6080: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6081: limited to approx. 6 MB. previous limits were too big for real
6082: life. bugfix: #216
6083:
6084: 2011-03-04 moko
6085:
6086: * etc/parser3.charsets/cp866.cfg: Conforms to
6087: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6088:
6089: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6090: vlalek@
6091:
6092: 2011-02-22 misha
6093:
6094: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6095: be under #ifdef XML or parser can't be compiled without xml
6096: support
6097:
6098: 2011-02-21 misha
6099:
1.116 moko 6100: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6101: ApacheModuleParser3.vcproj was removed
6102:
6103: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6104: removed)
6105:
6106: 2011-02-20 misha
6107:
6108: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6109: $.overridden in ^reflection:method_info[...] were added
6110:
6111: * src/classes/reflection.C: - beautifying result of
6112: ^reflection:method_info[] ($.overridden/inherited)
6113:
6114: 2011-02-18 misha
6115:
6116: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6117: and pa_isalnum instead of isalpha and isalnum - bug with
6118: redundand quoting lowercased latin chars while building email
6119: body was fixed
6120:
6121: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6122: added (they check for latin chars only)
6123:
6124: 2011-02-16 misha
6125:
6126: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6127: string size for transcoding gave too small value (should ever
6128: look for availability char in dest charset inspite of the char
6129: size)
6130:
6131: 2011-02-04 moko
6132:
6133: * tests/223.html: header values now not url-encoded (issue #195)
6134:
6135: 2011-02-01 misha
6136:
6137: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6138:
6139: 2011-01-31 misha
6140:
6141: * src/main/pa_request.C: - throw exception if param file_name in
6142: use_file is empty
6143:
6144: 2011-01-08 moko
6145:
6146: * src/classes/curl.C: compilations errors fixed
6147:
6148: 2010-12-29 moko
6149:
6150: * tests/: 265.html, results/265.processed: test for issue #200
6151: added
6152:
6153: * src/main/pa_string.C: empty regex result check added (fixes issue
6154: #200)
6155:
6156: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6157:
6158: * tests/results/223.processed: header values now not url-encoded
6159: (issue #195)
6160:
6161: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6162: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6163: pa_http_safe_header_name added for headers names (fixes bug #195)
6164:
6165: 2010-12-18 misha
6166:
6167: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6168: => pa-include
6169:
6170: 2010-11-28 moko
6171:
6172: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6173:
6174: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6175: -> pa
6176:
6177: * configure.in: apr -> pa
6178:
6179: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6180:
6181: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6182: classes/Makefile.am, types/Makefile.am: apr -> pa
6183:
6184: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6185: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6186: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6187: pa-include/pa_apr.h, pa-include/pa_errno.h,
6188: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6189: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6190: module apr name conflict resolved)
6191:
6192: 2010-11-27 misha
6193:
6194: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6195: libbz2
6196:
6197: 2010-11-26 misha
6198:
6199: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6200: warnings removed
6201:
6202: 2010-11-25 moko
6203:
6204: * operators.txt: $.indent(true)
6205:
6206: * operators.txt: another bugfix. :)
6207:
6208: * operators.txt: bugfix. :)
6209:
6210: * buildall-with-xml: libxml2-2.7.8 + with-apache
6211:
6212: 2010-11-24 moko
6213:
1.116 moko 6214: * configure: apxs support
1.95 moko 6215:
6216: * configure.in: apxs support -Bstatic gc removed for OS X
6217:
6218: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6219:
6220: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6221: THREAD_LOCAL usage
6222:
6223: * src/: classes/curl.C, include/pa_config_includes.h,
6224: main/pa_globals.C: THREAD_LOCAL defined and used
6225:
6226: 2010-11-23 moko
6227:
6228: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6229: should be passed to pa_sleep, and only fractional part (bugfix:
6230: #188)
6231:
6232: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6233:
6234: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6235: GC_dont_gc=1, as in cgi version
6236:
6237: * src/targets/apache/mod_parser3.c: warning war
6238:
6239: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6240: pa_httpd.h: version removed, some trash removed
6241:
6242: * src/targets/apache/mod_parser3.c: version removed (we don't want
6243: to show it), warning war
6244:
6245: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6246: pa_httpd.h: parser_status_allowed removed + merge config
6247: functions removed (override is the default) + beauty
6248:
6249: * src/: include/pa_request.h, main/pa_request.C,
6250: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6251: hide $status used in apache module removed
6252:
6253: 2010-11-18 moko
6254:
6255: * operators.txt: $.table[compact] added for ^json:string[]
6256:
6257: 2010-11-16 moko
6258:
6259: * src/targets/apache/mod_parser3.c: some cleanup done
6260:
6261: * src/main/untaint.C: bugfix: first, second String::Body argument
6262: is hashcode; second, info.fragment_begin is original, not
6263: resulting length
6264:
6265: * src/classes/file.C: new feature: $.stdin now untainted
6266:
6267: * tests/results/264.processed: new feature: $.stdin[] now untainted
6268:
6269: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6270:
6271: * src/classes/op.C: ^apply-taint[] method added
6272:
6273: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6274: added; $.stdin untaint test added
6275:
6276: 2010-11-15 moko
6277:
6278: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6279: removed
6280:
6281: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6282: pa_httpd.h: 2x2 calculated under apache2. :)
6283:
6284: 2010-11-13 moko
6285:
6286: * src/targets/apache/mod_parser3.c: initial changes to build module
6287: with apache 2.x includes
6288:
6289: * src/targets/apache/: Makefile.am, mod_parser3.c,
6290: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6291: united apache 1.3 / apache 2.x DSO module
6292:
6293: 2010-11-09 moko
6294:
6295: * src/types/pa_method.h: check added to dissallow @method[name;*]
6296: syntax
6297:
6298: * tests/: 263.html, results/263.processed: test from method[*args]
6299: added
6300:
6301: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6302: number of params can now be passed to a method declared with *arg
6303:
6304: 2010-11-06 moko
6305:
6306: * src/classes/table.C: formating fixed. :)
6307:
6308: * src/classes/table.C: closes #4: ^table.select now supports
6309: $.limit(), $.offset, $.reverse() options
6310:
6311: * tests/: 262.html, results/262.processed: test for ^table:select
6312: with options added (feature #4)
6313:
6314: * src/include/pa_array.h: remove function added
6315:
6316: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6317: object in get_element/put_element, using static one.
6318:
6319: 2010-11-04 moko
6320:
6321: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6322: options is passed
6323:
6324: * tests/: 256.html, results/256.processed: $.table[compact] feature
6325: now tested; k and p in handler now tested.
6326:
6327: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6328: $.table[compact] feature added
6329:
6330: * src/classes/json.C: key is now passed to handler in
6331: value_json_string; ^json:string result now process tainting
6332: inside and returns clean string, related to issue #153
6333:
6334: * src/main/untaint.C: bugfix: charset can be null (in
6335: ^string:save[] as example), thus check is added
6336:
6337: 2010-10-31 moko
6338:
6339: * src/classes/string.C: error message changed (fixes issue #149)
6340:
6341: 2010-10-29 moko
6342:
6343: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6344: port is not default (fixes issue #155); exception on invalid port
6345: added.
6346:
6347: * src/main/untaint.C: '*' is now not urlencoded to allow header
6348: "Accept: */*" to be passed
6349:
6350: 2010-10-28 moko
6351:
6352: * src/classes/curl.C: bugfix: detect_charset() was throwing
6353: exception on unknown charset even if response_charset was
6354: specified
6355:
6356: 2010-10-27 moko
6357:
6358: * src/classes/string.C: ^string.append removed for void
6359: compatibility
6360:
6361: 2010-10-26 moko
6362:
6363: * src/classes/json.C: libjson supports array at top level, we too
6364: (GPF fixed)
6365:
6366: 2010-10-25 moko
6367:
6368: * tests/: 253.html, results/253.processed: libjson supports array
6369: at top level, parser now supports it as well.
6370:
6371: * tests/261.html, tests/results/261.processed,
6372: src/types/pa_vstring.h: empty string is now void compatible
6373: (allows $empty.key)
6374:
6375: 2010-10-22 misha
6376:
6377: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6378: while adding additional expires checkout)
6379:
6380: * tests/030.html: - test for session cookie was added
6381:
6382: 2010-10-21 moko
6383:
6384: * src/: classes/string.C, classes/void.C, main/execute.C,
6385: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6386: string (feature #111)
6387:
6388: * tests/: 261.html, results/261.processed: checks void from string
6389: inheritance (feature #111)
6390:
6391: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6392: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6393: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6394: now true by default
6395:
6396: 2010-10-17 moko
6397:
6398: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6399: upload now uses binary blocks instead of L_FILE_POST tainting.
6400: (bugfix: #128)
6401:
6402: * tests/: 223.html, results/223.processed: binary file upload test
6403: added, GPF (issue #128) also checked in this test
6404:
6405: 2010-10-13 misha
6406:
6407: * tests/260.html: - test for math:convert
6408:
6409: * src/classes/math.C: - error in math:convert was fixed
6410:
6411: * operators.txt: - info about
6412: ^math:convert[number](from-base;to-base) was added
6413:
6414: * src/classes/math.C: - method
6415: ^math:convert[number](from-base;to-base) for converting number
6416: represention from one base to another was added ( new feature:
6417: #23 )
6418:
6419: 2010-10-13 moko
6420:
6421: * src/main/compile.tab.C: [] now is empty string, not void
6422:
6423: * src/main/compile.y: [] now is empty string, not void
6424:
6425: * src/types/pa_vvoid.h: void now passed as parameter
6426:
6427: * tests/: 259.html, results/259.processed: to test difference
6428: between void and empty string (see ticket #111)
6429:
6430: * tests/results/152.processed: $sEmpty[] is now empty string, not
6431: void
6432:
6433: * tests/256.html: $s[$void] is no longer empty string
6434:
6435: * tests/254.html: empty string is no longer void
6436:
6437: 2010-10-12 misha
6438:
6439: * src/types/pa_vcookie.C: - check if $.expires value can be
6440: converted to date during cookies set up ( bugfix: #104 )
6441:
6442: * tests/041.html: - more tests for ^table.locate were added
6443:
6444: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6445: work ( bugfix: #129 ) - exception comment for incorrect options
6446: ^table.locate[field;value;options] was fixed
6447:
6448: 2010-10-10 moko
6449:
6450: * src/: classes/reflection.C, main/execute.C: constructor returning
6451: another object feature returned
6452:
6453: * tests/results/258.processed: test result updated as constructor
6454: returning another object feature returned
6455:
6456: * tests/: 258.html, results/258.processed: test for constructor
6457: returning another object
6458:
6459: 2010-10-08 misha
6460:
6461: * tests/257.html: - whitespaces after @METACOMMANDS and their
6462: options shouldn't cause exceptions any longer
6463:
6464: 2010-10-06 moko
6465:
6466: * src/classes/: hash.C, table.C: length from sql server is now
6467: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6468:
6469: 2010-10-02 misha
6470:
6471: * operators.txt: - the X mark was removed from ^cache[file]. it is
6472: usable to delete cache file.
6473:
6474: 2010-10-02 moko
6475:
6476: * tests/: 253.html, results/253.processed: hook_key added for key
6477: checking
6478:
6479: * src/classes/json.C: null key bug fixed
6480:
6481: 2010-09-29 misha
6482:
6483: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6484:
6485: 2010-09-25 moko
6486:
6487: * src/classes/json.C: small fixed
6488:
6489: * tests/results/: 253.processed, 255.processed: just updated
6490:
6491: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6492: results/255.processed: charset transcode test added for
6493: json:parse
6494:
6495: 2010-09-24 moko
6496:
6497: * src/types/pa_value.h: warning war :)
6498:
6499: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6500: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6501: ^json:string
6502:
6503: 2010-09-22 moko
6504:
6505: * src/main/pa_charset.C: parser charset tables declare only
6506: white-space before 0x20, thus adding the missing chars
6507:
6508: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6509: to http://unicode.org/Public/MAPPINGS/VENDORS/
6510:
6511: 2010-09-21 misha
6512:
6513: * src/main/compile.y: - some semicolons were added (VS2010 don't
6514: want to compile grammar if they are absent)
6515:
6516: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6517:
6518: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6519:
6520: * src/main/main.vcproj: - path to bison is changed
6521:
6522: 2010-09-21 moko
6523:
1.116 moko 6524: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6525: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6526: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6527:
6528: 2010-09-20 misha
6529:
6530: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6531:
6532: * src/classes/json.C: - add EOL while json-serializing hash
6533:
6534: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6535: compilers don't like 'ES'.
6536:
6537: 2010-09-17 misha
6538:
6539: * operators.txt: - info about json class was added
6540:
6541: * src/classes/json.C: - ^json:string[object]
6542:
6543: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6544: preventing infinite recursion while executing json:string was
6545: added
6546:
6547: * src/include/pa_string.h: - method append_quoted was added
6548:
6549: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6550: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6551: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6552: was added to Value & Co
6553:
6554: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6555: were used
6556:
6557: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6558: were added
6559:
6560: 2010-09-10 moko
6561:
6562: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6563: die_or_abort (backport from 3.4.1)
6564:
6565: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6566: die_or_abort (bugfix: #106)
6567:
6568: 2010-09-09 moko
6569:
6570: * src/classes/json.C: warning war. :)
6571:
6572: 2010-09-08 misha
6573:
6574: * src/lib/json/Makefile.am: - additional include directories were
6575: added (for pa_memory.h and gc.h)
6576:
6577: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6578: compile as C++ instead default - additional include directory was
6579: added (for gc.h)
6580:
6581: * src/types/pa_vform.C: - little code reformating
6582:
6583: * src/classes/file.C: - $.content-type option now can be specified
6584: in ^file::create ( new feature: #102 )
6585:
6586: 2010-09-08 moko
6587:
6588: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6589: pa_malloc/pa_free
6590:
6591: 2010-09-07 moko
6592:
6593: * tests/results/254.processed: VStateless_class:put_element
6594: exception was fixed
6595:
6596: * src/types/: pa_value.h, pa_vstateless_class.h: now
6597: VStateless_class:put_element barks self.type, not this.type
6598: (bugfix: #105)
6599:
6600: 2010-09-06 moko
6601:
6602: * src/classes/reflection.C: bugfix: new String() is required for
6603: exception handling
6604:
6605: * tests/: 254.html, results/254.processed: test modified
6606:
6607: 2010-09-05 moko
6608:
6609: * tests/: 254.html, results/254.processed: ^reflection:copy test
6610: added
6611:
6612: * src/: classes/reflection.C, include/pa_request.h:
6613: ^reflection:copy implemented (new feature: #100)
6614:
6615: 2010-09-03 moko
6616:
6617: * src/lib/json/JSON_parser.C: c++ compatiblity
6618:
6619: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6620: option testing added
6621:
6622: 2010-09-02 moko
6623:
6624: * src/classes/json.C: $.distinct[first|last|all] added
6625:
6626: 2010-09-01 moko
6627:
6628: * tests/results/253.processed: json test result
6629:
6630: * tests/: 253.html, 253_json.txt: json test added
6631:
6632: * src/classes/json.C: json.C update to actual version + hash key
6633: creation bugfix
6634:
6635: 2010-08-31 misha
6636:
6637: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6638: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6639: src/lib/Makefile.am, src/classes/Makefile.am,
6640: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6641: json library was added
6642:
6643: 2010-08-30 moko
6644:
6645: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6646: types/pa_vobject.C: cosmetic optimization in
6647: request:execute_method usage
6648:
6649: * src/: include/pa_charset.h, main/pa_charset.C: small
6650: optimization, just to decrease number of lines. :)
6651:
6652: 2010-08-27 misha
6653:
6654: * src/classes/op.C: - taint[json] was added
6655:
6656: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6657: were added
6658:
6659: * src/main/pa_exec.C: - warning fix was rolled back.
6660:
6661: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6662: include/pa_string.h: - taint[json] was added - escaping was
6663: slightly modified
6664:
6665: 2010-08-25 misha
6666:
6667: * src/classes/file.C: - typo in file:sql exception was fixed
6668:
6669: * src/main/pa_exec.C: - warning about declared and not used
6670: variable forced_allow was removed
6671:
6672: 2010-08-14 misha
6673:
6674: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6675: were removed
6676:
6677: 2010-08-11 moko
6678:
6679: * tests/: 249.html, results/249.processed: default setter and
6680: anti-recursive default getter test added
6681:
6682: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6683: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6684: types/pa_vobject.h, types/pa_vstateless_class.C,
6685: types/pa_vstateless_class.h: default setter support +
6686: anti-recursive default getter support ( new feature: #13 )
6687:
6688: * src/include/pa_hash.h: optimization: threshold member removed
6689: from hash, reducing sizeof(hash)
6690:
6691: 2010-08-10 misha
6692:
6693: * tests/196.html: - junction-method was added to the test
6694:
6695: * tests/248.html: - ups. typo :)
6696:
6697: * tests/248.html: - test for checking .match with 4 params
6698:
6699: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6700: 247_windows1251.txt: - test for "transcode file from utf-8 to
6701: $request:charset during loading if the BOM code is detected"
6702:
6703: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6704: $request:charset during loading if the BOM code is detected ( new
6705: feature: #98 )
6706:
6707: 2010-08-05 misha
6708:
6709: * src/classes/image.C: - ^image.replace now can accept only 2
6710: params. in this case the whole image is affected ( new feature:
6711: #95 )
6712:
6713: 2010-08-04 misha
6714:
6715: * tests/246.html: - test tor ^hash._at[] was added
6716:
6717: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6718: #53 )
6719:
6720: * src/include/pa_hash.h: - methods for accessing the first and the
6721: last values of ordered hash were added (first_value and
6722: last_value)
6723:
6724: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6725: (similar to others file's methods):
6726: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6727: #68 )
6728:
6729: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6730:
6731: 2010-08-01 moko
6732:
6733: * src/classes/op.C: to correctly process $result[] in code, called
6734: from ^process
6735:
6736: * tests/245.html: $result in ^process[] test added
6737:
6738: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6739: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6740: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6741: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6742: caller, self) op_call(VMethodFrame &frame, bool constructing)
6743: removed, construct(class,method) added
6744:
6745: * tests/results/: 192.processed, 244.processed: request::construct
6746: added
6747:
6748: * tests/: 244.html, 245.html, results/244.processed,
6749: results/245.processed: object creation exceptions and ^process
6750: tests added
6751:
6752: 2010-07-28 misha
6753:
6754: * tests/make_tests.cmd: - win32 EOLs
6755:
6756: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6757: tests on Win32 were added (The system timezone should be GMT+3)
6758:
6759: 2010-07-26 misha
6760:
6761: * tests/: 212.html, results/212.processed: - sizes were removed
6762: mecause they could be different on different OSs
6763:
6764: * tests/065.html: - make it "win32 friendly"
6765:
6766: 2010-07-25 misha
6767:
6768: * src/main/compile.y: - all EOLs between methods are removed during
6769: compilation ( new feature: #47 )
6770:
6771: * tests/results/149.processed: - prepare tests to trim trailing
6772: methods' EOLs
6773:
6774: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6775:
6776: * tests/: results/006.processed, results/014.processed, 006.html,
6777: 014.html, 022.html: - prepare tests to trim trailing methods'
6778: EOLs
6779:
6780: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6781: results/071.processed, results/022.processed: - prepare tests to
6782: trim trailing methods' EOLs
6783:
6784: * tests/: results/073.processed, results/109.processed,
6785: results/142.processed, results/144.processed,
6786: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6787: 144.html: - prepare tests to trim trailing methods' EOLs
6788:
6789: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6790: 149.html, 152.html, results/096.processed, results/107.processed,
6791: results/109.processed, results/142.processed,
6792: results/144.processed: - prepare tests to trim trailing methods'
6793: EOLs
6794:
6795: 2010-07-24 moko
6796:
6797: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6798: the hash order in this test
6799:
6800: * tests/014.html: to check hash order, hash no is longer sorted
6801: before print
6802:
6803: * src/include/pa_hash.h: hash copy constructor now keeps order
6804: (bugfix: #54)
6805:
6806: 2010-07-23 moko
6807:
6808: * tests/results/224.processed: @auto[] is no longer inherited
6809:
6810: * src/types/pa_vstateless_class.C, tests/227.html,
6811: tests/results/227.processed: @auto[] is no longer inherited
6812: (bugfix: #57)
6813:
6814: 2010-07-22 misha
6815:
6816: * src/classes/table.C: - don't skip comment lines during
6817: table::load if encloser or separator is set as '#' ( new feature:
6818: #30 )
6819:
6820: * src/targets/cgi/parser3.C: - don't run as cgi if
6821: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6822: #12 )
6823:
6824: * src/classes/file.C: - set PARSER_VARSION env before external
6825: script executing
6826:
6827: 2010-07-13 misha
6828:
6829: * tests/058.html: - test for suppressing @border was added - test
6830: for user attribute was added
6831:
6832: * tests/results/186.processed: unescaping from \uXXXX
6833:
6834: * tests/186.html: unescaping from \uXXXX
6835:
6836: * tests/: 239.html, results/239.processed: method call type
6837:
6838: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6839: $junction_method.CLASS_NAME (+CLASS)
6840:
6841: 2010-07-07 misha
6842:
6843: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6844: *nix
6845:
6846: 2010-07-05 misha
6847:
6848: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6849: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6850: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6851: comment strings "options must be hash", "options must be hash,
6852: not code" and "called with invalid option" were replaced by
6853: constatns - exception comment string "invalid option passed" was
6854: replaced by "called with invalid option" (now in different
6855: methods are the same exception comment string)
6856:
6857: * src/include/pa_exception.h: - more exception strings were defined
6858:
6859: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6860: types/pa_vstateless_class.h: - now we can define possible
6861: method's call type ( new feature: #5 ) 1.
6862: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6863: methods 2. @static:method[params] (only static keyword could be
6864: used here) -- for specified methods
6865:
6866: * src/main/pa_common.C: - junction points should not be deleted on
6867: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6868: cleanup
6869:
6870: 2010-07-03 misha
6871:
6872: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6873: results/158.processed, results/160.processed,
6874: results/161.processed, results/162.processed,
6875: results/163.processed: - prepare tests to trim trailing methods'
6876: EOLs
6877:
6878: * tests/results/169.processed: - prepare tests to trim trailing
6879: methods' EOLs
6880:
6881: * tests/results/: 168.processed, 169.processed: - prepare tests to
6882: trim trailing methods' EOLs
6883:
6884: * tests/: results/170.processed, results/167.processed,
6885: results/168.processed, results/169.processed, 167.html, 168.html,
6886: 169.html: - prepare tests to trim trailing methods' EOLs
6887:
6888: * tests/: results/170.processed, results/171.processed,
6889: results/172.processed, results/173.processed,
6890: results/174.processed, results/175.processed, 170.html, 171.html,
6891: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6892: trailing methods' EOLs
6893:
6894: * tests/: results/176.processed, results/180.processed,
6895: results/184.processed, results/185.processed,
6896: results/191.processed, results/192.processed,
6897: results/196.processed, results/197.processed,
6898: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6899: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6900: to trim trailing methods' EOLs
6901:
6902: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6903: results/199.processed, results/208.processed,
6904: results/209.processed, results/213.processed,
6905: results/214.processed: - prepare tests to trim trailing methods'
6906: EOLs
6907:
6908: 2010-06-29 misha
6909:
6910: * tests/: 220.html, 218.html, results/218.processed,
6911: results/215.processed, results/217.processed, 215.html, 217.html:
6912: - prepare tests to trim trailing methods' EOLs
6913:
6914: * tests/: results/224.processed, 224.html, 223.html,
6915: results/223.processed, results/220.processed: - prepare tests to
6916: trim trailing methods' EOLs
6917:
6918: * tests/results/: 226.processed, 230.processed: - prepare tests to
6919: trim trailing methods' EOLs
6920:
6921: * tests/: 229.html, results/229.processed: - prepare tests to trim
6922: trailing methods' EOLs
6923:
6924: * tests/: 232.html, 235.html, results/232.processed,
6925: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6926: results/226.processed, results/227.processed,
6927: results/228.processed, results/230.processed: - prepare tests to
6928: trim trailing methods' EOLs
6929:
6930: 2010-06-16 moko
6931:
6932: * tests/: 229.html, results/229.processed: elseif now supported in
6933: ^if
6934:
6935: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6936:
6937: 2010-06-03 misha
6938:
6939: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6940: instead of memcopy for overlaped regions
6941:
6942: 2010-05-25 misha
6943:
6944: * src/main/pa_common.C: - wanring about unused vars was removed
6945:
6946: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6947: get_method_filename was moved to execute.C
6948:
6949: 2010-05-23 misha
6950:
6951: * src/main/pa_request.C: - more accurate detection of method's file
6952:
6953: 2010-05-22 misha
6954:
6955: * src/classes/reflection.C: - bugfix: core during detection of
6956: .file if filespec isn't detected successfully
6957:
6958: 2010-05-20 misha
6959:
6960: * src/main/pa_request.C: - fix in get_method_filename
6961:
6962: * src/include/pa_request.h: - new feature: #24 -- searching
6963: included file in @USE/^use is changed. if its filespec doesn't
6964: start from '/' it will be searched in caller file directory
6965:
6966: * src/classes/reflection.C: - ^reflection:method_info returns file
6967: where the method is defined
6968:
6969: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6970: classes/op.C: - new feature: #24 -- searching included file in
6971: @USE/^use is changed. if its filespec doesn't start from '/' it
6972: will be searched in caller file directory
6973:
6974: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6975: is moved to pa_common.h
6976:
6977: 2010-05-18 misha
6978:
6979: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6980: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6981: cookie parser decode \uXXXX as well as %uXXXX
6982:
6983: 2010-05-17 misha
6984:
6985: * src/classes/curl.C: beauty: - unused param is removed in method
6986: _curl_version_action - some spaces were removed or replaced by
6987: tabs
6988:
6989: * src/classes/table.C: - bugfix: #72 core with empty value during
6990: ^table.hash[...;name_of_the_last_column][$.type[string]]
6991:
6992: 2010-05-16 misha
6993:
6994: * src/classes/curl.C: new: #61 more curl options were added
6995: (contributed by Sumo)
6996:
6997: 2010-04-29 pretender
6998:
6999: * src/main/pa_string.C: fixes #63 Split result from empty string
7000: now empty string.
7001:
7002: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7003: string type.
7004:
7005: 2010-04-28 pretender
7006:
7007: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7008: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7009: macrodefinition removed
7010:
7011: 2010-04-19 pretender
7012:
7013: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7014: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7015:
7016: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7017: fixes #64 Now file.missing exception generates in unsafe mode to.
7018:
7019: * src/classes/file.C: fixes #48 Now not throw "not save environment
7020: variable" exception in grpunlim version.
7021:
7022: 2010-04-05 misha
7023:
7024: * src/classes/string.C: - new feature: 4th param was added to
7025: match. if specified its value is returned in case of nothing was
7026: found
7027:
7028: 2010-04-01 misha
7029:
7030: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7031: multiple execution of /a/b/auto.p
7032:
7033: 2010-03-19 misha
7034:
7035: * src/main/execute.C: - core in $table1.$table2 was fixed
7036:
7037: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7038:
7039: 2010-01-27 misha
7040:
7041: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7042: trying to open file by path /existing-file/non-exixting-file
7043:
7044: 2010-01-26 misha
7045:
7046: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7047: was added (returns file)
7048:
7049: 2009-12-22 misha
7050:
7051: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7052: now parser doesn't have class curl if it was built without it
7053:
7054: 2009-12-15 misha
7055:
7056: * configure.in: - little cheat with curl include dir was added
7057:
7058: 2009-12-05 misha
7059:
7060: * src/classes/curl.C: - some fixes
7061:
7062: 2009-12-04 misha
7063:
7064: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7065: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7066: buildall-with-xml, buildall-without-xml, configure.in: - curl
7067: class was added
7068:
7069: * src/include/pa_hash.h: - hash-iterator was added
7070:
7071: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7072: was added to pcre
7073:
7074: 2009-11-27 misha
7075:
7076: * src/classes/image.C: - don't add @border attribute to output of
7077: ^image.html[] if it was specified by user with empty value
7078:
7079: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7080: root element and we are trying to access .documentElement
7081:
7082: 2009-11-11 misha
7083:
7084: * src/classes/table.C: - in ^table.flip[] look at number of columns
7085: instead of number of items in first row for named tables
7086:
7087: 2009-11-10 misha
7088:
7089: * operators.txt: - info about hash-options in ^file::create was
7090: added
7091:
7092: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7093: added
7094:
7095: 2009-11-09 misha
7096:
7097: * buildall-with-xml: - moving to libxml 2.7.6
7098:
7099: * tests/236.html: - tests for comparations cords with functions
7100: were added
7101:
7102: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7103: added
7104:
7105: * src/main/pa_http.C: - little optimisation
7106:
7107: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7108: GPF mallocs + stringstream (table.save)
7109:
7110: * src/classes/file.C: - file::create now accepts 4th param: options
7111: with $.charset
7112:
7113: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7114: bug in cord (comparation cords with functions was buggy)
7115:
7116: 2009-11-06 misha
7117:
7118: * src/main/pa_string.C: - bugfix: calculation string.length
7119: sometimes was buggy
7120:
7121: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7122: destroyed if exception occured during match/replace
7123:
7124: * src/: main/pa_charset.C, include/pa_charset.h: - method
7125: lengthUTF8Char was added
7126:
7127: * src/classes/op.C: - clean tainting lang was added for user's
7128: usage
7129:
7130: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7131: fixed: checkouts are required after GC_MALLOC
7132:
7133: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7134:
7135: * operators.txt: - actually, there is no ^untaint[xml] in
7136: file::create
7137:
7138: 2009-10-15 misha
7139:
7140: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7141: were added
7142:
7143: * tests/234.html: - more tests for checking ^taint[uri] escaping
7144: were added
7145:
7146: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7147: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7148: hacking: for dealing with transcoding+^taint[uri]
7149: transcode_and_untaint was replaced by untaint_and_transcode
7150:
7151: 2009-10-13 misha
7152:
7153: * tests/: 121.html, results/121.processed: - test transcoding +
7154: url-escaping now
7155:
7156: * tests/results/auto.p: - more helpers' methods were added
7157:
7158: * src/main/pa_globals.C: - die instead of abort
7159:
7160: 2009-10-06 misha
7161:
7162: * src/main/pa_common.C: - don't allocate memory during
7163: capitalization if input string is already capitalized
7164:
7165: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7166:
7167: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7168: use format function because it calls malloc
7169:
7170: * src/include/pa_common.h: - more capitalized headers were added
7171:
7172: * src/main/pa_common.C: - in safe mode clear executable bits during
7173: file writing
7174:
7175: 2009-10-05 misha
7176:
7177: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7178:
7179: 2009-10-03 misha
7180:
7181: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7182: ^img.text[] & ^img.length[] can work in utf-8 now
7183:
7184: * src/: include/pa_charset.h, main/pa_charset.C: - class
7185: UTF8_string_iterator was added
7186:
7187: * src/classes/image.C: - respect utf-8 when calculate alphabet
7188: length
7189:
7190: * src/classes/mail.C: - check from before get message.cstr
7191:
7192: 2009-10-02 misha
7193:
7194: * tests/233.html: - test for image.font, image.length, image.text
7195: with text in utf-8 were added
7196:
7197: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7198:
7199: * buildall-with-xml, buildall-without-xml: - comment about gc
7200: version for freebsd 4 was added
7201:
7202: 2009-10-01 misha
7203:
7204: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7205: terminator) - read_pipe were slightly optimized
7206:
7207: 2009-09-28 misha
7208:
7209: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7210: removed
7211:
7212: * src/types/pa_vmail.C: - forgot about space after ':'
7213:
7214: * src/types/pa_vmail.C: - escape filenames while preparing mail
7215: body - small simplifications
7216:
7217: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7218: inout params like pa_base64
7219:
7220: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7221: option $.debug-print(1) was added to mail:send - changes for
7222: using uue_encode which uses less memory
7223:
7224: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7225:
7226: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7227: memory now
7228:
7229: 2009-09-26 misha
7230:
7231: * src/types/pa_vmail.C: - default encoding now is base64
7232:
7233: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7234:
7235: 2009-09-25 misha
7236:
7237: * src/types/pa_vmail.C: - capitalization of headers was added to
7238: sending mail as well
7239:
7240: * buildall-with-xml: - catalog package was removed from libxml
7241:
7242: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7243: win32 absolute path
7244:
7245: * src/include/pa_common.h: - one more capitalized header was added
7246:
7247: 2009-09-22 misha
7248:
7249: * INSTALL: - comment about building just httpd binary while
7250: building apache module was added
7251:
7252: 2009-09-21 misha
7253:
7254: * buildall-with-xml: - moving to the latest versions of xml libs:
7255: libxml 2.7.4 and libxslt 1.1.25
7256:
7257: 2009-09-19 misha
7258:
7259: * tests/231.html: - test for encoding cookie in win-1251
7260:
7261: 2009-09-18 misha
7262:
7263: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7264: object] were added
7265:
7266: * operators.txt: - info about method ^reflection:fields[class or
7267: object] was added
7268:
7269: * src/classes/reflection.C: - method ^reflection:fields[class or
7270: object] was added
7271:
7272: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7273: methods get_fields were added
7274:
7275: * tests/232.html: - tests for @GET[name]
7276:
7277: * src/classes/table.C: - some changes in handling hash-options for
7278: creare, join and locate
7279:
7280: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7281: defined with option: the type of requested value
7282:
7283: 2009-09-17 misha
7284:
7285: * tests/212.html: - tests for .pattern and .options were added
7286:
7287: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7288: $regex.options were added
7289:
7290: 2009-09-11 misha
7291:
7292: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7293: rewrited. it checks not just one case of sending cookies during
7294: file::load[http], but also sending headers and fields (including
7295: files)
7296:
7297: 2009-09-10 misha
7298:
7299: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7300: was removed => now parser can open files with Russian 'r' in
7301: filename
7302:
7303: * src/main/untaint.C: - bugfix: client charset whould be analized
7304: while escaping cookies but now source charset
7305:
7306: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7307: ^tainted[uri] so it was possible to make request with incorrect
7308: http header
7309:
7310: * src/main/pa_http.C: - capitalization of http headers during
7311: file::load[http was slightly changes - bugfix: all headers which
7312: parser sends during file::load[http should be transcoded and only
7313: then escaped
7314:
7315: * src/main/untaint.C: - a bit more comments were added
7316:
7317: * src/classes/: file.C, string.C: - types where changes (minus 2
7318: warnings)
7319:
7320: * src/include/pa_common.h: - 2 capitalized strings for making http
7321: headers during file::load[http were added
7322:
7323: 2009-09-08 misha
7324:
7325: * operators.txt: - changes in file.save and string.save were added
7326:
7327: * tests/: 230.html, 230.txt: - tests for checking options in
7328: file.save and string.save were added
7329:
7330: * src/main/pa_request.C: - http headers names, which are passed to
7331: SAPI::add_header_attribute are lowercased now (it'll be
7332: capitalized in that method)
7333:
7334: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7335: classes/string.C: - file_write accepts Request_charsets and asked
7336: charset and cound transcode content before writing - string.save
7337: and file.save have option $.charset now
7338:
7339: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7340: classes/xdoc.C: - file_write accepts Request_charsets and asked
7341: charset and cound transcode content before writing
7342:
7343: * src/include/pa_exception.h: - new exception comment string was
7344: defined
7345:
7346: 2009-09-07 misha
7347:
7348: * src/main/compile.y: - grammar $name\ name stops now for regex
7349: sub-pattern\s
7350:
7351: 2009-09-04 misha
7352:
7353: * src/main/pa_http.C: - capitalization of http headers during
7354: file::load[http was implemented
7355:
7356: 2009-09-03 misha
7357:
7358: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7359: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7360: types/pa_vmail.C, targets/cgi/parser3.C,
7361: targets/isapi/parser3isapi.C: - back to storing response http
7362: headers in lowercase - capitalize them during output
7363:
7364: 2009-08-31 misha
7365:
7366: * src/classes/table.C: - allow call with any brackets (it could be
7367: useful in methods with explict result declaration)
7368:
7369: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7370: correctly if $request:charset==koi8-r
7371:
7372: 2009-08-30 misha
7373:
7374: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7375: changed: content-type => Content-type and so on
7376:
7377: * src/classes/file.C, src/include/pa_common.h,
7378: src/include/pa_request.h, src/main/pa_http.C,
7379: src/main/pa_request.C, src/types/pa_vcookie.C,
7380: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7381: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7382: tests/results/002.processed, tests/results/003.processed,
7383: tests/results/004.processed, tests/results/005.processed,
7384: tests/results/006.processed, tests/results/007.processed,
7385: tests/results/008.processed, tests/results/009.processed,
7386: tests/results/010.processed, tests/results/011.processed,
7387: tests/results/012.processed, tests/results/013.processed,
7388: tests/results/014.processed, tests/results/015.processed,
7389: tests/results/016.processed, tests/results/017.processed,
7390: tests/results/018.processed, tests/results/019.processed,
7391: tests/results/020.processed, tests/results/021.processed,
7392: tests/results/022.processed, tests/results/023.processed,
7393: tests/results/024.processed, tests/results/025.processed,
7394: tests/results/026.processed, tests/results/027.processed,
7395: tests/results/028.processed, tests/results/029.processed,
7396: tests/results/030.processed, tests/results/031.processed,
7397: tests/results/032.processed, tests/results/033.processed,
7398: tests/results/034.processed, tests/results/035.processed,
7399: tests/results/036.processed, tests/results/037.processed,
7400: tests/results/038.processed, tests/results/039.processed,
7401: tests/results/040.processed, tests/results/041.processed,
7402: tests/results/042.processed, tests/results/043.processed,
7403: tests/results/044.processed, tests/results/045.processed,
7404: tests/results/046.processed, tests/results/047.processed,
7405: tests/results/048.processed, tests/results/049.processed,
7406: tests/results/050.processed, tests/results/051.processed,
7407: tests/results/052.processed, tests/results/053.processed,
7408: tests/results/054.processed, tests/results/055.processed,
7409: tests/results/056.processed, tests/results/057.processed,
7410: tests/results/058.processed, tests/results/059.processed,
7411: tests/results/060.processed, tests/results/061.processed,
7412: tests/results/062.processed, tests/results/063.processed,
7413: tests/results/064.processed, tests/results/065.processed,
7414: tests/results/066.processed, tests/results/067.processed,
7415: tests/results/068.processed, tests/results/069.processed,
7416: tests/results/070.processed, tests/results/071.processed,
7417: tests/results/072.processed, tests/results/073.processed,
7418: tests/results/074.processed, tests/results/075.processed,
7419: tests/results/076.processed, tests/results/077.processed,
7420: tests/results/078.processed, tests/results/079.processed,
7421: tests/results/080.processed, tests/results/081.processed,
7422: tests/results/082.processed, tests/results/083.processed,
7423: tests/results/084.processed, tests/results/085.processed,
7424: tests/results/086.processed, tests/results/087.processed,
7425: tests/results/088.processed, tests/results/089.processed,
7426: tests/results/090.processed, tests/results/091.processed,
7427: tests/results/092.processed, tests/results/093.processed,
7428: tests/results/094.processed, tests/results/095.processed,
7429: tests/results/096.processed, tests/results/097.processed,
7430: tests/results/098.processed, tests/results/099.processed,
7431: tests/results/100.processed, tests/results/101.processed,
7432: tests/results/102.processed, tests/results/103.processed,
7433: tests/results/104.processed, tests/results/105.processed,
7434: tests/results/106.processed, tests/results/107.processed,
7435: tests/results/108.processed, tests/results/109.processed,
7436: tests/results/110.processed, tests/results/111.processed,
7437: tests/results/112.processed, tests/results/113.processed,
7438: tests/results/114.processed, tests/results/115.processed,
7439: tests/results/116.processed, tests/results/117.processed,
7440: tests/results/118.processed, tests/results/119.processed,
7441: tests/results/120.processed, tests/results/121.processed,
7442: tests/results/122.processed, tests/results/123.processed,
7443: tests/results/124.processed, tests/results/125.processed,
7444: tests/results/126.processed, tests/results/127.processed,
7445: tests/results/128.processed, tests/results/129.processed,
7446: tests/results/130.processed, tests/results/131.processed,
7447: tests/results/132.processed, tests/results/133.processed,
7448: tests/results/134.processed, tests/results/135.processed,
7449: tests/results/136.processed, tests/results/138.processed,
7450: tests/results/139.processed, tests/results/140.processed,
7451: tests/results/141.processed, tests/results/142.processed,
7452: tests/results/143.processed, tests/results/144.processed,
7453: tests/results/145.processed, tests/results/146.processed,
7454: tests/results/147.processed, tests/results/148.processed,
7455: tests/results/149.processed, tests/results/150.processed,
7456: tests/results/151.processed, tests/results/152.processed,
7457: tests/results/153.processed, tests/results/154.processed,
7458: tests/results/155.processed, tests/results/156.processed,
7459: tests/results/157.processed, tests/results/158.processed,
7460: tests/results/159.processed, tests/results/160.processed,
7461: tests/results/161.processed, tests/results/162.processed,
7462: tests/results/163.processed, tests/results/164.processed,
7463: tests/results/165.processed, tests/results/166.processed,
7464: tests/results/167.processed, tests/results/168.processed,
7465: tests/results/169.processed, tests/results/170.processed,
7466: tests/results/171.processed, tests/results/172.processed,
7467: tests/results/173.processed, tests/results/174.processed,
7468: tests/results/175.processed, tests/results/176.processed,
7469: tests/results/177.processed, tests/results/178.processed,
7470: tests/results/179.processed, tests/results/180.processed,
7471: tests/results/181.processed, tests/results/182.processed,
7472: tests/results/183.processed, tests/results/184.processed,
7473: tests/results/185.processed, tests/results/186.processed,
7474: tests/results/187.processed, tests/results/188.processed,
7475: tests/results/189.processed, tests/results/190.processed,
7476: tests/results/191.processed, tests/results/192.processed,
7477: tests/results/193.processed, tests/results/194.processed,
7478: tests/results/195.processed, tests/results/196.processed,
7479: tests/results/197.processed, tests/results/198.processed,
7480: tests/results/199.processed, tests/results/200.processed,
7481: tests/results/201.processed, tests/results/202.processed,
7482: tests/results/203.processed, tests/results/204.processed,
7483: tests/results/205.processed, tests/results/206.processed,
7484: tests/results/207.processed, tests/results/208.processed,
7485: tests/results/209.processed, tests/results/210.processed,
7486: tests/results/211.processed, tests/results/212.processed,
7487: tests/results/213.processed, tests/results/214.processed,
7488: tests/results/215.processed, tests/results/216.processed,
7489: tests/results/217.processed, tests/results/218.processed,
7490: tests/results/219.processed, tests/results/220.processed,
7491: tests/results/221.processed, tests/results/222.processed,
7492: tests/results/223.processed, tests/results/224.processed,
7493: tests/results/225.processed, tests/results/226.processed,
7494: tests/results/227.processed, tests/results/228.processed,
7495: tests/results/229.processed: - http headers were changed:
7496: content-type => Content-type and so on
7497:
7498: 2009-08-27 misha
7499:
7500: * src/: main/pa_random.C, include/pa_random.h,
7501: targets/cgi/parser3.C: - year was updated :)
7502:
7503: 2009-08-26 misha
7504:
7505: * tests/: 224.html, 224.p: - test for creating of parser object
7506: using constructor without params - little bugfix in test
7507:
7508: * src/main/compile_tools.h: - bugfix: should't call autouse while
7509: checking existed class while processing partial option
7510:
7511: * src/classes/reflection.C: - bugfix: core when creating object
7512: with reflection and constructor doesn't have params
7513:
7514: 2009-08-24 misha
7515:
7516: * tests/229.html: - tests for checking the number of parameters
7517: were added
7518:
7519: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7520: number of method's parameters wasn't checked correctly (the bug
7521: was introduced in 3.4.0)
7522:
7523: 2009-08-22 misha
7524:
7525: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7526: transcoded, but tainted pieces are escaped only when
7527: content-type==url-encoding
7528:
7529: * tests/228.html: - test for checking
7530: ^file::load[http://...;$.body[]]
7531:
7532: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7533: post charset was too early (charsets is empty at this moment)
7534:
7535: 2009-08-21 misha
7536:
7537: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7538: main/untaint.C: - some fixes with transcode+untaint
7539:
7540: 2009-08-15 misha
7541:
7542: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7543: was increaced to 100 (was 50)
7544:
7545: * tests/227.html: - test for checking overriding properties in
7546: static classes was added
7547:
7548: * tests/: 226.html, 226.p: - test for @autoload[] was added
7549:
7550: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7551: main/execute.C, main/pa_request.C, classes/reflection.C: -
7552: autouse was implemented
7553:
7554: 2009-08-14 misha
7555:
7556: * src/classes/reflection.C: - outdated checkout was removed
7557:
7558: * src/classes/reflection.C: - optimization - method ^dynamical was
7559: added.
7560:
7561: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7562: types/pa_vstateless_class.h, main/execute.C: - optimization
7563:
7564: * src/types/pa_vclass.C: - exception if base on sytem class
7565:
7566: 2009-08-12 misha
7567:
7568: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7569: pa_vstateless_class.h: - little optimisation
7570:
7571: 2009-08-11 misha
7572:
7573: * tests/224.html: - method_params => method_info - checking for
7574: $.inherited
7575:
7576: * src/classes/reflection.C, operators.txt: - method method_params
7577: was renamed to method_info and now it returns class name, if
7578: method was defined in ancestor
7579:
7580: * tests/225.html: - tests for cheching properties in hierarhical
7581: classes were added
7582:
7583: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7584: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7585: main/compile.y, main/execute.C, classes/classes.C: - problems
7586: with properties in new classes implementation were fixed
7587:
7588: 2009-08-10 misha
7589:
7590: * src/main/execute.C: - now constructor shouldn't be defined in
7591: class. it could be defined in parent.
7592:
7593: 2009-08-09 misha
7594:
7595: * src/classes/reflection.C: - ^reflection:methods doesn't return
7596: base's methods
7597:
7598: 2009-08-08 misha
7599:
7600: * src/: classes/classes.h, classes/date.C, classes/file.C,
7601: classes/form.C, classes/hash.C, classes/hashfile.C,
7602: classes/image.C, classes/mail.C, classes/op.C,
7603: classes/reflection.C, classes/regex.C, classes/string.C,
7604: classes/table.C, classes/xdoc.C, classes/xnode.C,
7605: classes/xnode.h, include/pa_hash.h, main/execute.C,
7606: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7607: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7608: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7609: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7610: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7611: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7612: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7613: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7614: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7615: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7616: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7617: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7618: types/pa_vresponse.C, types/pa_vresponse.h,
7619: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7620: types/pa_vstateless_object.h, types/pa_vstatus.C,
7621: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7622: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7623: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7624: types/pa_wwrapper.h, types/types.vcproj: - new classes
7625: implementation
7626:
7627: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7628: USE_MUNMAP is used. so it is disabled as a workaround.
7629:
7630: 2009-08-05 misha
7631:
7632: * src/: main/pa_common.C, include/pa_common.h: - not needed
7633: parameter was removed
7634:
7635: * src/main/pa_http.C: - bugfix: error was during detecting
7636: content-type of file which was loaded by http
7637:
7638: 2009-08-01 misha
7639:
7640: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7641: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7642: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7643: can't be disabled with defines any longer
7644:
7645: 2009-07-29 misha
7646:
7647: * src/classes/reflection.C, tests/results/224.processed: - for
7648: native methods with any call type now returned empty call_type
7649: value
7650:
7651: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7652: classes/table.C, include/pa_hash.h, include/pa_request.h,
7653: main/pa_request.C: - break in cycles was optimized
7654:
7655: * INSTALL: - more defines were described
7656:
7657: 2009-07-28 misha
7658:
7659: * operators.txt: - some changes in information about reflection
7660: class
7661:
7662: * tests/: 224.html, 224.p: - tests for reflection class
7663:
7664: * src/classes/reflection.C: - some bugs were fixed, method classes
7665: was added, refactoring
7666:
7667: 2009-07-26 misha
7668:
7669: * src/classes/classes.vcproj: - reflection class wass added to
7670: project
7671:
7672: * operators.txt: - information about reflection class was added
7673:
7674: * src/classes/reflection.C: - class was redesigned
7675:
7676: 2009-07-24 misha
7677:
7678: * src/classes/: Makefile.am, reflection.C: - class reflection was
7679: added
7680:
7681: * src/types/pa_vstateless_class.h: - method for reflection method's
7682: in classes was added
7683:
7684: 2009-07-22 misha
7685:
7686: * src/main/compile_tools.h: - bugfix: $object.$var was
7687: over-optimized. it failed if $object1.$object2.field
7688:
7689: 2009-07-16 misha
7690:
7691: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7692: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7693: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7694: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7695: one more arg: length of cord
7696:
7697: 2009-07-15 misha
7698:
7699: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7700: tainted in ^file::load[http://...;$.cookies[]]
7701:
7702: * src/classes/: op.C, regex.C, string.C: - new string with
7703: exception was used
7704:
7705: * src/include/pa_exception.h: - new string with exception was added
7706:
7707: * tests/223.html: - test for checking cookie-encoding during
7708: ^file::load[http was added
7709:
7710: * tests/: 221.html, 222.html: - tests for checking type of
7711: $table.fields.field were added
7712:
7713: * src/types/pa_vtable.C: - not used var decl was removed
7714:
7715: * src/include/pa_string.h: - use cached string length in Body::mid.
7716: it improves speed of match with brackets in pattern
7717:
7718: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7719: outside
7720:
7721: 2009-07-14 misha
7722:
7723: * src/types/pa_vtable.C: - $table.fields.a return string even if
7724: column is empty (sometime returned void) - $table.fields was
7725: added for nameless tables
7726:
7727: * src/targets/cgi/getopt.c: - one warning resolved
7728:
7729: * src/main/pa_string.C: - potentian bug fixed
7730:
7731: * src/classes/op.C: - small optimization in taint/untaint
7732:
7733: 2009-07-13 misha
7734:
7735: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7736: added
7737:
7738: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7739: souldn't add the attribut to output
7740:
7741: 2009-07-11 misha
7742:
7743: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7744: stack size was increaced to 2MB (default=1MB)
7745:
7746: 2009-07-08 misha
7747:
7748: * src/main/pa_string.C: - link to UTF-8 description was added
7749:
7750: * src/include/pa_hash.h: - hash keeps element's order in more
7751: places (ex: ._keys[])
7752:
7753: * tests/220.html: - test for checking order of elements in hash in
7754: foreach was added
7755:
7756: * tests/172.html: - small changes in printing hash
7757:
7758: * tests/129.html: - small changes in printing hash
7759:
7760: * src/: include/pa_common.h, include/pa_hash.h,
7761: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7762: types/pa_vmethod_frame.h: - hash now keeps order of elements
7763:
7764: * tests/014.html: - small changes in printing hash
7765:
7766: 2009-07-07 misha
7767:
7768: * src/classes/op.C: - new taint language "parser-code" was added
7769:
7770: * tests/219.html: - test for auto untaint parser code in process
7771: was added
7772:
7773: * src/classes/op.C: - tainted pieces in body of process are
7774: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7775:
7776: * src/: include/pa_string.h, main/untaint.C: - new language
7777: L_PARSER_CODE for auto-untaint in process was added
7778:
7779: * src/: classes/file.C, classes/hash.C, classes/image.C,
7780: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7781: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7782: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7783: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7784: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7785: code cleanup
7786:
7787: 2009-07-06 misha
7788:
7789: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7790: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7791: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7792:
7793: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7794: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7795: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7796: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7797: should be used
7798:
7799: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7800: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7801: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7802: untaint_cstr[m] should be used
7803:
7804: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7805: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7806:
7807: * tests/218.html: - test for checking automatic file-spec-taint was
7808: added
7809:
7810: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7811: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7812: classes/file.C, classes/hash.C, classes/image.C,
7813: classes/string.C, classes/table.C, classes/void.C,
7814: classes/xdoc.C: - optimizations and simplification of
7815: string.cstr(...)
7816:
7817: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7818: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7819: - optimizations and simplification of string.cstr(...)
7820:
7821: 2009-07-04 misha
7822:
7823: * tests/217.html: - test for recursion detection was added
7824:
7825: * src/: types/types.vcproj, main/main.vcproj,
7826: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7827: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7828: from .vcproj
7829:
7830: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7831:
7832: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7833: uploading files and case-insensitive http-method were added
7834:
7835: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7836: tainted pattern in ^file:list[] was added
7837:
7838: 2009-07-03 misha
7839:
7840: * src/: classes/classes.vcproj, main/main.vcproj,
7841: types/types.vcproj, targets/cgi/parser3.vcproj,
7842: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7843: for dynamic_cast) - little options changes
7844:
7845: * src/main/pa_http.C: - file::load[http works now with uploading
7846: files _and_ changing $.charset
7847:
7848: 2009-06-29 misha
7849:
7850: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7851: while creating pattern
7852:
7853: 2009-06-25 misha
7854:
7855: * src/classes/image.C, operators.txt: - options' names for
7856: ^image.font were changed to $.space, $.width and $spacing -
7857: default space width now == gif's width
7858:
7859: 2009-06-24 misha
7860:
7861: * tests/215.html: - tests for $file.mode were added
7862:
7863: * operators.txt: - added info about $file.mode and changes in
7864: ^image.font[
7865:
7866: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7867: param now could be omited - third param now could be hash (with
7868: all widths options: $.space-width, $.letter-width) - it's
7869: possible to specify tracking ($.letter-space)
7870:
7871: * src/classes/file.C: - file objects now could have mode field
7872: (text|binary)
7873:
7874: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7875:
7876: 2009-06-23 misha
7877:
7878: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7879: trim can work with utf-8 chars now
7880:
7881: 2009-06-20 misha
7882:
7883: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7884: was implemented
7885:
7886: * src/classes/table.C: - string length cacheing was implemented
7887:
7888: * src/include/pa_string.h: - string length cacheing was implemented
7889:
7890: 2009-06-17 misha
7891:
7892: * src/main/execute.C: - value param was removed from
7893: WContext::WContext
7894:
7895: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7896: pa_wwrapper.h: - value param was removed from WContext::WContext
7897: - field wcontext was removed from VCodeFrame (using fparent
7898: instead)
7899:
7900: * tests/214.html: - test with hash copying
7901:
7902: 2009-06-16 misha
7903:
7904: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7905: strings doesn't work in expression anymore
7906:
7907: * src/main/execute.C: - less calls for get_constructing() - little
7908: refactoring
7909:
7910: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7911: include/pa_request.h: - less calls for get_constructing()
7912:
7913: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7914: introduced with OPTIMIZE_SINGLE_STRING optimization
7915:
7916: 2009-06-14 misha
7917:
7918: * src/: classes/date.C, classes/file.C, classes/hash.C,
7919: classes/hashfile.C, classes/image.C, classes/regex.C,
7920: classes/table.C, classes/xdoc.C, classes/xnode.h,
7921: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7922: types/pa_vstateless_class.h, main/execute.C: - create object for
7923: storing object's fields only for parser objects
7924:
7925: 2009-06-13 misha
7926:
7927: * buildall-with-xml, buildall-without-xml: - new option was added
7928: for building GC (it slightly reduces memory usage)
7929:
7930: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7931: single string write
7932:
7933: * src/main/execute.C: - bytecode optimization of ^class:constructor
7934: - optimization of single string write
7935:
7936: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7937: - bytecode optimization of ^class:constructor
7938:
7939: 2009-06-09 misha
7940:
7941: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7942: main (better compatibility)
7943:
7944: 2009-06-08 misha
7945:
7946: * src/main/compile.y: - I've forgot to commit it :(
7947:
7948: 2009-06-07 misha
7949:
7950: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7951: WITH_READ and WITH_ROOT
7952:
7953: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7954: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7955: WITH_ROOT - little refactoring
7956:
7957: 2009-06-06 misha
7958:
7959: * tests/213.html: - tests for 3rd match string-param were added
7960:
7961: * src/classes/string.C: - 3rd match param could be string now
7962:
7963: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7964: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7965: GET_OBJECT_ELEMENT
7966:
7967: 2009-06-05 misha
7968:
7969: * src/main/pa_http.C: - bugfix: content-length was not calculated
7970: if $.body was specified
7971:
7972: 2009-06-04 misha
7973:
7974: * src/classes/op.C: - optimizing write_assign_lang in connect
7975:
7976: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7977:
7978: * src/main/execute.C: - little refactoring - optimizing
7979: write_assign_lang in taint/untaint
7980:
7981: * src/include/pa_opcode.h: - little refactoring
7982:
7983: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7984: main/compile_tools.h, main/execute.C: - optimizations for
7985: $self.field, ^self.method, $self.field[...] and $self.field(...)
7986: were added
7987:
7988: 2009-06-03 misha
7989:
7990: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7991:
7992: 2009-06-02 misha
7993:
7994: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7995: include/pa_opcode.h: - refactoring in last optimizations
7996: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7997: now but code is much easy and it is ready for further
7998: improvements.
7999:
8000: 2009-05-27 misha
8001:
8002: * src/: types/pa_junction.h, types/pa_vjunction.C,
8003: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8004: changed in destructing junctions
8005:
8006: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8007: String:Body
8008:
8009: 2009-05-26 misha
8010:
8011: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8012: one method detect_charset was deleted - bug was fixed in this
8013: method (error while detecting charset in content_type withot last
8014: ';')
8015:
8016: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8017: once
8018:
8019: 2009-05-25 misha
8020:
8021: * src/classes/file.C: - bugfix: file::exec didn't work after
8022: optimizing of helper_length
8023:
8024: 2009-05-24 misha
8025:
8026: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8027: were added - little refactoring
8028:
8029: * src/main/execute.C: - core while printing in debug log
8030: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8031: optimisations were added
8032:
8033: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8034: were added
8035:
8036: 2009-05-23 misha
8037:
8038: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8039: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8040: CORD_cat optimization
8041:
8042: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8043: - call constr optimisation under separate define now
8044:
8045: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8046: in $b should be string, not void
8047:
8048: * src/main/compile.y: - little fix for rem-cut optimisation
8049:
8050: * src/: include/pa_opcode.h, main/compile_tools.C,
8051: main/compile_tools.h, main/execute.C: - optimisations for
8052: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8053:
8054: * INSTALL: - description of some #defined were added
8055:
8056: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8057: before 1st access (memory usage is reduced if don't access to
8058: .text field)
8059:
8060: * src/include/pa_array.h: - array grows step now not static (it
8061: reduces numbers of reallocs)
8062:
8063: 2009-05-20 misha
8064:
8065: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8066: $.b(2), $c[d] and $.e[f] was added
8067:
8068: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8069: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8070: $.e[f] was added
8071:
8072: * src/main/execute.C: - debug printing moved in defines
8073:
8074: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8075: and little refactoring for OP_GET_OBJECT_ELEMENT +
8076: OP_GET_OBJECT_VAR_ELEMENT optimisation
8077:
8078: 2009-05-19 misha
8079:
8080: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8081: execute.C: - $a.$b & ^a.$b bytecode optimisation
8082:
8083: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8084: ^a.$b optimisation)
8085:
8086: * src/main/compile.y: - compiler now generate new opcodes:
8087: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8088: ^a.b - compiler now cut off ^rem{ with all content ; any number
8089: of params }
8090:
8091: * src/main/execute.C: - code for handle new opcodes
8092: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8093:
8094: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8095: added for LA2V and LA2S
8096:
8097: * src/include/pa_opcode.h: - new defines which can be used for
8098: disable some bytecode optimisation and new opcodes were added
8099:
8100: 2009-05-17 misha
8101:
8102: * src/lib/cord/cordxtra.c: - bugfix.
8103:
8104: * tests/212.html: - .size[] and .study_size[] were added to tests
8105:
8106: * operators.txt: - info about regex class was added
8107:
8108: * tests/212.html: - tests for regex class were added
8109:
8110: 2009-05-16 misha
8111:
8112: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8113: gc7.1
8114:
8115: * tests/022.html: - test for ^file:list[path;] (empty second param)
8116: was added
8117:
8118: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8119: param) should work
8120:
8121: 2009-05-15 misha
8122:
8123: * src/classes/table.C: - automatically disable stringstream usage
8124: on freebsd4
8125:
8126: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8127: scope
8128:
8129: * tests/211.html: - test with different types of access to hash was
8130: added
8131:
8132: * tests/210.html: - test which checks for loosing tainting in
8133: hash's keys was added
8134:
8135: * tests/208.html: - some parser work added. or stime == 0 %-)
8136:
8137: * src/lib/cord/cordbscs.c: - little hack was added to cord
8138:
8139: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8140:
8141: * src/include/pa_version.h, configure.in: - moko have made a lot of
8142: optimisations for increacing version number more dramatically :)
8143:
8144: * src/classes/date.C: - little refactoring: use constructor which
8145: accepts formated string
8146:
8147: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8148: which can print formatted string was added
8149:
8150: 2009-05-14 misha
8151:
8152: * src/include/pa_string.h: - type was fixed
8153:
8154: * src/: classes/hashfile.C, classes/op.C,
8155: include/pa_cache_managers.h, include/pa_charset.h,
8156: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8157: include/pa_request.h, include/pa_sql_driver_manager.h,
8158: include/pa_string.h, include/pa_stylesheet_manager.h,
8159: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8160: main/pa_charsets.C, main/pa_string.C,
8161: main/pa_stylesheet_connection.C, types/pa_value.h,
8162: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8163: types/pa_vobject.C, types/pa_vstateless_class.C,
8164: types/pa_vstateless_class.h: - hash_code caching was implemented
8165: (seaches should be faster now)
8166:
8167: * src/: classes/file.C, classes/hash.C, classes/image.C,
8168: classes/string.C, classes/table.C, include/pa_string.h,
8169: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8170: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8171: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8172: types/pa_vrequest.C: - String constructors don't have that stupid
8173: true/false param which means 'tainted'. they accept lang instead.
8174:
8175: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8176: with OPTIMIZE_RESULT
8177:
8178: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8179: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8180:
8181: 2009-05-13 misha
8182:
8183: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8184: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8185: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8186: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8187: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8188: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8189: include/pa_string.h, classes/date.C, classes/file.C,
8190: classes/hash.C, classes/image.C, classes/string.C,
8191: classes/table.C, classes/xdoc.C: - result optimisation -
8192: helper_length parameter removed from string constructors
8193:
8194: 2009-05-11 misha
8195:
8196: * tests/209.html: - tests for ^hash::create[hash] were added
8197:
8198: * tests/208.html: - tests for $status:rusage, $status:memory,
8199: ^memory:compact[] were added
8200:
8201: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8202: log10 were added
8203:
8204: * tests/206.html: - test for try with finally was added
8205:
8206: 2009-05-10 misha
8207:
8208: * tests/205.html: - test for ^file::create[...] was added
8209:
8210: * tests/204.html: - test for ^response:clear[] was added
8211:
8212: * tests/038.html: - tests for trigonometric functions were added
8213:
8214: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8215: added - more tests for .add, .sub, .union, .intersects and
8216: .intersections
8217:
8218: * tests/065.html: - test for ^file:dirname was added
8219:
8220: * tests/030.html: - test for $cookie:fields was added
8221:
8222: * tests/203.html: - test for ^h._keys[column name] was added
8223:
8224: * tests/201.html: - tests for .trim were added
8225:
8226: * tests/202.html: - tests for last-day,
8227: date:calendar[type](YYYY;MM;DD) were added
8228:
8229: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8230: .offset[type](N) were added
8231:
8232: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8233: and .pos[c](N) were added
8234:
8235: * tests/141.html: - test for math:sha1 was added
8236:
8237: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8238:
8239: 2009-05-09 misha
8240:
8241: * src/main/compile.y: - rollback
8242:
8243: 2009-05-05 misha
8244:
8245: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8246: replaced by is_empty()
8247:
8248: * src/: include/pa_string.h, main/pa_charset.C: - little
8249: optimisation: somewhere length() was replaced by is_empty()
8250:
8251: * src/classes/table.C: - little optimisation: somewhere length()
8252: was replaced by is_empty()
8253:
8254: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8255: classes/op.C, classes/table.C, main/pa_exception.C: - little
8256: optimisation: somewhere length() was replaced by is_empty()
8257:
8258: 2009-05-04 misha
8259:
8260: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8261: types/pa_vstateless_class.h, main/execute.C,
8262: include/pa_request.h, classes/hash.C, classes/op.C,
8263: classes/table.C: - more optimisations were added: some operators
8264: don't switch write context anylonger
8265:
8266: 2009-05-01 misha
8267:
8268: * src/main/compile.y: - slightly more opcode optimisations for
8269: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8270:
8271: * src/main/execute.C: - simplifying process for getters
8272:
8273: 2009-04-30 misha
8274:
8275: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8276:
8277: * tests/results/199.processed: - test for checking $result into
8278: ^rem was added
8279:
8280: * tests/199.html: - test for checking $result into ^rem was added
8281:
8282: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8283: some OS it returns list in different order)
8284:
8285: * src/: include/pa_array.h, include/pa_request.h,
8286: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8287: changes in stack impl - get_element() optimisation: 3rd param
8288: removed - bugfix: problems with reading empty input param -
8289: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8290:
8291: * tests/results/198.processed: - test for reading empty local var
8292: was added
8293:
8294: * tests/198.html: - test for reading empty local var was added
8295:
8296: 2009-04-29 misha
8297:
8298: * src/main/compile.y: - bugfix: couldn't compile because
8299: OP_VALUE__GET_ELEMENT should be unde #ifdef
8300:
8301: * src/: include/pa_array.h, include/pa_opcode.h,
8302: include/pa_request.h, main/compile.y, main/execute.C,
8303: main/pa_request.C, types/pa_vmethod_frame.C,
8304: types/pa_vmethod_frame.h: - we can work without opcode
8305: OP_STORE_PARAM, so it was removed
8306:
8307: 2009-04-28 misha
8308:
8309: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8310: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8311: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8312: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8313: 4.
8314: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8315:
8316: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8317:
8318: * src/: main/pa_string.C, classes/string.C: - !length() =>
8319: is_empty()
8320:
8321: 2009-04-27 misha
8322:
8323: * src/types/pa_vregex.h: - back explicit vars initialisation
8324:
8325: 2009-04-24 misha
8326:
8327: * src/classes/string.C: - ups. typo fixed
8328:
8329: * src/main/execute.C: - more replacements '*new VBool' to
8330: 'VBool::get' - checks for ^break[], ^continue[] and
8331: parser.interrupted were optimised
8332:
8333: * src/classes/string.C: - number of params.count() calls was
8334: slightly reduced
8335:
8336: 2009-04-23 misha
8337:
8338: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8339: make it x64 friendly
8340:
8341: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8342: parser is x64 friendly now
8343:
8344: 2009-04-22 misha
8345:
8346: * src/types/pa_vhashfile.C: - coder friendly exception about
8347: exceeding record size was added
8348:
8349: * src/classes/file.C: - use vregex object instead of direct calls
8350: methods from pcre lib
8351:
8352: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8353: classes/string.C: - use vregex object instead of direct calls
8354: methods from pcre lib
8355:
8356: * src/: include/pa_common.h, main/pa_common.C: - method
8357: print_pcre_exec_error_text was moved to class vregex
8358:
8359: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8360: was added
8361:
8362: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8363: - class vregex was added
8364:
8365: 2009-04-21 misha
8366:
8367: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8368:
8369: * src/: types/pa_junction.h, types/pa_value.C,
8370: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8371: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8372: junction-optimisation (destructors)
8373:
8374: * src/include/pa_array.h: - free under if now
8375:
8376: 2009-04-19 misha
8377:
8378: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8379:
8380: 2009-04-18 misha
8381:
8382: * src/include/pa_version.h:
8383: :q :
8384:
8385: CV:
8386: ----------------------------------------------------------------------
8387:
8388: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8389: refactoring
8390:
8391: * src/: include/pa_array.h, include/pa_hash.h,
8392: types/pa_vmethod_frame.h: - destructors under #ifdef now
8393:
8394: * src/include/pa_memory.h: - define for using destructors was added
8395:
8396: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8397: main/execute.C: - some junctions will be cached now
8398:
8399: * src/include/pa_hash.h: - hash destructor frees pairs now
8400:
8401: * src/include/pa_array.h: - inline was added to destructor
8402:
8403: * src/types/pa_method.h: - comment was changed
8404:
8405: 2009-04-17 misha
8406:
8407: * src/: include/pa_array.h, include/pa_hash.h,
8408: types/pa_vmethod_frame.h: - destructors were added
8409:
8410: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8411: renamed to always_use_result
8412:
8413: * src/main/: compile.y, compile_tools.h: - rollback changes in
8414: compiler: full backward compatibility is better
8415:
8416: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8417: result in var's hash
8418:
8419: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8420: optimisation in method_frame
8421:
8422: * src/include/pa_array.h: - optimisation in array (allocate
8423: elements only when needed)
8424:
8425: * src/types/pa_vresponse.C: - check for $response:headers field
8426: before looking at custom fields
8427:
8428: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8429: not needed to check existance var with name 'result' in var's
8430: hash
8431:
8432: * src/main/compile.y: - compiler was changed: now it detects
8433: writings to $result and set flag writo_to_result in method
8434:
8435: * src/classes/string.C: - little optimisation: no needed to write
8436: number with lang
8437:
8438: * src/main/pa_charset.C: - methods readChar and skipChar which is
8439: used for read utf8-strings were renamed - is_escaped was renamed
8440: to isEscaped (to the same name convention)
8441:
8442: * src/: types/pa_method.h, main/compile_tools.h: - flag
8443: write_to_result added. compiler get this info from code.
8444:
8445: 2009-04-16 misha
8446:
8447: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8448: String only before 1st write
8449:
8450: * src/include/pa_string.h: - not needed template removed
8451:
8452: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8453: types/pa_vjunction.C, types/pa_vproperty.C,
8454: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8455: main/pa_request.C, classes/bool.C, classes/double.C,
8456: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8457: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8458: bool objects)
8459:
8460: 2009-04-15 misha
8461:
8462: * src/lib/cord/cordxtra.c: - more optimisation
8463:
8464: * src/: include/pa_string.h, main/untaint.C: - String::append
8465: optimisation
8466:
8467: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8468: then get and can sometime be used)
8469:
8470: * src/main/pa_string.C: - String::length optimisation
8471:
8472: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8473: these methods read different strings
8474:
8475: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8476: fresult_initial_void removed + some optimisation - if $result
8477: defined we don't write to context anymore
8478:
8479: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8480: need just skip char)
8481:
8482: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8483: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8484: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8485:
8486: * src/types/pa_vvoid.h: - added get() method for retreave one
8487: instance
8488:
8489: 2009-04-11 misha
8490:
8491: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8492:
8493: * tests/197.html: - test for parser://test in xml was added
8494:
8495: * src/classes/string.C: - small optimisation
8496:
8497: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8498: optimisation
8499:
8500: 2009-04-10 misha
8501:
8502: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8503: to pcre-7.8
8504:
8505: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8506:
8507: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8508: added
8509:
8510: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8511: $request:CLASS_NAME were added
8512:
8513: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8514: were added
8515:
8516: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8517: $env:CLASS_NAME were added
8518:
8519: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8520: '@todo' now
8521:
8522: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8523: compirer
8524:
8525: * src/main/pa_string.C: - little code cleanup
8526:
8527: * src/main/pa_common.C: - describe one more UTF-8 related error
8528: during PCRE compile/execute
8529:
8530: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8531: normalizing todo-comments: '@todo' now
8532:
8533: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8534:
8535: * src/main/pa_charset.C: - type changed for making compiler happy
8536:
8537: 2009-03-10 misha
8538:
8539: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8540: in main()
8541:
8542: 2009-02-01 misha
8543:
8544: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8545: boundary
8546:
8547: 2009-01-25 misha
8548:
8549: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8550:
8551: * src/classes/file.C: - more changes for parsing different number
8552: of params for file::load
8553:
8554: * tests/193.html: - tests for exception while base64-decode binary
8555: to string was added
8556:
8557: * tests/192.html: - tests for file::load with different number of
8558: options
8559:
8560: * src/classes/math.C: - ups. forgot '+1'
8561:
8562: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8563: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8564: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8565: (new option $.encode[multipart-form/data] should be specified) -
8566: $.method[] option for file::load now is not case-sensitive
8567:
8568: * src/: include/pa_string.h, main/untaint.C: - for file post the
8569: new taint language L_FILE_POST was added
8570:
8571: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8572: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8573: stuff was moved to separate files
8574:
8575: 2009-01-23 misha
8576:
8577: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8578: spaces to tabs were converted
8579:
8580: 2009-01-12 misha
8581:
8582: * src/main/pa_http.C: - value of $.method[] option force uppercased
8583: now
8584:
8585: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8586: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8587: their names
8588:
8589: * src/main/pa_common.C: - changes in formating
8590:
8591: * src/: classes/file.C, main/pa_http.C: - some constants changed
8592: their names
8593:
8594: * src/include/pa_http.h: - some spaces were converted to tabs
8595:
8596: * src/include/pa_common.h: - some constants changed their names
8597:
8598: * src/classes/file.C: - fixed 4-th paramether for file::load -
8599: little code rewriting
8600:
8601: * src/types/pa_vfile.C: - little code rewriting
8602:
8603: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8604: types/pa_value.h: - some formating changes
8605:
8606: * src/include/pa_common.h: - some formating spaces transformed to
8607: tabs
8608:
8609: * src/classes/string.C: - exception while base64-decode binary to a
8610: string
8611:
8612: 2009-01-11 misha
8613:
8614: * configure.in: - version changed to 3.3.1b
8615:
8616: 2008-09-05 misha
8617:
8618: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8619: release_3_3_0 on 2008-09-05 10:59:35 +0000
8620:
8621: 2008-09-04 misha
8622:
8623: * tests/: 130.html, 131.html: - these exceptions not typeless
8624: anymore
8625:
8626: * src/classes/op.C: - exception with 'invalid taint language' not
8627: typeless anylonger
8628:
8629: * src/classes/image.C: - some exceptions while operations with
8630: image not typeless anymore
8631:
8632: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8633: main/pa_exec.C, main/pa_http.C: - some exceptions while
8634: operations with files not typeless anymore
8635:
8636: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8637: types/pa_vdate.h: - exceptions while checking date range not
8638: typeless anymore
8639:
8640: * src/include/pa_exception.h: - exception type string for invalid
8641: date range was added
8642:
8643: 2008-09-03 misha
8644:
8645: * src/: classes/file.C, main/pa_string.C: - exception while pce
8646: operations not typeless anymore
8647:
8648: * src/include/pa_exception.h: - exception type for pce operations
8649: was added
8650:
8651: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8652: and .CLASS_NAME insite classes
8653:
8654: * src/classes/table.C: - don't save table header whiile
8655: ^table.save[append;filename] if file exists
8656:
8657: 2008-09-02 misha
8658:
8659: * src/main/compile.y, src/main/compile_tools.h,
8660: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8661: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8662: renamed to partial and it login changed: we must mark class as
8663: partial for allow their modifications in future.
8664:
8665: 2008-08-29 misha
8666:
8667: * tests/results/022.processed: - testing taint[regex] in mask for
8668: file:list
8669:
8670: * tests/022.html: - testing taint[regex] in mask for file:list
8671:
8672: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8673: for file:list was added
8674:
8675: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8676: file:list
8677:
8678: 2008-08-26 misha
8679:
8680: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8681: last derived object
8682:
8683: * src/classes/image.C: - many strings "image.format" replaced by
8684: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8685: understand some more exif tags
8686:
8687: * src/include/pa_exception.h: - string "image.format" was added
8688:
8689: 2008-08-21 misha
8690:
8691: * src/: main/pa_string.C, classes/file.C: - use method for print
8692: pcre_exec text error
8693:
8694: * src/main/pa_common.C: - method for print pcre_exec text error was
8695: added
8696:
8697: * src/include/pa_common.h: - method declaration for print pcre_exec
8698: text error was added
8699:
8700: 2008-08-19 misha
8701:
8702: * src/main/execute.C: - bugfix: opcodes must be in separate
8703: namespace while debug execution as well
8704:
8705: * tests/: 015.html, results/015.processed: - test for escaping some
8706: parser chars was added
8707:
8708: 2008-08-18 misha
8709:
8710: * tests/: 190.html, 190.p, results/190.processed: - test for
8711: $caller.self.field + default getter in one class was added
8712:
8713: * tests/: 189.html, results/189.processed: - test for
8714: ^date::create[date object]
8715:
8716: * tests/: 188.html, results/188.processed: - tests for match with
8717: UTF-8 strings
8718:
8719: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8720: ^string.match[]
8721:
8722: * ChangeLog: - parser 3.3.0 beta13
8723:
8724: 2008-08-15 misha
8725:
1.116 moko 8726: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8727: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8728: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8729: dftables.c: - old PCRE files removed
1.95 moko 8730:
8731: * src/lib/pcre/config.h: - configuration for PCRE library
8732:
8733: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8734: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8735:
8736: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8737: library and set flag UTF8 if $request:charset is UTF-8
8738:
8739: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8740: include/pa_config_fixed.h: - moved to new PCRE library
8741:
8742: * src/: main/main.vcproj, types/types.vcproj,
8743: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8744: win32\pcre instead of parser3\src\lib\pcre
8745:
8746: * src/: include/pa_opcode.h, include/pa_operation.h,
8747: main/compile.C, main/compile.y, main/compile_tools.C,
8748: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8749: opcodes were moved to separate namespace
8750:
8751: 2008-08-14 misha
8752:
8753: * src/types/pa_vstateless_class.C: - newline at the end missed
8754:
8755: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8756: tainting
8757:
8758: 2008-08-11 misha
8759:
8760: * tests/: 187.html, 187.p, results/187.processed: - tests for
8761: $caller.self, $caller.self.field and $caller.self.field[value]
8762: were added
8763:
8764: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8765: runtime as well (for $caller.self)
8766:
8767: 2008-07-25 misha
8768:
8769: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8770: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8771: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8772: tests with international characters
8773:
8774: 2008-07-23 misha
8775:
8776: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8777: file::load[...;http://
8778:
8779: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8780: now everywhere in separate namespace
8781:
8782: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8783: for vars
8784:
8785: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8786: can be escaped by '^'
8787:
8788: 2008-07-22 misha
8789:
8790: * src/classes/string.C, tests/186.html: - names changes:
8791: escape=>js-escape, unescape=>js-unescape
8792:
8793: 2008-07-21 misha
8794:
8795: * tests/results/186.processed: - test for string escape/unescape
8796:
8797: * tests/186.html: - test for string escape/unescape
8798:
8799: * src/classes/string.C: - string has escape and unescape methods
8800: now
8801:
8802: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8803: added
8804:
8805: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8806: method-layers added (with different params)
8807:
8808: 2008-07-18 misha
8809:
8810: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8811: was added
8812:
8813: * tests/185.html: - test for ^str.pos[sub](offset) added
8814:
8815: * src/classes/string.C, src/classes/void.C, operators.txt: -
8816: ^string.pos[substr](offset) -- 2nd param accepted now
8817:
8818: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8819: strings
8820:
8821: 2008-07-17 misha
8822:
8823: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8824: helper length added for mid for small optimisation
8825:
8826: 2008-07-16 misha
8827:
8828: * tests/: 185.html, results/185.processed: - tests for
8829: length/left/right/mid/pos with utf-8 strings
8830:
8831: * src/classes/string.C: - left/right/mid/length/pos works fine for
8832: utf-8 strings
8833:
8834: * src/main/untaint.C: - comments removed
8835:
8836: * src/: include/pa_string.h, main/pa_string.C,
8837: include/pa_charset.h, main/pa_charset.C: - methods for working
8838: with pos/mid for strings in utf-8 were added
8839:
8840: 2008-07-15 misha
8841:
8842: * tests/: 184.html, results/184.processed: - test for case body as
8843: expression: $var(^switch(1){^case(1)(true)..})
8844:
8845: * src/classes/op.C: - case body can be expression now:
8846: $var(^switch(1){^case(1)(true)..})
8847:
8848: * tests/: results/183.processed, 183.html: - added test for testing
8849: new cookie encoding (%uXXXX)
8850:
8851: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8852: decoding for backward compatibility they decoded from %XX in
8853: request:charset too
8854:
8855: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8856: - cookie class now decode cookies before first access after last
8857: request:charset changing (as form class).
8858:
8859: * src/main/pa_charset.C: - added method escape for escaping cookies
8860: as %uXXXX - before transcode calculate required space for dest
8861: string. it reduce mem usage for transcode
8862:
8863: * src/include/pa_charset.h: - added method escape for escaping
8864: cookies as %uXXXX
8865:
8866: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8867: was added. will used for escaping cookies as %uXXXX
8868:
8869: * src/include/pa_common.h: - escape method has new option for skip
8870: converting '+' to a space char
8871:
8872: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8873: transcode - escape method has new option for skip converting '+'
8874: to a space char
8875:
8876: 2008-07-08 misha
8877:
8878: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8879: (no UE if more then 1 case matches anylonger) - optimization:
8880: doing searching.as_string() || searching.as_double() only once
8881:
8882: 2008-07-04 misha
8883:
8884: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8885: now ^date::create[date object] works
8886:
8887: * src/classes/string.C: - left and right added as aliases for start
8888: and end in ^string.trim[]
8889:
8890: 2008-07-03 misha
8891:
8892: * src/classes/file.C: - allow $.limit for file::sql as well
8893:
8894: * src/classes/file.C: - allow $.offset option for file::sql - force
8895: send limit=1 to query for use sql specifics authomatically
8896:
8897: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8898: if $.limit value if empty. autoconvert it as everywere
8899:
8900: 2008-07-02 misha
8901:
8902: * configure.in: - time to change version number to 3.3.0 %-)
8903:
8904: * src/include/pa_version.h: - time to change version number to
8905: 3.3.0 %-)
8906:
8907: 2008-06-26 misha
8908:
8909: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8910: $.limit(0) fixes
8911:
8912: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8913: - $.limit(0) fixes
8914:
8915: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8916: new API)
8917:
8918: * src/: include/pa_sql_driver_manager.h,
8919: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8920: classes/op.C: - document_root added
8921:
8922: * src/main/compile.tab.C: - error message was changed
8923:
8924: 2008-06-25 misha
8925:
8926: * src/main/compile.y: - error message was changed
8927:
8928: 2008-06-24 misha
8929:
8930: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8931:
8932: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8933: tests for @OPTIONS\nappend
8934:
8935: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8936:
8937: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8938:
8939: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8940:
8941: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8942: compile.y
8943:
8944: 2008-06-17 misha
8945:
8946: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8947: compilation: ^if(default){true. it's incorrect. must be
8948: exception}
8949:
8950: 2008-06-16 misha
8951:
8952: * tests/: 181.ent, 181.html, results/181.processed: - test for
8953: checking external reference loading with 'http://localhost'
8954: prefix while creating xdoc
8955:
8956: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8957: ^math:long2ip[] and ^math:ip2long[]
8958:
8959: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8960: added which use scalar stateless class method when user object
8961: used in scalar context - use get_scalar_value when user object
8962: requested in scalar context
8963:
8964: * src/main/pa_common.C: - size must be int but not size_t or we
8965: can't compare with 0 sprintf result
8966:
8967: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8968: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8969: with internal switch between local/global vars
8970:
8971: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8972: specified
8973:
8974: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8975: pa_vstateless_object.h: - stateless class and object now has
8976: private scalar field and getter/setter for working with it
8977:
8978: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8979: moved to inet static class
8980:
8981: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8982: class added (^inet:aton[IP], ^inet:ntoa(number))
8983:
8984: * tests/: 180.html, results/180.processed: - tests for
8985: ^math:long2ip(long) and ^math:ip2long[IP]
8986:
8987: * src/classes/math.C: - ^math:ip2long[IP] added
8988:
8989: 2008-06-11 misha
8990:
8991: * src/main/pa_xml_io.C: - use file_read_text again because of we
8992: need cut BOM code and remove DOS newline chars. but don't
8993: transcode it anyway.
8994:
8995: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8996: main/pa_http.C: - option for disable transcoding while file_read
8997: and file_read_text added
8998:
8999: 2008-06-10 misha
9000:
9001: * tests/: 179.html, 179.p, results/179.processed: - test for many
9002: classes in 1 file
9003:
9004: * src/main/: compile.C, compile_tools.h: - compile return list of
9005: classes now.
9006:
9007: * src/main/: compile.y, compile.tab.C: - compile return list of
9008: classes now. internals.
9009:
9010: * src/main/pa_request.C: - compile return list of classes now. try
9011: call @conf and @auto for each returned class
9012:
9013: * src/include/pa_request.h: - compile return list of classes now
9014:
9015: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9016: return list of classes when compile buf)
9017:
9018: 2008-06-07 misha
9019:
9020: * src/main/pa_request.C: - constructing VRequest object with 3rd
9021: param -- form
9022:
9023: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9024: 3rd param: form. needed for get post_charset
9025:
9026: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9027: added
9028:
9029: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9030: types/pa_vform.C, types/pa_vform.h: - some polish
9031:
9032: 2008-06-06 misha
9033:
9034: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9035: charset and decode chars from it but not from response:charset
9036:
9037: * src/main/pa_http.C: - detect_charset moved out of here
9038:
9039: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9040: methods moved here - unescape_chars accepn one charset now
9041:
9042: * src/main/pa_http.C: - new constants used - don't allow
9043: $.content-type in ^file::load[;http://;$.method[POST]] - add
9044: charset info while ^file::load[;http://;$.method[POST]] - option
9045: $.omit-post-charset(true) added to ^file::load[;http://] for
9046: disabling charset during post
9047:
9048: * src/types/pa_vform.C: - new constants used
9049:
9050: * src/include/pa_common.h: - some constants were added
9051:
9052: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9053: instead of StrEqNc
9054:
9055: * src/main/pa_common.C: - new method for caseless search
9056: c-substring in c-string - use isxdigit instead of is_hex_digit
9057:
9058: * src/include/pa_common.h: - new method for caseless search
9059: c-substring in c-string
9060:
9061: 2008-06-05 misha
9062:
9063: * tests/results/178.processed: - test for testing default getter
9064:
9065: * tests/178.html: - test for testing default getter
9066:
9067: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9068: for test for testing default getter
9069:
9070: * src/main/execute.C: - default getter soul
9071:
9072: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9073: requested objects' field not found
9074:
9075: * src/types/pa_vclass.C: - register default getter if defined - get
9076: default getter if requested field not found
9077:
9078: * src/types/pa_vstateless_object.h: - method get_default_getter was
9079: added
9080:
9081: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9082: pointer to default getter and methods for get/set it were added
9083:
9084: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9085: auto_name field (for default getter)
9086:
9087: 2008-06-04 misha
9088:
9089: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9090: transcoding, no cutting BOM code, no fixing line breaks) and get
9091: it to libxml "as is"
9092:
9093: 2008-06-03 misha
9094:
9095: * src/main/pa_common.C: - use store_Char instead of
9096: transcodeCharFromUTF8
9097:
9098: * src/: include/pa_charset.h, main/pa_charset.C: - method
9099: store_Char added, transcodeCharFromUTF8 -- removed
9100:
9101: 2008-06-02 misha
9102:
9103: * tests/: results/177.processed, 177.html: - test for checking
9104: .[acm]date after local ^file::load[] was added
9105:
9106: * tests/: results/176.processed, 176.html: - test for checking
9107: @OPTION\locals + @method[vars][locals] added
9108:
9109: * tests/results/auto.p: - CLASS_PATH specified for checking use
9110:
9111: 2008-05-30 misha
9112:
9113: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9114: @OPTION\nlocals + @method[vars][;locals;] were added
9115:
9116: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9117: moved to separate method op_code - switch from VMethodFrame to
9118: VMethodFrameGlobal + VMethodFrameLocal
9119:
9120: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9121: was moved to separate method op_code
9122:
9123: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9124: VMethodFrame now
9125:
9126: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9127: all_vars_local as well
9128:
9129: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9130: pa_vmethod_frame_local.h, Makefile.am: - who children for
9131: VMethodFrame were added: one (global) works as VMethodFrame
9132: before and second (local) write all vars in self vars scope
9133:
9134: * src/types/pa_method.h: - method has bool flag all_vars_local now
9135:
9136: 2008-05-29 misha
9137:
9138: * tests/: 129.html, results/129.processed: - more tests for
9139: ^table.hash[]
9140:
9141: * src/classes/hash.C: - ^hash::sql has a new option:
9142: $.type[hash|string|table] as ^table.hash[] one.
9143:
9144: * src/classes/op.C: - ^try has 3rd param now: finally code which
9145: executed anyway after try or catch section
9146:
9147: 2008-05-27 misha
9148:
9149: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9150: must not fail if $.distinct(1) wasn't specified
9151:
9152: 2008-05-26 misha
9153:
9154: * src/classes/op.C: - allow ^throw[my type]
9155:
9156: 2008-05-22 misha
9157:
9158: * configure.in, configure: - version number updated to 3.2.4b
9159:
9160: * src/classes/: op.C, string.C: - trim format string before
9161: eval/format
9162:
9163: * tests/: results/175.processed, 175.html: - more tests for
9164: different format strings in .format[]
9165:
9166: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9167: as well (not only %XX)
9168:
9169: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9170: charset specified - checks for format before print number
9171: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9172: (instead of tabs) removed
9173:
9174: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9175: charset specified
9176:
9177: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9178: char in requested charset from utf code was added
9179:
9180: 2008-05-19 misha
9181:
9182: * tests/: 174.html, results/174.processed: - test for
9183: ^hashfile.cleanup[] added
9184:
9185: * src/classes/hashfile.C: - optimization: don't create any key or
9186: value variable if it's name weren't specified
9187: (^hf.foreach[;v]{...})
9188:
9189: 2008-05-16 misha
9190:
9191: * src/classes/hash.C: - optimization: don't create any key variable
9192: if variable name wasn't specified (^h.foreach[;v]{...})
9193:
9194: 2008-05-15 misha
9195:
9196: * src/classes/op.C: - small changes
9197:
9198: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9199:
9200: * src/classes/hash.C: - calculate var_context once before foreach
9201:
9202: 2008-05-14 misha
9203:
9204: * src/classes/hashfile.C: - incorrect vars context calculation for
9205: ^hashfile.foreach[;]{} fixed
9206:
9207: * src/classes/: hash.C, table.C: - little optimisation
9208:
9209: * src/classes/file.C: - bugfix: double absolute path while loading
9210: file
9211:
9212: * tests/: 174.html, results/174.processed: - tests for hashfile
9213: were added
9214:
9215: * buildall-with-xml: - moving to libxslt 1.1.24
9216:
9217: 2008-04-30 misha
9218:
9219: * src/classes/file.C: - stat file while loading (local only) so
9220: .adate, .mdate and .cdate available without additional ::stat
9221:
9222: 2008-04-28 misha
9223:
9224: * src/classes/file.C: - $.name and $.content-type available for
9225: stated file
9226:
9227: 2008-04-14 misha
9228:
9229: * src/targets/cgi/parser3.C: - new year in copyright %-)
9230:
9231: * src/include/pa_version.h: - new version number in head
9232:
9233: 2008-04-10 misha
9234:
9235: * tests/: 080.html, results/080.processed: - cut '0' from
9236: exponential part because of on diff OS it differ (20 or 020 for
9237: ex)
9238:
9239: * tests/: 119.html, results/119.processed: - check for encoding
9240: while creating xdoc
9241:
9242: 2008-04-09 misha
9243:
9244: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9245:
9246: * src/main/pa_common.C: - comment added
9247:
9248: * src/classes/date.C: - little refactoring
9249:
9250: 2008-04-07 misha
9251:
9252: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9253: style of ^table.save[]: prepare one big string and sabe it at
9254: once. it's safe on freebsd 4.x but use much more memory.
9255:
9256: * buildall-with-xml, buildall-without-xml: - option
9257: --disable-stringstream added (under comment. use it on freebsd
9258: 4.x)
9259:
9260: 2008-02-22 misha
9261:
9262: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9263: specified together in file::load[;http] - get back transcoding
9264: $.body[] in file::load[;http]
9265:
9266: 2008-02-21 misha
9267:
9268: * src/classes/date.C: - ^date.gmt-string[] was added
9269:
9270: * src/types/pa_value.C: - method for output date in RFC 822 format
9271: moved to pa_common.h
9272:
9273: * src/include/pa_common.h: - method for output date in RFC 822
9274: format moved here from pa_value.C
9275:
9276: * src/types/pa_vmail.C: - fixed core in sending mail with
9277: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9278:
9279: 2008-02-20 misha
9280:
9281: * src/main/pa_http.C: - transcode $.headers before escaping into
9282: specified charset while ^file::load[...;http://...] (L_URI
9283: instead of L_HTTP_HEADER) - $.cookies param available in
9284: ^file::load[;http://...] now (but we don't parse set-cookies from
9285: response yet) (cookies not transcoded as common $cookies)
9286:
9287: 2008-02-19 misha
9288:
9289: * src/main/pa_request.C: - rollback: we mustn't force taint
9290: $response:field values because in this case
9291: $response:locateion[http://...] don't works.
9292:
9293: 2008-02-15 misha
9294:
9295: * src/classes/op.C: - little refactoring
9296:
9297: * src/main/pa_http.C: - taint names of $.headers for load[;http
9298:
9299: * src/main/pa_request.C: - force taint values of $response:field
9300:
9301: 2008-02-14 misha
9302:
9303: * src/main/pa_request.C: - $response:field transcoded to
9304: $response:charset before escaping now
9305:
9306: * src/main/pa_http.C: - some outdated comments removed
9307:
9308: * src/classes/date.C: - lastdat -> last-day
9309:
9310: * src/classes/date.C: - ^date:lastday(year;month) and
9311: ^date.lastday[] were added - little code refactoring - comments
9312: changes
9313:
9314: * tests/: 159.html, results/159.processed: - test for number of
9315: days in February
9316:
9317: * src/types/pa_value.C: - fixes in code formatting
9318:
9319: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9320: and comments
9321:
9322: 2008-02-13 misha
9323:
9324: * src/main/pa_common.C: - bugfix for february at leap year
9325:
9326: 2008-01-28 misha
9327:
9328: * tests/: 160.html, results/160.processed: - more test for cache
9329: added
9330:
9331: * src/classes/op.C: - bugfix: cache body executed twice if contains
9332: unhandled exception
9333:
9334: 2008-01-25 misha
9335:
9336: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9337: bug when hashfile became inavailable after memory:compact)
9338:
9339: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9340:
9341: 2008-01-22 misha
9342:
9343: * src/classes/table.C: - little refactiring and exception texts
9344: changes in method ^table.hash[]
9345:
9346: * src/types/pa_vcookie.C: - link to cookie specification changed
9347:
9348: 2008-01-21 misha
9349:
9350: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9351: file::exec/cgi
9352:
9353: * src/classes/file.C: - bugfix: core while processing headers if
9354: executed cgi script don't return content
9355:
9356: 2008-01-18 misha
9357:
9358: * buildall-with-xml: - move to libxml2 version 2.6.31
9359:
9360: * src/include/pa_version.h, configure.in: - version number updated
9361: to '3.2.3b'
9362:
9363: 2007-12-28 misha
9364:
9365: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9366: hash.contains
9367:
9368: 2007-12-27 misha
9369:
9370: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9371: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9372: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9373: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9374: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9375: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9376: src/targets/cgi/parser3.vcproj,
9377: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9378: back to VS2003 because of Apache 1.3 module can't work if it was
9379: built in VS 2005. with cgi all file so VS2003 project files can
9380: be easy converted to the new format.
9381:
9382: 2007-12-04 misha
9383:
9384: * src/types/pa_vcode_frame.h: - changes in comment
9385:
9386: 2007-11-29 misha
9387:
9388: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9389: intercept strings any longer
9390:
9391: * tests/: 173.html, results/173.processed: - tests for
9392: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9393: but not in main code frame
9394:
9395: * tests/: 172.html, results/172.processed: - more tests for pass
9396: objects from code frames
9397:
9398: 2007-11-27 misha
9399:
9400: * tests/: 152.html, results/152.processed: - tests for converting
9401: strings 'true'/'false' to bool were added
9402:
9403: * tests/152.html: - added checks for converting strings
9404: 'true'/'false' to bool
9405:
9406: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9407: not only strings with numbers but with values 'true'/'false' as
9408: well
9409:
9410: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9411: for parser3.log increased
9412:
9413: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9414:
9415: * src/include/pa_common.h: - remove_crlf return cstring size now
9416:
9417: * src/include/pa_types.h: - constant with buffer size for
9418: parser3.log added
9419:
9420: 2007-11-16 misha
9421:
9422: * tests/cat.sh: - script for tests for file::exec/cgi
9423:
9424: * tests/171.html: - tests for file::exec/cgi
9425:
9426: * tests/results/171.processed: - tests results for file::exec/cgi
9427:
9428: 2007-11-15 misha
9429:
9430: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9431:
9432: * src/classes/file.C: - .body must be set before analyzing cgi
9433: headers
9434:
9435: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9436: only if exec/cgi return anything.
9437:
9438: 2007-11-14 misha
9439:
9440: * operators.txt: - info about new text|binary option for
9441: file::exec/cgi was added
9442:
9443: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9444: ^file:exec[[text|binary];script;...]
9445:
9446: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9447: classes/string.C, classes/table.C: - more text strings moved to
9448: the one place
9449:
9450: 2007-11-09 misha
9451:
9452: * src/types/pa_vrequest.C: - $request:argv must be taint
9453:
9454: * ChangeLog: - $request:argv [patch from Sumo]
9455:
9456: * operators.txt: - $request:argv
9457:
9458: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9459: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9460:
9461: 2007-10-25 misha
9462:
9463: * buildall-with-xml, buildall-without-xml: - options preparations
9464: for ./configure rewrited
9465:
9466: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9467: error occure in unhandled_exception finally fixed
9468:
9469: 2007-10-23 misha
9470:
9471: * tests/: 170.html, results/170.processed: - test for
9472: @method[][result]
9473:
9474: * operators.txt: - added info about node.prefix and
9475: node.namespaceURI
9476:
9477: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9478:
9479: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9480: added for node and attribute
9481:
9482: 2007-10-22 misha
9483:
9484: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9485:
9486: * src/main/pa_request.C: - added const content-transfer-encoding
9487:
9488: * src/include/pa_request.h: - added const content-transfer-encoding
9489: - ups. constants must be in lowercase (for search)
9490:
9491: * src/types/pa_vmail.C: - more constants used -
9492: content-transfer-encoding: 8bit added
9493:
9494: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9495:
9496: * src/include/pa_request.h: - more constants
9497:
9498: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9499: ommit anymore if $.content-disposition was specified - little
9500: refactoring
9501:
9502: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9503:
9504: 2007-10-17 misha
9505:
9506: * operators.txt: - info about
9507: table::create[nameless]{data}[>options<] was added
9508:
9509: * src/main/: compile.tab.C, compile.y: - if error occure while
9510: compile method don't put this method in methods table anymore.
9511: in other case the parser coredumped if @unhandled_exception
9512: method can't be compiled because of parser.compile error.
9513:
9514: * src/main/execute.C: - little code reformating
9515:
9516: * src/main/pa_request.C: - little code reformating - comment
9517: changed
9518:
9519: 2007-10-16 misha
9520:
9521: * tests/: 035.html, results/035.processed: - tests
9522: table::create[]{}[options] added
9523:
9524: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9525: options (only $.seperator[] yet)
9526:
9527: 2007-10-10 misha
9528:
9529: * src/classes/table.C: - some contstants moved to pa_common.h -
9530: some code changes
9531:
9532: 2007-10-02 misha
9533:
9534: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9535: then three time as much. but base64 encoding method still use
9536: less memory anyway.
9537:
9538: 2007-09-17 misha
9539:
9540: * operators.txt: - added info about $cookie:fields
9541:
9542: * src/types/pa_vcookie.C: - $cookie:fields available now
9543:
9544: * src/classes/hash.C: - some stuff for use with .for_each moved to
9545: common
9546:
9547: * src/include/pa_common.h: - some stuff for use with .for_each
9548: moved here
9549:
9550: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9551:
9552: 2007-09-14 misha
9553:
9554: * buildall-with-xml: - new xml libs again =)
9555:
9556: 2007-08-28 misha
9557:
9558: * operators.txt: - texts about ^table.columns[[column name]] and
9559: ^string.split[...][v][column name] were added
9560:
9561: * tests/: 168.html, 169.html, results/168.processed,
9562: results/169.processed: - tests for ^table.columns[[column name]]
9563: and ^string.split[...][v][column name] were added
9564:
9565: * src/classes/table.C: - new option ^table.columns[[column name]]
9566: was added
9567:
9568: * src/classes/string.C: - new option ^string.split[...;v;[column
9569: name]]
9570:
9571: * src/include/pa_exception.h: - error text message for
9572: ^hash._keys[], ^table.columns[] and ^string.split[]
9573:
9574: 2007-08-27 misha
9575:
9576: * src/main/untaint.C: - try to fix coredump on unix if print to
9577: body ^taint[sql][something] outside of connect
9578:
9579: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9580: outside of connect
9581:
9582: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9583: added (commented by default)
9584:
9585: 2007-08-20 misha
9586:
9587: * operators.txt: - comment about new method ^node.hasAttributes[]
9588: was added
9589:
9590: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9591: duplicated exception text strings were removed
9592:
9593: * src/include/pa_exception.h: - more exception text strings moved
9594: here
9595:
9596: * src/classes/table.C: - some duplicate exceptions' text strings
9597: removed
9598:
9599: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9600: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9601: removed
9602:
9603: * src/include/pa_exception.h: - some exception text strings movet
9604: to pa_exception
9605:
9606: * tests/: 149.html, results/149.processed: - test for
9607: ^xnode.hasAttributes[] was added - some code changes
9608:
9609: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9610: added
9611:
9612: 2007-08-17 misha
9613:
9614: * tests/: results/006.processed, results/059.processed, 006.html,
9615: 059.html: - more tests for match
9616:
9617: * tests/: 129.html, results/129.processed: - tests for
9618: ^table.hash[...][$.type[string|hash|table]] added
9619:
9620: * src/targets/cgi/parser3.C: - little syntax changes
9621:
9622: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9623: syntax changes
9624:
9625: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9626: messages in parser3.log switched off by default. If someone
9627: really still need it: use $SIGPIPE(1)
9628:
9629: 2007-08-08 misha
9630:
9631: * buildall-with-xml, buildall-without-xml: - remove libs source
9632: files by default since now
9633:
9634: 2007-08-07 misha
9635:
9636: * buildall-without-xml: - some option syntax changes
9637:
9638: * buildall-with-xml: - compile libxml2 without http support - some
9639: option syntax changes
9640:
9641: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9642:
9643: 2007-08-06 misha
9644:
9645: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9646:
9647: * tests/: 160.html, results/160.processed: - cache test was
9648: rewrited
9649:
9650: 2007-07-06 misha
9651:
9652: * tests/: 153.html, results/153.processed: - added test for
9653: ^math:sha1[string]
9654:
9655: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9656: transcoded
9657:
9658: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9659: were added
9660:
9661: 2007-06-28 misha
9662:
9663: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9664: some incorrect chars
9665:
9666: 2007-06-19 misha
9667:
9668: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9669: were moved on top because of gcc 4 had a problems during
9670: building.
9671:
9672: 2007-06-18 misha
9673:
9674: * tests/results/019.processed: - new image commited
9675:
9676: 2007-06-09 misha
9677:
9678: * src/classes/: op.C, table.C: - in while and table.select method
9679: as_expression used now
9680:
9681: * src/types/pa_vmethod_frame.h: - method as_expression was added
9682:
9683: 2007-06-08 misha
9684:
9685: * tests/: 166.html, results/166.processed: - test for
9686: ^match[...][n]
9687:
9688: * tests/: 165.html, results/165.processed: - tests for loops
9689:
9690: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9691: because of no speed/memory optimisation but some proglems with
9692: long cycles occure
9693:
9694: 2007-06-06 misha
9695:
9696: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9697: ^table.select(true) and ^table.select(1) didn't works because of
9698: awaiting junction-param only. fixed.
9699:
9700: 2007-05-24 misha
9701:
9702: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9703: with 0.5 secs interval
9704:
9705: * src/classes/op.C: - cache was rewrited. I hope it works with
9706: locking system now on unix
9707:
9708: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9709: system locks which wait till other threads release it but try get
9710: lock, if fail wait 1 sec and make 10 attempts.
9711:
9712: * src/include/pa_os.h: - consts for blocking locks + some comments
9713: were added
9714:
9715: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9716: opening files
9717:
9718: * src/classes/table.C: - changes in includes. if unclude <sstream>
9719: after our classes on unix it can't be build
9720:
9721: * src/types/pa_vhashfile.C: - not needed code removed
9722:
9723: 2007-05-23 misha
9724:
9725: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9726: include/pa_common.h: - cosmetic changes
9727:
9728: 2007-05-18 misha
9729:
9730: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9731: often. it's give some speed increasing
9732:
9733: * tests/results/160.processed: - returned time corrected
9734:
9735: * tests/160.html: - time increased because on unix 1 mean nothing
9736: :(
9737:
9738: * operators.txt: - added info about ^hash.contain[key]
9739:
9740: * src/classes/hash.C: - added ^hash.contain[key]
9741:
9742: * src/include/pa_hash.h: - added method for checking key exists in
9743: hash
9744:
9745: 2007-05-07 misha
9746:
9747: * src/include/pa_string.h: - was compilation error during build on
9748: freebsd4
9749:
9750: 2007-05-03 misha
9751:
9752: * src/classes/table.C: - option $.type[hash|string|table] was added
9753: for ^table.hash[]
9754:
9755: * src/classes/file.C: - comment removed
9756:
9757: 2007-04-26 misha
9758:
9759: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9760: real files doesn't opened in place anymore
9761:
9762: 2007-04-24 misha
9763:
9764: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9765:
9766: * src/include/pa_exception.h: "static" removed
9767:
9768: 2007-04-23 misha
9769:
9770: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9771:
9772: * src/classes/math.C: added: - ^math:ln(N) (the same as
9773: ^math:log(N)) - ^math:lg(N)
9774:
9775: * tests/: 097.html, results/097.processed: - charsets converstion
9776: during ^file::load[text;http://...] added
9777:
9778: * tests/: 164.html, results/164.processed: - check for set expires
9779: as a date
9780:
9781: * tests/: 164.html, results/164.processed: - test for hashfile
9782:
9783: * src/classes/hashfile.C: - little comment changes
9784:
9785: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9786: access
9787:
9788: * src/: classes/date.C, classes/double.C, classes/file.C,
9789: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9790: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9791: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9792: classes/xnode.h, include/pa_request.h, main/execute.C,
9793: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9794: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9795: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9796: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9797: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9798: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9799: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9800: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9801: "parser.runtime" strings were removed
9802:
9803: * src/classes/hashfile.C: - with .clear[] called files_delete()
9804: now.
9805:
9806: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9807:
9808: * src/include/pa_exception.h: - string constant with
9809: "parser.runtime" text was added
9810:
9811: 2007-04-20 misha
9812:
9813: * operators.txt: - some comments changing
9814:
9815: * operators.txt: - added info about .^hashfile.release[],
9816: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9817:
9818: * configure: =cheching for unsetenv
9819:
9820: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9821: ^hashfile.release[] were added
9822:
9823: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9824: ^string.match[][] understand new option now: return number of
9825: matches but not table wit results
9826:
9827: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9828: reopen now
9829:
9830: * src/classes/op.C: - bug. must be false
9831:
9832: * configure.in: - checking for unsetenv was added
9833:
9834: * src/types/pa_vform.C: - some comments
9835:
9836: 2007-04-18 misha
9837:
9838: * buildall-with-xml: moving to libxml2-2.6.28
9839:
9840: * buildall-with-xml, buildall-without-xml: added commented lines
9841: with --disable-safe-mode option
9842:
9843: * operators.txt: - info about $form:files
9844:
9845: 2007-04-17 misha
9846:
9847: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9848: $form:files was added
9849:
9850: * tests/: 163.html, results/163.processed: removing auto format
9851:
9852: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9853:
9854: 2007-04-16 misha
9855:
9856: * tests/: 163.html, results/163.processed: - test for .int[],
9857: floor, round, ceiling and .format[]
9858:
9859: * src/classes/file.C: - little optimization for getting args in
9860: exec/cgi
9861:
9862: 2007-04-13 misha
9863:
9864: * src/classes/file.C: - arguments for file::exec/cgi can be
9865: specified now as s table with one column
9866:
9867: 2007-03-27 misha
9868:
9869: * tests/: 162.html, results/162.processed: - test for
9870: ^table.select(^condition[$t])
9871:
9872: * tests/results/auto.p: - load windows-1251 charset for some tests
9873:
9874: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9875:
9876: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9877: 161_windows1251.txt: - added test for
9878: ^file::load[text;/local/file.txt;$.charset[...]]
9879:
9880: * tests/: results/013.processed, 013.html: - added test for
9881: checking $._default value while hash modifications
9882:
9883: * tests/: 160.html, results/160.processed: - add test for
9884: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9885:
9886: 2007-03-22 misha
9887:
9888: * src/include/pa_common.h: - "charset" string defined for
9889: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9890:
9891: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9892: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9893: added - not needed transcodes were removed from
9894: ^file::load[...;http://...]
9895:
9896: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9897: added
9898:
9899: * src/classes/date.C: - date.week was fixed
9900:
9901: * operators.txt: - added info about date.weekyear
9902:
9903: * tests/: 159.html, results/159.processed: - tests for date.week
9904: and date.weekyear added
9905:
9906: 2007-03-15 misha
9907:
9908: * src/classes/table.C: - enclose column numbers for nameless tables
9909: as well
9910:
9911: 2007-03-14 misha
9912:
9913: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9914:
9915: * src/classes/table.C: - table.save optimization: now required much
9916: less memory
9917:
9918: 2007-03-13 misha
9919:
9920: * tests/results/: 158.processed, 158.processes: - tests for
9921: table.save/table.load
9922:
9923: * tests/: 158.html, results/158.processes: - tests for
9924: table.save/table.load
9925:
9926: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9927:
9928: * buildall-with-xml: - pattern needed now for building
9929:
9930: * tests/results/097.processed: - added test results for xdoc::load
9931: & xdoc::load[http://...]
9932:
9933: * tests/097.html: - added test for xdoc::load
9934:
9935: 2007-03-12 misha
9936:
9937: * tests/: 107.html, results/107.processed: - added test for xpath
9938: '//man'
9939:
9940: 2007-03-01 misha
9941:
9942: * tests/: 097.html, results/097.processed: - added test for
9943: creating xdoc from file
9944:
9945: * tests/: results/157.processed, 157.html: - added test for
9946: file:move
9947:
9948: 2007-02-28 misha
9949:
9950: * src/classes/xdoc.C: - another attempt
9951:
9952: * src/classes/xdoc.C: - roll back last changes for a while
9953:
9954: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9955:
9956: * src/classes/file.C: - under lock we create non-exist dir anyway
9957:
9958: * tests/results/099.processed: - ever send content-disposition to
9959: client with file
9960:
9961: * tests/157.html: + test for file:copy
9962:
9963: 2007-02-26 misha
9964:
9965: * src/classes/file.C: - some similar strings moved to #define
9966: instead of to be copy/pasted many times
9967:
9968: * src/types/pa_vfile.h: - class name string ("file") moved to
9969: #define
9970:
9971: 2007-02-20 misha
9972:
9973: * configure.in: - added some strings for sqlite detection
9974:
9975: 2007-02-19 misha
9976:
9977: * operators.txt: - some comments changes
9978:
9979: * buildall-with-xml, buildall-without-xml: - some modifications
9980:
9981: 2007-02-17 misha
9982:
9983: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9984:
9985: * src/main/pa_request.C: - damn, i forgot to commit it while I
9986: change console behaviour
9987:
9988: 2007-02-12 misha
9989:
9990: * src/targets/cgi/parser3.C: - don't print headers if
9991: $console:line[data] was used during cgi execution.
9992:
9993: * src/types/pa_vconsole.h: - console class have bool flag now which
9994: marked as 'true' if class was used.
9995:
9996: * tests/: 152.html, results/152.processed: - more types was added
9997: to test 152
9998:
9999: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10000: adding 'bool' (^if($image){} caused exception)
10001:
10002: 2007-02-09 misha
10003:
10004: * tests/: 152.html, results/152.processed: - test alightly updated
10005:
10006: * tests/: 152.html, results/152.processed: - test rewrited
10007:
10008: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10009: bugfix. I broke xdoc & xnode in expression
10010:
10011: 2007-02-08 misha
10012:
10013: * tests/: 152.html, results/152.processed: - add test for checking
10014: 'def' for void, string, bool, int & double
10015:
10016: 2007-02-07 misha
10017:
10018: * operators.txt: - ^file:base64[filespec] was added
10019:
10020: * tests/results/153.processed: - result test for
10021: ^file:base64[filespec] was updated
10022:
10023: * tests/153.html: - test for ^file:base64[filespec] was added
10024:
10025: * src/types/pa_vconsole.h: - little optimization
10026:
10027: * src/classes/file.C: - ^file:base64[filespec]
10028:
10029: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10030:
10031: * src/include/pa_common.h: - declarations for
10032: ^file:base64[filespec]
10033:
10034: * src/types/pa_vcookie.C: - little optimization
10035:
10036: 2007-02-06 misha
10037:
10038: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10039: were temporary commented
10040:
10041: * src/types/pa_vbool.h: - bugfix
10042:
10043: * tests/156.html: - added test for bool cookie
10044:
10045: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10046:
10047: * tests/: 155.html, results/155.processed: - added test for check
10048: $.encloser[] option for table save/load
10049:
10050: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10051:
10052: 2007-02-05 misha
10053:
10054: * tests/results/152.processed: - newline at the end was missed
10055:
10056: * tests/results/141.processed: - math:md5 must be lowercased
10057:
10058: * src/targets/cgi/parser3.C: - 2007 in help ;)
10059:
10060: 2007-02-03 misha
10061:
10062: * tests/results/: 150.processed, 151.processed, 152.processed: -
10063: test for bool added and some content length fixes
10064:
10065: * tests/152.html: - test for bool added
10066:
10067: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10068:
10069: * operators.txt: - info bool class was added
10070:
1.116 moko 10071: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10072: classes/classes.vcproj, classes/double.C, classes/int.C,
10073: classes/string.C, classes/void.C, classes/xnode.C,
10074: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10075: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10076: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10077: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10078: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10079: types/types.vcproj: - bool class was added
10080:
10081: * src/main/pa_request.C: - fix
10082:
10083: 2007-01-18 misha
10084:
10085: * src/: main/pa_string.C, classes/string.C: - return table during
10086: ^string.match[][] even if no matched found.
10087:
10088: 2006-12-20 misha
10089:
10090: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10091: http://www.parser.ru/forum/?id=55598 ]
10092:
10093: 2006-12-19 misha
10094:
10095: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10096: details: http://www.parser.ru/forum/?id=52359
10097:
10098: * src/main/pa_request.C: - always set content-disposition for
10099: $response:body[hash here]. more details:
10100: http://www.parser.ru/forum/?id=52130
10101:
10102: 2006-12-07 misha
10103:
10104: * operators.txt: - added info about bool params in cookie set
10105:
10106: * src/types/pa_vcookie.C: - bool param in cookies available now
10107: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10108: ]
10109:
10110: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10111: was added
10112:
10113: 2006-12-02 misha
10114:
10115: * src/classes/file.C: - file_block_read used instead of native read
10116:
10117: * src/main/pa_common.C: - added file_block_read with read error
10118: detection - file_block_read used instead of native read
10119:
10120: * src/include/pa_common.h: - added file_block_read declaration
10121:
10122: 2006-12-01 misha
10123:
10124: * operators.txt: - info about $var.CLASS_NAME was added
10125:
10126: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10127: $var.CLASS_NAME added
10128:
10129: * operators.txt: - added info about ^file:copy[]
10130:
10131: * src/classes/file.C: - ^file:copy[from;fo] was added
10132:
10133: 2006-11-20 misha
10134:
10135: * src/classes/date.C: - bug fix :)
10136:
10137: 2006-11-17 misha
10138:
10139: * src/include/pa_common.h: - array in crc32 calculation was changed
10140: to static
10141:
10142: * src/main/pa_common.C: - little optimization in getMonthDays -
10143: small changes in crc32 calculation
10144:
10145: * src/classes/date.C: - not needed code was removed
10146:
10147: 2006-11-16 misha
10148:
10149: * src/types/pa_vmail.C: - fix missed brakes
10150:
10151: * src/types/pa_vmail.C: - mail:send now set content-type:
10152: multipart/related instead of multipart/mixed if file have
10153: $.content-id[]
10154:
10155: 2006-11-15 misha
10156:
10157: * src/types/pa_vdouble.h: abs -> fabs
10158:
10159: 2006-11-14 misha
10160:
10161: * operators.txt: - added info about ^file.md5[] and
10162: ^file:md5[file-name]
10163:
10164: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10165: added
10166:
10167: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10168: FILE_BUFFER_SIZE
10169:
10170: * src/classes/math.C: - hex_string was moved to pa_common.h
10171:
10172: * src/include/pa_common.h: - hex_string was moved from math.C -
10173: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10174:
10175: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10176: values was fixed
10177:
10178: 2006-11-13 misha
10179:
10180: * operators.txt: - added info about ^math:crc32[string],
10181: ^file:crc32[file-name] & ^file.crc32[]
10182:
10183: * src/classes/math.C: - added ^math:crc32[string]
10184:
10185: * src/classes/file.C: - some comments were changed - added
10186: ^file:crc32[file-name] and ^file.crc32[]
10187:
10188: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10189: crc32 calculation added
10190:
10191: 2006-11-03 misha
10192:
10193: * src/include/pa_array.h: - not needed variable removed
10194:
10195: * tests/: 150.html, 151.html, results/150.processed,
10196: results/151.processed: - 2 tests were added
10197:
10198: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10199: with $.reverse(1) were fixed
10200:
10201: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10202: query converted to $.charset during ^file::load[http://...]
10203:
10204: 2006-11-02 misha
10205:
10206: * src/include/pa_table.h: ups. forget '=' char
10207:
10208: * src/include/pa_table.h: - one more fix in
10209: .locate[...][$.reverse(1)]
10210:
10211: 2006-11-01 misha
10212:
10213: * src/classes/math.C: - bug fix, details:
10214: http://www.parser.ru/forum/?id=53360
10215:
10216: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10217: false for all records )[$.reverse(1)]
10218:
10219: * src/main/pa_http.C: - second param for this mid method is length
10220: but not end_index so this method has error and can't detect
10221: charsets in next content-types: Content-type: text/html;
10222: charset="windows-1251" Content-type: text/html;
10223: charset="windows-1251"; Content-type: text/html;
10224: charset=windows-1251;
10225:
10226: only Content-type: text/html; charset=windows-1251 was fine
10227:
10228: 2006-10-31 misha
10229:
10230: * src/classes/file.C: - empty args in file::exec removed now
10231:
10232: 2006-09-03 paf
10233:
10234: * src/classes/file.C: proper tainting of
10235: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10236:
10237: 2006-06-09 paf
10238:
10239: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10240:
10241: * src/classes/table.C: formatting
10242:
10243: * src/classes/table.C: incorporated patch from misha: Sent:
10244: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10245: ignoring string options for ^table.save[]
10246:
10247: * src/classes/hash.C: incorporated patch from misha Sent:
10248: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10249: $hash._default disappear while
10250:
10251: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10252: $.format[!uue|!base64] << new base64 option. default uue ] ]
10253:
10254: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10255: PM Subject: patch for base64 in ^mail:send[] %-)
10256:
10257: 2006-04-09 paf
10258:
10259: * src/main/compile.tab.C: ` change compiled
10260:
10261: * gnu.vcproj, operators.txt, parser3.sln,
10262: src/classes/classes.vcproj, src/classes/file.C,
10263: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10264: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10265: src/classes/xnode.C, src/include/pa_array.h,
10266: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10267: src/include/pa_memory.h, src/include/pa_request.h,
10268: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10269: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10270: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10271: src/lib/pcre/pcre_dftables.vcproj,
10272: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10273: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10274: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10275: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10276: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10277: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10278: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10279: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10280: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10281: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10282: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10283: src/types/pa_value.h, src/types/pa_vcookie.C,
10284: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10285: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10286: src/types/pa_vstatus.C, src/types/types.vcproj,
10287: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10288: ^menu, ^hash/hashfile.foreach
10289:
10290: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10291: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10292: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10293: src/classes/xnode.C, src/include/pa_array.h,
10294: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10295: src/include/pa_memory.h, src/include/pa_request.h,
10296: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10297: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10298: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10299: src/lib/pcre/pcre_dftables.vcproj,
10300: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10301: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10302: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10303: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10304: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10305: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10306: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10307: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10308: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10309: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10310: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10311: src/types/pa_value.h, src/types/pa_vcookie.C,
10312: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10313: src/types/pa_vstatus.C, src/types/types.vcproj,
10314: tests/descript.ion: ! switched to VS2005 (projects and
10315: object<info explicitly typed>.for_each(, info)) +
10316: $response:field[] setting void means removing + grammar $name`
10317: name stops now, for mysql `$field` + started ^break[]
10318: ^continue[], in ^for. TODO: to other iterators (while, menu,
10319: foreach) + all log messages += [uri=, method=, cl=]
10320:
10321: * buildall-with-xml: merged . ftp paths update
10322:
10323: * buildall-with-xml: . ftp paths update
10324:
10325: 2006-03-04 paf
10326:
10327: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10328: checks++ [thanks to Igor Zinkovsky for detailed report]
10329:
10330: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10331: Igor Zinkovsky for detailed report]
10332:
10333: 2006-03-01 paf
10334:
10335: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10336: \n to ' ' in
10337:
10338: 2006-02-18 paf
10339:
10340: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10341: \n to ' ' in
10342:
10343: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10344:
10345: 2006-02-03 paf
10346:
10347: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10348: base64
10349:
10350: * src/main/pa_common.C: ! bugfix: decoding from base64
10351:
10352: 2006-01-20 paf
10353:
10354: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10355: economy fix
10356:
10357: * src/classes/: table.C: merged from HEAD ! bugfix
10358: ^table.save[$.encloser-s now handled properly
10359:
10360: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10361: handled properly
10362:
10363: 2006-01-19 paf
10364:
10365: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10366: libgc:USE_MUNMAP activates merging of free memory blocks which
10367: helps a lot in our case: after transform we want
10368: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10369:
10370: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10371: economy fix
10372:
10373: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10374: activates merging of free memory blocks which helps a lot in our
10375: case: after transform we want CORD(main.result)->cstr[big
10376: malloc]->transcode[big malloc]
10377:
10378: 2006-01-17 paf
10379:
10380: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10381: before reading them. got rid of reallocs = became quicker and
10382: less fragmentated
10383:
10384: 2005-12-29 paf
10385:
1.116 moko 10386: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10387: configure, configure.in, src/include/pa_version.h,
10388: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10389: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10390: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10391: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10392: src/lib/ltdl/missing: . merged from 3.2.1
10393:
1.116 moko 10394: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10395: packaged when 'make dist', so do configure companion files in
10396: src/lib/ltdl
10397:
10398: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10399: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10400: missing: . now config_auto.h is created with configure [were
10401: constant]
1.95 moko 10402:
10403: * INSTALL: . references to documentation and some clarification
10404:
10405: * buildall-with-xml, buildall-without-xml: . farawell doc
10406: indication
10407:
1.116 moko 10408: * Makefile.am: . dist+=buildall*
1.95 moko 10409:
10410: 2005-12-28 paf
10411:
10412: * configure: . 3.2.1
10413:
10414: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10415: simplify build process, see INSTALL
10416:
10417: 2005-12-26 paf
10418:
10419: * configure: ver
10420:
10421: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10422: version
10423:
10424: 2005-12-21 paf
10425:
10426: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10427: compiled with bison 1.875b, it reports unexpected token names
10428:
10429: 2005-12-19 paf
10430:
10431: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10432: holds a link to xmlNode to prevent premature gc(xmlNode)
10433:
10434: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10435: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10436: src/main/main.vcproj, src/main/pa_globals.C,
10437: src/targets/cgi/parser3.vcproj,
10438: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10439: configure, configure.in, src/include/pa_version.h: . killing
10440: gdome [what a relief]
10441:
10442: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10443: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10444: run_parser.sh, results/001.processed, results/002.processed,
10445: results/003.processed, results/004.processed,
10446: results/005.processed, results/006.processed,
10447: results/008.processed, results/009.processed,
10448: results/010.processed, results/011.processed,
10449: results/012.processed, results/013.processed,
10450: results/014.processed, results/015.processed,
10451: results/016.processed, results/017.processed,
10452: results/018.processed, results/020.processed,
10453: results/021.processed, results/022.processed,
10454: results/023.processed, results/024.processed,
10455: results/025.processed, results/026.processed,
10456: results/027.processed, results/028.processed,
10457: results/029.processed, results/030.processed,
10458: results/031.processed, results/032.processed,
10459: results/033.processed, results/034.processed,
10460: results/035.processed, results/036.processed,
10461: results/037.processed, results/038.processed,
10462: results/039.processed, results/040.processed,
10463: results/041.processed, results/042.processed,
10464: results/043.processed, results/044.processed,
10465: results/045.processed, results/046.processed,
10466: results/047.processed, results/048.processed,
10467: results/049.processed, results/050.processed,
10468: results/051.processed, results/052.processed,
10469: results/053.processed, results/054.processed,
10470: results/055.processed, results/056.processed,
10471: results/057.processed, results/058.processed,
10472: results/059.processed, results/060.processed,
10473: results/061.processed, results/062.processed,
10474: results/063.processed, results/064.processed,
10475: results/065.processed, results/066.processed,
10476: results/067.processed, results/068.processed,
10477: results/069.processed, results/070.processed,
10478: results/071.processed, results/072.processed,
10479: results/073.processed, results/074.processed,
10480: results/075.processed, results/076.processed,
10481: results/077.processed, results/078.processed,
10482: results/079.processed, results/080.processed,
10483: results/081.processed, results/082.processed,
10484: results/083.processed, results/084.processed,
10485: results/085.processed, results/086.processed,
10486: results/087.processed, results/088.processed,
10487: results/089.processed, results/090.processed,
10488: results/091.processed, results/092.processed,
10489: results/093.processed, results/094.processed,
10490: results/095.processed, results/096.processed,
10491: results/097.processed, results/099.processed,
10492: results/100.processed, results/101.processed,
10493: results/102.processed, results/104.processed,
10494: results/105.processed, results/106.processed,
10495: results/107.processed, results/108.processed,
10496: results/109.processed, results/110.processed,
10497: results/111.processed, results/112.processed,
10498: results/113.processed, results/114.processed,
10499: results/115.processed, results/117.processed,
10500: results/119.processed, results/120.processed,
10501: results/121.processed, results/122.processed,
10502: results/123.processed, results/124.processed,
10503: results/125.processed, results/126.processed,
10504: results/127.processed, results/128.processed,
10505: results/129.processed, results/130.processed,
10506: results/131.processed, results/132.processed,
10507: results/133.processed, results/134.processed,
10508: results/135.processed, results/136.processed,
10509: results/138.processed, results/139.processed,
10510: results/140.processed, results/141.processed,
10511: results/142.processed, results/143.processed,
10512: results/144.processed, results/145.processed,
10513: results/146.processed, results/147.processed,
10514: results/148.processed, results/149.processed, results/auto.p: .
10515: now works if we turn off default auto.p
10516:
1.116 moko 10517: * configure: . makes
1.95 moko 10518:
10519: * src/types/pa_vxnode.C: . less warnings
10520:
10521: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10522: tests/145.html, tests/149.html, tests/descript.ion,
10523: tests/outputs/d.cmd, tests/results/142.processed,
10524: tests/results/143.processed, tests/results/144.processed,
10525: tests/results/145.processed, tests/results/146.processed,
10526: tests/results/147.processed, tests/results/148.processed,
10527: tests/results/149.processed: . removed .nodeValue from all node
10528: types other than 5 (grabbed piece from gdome)
10529:
10530: * tests/: 137.html, results/137.processed: . not handled this case
10531: yet. code does not hang from inserting parent into child,
10532: considering thing minor issue -- nodes are removed from source
10533: anyway, don't know why shold that be an error after all
10534:
10535: * src/targets/cgi/parser3.C: . style
10536:
10537: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10538: xdoc too [were barking "not element"]
10539:
10540: 2005-12-16 paf
10541:
10542: * tests/: 146.html, 147.html, 148.html: . more tests
10543:
10544: * src/classes/xnode.C: . also bark on possible errors
10545:
10546: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10547: props
10548:
10549: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10550: main/compile.y: merged from HEAD ! fixed overoptimized
10551: ^call(false) case. (confused it with ^call[] case)
10552:
10553: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10554: ^call(false) case. (confused it with ^call[] case)
10555:
10556: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10557:
10558: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10559: results/001.processed, results/002.processed,
10560: results/003.processed, results/004.processed,
10561: results/005.processed, results/006.processed,
10562: results/008.processed, results/009.processed,
10563: results/010.processed, results/011.processed,
10564: results/012.processed, results/013.processed,
10565: results/014.processed, results/015.processed,
10566: results/016.processed, results/017.processed,
10567: results/018.processed, results/019.processed,
10568: results/020.processed, results/021.processed,
10569: results/022.processed, results/023.processed,
10570: results/024.processed, results/025.processed,
10571: results/026.processed, results/027.processed,
10572: results/028.processed, results/029.processed,
10573: results/030.processed, results/031.processed,
10574: results/032.processed, results/033.processed,
10575: results/034.processed, results/035.processed,
10576: results/036.processed, results/037.processed,
10577: results/038.processed, results/039.processed,
10578: results/040.processed, results/041.processed,
10579: results/042.processed, results/043.processed,
10580: results/044.processed, results/045.processed,
10581: results/046.processed, results/047.processed,
10582: results/048.processed, results/049.processed,
10583: results/050.processed, results/051.processed,
10584: results/052.processed, results/053.processed,
10585: results/054.processed, results/055.processed,
10586: results/056.processed, results/057.processed,
10587: results/058.processed, results/059.processed,
10588: results/060.processed, results/061.processed,
10589: results/062.processed, results/063.processed,
10590: results/064.processed, results/065.processed,
10591: results/066.processed, results/067.processed,
10592: results/068.processed, results/069.processed,
10593: results/070.processed, results/071.processed,
10594: results/072.processed, results/073.processed,
10595: results/074.processed, results/075.processed,
10596: results/076.processed, results/077.processed,
10597: results/078.processed, results/079.processed,
10598: results/080.processed, results/081.processed,
10599: results/082.processed, results/083.processed,
10600: results/084.processed, results/085.processed,
10601: results/086.processed, results/087.processed,
10602: results/088.processed, results/089.processed,
10603: results/090.processed, results/091.processed,
10604: results/092.processed, results/093.processed,
10605: results/094.processed, results/095.processed,
10606: results/096.processed, results/097.processed,
10607: results/099.processed, results/101.processed,
10608: results/102.processed, results/104.processed,
10609: results/105.processed, results/106.processed,
10610: results/107.processed, results/108.processed,
10611: results/109.processed, results/110.processed,
10612: results/111.processed, results/112.processed,
10613: results/113.processed, results/114.processed,
10614: results/115.processed, results/116.processed,
10615: results/117.processed, results/118.processed,
10616: results/119.processed, results/120.processed,
10617: results/121.processed, results/122.processed,
10618: results/123.processed, results/124.processed,
10619: results/125.processed, results/126.processed,
10620: results/127.processed, results/128.processed,
10621: results/129.processed, results/130.processed,
10622: results/131.processed, results/132.processed,
10623: results/133.processed, results/134.processed,
10624: results/135.processed, results/136.processed,
10625: results/137.processed, results/138.processed,
10626: results/139.processed, results/140.processed,
10627: results/141.processed: . refreshed old tests, made them work
10628: without auto.p (in utf8) . things noted: . gif got encoded
10629: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10630: some strange year)
10631:
10632: * INSTALL: . revived linux libgc fix
10633:
10634: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10635: glib/gdome in INSTALL and patches]
10636:
10637: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10638: include/pa_charset.h, include/pa_config_includes.h,
10639: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10640: include/pa_xml_exception.h, lib/cord/Makefile.am,
10641: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10642: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10643: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10644: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10645: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10646: types/pa_vxnode.h: . started killing gdome
10647:
10648: 2005-12-13 paf
10649:
10650: * src/main/: pa_request.C: merged from HEAD ! when code in
10651: @unhandled_exception thrown another exception, print correct
10652: origin (earlier code in catch of exception inside of
10653: @unhandled_exception grabbed parent_frame(original_exception)
10654: origin and printed it, instead of true origin)
10655:
10656: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10657: another exception, print correct origin (earlier code in catch of
10658: exception inside of @unhandled_exception grabbed
10659: parent_frame(original_exception) origin and printed it, instead
10660: of true origin)
10661:
10662: 2005-12-09 paf
10663:
10664: * INSTALL: . updated INSTALL doc to work around linux stack base
10665: detection problem, due to change in gc6.4 code
10666:
10667: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10668: ignored in ^string.matched :(
10669:
10670: * src/main/pa_string.C: ! regex tainting were ignored in
10671: ^string.matched :(
10672:
10673: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10674: src/include/pa_config_fixed.h, src/include/pa_version.h,
10675: src/main/compile.y, src/main/compile_tools.h,
10676: src/main/pa_charset.C, src/main/pa_common.C,
10677: src/main/pa_globals.C, src/main/pa_string.C,
10678: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10679: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10680:
10681: 2005-12-08 paf
10682:
10683: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10684: 500 chars now handled OK [were wrapped on 500th char according to
10685: rfc, but sendmail failed to unwrap it properly]
10686:
10687: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10688: handled OK [were wrapped on 500th char according to rfc, but
10689: sendmail failed to unwrap it properly]
10690:
10691: * src/targets/isapi/parser3isapi.C: . less warnings
10692:
10693: * src/targets/isapi/parser3isapi.C: . undone some strange change
10694: since 3.1.5
10695:
10696: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10697: link fixes
10698:
10699: * src/: classes/date.C, include/pa_config_fixed.h,
10700: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10701: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10702: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10703:
10704: * src/include/pa_config_fixed.h: . removed outdated string origins
10705: [in current storage scheme there's no place for them. someday we
10706: can add third CORD to store origins and special version of parser
10707: which stores origins there [separate binary]]
10708:
10709: 2005-12-07 paf
10710:
10711: * src/targets/isapi/parser3isapi.C: . now links in release mode
10712:
10713: * src/include/pa_version.h: makefiles
10714:
10715: * src/include/pa_version.h: . not beta
10716:
10717: * configure, configure.in, src/include/pa_version.h: not beta
10718:
10719: 2005-12-06 paf
10720:
10721: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10722: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10723: decided to undo the change ^call[$void] passes void. now it will
10724: pass empty string again.
10725:
10726: * src/main/: compile.tab.C, compile.y: . version readded
10727:
10728: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10729: = ^switch[void] problem
10730:
10731: 2005-12-01 paf
10732:
10733: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10734: caused ^case[string] to be coerced to double since searching
10735: value were not string (it was vvoid)
10736:
10737: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10738: ^case[string] to be coerced to double since searching value were
10739: not string (it was vvoid)
10740:
10741: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10742: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10743:
10744: 2005-11-30 paf
10745:
10746: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10747: win32 must putenv("TZ="), on unix works only putenv("TZ")
10748:
10749: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10750: putenv("TZ="), on unix works only putenv("TZ")
10751:
10752: * INSTALL: . xml libs versions updated
10753:
10754: * src/main/pa_globals.C: //20051130 trying to remove this, author
10755: claims that fixed a lot there // 20040920 for now both
10756: workarounds needed. wait for new libxml/xsl versions
10757:
10758: 2005-11-28 paf
10759:
10760: * src/classes/table.C: merged from HEAD: ! nameless table has
10761: columns==0
10762:
10763: * src/classes/table.C: ! nameless table has columns==0
10764:
10765: * src/main/pa_http.C: merged from HEAD: ! status line check made
10766: earlier [was totally wrong]
10767:
10768: * src/main/pa_http.C: ! status line check made earlier [was totally
10769: wrong]
10770:
10771: 2005-11-25 paf
10772:
10773: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10774: undoing for now...
10775:
10776: * src/include/pa_version.h: -this reduces speed(table::load),
10777: strange. undoing
10778:
10779: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10780:
10781: * src/classes/op.C: + ^while(){}[SEPARATOR]
10782:
10783: * src/include/pa_array.h: + optimistics added: all arrays (table
10784: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10785: this speeds things up and saves memory a LOT! (not noticed
10786: negative effect on syntetic tests, future will tell...)
10787:
10788: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10789: changed gc_malloc implementation, which obscured profiling
10790:
10791: * src/classes/table.C: merged from HEAD: + optimized
10792: table::load/sql, now row ArrayString-s allocated with
10793: columns.count() elements and don't always grow from
10794: count=3[realloc,realloc]
10795:
10796: * src/classes/table.C: + optimized table::load/sql, now row
10797: ArrayString-s allocated with columns.count() elements and don't
10798: always grow from count=3[realloc,realloc]
10799:
10800: * src/classes/table.C: merged from HEAD: . ^table.save unused
10801: buffer after save
10802:
10803: * src/classes/table.C: . ^table.save unused buffer after save
10804:
10805: 2005-11-24 paf
10806:
10807: * configure.in: . merged glib2-config patch
10808:
10809: * configure.in: + trying to find glib2-config
10810:
10811: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10812: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10813: file/dir_readable to simple file/dir_exist, this would help in
10814: situations "class not found because .p file has bad rights" << in
10815: that case error would be explicit "access denied to 'this' file"
10816:
1.116 moko 10817: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10818:
10819: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10820: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10821: to simple file/dir_exist, this would help in situations "class
10822: not found because .p file has bad rights" << in that case error
10823: would be explicit "access denied to 'this' file"
10824:
10825: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10826: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10827: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10828: ^file::exec/cgi[script;$.charset[changed]
10829: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10830: encoded in $.charset charset
10831:
10832: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10833: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10834: encoded in $.charset charset
10835:
10836: * src/: include/Makefile.am, include/pa_common.h,
10837: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10838: main/pa_common.C, main/pa_http.C: . extracted http:// into
10839: separate file [preparation for
10840: ^file::cgi[script;$.form[$.field1[]
10841:
10842: 2005-11-22 paf
10843:
10844: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10845:
10846: * acinclude.m4, configure.in: . merged underquting fixes
10847:
1.116 moko 10848: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10849:
10850: * src/classes/op.C: . overmerged a little
10851:
10852: * src/main/compile.tab.C: Makefile
10853:
10854: * src/main/: pa_common.C: . less gcc warnings
10855:
10856: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10857: now reports original exception if we have no old cache
10858:
10859: * src/classes/op.C: + $exception.handled[cache] now reports
10860: original exception if we have no old cache
10861:
10862: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10863: from HEAD: + ^taint/untaint[regex] << escapes these:
10864: \^$.[]|()?*+{}
10865:
10866: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10867: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10868:
10869: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10870: getenv-ed variable, which does not work both on win32&unix.
10871: copied old TZ value now
10872:
10873: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10874: stored pointer to getenv-ed variable, which does not work both on
10875: win32&unix. copied old TZ value now
10876:
10877: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10878: getenv-ed variable, which does not work both on win32&unix.
10879: copied old TZ value now
10880:
10881: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10882: access to internal hash
10883:
10884: * src/types/pa_vresponse.C: + $response:headers access to internal
10885: hash
10886:
10887: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10888: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10889: isapi] this reduces number of "GC Warning: Repeated allocation of
10890: very large block" messages to only important onces
10891:
10892: * src/targets/isapi/parser3isapi.C: +
10893: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10894: isapi] this reduces number of "GC Warning: Repeated allocation of
10895: very large block" messages to only important onces
10896:
10897: * src/classes/string.C: merged from HEAD: + removed limitation on
10898: ^string/int/double:sql{}[$.default[({param style})] ]
10899:
10900: * src/classes/string.C: + removed limitation on
10901: ^string/int/double:sql{}[$.default[({param style})] ]
10902:
10903: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10904: with ?params or $.form option" limitation
10905:
10906: * src/main/pa_common.C: + removed "use either uri with ?params or
10907: $.form option" limitation
10908:
10909: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10910: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10911: ^file::base64[encoded] decode
10912:
10913: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10914: main/pa_common.C: + ^file.base64[] encode +
10915: ^file::base64[encoded] decode
10916:
10917: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10918: ^string:base64[encoded] decode
10919:
10920: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10921: ^string:base64[in] encode + ^string.base64[] decode
10922:
10923: 2005-11-21 paf
10924:
10925: * src/classes/file.C: + merged from HEAD:
10926: ^file::create[text;file.xml;^untaint[xml]{data}]
10927:
10928: * src/classes/file.C: +
10929: ^file::create[text;file.xml;^untaint[xml]{data}]
10930:
10931: * src/main/pa_request.C: ! merged: $response:body[file] now
10932: differes from :download, it does not return content-disposition
10933: at all now [previusely it returned valueless content-disposition]
10934:
10935: * src/main/pa_request.C: ! $response:body[file] now differes from
10936: :download, it does not return content-disposition at all now
10937: [previusely it returned valueless content-disposition]
10938:
10939: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10940: literals, reverted to just vvod, recreating empty array with each
10941: void_value token. that's absolutely needed, since that array
10942: grows
10943:
10944: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10945: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10946: types/pa_vmethod_frame.h: + merged: expression literals:
10947: true/false. ^format[$.indent(true)]
10948:
10949: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10950: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10951: types/pa_vmethod_frame.h: + expression literals: true/false.
10952: ^format[$.indent(true)]
10953:
10954: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10955: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10956: i386-pc-win32)"
10957:
10958: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10959: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10960: i386-pc-win32)"
10961:
10962: 2005-11-18 paf
10963:
10964: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10965: null}[$.default(123)] will now return default value
10966:
10967: * src/classes/op.C: + merged ^cache[] << returns current cache
10968: expiration time
10969:
10970: * src/classes/op.C: + ^cache[] << returns current cache expiration
10971: time
10972:
10973: * src/classes/table.C: ! merged ^table::create[not'nameless';
10974: failed << Exception.problem_source pointed to local var!
10975:
10976: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10977: Exception.problem_source pointed to local var!
10978:
10979: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10980: now loads VFile.ptr!=0, so such files can be saved now
10981:
10982: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10983: loads VFile.ptr!=0, so such files can be saved now
10984:
10985: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10986: only . and .. now removed from list [were removed all .*]
10987:
10988: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10989: .. now removed from list [were removed all .*]
10990:
10991: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10992: open error now checked, were not :( [stole that piece from apache
10993: 1.3 sources]
10994:
10995: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10996: checked, were not :( [stole that piece from apache 1.3 sources]
10997:
10998: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10999: untainting of @main result if returned by $result or
11000: $response:body
11001:
11002: * src/main/pa_request.C: ! ensured proper untainting of @main
11003: result if returned by $result or $response:body
11004:
11005: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11006: issue: now tries to guess content-length and allocates one big
11007: piece if possible [regretfully gc_realloc works as malloc+free,
11008: leaving lots of holes behind]
11009:
11010: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11011: fixed file load memory issue: now tries to guess content-length
11012: and allocates one big piece if possible [regretfully gc_realloc
11013: works as malloc+free, leaving lots of holes behind]
11014:
11015: 2005-11-16 paf
11016:
11017: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11018: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11019: table::save with enclosers now doubles them: "->"" !
11020: table::save/load do not remove elements from options hash
11021:
11022: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11023: [were overoptimized ^if(double_literal), compiler confused
11024: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11025:
11026: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11027: [were overoptimized ^if(double_literal), compiler confused
11028: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11029:
11030: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11031: main/pa_common.C: ! table::save with enclosers now doubles them:
11032: "->"" ! table::save/load do not remove elements from options hash
11033:
11034: 2005-11-03 paf
11035:
1.116 moko 11036: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11037: compilation, not all makefiles liked that
1.95 moko 11038:
11039: 2005-08-30 paf
11040:
11041: * src/classes/op.C: merge . speedup check of [DEFAULT]
11042:
11043: * src/classes/op.C: . speedup check of [DEFAULT]
11044:
11045: 2005-08-26 paf
11046:
11047: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11048:
11049: * src/: classes/date.C, types/pa_vdate.h: + date.week
11050:
11051: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11052: complains about bad!=nameless
11053:
11054: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11055: about bad!=nameless
11056:
11057: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11058: optional options were allowed to be empty. were checked
11059: if(is_string), changed to !defined||is_string to allow void
11060:
11061: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11062: classes/string.C, classes/table.C, classes/void.C: ! optional
11063: options were allowed to be empty. were checked if(is_string),
11064: changed to !defined||is_string to allow void
11065:
11066: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11067: as_junction where they needed as_int/double, so failed with
11068: recent "(const) now no junction" optimization
11069:
11070: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11071: merged ! many classes/* used as_junction where they needed
11072: as_int/double, so failed with recent "(const) now no junction"
11073: optimization
11074:
11075: * src/: classes/double.C, classes/int.C, classes/math.C,
11076: classes/op.C, classes/string.C, classes/table.C,
11077: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11078: used as_junction where they needed as_int/double, so failed with
11079: recent "(const) now no junction" optimization
11080:
11081: 2005-08-24 paf
11082:
11083: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11084: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11085: stripped it
11086:
11087: 2005-08-09 paf
11088:
11089: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11090: not cleared
11091:
11092: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11093: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11094: classes/hashfile.C, classes/image.C, classes/int.C,
11095: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11096: classes/response.C, classes/string.C, classes/table.C,
11097: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11098: include/pa_array.h, include/pa_cache_managers.h,
11099: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11100: include/pa_config_fixed.h, include/pa_config_includes.h,
11101: include/pa_dictionary.h, include/pa_dir.h,
11102: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11103: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11104: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11105: include/pa_request_charsets.h, include/pa_request_info.h,
11106: include/pa_sapi.h, include/pa_socks.h,
11107: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11108: include/pa_stack.h, include/pa_string.h,
11109: include/pa_stylesheet_connection.h,
11110: include/pa_stylesheet_manager.h, include/pa_table.h,
11111: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11112: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11113: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11114: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11115: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11116: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11117: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11118: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11119: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11120: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11121: main/pa_sql_driver_manager.C, main/pa_string.C,
11122: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11123: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11124: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11125: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11126: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11127: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11128: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11129: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11130: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11131: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11132: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11133: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11134: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11135: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11136: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11137: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11138: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11139: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11140: types/pa_vresponse.C, types/pa_vresponse.h,
11141: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11142: types/pa_vstateless_object.h, types/pa_vstatus.C,
11143: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11144: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11145: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11146: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11147: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11148:
11149: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11150: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11151: speedup consequent checks in vmethod_frame
11152:
11153: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11154: not cleared
11155:
11156: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11157: params: 50 max (were 10)
11158:
11159: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11160: params: 50 max (were 10)
11161:
11162: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11163: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11164: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11165: empty string) ! simplified (double) speedup consequent checks in
11166: vmethod_frame
11167:
11168: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11169: optimized constants in expressions vstring->vdouble + optimized
11170: ^call(vdouble), no junction creation, no calls later
11171:
11172: 2005-08-08 paf
11173:
11174: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11175: compile_tools.h: merged + optimized constants in expressions
11176: vstring->vdouble + optimized ^call(vdouble), no junction
11177: creation, no calls later
11178:
11179: * src/types/pa_vdouble.h: merged . double values without fractional
11180: part now default printed as %.0f instead of %g
11181:
11182: * src/types/pa_vdouble.h: . double values without fractional part
11183: now default printed as %.0f instead of %g
11184:
11185: * src/classes/hashfile.C: . merged ! second hashfile::open would
11186: cause an exception
11187:
11188: * src/classes/hashfile.C: ! second hashfile::open would cause an
11189: exception
11190:
11191: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11192: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11193: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11194: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11195: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11196: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11197: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11198: types/pa_vresponse.h, types/pa_vstateless_class.C,
11199: types/pa_vstateless_object.h, types/pa_vvoid.h,
11200: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11201: merged VJunction(new Junction) optimization from 3.1.4
11202:
11203: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11204: types/pa_vstateless_class.C: + optimized new VJunction(new
11205: Junction(params)) to new VJunction(params), thousands of mallocs
11206: removed
11207:
11208: 2005-08-05 paf
11209:
11210: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11211: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11212: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11213: creation, no calls later
11214:
11215: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11216: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11217: classes/hashfile.C, classes/image.C, classes/int.C,
11218: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11219: classes/response.C, classes/string.C, classes/table.C,
11220: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11221: include/pa_array.h, include/pa_cache_managers.h,
11222: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11223: include/pa_config_fixed.h, include/pa_config_includes.h,
11224: include/pa_dictionary.h, include/pa_dir.h,
11225: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11226: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11227: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11228: include/pa_request_charsets.h, include/pa_request_info.h,
11229: include/pa_sapi.h, include/pa_socks.h,
11230: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11231: include/pa_stack.h, include/pa_string.h,
11232: include/pa_stylesheet_connection.h,
11233: include/pa_stylesheet_manager.h, include/pa_table.h,
11234: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11235: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11236: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11237: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11238: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11239: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11240: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11241: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11242: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11243: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11244: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11245: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11246: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11247: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11248: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11249: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11250: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11251: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11252: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11253: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11254: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11255: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11256: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11257: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11258: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11259: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11260: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11261: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11262: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11263: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11264: types/pa_vstateless_object.h, types/pa_vstatus.C,
11265: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11266: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11267: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11268: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11269: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11270:
11271: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11272: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11273: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11274: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11275: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11276: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11277: optimized constants in expressions vstring->vdouble
11278:
11279: 2005-07-29 paf
11280:
11281: * src/types/pa_vclass.C: . shaped up error messages a bit
11282:
11283: * src/types/pa_vclass.C: + property getter can now be overridden
11284:
11285: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11286: bug fix: static parent fields were not replaced in case
11287: $derived:field[put] + property setter can now be overridden
11288:
11289: 2005-07-28 paf
11290:
11291: * configure, configure.in, src/classes/classes.h,
11292: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11293: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11294: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11295: src/classes/xnode.h, src/include/pa_hash.h,
11296: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11297: src/types/Makefile.am, src/types/pa_method.h,
11298: src/types/pa_value.h, src/types/pa_vclass.C,
11299: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11300: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11301: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11302: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11303: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11304: src/types/pa_vobject.C, src/types/pa_vobject.h,
11305: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11306: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11307: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11308: src/types/pa_vstateless_class.h,
1.95 moko 11309: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11310: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11311: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11312: dynamic_fields_join
11313:
11314: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11315: classes/xnode.C, include/pa_hash.h, main/execute.C,
11316: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11317: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11318: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11319: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11320: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11321: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11322: types/pa_vresponse.h, types/pa_vstateless_object.h,
11323: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11324: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11325: restored its checks in vobject.put_element->static fields |
11326: dynamic properties
11327:
11328: 2005-07-27 paf
11329:
11330: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11331: is some old code containing @set_name $name
11332:
11333: * src/types/pa_vobject.h: . fixed warning
11334:
11335: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11336: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11337:
11338: * src/: classes/xnode.C, include/pa_hash.h,
11339: types/pa_vstateless_class.C: ! new asserts were all false.
11340: regretfully reverted them all to checks
11341:
11342: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11343: classes/op.C, main/execute.C, types/pa_method.h,
11344: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11345: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11346: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11347: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11348: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11349: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11350: types/pa_vstateless_object.h, types/pa_vvoid.h,
11351: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11352: joined_dynamic_fields: removed unused param from put_method
11353: (returned to 3 params)
11354:
11355: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11356: joined_dynamic_fields: dynamic get/set works with overriding
11357: props [alpha2]
11358:
11359: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11360: works [alfa]
11361:
11362: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11363: classes/op.C, include/pa_hash.h, main/execute.C,
11364: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11365: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11366: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11367: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11368: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11369: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11370: types/pa_vresponse.h, types/pa_vstateless_class.C,
11371: types/pa_vstateless_object.h, types/pa_vvoid.h,
11372: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11373: joined_dynamic_fields: just compiled
11374:
11375: * src/: classes/date.C, classes/file.C, classes/hash.C,
11376: classes/hashfile.C, classes/image.C, classes/table.C,
11377: classes/xdoc.C, classes/xnode.h, main/execute.C,
11378: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11379: types/pa_vstateless_class.h: joined_dynamic_fields: started
11380:
11381: * src/types/pa_vobject.C: . object setters [only started, does not
11382: work yet]
11383:
11384: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11385: object setters [only started, does not work yet]
11386:
11387: 2005-07-26 paf
11388:
11389: * src/: include/pa_request.h, main/execute.C: . properties: set
11390: works [alpha2]. for classes. todo: for objects
11391:
11392: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11393: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11394: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11395: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11396: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11397: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11398: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11399: types/pa_vstateless_object.h, types/pa_vvoid.h,
11400: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11401: properties: set works [alpha1]
11402:
11403: 2005-07-25 paf
11404:
11405: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11406: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11407: properties: started, get works [alpha1, other approach]
11408:
11409: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11410: properties: started, get works [alpha2]
11411:
11412: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11413: pa_vstateless_class.h: . properties: started, get works [alpha]
11414:
11415: 2005-07-15 paf
11416:
11417: * src/: classes/classes.h, classes/op.C, main/execute.C,
11418: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11419: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11420: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11421: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11422: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11423: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11424: types/pa_vresponse.C, types/pa_vresponse.h,
11425: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11426: types/pa_vstateless_object.h, types/pa_vvoid.h,
11427: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11428: types/pa_wwrapper.h, types/types.vcproj: + started property
11429: [getters work but think of changing them too to precaching]
11430:
11431: 2005-07-08 paf
11432:
11433: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11434: gpf
11435:
11436: 2005-06-28 paf
11437:
11438: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11439: in passing empty strings to file::exec/cgi environment
11440:
11441: 2005-06-06 paf
11442:
11443: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11444: ^table:sql ^hash:sql now DO process $.bind option
11445:
11446: 2005-05-24 paf
11447:
11448: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11449: $.limit] now work again [support was broken in 3.1.4]
11450:
11451: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11452: ALL_INTERIOR_POINTERS
11453:
11454: 2005-05-12 paf
11455:
11456: * configure: 3.1.5beta
11457:
11458: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11459:
11460: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11461: $.limit] now work again [support was broken in 3.1.4]
11462:
11463: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11464: line-width [was refusing to fill if line-width >1, thanks to
11465: Seras <seras@pinxit.lt> for repro case
11466:
11467: 2005-04-25 paf
11468:
11469: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11470: correctly
11471:
11472: 2005-04-19 paf
11473:
11474: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11475: in VString violating invariant!!
11476:
11477: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11478: getenv("TZ")==null
11479:
11480: 2005-04-08 paf
11481:
11482: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11483: bugfix: when there is no char in charset one byte produces 6
11484: (ÿ <<max). increased buffer size!
11485:
11486: 2005-03-23 paf
11487:
11488: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11489: ^date.sql-string now takes TZ into account
11490:
11491: 2005-03-16 paf
11492:
11493: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11494: gcc 3.4
11495:
11496: * src/types/pa_vhash.C: . warning about eof eol
11497:
11498: 2005-02-17 paf
11499:
11500: * operators.txt, src/classes/op.C: + operator ^sleep(double
11501: seconds)
11502:
11503: 2005-02-02 paf
11504:
11505: * src/classes/xnode.C: beauty: removed needless includes
11506:
11507: 2005-01-31 paf
11508:
11509: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11510: $.partNoNumber now alias to $.part1
11511:
11512: * src/types/pa_vmail.C: change: incoming letter part contains
11513: "content-disposition" header with any value? now considering that
11514: part to be "file#" [for text/plain text/html were $.text#
11515: $.html#]
11516:
11517: * INSTALL: updatet to latest working versions available
11518:
11519: 2005-01-20 paf
11520:
11521: * configure.in, src/include/pa_version.h: version
11522:
11523: 2005-01-19 paf
11524:
1.116 moko 11525: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11526: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11527: couple warnings in parser3.C
1.95 moko 11528:
11529: 2004-12-23 paf
11530:
11531: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11532:
11533: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11534: dir to directory of script (when shbang used), not to directory
11535: of its interpreter
11536:
11537: * src/include/pa_version.h: compiled on win32...
11538:
11539: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11540: we need more hspace
11541:
11542: * configure, configure.in, src/include/pa_version.h: configured
11543: host to pa_version. will be displayed everywhere
11544:
11545: * src/main/pa_request.C: new: @unhandled_exception can prevent
11546: exception from being logged by setting $exception.handled(1)
11547:
11548: * operators.txt, src/classes/file.C: change:
11549: ^file::sql{query}[[options]] options: $.name[file name]
11550: $.content-type[application/what]
11551:
11552: * src/: include/pa_common.h, main/pa_common.C,
11553: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11554: new file
11555:
11556: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11557: bugfix: table->hash now regards _default
11558:
11559: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11560: created by accessing $name_of_method it acquired bad self=closest
11561: methodframe; instead of proper self (current class)
11562:
11563: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11564: hashfile produced bad cord
11565:
11566: 2004-12-10 paf
11567:
11568: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11569: subsequent failures though defined in .h
11570:
11571: * src/main/pa_common.C: comment on volatile
11572:
11573: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11574: alarm function were not used since the beginning due to stupid
11575: error [setsigjmp were not checked in configure.in]
11576:
11577: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11578: unix too
11579:
11580: * src/main/pa_common.C: http: exception status of send/recv errors
11581: change to most probable http.timeout
11582:
11583: * src/main/pa_common.C: win32: http connection $.timeout option now
11584: works [setsockopt on send/receive]
11585:
11586: 2004-12-08 paf
11587:
11588: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11589: cstr-ed knowing mail charset, and untainting uri lang now knows
11590: proper charset
11591:
11592: 2004-11-24 paf
11593:
11594: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11595:
11596: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11597: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11598:
11599: 2004-11-12 paf
11600:
11601: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11602: [since 3.0.4]
11603:
11604: 2004-11-09 paf
11605:
11606: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11607: writes basics to c:\parser3.log
11608:
11609: 2004-10-21 paf
11610:
11611: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11612: tainted strings [were returning clean onces]
11613:
11614: 2004-10-15 paf
11615:
11616: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11617: cycles(i=1; i=2), which was wrong, now does ONE
11618:
11619: 2004-10-12 paf
11620:
11621: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11622:
11623: 2004-10-07 paf
11624:
11625: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11626: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11627: release asserts
11628:
11629: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11630: String.dump() to stdout in detailed form [were String.v() in
11631: short form]
11632:
11633: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11634: \t\r\n as @#| and truncates long char sequences less
11635:
11636: 2004-10-06 paf
11637:
11638: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11639: win32 beauty: socket errors properly decoded
11640:
11641: 2004-10-05 paf
11642:
11643: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11644: request::configure_user/admin done always, even if no
11645: file-to-process useful in @unhandled_exception [say, if they
11646: would want to mail by SMTP something]
11647:
11648: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11649: now performed prior to file loading [and @auto executing] thus
11650: making $cookie:value available in @auto and in
11651: @unhandled_exception when IIS is configured to run interpreter
11652: even if no file exist
11653:
11654: 2004-09-20 paf
11655:
11656: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11657: somewhere where it should have called xmlMalloc and it calls
11658: xmlFree when it should have not called it. inserted two
11659: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11660: xmlFree just ignored. put away a testcase, maybe someday libxml
11661: author would fix all that. until that day: we have SLOW garbage
11662: collecting when many xml objects are alive hint: do
11663: ^memory:compact[] before xdoc::create
11664:
11665: 2004-09-17 paf
11666:
11667: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11668: error from 3.0.8 version]
11669:
11670: 2004-09-14 paf
11671:
11672: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11673: part bugfix: hashfile.foreach iterated only part if hashfile were
11674: modified inside
11675:
11676: 2004-09-13 paf
11677:
11678: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11679: [were as octal]
11680:
11681: * src/types/pa_vhashfile.C: beauty: not reproduced
11682: $hashfile.key[$novalue] bug [reported by motorin], inserted
11683: safety-check
11684:
11685: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11686: [not something obscure from sdbm lib]
11687:
11688: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11689: = strerror now returnes something and we can properly report that
11690: to client
11691:
11692: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11693: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11694:
11695: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11696: [tainted as-is] this helps //[space][newline] to remain as-is and
11697: not be unnecessary optimized away [ruining javascript]
11698:
11699: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11700: [tainted as-is]
11701:
11702: * src/classes/mail.C: bugfix: typo error
11703:
11704: 2004-09-09 paf
11705:
11706: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11707: separators bugfix: loads header with endings \r\n\r\n and \n\n
11708: (bloody yandex.server)
11709:
11710: 2004-09-06 paf
11711:
11712: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11713: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11714: encoded
11715:
11716: 2004-09-01 paf
11717:
11718: * src/types/pa_vmail.C: change: multipart/mixed changed to
11719: multipart/related outlook express have no problems showing
11720: unrelated attachments. todo: someday figure out a way of
11721: multipart/mixed multipart/related text/html
11722: image/xxx application/octet-stream << true attachments
11723:
11724: * src/types/pa_vmail.C: new:
11725: ^mail:send[$.file[$.content-disposition can be overriden new:
11726: empty mail header fields removed from letter
11727:
11728: * src/: classes/mail.C, include/pa_config_fixed.h,
11729: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11730: ^mail:send[ $.file[ $.any[header]
11731:
11732: 2004-08-30 paf
11733:
11734: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11735: warnings
11736:
11737: * src/main/pa_common.C: beauty: do not bother with charset
11738: detection when ^file::load[binary
11739:
11740: 2004-08-27 paf
11741:
11742: * src/main/pa_common.C: hack: for yandex.server http server
11743:
11744: 2004-08-18 paf
11745:
11746: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11747: possibly-chunked response
11748:
11749: 2004-08-17 paf
11750:
11751: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11752: $f.content-type now = that of http response
11753:
11754: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11755: $f.content-type now = that of http response
11756:
11757: 2004-07-30 paf
11758:
11759: * src/: include/pa_request.h, main/pa_request.C,
11760: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11761: win32: system&parser exceptions in release mode reported properly
11762: parser exception in exception handler WERE mistakenly reported as
11763: system exception, without details [in apache & isapi] +some
11764: beauty in exception text
11765:
11766: * src/: include/pa_exception.h, main/pa_request.C,
11767: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11768: release mode reported properly parser exception in exception
11769: handler WERE mistakenly reported as system exception, without
11770: details
11771:
11772: * src/main/execute.C: beauty: simplified system exception handling
11773:
11774: 2004-07-29 paf
11775:
11776: * src/classes/table.C: bugfix:
11777: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11778: were ignored, and \t used unconditionally]
11779:
11780: * src/types/Makefile.am: added vhash.c
11781:
11782: 2004-07-28 paf
11783:
11784: * src/: classes/date.C, classes/image.C, classes/math.C,
11785: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11786: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11787: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11788: failed on russian letters
11789:
11790: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11791: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11792: letters
11793:
11794: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11795: as 'currentDirectory' parameter to CreateProcess
11796:
11797: 2004-07-27 paf
11798:
11799: * src/targets/cgi/parser3.vcproj: beauty: win32:
11800: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11801: from release somewhere [to help searching for unhandled system
11802: exceptions]
11803:
11804: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11805: TZ shift
11806:
11807: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11808: but also in ctor
11809:
11810: 2004-07-26 paf
11811:
11812: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11813: src/main/pa_request.C, src/types/pa_vfile.h,
11814: src/types/pa_vhash.C, src/types/pa_vhash.h,
11815: src/types/types.vcproj: new: $response:body/download[
11816: $.file[name on disk] $.name[of file for user]
11817: $.mdate[date of last-modified. default from directory] ]
11818:
11819: * src/classes/file.C: moving file:send somewhere else..
11820:
11821: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11822: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11823: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11824: $response:download[ $.filename[filename] $.option[] ,, ]
11825:
11826: * src/classes/file.C: beauty: invalid mode thoroughly reported
11827:
11828: 2004-07-21 paf
11829:
11830: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11831: to several lines
11832:
11833: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11834:
11835: note: ms outlook[!express] shows only first 255 characters of
11836: subject
11837:
11838: 2004-07-15 paf
11839:
11840: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11841: off]
11842:
11843: 2004-07-14 paf
11844:
11845: * src/classes/table.C: bugfix: $.bind values now got untainted
11846: according to lang [were: as-is]
11847:
11848: 2004-07-07 paf
11849:
11850: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11851: checked that
11852:
11853: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11854: now untainted according to their languages. were: as-is.
11855: EVERYWHERE
11856:
11857: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11858: environment string now untainted according to their languages.
11859: were: as-is. EVERYWHERE
11860:
11861: * src/main/pa_exec.C: bufix: on unix environment string now
11862: untainted according to their languages. were: as-is. on win32:
11863: ok
11864:
11865: * parser3.vssscc: ...would not go unnoticed
11866:
11867: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11868: fails. in case on input appears nonutf, those bytes will be
11869: printed in %HH form. that can be easily decoded/recovered.
11870:
11871: this form is quite noticable, and hopefully would not go noticed
11872:
11873: 2004-07-06 paf
11874:
11875: * src/main/pa_exec.C: bufix: on unix environment string now
11876: untainted according to their languages. were: as-is. on win32:
11877: ok
11878:
11879: 2004-07-01 paf
11880:
11881: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11882: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11883: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11884: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11885: main/main.vcproj, targets/cgi/parser3.vcproj,
11886: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11887: option: global optimization ON
11888:
11889: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11890: to do xdoc::create{invalid chars} standard disables chars less
11891: then \x20, except tab, cr, lf.
11892:
11893: changed tainting so that those become '!'
11894:
11895: 2004-06-25 paf
11896:
11897: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11898: int on odd address [prev bugfix failed due to superwize
11899: optimizer, which turned memcpy into same 'ld' asm command]
11900:
11901: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11902: int on odd address
11903:
11904: 2004-06-22 paf
11905:
11906: * src/sql/pa_sql_driver.h: note: about possible optimization
11907:
11908: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11909: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11910: src/include/pa_config_includes.h: new: ^void:sql{call
11911: paf(:a)}[ $.bind[ $.a[2]
11912: ] ] output variables work. todo: check in out
11913: variables
11914:
11915: 2004-06-18 paf
11916:
11917: * src/: classes/file.C, classes/hash.C, classes/string.C,
11918: classes/table.C, classes/void.C, include/pa_globals.h,
11919: include/pa_sql_connection.h, main/compile.tab.C,
11920: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11921: $.bind[ $.a[2] ]
11922: ] input variables work. todo:output
11923:
11924: * src/targets/cgi/parser3.C: bugfix: iis specific
11925: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11926: /_bug.html?404;http://hpsv/test/
11927: --------------------------------------------------------------------------------
11928: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11929: --------------------------------------------------------------------------------
11930: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11931:
11932: 2004-06-16 paf
11933:
11934: * src/targets/cgi/parser3.C: new: iis specific
11935: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11936: $request:query
11937: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11938: $form:fields IIS-STATUS="404"
11939: IIS-DOCUMENT="http://server/_bug.html" f="v"
11940:
11941: todo: isapi too
11942:
11943: 2004-05-26 paf
11944:
11945: * src/include/pa_version.h: 3.1.3
11946:
11947: * operators.txt: beauty: removed outdated level 'table'
11948:
11949: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11950:
11951: * src/main/pa_string.C: beauty: removed 3 warnings
11952:
11953: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11954: classes/op.C: beauty: removed outdated level 'table'
11955:
11956: 2004-05-25 paf
11957:
11958: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11959: implementation. mistery: how anything worked
11960:
11961: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11962: changed, it is now safe to use url if pointers to it are stored
11963: to gc mem
11964:
11965: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11966: unknown errors reported and not cause SIGSEGV now
11967:
11968: 2004-05-24 paf
11969:
11970: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11971: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11972: less memory: CORD_chars_block originally intended to ... it was
11973: good that CORD_chars_block were not used: it consumes more memory
11974: [and, might be slow too] undoing that. [and removed that func so
11975: that it would not confuse parser developer in future]
11976:
11977: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11978: less memory: CORD_chars_block originally intended to
11979: speedup/reduce mem usage were forgotten, and were used stupid
11980: CORD_chars
11981:
11982: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11983:
11984: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11985: BIGENDIAN processors space-conserving mech failed, causing
11986: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11987: (1|2|3));
11988:
11989: 2004-05-14 paf
11990:
11991: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11992: bugfix: void now has vfile value, and $response:body[] works OK
11993:
11994: 2004-05-12 paf
11995:
11996: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11997: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11998: sources to use is_defined() {return as_bool();} along VBool
11999:
12000: 2004-05-11 paf
12001:
12002: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12003: referencing to local objects
12004:
12005: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12006: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12007: left intact
12008:
12009: 2004-04-15 paf
12010:
12011: * src/classes/date.C: merged: beauty: unused var removed
12012:
12013: * src/classes/date.C: beauty: unused var removed
12014:
12015: * src/include/: pa_exec.h: bugfix: interface without pointer
12016: provoked bug
12017:
12018: 2004-04-09 paf
12019:
12020: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12021:
12022: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12023:
12024: 2004-04-08 paf
12025:
12026: * src/classes/date.C: new: ^date::create[y-m-d
12027: h-M-s>>.milliseconds<<] now allowed, ignored so far
12028:
12029: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12030:
12031: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12032: to consult default catalog [usually, that file belongs to other
12033: user/group]
12034:
12035: 2004-04-06 paf
12036:
12037: * src/main/pa_common.C: beauty: gcc warning removed
12038:
12039: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12040: accept that trick, trying other
12041:
12042: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12043: explicit result problem
12044:
12045: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12046: explicit result problem
12047:
12048: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12049: explicit result problem
12050:
12051: * operators.txt, src/classes/string.C: new: ^string.append[string]
12052:
12053: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12054: main/execute.C: attempt_check_call_in_explicit_result_mode:
12055: failed
12056:
12057: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12058: http://i.p.a.ddress gethostbyaddr added [on some platforms
12059: gethostbyname failed with such 'domains'] now checked properly,
12060: were: needless reverse/forward dns lookup
12061:
12062: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12063: http://i.p.a.ddress gethostbyaddr added [on some platforms
12064: gethostbyname failed with such 'domains'] now checked properly,
12065: were: needless reverse/forward dns lookup
12066:
12067: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12068: @method[][result] means "no string output here" moved to lexical
12069: level [on grammar level it were too difficult]
12070:
12071: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12072: src/main/compile.y, src/main/compile_tools.h,
12073: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12074: @method[][result] means "no string output here", implemented part
12075: of that idea: compiler throws away string literal generation
12076: code. and barks nonwhitespace chars
12077:
12078: * operators.txt: truth: removed comment about $ORIGIN
12079:
12080: 2004-04-05 paf
12081:
12082: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12083: src/include/pa_version.h, src/main/pa_common.C,
12084: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12085:
12086: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12087: Konstantin Tomashevitch [mailto:konst@design.ru]
12088:
12089: * src/doc/html2chm.cmd: beauty: no need in bg here
12090:
12091: * src/doc/sources2html.cmd: beauty: same window, in bg it
12092: interfered with FAR console
12093:
12094: * configure, configure.in: 3.1.3
12095:
12096: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12097:
12098: * src/main/pa_common.C: removed warning
12099:
12100: * src/include/pa_version.h: 3.1.3
12101:
12102: 2004-04-02 paf
12103:
12104: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12105:
12106: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12107: allows to specify where to put parser log file
12108:
12109: 2004-04-01 paf
12110:
12111: * src/classes/table.C: bugfix: bugfix: table::load last line
12112: without tab and enter were ignored
12113:
12114: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12115: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12116: main/pa_socks.C, targets/cgi/parser3.C,
12117: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12118: bugfix: sql connections now are disconnected
12119:
12120: 2004-03-30 paf
12121:
12122: * src/classes/table.C: bugfix: table::load last line without tab
12123: and enter were ignored
12124:
12125: * src/classes/table.C: bufix: if last table lines were commented,
12126: gpfed
12127:
12128: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12129: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12130: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12131: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12132: doc/methoded.dox, doc/object.dox, doc/string.dox,
12133: doc/targets.dox, doc/value.dox, include/pa_version.h,
12134: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12135: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12136: bugfixes from 3.1.2, changed version to 3.1.3beta
12137:
12138: 2004-03-29 paf
12139:
12140: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12141: causes gpf
12142:
12143: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12144: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12145: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12146: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12147: value.dox: translated to english
12148:
12149: 2004-03-25 paf
12150:
12151: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12152: parser3project dependency removed
12153:
12154: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12155: bugfix: refused to compile without xml
12156:
12157: * src/types/pa_vform.C: beauty: removed warning
12158:
12159: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12160: any folder [removed last ;) folder dependency]
12161:
12162: * src/classes/classes.vcproj: bugfix: now all compiles in any
12163: folder [removed last ;) folder dependency]
12164:
12165: * src/include/pa_version.h: release
12166:
12167: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12168:
12169: * src/classes/table.C: beauty: comment& more meaningful error
12170: message
12171:
12172: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12173: $.hash[$.column_value1(true) ... ] [were producing some strang
12174: thing]
12175:
12176: 2004-03-23 paf
12177:
12178: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12179: and http status line parsing checked number of columns in table
12180: [user reported an assert]
12181:
12182: * operators.txt: example: on hashfile
12183:
12184: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12185: bugfix: junction reattach now actually reattaches a junction to
12186: new wcontext [were only assigning it to junction, which caused
12187: junction tracking to loose junction, and it's context were not
12188: killed, and it tried to process in invalid context, gpf]
12189:
12190: * src/targets/cgi/parser3.C: debug helper added
12191:
12192: 2004-03-19 paf
12193:
12194: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12195: "type(type)" in braces
12196:
12197: 2004-03-10 paf
12198:
12199: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12200: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12201: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12202: solution to search-in-namespaces problem:
12203: $xdoc.search-namespaces.x[http://pif.design.ru/]
12204: $nodes[^xdoc.select[//x:second]]
12205:
12206: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12207: expression][[NAMESPACES HASH]] allows to search for info in
12208: namespaces
12209:
12210: $nodes[^xdoc.select[//x:second][
12211: $.x[http://pif.design.ru/] ]]
12212:
12213: 2004-03-09 paf
12214:
12215: * operators.txt, src/main/pa_common.C: new:
12216: ^file::load[...][options] $.form[
12217: !$.field1[string]
12218: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12219: ] !$.body[string]
12220:
12221: GET ?here notGET(POST, HEAD, others) in content-type:
12222: application/x-www-form-urlencoded
12223:
12224: todo: upload files ability
12225:
12226: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12227: properly, done
12228:
12229: 2004-03-05 paf
12230:
12231: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12232: GET/POST $.form[$.fields started, not tested yet
12233: todo:$.field[table] for multiple values
12234:
12235: * operators.txt: new: http:// options $.user $.password basic
12236: authorization
12237:
12238: * src/main/pa_common.C: beauty: link to rtf added
12239:
12240: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12241: new: http:// options $.user $.password basic authorization
12242:
12243: * src/main/pa_common.C: beauty: removed needless vars
12244:
12245: * operators.txt: new: pgsql option [like that recently added to
12246: oracle driver] ClientCharset=parser-charset <<
12247: charset in which parser thinks client works
12248:
12249: * operators.txt: new: odbc option [like that recently added to
12250: oracle driver] ClientCharset=parser-charset <<
12251: charset in which parser thinks client works
12252:
12253: * src/sql/pa_sql_driver.h: beauty: important warning added
12254:
12255: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12256: char!
12257:
12258: * etc/parser3.charsets/windows-1251.cfg: typo
12259:
12260: 2004-03-04 paf
12261:
12262: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12263: cached, sql transcoding now goes faster
12264:
12265: * operators.txt: new: mysql option [like that recently added to
12266: oracle driver] ClientCharset=parser-charset <<
12267: charset in which parser thinks client works
12268:
12269: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12270: typo error
12271:
12272: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12273: chars commented
12274:
12275: 2004-03-03 paf
12276:
12277: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12278: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12279:
12280: 2004-03-02 paf
12281:
12282: * operators.txt: new[update typo]: !^void.left(n)
12283: nothing !^void.right(n) nothing !^void.mid(p[;n])
12284: nothing
12285:
12286: * operators.txt, src/classes/void.C: new: !^void.left(n)
12287: nothing !^void.right(n) nothing !^void.pos(p[;n])
12288: nothing
12289:
12290: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12291: ^file::sql[[name_to_become_$.name]]{} query result must be one
12292: row with columns: first: data second: file name third:
12293: content-type
12294:
12295: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12296: ^connect gets properly escaped string, which can be passed to
12297: request now this for mysql only. it's up to parser sql driver to
12298: fix zeros properly
12299:
12300: * INSTALL: note: added on building apache with this option:
12301: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12302:
12303: 2004-03-01 paf
12304:
12305: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12306: extension memory:compact befor processingrequest
12307:
12308: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12309: call sole column of result
12310:
12311: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12312: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12313: pixel color
12314:
12315: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12316: beauty: image -- less checks [were ugly impl]
12317:
12318: * src/classes/string.C: bugfix: ^string.left/right/mid with
12319: negative values now considered bad
12320:
12321: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12322:
12323: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12324: options now have unified defaults [after transform
12325: indent/omit-xml-declaration/standalone 'default' erroreously
12326: meant 'true']
12327:
12328: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12329: added [on some platforms gethostbyname failed with such
12330: 'domains']
12331:
12332: * src/include/pa_config_auto.h.in: no select check, no define
12333:
12334: * src/classes/string.C: feature: ^string.trim both parameters may
12335: be empty-strings, meaning kind=both chars=whitespaces
12336:
12337: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12338: exist
12339:
12340: * src/classes/string.C: check: trim 'chars' must not be empty,
12341: exception if it is
12342:
12343: * src/classes/string.C: changed: ^string.trim [] << both,
12344: whitespaces [start|both|end] << kind, whitespaces
12345: [start|both|end;chars] full
12346:
12347: 2004-02-27 paf
12348:
12349: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12350: method: ^string.trim[start|both|end[;chars]] default
12351: 'chars' -- whitespace chars finished
12352:
12353: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12354: src/main/pa_string.C: new method:
12355: ^string.trim[start|both|end[;chars]] default 'chars' --
12356: whitespace chars started, only start works
12357:
12358: * src/main/compile.C: bugfix: line numbers after
12359: ^process{}[$.line(-10]] can be negative, allowed to print they as
12360: signed
12361:
12362: * src/main/untaint.C: speed: there's no \n chars in output
12363: [normally], so no need to optimize them they could be retrived
12364: from databases, though. but 1. should be replaced 2. if not
12365: optimized, no harm done
12366:
12367: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12368: ^file::exec/cgi could return invalid status & zombie child can
12369: remain for short period until process exists [very bad in
12370: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12371:
12372: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12373: malicious SMTP server to attack as by returning too long status
12374: responses http://i2/tasks/edit/?id=4629448401140924947
12375:
12376: 2004-02-26 paf
12377:
12378: * operators.txt: feature: ^process...{CODE}[now has options] which
12379: are $.main[to what to rename @main] $.file[file,
12380: from which (user says) goes that CODE] $.lineno(line
12381: number in that file, where CODE starts. may be negative)
12382:
12383: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12384: src/main/compile.C, src/main/compile_tools.h,
12385: src/main/pa_request.C: feature: ^process...{CODE}[now has
12386: options] which are $.main[to what to rename @main]
12387: $.file[file, from which (user says) goes that CODE]
12388: $.lineno(line number in that file, where CODE starts. may be
12389: negative)
12390:
12391: 2004-02-25 paf
12392:
1.116 moko 12393: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12394: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12395:
12396: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12397: produces hash of column=>1
12398:
12399: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12400: with incomplete errno constants set
12401:
12402: 2004-02-24 paf
12403:
12404: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12405: "man select"
12406:
12407: * src/main/pa_os.C: beauty: <0 better then ==-1
12408:
12409: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12410:
12411: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12412:
1.116 moko 12413: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12414:
12415: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12416: unix: steps to work on unix [extracted 'to']
12417:
12418: * src/classes/mail.C: smtp on unix: steps to work on unix
12419:
12420: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12421:
1.116 moko 12422: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12423: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12424: unix [testing on solaris]
1.95 moko 12425:
12426: 2004-02-20 paf
12427:
12428: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12429: pointing that out
12430:
12431: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12432: fixed again [same solution, mistanenly removed one line]
12433:
12434: 2004-02-19 paf
12435:
12436: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12437: date::create from bad datetime in spring daylightsaving hole now
12438: OK for all platforms [on some platforms it failed]
12439:
12440: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12441: in daylightsaving hole] now throws error
12442:
12443: * src/classes/date.C: comment: mistake fixed
12444:
12445: 2004-02-18 paf
12446:
12447: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12448: now renderes in $request:charset, but in header puts
12449: $response:charset todo: make that default only so that coder
12450: could override that
12451:
12452: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12453: turns off omit-xml-declaration
12454:
12455: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12456: /.xsl for sample
12457:
12458: 2004-02-17 paf
12459:
12460: * src/classes/xdoc.C: beauty: needless helper class removed
12461:
12462: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12463: copied extra time
12464:
12465: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12466: part of libxml
12467:
12468: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12469: libxml to do the work] <xsl:output method="html"
12470: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12471: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12472: />
12473:
12474: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12475:
12476: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12477: caused assertion
12478:
12479: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12480: could hang. now such add does nothing, sub clears $hash
12481:
12482: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12483: not made quoted-printable
12484:
12485: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12486: string invariant
12487:
12488: 2004-02-16 paf
12489:
12490: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12491: cleared [were not cleared properly]
12492:
12493: 2004-02-13 paf
12494:
1.116 moko 12495: * src/include/pa_version.h: prerelease
1.95 moko 12496:
12497: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12498: used, introducing dependencies timestamp check
12499:
12500: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12501: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12502: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12503: .xsl.stamp now not used, introducing dependencies timestamp check
12504:
1.150 moko 12505: * configure.in: auto.p: @conf made relative
1.95 moko 12506:
12507: 2004-02-12 paf
12508:
12509: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12510: ruined empty <input type=file> submits. parser thought there were
12511: nameless empty file and $form:field got value of type 'file'
12512:
12513: * INSTALL: --without-threads
12514:
12515: * src/include/pa_sapi.h: 2004
12516:
12517: 2004-02-11 paf
12518:
12519: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12520: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12521: classes/hashfile.C, classes/image.C, classes/int.C,
12522: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12523: classes/response.C, classes/string.C, classes/table.C,
12524: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12525: include/pa_array.h, include/pa_cache_managers.h,
12526: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12527: include/pa_config_fixed.h, include/pa_config_includes.h,
12528: include/pa_dictionary.h, include/pa_dir.h,
12529: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12530: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12531: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12532: include/pa_request_charsets.h, include/pa_request_info.h,
12533: include/pa_socks.h, include/pa_sql_connection.h,
12534: include/pa_sql_driver_manager.h, include/pa_stack.h,
12535: include/pa_string.h, include/pa_stylesheet_connection.h,
12536: include/pa_stylesheet_manager.h, include/pa_table.h,
12537: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12538: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12539: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12540: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12541: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12542: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12543: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12544: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12545: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12546: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12547: main/pa_sql_driver_manager.C, main/pa_string.C,
12548: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12549: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12550: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12551: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12552: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12553: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12554: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12555: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12556: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12557: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12558: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12559: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12560: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12561: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12562: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12563: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12564: types/pa_vresponse.h, types/pa_vstateless_class.C,
12565: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12566: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12567: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12568: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12569: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12570: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12571:
12572: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12573: debug version of gc.dll
12574:
12575: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12576: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12577: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12578: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12579: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12580: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12581: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12582: processes
12583:
12584: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12585: main/pa_globals.C, targets/cgi/parser3.vcproj,
12586: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12587: changes to reflect libxml xsl new folders
12588:
12589: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12590: lib/smtp/smtp.vcproj, main/main.vcproj,
12591: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12592: to reflect libxml xsl new folders
12593:
12594: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12595: lib/smtp/smtp.vcproj, main/main.vcproj,
12596: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12597: types/types.vcproj: started changes to reflect libxml xsl new
12598: folders
12599:
12600: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12601: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12602: src/main/compile.tab.C, src/main/main.vcproj,
12603: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12604: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12605: started changes to reflect libxml xsl new folders
12606:
12607: 2004-02-10 paf
12608:
12609: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12610: compile. recommened latest libxml up to date
12611:
12612: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12613: pattern compilation errors", on which spent 4 hours worktime. use
12614: versions higher than that. recommended now latest up to date
12615:
12616: 2004-02-06 paf
12617:
12618: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12619: beauty: unified destructing style
12620:
12621: * src/main/untaint.C: beauty: removed old def/ifdef
12622:
12623: * src/main/untaint.C: beauty: coredump @unknown untaint language
12624: now
12625:
12626: 2004-02-03 paf
12627:
12628: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12629: targets/isapi/parser3isapi.C, types/pa_value.C,
12630: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12631: then %ld/%lu
12632:
12633: * src/main/pa_common.C: typo: %l -> %u
12634:
12635: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12636: in attributes or documents-results of transform now not xx;
12637:
12638: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12639:
12640: * src/main/pa_charset.C: bugfix: forgot to undo some
12641:
12642: * src/main/pa_charset.C: beauty: uncomment
12643: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12644: libraries
12645:
12646: 2004-02-02 paf
12647:
12648: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12649: $cookie:example[ $.value[value] $.path[/there/] ]
12650:
12651: $cookie:example[ $.value[] $.expires[session]
12652: $.path[/there/] $.domain[test.com] ]
12653:
12654: * src/types/pa_vform.C: bugfix: empty values with
12655: enctype=multipart/form-data now produce entries in $form:tables
12656: <form method=post enctype=multipart/form-data> <input type=hidden
12657: name=a> <input type=hidden name=b>
12658:
12659: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12660: <hr> <pre>$request:body
12661:
12662: 2004-01-30 paf
12663:
12664: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12665: or documents-results of transform now not xx;
12666:
12667: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12668: produce exception.
12669:
12670: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12671: bugfix: ^date::create[invalid fields now produce exception.
12672:
12673: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12674: year] now produces exception. todo: check other fields
12675:
12676: 2004-01-29 paf
12677:
12678: * src/include/pa_memory.h: typo error
12679:
12680: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12681: more byte then specified, then zeroed it << useless and
12682: potentially harmful(could gpf)
12683:
12684: 2004-01-22 paf
12685:
12686: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12687:
12688: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12689: optimization
12690:
12691: * src/main/untaint.C: bugfix: whitespace now optimized properly
12692: [were bug: ^taint[1 & 2]="1 &2"
12693:
12694: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12695: errors
12696:
12697: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12698: overflow
12699:
12700: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12701: error-reporting code * in parser-error reporting code [when no
12702: @unhandled_exception defined]
12703:
12704: fixed in one place: my *snprintf override
12705:
12706: 2004-01-13 paf
12707:
12708: * operators.txt: typo erro
12709:
12710: 2003-12-25 paf
12711:
12712: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12713: garbled [pieces after zero bytes were removed]
12714:
12715: 2003-12-22 paf
12716:
1.116 moko 12717: * src/include/Makefile.am: bugfix: removed from dist:
12718: src/include/pa_config_auto.h which were configured for
1.95 moko 12719: make-dist-platform and badly updated proper config file in target
12720: [when .tar used for updating existing source tree]
12721:
12722: * ChangeLog, operators.txt, src/classes/op.C,
12723: src/include/pa_sql_connection.h,
12724: src/include/pa_sql_driver_manager.h,
12725: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12726: feature: sql introducing ability to transcode charsets
12727:
12728: 2003-12-19 paf
12729:
12730: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12731: error message
12732:
12733: * src/main/pa_charset.C: bugfix: memory for charsethandler
12734: structure for libxml now allocated properly
12735:
12736: 2003-12-17 paf
12737:
12738: * src/types/pa_vfile.C: beauty: removed outdated cast
12739:
12740: * src/main/pa_common.C: bugfix: empty http response caused gpf
12741:
12742: * src/include/pa_string.h: bugfix: removed too strong a assert
12743:
12744: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12745: unreported xmlGenericErrors]
12746:
12747: 2003-12-15 paf
12748:
12749: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12750: works}
12751:
12752: 2003-12-11 paf
12753:
12754: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12755: id
12756: !$status:tid thread id
12757:
12758: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12759: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12760: bugfix(solaris): removed dependency on object initialization
12761: order [one more place]
12762:
12763: * src/: classes/file.C, classes/mail.C, classes/op.C,
12764: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12765: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12766: understand that
12767:
12768: * src/: classes/file.C, classes/mail.C, classes/op.C,
12769: classes/xdoc.C, include/pa_cache_managers.h,
12770: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12771: include/pa_stylesheet_manager.h, main/pa_request.C,
12772: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12773: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12774: ctor call [relying on implicit String::Body(cstr) call]
12775:
12776: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12777: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12778: object initialization order [two places]
12779:
12780: 2003-12-10 paf
12781:
12782: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12783: << time now ok
12784:
12785: * operators.txt, src/main/pa_sql_driver_manager.C,
12786: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12787: operational
12788:
12789: * ChangeLog, operators.txt, src/classes/xdoc.C,
12790: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12791: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12792: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12793: back operational
12794:
12795: 2003-12-02 paf
12796:
12797: * src/types/pa_vmail.C: bugfix:
12798: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12799: as-is forced]
12800:
12801: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12802: exceptions out of libxml callbacks: reimplemented error handling
12803: of http://localhost, parser://method and safemode check callbacks
12804:
12805: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12806: [merged from HEAD]
12807:
12808: * src/classes/image.C: nothing: comment removed
12809:
12810: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12811: addresses to int
12812:
12813: 2003-12-01 paf
12814:
12815: * src/main/pa_xml_io.C: bugfix: typo
12816:
12817: * src/main/pa_globals.C: bugfix: win32: compile prob
12818:
12819: * src/classes/xdoc.C: bugfix: typo
12820:
12821: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12822: exception
12823:
12824: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12825:
12826: 2003-11-28 paf
12827:
12828: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12829: all xml documents read
12830:
12831: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12832:
12833: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12834: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12835: replaced original open mech of xdoc::create & co to use libxml
12836: open, so that this would work for root document todo: safe mode
12837: checks to libxml: ideally to some 1 point
12838:
12839: * src/main/pa_xml_io.C: comment
12840:
12841: * operators.txt, src/main/pa_xml_io.C: leading / in
12842: http://parser[abscent params]
12843:
12844: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12845: works. todo: maybe replace original open mech of xdoc::create &
12846: co to use libxml open, so that this would work for root document
12847:
12848: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12849: "parser://method/params/here"> <test> &test^; </test> }]
12850:
12851: ^taint[^xdoc.string[]]
12852:
12853: @method[param] <!ENTITY test
12854: "test-entity-value+$form:user+$param!">
12855:
12856: 2003-11-27 paf
12857:
12858: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12859:
12860: * src/classes/date.C: bugfix: typo error
12861:
12862: 2003-11-26 paf
12863:
12864: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12865: src/main/Makefile.am, src/main/main.vcproj,
12866: src/main/pa_globals.C, src/main/pa_request.C,
12867: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12868: xml errors to hash<thread_id,error> reorganization: xml io moved
12869: to pa_xml_io.C/h
12870:
12871: * src/types/pa_value.h: warnings: --
12872:
12873: 2003-11-25 paf
12874:
12875: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12876: whatever)
12877:
12878: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12879: a, (c?x:y, z)
12880:
12881: * src/main/untaint.C: bugfix: consequences of not reading this
12882: comment: CORD_pos_chars_left /* Number of characters in cache.
12883: <= 0 ==> none */
12884:
12885: * src/include/pa_array.h: removed needless checks
12886:
12887: 2003-11-24 paf
12888:
12889: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12890: removed limit: now $form:xxx can be accessed anytime, even in
12891: @auto/conf [and request/response:charset still can be changed
12892: anytime]
12893:
12894: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12895: now not transcodes response body
12896:
12897: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12898: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12899: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12900: $xdoc.firstChild.firstChild.nodeValue[different]
12901: ^taint[^xdoc.string[]]
12902:
12903: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12904: workaround: static Hash::allocates -> static Hash_allocates
12905:
12906: 2003-11-21 paf
12907:
1.116 moko 12908: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12909: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12910: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12911:
12912: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12913:
12914: * src/classes/mail.C: bugfix: typo
12915:
12916: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12917: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12918: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12919: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12920: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12921: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12922:
12923: * src/main/pa_exec.C: bug in safe mode
12924:
12925: * src/include/Makefile.am: pa_xml_exception.h
12926:
12927: * src/targets/isapi/parser3isapi.C: more warnings --
12928:
12929: 2003-11-20 paf
12930:
12931: * src/: classes/math.C, classes/op.C, classes/string.C,
12932: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12933: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12934: --
12935:
12936: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12937: more warnings --
12938:
12939: * src/classes/xdoc.C: more warnings --
12940:
12941: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12942:
12943: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12944: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12945:
12946: * src/: classes/date.C, classes/file.C, classes/hash.C,
12947: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12948: classes/table.C, include/pa_cache_managers.h,
12949: include/pa_stylesheet_connection.h, main/pa_request.C,
12950: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12951: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12952: --
12953:
12954: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12955: can't report problem (undefined @unhandled_exception) problem
12956: source string were not reported
12957:
12958: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12959: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12960: classes/hashfile.C, classes/image.C, classes/int.C,
12961: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12962: classes/response.C, classes/string.C, classes/table.C,
12963: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12964: include/pa_array.h, include/pa_cache_managers.h,
12965: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12966: include/pa_config_fixed.h, include/pa_dictionary.h,
12967: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12968: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12969: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12970: include/pa_request.h, include/pa_request_charsets.h,
12971: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12972: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12973: include/pa_stack.h, include/pa_string.h,
12974: include/pa_stylesheet_connection.h,
12975: include/pa_stylesheet_manager.h, include/pa_table.h,
12976: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12977: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12978: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12979: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12980: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12981: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12982: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12983: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12984: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12985: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12986: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12987: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12988: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12989: targets/isapi/parser3isapi.C, types/pa_junction.h,
12990: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12991: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12992: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12993: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12994: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12995: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12996: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12997: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12998: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12999: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13000: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13001: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13002: types/pa_vresponse.h, types/pa_vstateless_class.C,
13003: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13004: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13005: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13006: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13007: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13008: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13009: const IDENT
13010:
13011: * src/: include/pa_array.h, include/pa_pool.h,
13012: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13013: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13014: types/pa_wcontext.h: more warnings --
13015:
13016: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13017: classes/file.C, classes/hash.C, classes/hashfile.C,
13018: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13019: classes/memory.C, classes/op.C, classes/string.C,
13020: classes/table.C, classes/xdoc.C, classes/xnode.C,
13021: include/pa_config_includes.h, include/pa_operation.h,
13022: include/pa_sql_connection.h, include/pa_table.h,
13023: include/pa_types.h, lib/ltdl/config_fixed.h,
13024: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13025: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13026: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13027: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13028: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13029: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13030: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13031: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13032: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13033: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13034: types/pa_vmail.C, types/pa_vobject.C,
13035: types/pa_vstateless_class.h, types/pa_vtable.C,
13036: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13037: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13038: on all projects (except libltdl=off & libsdbm=level3) found
13039: several unitialized vars
13040:
13041: 2003-11-19 paf
13042:
13043: * src/classes/op.C: more ansi C++ comp
13044:
13045: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13046: src/main/pa_request.C: ^cache[...]{body}{catch block with
13047: $exception.handled[cache] meaning "get expired cache, if any.
13048: else error"}
13049:
13050: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13051: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13052: ^cache[...]{body}{catch code with $exception.cache field}
13053:
13054: 2003-11-12 paf
13055:
13056: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13057: [copy/paste bug]
13058:
13059: 2003-11-11 paf
13060:
13061: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13062: failed]
13063:
13064: 2003-11-10 paf
13065:
13066: * src/types/pa_vconsole.h: flush
13067:
13068: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13069: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13070: read/write [for nntp]
13071:
13072: * operators.txt: mysql: transaction support: ?autocommit=0
13073:
13074: * operators.txt: comment: updated
13075:
13076: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13077: serialize version and exipire now removes entries
13078:
13079: * operators.txt: ^hashfile.delete[] removes files altogether [and
13080: dir, if could]
13081:
13082: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13083: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13084: removes files altogether [and dir, if could]
13085:
13086: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13087: nonexistent pair. .c coded that that was error. fixed
13088:
13089: * src/types/pa_vhashfile.C: sdbm: exception type change to
13090: file.access [regretfull can't split it to different exceptions
13091: without modifying sdbm source wich would prefer not to]
13092:
13093: 2003-11-07 paf
13094:
13095: * src/: classes/date.C, classes/file.C, classes/hash.C,
13096: classes/hashfile.C, classes/image.C, classes/table.C,
13097: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13098: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13099: main/execute.C, main/main.vcproj, main/pa_pool.C,
13100: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13101: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13102: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13103: destructing objects at request processing end
13104:
13105: 2003-11-06 paf
13106:
13107: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13108: updates
13109:
13110: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13111: to include sdbm
13112:
1.116 moko 13113: * src/include/: pa_config_includes.h, pa_version.h: our
13114: replacements of max& co only for cpp
1.95 moko 13115:
13116: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13117: upper dir, .am updated
13118:
13119: * tests/todo.txt: hashfile: done
13120:
13121: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13122: expiration [time in value. todo: move time to key]
13123:
13124: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13125:
13126: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13127: to do that in foreach, no errors, but surely wrong]
13128:
13129: * operators.txt, src/types/pa_vhashfile.C,
13130: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13131:
13132: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13133: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13134: foreach
13135:
13136: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13137: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13138:
13139: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13140: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13141:
13142: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13143: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13144: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13145: get/put [raw]
13146:
13147: * src/: classes/op.C, main/pa_os.C: just linked
13148:
13149: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13150: XmlException changes
13151:
13152: * src/: include/pa_charset.h, include/pa_globals.h,
13153: include/pa_stylesheet_connection.h, main/pa_exception.C:
13154: XmlException changes
13155:
13156: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13157:
13158: * src/: include/pa_common.h, include/pa_exception.h,
13159: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13160: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13161: main/pa_xml_exception.C: locking move to pa_os [along with
13162: pa_sleep] apr-impl locking done
13163:
13164: * configure, configure.in, operators.txt, parser3.sln,
13165: src/classes/classes.vcproj, src/classes/hashfile.C,
13166: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13167: src/include/pa_exception.h, src/include/pa_globals.h,
13168: src/include/pa_memory.h, src/include/pa_version.h,
13169: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13170: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13171: src/main/compile.tab.C, src/main/main.vcproj,
13172: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13173: src/types/Makefile.am, src/types/pa_vhash.C,
13174: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13175: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13176: again with sdbm from apache
13177:
13178: 2003-11-05 paf
13179:
13180: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13181: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13182: \parser3project dir anymore
13183:
13184: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13185: thoughtlessly from xalan]
13186:
13187: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13188: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13189: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13190:
13191: * src/main/helpers/CaseFolding.txt:
13192: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13193:
13194: 2003-11-04 paf
13195:
13196: * operators.txt: comment: ^mail:send[$.options[
13197:
13198: * src/classes/table.C: compiled on unix
13199:
1.116 moko 13200: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13201:
13202: * src/classes/mail.C: compiled on unix
13203:
13204: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13205: src/types/pa_vmail.h: !^mail:send[
13206: $.options[unix: string to append to sendmail command
13207: line]
13208:
13209: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13210: tests/todo.txt: ^table.save[... $.separator[^#09]
13211: $.encloser["] <nothing> by default
13212:
13213: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13214: !$.separator[^#09] !$.encloser["] <nothing> by
13215: default
13216:
13217: 2003-11-03 paf
13218:
13219: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13220: ^table::load[; options: !$.column-separator[^#09]
13221: !$.column-encloser["]
13222:
13223: * operators.txt, src/include/pa_config_fixed.h,
13224: src/types/pa_vrequest.C: $request:document-root
13225:
13226: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13227: [already included into uri=xxx]
13228:
13229: * operators.txt, src/classes/image.C, tests/todo.txt:
13230: ^image.gif[filename] for $response:download
13231:
13232: * src/classes/date.C: minor precaution
13233:
13234: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13235: !^date.unix-timestamp[]
13236:
13237: 2003-10-30 paf
13238:
13239: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13240: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13241:
13242: * src/classes/: date.C, image.C: improvement diagnostics:
13243: $now[^date::create[$undefined]] now is error
13244:
13245: * src/main/pa_common.C: read errors would now be reported 'actually
13246: read -1 bytes'
13247:
13248: 2003-10-24 paf
13249:
13250: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13251: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13252: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13253: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13254:
13255: 2003-10-22 paf
13256:
13257: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13258:
13259: 2003-10-21 paf
13260:
13261: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13262: fixed: string.match[g] without <'> option produced columns with
13263: NULL's, which gpf'ed at table.save time
13264:
13265: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13266: recoursion' message with intensive throw-catches fixed: incorrect
13267: name and line (one name upper then needed) in error message about
13268: problems inside try block
13269:
13270: 2003-10-10 paf
13271:
13272: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13273: check offset argument for validity did that in String::Body::pos
13274: myself http://i2/tasks/edit/?id=4577425257580789777
13275:
13276: 2003-10-07 paf
13277:
13278: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13279: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13280:
13281: 2003-10-03 paf
13282:
13283: * parser3.sln, src/include/pa_dictionary.h,
13284: src/main/pa_dictionary.C, src/main/pa_string.C,
13285: src/targets/cgi/parser3.vcproj: dictionary optimized by
13286: precalculating cstr&length
13287:
13288: 2003-10-02 paf
13289:
13290: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13291: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13292: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13293: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13294:
13295: 2003-09-30 paf
13296:
13297: * src/main/pa_string.C: string::replace bug fix [were ignoring
13298: occurrances after lang-mismatched
13299:
13300: 2003-09-29 paf
13301:
13302: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13303: helper
13304:
13305: * src/main/pa_string.C: string::serialize bug fix with
13306: zero-terminator
13307:
13308: * src/classes/table.C: ^nameless_table.save column row now has no
13309: \t at the end
13310:
13311: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13312: @postprocess now takes $response:body/download
13313:
13314: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13315: error message
13316:
13317: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13318:
13319: * src/classes/table.C: bugfix: flip: must produce nameless
13320: http://i2/tasks/edit/?id=4573405524674081244
13321:
13322: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13323: main/helpers/simple_folding.pl: utf-8 upper/lower
13324:
13325: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13326: to typo error http://i2/tasks/edit/?id=4573354650786434584
13327:
13328: 2003-09-26 paf
13329:
13330: * src/main/untaint.C: removed needless field
13331:
13332: * src/main/untaint.C: removed needless const
13333:
13334: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13335: String.for_each bug fixed [omited one-char cases]
13336:
13337: * src/include/pa_stack.h: bugfix: before collecting garbage,
13338: runtime-executor stack were cleared... BADLY
13339:
13340: * src/main/pa_string.C: ^stirng.replace code used old
13341: param-convention on langs.append, fixed that search fo the like,
13342: found none
13343:
13344: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13345: string::serialize/deserialize implemented Language enum assigned
13346: meaningful letters [more convinient for debugging. read warning
13347: before adding/changing anything]
13348:
13349: 2003-09-25 paf
13350:
13351: * src/: include/pa_string.h, include/pa_version.h,
13352: main/pa_string.C, main/untaint.C: templates and anonymous unions
13353: differences on unix
13354:
13355: * parser3.sln, src/classes/file.C, src/classes/image.C,
13356: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13357: src/classes/xdoc.C, src/classes/xnode.C,
13358: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13359: src/include/pa_charsets.h, src/include/pa_common.h,
13360: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13361: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13362: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13363: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13364: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13365: src/main/compile_tools.h, src/main/pa_charset.C,
13366: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13367: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13368: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13369: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13370: src/types/pa_vmail.C, src/types/pa_vmath.C,
13371: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13372: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13373:
13374: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13375: functions aligned to that of eeparser3 look
13376:
13377: * src/lib/cord/cordprnt.c: removed warnings
13378:
13379: 2003-09-24 paf
13380:
13381: * src/: classes/file.C, classes/image.C, classes/mail.C,
13382: classes/op.C, classes/xdoc.C, classes/xnode.C,
13383: include/pa_cache_managers.h, include/pa_charset.h,
13384: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13385: include/pa_sql_driver_manager.h, include/pa_string.h,
13386: include/pa_stylesheet_manager.h, include/pa_table.h,
13387: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13388: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13389: main/pa_sql_driver_manager.C, main/pa_string.C,
13390: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13391: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13392: types/pa_vstateless_class.h, types/pa_vstatus.C,
13393: types/pa_vxnode.C: v() functions of String::Body,
13394: String::Languages and String itself StringBody->String::Body
13395:
13396: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13397: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13398: never optimized anything. todo: somehow speed up harder cases:
13399: concatenationA+concatenationB when last block of A and first of B
13400: contain same letters
13401:
13402: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13403: lib/cord/include/cord.h: langs: speed up by joining adjucent
13404: blocks of same char [CORD_append_block]
13405:
13406: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13407: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13408: save space by extending blocks when appending block with c ==
13409: lastblock.c
13410:
13411: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13412: working yet :( but more working &understood :)
13413:
13414: * src/: classes/table.C, include/pa_string.h,
13415: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13416:
13417: 2003-09-23 paf
13418:
13419: * src/main/untaint.C: $a[ok!] $a works!
13420:
13421: * src/main/untaint.C: something even more works :)
13422:
13423: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13424: something more works :)
13425:
13426: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13427: lib/cord/cordxtra.c: something already works :)
13428:
13429: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13430: serialize&deserialize
13431:
13432: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13433: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13434: main/untaint.C: main idea implemented, details left
13435:
13436: 2003-09-22 paf
13437:
13438: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13439:
13440: * src/classes/xnode.C: copy/paste comment bugfix
13441:
13442: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13443: allocator returns 0, just die.
13444: http://i2/tasks/edit/?id=4570798492410259445
13445:
13446: * src/classes/xdoc.C: copy/paste comment bugfix
13447:
13448: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13449: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13450: xnode: getAttributeNS setAttributeNS removeAttributeNS
13451: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13452:
13453: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13454: chars due to bitwise operation signed-char error]
13455:
13456: 2003-09-19 paf
13457:
13458: * src/types/pa_wcontext.C: output message: more practical
13459: suggestion
13460:
13461: * src/main/pa_common.C, operators.txt: merged
13462: $f[^file::load[binary;http://...]] $f.tables
13463:
13464: 2003-09-02 paf
13465:
13466: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13467: flush stdout without referencing 'stdout' symbol. to hell with
13468: non-ansi libraries without 'stdout' symbol
13469:
13470: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13471: unix (users reported problems with some old libc)
13472:
13473: * src/types/pa_vdate.h: forgot initializer
13474:
13475: 2003-09-01 paf
13476:
13477: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13478: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13479: zone]
13480:
13481: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13482:
13483: 2003-08-19 paf
13484:
13485: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13486: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13487: simplified a little
13488:
13489: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13490: [lost fix from 3.0.8]
13491:
13492: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13493: visible here }
13494:
13495: bug fix
13496:
13497: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13498:
13499: * src/main/compile.tab.C: initialized couple of variables about
13500: which user reported runtime problems when parser were compiled
13501: with VC7, warning level4. study shows that later in bison
13502: they've fixed that. would migrate to latest bison someday
13503:
13504: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13505: recoding headers)
13506:
13507: * src/types/pa_vmail.C: works as before, same charset problems:
13508: gmime recodes to UTF-8 only headers, not body. so not recoding
13509: anything for now
13510:
13511: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13512: problems with body
13513:
13514: * src/types/pa_vmail.C: mail_receive just compiled
13515:
13516: 2003-08-18 paf
13517:
13518: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13519: main/main.vcproj, types/types.vcproj: win32: continued process
13520: detaching from \parser3project directory
13521:
13522: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13523: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13524: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13525: src/lib/pcre/pcre_dftables.dsp,
13526: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13527: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13528: src/types/types.dsp: moved to MSVC 7
13529:
13530: * gnu.vcproj.vspscc, parser3.vssscc,
13531: src/classes/classes.vcproj.vspscc,
13532: src/lib/cord/cord.vcproj.vspscc,
13533: src/lib/ltdl/libltdl.vcproj.vspscc,
13534: src/lib/md5/md5.vcproj.vspscc,
13535: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13536: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13537: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13538: src/targets/isapi/parser3isapi.vcproj.vspscc,
13539: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13540: moved to MSVC 7
13541:
13542: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13543: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13544: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13545: src/lib/pcre/pcre_dftables.vcproj,
13546: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13547: src/targets/cgi/parser3.vcproj,
13548: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13549: new VS project files
13550:
13551: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13552: .NET to detect Jalindi Igloo capabilities.
13553:
13554: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13555: src/classes/classes.awk, src/doc/footer.htm,
13556: src/include/pa_config_fixed.h, src/include/pa_version.h,
13557: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13558: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13559: src/types/pa_vmail.C: merged 3.1.0 latest changes
13560:
13561: 2003-08-15 paf
13562:
13563: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13564: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13565:
13566: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13567: non-ascii <yyy> now encoded correctly
13568:
13569: 2003-07-29 paf
13570:
1.116 moko 13571: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13572: dist
1.95 moko 13573:
13574: * src/types/pa_vmail.C: just started --with-mail-receive
13575:
13576: 2003-07-28 paf
13577:
1.116 moko 13578: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13579: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13580:
13581: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13582:
13583: 2003-07-25 paf
13584:
13585: * src/doc/footer.htm: year
13586:
13587: 2003-07-24 paf
13588:
13589: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13590: fix
13591:
13592: * src/include/pa_version.h: release
13593:
1.116 moko 13594: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13595:
13596: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13597: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13598: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13599: getting rid of win32xml pseudo project
13600:
13601: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13602:
1.116 moko 13603: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13604: configure.in, operators.txt, parser3.dsw,
1.95 moko 13605: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13606: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13607: src/classes/classes.C, src/classes/classes.awk,
13608: src/classes/classes.dsp, src/classes/classes.h,
13609: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13610: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13611: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13612: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13613: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13614: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13615: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13616: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13617: src/include/pa_array.h, src/include/pa_cache_managers.h,
13618: src/include/pa_charset.h, src/include/pa_charsets.h,
13619: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13620: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13621: src/include/pa_dictionary.h, src/include/pa_dir.h,
13622: src/include/pa_exception.h, src/include/pa_exec.h,
13623: src/include/pa_globals.h, src/include/pa_hash.h,
13624: src/include/pa_memory.h, src/include/pa_opcode.h,
13625: src/include/pa_operation.h, src/include/pa_pool.h,
13626: src/include/pa_pragma_pack_begin.h,
1.95 moko 13627: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13628: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13629: src/include/pa_sapi.h, src/include/pa_socks.h,
13630: src/include/pa_sql_connection.h,
13631: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13632: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13633: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13634: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13635: src/include/pa_uue.h, src/lib/Makefile.am,
13636: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13637: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13638: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13639: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13640: src/lib/cord/include/ec.h,
13641: src/lib/cord/include/private/Makefile.am,
13642: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13643: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13644: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13645: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13646: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13647: src/main/compile_tools.C, src/main/compile_tools.h,
13648: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13649: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13650: src/main/pa_charsets.C, src/main/pa_common.C,
13651: src/main/pa_dictionary.C, src/main/pa_dir.C,
13652: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13653: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13654: src/main/pa_request.C, src/main/pa_socks.C,
13655: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13656: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13657: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13658: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13659: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13660: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13661: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13662: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13663: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13664: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13665: src/targets/isapi/parser3isapi.dsp,
13666: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13667: src/types/pa_junction.h, src/types/pa_method.h,
13668: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13669: src/types/pa_vclass.C, src/types/pa_vclass.h,
13670: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13671: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13672: src/types/pa_vdouble.h, src/types/pa_venv.h,
13673: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13674: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13675: src/types/pa_vimage.C, src/types/pa_vimage.h,
13676: src/types/pa_vint.h, src/types/pa_vjunction.h,
13677: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13678: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13679: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13680: src/types/pa_vobject.C, src/types/pa_vobject.h,
13681: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13682: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13683: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13684: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13685: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13686: src/types/pa_vstring.h, src/types/pa_vtable.C,
13687: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13688: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13689: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13690: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13691: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13692: HEAD
13693:
13694: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13695: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13696: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13697: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13698: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13699: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13700: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13701: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13702: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13703: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13704: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13705: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13706: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13707: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13708: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13709: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13710: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13711: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13712: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13713: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13714: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13715: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13716: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13717: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13718: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13719: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13720: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13721: outputs/create-dir, results/001.processed, results/002.processed,
13722: results/003.processed, results/004.processed,
13723: results/005.processed, results/006.processed,
13724: results/007.processed, results/008.processed,
13725: results/009.processed, results/010.processed,
13726: results/011.processed, results/012.processed,
13727: results/013.processed, results/014.processed,
13728: results/015.processed, results/016.processed,
13729: results/017.processed, results/018.processed,
13730: results/019.processed, results/020.processed,
13731: results/021.processed, results/022.processed,
13732: results/023.processed, results/024.processed,
13733: results/025.processed, results/026.processed,
13734: results/027.processed, results/028.processed,
13735: results/029.processed, results/030.processed,
13736: results/031.processed, results/032.processed,
13737: results/033.processed, results/034.processed,
13738: results/035.processed, results/036.processed,
13739: results/037.processed, results/038.processed,
13740: results/039.processed, results/040.processed,
13741: results/041.processed, results/042.processed,
13742: results/043.processed, results/044.processed,
13743: results/045.processed, results/046.processed,
13744: results/047.processed, results/048.processed,
13745: results/049.processed, results/050.processed,
13746: results/051.processed, results/052.processed,
13747: results/053.processed, results/054.processed,
13748: results/055.processed, results/056.processed,
13749: results/057.processed, results/058.processed,
13750: results/059.processed, results/060.processed,
13751: results/061.processed, results/062.processed,
13752: results/063.processed, results/064.processed,
13753: results/065.processed, results/066.processed,
13754: results/067.processed, results/068.processed,
13755: results/069.processed, results/070.processed,
13756: results/071.processed, results/072.processed,
13757: results/073.processed, results/074.processed,
13758: results/075.processed, results/076.processed,
13759: results/077.processed, results/078.processed,
13760: results/079.processed, results/080.processed,
13761: results/081.processed, results/082.processed,
13762: results/083.processed, results/084.processed,
13763: results/085.processed, results/086.processed,
13764: results/087.processed, results/088.processed,
13765: results/089.processed, results/090.processed,
13766: results/091.processed, results/092.processed,
13767: results/093.processed, results/094.processed,
13768: results/095.processed, results/096.processed,
13769: results/097.processed, results/098.processed,
13770: results/099.processed, results/100.processed,
13771: results/101.processed, results/102.processed,
13772: results/103.processed, results/104.processed,
13773: results/105.processed, results/106.processed,
13774: results/107.processed, results/108.processed,
13775: results/109.processed, results/110.processed,
13776: results/111.processed, results/112.processed,
13777: results/113.processed, results/114.processed,
13778: results/115.processed, results/116.processed,
13779: results/117.processed, results/118.processed,
13780: results/119.processed, results/120.processed,
13781: results/121.processed, results/122.processed,
13782: results/123.processed, results/124.processed,
13783: results/125.processed, results/126.processed,
13784: results/127.processed, results/128.processed,
13785: results/129.processed, results/130.processed,
13786: results/131.processed, results/132.processed,
13787: results/133.processed, results/134.processed,
13788: results/135.processed, results/136.processed,
13789: results/137.processed, results/138.processed,
13790: results/139.processed, results/140.processed,
13791: results/141.processed: merged(copied) to HEAD from template_gc
13792:
13793: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13794: towards \parser3project not having to be in root
13795:
13796: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13797: module compiled [were minor unnecessary changes in lib/md5
13798: interface]
13799:
13800: * src/include/pa_version.h: release
13801:
13802: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13803:
13804: * src/classes/math.C: merged uuid bugfix
13805:
13806: * tests/: 141.html, results/141.processed: fixed bug with
13807: too-small-a-buffer
13808:
13809: * src/classes/math.C: uuid bugfix
13810:
13811: * tests/: 141.html, Makefile, results/005.processed,
13812: results/030.processed, results/075.processed,
13813: results/078.processed: to reflect date format change (were -
13814: become ' ')
13815:
13816: * src/classes/math.C: uuid bugfix
13817:
13818: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13819: debug/release changes
13820:
13821: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13822:
13823: 2003-07-23 paf
13824:
13825: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13826: renamed a little [to move to comman naming conv]
13827:
1.116 moko 13828: * src/targets/Makefile.am: apache13 splitted to simplify apache
13829: build
1.95 moko 13830:
13831: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13832: main/pa_request.C, main/pa_sql_driver_manager.C,
13833: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13834: stack top_index() fixed
13835:
13836: * src/main/pa_globals.C: minor style changes
13837:
13838: * src/: classes/op.C, include/pa_sql_connection.h: connection
13839: closing/caching fixed [connections were not closed/put to cache]
13840:
13841: 2003-07-22 paf
13842:
13843: * INSTALL: gc part updated stightly
13844:
13845: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13846: new sapi interface
13847:
13848: * src/classes/file.C: comment on OS
13849:
13850: * src/main/pa_string.C: removed reduntant invariant check [there is
13851: one deeper in cord lib]
13852:
13853: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13854:
13855: * src/main/pa_memory.C: out of memory is no longer coredump
13856:
13857: * INSTALL: disable-threads adviced
13858:
13859: 2003-07-21 paf
13860:
1.116 moko 13861: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13862:
13863: * src/classes/file.C: file::exec/cgi environment variables now must
13864: be UPPERCASE and A-Z 0-9 _-
13865:
13866: * src/classes/file.C: env passing fixed
13867:
13868: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13869:
13870: * src/main/pa_common.C: http:// CRLF now
13871:
13872: 2003-07-02 paf
13873:
13874: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13875: fields to reflect their real meaning
13876:
13877: 2003-06-27 paf
13878:
13879: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13880: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13881: file::exec/cgi .charset
13882:
13883: 2003-06-26 paf
13884:
13885: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13886: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13887: src/classes/table.C: fixed several uninitialized local
13888: structures. notably ^hash.foreach now inserts delimiters
13889: properly [were inserting it before first body]
13890:
13891: 2003-06-24 paf
13892:
13893: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13894:
13895: 2003-06-20 paf
13896:
13897: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13898: src/main/pa_globals.C: introducing
13899: $f[^file::load[binary;http://...]] $f.tables
13900:
13901: 2003-06-06 paf
13902:
13903: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13904: table. [were method lookup: inconsistent]
13905:
13906: 2003-06-02 paf
13907:
13908: * src/include/pa_memory.h: empty string clone fixed to return
13909: writable memory
13910:
13911: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13912: were not appended] which violated string invariant
13913:
13914: 2003-05-30 paf
13915:
13916: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13917: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13918:
13919: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13920: GMT ; RFC 822, updated by RFC 1123
13921:
13922: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13923: targets/isapi/parser3isapi.C: initialized request_info properly
13924:
13925: * src/classes/xnode.C: found minor bug, commended for future
13926:
13927: 2003-05-28 paf
13928:
13929: * src/classes/form.C: request_info.content_length can't be <0,
13930: size_t for some time
13931:
13932: 2003-05-26 paf
13933:
13934: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13935: forgotten <0 changed to !=STRING_NOT_FOUND
13936:
13937: * src/classes/math.C: merged ffffu from HEAD
13938:
13939: 2003-05-11 paf
13940:
13941: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13942:
13943: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13944: premature doc free. transformed document had xmlDoc reference
13945: stored to non-gc-memory (libgdome) added holding-reference
13946:
13947: 2003-04-29 paf
13948:
13949: * src/main/pa_globals.C: started digging on double free. on win32
13950: found that that's perfectly normal.
13951:
13952: 2003-04-25 paf
13953:
13954: * src/classes/table.C: table.join bug fix [bad limit check]
13955:
13956: * src/classes/math.C: merged from HEAD: simpiler hash_string
13957:
13958: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13959: print anything. changed to quicker and simplier code
13960:
13961: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13962: strict a check]
13963:
13964: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13965:
13966: 2003-04-24 paf
13967:
13968: * src/include/pa_table.h: too strict assert loosened
13969:
13970: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13971: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13972: report
13973:
13974: 2003-04-21 paf
13975:
1.116 moko 13976: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13977:
13978: * src/main/pa_globals.C: pcre memory management changed to use GC
13979: memory
13980:
13981: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13982: xmlMallocAtomic [author agreed to my suggestion], used that
13983:
13984: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13985:
13986: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13987: types/pa_vmail.C: attributed_meaning_to_string added
13988: L_UNSPECIFIED piece which was sortof OK, but violated string
13989: invariant [assertion barked on that] changed to L_PASS_APPEND,
13990: made that param obligatory
13991:
13992: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13993: fixed [assert helped]
13994:
13995: * src/include/pa_string.h: assert added [looking for bug]
13996:
13997: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13998: names on Win32 considered disk-global
13999:
14000: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14001: considered disk-global
14002:
14003: 2003-04-18 paf
14004:
14005: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14006: filenames
14007:
14008: * src/main/untaint.C: enabled '~' letter in filenames
14009:
14010: 2003-04-16 paf
14011:
14012: * src/classes/file.C: small bug introduced in autoptr times fixed
14013:
14014: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14015: HEAD
14016:
1.116 moko 14017: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14018:
14019: 2003-04-15 paf
14020:
14021: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14022: src/lib/md5/pa_md5c.c, tests/141.html,
14023: tests/results/141.processed: merged from head ^math:uuid[]
14024: ^math:uid64[] ^math:md5[string]
14025:
14026: test added: 141.html
14027:
14028: * operators.txt, src/classes/math.C: ^math:uid64[]
14029:
14030: * src/classes/math.C: ^math:uuid[]
14031:
14032: * operators.txt, src/classes/math.C: ^math:uuid[]
14033:
14034: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14035: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14036:
14037: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14038: src/include/pa_config_fixed.h, src/main/pa_common.C:
14039: ^file::load[mode;name; $.offset $.limit
14040:
14041: 2003-04-14 paf
14042:
14043: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14044: started ^math:md5
14045:
14046: * src/classes/table.C, src/include/pa_array.h,
14047: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14048: tests/results/140.processed: table $.reverse option works in
14049: create&co table $.distinct[tables] bug fix merged
14050:
14051: * src/: classes/table.C, include/pa_table.h: table
14052: $.distinct[tables] bug fixed
14053:
14054: * src/classes/table.C: more warnings
14055:
14056: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14057: removed checks in table::set_current, moved them back to
14058: table::locate implemented table::create/join ñ $.reverse
14059:
14060: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14061: removed checks in table::set_current, moved them back to
14062: table::locate
14063:
14064: 2003-04-11 paf
14065:
14066: * operators.txt, src/classes/date.C, src/classes/table.C,
14067: src/include/pa_array.h, src/include/pa_common.h,
14068: src/include/pa_config_includes.h, src/include/pa_string.h,
14069: src/include/pa_table.h, src/main/pa_request.C,
14070: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14071: src/main/pa_table.C: merged from HEAD from
14072: before_append_array_limit_sense_change to
14073: after_append_array_limit_sense_change
14074:
14075: * src/classes/table.C: typo
14076:
14077: * operators.txt, src/classes/date.C, src/classes/table.C,
14078: src/include/pa_array.h, src/include/pa_common.h,
14079: src/include/pa_config_includes.h, src/include/pa_globals.h,
14080: src/include/pa_table.h, src/main/pa_array.C,
14081: src/main/pa_globals.C, src/main/pa_request.C,
14082: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14083: src/main/pa_table.C: append_array_limit_sense_change locate
14084: accepts options same as create new option: $.reverse(1) [do not
14085: work in table::create]
14086:
14087: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14088: (stat xxx,
14089:
14090: * src/classes/: table.C: typo
14091:
14092: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14093: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14094: results/130.processed, results/131.processed,
14095: results/132.processed, results/133.processed,
14096: results/134.processed, results/135.processed,
14097: results/136.processed, results/137.processed,
14098: results/138.processed, results/139.processed: added few mustfail
14099: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14100: date/time 132.html mustfail: access to junction outside of
14101: context 133.html mustfail: access to junction outside of context,
14102: case version 134.html mustfail: hash: adding a key inside of
14103: foreach 135.html mustfail: modifying system class 136.html
14104: mustfail: $.name outside of $hash[here] 137.html mustfail:
14105: appendChild without import 138.html mustfail: invalid encoding
14106: inside of xml 139.html mustfail: bad XPath
14107:
14108: * operators.txt, src/classes/table.C, tests/084.html,
14109: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14110: tests/129.html, tests/results/125.processed,
14111: tests/results/126.processed, tests/results/127.processed,
14112: tests/results/128.processed, tests/results/129.processed: merged
14113: from HEAD ^table.hash[key][$.distinct[tables]]
14114:
14115: maked appropriate tests [changed one old nonconforming]
14116:
14117: * operators.txt, src/classes/table.C:
14118: ^table.hash[key][$.distinct[tables]]
14119:
14120: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14121: merged fix for found very old xml (dom) bug: were passing
14122: domString objects and later ERROREOUSLY freed them
14123:
14124: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14125: src/main/pa_charset.C: re-added libgdome patch. regretfully
14126: libgdome bug can not be worked around
14127:
14128: 2003-04-10 paf
14129:
14130: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14131: found very old xml (dom) bug: were passing domString objects and
14132: later ERROREOUSLY freed them
14133:
14134: * src/doc/string.dox, src/include/pa_memory.h,
14135: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14136: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14137: tests/123.html, tests/124.html, tests/results/001.processed,
14138: tests/results/002.processed, tests/results/003.processed,
14139: tests/results/004.processed, tests/results/005.processed,
14140: tests/results/006.processed, tests/results/008.processed,
14141: tests/results/009.processed, tests/results/010.processed,
14142: tests/results/011.processed, tests/results/012.processed,
14143: tests/results/013.processed, tests/results/014.processed,
14144: tests/results/015.processed, tests/results/016.processed,
14145: tests/results/017.processed, tests/results/018.processed,
14146: tests/results/020.processed, tests/results/021.processed,
14147: tests/results/022.processed, tests/results/023.processed,
14148: tests/results/024.processed, tests/results/025.processed,
14149: tests/results/026.processed, tests/results/027.processed,
14150: tests/results/028.processed, tests/results/029.processed,
14151: tests/results/030.processed, tests/results/031.processed,
14152: tests/results/032.processed, tests/results/033.processed,
14153: tests/results/034.processed, tests/results/035.processed,
14154: tests/results/036.processed, tests/results/037.processed,
14155: tests/results/038.processed, tests/results/039.processed,
14156: tests/results/040.processed, tests/results/041.processed,
14157: tests/results/042.processed, tests/results/043.processed,
14158: tests/results/044.processed, tests/results/045.processed,
14159: tests/results/046.processed, tests/results/047.processed,
14160: tests/results/048.processed, tests/results/049.processed,
14161: tests/results/050.processed, tests/results/051.processed,
14162: tests/results/052.processed, tests/results/053.processed,
14163: tests/results/054.processed, tests/results/055.processed,
14164: tests/results/056.processed, tests/results/057.processed,
14165: tests/results/058.processed, tests/results/059.processed,
14166: tests/results/060.processed, tests/results/061.processed,
14167: tests/results/062.processed, tests/results/063.processed,
14168: tests/results/064.processed, tests/results/065.processed,
14169: tests/results/066.processed, tests/results/067.processed,
14170: tests/results/068.processed, tests/results/069.processed,
14171: tests/results/070.processed, tests/results/071.processed,
14172: tests/results/072.processed, tests/results/073.processed,
14173: tests/results/074.processed, tests/results/075.processed,
14174: tests/results/076.processed, tests/results/077.processed,
14175: tests/results/078.processed, tests/results/079.processed,
14176: tests/results/080.processed, tests/results/081.processed,
14177: tests/results/082.processed, tests/results/083.processed,
14178: tests/results/084.processed, tests/results/085.processed,
14179: tests/results/086.processed, tests/results/087.processed,
14180: tests/results/088.processed, tests/results/089.processed,
14181: tests/results/090.processed, tests/results/091.processed,
14182: tests/results/092.processed, tests/results/093.processed,
14183: tests/results/094.processed, tests/results/095.processed,
14184: tests/results/096.processed, tests/results/097.processed,
14185: tests/results/101.processed, tests/results/102.processed,
14186: tests/results/104.processed, tests/results/105.processed,
14187: tests/results/106.processed, tests/results/107.processed,
14188: tests/results/108.processed, tests/results/109.processed,
14189: tests/results/110.processed, tests/results/111.processed,
14190: tests/results/112.processed, tests/results/113.processed,
14191: tests/results/114.processed, tests/results/115.processed,
14192: tests/results/116.processed, tests/results/117.processed,
14193: tests/results/118.processed, tests/results/119.processed,
14194: tests/results/120.processed, tests/results/121.processed,
14195: tests/results/122.processed, tests/results/123.processed,
14196: tests/results/124.processed: new convention: char* never 0.
14197: assert in cord on that
14198:
14199: * src/main/pa_charset.C: couple more asserts
14200:
14201: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14202: speedup
14203:
14204: * src/main/pa_charset.C: couple assertions on fantastic situations
14205: added [may be those is the case now?]
14206:
14207: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14208: that's memory from gc_malloc, not from g_malloc :(, but would
14209: hope]
14210:
14211: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14212: that's memory from gc_malloc, not from g_malloc :(, but would
14213: hope]
14214:
14215: * src/main/pa_charset.C: checked custom malloc for returning 0
14216:
14217: 2003-04-09 paf
14218:
14219: * src/classes/date.C: merged ^date.roll changes
14220:
14221: * src/classes/date.C: ^date.roll bug fix
14222:
14223: * src/classes/date.C: ^date.roll now throws less errors: month
14224: shifts handles end of month situation by reducing day number
14225: hour-hole shift reduces hour to recover
14226:
14227: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14228: Sort by function time
14229:
14230: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14231: http:// $.charset[] param done
14232:
14233: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14234: added [after volatile fix. passes on win&intel-solaris]
14235:
14236: 2003-04-08 paf
14237:
14238: * src/: classes/file.C, classes/op.C, classes/table.C,
14239: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14240: include/pa_common.h, include/pa_request_charsets.h,
14241: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14242: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14243: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14244: types/pa_vresponse.C: started http:// $.charset[] param and
14245: http response charset detection just compiled. todo:test
14246:
14247: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14248:
14249: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14250: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14251: types/pa_vmail.C: changed transcode param converntion along with
14252: string creating convention -- all strings are zero-terminated,
14253: this allowed to fix one remaining String("123", 2) case
14254:
14255: * src/: classes/date.C, classes/file.C, classes/hash.C,
14256: classes/op.C, classes/string.C, classes/table.C,
14257: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14258: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14259: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14260: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14261: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14262: violated String::invariant. started fixing [not compiled now]
14263:
14264: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14265: main/compile.tab.C, main/compile.y, main/pa_string.C,
14266: main/untaint.C, targets/cgi/parser3.C: number of string style
14267: improvements & optimizations
14268:
14269: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14270: :(]
14271:
14272: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14273: [for it's a pointer really]
14274:
14275: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14276: 'n' param. worked that around
14277:
14278: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14279: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14280: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14281: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14282: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14283:
14284: Thanks for the bug report and patch.
14285:
14286: I hadn't looked at this code in a while. Reading it now, it
14287: seems to me that the tests should also be ">= MAX_DEPTH" to
14288: comply with the invariant, though that may not matter a lot. I
14289: changed that, too.
14290:
14291: Hans
14292:
14293: 2003-04-07 paf
14294:
14295: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14296: merged from head:safe mode error message now includes numbers
14297:
14298: * src/main/execute.C: n-th attempt to make a=a work with double.
14299: problem: as_double returns it's result in fp-register compiler
14300: optimizes access to that register after b->as_double, and just
14301: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14302: from memory. _SAME_ double values do not match here. when
14303: forced to REload fp-register, values do match.
14304:
14305: tried to make them volatile.
14306:
14307: * src/main/execute.C: n-th attempt to make a=a work with double.
14308: problem: as_double returns it's result in fp-register compiler
14309: optimizes access to that register after b->as_double, and just
14310: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14311: from memory. _SAME_ double values do not match here. when
14312: forced to REload fp-register, values do match.
14313:
14314: tried to make them volatile.
14315:
14316: * src/types/pa_vobject.h: small style change
14317:
14318: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14319:
14320: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14321: mode error message now includes numbers
14322:
14323: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14324: now causes death
14325:
14326: 2003-04-04 paf
14327:
14328: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14329: incorportated pa_exec patch by From: "Victor Fedoseev"
14330: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14331: Sent: Thursday, January 23, 2003 9:14 AM
14332:
14333: huge speedup on ^file::cgi with big result
14334:
14335: * src/classes/table.C: sort table with 0 rows bug fixed
14336:
14337: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14338: fix http://i2/tasks/edit/?id=4493701604654042676
14339:
14340: @main[] $with_default[ $.a[1] $._default[default from
14341: with_default] ] ^show[$with_default]
14342:
14343: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14344: =$to_add_to.xxx=<br>
14345:
14346: ^show[$to_add_to]
14347:
14348: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14349: ^show[$cloned]
14350:
14351: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14352:
14353: } <hr>
14354:
14355: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14356: http://i2/tasks/edit/?id=4493701604654042676
14357:
14358: @main[] $with_default[ $.a[1] $._default[default from
14359: with_default] ] ^show[$with_default]
14360:
14361: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14362: =$to_add_to.xxx=<br>
14363:
14364: ^show[$to_add_to]
14365:
14366: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14367: ^show[$cloned]
14368:
14369: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14370:
14371: } <hr>
14372:
14373: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14374: http://i2/tasks/edit/?id=4507350336410850921
14375:
14376: * src/classes/xdoc.C: memory allocation func bugfix
14377: http://i2/tasks/edit/?id=4499303470368629745
14378:
14379: * src/classes/math.C: allowed random 1...
14380:
14381: * src/classes/math.C: allowed random 0..
14382:
14383: * src/main/pa_globals.C: exif mem leak
14384: http://i2/tasks/edit/?id=4480590323629807263
14385:
14386: * src/: classes/classes.dsp, main/main.dsp,
14387: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14388: fix http://i2/tasks/edit/?id=4493946731322521294
14389: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14390:
14391: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14392: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14393: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14394: links to xml libs made relative, no need to unpack parser3project
14395: to /parser3project.
14396:
14397: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14398: column more precise - tab handling bug fixed
14399:
14400: * src/main/: compile.tab.C, compile.y: more understandable error
14401: message in case @CLASS with more then one line inside
14402:
14403: * src/targets/cgi/parser3.C: more understandable error message in
14404: case of errors in @unhandled_exception
14405:
14406: 2003-04-03 paf
14407:
14408: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14409: src/main/compile.tab.C, src/main/compile.y,
14410: src/main/compile_tools.C, src/main/compile_tools.h,
14411: src/main/execute.C, src/main/pa_request.C: debug info format
14412: simplified, now it's: OP_VALUE Operation::Origin << here value*
14413:
14414: higher limits: file number (max: 255) line number (max:
14415: 64535) column number (max: 255)
14416:
14417: * src/classes/math.C: top limit
14418:
14419: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14420: precise parse error position in case of
14421:
14422: ^bug ]
14423:
14424: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14425: changed to realities, and passed [bug fixed]
14426:
14427: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14428: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14429: main/compile_tools.h, main/pa_request.C: introducing
14430: ^process...[main-method-alias]
14431:
14432: * src/: classes/date.C, classes/image.C, classes/op.C,
14433: classes/string.C, classes/table.C, classes/xdoc.C,
14434: types/pa_vmethod_frame.h: MethodParams& now [methods without
14435: params receive zero reference, but they are expected not to look
14436: there]
14437:
14438: * operators.txt, src/classes/date.C, src/classes/double.C,
14439: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14440: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14441: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14442: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14443: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14444: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14445: [methods without params receive zero reference, but they are
14446: expected not to look there]
14447:
14448: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14449: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14450: ^process...[filename] useful for better error reporting
14451: [file/line/col]
14452:
14453: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14454: types/pa_vstring.h: slightly improved error messages text: 1. is
14455: '%s', it 2. method undefined in case of ^void[]
14456:
14457: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14458: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14459: handling done. now we have error columns todo: test it
14460:
14461: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14462: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14463:
14464: this makes life easier: were: bad stack order -- were in
14465: exception catch unwind order, which didn't match execution order
14466:
14467: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14468:
14469: @first[] ^throw[a;1]
14470:
14471: showed throw a first throw b try
14472:
14473: which is no good
14474:
14475: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14476: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14477: trace reset after handled exception [old bug fixed]
14478:
14479: * src/main/: compile.tab.C, compile.y: parse position old bug
14480: fixed. position reporting made precise [both, in parse erros and
14481: runtime errors]
14482:
14483: 2003-04-02 paf
14484:
14485: * src/: include/pa_operation.h, include/pa_request.h,
14486: main/compile.C, main/compile.tab.C, main/compile.y,
14487: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14488: main/pa_exception.C, main/pa_request.C: debug info: started
14489: using. todo:complete
14490:
14491: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14492: main/compile.C, main/compile.tab.C, main/compile.y,
14493: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14494: main/pa_request.C: prepared debug info todo:use it
14495:
14496: * src/include/pa_operation.h: strange mistake fixed: forgot to
14497: return Operation class->union after switching from autoptrs.
14498:
14499: * tests/: Makefile, results/108.processed, results/117.processed:
14500: meta considered OK [it's up to coder now to remove it not needed]
14501:
14502: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14503: Dictionary constructor when moved to gc]
14504:
14505: * src/main/pa_common.C: uncommented http:// file loading
14506:
14507: * src/include/pa_array.h, src/main/execute.C,
14508: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14509: fix [gdGrowingBuf]
14510:
14511: * configure.in, src/lib/Makefile.am: removed patches
14512:
14513: * configure, src/include/pa_config_auto.h.in,
14514: src/main/pa_charset.C: --enable-assertions autoconf-ed
14515:
14516: * src/main/pa_common.C: uncommented http:// file loading
14517:
14518: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14519: xdoc::create/load
14520:
14521: * src/: classes/form.C, classes/hash.C, classes/image.C,
14522: classes/string.C, classes/table.C, classes/void.C,
14523: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14524: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14525: String::String(str,helper_length) are checked. found/fixed one
14526: place: $request:body now zero-terminated,
14527:
14528: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14529: main/compile_tools.C, main/execute.C, types/pa_value.h,
14530: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14531: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14532: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14533: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14534: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14535: types/pa_vxnode.h: more locally scoped vars in execute (more
14536: easily optimizable)
14537:
14538: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14539: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14540:
14541: * src/: include/pa_array.h, include/pa_stack.h,
14542: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14543: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14544: become assertion iterator in methodframe filler
14545:
14546: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14547: targets/cgi/parser3.C: array::get/put inlined
14548:
14549: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14550: gc_substitute_memory_management_functions +installed CORD_oom
14551: function
14552:
14553: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14554: src/include/pa_config_includes.h, src/include/pa_string.h,
14555: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14556: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14557: assertions started configure.in --enable-assertions
14558:
14559: 2003-04-01 paf
14560:
14561: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14562: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14563: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14564: gdome uses glib memory, and stores last pointer to xmlDoc there,
14565: gc misses that and collects valid memory fixed by remembering
14566: xmlDoc from dom object in xdoc. todo: do something with
14567: premature free of xdoc with xnodes/node values referring into it
14568:
14569: * src/classes/: mail.C: typo fix
14570:
14571: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14572: changes
14573:
14574: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14575: main/pa_memory.C: moved memory debugging to global level: to
14576: pa_gc_malloc
14577:
14578: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14579: debugging showed no errors. todo: debug parser memory
14580:
14581: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14582: configurations
14583:
14584: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14585: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14586: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14587: types/types.dsp: prepared xml-static configuration
14588:
14589: 2003-03-31 paf
14590:
14591: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14592: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14593: xml lib memory debugging, simple checks failed: it seems that
14594: library does realloc(bad ptr), and recording those ptrs in heap
14595: [for debugging] was bad: heap situation changes = everything
14596: works fine
14597:
14598: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14599: xmlRegisterCharEncodingHandler limitation [currently imposed
14600: limit of 10 user-defined charsets]
14601:
14602: 2003-03-28 paf
14603:
14604: * src/main/execute.C: execution stack copied to local register
14605: variable, removed lots [~2e7) of memory accesses
14606:
14607: 2003-03-27 paf
14608:
14609: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14610: works in debug, but fails in release todo: fix that
14611:
14612: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14613: targets/cgi/parser3.C: forgot to merge XML memory funcs
14614: replacement from gc branch
14615:
14616: * src/main/pa_exec.C: introducing append_help_length [radical
14617: improvement here]
14618:
14619: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14620: 'not recommened' in gc.h, on win32 noticed no difference]
14621:
14622: * src/include/pa_array.h: returned checked array get [were disabled
14623: for debugging] result:not slower [don't understand that, it were
14624: INLINED] todo: find out a way of inlining it!
14625:
14626: * src/: include/pa_string.h, lib/gc/include/gc.h,
14627: lib/gc/include/gc_fake.h, main/compile.tab.C,
14628: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14629: convention changed: all resulting strings are zero-terminated
14630:
14631: * src/: classes/date.C, classes/file.C, classes/hash.C,
14632: classes/string.C, classes/table.C, classes/void.C,
14633: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14634: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14635: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14636: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14637: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14638: types/pa_vfile.C, types/pa_vmail.C: introducing
14639: append_help_length [radical improvement here]
14640:
14641: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14642: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14643: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14644: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14645: even slower
14646:
14647: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14648: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14649: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14650: clients of &get(): most to use non-ref version, some[in tight
14651: places] to get_unchecked_ref
14652:
14653: * src/doc/memory.dox: forgot to add
14654:
14655: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14656: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14657: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14658: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14659: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14660: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14661: targets/cgi/parser3.dsp, types/pa_vmail.C,
14662: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14663: T>>&<< removed after Stack::pop wiping removed [moved to separate
14664: func] other Array & removed
14665:
14666: 2003-03-26 paf
14667:
14668: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14669: classes/table.C, include/pa_array.h, include/pa_charset.h,
14670: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14671: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14672: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14673: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14674: main/pa_exec.C, main/pa_sql_driver_manager.C,
14675: main/pa_stylesheet_manager.C, main/pa_table.C,
14676: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14677: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14678: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14679: pre-evaluated .count() in some places
14680:
14681: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14682: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14683: types/types.dsp: .dsp profiling updated
14684:
14685: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14686: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14687: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14688:
14689: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14690: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14691: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14692: use lib/gc,lib/cord
14693:
1.116 moko 14694: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14695: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14696: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14697: src/include/pa_config_includes.h, src/include/pa_request.h,
14698: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14699: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14700: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14701: src/lib/cord/include/Makefile.am,
1.116 moko 14702: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14703: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14704: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14705: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14706: src/types/pa_vform.h, src/types/pa_vhash.h,
14707: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14708: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14709: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14710: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14711: funcs ported pa_exec
1.95 moko 14712:
14713: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14714:
14715: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14716: bundled gc includes
14717:
14718: * src/: classes/op.C, include/pa_array.h,
14719: include/pa_sql_connection.h, include/pa_string.h,
14720: include/pa_version.h, main/compile.tab.C, main/compile.y,
14721: main/execute.C, main/pa_common.C, main/pa_exception.C,
14722: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14723: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14724: first real site (aval)]
14725:
14726: 2003-03-25 paf
14727:
14728: * operators.txt, src/main/pa_sql_driver_manager.C,
14729: src/types/pa_vstatus.C: $status.memory used free since_compact
14730: process
14731:
14732: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14733: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14734:
14735: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14736:
14737: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14738: src/types/pa_value.h, src/types/pa_vfile.h,
14739: src/types/pa_vobject.C, src/types/pa_vobject.h,
14740: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14741: tests/results/121.processed: untaint.C L_URI
14742:
14743: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14744: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14745: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14746: src/types/pa_vmemory.h: ^memory:compact[]
14747:
14748: * tests/results/109.processed: it was a bug in parser. updated 109
14749: test result
14750:
14751: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14752:
14753: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14754: tests/results/107.processed: fixed dom language [values are now
14755: considered tainted. it was a bug in parser. updated 107 test
14756: result
14757:
14758: * src/classes/xdoc.C: fixed transform params
14759:
14760: * src/: include/pa_stylesheet_manager.h,
14761: main/pa_stylesheet_manager.C: fixed stylesheet caching
14762:
14763: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14764: overloads for structure handling
14765:
14766: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14767: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14768: StringBody(0) ambiguilty, introducting static
14769: StringBody::Format(int)
14770:
14771: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14772: linked
14773:
14774: * src/types/pa_vxdoc.C: vxdoc compiled
14775:
14776: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14777: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14778: finalizers isntalled
14779:
14780: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14781: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14782: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14783: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14784: compiled todo: xnode.C / finalizers
14785:
14786: * src/doc/string.dox: updated: new string internals
14787:
14788: 2003-03-24 paf
14789:
14790: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14791: include/pa_charset.h, include/pa_config_fixed.h,
14792: include/pa_request.h, include/pa_stylesheet_connection.h,
14793: include/pa_stylesheet_manager.h, main/pa_charset.C,
14794: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14795: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14796: types/pa_vxnode.h: started XML
14797:
14798: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14799:
14800: * src/: classes/file.C, classes/image.C, classes/mail.C,
14801: include/pa_string.h, main/pa_common.C,
14802: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14803:
14804: * src/: classes/file.C, classes/image.C, classes/mail.C,
14805: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14806: main/pa_request.C, main/pa_sql_driver_manager.C,
14807: types/pa_vimage.h: size_t pos everywhere checks changed to check
14808: for eq STRING_NOT_FOUND
14809:
14810: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14811: optimize bit implemented
14812:
14813: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14814: String::ArrayFragment::append_positions fixed
14815:
14816: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14817: String::this_starts fixed
14818:
14819: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14820:
14821: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14822: hashcode implemented fully, including per-char callback [it can
14823: be - substr CORD node]
14824:
14825: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14826: rewritten to rewalloc with 100byte buf ahead
14827:
14828: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14829: src/include/pa_string.h, src/main/compile.tab.C,
14830: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14831: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14832: CORD_ec [bad] would rewrite as realloc now
14833:
14834: * src/: classes/date.C, classes/file.C, classes/form.C,
14835: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14836: include/pa_cache_managers.h, include/pa_charsets.h,
14837: include/pa_common.h, include/pa_request.h,
14838: include/pa_sql_driver_manager.h, include/pa_table.h,
14839: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14840: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14841: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14842: types/pa_vmail.C, types/pa_vmethod_frame.C,
14843: types/pa_vstateless_class.h: 2*2 worked :)
14844:
14845: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14846: src/include/pa_exec.h, src/include/pa_string.h,
14847: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14848: passed OK
14849:
14850: * src/: classes/hash.C, classes/string.C, classes/table.C,
14851: types/pa_value.C: all linked todo: debug
14852:
14853: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14854: types/pa_vstateless_class.C: all compiled. todo:link
14855:
14856: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14857:
14858: * src/types/pa_vtable.C: pa_vtable.C compiled
14859:
14860: * src/types/pa_vstring.C: pa_vstring.C compiled
14861:
14862: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14863:
14864: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14865: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14866: pa_vstateless_class.C, pa_vstateless_class.h:
14867: pa_vstateless_class.C compiled
14868:
14869: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14870: types/pa_vmath.C: pa_vmail.C compiled
14871:
14872: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14873:
14874: * src/types/pa_vform.C: pa_vform.C compiled
14875:
14876: * src/types/pa_vfile.C: pa_vfile.C compiled
14877:
14878: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14879: pa_vstateless_class.C: pa_vcookie.C compiled
14880:
14881: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14882: types/pa_vhash.h: pa_value.C compiled
14883:
14884: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14885: classes.lib main.lib compiled
14886:
14887: * src/classes/void.C: void.C compiled
14888:
14889: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14890: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14891: compiled
14892:
14893: * src/: classes/string.C, include/pa_request.h,
14894: include/pa_string.h, main/pa_string.C: string.C compiled
14895:
14896: * src/: classes/op.C, classes/string.C, classes/table.C,
14897: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14898: main/pa_request.C, main/pa_string.C: op.C compiled
14899:
14900: * src/classes/: math.C, op.C: math.C compiled
14901:
14902: * src/: classes/mail.C, classes/string.C, classes/table.C,
14903: types/pa_vmail.h: mail.C compiled
14904:
14905: * src/classes/: int.C, table.C: int.C compiled
14906:
14907: * src/: classes/hash.C, classes/image.C, classes/string.C,
14908: classes/table.C, include/pa_memory.h, include/pa_string.h,
14909: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14910: compiled
14911:
14912: * src/: classes/hash.C, classes/string.C, classes/table.C,
14913: classes/void.C, classes/xdoc.C, include/pa_request.h,
14914: include/pa_sql_connection.h: hash.C compiled
14915:
14916: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14917: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14918: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14919: classes/math.C, classes/op.C, classes/response.C,
14920: classes/string.C, classes/table.C, classes/void.C,
14921: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14922: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14923: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14924: file.C table.C compiled
14925:
14926: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14927: main/untaint.C: main.lib compiled
14928:
14929: 2003-03-21 paf
14930:
14931: * src/: classes/op.C, include/pa_cache_managers.h,
14932: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14933: include/pa_stylesheet_manager.h, main/pa_exception.C,
14934: main/pa_globals.C, main/pa_sql_driver_manager.C,
14935: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14936: compiled
14937:
14938: * src/: classes/hash.C, classes/image.C, classes/op.C,
14939: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14940: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14941: main/compile.C, main/pa_common.C, main/pa_request.C,
14942: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14943: pa_request.C compiled
14944:
14945: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14946: include/pa_request.h, main/execute.C, main/pa_request.C,
14947: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14948: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14949: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14950: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14951: compiled
14952:
14953: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14954: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14955: on unix
14956:
14957: * src/: include/pa_charset.h, include/pa_charsets.h,
14958: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14959: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14960: pa_charsets.C compiled
14961:
14962: * src/: classes/image.C, classes/mail.C, classes/op.C,
14963: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14964: main/compile.y, main/execute.C, main/pa_common.C,
14965: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14966: types/pa_vcode_frame.h, types/pa_vimage.h,
14967: types/pa_vmethod_frame.h: execute.C compiled
14968:
14969: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14970: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14971: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14972: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14973: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14974: include/pa_cache_managers.h, include/pa_charsets.h,
14975: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14976: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14977: include/pa_sql_driver_manager.h, include/pa_string.h,
14978: include/pa_stylesheet_connection.h,
14979: include/pa_stylesheet_manager.h, include/pa_table.h,
14980: main/compile.C, main/compile.tab.C, main/compile.y,
14981: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14982: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14983: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14984: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14985: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14986: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14987: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14988: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14989: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14990: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14991: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14992: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14993: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14994: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14995: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14996: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14997: types/pa_vresponse.h, types/pa_vstateless_class.C,
14998: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14999: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15000: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15001: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15002: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15003: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15004: [C++ CORD wrapper]
15005:
15006: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15007:
15008: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15009: $file::exec/cgi[script; $.charset[this is script's charset]
15010:
15011: command line, env values, input got transcoded before call
15012: stdout, stderr got transcoded after call
15013:
15014: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15015: by default. use: ^file::exec[...;$.stdin[$request.body]
15016:
15017: * src/main/pa_common.C: } typo bug fix
15018:
15019: * src/main/pa_common.C: } typo bug fix
15020:
15021: 2003-03-20 paf
15022:
15023: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15024: main/untaint.C: cord bug fix, but still errors todo: clear out
15025:
15026: * src/include/pa_string.h: more tests
15027:
15028: * src/main/pa_string.C: string.pos fixed
15029:
1.116 moko 15030: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15031: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15032: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15033: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15034: replaces
1.95 moko 15035:
15036: * src/: classes/image.C, include/pa_dictionary.h,
15037: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15038: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15039: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15040: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15041:
15042: * src/include/pa_string.h: warning
15043:
15044: * src/include/pa_string.h: this_starts fixed
15045:
15046: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15047: new String ctor & append params convention
15048:
15049: * src/: classes/file.C, classes/hash.C, classes/image.C,
15050: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15051: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15052: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15053: main/pa_exception.C, main/pa_exec.C,
15054: main/pa_sql_driver_manager.C, main/pa_string.C,
15055: main/pa_stylesheet_manager.C, main/untaint.C,
15056: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15057: types/pa_vmail.C: more tests OK
15058:
15059: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15060: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15061: gc/exit runned OK
15062:
15063: * src/types/pa_vmail.C: another naming problem: should not name
15064: vars like that: unpredictable close caused problems with later
15065: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15066: descriptors missing on startup: stdin; Bad file number
15067:
15068: todo: find out why so many filters(stream) here. probably wrong?
15069:
15070: * src/: include/pa_dictionary.h, include/pa_string.h,
15071: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15072: main/untaint.C: test compiled
15073:
15074: * src/: classes/image.C, classes/mail.C, classes/math.C,
15075: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15076: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15077: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15078: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15079: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15080: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15081: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15082: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15083: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15084:
15085: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15086: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15087: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15088: src/include/pa_memory.h, src/include/pa_request.h,
15089: src/include/pa_request_charsets.h,
15090: src/include/pa_sql_connection.h, src/include/pa_string.h,
15091: src/main/compile.tab.C, src/main/execute.C,
15092: src/main/pa_charset.C, src/main/pa_common.C,
15093: src/main/pa_exception.C, src/main/pa_exec.C,
15094: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15095: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15096: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15097: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15098: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15099: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15100: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15101: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15102: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15103: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15104: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15105: pa_common.C [done, without http for now]
15106:
15107: 2003-03-19 paf
15108:
15109: * src/: classes/date.C, classes/form.C, classes/hash.C,
15110: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15111: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15112: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15113: include/pa_string.h, include/pa_table.h, main/compile.C,
15114: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15115: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15116: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15117: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15118: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15119: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15120: types/pa_vstateless_class.h, types/pa_vtable.C,
15121: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15122: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15123: types/pa_wwrapper.h: started test
15124:
1.116 moko 15125: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15126: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15127:
15128: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15129: include/pa_string.h, main/pa_string.C: string compiled todo: test
15130: it
15131:
15132: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15133: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15134: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15135: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15136: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15137: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15138: types/pa_vmethod_frame.h, types/types.dsp: string
15139: reimplementation with cord+array<fragment>: 70%
15140:
15141: 2003-03-18 paf
15142:
15143: * src/: classes/date.C, classes/file.C, classes/form.C,
15144: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15145: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15146: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15147: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15148: can ignore lang in cmp and pos really, but would
15149: split properly!
15150:
15151: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15152: cord part made parser/src/lib: it's not compiled into libgc by
15153: default
15154:
15155: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15156: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15157: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15158: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15159: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15160: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15161: src/classes/xnode.C, src/classes/xnode.h,
15162: src/include/Makefile.am, src/include/pa_cache_managers.h,
15163: src/include/pa_charset.h, src/include/pa_charsets.h,
15164: src/include/pa_common.h, src/include/pa_dictionary.h,
15165: src/include/pa_exception.h, src/include/pa_exec.h,
15166: src/include/pa_globals.h, src/include/pa_hash.h,
15167: src/include/pa_memory.h, src/include/pa_pool.h,
15168: src/include/pa_request.h, src/include/pa_request_charsets.h,
15169: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15170: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15171: src/include/pa_stylesheet_connection.h,
15172: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15173: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15174: src/main/compile.C, src/main/compile.tab.C,
15175: src/main/compile_tools.C, src/main/compile_tools.h,
15176: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15177: src/main/pa_charsets.C, src/main/pa_common.C,
15178: src/main/pa_dictionary.C, src/main/pa_exception.C,
15179: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15180: src/main/pa_pool.C, src/main/pa_request.C,
15181: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15182: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15183: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15184: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15185: src/types/pa_junction.h, src/types/pa_method.h,
15186: src/types/pa_value.C, src/types/pa_value.h,
15187: src/types/pa_vclass.C, src/types/pa_vclass.h,
15188: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15189: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15190: src/types/pa_vdouble.h, src/types/pa_venv.h,
15191: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15192: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15193: src/types/pa_vimage.C, src/types/pa_vimage.h,
15194: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15195: src/types/pa_vmath.C, src/types/pa_vmath.h,
15196: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15197: src/types/pa_vobject.C, src/types/pa_vobject.h,
15198: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15199: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15200: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15201: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15202: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15203: src/types/pa_vstring.h, src/types/pa_vtable.C,
15204: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15205: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15206: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15207: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15208: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15209: gc: PA_Object done lots of replacements also
15210:
15211: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15212: gc logging
15213:
15214: 2003-03-17 paf
15215:
15216: * src/: classes/date.C, classes/file.C, classes/form.C,
15217: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15218: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15219: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15220: include/pa_string.h, include/pa_types.h, main/compile.C,
15221: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15222: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15223: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15224: main/pa_sql_driver_manager.C, main/pa_string.C,
15225: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15226: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15227: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15228: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15229: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15230: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15231: types/pa_vxnode.h: libgc attempt
15232:
15233: 2003-03-13 paf
15234:
15235: * src/: include/pa_sql_driver_manager.h,
15236: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15237: called
15238:
15239: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15240: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15241: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15242: types/pa_value.h, types/pa_vobject.h,
15243: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15244: set_base, set_derived simplified [counter leaks fixed]
15245:
15246: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15247: src/types/types.dsp: incorporated status class patch From:
15248: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15249: 2003 8:14 AM
15250:
15251: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15252: Win32 specific: QuotaPeakNonPagedPoolUsage
15253: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15254:
15255: 2003-03-12 paf
15256:
1.116 moko 15257: * configure, configure.in, src/lib/ltdl/configure,
15258: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15259: lib/ltdl/Makefile now created by /configure.in only [were by
15260: lib/ltdl/configure.in OVERWRITE]
15261:
1.116 moko 15262: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15263: linkage fixed for g++ 3.2.2
1.95 moko 15264:
15265: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15266: on using privately declared class [fixed]
15267:
15268: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15269: 3.2 rightliy complained on using privately declared class [fixed]
15270:
15271: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15272: sigpipe before request constructor now causes death
15273:
15274: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15275: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15276: not cause exception in exception handler
15277:
1.116 moko 15278: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15279: now default links libstdc++ statically. that can be overriden by
15280: --with-dynamic-stdcpp
1.95 moko 15281:
15282: 2003-03-11 paf
15283:
15284: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15285: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15286: necessity of libstdc++
15287:
15288: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15289:
15290: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15291:
15292: 2003-03-08 paf
15293:
15294: * tests/Makefile: make install & co
15295:
15296: * src/: include/pa_request.h, classes/op.C: removing
15297: vclass,object.h -> pa_request.h dependency
15298:
15299: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15300: main/pa_request.C: removing vform,response,cookie.h ->
15301: pa_request.h dependency
15302:
15303: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15304: dependency [testing...]
15305:
15306: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15307: return 0; fixed
15308:
15309: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15310: types/pa_vmail.h: vmail.C received just compiled [not tested]
15311:
15312: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15313:
15314: * src/main/pa_request.C: forgotten: ifdef XML
15315:
15316: * src/main/pa_request.C: forgotten: ifdef XML
15317:
15318: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15319: win32 and run memleak tests again
15320:
15321: * src/targets/cgi/parser3.C: charsets: see some strange things with
15322: old xml lib-- it's internal memory handling has faults
15323:
15324: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15325: problems when transcode from charset A to A.
15326:
15327: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15328: todo: still problems when transcode from charset A to A.
15329:
15330: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15331: classes/table.C, include/pa_array.h,
15332: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15333: started full-scale-site-test [~ http://parser.ru sources]
15334:
15335: some fixes
15336:
15337: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15338: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15339: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15340: results/110.processed, results/111.processed,
15341: results/112.processed, results/113.processed,
15342: results/114.processed, results/115.processed,
15343: results/116.processed, results/117.processed,
15344: results/118.processed, results/119.processed,
15345: results/120.processed: xml: tests 109 dom create/show 110 xpath
15346: selectSingle 111 xdoc.create from tainted & 112
15347: xdoc.create/output with russian attr value 113 xpath
15348: selectString/Number 114 dom attributes.count 115 xpath selectBool
15349: 116 output media-type change 117 transform by dom stylesheet 118
15350: empty transform result 119 dom setAttribute 120 nbsp letter
15351: output
15352:
15353: =END OF PREPARED XML TESTS=
15354:
15355: 2003-03-07 paf
15356:
15357: * src/classes/xdoc.C, src/include/pa_charset.h,
15358: src/include/pa_stylesheet_connection.h, tests/108.html,
15359: tests/108.xsl, tests/results/108.processed: xml: test 108
15360: transform with params [bugs fixed]
15361:
15362: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15363: from copy/paste bug
15364:
15365: * src/classes/xdoc.C, src/include/pa_charset.h,
15366: src/include/pa_request.h, src/main/execute.C,
15367: src/main/pa_charset.C, src/main/pa_exception.C,
15368: src/main/pa_globals.C, src/main/pa_request.C,
15369: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15370: src/types/pa_vxnode.C, tests/107.html,
15371: tests/results/107.processed: xml: test: 107 bug fixes
15372:
15373: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15374: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15375: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15376:
15377: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15378: string
15379:
15380: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15381: mem alloc functions used for different cases [libxml, libxsl]
15382:
15383: * src/classes/classes.C: fixed: prevent system classes from
15384: modification to lock ALL the classes, not only directly used
15385:
15386: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15387: linked
15388:
15389: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15390:
15391: 2003-03-06 paf
15392:
15393: * src/classes/xdoc.C: xdoc.C 50%
15394:
15395: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15396: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15397: main/pa_globals.C, main/pa_request.C,
15398: main/pa_stylesheet_manager.C: xnode.C compiled
15399:
15400: * src/: include/pa_stylesheet_connection.h,
15401: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15402: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15403:
15404: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15405: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15406: xml: stylesheet&manager STARTED
15407:
15408: * src/: include/pa_globals.h, main/pa_charset.C,
15409: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15410:
15411: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15412: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15413: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15414: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15415: charsets
15416:
15417: * tests/023.html: in some cases it rounded up badly. postponing
15418: solution of that problem, making more simple test
15419:
15420: * tests/: 058_paf2000.png, results/058.processed: .png added with
15421: -kb now
15422:
15423: * src/: include/pa_charset.h, include/pa_charsets.h,
15424: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15425: moved to charsets.C
15426:
15427: 2003-03-05 paf
15428:
15429: * src/classes/string.C, src/include/pa_string.h,
15430: src/main/pa_string.C, tests/105.html,
15431: tests/results/105.processed: String::match bug fixed
15432:
15433: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15434: tests/results/104.processed: ^bpt operator added [does int3 in
15435: debug build on win32]
15436:
15437: * tests/: 057.html, results/057.processed: test bug fixed
15438:
1.116 moko 15439: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15440:
15441: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15442: missing
15443:
1.116 moko 15444: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15445: forgotten files added to Makes
1.95 moko 15446:
15447: * ltmain.sh: ltmain.sh added
15448:
15449: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15450: change undone ;(
15451:
15452: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15453: made static
15454:
15455: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15456: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15457: todo:make linker happy
1.95 moko 15458:
15459: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15460: env param made optional
15461:
15462: 2003-03-04 paf
15463:
15464: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15465: types/pa_vimage.h: number of gcc compiler bugs fixed
15466:
15467: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15468: results/103.processed: tests: 103 image.copy transparence test
15469:
15470: * src/main/execute.C, tests/101.html, tests/102.html,
15471: tests/results/101.processed, tests/results/102.processed: tests:
15472: 101 method/variable name conflict test 102 form fields change
15473: should not not change anything [bug fix]
15474:
15475: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15476: results/099.processed, results/100.processed: tests: 57 date
15477: create 2002: added 99,100 response:body/download
15478:
15479: * src/classes/image.C, tests/098.html, tests/098font.gif,
15480: tests/results/098.processed: test: 98 image font text [bug fixed]
15481:
15482: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15483: tests/results/097.processed: test: 97 file::load http:// [bugs
15484: fixed]
15485:
15486: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15487: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15488: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15489: image EXIF [bug fixed]
15490:
15491: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15492: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15493: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15494: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15495: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15496: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15497: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15498: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15499: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15500: tests/094.html, tests/095.html, tests/results/061.processed,
15501: tests/results/062.processed, tests/results/063.processed,
15502: tests/results/064.processed, tests/results/065.processed,
15503: tests/results/066.processed, tests/results/067.processed,
15504: tests/results/068.processed, tests/results/069.processed,
15505: tests/results/070.processed, tests/results/071.processed,
15506: tests/results/072.processed, tests/results/073.processed,
15507: tests/results/074.processed, tests/results/075.processed,
15508: tests/results/076.processed, tests/results/077.processed,
15509: tests/results/078.processed, tests/results/080.processed,
15510: tests/results/081.processed, tests/results/082.processed,
15511: tests/results/083.processed, tests/results/084.processed,
15512: tests/results/085.processed, tests/results/086.processed,
15513: tests/results/087.processed, tests/results/088.processed,
15514: tests/results/089.processed, tests/results/090.processed,
15515: tests/results/091.processed, tests/results/092.processed,
15516: tests/results/093.processed, tests/results/094.processed,
15517: tests/results/095.processed, tests/079.html,
15518: tests/results/079.processed: tests: 61 file::stat size 62
15519: string->int autoconvert 63 double .int,dec,div,mul 64 date
15520: compare 65 file: basename,justname,justext 66 math:crypt 67
15521: string.match simple on long 68 string.match normalized simple on
15522: long 69 string.int 70 file::stat content-type 71 table.join 72
15523: hash parameter conditional pass 73 date daylightsaving,yearday 74
15524: date arithmetics 75 response date values/attributes 76 string.pos
15525: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15526: with local 80 scientific numeric literal in string autoconvert 81
15527: xor: logical and numerical 82 for delims 83 menu delims 84
15528: table.hash distinct 85 long string replace 86 throw+catch
15529: current language preserve 87 bit shifts 88 junction tests +
15530: $caller test 89 hash.foreach selfmodification 90 int/void to int
15531: 91 $caller test 92 junction is + def junction tests 93 $caller
15532: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15533:
15534: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15535: fixed] 60 string eq string [bug fixed]
15536:
15537: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15538: 058.html, 058_paf2000.png, 059.html, 060.html,
15539: results/053.processed, results/054.processed,
15540: results/055.processed, results/056.processed,
15541: results/057.processed, results/058.processed,
15542: results/059.processed, results/060.processed: test: 53
15543: string.replace 54 junctions 55 table.hash 56 call indirect 57
15544: date.create[string] 58 image.measure[png]
15545:
15546: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15547: outputs/051.processed, results/052.processed: test: 52
15548: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15549: task: fix that
15550:
15551: 2003-03-03 paf
15552:
15553: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15554: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15555: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15556: outputs/049.processed, outputs/050.processed,
15557: outputs/051.processed, results/001.processed,
15558: results/002.processed, results/003.processed,
15559: results/005.processed, results/006.processed,
15560: results/008.processed, results/009.processed,
15561: results/011.processed, results/012.processed,
15562: results/013.processed, results/014.processed,
15563: results/015.processed, results/016.processed,
15564: results/017.processed, results/020.processed,
15565: results/021.processed, results/022.processed,
15566: results/024.processed, results/025.processed,
15567: results/026.processed, results/027.processed,
15568: results/028.processed, results/029.processed,
15569: results/030.processed, results/031.processed,
15570: results/049.processed, results/050.processed,
15571: results/051.processed, results/043.processed,
15572: results/044.processed, results/045.processed,
15573: results/046.processed, results/047.processed,
15574: results/048.processed: tests: 43,44,45 date rolls 46
15575: autoevaluating junction 47 table.select 48 name with subvar 49
15576: hash-creating switch 50 process 51 started parent/child, works as
15577: it were but it were NOT GOOD, created separate task to fix that
15578:
15579: * tests/: 042.html, results/042.processed: test: 42
15580: exception.handled
15581:
15582: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15583: expression
15584:
15585: * tests/: 040.html, results/040.processed: test: 39 method result
15586: of type table 40 method param junction auto evaluate
15587:
15588: * tests/: 039.html, results/039.processed: test: 37 method result
15589: of type table
15590:
15591: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15592: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15593: tests/038.html, tests/results/033.processed,
15594: tests/results/034.processed, tests/results/035.processed,
15595: tests/results/036.processed, tests/results/037.processed,
15596: tests/results/038.processed: tests: 33 string.replace 34
15597: string.upper 35 table created 36 local/global vars with juntions
15598: 37 table clone 38 math PI & number formatting
15599:
15600: math class registring typo fixed
15601:
15602: * src/classes/op.C, src/include/pa_request.h,
15603: src/include/pa_string.h, src/main/execute.C,
15604: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15605: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15606: tests/032.html, tests/results/032.processed: uchar changed to
15607: String_UL in all places [was not everywhere] untaint test: 032
15608:
15609: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15610: tests/results/004.processed, tests/parser-cygwin.sh,
15611: tests/parser-unix.sh: removed -H command line key, now testing
15612: using .sh file with SERVER_SOFTWARE=xxx
15613:
15614: 2003-02-26 paf
15615:
15616: * src/main/execute.C, src/types/pa_vstateless_class.h,
15617: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15618: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15619: tests/results/024.processed, tests/results/025.processed,
15620: tests/results/026.processed, tests/results/027.processed,
15621: tests/results/028.processed, tests/results/029.processed,
15622: tests/results/030.processed, tests/results/031.processed: fixed
15623: bug with name_cstr mutable CharPtr more tests
15624:
15625: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15626: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15627: << abort. die now just exits
15628:
15629: * src/classes/classes.awk, src/classes/classes.h,
15630: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15631: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15632: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15633: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15634: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15635: src/classes/xnode.C, src/include/pa_memory.h,
15636: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15637: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15638: src/types/pa_vform.C, tests/015.html, tests/016.html,
15639: tests/017.html, tests/018.html, tests/019.html,
15640: tests/019paf2001.gif, tests/020.html, tests/021.html,
15641: tests/022.html, tests/023.html, tests/022_dir/a.html,
15642: tests/022_dir/b.txt, tests/022_dir/c.htm,
15643: tests/results/015.processed, tests/results/016.processed,
15644: tests/results/017.processed, tests/results/018.processed,
15645: tests/results/019.processed, tests/results/020.processed,
15646: tests/results/021.processed, tests/results/022.processed,
15647: tests/results/023.processed: methoded_array now contains all Mxxx
15648: classes SAPI::get_env now returns info on pool more tests
15649:
15650: * src/include/pa_array.h, src/include/pa_hash.h,
15651: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15652: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15653: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15654: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15655: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15656: tests/results/001.processed, tests/results/002.processed,
15657: tests/results/003.processed, tests/results/004.processed,
15658: tests/results/005.processed, tests/results/006.processed,
15659: tests/results/007.processed, tests/results/008.processed,
15660: tests/results/009.processed, tests/results/010.processed,
15661: tests/results/011.processed, tests/results/012.processed,
15662: tests/results/013.processed, tests/results/014.processed: hash
15663: cloning fixed
15664:
15665: 2003-02-25 paf
15666:
15667: * src/main/pa_common.C: typo fixed
15668:
15669: 2003-02-24 paf
15670:
15671: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15672: [one remained]
15673:
15674: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15675: [should have been get_string(&pool)] todo: check other such calls
15676:
15677: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15678: test10, bad lookups
15679:
15680: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15681: object got destructed, and xxx points to sky
15682:
15683: * ChangeLog, src/classes/string.C: match bug fixed
15684:
15685: * src/types/pa_vmail.C: body [text/html] transcoded to
15686: $.charset[specified] now
15687:
15688: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15689: which failed to handle sigsetjmp+throw: crashed inside of
15690: pre-throw code. rewritten simplier [though duplicating
15691: closesocket code]
15692:
15693: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15694: which failed to handle sigsetjmp+throw: crashed inside of
15695: pre-throw code. rewritten simplier [though duplicating
15696: closesocket code]
15697:
15698: 2003-02-21 paf
15699:
15700: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15701: $cookie:name[$.expires[date << can be now]]
15702:
15703: written makefile with regression tests [raw]
15704:
15705: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15706: tests' only [it's not forcing CGI mode now] now use -H to output
15707: CGI header when parser used in command line [useful for tests
15708: also]
15709:
15710: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15711: switches on CGI mode, and is used in regression tests
15712:
15713: * src/: include/pa_request.h, main/pa_request.C,
15714: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15715: fixed
15716:
15717: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15718: handling pa_*
15719:
15720: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15721: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15722: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15723: memory handling files
15724:
15725: * src/main/pa_array.C: pool::format_integer terminator fixed
15726:
15727: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15728: compiles OK test to show benefits of free
15729:
15730: * src/: classes/file.C, classes/image.C, classes/mail.C,
15731: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15732: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15733: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15734: use pool [as the one in ^process]
15735:
15736: * src/classes/op.C: fixed process. sould now check for all cstr's
15737: -- some must use pool [as the one in ^process]
15738:
15739: 2003-02-20 paf
15740:
15741: * src/: classes/date.C, classes/double.C, classes/file.C,
15742: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15743: classes/math.C, classes/op.C, classes/response.C,
15744: classes/string.C, classes/table.C, classes/void.C,
15745: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15746: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15747: string cmp fixed
15748:
15749: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15750: values passed OK now
15751:
15752: 2003-02-19 paf
15753:
15754: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15755: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15756: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15757: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15758: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15759: all remaning leaks resulted from pooled::malloc calls [excluding
15760: in gd -- planning complete rewrite extremely ugly code]
15761:
15762: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15763: files
15764:
15765: 2003-02-17 paf
15766:
15767: * src/: classes/date.C, classes/double.C, classes/file.C,
15768: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15769: classes/response.C, classes/string.C, classes/table.C,
15770: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15771: include/pa_stylesheet_connection.h,
15772: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15773: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15774: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15775: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15776: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15777: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15778: of unitialized simple-typed field
15779:
15780: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15781: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15782: simple-typed field fixed. todo: find&kill all like that one
15783:
15784: * src/: main/execute.C, targets/cgi/pa_pool.C,
15785: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15786: debug output fixed
15787:
15788: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15789: main/pa_request.C: stack-stored items need extra .ref to prevent
15790: object_ptr from delete[them]
15791:
15792: * src/: classes/date.C, classes/op.C, classes/table.C,
15793: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15794: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15795: main/pa_charset.C, main/pa_common.C,
15796: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15797: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15798: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15799: calls
15800:
15801: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15802: couple mem leaks rusulted from old pooled::malloc usage.
15803: todo:find more like those
15804:
15805: * src/main/: compile.C, compile_tools.C: 2*2!
15806:
15807: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15808: stackItem fixed [there were no string on stack before]
15809:
15810: * src/: main/execute.C, main/pa_request.C,
15811: types/pa_vmethod_frame.C: first letters out OK
15812:
15813: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15814: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15815: main/pa_string.C, main/untaint.C, types/pa_value.h,
15816: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15817: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15818: type not initialized with zeros :( while class fields of class
15819: types initialized with default constructors. learn C++
15820:
15821: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15822: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15823: classes/math.C, classes/xdoc.C, classes/xnode.C,
15824: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15825: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15826:
15827: 2003-02-14 paf
15828:
15829: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15830: 13 link errors
15831:
15832: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15833: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15834: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15835: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15836: errors :)
15837:
15838: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15839: classes/hash.C, classes/mail.C, classes/op.C,
15840: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15841: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15842: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15843: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15844:
15845: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15846: classes/table.C, include/pa_common.h, include/pa_globals.h,
15847: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15848: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15849: types/pa_vint.h, types/types.dsp: op compiled
15850:
15851: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15852: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15853: main/untaint.C, types/pa_vtable.h: string, response compiled
15854:
15855: 2003-02-07 paf
15856:
15857: * src/: classes/table.C, types/pa_vtable.h: table compiled
15858:
15859: 2003-02-06 paf
15860:
15861: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15862: mail compiled
15863:
15864: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15865: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15866: types/pa_vfile.h, types/pa_vimage.h: image compiled
15867:
15868: * src/classes/: file.C, form.C: form compiled
15869:
15870: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15871: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15872: types/pa_vfile.C, types/pa_vfile.h: file compiled
15873:
15874: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15875: types/pa_vmath.h: math compiled [win32]
15876:
15877: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15878: types/pa_vstring.h: hash compiled
15879:
15880: 2003-02-04 paf
15881:
15882: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15883: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15884: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15885: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15886: types/pa_vhash.h: hash 50% compiled
15887:
15888: * src/: classes/date.C, classes/file.C, classes/hash.C,
15889: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15890: classes/string.C, classes/table.C, classes/xdoc.C,
15891: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15892: main/pa_string.C: date compiled
15893:
15894: * src/classes/: classes.dsp, double.C: double compiled
15895:
15896: * src/: classes/date.C, classes/double.C, classes/file.C,
15897: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15898: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15899: classes/string.C, classes/table.C, classes/void.C,
15900: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15901: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15902: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15903: compiled
15904:
15905: * src/: classes/date.C, classes/double.C, classes/file.C,
15906: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15907: classes/math.C, classes/op.C, classes/response.C,
15908: classes/string.C, classes/table.C, classes/void.C,
15909: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15910: types/pa_vvoid.h: void compiled :)
15911:
15912: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15913: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15914: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15915: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15916: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15917: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15918: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15919: types/pa_vresponse.C, types/pa_vstateless_class.C,
15920: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15921: types/pa_wcontext.C, types/types.dsp: removed stupid
15922: value_includes.h
15923:
15924: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15925: trying to remove stupid value_includes.h
15926:
15927: * src/main/pa_exec.C: pa_exec compiled on win32
15928:
15929: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15930:
15931: * src/: include/pa_globals.h, include/pa_request.h,
15932: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15933: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15934: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15935: types/pa_vrequest.C, types/pa_vstateless_class.C,
15936: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15937:
15938: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15939: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15940: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15941:
15942: * src/: include/pa_array.h, include/pa_config_includes.h,
15943: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15944: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15945: compiled
15946:
15947: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15948: name conflicts)
15949:
15950: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15951: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15952: yelds "virtual memory exhausted" while trying to compile
15953: execute.C [eating up to 127MB]
15954:
15955: 2003-02-03 paf
15956:
15957: * src/: include/pa_config_includes.h, include/pa_hash.h,
15958: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15959: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15960: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15961: types/pa_vint.h, types/pa_vjunction.h,
15962: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15963: started gcc compiling pa_common compiled
15964:
15965: * src/: include/pa_exception.h, include/pa_pool.h,
15966: main/pa_exception.C: exception gcc change #1
15967:
1.116 moko 15968: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15969: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15970:
15971: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15972:
15973: * src/types/pa_vtable.C: vtable compiled
15974:
15975: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15976:
15977: * src/: include/pa_cache_managers.h, main/pa_request.C,
15978: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15979:
15980: * src/types/pa_vstateless_class.C: vstateless_class compiled
15981:
15982: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15983:
15984: * src/types/pa_vrequest.C: vrequest compiled
15985:
15986: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15987: pa_vobject.C, pa_vobject.h: vobject compiled
15988:
15989: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15990: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15991: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15992: compiled
15993:
15994: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15995:
15996: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15997: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15998: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15999: compiled
16000:
16001: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16002: main.lib - 0 error(s), 0 warning(s)
16003:
16004: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16005: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16006:
16007: 2003-01-31 paf
16008:
16009: * src/: include/pa_array.h, include/pa_operation.h,
16010: include/pa_request.h, main/execute.C, main/main.dsp,
16011: types/pa_vjunction.h: started last file from main library:
16012: execute
16013:
16014: * src/: include/pa_request.h, include/pa_sapi.h,
16015: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16016: main/pa_request.C, targets/cgi/parser3.C,
16017: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16018: types/pa_vhash.h: pa_request compiled
16019:
16020: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16021: include/pa_globals.h, include/pa_request.h,
16022: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16023: main/execute.C, main/main.dsp, main/pa_common.C,
16024: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16025: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16026: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16027: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16028: types/types.dsp: most pa_request compiled
16029:
16030: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16031: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16032: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16033: classes/op.C, classes/response.C, classes/string.C,
16034: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16035: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16036: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16037: include/pa_config_fixed.h, include/pa_config_includes.h,
16038: include/pa_dictionary.h, include/pa_dir.h,
16039: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16040: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16041: include/pa_pool.h, include/pa_request.h,
16042: include/pa_request_charsets.h, include/pa_request_info.h,
16043: include/pa_sapi.h, include/pa_socks.h,
16044: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16045: include/pa_stack.h, include/pa_string.h,
16046: include/pa_stylesheet_connection.h,
16047: include/pa_stylesheet_manager.h, include/pa_table.h,
16048: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16049: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16050: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16051: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16052: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16053: main/compile.C, main/compile.tab.C, main/compile.y,
16054: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16055: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16056: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16057: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16058: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16059: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16060: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16061: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16062: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16063: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16064: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16065: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16066: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16067: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16068: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16069: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16070: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16071: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16072: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16073: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16074: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16075: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16076: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16077: types/pa_vresponse.h, types/pa_vstateless_class.C,
16078: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16079: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16080: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16081: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16082: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16083: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16084:
16085: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16086: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16087: src/include/pa_charsets.h, src/include/pa_common.h,
16088: src/include/pa_dictionary.h, src/include/pa_exception.h,
16089: src/include/pa_exec.h, src/include/pa_pool.h,
16090: src/include/pa_request.h, src/include/pa_sapi.h,
16091: src/include/pa_sql_connection.h,
16092: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16093: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16094: src/main/compile.tab.C, src/main/compile_tools.C,
16095: src/main/compile_tools.h, src/main/main.dsp,
16096: src/main/pa_charset.C, src/main/pa_charsets.C,
16097: src/main/pa_common.C, src/main/pa_dictionary.C,
16098: src/main/pa_exception.C, src/main/pa_exec.C,
16099: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16100: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16101: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16102: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16103: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16104: src/types/pa_vdouble.h, src/types/pa_venv.h,
16105: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16106: src/types/pa_vhash.h, src/types/pa_vimage.C,
16107: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16108: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16109: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16110: src/types/pa_vobject.C, src/types/pa_vobject.h,
16111: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16112: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16113: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16114: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16115: src/types/pa_vstring.h, src/types/pa_vtable.h,
16116: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16117: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16118: died, long live StringPtr
16119:
16120: 2003-01-30 paf
16121:
16122: * src/: include/pa_charset.h, include/pa_request.h,
16123: include/pa_sql_driver_manager.h, main/compile.tab.C,
16124: main/compile.y, main/compile_tools.h, main/pa_request.C,
16125: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16126:
16127: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16128: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16129: types/pa_vhash.h, types/pa_vmethod_frame.h,
16130: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16131: types/types.dsp: vstateless_class compiled
16132:
16133: * src/main/compile.C: compile compiled
16134:
16135: * src/: include/pa_array.h, include/pa_operation.h,
16136: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16137: main/pa_table.C: compile_tools compiled
16138:
16139: * src/: include/pa_operation.h, main/compile.y,
16140: main/compile_tools.C, main/compile_tools.h: started
16141: compile_tools. vagues ideas of how to free compiled code
16142:
16143: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16144: main/main.dsp, types/pa_value.C, types/pa_value.h,
16145: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16146: compiled
16147:
16148: 2003-01-29 paf
16149:
16150: * src/: include/pa_globals.h, include/pa_request.h,
16151: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16152: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16153: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16154: compiled
16155:
16156: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16157: now
16158:
16159: * src/: include/pa_array.h, include/pa_exception.h,
16160: include/pa_pool.h, main/pa_exception.C: gd compiled
16161:
16162: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16163: compiled
16164:
16165: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16166: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16167: types/pa_vfile.h: vfile compiled
16168:
16169: * src/: include/pa_common.h, include/pa_globals.h,
16170: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16171: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16172: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16173:
16174: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16175: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16176: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16177: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16178: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16179:
16180: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16181: main/main.dsp, main/untaint.C: more compiled
16182:
16183: * src/: include/pa_charsets.h, include/pa_request.h,
16184: include/pa_request_info.h, include/pa_string.h,
16185: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16186: types/pa_vresponse.h: vrequest compiled
16187:
16188: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16189: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16190: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16191:
16192: * src/: classes/classes.h, include/pa_charset.h,
16193: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16194: include/pa_request.h, include/pa_string.h, main/main.dsp,
16195: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16196: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16197: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16198: types/pa_vrequest.C, types/pa_vrequest.h,
16199: types/pa_vstateless_class.h, types/pa_vstring.h,
16200: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16201:
16202: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16203: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16204: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16205: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16206: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16207: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16208: types/pa_vobject.h, types/pa_vstateless_class.h,
16209: types/pa_vstateless_object.h, types/pa_vstatus.h,
16210: types/pa_vstring.h, types/types.dsp: vmath compiled
16211:
16212: 2003-01-28 paf
16213:
16214: * src/: classes/classes.h, classes/date.C, classes/file.C,
16215: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16216: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16217: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16218: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16219: compile_tools
16220:
16221: * src/: include/pa_charset.h, include/pa_exception.h,
16222: include/pa_request.h, include/pa_string.h, main/untaint.C:
16223: untaint compiled
16224:
16225: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16226: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16227: more compiled. struck with string::store_to needing to know
16228: source/client charsets
16229:
16230: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16231: types/pa_vfile.h: uue compiled
16232:
16233: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16234: table compiled
16235:
16236: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16237: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16238:
16239: * src/: include/pa_charset.h, main/pa_charset.C,
16240: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16241: introduced]
16242:
16243: * src/: classes/date.C, include/pa_charset.h,
16244: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16245: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16246: pa_charsets compiled
16247:
16248: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16249: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16250:
16251: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16252: common compiled
16253:
16254: * src/: include/pa_charsets.h, main/pa_charsets.C,
16255: main/pa_sql_driver_manager.C: pa_charsets compiled
16256:
16257: * src/: include/pa_array.h, include/pa_charset.h,
16258: include/pa_charsets.h, include/pa_pool.h,
16259: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16260: include/pa_stack.h, include/pa_string.h,
16261: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16262: sql_driver_manager compiled
16263:
16264: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16265: letter i with two dots added to koi, all ukranian letters added
16266: to win1251.
16267:
16268: typographic simbol 0xb9 deleted from win1251 [strange one & were
16269: abscent from koi]
16270:
16271: 2003-01-27 paf
16272:
16273: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16274: include/pa_sql_driver_manager.h, include/pa_string.h,
16275: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16276: sql/pa_sql_driver.h: paused on sql_manager
16277:
16278: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16279: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16280: include/pa_stack.h, main/pa_sql_driver_manager.C,
16281: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16282:
16283: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16284: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16285: include/pa_table.h, main/pa_sql_driver_manager.C,
16286: main/pa_table.C: table compiled
16287:
16288: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16289: cache_managers compiled
16290:
16291: * src/: include/pa_array.h, include/pa_charset.h,
16292: include/pa_pool.h, main/pa_charset.C: charset compiled
16293:
16294: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16295:
16296: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16297: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16298: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16299: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16300: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16301:
16302: 2003-01-24 paf
16303:
16304: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16305: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16306: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16307: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16308: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16309: types/pa_vint.h, types/pa_vjunction.h,
16310: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16311: types/pa_vstatus.h, types/pa_vstring.h: more patched
16312:
16313: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16314: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16315: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16316: main/pa_string.C, main/pa_table.C: string compiled
16317:
16318: * src/: include/pa_array.h, include/pa_common.h,
16319: include/pa_dictionary.h, include/pa_exception.h,
16320: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16321: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16322: main/pa_string.C: dictionary compiled
16323:
16324: 2003-01-23 paf
16325:
16326: * src/: include/pa_array.h, include/pa_common.h,
16327: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16328: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16329: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16330: types/pa_value.h: resurrected pool in new sense: now it's
16331: factory, producing&accounting memory chunks for read[autofree]
16332: buffers
16333:
16334: * src/: include/pa_array.h, include/pa_exception.h,
16335: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16336: main/pa_exception.C, main/pa_table.C: table compiled
16337:
16338: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16339: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16340: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16341: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16342: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16343: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16344: main/pa_table.C: aint that easy
16345:
16346: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16347: main/main.dsp: continued with Hash
16348:
16349: * src/main/pa_common.C: connect_string allocated on heap[wes on
16350: stack] now. and exception can be reported OK now [can be reported
16351: outside of pro c with that stack]
16352:
16353: 2003-01-22 paf
16354:
16355: * src/: include/pa_array.h, include/pa_charset.h,
16356: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16357: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16358: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16359: base: contains references_count. auto_ptr template calls
16360: add_ref/release
16361:
16362: 2003-01-21 paf
16363:
16364: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16365: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16366: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16367: classes/op.C, classes/response.C, classes/string.C,
16368: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16369: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16370: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16371: include/pa_config_fixed.h, include/pa_config_includes.h,
16372: include/pa_dictionary.h, include/pa_dir.h,
16373: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16374: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16375: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16376: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16377: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16378: include/pa_stack.h, include/pa_string.h,
16379: include/pa_stylesheet_connection.h,
16380: include/pa_stylesheet_manager.h, include/pa_table.h,
16381: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16382: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16383: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16384: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16385: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16386: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16387: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16388: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16389: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16390: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16391: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16392: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16393: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16394: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16395: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16396: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16397: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16398: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16399: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16400: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16401: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16402: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16403: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16404: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16405: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16406: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16407: types/pa_vstateless_object.h, types/pa_vstatus.C,
16408: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16409: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16410: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16411: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16412: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16413: 2002->2003
16414:
16415: 2003-01-16 paf
16416:
16417: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16418: src/main/pa_globals.C: http:// introducing $.any-status(1)
16419:
16420: * operators.txt, src/include/pa_config_fixed.h,
16421: src/main/pa_common.C: http request now return status. and not
16422: fail on status!=200
16423:
16424: 2003-01-15 paf
16425:
16426: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16427:
16428: 2003-01-14 paf
16429:
16430: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16431: mkinstalldirs: removed some ancient files [they in / really]
16432:
16433: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16434: regretfully needed patch in two places. in config_fixed.h made
16435: stubs for lib to compile in MSVC
16436:
16437: 2003-01-13 paf
16438:
16439: * config.guess, config.sub, ltmain.sh: removed last piece of
16440: configure.in(libtool) hacks
16441:
1.116 moko 16442: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16443: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16444: ltdl.h: moved to latest libtool (1.4.3)
16445:
16446: 2003-01-10 paf
16447:
16448: * src/lib/ltdl/: configure, configure.in: PROG_NM
16449:
16450: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16451: patches. libxml2 >= 2.5.1
16452: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16453: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16454: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16455:
16456: * INSTALL: moved to latest versions of xml libs libxml2 >=
16457: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16458: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16459: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16460:
16461: 2003-01-09 paf
16462:
16463: * INSTALL: xml,xslt,gdome lib urls updated
16464:
16465: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16466: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16467: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16468: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16469: 1.7.2
1.95 moko 16470:
16471: * depcomp: moving to automake 1.7.2
16472:
16473: 2002-12-27 paf
16474:
16475: * src/include/pa_version.h: 0007
16476:
16477: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16478: outdated parts, made links to language docs
16479:
16480: * src/include/pa_config_auto.h.in: comment
16481:
16482: 2002-12-26 paf
16483:
16484: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16485: not contain trailing / fixed.
16486:
16487: * INSTALL: changing SAFE_MODE politics
16488:
16489: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16490:
16491: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16492:
16493: 2002-12-25 paf
16494:
16495: * src/main/pa_globals.C: optimized-xml
16496:
16497: * src/main/pa_globals.C: optimized-as-is
16498:
16499: 2002-12-24 paf
16500:
16501: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16502: fixed [were really called with zero size when .html?a=&b=]
16503:
16504: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16505: with --with-sendmail
16506:
16507: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16508: fixed]
16509:
16510: 2002-12-23 paf
16511:
16512: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16513: ignoring parameters & were storing only string with default
16514: expires
16515:
16516: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16517: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16518: December 23, 2002 4:22 AM Subject: bug â
16519: Charset::transcode_buf2xchar
16520:
16521: 2002-12-20 paf
16522:
16523: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16524: non-cgi [script] runs
16525:
16526: 2002-12-19 paf
16527:
16528: * INSTALL: --without-iconv recommended [it crashes on some systems
16529: [tested on elik]] moreover, it's not needed there [parser
16530: registers charsets itself]
16531:
16532: * INSTALL: --without-iconv recommended [it crashes on some systems
16533: [tested on elik]]
16534:
16535: * operators.txt, src/include/pa_globals.h,
16536: src/include/pa_request.h, src/main/pa_globals.C,
16537: src/main/pa_request.C: $response:download
16538:
16539: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16540: compiler [win32]].
16541:
16542: 2002-12-18 paf
16543:
16544: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16545:
16546: 2002-12-17 paf
16547:
16548: * src/targets/cgi/parser3.C: merged die&iis changes
16549:
16550: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16551: to exit(1) 2. more flexible iilegal call check
16552:
16553: 2002-12-16 paf
16554:
16555: * ltmain.sh: some automakes silly insist on having this handy
16556:
16557: * src/main/untaint.C: filespec russian small 'r' changed to latin
16558: 'p' bug fix
16559:
16560: 2002-12-15 paf
16561:
16562: * src/main/untaint.C: filespec russian small 'r' changed to latin
16563: 'p'
16564:
16565: * configure.in, src/include/pa_config_auto.h.in,
16566: src/main/compile.C, src/main/pa_common.C: merged small changes
16567: from branch 6 to HEAD
16568:
16569: * src/main/compile.C: removed warning
16570:
16571: * src/main/pa_common.C: ftruncate having checked
16572:
16573: * configure.in, src/include/pa_version.h: new version
16574:
16575: 2002-12-14 paf
16576:
16577: * src/classes/table.C: removed unnecessary code
16578:
16579: * src/sql/pa_sql_driver.h: exception type fixed
16580:
16581: 2002-12-09 paf
16582:
16583: * src/types/pa_vvoid.h: $void.store[now] error
16584:
16585: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16586:
16587: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16588: tries to write core dump
16589:
16590: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16591:
16592: * src/: classes/hash.C, classes/string.C, classes/table.C,
16593: classes/void.C, main/pa_sql_driver_manager.C,
16594: sql/pa_sql_driver.h: changed exception handling mech in sql
16595: handlers #2
16596:
16597: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16598: exception handling mech in sql handlers
16599:
16600: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16601: handlers
16602:
16603: * src/: classes/hash.C, classes/string.C, classes/table.C,
16604: classes/void.C, main/pa_sql_driver_manager.C,
16605: sql/pa_sql_driver.h: changed exception handling mech in sql
16606: handlers
16607:
1.116 moko 16608: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16609: to write makefile which used libtool to install things, which is
16610: not needed
1.95 moko 16611:
16612: 2002-12-06 paf
16613:
16614: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16615: $hash.fields -- pseudo field to make 'hash' more like 'table'
16616:
16617: 2002-12-05 paf
16618:
16619: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16620: cc/bcc OK now
16621:
16622: * src/main/untaint.C: mail header closed properly
16623:
16624: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16625: header ',' allowed. still bugs in smtp [only one receiptient
16626: works, cc, bcc ignored now, and MAILED ;)]
16627:
16628: [strncpy killed, memnchr used]
16629:
16630: * src/main/pa_table.C: table-copy now current=0
16631:
16632: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16633: lowlevel proc
16634:
16635: * src/targets/cgi/parser3.C: more checks on
16636: http://domain/parser.cgi start [maybe some getenv returns "",
16637: checked that now
16638:
16639: * src/targets/cgi/parser3.C: more checks on
16640: http://domain/parser.cgi start [maybe some getenv returns "",
16641: checked that now
16642:
16643: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16644: out-of-mem errors reached log]
16645:
16646: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16647: mail:send MIME-Version default
16648:
16649: * src/main/main.dsp: pa_version included into main.dsp
16650:
16651: 2002-12-04 paf
16652:
16653: * src/types/pa_vform.C: $form:field string value cut by premature 0
16654:
16655: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16656: lib/libltdl -> lib/ltdl Win32 changes. s
16657:
16658: * src/classes/classes.awk: more strict *.C$
16659:
16660: * gnu.dsp: restored
16661:
1.116 moko 16662: * configure.in, gnu.dsp, src/lib/Makefile.am,
16663: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16664: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16665: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16666: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16667: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16668: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16669: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16670: now created with /configure, not ltdl/configure, so it does have
16671: no problems with automake. ltdl/configure
16672: AC_OUTPUT(Makefile<<removed)
1.95 moko 16673:
16674: 2002-12-02 paf
16675:
16676: * operators.txt: removed outdated status:db
16677:
16678: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16679: src/main/pa_common.C, src/main/pa_request.C,
16680: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16681: tainted parts becomes http-header
16682:
16683: 2002-11-29 paf
16684:
16685: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16686: dates now objects of type date
16687:
16688: * src/classes/image.C: file.seek removed [it were used in image.C
16689: only, and for parser user this means that jpeg image has bad
16690: size in fragment's header] now used image.format
16691:
16692: * src/: include/pa_common.h, main/pa_common.C,
16693: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16694: now handled exactly like $response:header values. e.g. can be
16695: hash [can have subattributes] & contain date values.
16696:
16697: * src/main/pa_common.C: http:// param values lang forced URI
16698:
16699: * src/main/pa_common.C: http:// tainted partes now %xx
16700:
16701: 2002-11-28 paf
16702:
16703: * operators.txt: http.timeout
16704:
16705: * src/classes/image.C: ^image.length now counts interchar space.
16706: plus space after last char
16707:
16708: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16709:
16710: * src/classes/image.C: ^image.font width measurer now scans full
16711: height [were -1]
16712:
16713: * configure.in: stopped double libltdl/Makefile generation
16714:
16715: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16716: chars [one top horizontal line of 1pixel height were missing]
16717:
16718: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16719: 'false' to go into (Hash *) parameter
16720:
16721: 2002-11-27 paf
16722:
16723: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16724: types/pa_vmail.C: response:body[file] if file nows it's name now
16725: returns content-disposition: >>attachment<<
16726:
16727: * src/classes/image.C: ^image.font << bad font file-size now
16728: properly reported
16729:
16730: 2002-11-26 paf
16731:
16732: * src/main/pa_request.C: fixed lang in reponse header
16733:
16734: * src/main/pa_common.C: utf8 prefix ignored @read text
16735:
16736: * operators.txt, src/main/pa_common.C: http:// response status!=200
16737: made exception: http.status with source=bad status#
16738:
16739: 2002-11-25 paf
16740:
16741: * configure.in, src/classes/image.C,
16742: src/include/pa_config_auto.h.in,
16743: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16744: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16745: const void related probs fixed
1.95 moko 16746:
16747: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16748:
16749: $file[^file::load[http://there]] $file.SERVER
16750:
16751: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16752: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16753: http options [invalid onces now reported] made default
16754: user-agent: paf
16755:
16756: * operators.txt, src/classes/file.C, src/classes/table.C,
16757: src/classes/xdoc.C, src/include/pa_common.h,
16758: src/include/pa_globals.h, src/main/pa_common.C,
16759: src/main/pa_globals.C, src/main/pa_request.C,
16760: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16761: now understand http:// prefix and additional params, sample:
16762: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16763: $.USER-AGENT[parser3] ]]
16764:
16765: 2002-11-22 paf
16766:
16767: * src/classes/image.C, src/include/pa_globals.h,
16768: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16769: src/types/pa_vimage.h, operators.txt: $image.exif support
16770: $image.exif.DateTime & co
16771:
16772: 2002-11-21 paf
16773:
16774: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16775: _PASS_APPENDED)
16776:
16777: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16778: EXIF information [were big block and it's size were considered
16779: negative :(]
16780:
16781: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16782: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16783: internals rewritten. no there's reader.seek, and all's ready for
16784: EXIF extraction [now we fail to measure files with EXIF info]
16785:
16786: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16787: O_TRUNC truncates even exclusevely write-locked file [thanks to
16788: Igor Milyakov <virtan@rotabanner.com> for discovering]
16789:
16790: 2002-11-20 paf
16791:
16792: * src/targets/cgi/parser3.C: logging @signal += query_string
16793:
16794: * configure.in, src/include/pa_config_auto.h.in,
16795: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16796: comment
16797:
16798: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16799:
16800: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16801: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16802: currently processed document SIGPIPE >> interrupts request
16803: processing [exception = DB rollback]
16804:
16805: * src/main/pa_exec.C: comment
16806:
16807: * src/main/pa_exec.C: pa_exec: data written only if size>0
16808:
16809: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16810: << disable HTTP-POST repassing
16811:
16812: * src/: include/pa_config_fixed.h, main/pa_common.C,
16813: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16814: pipe read errors now checked
16815:
16816: 2002-11-19 paf
16817:
16818: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16819: CGI: Illegal call
16820:
16821: 2002-11-01 paf
16822:
16823: * src/main/execute.C: comment
16824:
16825: 2002-10-31 paf
16826:
16827: * src/main/execute.C: found out why, checked that for now. todo:
16828: find out a way for that user could do that
16829:
16830: * src/types/pa_vstateless_object.h: object put replaces static
16831: parent if any
16832:
16833: * src/types/pa_vobject.C: object put replaces static parent if any
16834:
16835: * src/: classes/form.C, classes/mail.C, classes/op.C,
16836: classes/xnode.h, main/compile.tab.C, main/execute.C,
16837: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16838: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16839: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16840: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16841: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16842: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16843: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16844: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16845: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16846: types/pa_vstateless_object.h, types/pa_vstatus.C,
16847: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16848: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16849: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16850: types/pa_wwrapper.h: static fix merged
16851:
16852: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16853: $virtual_fields in dynamic, but one can reach derived
16854: static[class] variable from base
16855:
16856: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16857: types/pa_vobject.C, types/pa_vobject.h,
16858: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16859: statics, left $virtual_fields in dynamic
16860:
16861: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16862: one can't remember derivates in base class: there's so many of
16863: them. also there can be no virtual method calls in static
16864: classes
16865:
16866: * src/: classes/form.C, classes/mail.C, classes/op.C,
16867: classes/xnode.h, main/execute.C, main/pa_request.C,
16868: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16869: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16870: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16871: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16872: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16873: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16874: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16875: types/pa_vresponse.C, types/pa_vresponse.h,
16876: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16877: types/pa_vstateless_object.h, types/pa_vstatus.C,
16878: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16879: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16880: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16881: types/pa_wwrapper.h: static call $self fixed
16882:
16883: * src/main/execute.C: comment
16884:
16885: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16886: ^process[$caller.self]{...} now compiles to last derived object
16887: part of that 'self'
16888:
16889: 2002-10-29 paf
16890:
16891: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16892: re-passing [iis to blame]
16893:
16894: * src/classes/string.C: changed string.save to pass current sql
16895: connection to cstr thus one can ^connect[some server]{
16896: $s[insert into table x (x) values (^taint[sql]{value})]
16897: ^s.save[some.sql] } and he'd get in some.sql file code with
16898: properly escaped. [tried in mssql->mysql export->import of
16899: binary data]
16900:
16901: 2002-10-25 paf
16902:
16903: * src/types/pa_vresponse.C: case insensitive response user fields
16904: get/put
16905:
16906: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16907: types/pa_vresponse.C: saving for maybe-future
16908:
16909: 2002-10-23 paf
16910:
16911: * operators.txt, src/classes/table.C: ^table.hash{code}...
16912: ^table.hash(expr)...
16913:
16914: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16915:
16916: 2002-10-22 paf
16917:
16918: * src/types/: pa_vform.C, pa_vform.h: removed needless
16919: VForm::Append...(...Value)
16920:
16921: * src/main/execute.C: $.name outside of $name[...] checked
16922:
16923: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16924: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16925:
16926: 2002-10-21 paf
16927:
16928: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16929: $form:qtail $form:imap.x/y
16930:
16931: * operators.txt, src/types/pa_vform.C: $form:nameless =
16932: "?value&...", "...&value&...", "...&value"
16933:
16934: * operators.txt, src/types/pa_vform.C: $form:image-map
16935:
16936: * operators.txt, src/classes/file.C: /some/page.html:
16937: ^file:fullpath[a.gif] => /some/a.gif
16938:
16939: 2002-10-17 paf
16940:
16941: * src/main/: compile.tab.C, compile.y: operators precedence changed
16942: a little: logical not and bitwise negation precedence made
16943: highest, << and >> bitshits precedence made equal [were << higher
16944: than >>]
16945:
16946: * src/classes/op.C: exception handling fixed [were bad with
16947: contexts]
16948:
16949: 2002-10-16 paf
16950:
16951: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16952: main/pa_request.C: Request::self considered equal to
16953: VMethodFrame::self, and removed, Request::get_self() mapped to
16954: VMethodFrame.self()
16955:
16956: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16957: $hash in open field now gives old good error meesage
16958:
16959: 2002-10-15 paf
16960:
16961: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16962: use ^if($junction is junction){was and now true}
16963:
16964: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16965: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16966: types/pa_vxnode.C: xml->parser strings now have origin, which
16967: points to place where value left xml library and came to parser:
16968: place of dom field extraction/call
16969:
16970: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16971: main/compile.tab.C, main/compile.y, main/execute.C,
16972: types/pa_vmethod_frame.h: removed last pieces of old code
16973: allowing $junction.xxx at compile time
16974:
16975: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16976: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16977: objects also considered [were only classes]
16978:
16979: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16980: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16981: with CLASS self. [ (request&method_frame).self temporarily
16982: changed ]
16983:
16984: * src/classes/: hash.C, op.C: method_frame now always changed, with
16985: no exception to native calls. for&foreach changed to use
16986: method_frame.caller for their var's name context
16987:
16988: * src/: main/execute.C, targets/cgi/parser3.C,
16989: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16990: compiling to system classes disabled
16991:
16992: * operators.txt, src/classes/op.C:
16993: ^process[$caller.CLASS]{code-string} added
16994:
16995: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16996: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16997: src/types/Makefile.am, src/types/pa_vjunction.C,
16998: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16999: src/types/types.dsp: removed $junction.get $junction.set[]
17000: introducing $caller
17001:
17002: * src/types/pa_value.h: removed outdated comments. doxygen would
17003: find them lower by inheritance tree
17004:
17005: * src/types/pa_vjunction.C: ident
17006:
17007: 2002-10-14 paf
17008:
17009: * src/classes/op.C: process compiles to code's class class
17010:
17011: * src/: classes/form.C, classes/mail.C, classes/op.C,
17012: include/pa_request.h, main/compile.C, main/compile.tab.C,
17013: main/compile.y, main/execute.C, main/pa_request.C,
17014: types/pa_vstateless_class.h: operators now main-class-methods
17015:
17016: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17017: better stack trace [has "call" & co there]
17018:
17019: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17020: operators @auto now executed in MAIN context
17021:
17022: * src/main/execute.C: operator execution context now = MAIN, not
17023: closest stack frame
17024:
17025: @touchit[] $i[after]
17026:
17027: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17028: were 'after'
17029:
17030: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17031: 'after'
17032:
17033: * src/main/execute.C: comment
17034:
17035: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17036: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17037: action]
17038:
17039: * src/types/pa_vxnode.C: misreplace fixed
17040:
17041: * configure, configure.in, src/include/pa_config_auto.h.in,
17042: src/types/pa_vstatus.C, operators.txt:
17043: $status:rusage.tv_secs/usecs introduced
17044:
17045: 2002-10-09 paf
17046:
17047: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17048: on empty string [or uses (default)]
17049:
17050: 2002-10-08 paf
17051:
17052: * src/main/untaint.C: mail header quoted printable changed after
17053: RFC reread
17054:
17055: * operators.txt: plan on ^if(method
17056:
17057: * src/types/pa_vxnode.C: misreplace
17058:
17059: 2002-09-24 paf
17060:
1.116 moko 17061: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17062:
17063: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17064: mailreceive would compile on freebsd now
17065:
17066: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17067: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17068: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17069: mailreceive would compile on freebsd now
1.95 moko 17070:
17071: * src/: classes/file.C, main/untaint.C: 1. file spec language
17072: changed: now there are only few chars are untainted: * ? ' " < >
17073: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17074: one should use ^untaint[uri]{...} now]
17075:
17076: 2. $list[^file:list[dir]] now returns simply tainted names in
17077: $list.name, not tainted as filespec
17078:
17079: @russianindex[] #dir with files with russian-lang names
17080: $where[dir]
17081:
17082: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17083: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17084:
17085: 2002-09-23 paf
17086:
17087: * src/types/pa_vdouble.h: double->int round added
17088:
17089: * src/classes/date.C: date bug fix, now
17090: round(floatDays*secondsPerDay)
17091:
17092: * src/classes/date.C: date bug fix, now
17093: round(floatDays*secondsPerDay)
17094:
17095: 2002-09-20 paf
17096:
17097: * src/main/execute.C: code junction calls disabled [before: code
17098: was compiled in such a way, that there were no code-junctions in
17099: OP_CALL]
17100:
17101: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17102:
17103: @badjunctioncallinside[code] ^code[]
17104:
17105: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17106: expanding to include ^junction.method
17107:
17108: * src/main/pa_common.C: -d "DIR/" now true
17109:
17110: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17111: as internal xdoc encoding, and after decoding attributes set by
17112: dom functions now encoded OK, not as digital entities
17113:
17114: * src/classes/xdoc.C: empty transform result, being taken as file
17115: now returns empty file, not raises stupid error about "stat-ed
17116: file"
17117:
17118: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17119: allowed
17120:
17121: * src/types/types.dsp: introducing $junction.get/put(1) one can
17122: write iterators now:
17123:
17124: ^user-foreach[key;value]{$key=$value<br>}
17125:
17126: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17127: $code.value($i*2) $code }
17128:
17129: * src/main/compile_tools.h: mistype
17130:
1.116 moko 17131: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17132: thus taking linking options configure changes into account [were:
17133: ignoring]
1.95 moko 17134:
17135: * src/types/: pa_vjunction.C, Makefile.am: introducing
17136: $junction.get/put(1) one can write iterators now:
17137:
17138: ^user-foreach[key;value]{$key=$value<br>}
17139:
17140: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17141: $code.value($i*2) $code }
17142:
17143: * src/: include/pa_opcode.h, include/pa_request.h,
17144: main/compile.tab.C, main/compile.y, main/execute.C,
17145: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17146: introducing $junction.get/put(1) one can write iterators now:
17147:
17148: ^user-foreach[key;value]{$key=$value<br>}
17149:
17150: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17151: $code.value($i*2) $code }
17152:
17153: 2002-09-19 paf
17154:
1.116 moko 17155: * Makefile.am: new: make commit
1.95 moko 17156:
17157: * aclocal.m4: forced to be older
17158:
17159: 2002-09-18 paf
17160:
17161: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17162: src/main/compile.y, src/main/execute.C: << >> int shifts
17163:
17164: * src/: include/pa_common.h, include/pa_request.h,
17165: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17166: - now this - fatal error
17167:
17168: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17169: that one can pass binary data there
17170:
17171: * src/: classes/date.C, classes/double.C, classes/file.C,
17172: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17173: classes/op.C, classes/response.C, classes/string.C,
17174: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17175: include/pa_request.h: pa_request contexts made privated, plus
17176: get_{self/method_frame} to read. Request_context_saver used in
17177: ^try to save flang too. [were not saved]
17178:
17179: * src/types/pa_vresponse.C: header value chains joined before
17180: output, this should help $.subject[$var $var] from being
17181: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17182:
17183: 2002-09-17 paf
17184:
17185: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17186: removed changes, operators executed with calling self. lots of
17187: code with ^include code relies on defined/defining self variables
17188:
17189: $a[1] ^include[print_a.p] print_a.p: $a
17190:
17191: ^include[set_a.p] a=$a set_a.p: $a[1]
17192:
17193: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17194: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17195: types/pa_vstateless_class.h: operators now executed with MAIN
17196: self. it's for ^include sake, too strong a change
17197:
17198: * src/classes/op.C: made place for ^process to compile it's code to
17199: in case of no self
17200:
17201: * src/main/execute.C: found ancient param to Junction, removed.
17202: allowed passing self to native_code_operators [for ^process to
17203: work, she needs self]
17204:
17205: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17206: types/pa_vstateless_class.h: found ancient param to Junction,
17207: removed. allowed passing self to native_code_operators [for
17208: ^process to work, she needs self]
17209:
17210: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17211: types/pa_value.h, types/pa_vmethod_frame.h,
17212: types/pa_vstateless_class.h: allowed Request.self to be 0,
17213: checked that in VMethodFrame get/put and $self.
17214:
17215: * src/classes/: table.C, xdoc.C: table::sql options table::create
17216: copy options options checked, wrong option now fatal error
17217:
17218: * src/main/pa_string.C: string.replace fixed [were missing words on
17219: pieces boundaries]
17220:
1.150 moko 17221: * configure, configure.in: .so now detected [can be .sl on hpux,
17222: .dll on cygwin, .so in other cases)
1.95 moko 17223:
17224: * configure, configure.in: .so now detected [can be .sl on hpux,
17225: .dll on cygwin, .so in other cases)
17226:
17227: * operators.txt, src/classes/hash.C, src/classes/table.C,
17228: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17229: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17230: record taken [were last]
17231:
17232: * src/: classes/hash.C, classes/table.C,
17233: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17234: now errors
17235:
17236: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17237:
17238: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17239: ,2,3]
17240:
17241: 2002-09-16 paf
17242:
17243: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17244: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17245: stdout to be binary. now detected closest header break.
17246:
17247: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17248: closed right
17249:
17250: 2002-09-13 paf
17251:
17252: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17253: src/main/compile_tools.h: (expression #comment)
17254:
17255: (multiline expression #comment line2 #comment )
17256:
17257: (expression #comment with (brackets) comment) << OK
17258:
17259: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17260: bitwise !|| numerical xor now [preparing for expression
17261: #comments]
17262:
17263: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17264: error
17265:
17266: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17267: cheched in pa_socks.C
17268:
1.116 moko 17269: * configure, configure.in, src/include/pa_config_auto.h.in:
17270: HAVE_WINSOCK_H created in configure.in
1.95 moko 17271:
17272: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17273: cookie date now clean [were mistakenly tainted & that worked bad
17274: with opera -- 'happily' that worked OK with msie]
17275:
17276: 2002-09-12 paf
17277:
17278: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17279: VClass get_element now first looks to fields, next to methods &
17280: co todo: the rest reason: more speed
17281:
17282: * src/main/untaint.C: quoted printable encoding stops before
17283: \s*<...>$
17284:
17285: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17286: stops before <...>$
17287:
17288: 2002-09-11 paf
17289:
17290: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17291: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17292: forgot to check users of those funcs. not all were using that
17293: return value convention
17294:
17295: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17296: windows-1254 added
17297:
17298: 2002-09-10 paf
17299:
17300: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17301: VCodeFrame parent param were specified badly
17302:
17303: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17304: WWrapper which used in constructing objects(second param to sql
17305: method) ^...sql{}[$.default{code}] now has parent, wich helps
17306: code in hash to survivi
17307:
17308: * src/: include/pa_request.h, main/execute.C: removed redundant
17309: param to execute [stack said 'thanks']
17310:
17311: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17312: types/pa_value.h, types/pa_vcode_frame.h,
17313: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17314: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17315: responsibility to wcontext
17316:
17317: * src/classes/file.C: decided not to log exec's with stderr, that
17318: could be warnings, and it's up to scritper to log/show them
17319:
17320: * src/: classes/double.C, main/execute.C: double:sql badly called
17321: write_assign_lang, not write_no_lang, thus doing unnecessary
17322: double/string converstion, which were loosing time&precesion
17323:
17324: * src/: main/pa_charset.C, types/pa_vmail.C:
17325: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17326: case of unfinished in buffer processing, causing accidental
17327: transcode stop [in case that source enc != utf-8 & there is
17328: incomplete utf-8 sequence at the end of 16000block iside of
17329: libxml lib] tfm readed & code updated
17330:
17331: 2002-09-04 paf
17332:
17333: * configure: makes with sjlj
17334:
17335: * INSTALL, src/include/pa_config_fixed.h,
17336: src/include/pa_sql_connection.h,
17337: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17338: checked. on win32 it made default
17339:
17340: * src/include/pa_config_auto.h.in: sjlj define
17341:
17342: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17343: can not work with longjump/throw pair, and one must switch that
17344: on there. todo: detect that automatically]
17345:
17346: * src/types/pa_vxnode.C: removed too strong checks of
17347: xnode.elements. now, for instance, if element does not have any
17348: attributes, $xnode.attributes is void, not error
17349:
17350: 2002-09-02 paf
17351:
17352: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17353: removed double_result, didn't help
17354:
17355: * src/main/execute.C: double_result made to move that var away from
17356: hungry g++ optimizer (-O2), before: it were optimized and
17357: comparison operators worked badly
17358:
17359: * src/types/pa_vdate.h: removed debug
17360:
1.116 moko 17361: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17362:
17363: * src/main/execute.C: fixed numeric < & co so that thay now use
17364: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17365: unknown reason.
17366:
17367: 2002-08-29 paf
17368:
17369: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17370: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17371: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17372: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17373: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17374: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17375: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17376: [called less frequent, allowed to remove ugly
17377: Junction.change_context-s from many places, switch,
17378: mail:send..html{}, ..] request.root renamed to method_frame [more
17379: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17380: [speed up]
17381:
17382: 2002-08-28 paf
17383:
17384: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17385: tainted
17386:
17387: * src/types/pa_vcookie.C: fixed cookie delete when
17388: $cookie:name[$.value[]]
17389:
17390: * operators.txt, src/classes/string.C:
17391: ^string.split[delim[;options]]
17392:
17393: 2002-08-27 paf
17394:
1.116 moko 17395: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17396:
17397: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17398: delimiter
17399:
17400: * INSTALL: recommended latest gmime 1.0.5
17401:
17402: 2002-08-26 paf
17403:
17404: * configure, configure.in: apache13/hook added to make dist.
17405:
17406: 2002-08-23 paf
17407:
17408: * src/: include/pa_common.h, main/pa_common.C,
17409: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17410: beside binary [cgi, isapi] not accessible [due to bad rights or
17411: whatever] it's error now
17412:
17413: 2002-08-21 paf
17414:
1.116 moko 17415: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17416:
17417: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17418: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17419: class". compiled as if here they named base class
17420:
17421: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17422: cloning constructor]
17423:
17424: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17425:
1.150 moko 17426: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17427: $mail.received.file.value.content-type fixed
17428:
17429: 2002-08-20 paf
17430:
17431: * src/classes/file.C: fixed language of file:file result
17432:
17433: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17434: from 3.0.0005
17435:
17436: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17437:
17438: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17439: 3.0.0005
17440:
17441: * src/classes/void.C, operators.txt: ^void.length[] = 0
17442:
17443: 2002-08-19 paf
17444:
17445: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17446: work now
17447:
17448: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17449: error in xnode, which were not catched in xdoc]
17450:
17451: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17452: prepared: // validate each document after load/create (?)
17453: //xmlDoValidityCheckingDefaultValue = 1;
17454:
17455: 2002-08-15 paf
17456:
17457: * src/classes/classes.h: write to static var caused useless
17458: Exception, introduced Methoded::put_element wich consumes those
17459:
17460: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17461: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17462: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17463: $response:field[date] $response:field[$.xxx[date]]
17464:
17465: * src/: classes/hash.C, classes/string.C, classes/table.C,
17466: classes/void.C, include/pa_sql_connection.h: fixed source of
17467: ^hash::sql{bad}
17468:
17469: * operators.txt: $request:body unprecessed POST request body
17470:
17471: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17472:
17473: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17474: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17475:
17476: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17477: src/include/pa_request.h, src/main/pa_pool.C,
17478: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17479: $request:body r.post_data now const
17480:
17481: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17482: classes/xnode.C, main/execute.C, types/pa_value.h,
17483: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17484: types/pa_vtable.h: instead of type() checking everywhere used
17485: Value.as now user descendants can be used in params.
17486:
17487: VObject::as_*, is_defined now taken from bases. xtable(table)
17488: ^if($xtable) now OK
17489:
17490: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17491: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17492: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17493:
17494: 2002-08-14 paf
17495:
17496: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17497: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17498: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17499: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17500: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17501: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17502: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17503: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17504: types/pa_vresponse.C, types/pa_vresponse.h,
17505: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17506: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17507: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17508: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17509: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17510: & VClass
17511:
17512: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17513:
17514: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17515: removed fixopt stupidity. on stupid linux use cd /document/root
17516: ../cgi/parser3 script
17517:
17518: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17519: params, splitting them by space, excluding argv[0], argv[argc-1]
17520:
17521: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17522: fixopt.h: fixopt now preprocesses command line params, splitting
17523: them by space, excluding argv[0], argv[argc-1]
17524:
17525: * src/targets/cgi/parser3.C: -f config file
17526:
17527: * src/targets/cgi/parser3.C: fixed .log file dir
17528:
17529: 2002-08-13 paf
17530:
17531: * src/types/pa_vobject.C: allow override parent variables, useful
17532: for form descendants [in vobject too, were in vclass]
17533:
17534: * src/types/pa_vclass.C: allow override parent variables, useful
17535: for form descendants
17536:
17537: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17538: overwritten in derived(table)
17539:
17540: * src/: classes/form.C, classes/mail.C, classes/op.C,
17541: classes/xnode.h, include/pa_request.h, main/execute.C,
17542: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17543: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17544: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17545: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17546: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17547: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17548: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17549: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17550: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17551: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17552: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17553: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17554: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17555: Value::get_element(..., bool looking_down) [needed to exclude
17556: endless recoursion]
17557:
17558: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17559: fix bug with put endless recoursion todo: check 'as'
17560:
17561: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17562: reorganized modules todo: fix bug with put endless recoursion
17563: todo: check 'as'
17564:
17565: * src/types/pa_vobject.h: checked: table fields can be overwritten
17566: in derived(table)
17567:
17568: * src/types/pa_vobject.h: derived classes can have fields of their
17569: own now
17570:
17571: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17572: fixed error message on using non-created table
17573:
17574: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17575: classes/op.C, classes/xnode.h, include/pa_request.h,
17576: main/compile.C, main/compile.tab.C, main/execute.C,
17577: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17578: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17579: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17580: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17581: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17582: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17583: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17584: types/pa_vresponse.C, types/pa_vresponse.h,
17585: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17586: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17587: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17588: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17589: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17590: looking down/up tree todo: fix error message on non-constructed
17591: parents
17592:
17593: 2002-08-12 paf
17594:
17595: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17596: derived OK
17597:
17598: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17599: thorough testing
17600:
17601: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17602: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17603: types/pa_vobject.h, types/pa_vstateless_class.h,
17604: types/pa_vstateless_object.h, types/pa_wcontext.h,
17605: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17606: ^base:create[] dynamic call rewritten todo: thorough testing
17607:
17608: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17609: now instantates base class, remembers it and saves child in
17610: parent VObject.get_class now returns last child = downward
17611: virtual calls OK
17612:
17613: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17614: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17615: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17616: types/pa_vobject.h, types/pa_vresponse.h,
17617: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17618: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17619: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17620: VAliased [redundant], moved $CLASS to VObject only [parser class
17621: instance]
17622:
17623: * src/main/pa_request.C: $response:body[file] content-type check
17624: fixed [were bad when content-type is hash]
17625:
17626: 2002-08-09 paf
17627:
17628: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17629: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17630:
17631: 2002-08-08 paf
17632:
17633: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17634: src/main/pa_globals.C: year column in month calendar [week year]
17635:
17636: * src/main/execute.C: error reporting on object writes to MAIN
17637: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17638:
17639: * operators.txt, src/types/pa_vdate.h: $date.yearday
17640: $date.daylightsaving
17641:
17642: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17643: use tainted data now. only she must specify the language.
17644:
17645: ^mail:send[ $.from[paf@mail.design.ru]
17646: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17647: $.text[^taint[uri][ìîñêâà]=] ]
17648:
17649: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17650: now prints more precise origin
17651:
17652: * src/include/pa_string.h: String::first_char now not fails on
17653: empty strings ^if(-f '') now ok and in 3 other places.
17654:
17655: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17656: String::first_char now not fails on empty strings ^if(-f '') now
17657: ok and in 3 other places.
17658:
17659: 2002-08-07 paf
17660:
17661: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17662: fixed
17663:
17664: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17665:
17666: * src/: main/execute.C, types/pa_vcode_frame.h,
17667: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17668: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17669: mistakenly not completely transparent to object writes.
17670: $hash[^if(1){$hash}] now works
17671:
17672: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17673: now erasing cache file [there were bad check on that]
17674:
17675: * src/: classes/classes.dsp, classes/table.C,
17676: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17677: all Debug dirs in .dsp now named 'Debug'
17678:
1.116 moko 17679: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17680:
17681: * operators.txt, src/classes/mail.C: exception_type email.send
17682:
17683: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17684:
17685: * src/types/pa_vmail.C: mail:send empty email checked
17686:
17687: 2002-08-06 paf
17688:
17689: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17690: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17691: ^table::create[$source;$.options] ^table::join[$source;$.options]
17692:
17693: * operators.txt, src/classes/hash.C, src/classes/string.C,
17694: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17695: # $.default() }
17696:
17697: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17698:
17699: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17700: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17701: $file.content-type [instead of .mime-type] now works for
17702: file::stat also
17703:
17704: * src/main/pa_request.C: case insensitive mime_type_of
17705:
17706: 2002-08-05 paf
17707:
17708: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17709:
17710: * src/types/pa_vmail.C: file buffer relocated to parser heap
17711:
17712: * operators.txt: comment on date:calendar week column
17713:
17714: * src/main/pa_common.C: write checked
17715:
17716: * src/main/: pa_common.C: write checked
17717:
17718: * src/classes/date.C: +1 buf size for stupid snprintfs
17719:
17720: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17721: month calendar week column [ISO 8601 Week Numbers]
17722:
17723: 2002-08-02 paf
17724:
17725: * src/: include/pa_config_fixed.h, main/pa_string.C,
17726: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17727: DEBUG*
17728:
17729: * configure, configure.in, src/include/pa_version.h: release
17730: 3_0_0005
17731:
17732: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17733: multipart post fixed
17734:
17735: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17736: response transcoded source->client only when text/* or simple
17737: onoverridden $response:body
17738:
17739: 2002-08-01 paf
17740:
17741: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17742: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17743: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17744: classes/op.C, classes/response.C, classes/string.C,
17745: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17746: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17747: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17748: include/pa_config_fixed.h, include/pa_dictionary.h,
17749: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17750: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17751: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17752: include/pa_socks.h, include/pa_sql_connection.h,
17753: include/pa_sql_driver_manager.h, include/pa_stack.h,
17754: include/pa_string.h, include/pa_stylesheet_connection.h,
17755: include/pa_stylesheet_manager.h, include/pa_table.h,
17756: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17757: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17758: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17759: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17760: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17761: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17762: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17763: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17764: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17765: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17766: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17767: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17768: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17769: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17770: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17771: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17772: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17773: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17774: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17775: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17776: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17777: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17778: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17779: types/pa_vmethod_frame.h, types/pa_vobject.h,
17780: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17781: types/pa_vresponse.h, types/pa_vstateless_class.C,
17782: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17783: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17784: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17785: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17786: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17787: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17788:
17789: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17790: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17791: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17792: classes/math.C, classes/op.C, classes/response.C,
17793: classes/string.C, classes/table.C, classes/void.C,
17794: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17795: include/pa_array.h, include/pa_cache_managers.h,
17796: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17797: include/pa_config_fixed.h, include/pa_config_includes.h,
17798: include/pa_dictionary.h, include/pa_dir.h,
17799: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17800: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17801: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17802: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17803: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17804: include/pa_stack.h, include/pa_string.h,
17805: include/pa_stylesheet_connection.h,
17806: include/pa_stylesheet_manager.h, include/pa_table.h,
17807: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17808: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17809: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17810: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17811: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17812: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17813: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17814: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17815: main/pa_sql_driver_manager.C, main/pa_string.C,
17816: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17817: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17818: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17819: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17820: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17821: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17822: targets/isapi/pool_storage.h, types/pa_valiased.C,
17823: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17824: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17825: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17826: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17827: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17828: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17829: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17830: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17831: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17832: types/pa_vresponse.C, types/pa_vresponse.h,
17833: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17834: types/pa_vstateless_object.h, types/pa_vstatus.C,
17835: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17836: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17837: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17838: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17839: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17840: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17841: types/Makefile.am: ident.C* removed
17842:
17843: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17844: file:find[/can/do/this/now.txt]
17845:
17846: * src/targets/cgi/parser3.C: usage to stdout now
17847:
17848: 2002-07-31 paf
17849:
17850: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17851:
17852: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17853: default "postmaster"
17854:
17855: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17856: -f postmaster now default sendmail key word "postmaster"
17857: replaced to $.from
17858:
17859: 2002-07-30 paf
17860:
1.116 moko 17861: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17862: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17863:
17864: * src/main/pa_charset.C: comment
17865:
17866: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17867: table, &#decimal;
17868:
17869: * src/main/pa_request.C: comment
17870:
17871: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17872: paragraf]
17873:
17874: 2002-07-11 paf
17875:
17876: * src/main/pa_exec.C: build command line badly added params twice
17877: [and first time without ' ']. double wrong. fixed.
17878:
17879: * src/main/pa_exec.C: invalid .exe caused error message with params
17880: wich parser did not provide = reported badly. fixed that.
17881:
17882: * src/classes/mail.C: $MAIL[ # xxx ]
17883:
17884: now ok
17885:
17886: * operators.txt: plan: sql detailed exception
17887:
17888: 2002-07-01 paf
17889:
17890: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17891: [MForm.configure_admin were called when request.main_class ==0
17892:
17893: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17894:
17895: * src/classes/form.C: content_length type fix
17896:
17897: 2002-06-30 paf
17898:
17899: * src/classes/mail.C: merged from 4
17900:
17901: * src/classes/mail.C: restored $MAIL
17902:
17903: 2002-06-28 paf
17904:
17905: * configure, configure.in: removed paths.h
17906:
1.116 moko 17907: * configure, src/include/pa_version.h,
1.95 moko 17908: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17909: merged, makes updated
17910:
17911: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17912: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17913: src/include/pa_pool.h, src/include/pa_version.h,
17914: src/main/pa_charset.C, src/main/pa_pool.C,
17915: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17916: src/types/pa_vmail.C: merged latest updates to head
17917:
17918: 2002-06-27 paf
17919:
17920: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17921: not error now
17922:
17923: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17924: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17925: src/main/pa_charset.C, src/main/pa_pool.C:
17926: ^xdoc::create[[uri]]... base uri for document being created,
17927: imports and other relative file names would be relative to this
17928: uri default uri=path_translated
17929:
17930: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17931:
17932: 2002-06-26 paf
17933:
17934: * configure, configure.in, src/include/pa_version.h:
17935: release_3_0_0004
17936:
17937: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17938: 0 now
17939:
17940: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17941:
17942: 2002-06-25 paf
17943:
17944: * src/main/pa_string.C: emtpy string, or string of whitespaces
17945: considered bad number now
17946:
17947: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17948: now
17949:
17950: * operators.txt, src/classes/string.C: ^string.normalize [old
17951: name: optimize
17952:
17953: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17954: library configured
17955:
17956: * src/main/pa_request.C: configure_admin forced if no @conf
17957:
1.150 moko 17958: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17959: ^math:crypt updated to generate random salt when needed and to
17960: call system crypt() if not $apr1$ prefix
1.95 moko 17961:
17962: 2002-06-24 paf
17963:
17964: * INSTALL: --with-static/shared-mailreceive described
17965:
17966: * src/include/pa_config_fixed.h: ssize_t fixed
17967:
1.116 moko 17968: * configure, configure.in, src/include/pa_config_auto.h.in,
17969: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17970: src/types/pa_vmail.C: $mail:received makes update
17971:
17972: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17973: WITH_MAILRECEIVE
17974:
17975: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17976:
17977: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17978: option, for $mail:receive
17979:
17980: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17981: introducting $message:received ^mail:send rewritten with backward
17982: comp
17983:
17984: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17985: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17986: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17987: now
17988:
17989: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17990: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17991: src/include/pa_request.h, src/include/pa_string.h,
17992: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17993: src/main/pa_globals.C, src/main/pa_request.C,
17994: src/main/pa_string.C, src/main/pa_uue.C,
17995: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17996: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17997: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17998: uue to separate file introducting $message:received ^mail:send
17999: rewritten with backward comp
18000:
18001: 2002-06-21 paf
18002:
1.116 moko 18003: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18004: co changes
1.95 moko 18005:
1.116 moko 18006: * configure, configure.in, src/lib/md5/Makefile.am,
18007: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18008: restructure .in and .am files appropriate changes
1.95 moko 18009:
18010: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18011: pcre to libs/ added libs/md5 which is linked to non-apache
18012: targets ^math:crypt[password;$apr1$salt]
18013:
18014: * INSTALL, configure.in, operators.txt, parser3.dsw,
18015: src/Makefile.am, src/classes/Makefile.am,
18016: src/classes/classes.dsp, src/classes/math.C,
18017: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18018: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18019: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18020: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18021: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18022: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18023: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18024: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18025: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18026: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18027: src/lib/pcre/pcre_parser_ctype.dsp,
18028: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18029: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18030: src/main/compile.tab.C, src/main/main.dsp,
18031: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18032: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18033: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18034: to libs/ added libs/md5 which is linked to non-apache targets
18035: ^math:crypt[password;$apr1$salt]
18036:
18037: 2002-06-20 paf
18038:
1.150 moko 18039: * INSTALL, configure, configure.in, operators.txt,
18040: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18041: src/include/pa_globals.h, src/include/pa_request.h,
18042: src/main/execute.C, src/main/pa_request.C,
18043: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18044: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18045: file:justname&co & @auto/conf[filespec
1.95 moko 18046:
18047: * operators.txt, src/classes/file.C:
18048: !^file:dirname[/a/some.tar.gz]=/a
18049: !^file:dirname[/a/b/]=/a
18050: !^file:basename[/a/some.tar.gz]=some.tar.gz
18051: !^file:justname[/a/some.tar.gz]=some.tar
18052: !^file:justext[/a/some.tar.gz]=gz
18053:
18054: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18055: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18056: @conf/auto[filespec]
18057:
1.116 moko 18058: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18059:
1.150 moko 18060: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18061: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18062: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18063:
18064: 2002-06-18 paf
18065:
18066: * configure, configure.in, src/include/pa_version.h: version to
18067: configure.in
18068:
18069: * INSTALL: reflected .conf.dist dir change
18070:
1.150 moko 18071: * Makefile.am, configure, configure.in,
1.116 moko 18072: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18073: .in & *.am updated
18074:
18075: * src/classes/file.C: strncasecmp
18076:
18077: * src/classes/file.C: strcasecmp
18078:
1.150 moko 18079: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18080:
18081: * src/classes/file.C: ^file::exec[script;$.bad error case
18082: insensitive check now
18083:
18084: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18085:
18086: * configure, configure.in, src/include/pa_pool.h,
18087: src/include/pa_types.h: pack configure.in detection simplified.
18088: figured out that gcc on sparc not that stupid as thought
18089: previously: on sparc: when it sees packed class it modifies it's
18090: field-access-code to byte operations [stb, ldub] instead of 4byte
18091: operations [st, lduh] so packed must be all parts of packed
18092: class, i.e. it's parents&fields(classes). for now it's only
18093: String that packed and what was wrong is that it's parent -
18094: Pooled, were not packed. fixed that.
18095:
18096: 2002-06-14 paf
18097:
18098: * operators.txt: more precise xml-to-text options
18099:
18100: * operators.txt, src/types/pa_vxnode.C: xnode
18101: attribute_node.name/value xnode pi.node.data
18102:
18103: 2002-06-12 paf
18104:
1.116 moko 18105: * configure, configure.in, src/targets/cgi/Makefile.am,
18106: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18107:
18108: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18109: src/include/pa_globals.h, src/include/pa_request.h,
18110: src/main/compile.tab.C, src/main/pa_globals.C,
18111: src/main/pa_request.C, src/targets/cgi/parser3.C,
18112: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18113:
18114: * src/classes/mail.C: sendmail -ti [default now]
18115:
18116: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18117: to be strings. for convinient #ing
18118:
18119: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18120: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18121:
18122: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18123: main/pa_globals.C, main/pa_request.C: @conf
18124:
18125: 2002-06-11 paf
18126:
18127: * src/classes/file.C: check simplified
18128:
18129: * src/: classes/file.C, targets/cgi/parser3.dsp,
18130: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18131: valid prefix
18132:
18133: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18134: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18135: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18136:
18137: 2002-06-10 paf
18138:
18139: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18140: src/main/pa_common.C: lock failures reported now
18141:
18142: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18143: string->double @ compile time were not-enough-checking...
18144:
18145: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18146: autoconvert now ignored
18147:
18148: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18149: check
18150:
18151: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18152: $response:body content-type:name
18153:
18154: * configure, configure.in: hpux check, nsl link, no socket
18155:
18156: * operators.txt: old merge conflict removed
18157:
18158: * configure, configure.in: pack even address access on sparc&co
18159: arch checked in configure
18160:
18161: * configure, src/include/pa_version.h: makes
18162:
18163: * configure, configure.in, src/include/pa_version.h: makes
18164:
18165: * src/main/untaint.C: (bug#2) mail subject got always prepended
18166: with charset even when all letters were 7bit one
18167:
18168: * src/main/pa_common.C: merged fixed -d (bug)
18169:
18170: * src/main/pa_common.C: fixed -d (bug)
18171:
18172: 2002-06-03 paf
18173:
18174: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18175: src/classes/classes.dsp, src/main/compile.tab.C,
18176: src/main/main.dsp, src/main/pa_globals.C,
18177: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18178: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18179: .dsp-s along with reorganized cvs modules dirs structure
18180:
18181: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18182: main/pa_globals.C, targets/cgi/parser3.dsp,
18183: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18184: modules
18185:
18186: 2002-05-28 paf
18187:
18188: * src/targets/cgi/parser3.C: info.uri now ""
18189:
18190: 2002-05-17 paf
18191:
18192: * src/classes/: table.C: ^table.save << checked empty
18193: pre/match/post columns
18194:
18195: 2002-05-16 paf
18196:
18197: * src/classes/image.C: image::measure can png now
18198:
18199: 2002-05-15 paf
18200:
18201: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18202: added
18203:
18204: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18205:
18206: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18207: %H[:%M[:%S]]]]]] [-%m now
18208:
18209: 2002-05-14 paf
18210:
18211: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18212:
18213: 2002-05-07 paf
18214:
18215: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18216: src/include/pa_globals.h, src/include/pa_request.h,
18217: src/include/pa_table.h, src/main/compile.tab.C,
18218: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18219: src/main/pa_request.C, src/main/pa_table.C,
18220: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18221: src/targets/isapi/parser3isapi.dsp,
18222: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18223: name2number field now &. main_method_name now on Request pool
18224: rather on global_pool [Junction+VJunction created on same pool as
18225: name = were created on global pool, causing mem leaks]
18226:
18227: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18228: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18229: main/compile.y, main/main.dsp, main/pa_globals.C,
18230: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18231: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18232: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18233: field now &. main_method_name now on Request pool rather on
18234: global_pool [Junction+VJunction created on same pool as name =
18235: were created on global pool, causing mem leaks]
18236:
18237: 2002-05-06 paf
18238:
18239: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18240: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18241: 100*40 bytes per request memory leak [nonpool malloc in globals]
18242:
18243: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18244: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18245: 100*40 bytes per request memory leak [nonpool malloc in globals]
18246:
18247: 2002-04-30 paf
18248:
18249: * configure, src/include/pa_version.h: version now not b
18250:
18251: * src/targets/cgi/parser3.C: request.uri now never 0
18252:
18253: 2002-04-29 paf
18254:
18255: * configure.in: removed b
18256:
18257: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18258: Exception::comment/type checked in (), no there's no empty
18259: type/comment by default
18260:
18261: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18262: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18263: src/doc/value.dox, src/include/pa_exception.h,
18264: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18265: 0001
18266:
18267: 2002-04-26 paf
18268:
18269: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18270: size reduced
18271:
18272: 2002-04-25 paf
18273:
18274: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18275: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18276: now that took into account
18277:
18278: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18279: 01:03:04]
18280:
18281: * ChangeLog, operators.txt, src/classes/date.C:
18282: ^date::create[2002-12-33 01:03:04]
18283:
18284: * ChangeLog: updated changelog
18285:
18286: * src/classes/table.C: removed restriction on column count to
18287: ^table.hash to work, now must be >0 [were >1]
18288:
18289: 2002-04-24 paf
18290:
18291: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18292: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18293: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18294: targets
18295:
18296: 2002-04-23 paf
18297:
18298: * operators.txt, src/classes/string.C:
18299: int/double/string:sql{}[$.default{code}] fixed [were barking:
18300: "junction used outside of context"]
18301:
18302: 2002-04-22 paf
18303:
18304: * types.txt, src/classes/string.C, src/include/pa_string.h,
18305: src/main/pa_string.C, src/types/pa_vstring.C,
18306: src/types/pa_vstring.h: ^string.optimize[]
18307:
18308: * src/: include/pa_globals.h, include/pa_table.h,
18309: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18310: table template
18311:
18312: * src/classes/: string.C: optimize removed from string
18313: .left/right/pos
18314:
18315: * src/main/execute.C: rolled back to
18316: before_killing_userjunction_contexts
18317:
18318: * src/main/execute.C: user junctions context killed
18319:
18320: * src/main/execute.C: junctions to local contexts got
18321: cleanized&checked later
18322:
18323: 2002-04-19 paf
18324:
18325: * src/: classes/string.C, include/pa_request.h,
18326: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18327: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18328: prior to .left .right .mid .pos .match when that is profitable,
18329: and always before .replace when $ORIGINS(1) optimization disabled
18330: economy from not wasting mem on lots of strings which occur by
18331: lots of String:mid calls to get parts of source string between
18332: found_occurances
18333:
18334: * src/classes/file.C: ovector now local economy: 16 bytes per
18335: ^file:list
18336:
18337: * src/: include/pa_globals.h, include/pa_table.h,
18338: main/pa_globals.C, main/pa_string.C: String::match table columns
18339: globalized, not created @ each ^match anymore economy:
18340: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18341:
18342: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18343: removed from each String::match replace iteration, and made
18344: stacked sizeof(VTable)=12bytes economy on each replace code
18345:
18346: * src/doc/footer.htm: 2001,
18347:
18348: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18349: string.match[]['] option enables generation of $match.prematch
18350: .match .postmatch columns
18351:
18352: * src/main/pa_string.C: String::match options analized without
18353: cstr-ing them now
18354:
18355: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18356: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18357: config updated to doxygen 1.2.15, created helper which fixes
18358: minor bugs in chm project files & htm tree. changed extension to
18359: .htm
18360:
18361: 2002-04-18 paf
18362:
18363: * src/doc/doxygen.cfg: .chi generation disabled
18364:
18365: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18366: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18367: fields&methods
18368:
18369: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18370: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18371: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18372: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18373: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18374: types/pa_vresponse.h, types/pa_vstateless_class.h,
18375: types/pa_vstateless_object.h, types/pa_vstatus.h,
18376: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18377: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18378: VStateless_class to VObject
18379:
18380: * src/: main/pa_request.C, types/pa_valiased.h,
18381: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18382: types/pa_vstring.h: VStateless_string_object speicalized light
18383: version of VStateless_object
18384:
18385: * src/classes/op.C: ^throw comment param made optional
18386:
18387: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18388: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18389: and implemented down in VClass, fclass_alias removed,
18390:
18391: * src/types/pa_value.C: forced to cut that from .h because of
18392: VStateless_class usage [undefined in .h]
18393:
18394: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18395: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18396: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18397: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18398: on each CALL]
18399:
18400: * src/: classes/classes.h, classes/date.C, classes/double.C,
18401: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18402: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18403: classes/response.C, classes/string.C, classes/table.C,
18404: classes/void.C, classes/xnode.C, include/pa_globals.h,
18405: include/pa_request.h, main/execute.C, main/pa_globals.C,
18406: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18407: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18408: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18409: types/pa_vstateless_class.h, types/pa_wcontext.C,
18410: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18411: removed Value::fname
18412:
18413: 2002-04-17 paf
18414:
18415: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18416: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18417: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18418: include/pa_pool.h, include/pa_types.h: dox updated to current
18419: state, PTHROW freshen to throw & co
18420:
18421: * src/types/pa_vhash.h: vstring wrong parent fixed
18422:
18423: * src/classes/op.C: taint local result var bug fixed
18424:
18425: 2002-04-16 paf
18426:
18427: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18428: Attic asm.txt as most interesting
18429:
18430: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18431: check, preventing content-length: 0 from appearing
18432:
18433: * src/main/execute.C: $result in @main now taken into account as in
18434: usual functions
18435:
18436: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18437: & @unhandled_exception now taken into account as in usual
18438: functions
18439:
18440: * src/doc/postbuild.txt: instructions on post .html build
18441:
18442: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18443:
18444: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18445: tainted
18446:
18447: * src/main/pa_request.C: uri in error log
18448:
18449: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18450: cheched date:create(days) param for validity [later were assumed
18451: valid and crashed on invalid onces]
18452:
18453: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18454: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18455: and used that for removing VString wrapper
18456:
18457: * src/classes/op.C: exception2vhash file now tainted
18458:
18459: * src/classes/op.C: _process pseudo origin copied from local var to
18460: heap
18461:
18462: * src/classes/op.C: extra check on empty file in origin in _execute
18463:
18464: 2002-04-15 paf
18465:
18466: * src/: main/execute.C, types/pa_value.h: fixed name update
18467:
18468: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18469: functions
18470:
18471: * src/: classes/file.C, classes/hash.C, classes/op.C,
18472: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18473: started dual write_xxx_lang functions, if checked & works
18474:
18475: * src/: classes/date.C, classes/file.C, classes/mail.C,
18476: classes/string.C, classes/xnode.C, include/pa_request.h,
18477: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18478: unnecessary VString shells
18479:
18480: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18481: prev changes]
18482:
18483: * src/: classes/image.C, classes/op.C, classes/string.C,
18484: classes/table.C, include/pa_request.h, main/execute.C,
18485: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18486: StringOrValue wcontext result, now ready for dual writes
18487:
18488: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18489: checked that
18490:
18491: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18492: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18493: changed to OP_WRITE_VALUE in var get cases
18494:
18495: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18496: include/pa_request.h, main/compile.tab.C, main/compile.y,
18497: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18498: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18499: switch in hash constructor fixed [were problems with using of
18500: stacked wwrapper after it's death]
18501:
18502: 2002-04-12 paf
18503:
18504: * operators.txt, src/classes/table.C: table.select(expression) 0
18505:
18506: 2002-04-11 paf
18507:
18508: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18509: Request::process_internal codeFrame & wwrapper stacked [not
18510: wasting heap anymore]
18511:
18512: 2002-04-10 paf
18513:
18514: * src/: classes/double.C, classes/file.C, classes/hash.C,
18515: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18516: classes/string.C, classes/table.C, classes/void.C,
18517: classes/xdoc.C, include/pa_request.h, main/execute.C,
18518: main/pa_string.C: killed Request::process() wrapping
18519: VString(String) in case we need only String
18520:
18521: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18522: killed 8 bytes from String.head
18523:
18524: 2002-04-09 paf
18525:
18526: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18527: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18528: local*/char b[...]; a=b; situations
18529:
18530: * operators.txt, src/classes/xdoc.C: xslt params made literal
18531:
18532: * src/classes/xdoc.C: xslt params fixed
18533:
18534: * src/: main/pa_common.C, targets/cgi/parser3.C,
18535: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18536: not pool.malloc(MAX_NUMBER) but really neaded
18537:
18538: * operators.txt, src/classes/double.C, src/classes/int.C:
18539: int/double.int/double(default)
18540:
18541: 2002-04-04 paf
18542:
18543: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18544: [when reconstructing pieces were split by
18545: max_integral(piece.size), thus some strings to replace happen to
18546: be split into two = not replaced)
18547:
18548: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18549: standalone version = current dir
18550:
18551: * src/targets/cgi/parser3.C: document root in standalone version =
18552: current dir
18553:
18554: 2002-04-03 paf
18555:
18556: * configure, configure.in: more checks on nonexistent charset
18557:
1.116 moko 18558: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18559:
18560: 2002-04-02 paf
18561:
18562: * src/main/compile.C: parser.compile [exception name more like in
18563: doc]
18564:
18565: 2002-04-01 paf
18566:
18567: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18568: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18569: .content-type.charset, not .charset
18570:
18571: 2002-03-29 paf
18572:
18573: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18574:
18575: * operators.txt, src/classes/date.C: ^date::create now may not
18576: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18577: days' year. | 31.05->31.04 roll
18578:
18579: 2002-03-28 paf
18580:
18581: * operators.txt, src/classes/date.C, src/classes/op.C,
18582: src/include/pa_globals.h, src/include/pa_hash.h,
18583: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18584: ^cache(seconds) ^cache[date] }
18585:
18586: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18587: param
18588:
18589: 2002-03-27 paf
18590:
18591: * operators.txt, src/classes/date.C, src/classes/double.C,
18592: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18593: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18594: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18595: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18596: src/classes/xnode.C, src/include/pa_exception.h,
18597: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18598: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18599: src/main/pa_array.C, src/main/pa_charset.C,
18600: src/main/pa_charsets.C, src/main/pa_common.C,
18601: src/main/pa_dictionary.C, src/main/pa_exception.C,
18602: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18603: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18604: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18605: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18606: src/types/pa_value.h, src/types/pa_vcookie.C,
18607: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18608: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18609: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18610: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18611: src/types/pa_wwrapper.h: assigned exception types
18612:
18613: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18614: src/include/pa_request.h, src/main/execute.C,
18615: src/main/pa_request.C: decided agains resetting exception_trace,
18616: just changed name
18617:
18618: 2002-03-26 paf
18619:
18620: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18621: fixed
18622:
18623: * src/classes/op.C: forced language of $source field of exception
18624: to 'tainted', so that sql-langed-frags could be outputed outside
18625: of connect
18626:
18627: * operators.txt: removed date.roll limit of +-1 offset
18628:
18629: * src/classes/date.C: removed date.roll limit of +-1 offset
18630:
18631: * operators.txt, src/classes/date.C: fixed date roll on
18632: daylightsaving days mktime took into account tm_isdst flag, which
18633: remained from BEFORE roll, but should have been reset
18634:
18635: 2002-03-25 paf
18636:
18637: * operators.txt, src/targets/cgi/parser3.C:
18638: http_site_config_filespec
18639:
18640: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18641: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18642: with any/both --disable-foreign-group-files --disable-execs
18643:
18644: * INSTALL: "--with=sendmail=COMMAND" comment
18645:
18646: * INSTALL, configure, configure.in, src/classes/mail.C,
18647: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18648: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18649: disables execs also. introducing --sendmail
1.95 moko 18650:
18651: * operators.txt: pgsql options comment
18652:
18653: * INSTALL: comment on --disable-link-stdcpp
18654:
1.116 moko 18655: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18656: libstdc++ link skipping configure option
1.95 moko 18657:
18658: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18659: with error were put to cache with 'marked_to_rollback' flag, all
18660: consequent even OK requests rolled back
18661:
18662: 2002-03-22 paf
18663:
18664: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18665: false return
18666:
18667: * operators.txt: few comments on sets
18668:
18669: 2002-03-18 paf
18670:
18671: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18672: src/include/pa_globals.h, src/include/pa_request.h,
18673: src/include/pa_stack.h, src/main/pa_globals.C,
18674: src/main/pa_request.C: introducing ^try
18675:
18676: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18677: types/pa_vdouble.h: removed some tested @tests
18678:
18679: 2002-03-15 paf
18680:
18681: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18682:
18683: 2002-03-13 paf
18684:
18685: * src/main/pa_exception.C: checked not-pooled malloc
18686:
18687: 2002-03-11 paf
18688:
18689: * INSTALL, configure, configure.in,
18690: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18691:
18692: * src/main/pa_common.C: --disable-foreign-group-files
18693:
18694: * INSTALL: --disable-execs
18695:
18696: * src/main/pa_exec.C: --disable-execs
18697:
18698: * configure, configure.in, src/include/pa_config_auto.h.in:
18699: --disable-execs
18700:
18701: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18702:
18703: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18704: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18705:
18706: 2002-03-05 paf
18707:
18708: * operators.txt, src/classes/date.C: date week calendar columns
18709: named
18710:
18711: * operators.txt, src/classes/date.C: date week calendar columns
18712: named
18713:
18714: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18715: requires headers to be terminated with \r\n manually [refuses to
18716: separate header/body itself]
18717:
18718: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18719: targets/isapi/parser3isapi.C: isapi site config beside .dll
18720:
18721: 2002-03-04 paf
18722:
18723: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18724: in PASS language
18725:
18726: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18727: deserialize checks on broken file
18728:
18729: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18730: parser3isapi.dsp: isapi updated
18731:
18732: 2002-03-01 paf
18733:
18734: * src/main/pa_exec.C: execle -> execve, now argc OK
18735:
18736: 2002-02-28 paf
18737:
18738: * src/main/untaint.C: removed some debug comments
18739:
18740: * src/main/pa_charsets.C: when placing charset to cache using
18741: global name now [were request]
18742:
18743: * configure, configure.in: apache module updated
18744:
18745: * src/main/pa_string.C: origin by first piece preferred before last
18746: piece
18747:
18748: 2002-02-27 paf
18749:
18750: * src/main/pa_charset.C: size_t
18751:
18752: * INSTALL: shared/static-xml with-pathlink
18753:
18754: * operators.txt: SMTP comment
18755:
18756: 2002-02-26 paf
18757:
18758: * src/main/pa_exec.C: more precise names for vars, cosmetic
18759:
18760: * src/classes/xnode.C: in some situation, xpath query returned
18761: result with type NODESET, but empty nodeset member field, checked
18762: that
18763:
18764: 2002-02-22 paf
18765:
18766: * INSTALL: without-zlib comment
18767:
18768: * etc/parser3.charsets/windows-1251.cfg: °
18769:
18770: * configure, configure.in: glib###.a detection fixed
18771:
18772: * INSTALL: hashfile removed from INSTALL
18773:
1.116 moko 18774: * Makefile.am: make update
1.95 moko 18775:
18776: * src/main/pa_string.C: string iterators fixed again, so were
18777: String::join_chain
18778:
18779: * src/main/pa_string.C: string iterators fixed again, so were
18780: String::join_chain
18781:
18782: * src/: include/pa_string.h, main/pa_string.C: string iterators
18783: fixed again, so were String::join_chain
18784:
18785: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18786:
18787: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18788: "session"
18789:
1.116 moko 18790: * configure, configure.in, src/include/pa_config_auto.h.in:
18791: --with-shared-xml --with-static-xml
1.95 moko 18792:
18793: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18794: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18795: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18796: xalan&xml
18797:
18798: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18799:
18800: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18801: src/types/types.dsp: removed hashfile support from sources for
18802: now
18803:
1.116 moko 18804: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18805: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18806: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18807: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18808: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18809: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18810: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18811: src/types/Makefile.am, src/types/pa_vhashfile.C,
18812: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18813:
18814: 2002-02-21 paf
18815:
18816: * src/main/untaint.C: removed debug code, activated commented-for
18817: debug parts
18818:
1.116 moko 18819: * Makefile.am: make cvsupdate
1.95 moko 18820:
18821: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18822: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18823: append_row, not at link zero now string to string appending works
18824:
18825: 2002-02-20 paf
18826:
18827: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18828: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18829: DEBUG_STRING_APPENDS_VS_EXPANDS
18830:
18831: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18832: economy: 22%
18833:
18834: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18835: space uptimized: string::link_row removed
18836:
18837: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18838: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18839: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18840: types/pa_vstring.h: speed uptimized: string::is_empty
18841:
18842: * operators.txt, src/include/pa_common.h,
18843: src/include/pa_config_fixed.h, src/include/pa_string.h,
18844: src/include/pa_types.h, src/main/compile.tab.C,
18845: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18846: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18847: string append optimiziation idea and estimates
18848:
18849: 2002-02-19 paf
18850:
18851: * src/classes/math.C: not used directly [but erroreously reported
18852: that 'is', thus registering twice&other probs]
18853:
18854: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18855: to node [element]
18856:
18857: * src/main/compile.C: without string_origins parse error
18858: file+line+col possible
18859:
18860: * src/main/: compile.C: without string_origins not worked
18861:
18862: 2002-02-18 paf
18863:
18864: * src/types/pa_vdouble.h: since we have in_expression removed that
18865: trick i've installed into double::as_string
18866:
18867: * src/main/pa_globals.C: extern "C" was removed too fast
18868:
18869: * src/: include/pa_opcode.h, include/pa_request.h,
18870: main/compile.tab.C, main/compile.y, main/execute.C,
18871: types/pa_wcontext.h: in_expression aimed to solve old problem
18872: with string/nonstring values, now in expressions double/int
18873: values are passed as-is, without stupid tostring/fromstring
18874: conversions
18875:
18876: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18877: __cplusplus } #endif
18878:
18879: * src/main/compile.tab.C: bison env set so one could compile
18880: without cygwin installed
18881:
18882: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18883: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18884: gnome xml libs parser .dsp-s changed accordingly
18885:
18886: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18887:
18888: * operators.txt, src/classes/date.C: date::create [were date::set,
18889: with backward comp
18890:
18891: * src/classes/math.C: math:random range check fixed
18892:
18893: * src/main/: compile.tab.C, compile.y: integer division stops name
18894:
18895: * INSTALL: local install comment
18896:
1.116 moko 18897: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18898:
1.116 moko 18899: * acinclude.m4, aclocal.m4, configure, configure.in,
18900: src/include/pa_config_auto.h.in,
18901: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18902: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18903:
18904: * operators.txt: \ comment
18905:
18906: 2002-02-13 paf
18907:
18908: * src/include/pa_config_includes.h: sys/time time both included
18909: now. vaguely remember confilicts on this on some system [not on
18910: six|ablv] so when would see them again would think up proper
18911: check
18912:
1.116 moko 18913: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18914: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18915:
18916: * src/main/pa_common.C: truncation never occured when writing files
18917: on unix [since i've changed cache mech] fix
18918:
18919: * src/main/pa_common.C: strnchr: sanity check added
18920:
18921: * etc/parser3.charsets/windows-1257.cfg: id added
18922:
18923: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18924: baltic charset file generated, in generation script ispunct check
18925: added
18926:
18927: 2002-02-08 paf
18928:
1.116 moko 18929: * src/: include/Makefile.am, sql/Makefile.am,
18930: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18931:
18932: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18933: forgotten
18934:
18935: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18936:
18937: * INSTALL, README: install&others updated
18938:
18939: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18940:
1.116 moko 18941: * Makefile.am, configure, configure.in,
18942: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18943: src/classes/Makefile.am, src/main/Makefile.am,
18944: src/main/pa_status_provider.C, src/targets/Makefile.am,
18945: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18946: works
1.95 moko 18947:
18948: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18949: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18950: classes/hashfile.C, classes/int.C, classes/mail.C,
18951: classes/math.C, classes/op.C, classes/response.C,
18952: classes/string.C, classes/table.C, classes/void.C,
18953: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18954: include/pa_array.h, include/pa_cache_managers.h,
18955: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18956: include/pa_config_fixed.h, include/pa_config_includes.h,
18957: include/pa_db_connection.h, include/pa_db_manager.h,
18958: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18959: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18960: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18961: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18962: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18963: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18964: include/pa_stack.h, include/pa_string.h,
18965: include/pa_stylesheet_connection.h,
18966: include/pa_stylesheet_manager.h, include/pa_table.h,
18967: include/pa_threads.h, include/pa_types.h, main/compile.C,
18968: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18969: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18970: main/pa_db_connection.C, main/pa_db_manager.C,
18971: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18972: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18973: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18974: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18975: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18976: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18977: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18978: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18979: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18980: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18981: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18982: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18983: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18984: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18985: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18986: types/pa_vmethod_frame.h, types/pa_vobject.h,
18987: types/pa_vrequest.h, types/pa_vresponse.h,
18988: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18989: types/pa_vstateless_object.h, types/pa_vstatus.C,
18990: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18991: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18992: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18993: classes/image.C, main/pa_common.C, main/pa_exec.C,
18994: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18995: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18996: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18997: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18998: types/pa_vxnode.C, main/pa_charset.C: name spelling
18999:
19000: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19001: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19002: classes/hashfile.C, classes/image.C, classes/int.C,
19003: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19004: classes/string.C, classes/table.C, classes/void.C,
19005: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19006: include/pa_array.h, include/pa_cache_managers.h,
19007: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19008: include/pa_config_fixed.h, include/pa_config_includes.h,
19009: include/pa_db_connection.h, include/pa_db_manager.h,
19010: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19011: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19012: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19013: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19014: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19015: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19016: include/pa_stack.h, include/pa_string.h,
19017: include/pa_stylesheet_connection.h,
19018: include/pa_stylesheet_manager.h, include/pa_table.h,
19019: include/pa_threads.h, include/pa_types.h, main/compile.C,
19020: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19021: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19022: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19023: main/pa_db_connection.C, main/pa_db_manager.C,
19024: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19025: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19026: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19027: main/pa_socks.C, main/pa_sql_driver_manager.C,
19028: main/pa_status_provider.C, main/pa_string.C,
19029: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19030: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19031: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19032: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19033: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19034: targets/isapi/pool_storage.h, types/pa_valiased.C,
19035: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19036: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19037: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19038: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19039: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19040: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19041: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19042: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19043: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19044: types/pa_vresponse.h, types/pa_vstateless_class.C,
19045: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19046: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19047: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19048: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19049: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19050: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19051:
19052: 2002-02-07 paf
19053:
19054: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19055:
1.116 moko 19056: * configure, configure.in, src/include/pa_config_auto.h.in,
19057: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19058: added yet another locking function: fcntl
1.95 moko 19059:
19060: * config.sub: on cygwin configure passes it with strange i1586
19061: const, hacked it to mean i586
19062:
19063: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19064: disabled $if reference due to conflicts with local variables
19065:
19066: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19067: xdoc::set obsolete now, now xdoc::create, with both sences
19068:
19069: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19070: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19071: table::create now // 'set' name obsolete now table clone.
19072:
19073: * operators.txt, src/classes/string.C,
19074: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19075: ^int/double/string.format now can be called with normal []
19076: brackets, not stupid {} as it were implemented for some strange
19077: reason. retaining backward compatibility due to some
19078: already-implemented servers
19079:
19080: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19081: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19082: operators now detected by check at name_without_curly_rdive_read
19083: rule whether diving code constists only of
19084: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19085: with OP_GET_ELEMENT_OR_OPERATOR to form
19086: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19087:
19088: 2002-02-06 paf
19089:
19090: * configure, configure.in: prefix expanded, grr
19091:
19092: * operators.txt, src/classes/mail.C: mail:send config changed
19093:
19094: 2002-02-05 paf
19095:
19096: * operators.txt: regex options commented
19097:
19098: * src/main/: pa_exec.C: argv0 now correct
19099:
19100: * src/types/pa_vstatus.C: status:rusage 3
19101:
19102: * src/types/pa_vstatus.C: status:rusage 2
19103:
19104: * operators.txt: status:rusage described int operators
19105:
19106: * src/types/pa_vstatus.C: status:rusage 1
19107:
19108: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19109: src/types/types.dsp: status:rusage
19110:
19111: * configure.in, operators.txt, src/classes/file.C,
19112: src/classes/op.C, src/include/pa_common.h,
19113: src/include/pa_config_includes.h, src/main/compile.tab.C,
19114: src/main/pa_common.C: rewritten ^cache to use
19115: non-blocking-exclusive-caches
19116:
19117: * src/main/pa_common.C: text file read mode on win32 adjusted
19118: [speed impact. was off for debugging purpose, but forgotten
19119: afterwards]
19120:
19121: 2002-02-01 paf
19122:
19123: * src/classes/op.C: file_write does EX lock after create, while
19124: file_read does SH after open, so there's a moment after create
19125: but before EX lock when read can sneak into, and read
19126: just-created-for-writing-and-not-yet-locked file, added a check
19127: for that in ^cache...read
19128:
19129: 2002-01-31 paf
19130:
19131: * src/main/: compile.y, compile.tab.C: disabled operator call after
19132: ^xxx:
19133:
19134: * src/main/: compile.tab.C, execute.C: made operators lookup first
19135: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19136:
19137: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19138: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19139: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19140: operators check 6.1 rewritten. now check is done at compile time
19141:
19142: * src/main/execute.C: operators check 5 floated up old error of
19143: staying in 'entered class/object' state after $a($a..) it
19144: prevented operators from being called thereafter
19145:
19146: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19147: main/execute.C: operators check 4 floated up old error of staying
19148: in 'entered object' state after ^a.a(a) it prevented operators
19149: from being called thereafter
19150:
19151: * src/main/execute.C: operators check 3 floated up old error of
19152: staying in 'entered class' state after $a:a(a) it prevented
19153: operators from being called thereafter
19154:
19155: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19156: floated up old error of staying in 'entered class' state after
19157: $a:a[a] it prevented operators from being called thereafter
19158:
19159: * src/main/execute.C: operators check, thay mistakenly seen in
19160: $class:operator $object.operators contexts
19161:
19162: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19163: win32
19164:
1.116 moko 19165: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19166: src/classes/Makefile.am, src/main/Makefile.am,
19167: src/targets/cgi/Makefile.am,
1.95 moko 19168: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19169: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19170:
1.116 moko 19171: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19172: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19173: configure, configure.in, form.txt, ident.awk, install-sh,
19174: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19175: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19176: etc/parser3.charsets/Makefile.am,
19177: etc/parser3.charsets/koi8-r.cfg,
19178: etc/parser3.charsets/windows-1250.cfg,
19179: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19180: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19181: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19182: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19183: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19184: straightened installation scripts procedure made
19185: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19186: change
19187:
19188: 2002-01-30 paf
19189:
19190: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19191: removed] those comments were a mistake, and prevented libltdl
19192: from function properly
19193:
19194: 2002-01-29 paf
19195:
1.116 moko 19196: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19197: creation [modified acinclude.m4 which were creating int into just
19198: assignment LIBTOOL=../libtool] added default system
19199: config&charsetts prepared 'make install', now it installs
19200: targets/cgi/parser3 into bin directory etc/parser3.conf &
19201: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19202: $sysconfdir/parser3.charsets respectively
19203:
19204: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19205: main/pa_globals.C: few forgotten ifdef XML added
19206:
19207: 2002-01-28 paf
19208:
1.116 moko 19209: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19210: removed
19211:
19212: * src/main/pa_exception.C: dom|generic error output fix
19213:
19214: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19215:
19216: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19217:
19218: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19219: [fixed as_node helper func to accept docs]
19220:
19221: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19222: xdoc.importNode 0
19223:
19224: * src/classes/xdoc.C: xdoc::set now untaints OK
19225:
19226: 2002-01-25 paf
19227:
19228: * src/main/: compile.tab.C, compile.y: #comment before @ after
19229: @SPECIAL now works OK
19230:
19231: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19232:
19233: * src/main/pa_exec.C: max arg count now 10, and proper message on
19234: violation that added
19235:
19236: * src/classes/hash.C: unified hash::sql, now
19237: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19238:
19239: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19240: ^file:lock[filename]{code}
19241:
19242: * src/: classes/file.C, classes/op.C, classes/string.C,
19243: classes/table.C, classes/xdoc.C, include/pa_common.h,
19244: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19245: to some pa_common funcs
19246:
19247: * src/: include/pa_charset.h, main/pa_globals.C:
19248: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19249:
19250: * src/: include/pa_charset.h, main/pa_charset.C,
19251: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19252: not stupid illegal define
19253:
19254: 2002-01-24 paf
19255:
19256: * src/include/pa_version.h: changed version number
19257:
19258: * src/: classes/hashfile.C, include/pa_db_table.h,
19259: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19260: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19261: main/pa_db_connection.C, main/pa_db_table.C,
19262: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19263: hashfile without logfiles
19264:
19265: * src/: classes/hashfile.C, include/pa_db_table.h,
19266: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19267: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19268: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19269: DB_INIT_TXN init bits, thus got rid of huge log files, which
19270: cluttered disk without huge need]
19271:
19272: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19273: handy macro, which is strangly abscent in dome lib
19274:
19275: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19276:
19277: * src/classes/xdoc.C: checked empty response
19278:
19279: * src/classes/xnode.C: xdoc.select fixed context node [were always
19280: /, not self node]
19281:
19282: * src/classes/xnode.C: xnode.select returns array always now, in
19283: case 'nothing found' returns empty array
19284:
19285: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19286: be more tender with ctrl/c/v
19287:
19288: 2002-01-23 paf
19289:
19290: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19291: substituted. // 2. when dom tree with entites goes under
19292: transform text nodes // got [erroreosly] cut on first
19293: entity occurance
19294:
19295: * src/types/pa_vdouble.h: double prec. todo: get rid of
19296: twice-converting
19297:
19298: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19299: 'e' in output this is for regretful twice-converting here:
19300: $a(double value) when they write double falue they convert it to
19301: string first, thus %g were losing precesion.
19302:
19303: todo: think up some way to remove double->string string->double
19304: twice-converting
19305:
19306: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19307: %.20E now default float format this is for regretful
19308: twice-converting here: $a(double value) when they write double
19309: falue they convert it to string first, thus %g were losing
19310: precesion.
19311:
19312: todo: think up some way to remove double->string string->double
19313: twice-converting
19314:
19315: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19316: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19317: reasons in comment inside
19318:
19319: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19320: statically linked]
19321:
19322: * src/: include/pa_exception.h, main/compile.tab.C,
19323: main/pa_exception.C: removed exception va_list constructor. 1.
19324: not needed anymore 2. there were a conflict[causing errors]
19325: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19326: never detected an ambiguilty here, compiling ctor(, "hello") into
19327: ctor(, va_list) which, of course, caused gpf
19328:
19329: * src/main/pa_globals.C: removed debug xslt messages
19330:
19331: 2002-01-22 paf
19332:
19333: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19334: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19335: helps compiling stylesheet properly. example: this refused to
19336: work, <b>«<xsl:value-of select="@title"
19337: />»</b> stranly worked only this way:
19338: <b>«<xsl:value-of select="@title" />»</b>
19339:
19340: docs says "set it to 1", never going into details, so I decided
19341: to try NOT to do that
19342:
19343: * src/classes/table.C: join behaived badly in case named tables
19344: structure mismatched: 0 strings sneaked into dest failing
19345: afterwards. replaced them with empty strings
19346:
19347: 2002-01-21 paf
19348:
19349: * src/main/pa_charset.C: checked empty transcoders in
19350: transcode_cstr|buf
19351:
19352: * src/classes/xdoc.C: xdoc::load error source = filespec
19353:
19354: * src/classes/xdoc.C: transform error source now
19355: stylesheet_filespec
19356:
1.116 moko 19357: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19358: include/pa_stylesheet_connection.h, main/pa_charset.C,
19359: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19360: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19361: gnome
1.95 moko 19362:
19363: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19364: include/pa_globals.h, include/pa_stylesheet_connection.h,
19365: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19366: xslt generic error 1
19367:
19368: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19369: xml generic message 1
19370:
19371: * src/classes/table.C: ^table::load empty lines or #comments before
19372: headline
19373:
19374: * src/: include/pa_array.h, include/pa_globals.h,
19375: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19376: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19377: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19378: errors 0
19379:
19380: 2002-01-16 paf
19381:
19382: * src/: classes/hash.C, classes/op.C, classes/string.C,
19383: classes/table.C, classes/void.C, classes/xdoc.C,
19384: include/pa_db_connection.h, include/pa_request.h,
19385: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19386: include/pa_stylesheet_connection.h,
19387: include/pa_stylesheet_manager.h, main/pa_request.C,
19388: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19389: targets/cgi/pool_storage.h: auto closers to sql_connection,
19390: stylesheet_connection auto destroyers to remaining gnome objects
19391:
19392: * src/classes/xdoc.C: few comments
19393:
19394: 2002-01-15 paf
19395:
19396: * src/classes/xdoc.C: xdoc file save string
19397:
19398: ready. todo: error handling
19399:
19400: * src/classes/xdoc.C: xdoc save rewritten using
19401: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19402: result
19403:
19404: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19405: started output options parsing
19406:
19407: 2002-01-14 paf
19408:
19409: * src/classes/xdoc.C: method
19410:
19411: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19412: include/pa_pool.h, include/pa_stylesheet_connection.h,
19413: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19414: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19415: xslt transform0. TODO: use output options handle errors
19416:
19417: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19418:
19419: 2002-01-11 paf
19420:
19421: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19422: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19423: partial logical && || evaluation
19424:
19425: * src/classes/xnode.C: xpath selectNodes
19426:
19427: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19428: string/number/bool
19429:
19430: * src/classes/xnode.C: xpath selectNode 2
19431:
19432: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19433: xpath selectNode 1
19434:
19435: 2002-01-10 paf
19436:
19437: * src/classes/xnode.C: xpath selectNode -100 [just written]
19438:
19439: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19440: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19441: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19442: refcounter]
19443:
19444: 2001-12-29 paf
19445:
19446: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19447: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19448: glib works 0
19449:
19450: 2001-12-28 paf
19451:
19452: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19453: main/pa_exception.C: started glib transcoders
19454:
19455: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19456:
19457: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19458: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19459: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19460: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19461: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19462: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19463: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19464: libs just compiled in. no refcounting no xpath no xslt yet
19465:
19466: 2001-12-27 paf
19467:
19468: * src/: include/pa_charset.h, include/pa_common.h,
19469: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19470: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19471: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19472: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19473: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19474: from xalan&xerces, started the process. globals [initialization
19475: pool [charset update charset [transcodings vxnode vxdoc [DOM
19476: calls
19477:
19478: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19479: anymore
19480:
19481: 2001-12-26 paf
19482:
19483: * src/: include/pa_charset.h, include/pa_charsets.h,
19484: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19485: key globalized [bug]
19486:
19487: 2001-12-25 paf
19488:
19489: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19490: main/pa_string.C: table set & append changed splitting languages,
19491: separators now can be clean AND as-is same to mail command line
19492: $MAIN:MAIL.progX arguments
19493:
19494: 2001-12-24 paf
19495:
19496: * src/classes/mail.C: one parted text messages - no multipart
19497: mime-type anymore. for convinient if $.attach-ments
19498:
19499: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19500: main/pa_string.C: read from cache size check updated
19501:
19502: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19503:
19504: 2001-12-21 paf
19505:
19506: * src/classes/date.C: date:sql-string now returns localtime
19507:
19508: * src/main/pa_request.C: $result in @main actually not working, to
19509: hell with it for now
19510:
19511: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19512: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19513: @postprocess @exception
19514:
19515: * src/main/execute.C: junction evaluation canceled - endless
19516: recursion detected
19517:
19518: 2001-12-19 paf
19519:
19520: * src/main/pa_charset.C: charset->charset transcoding via unicode
19521: intermediate
19522:
19523: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19524:
19525: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19526:
19527: * src/classes/op.C: ^cache keypath now relative
19528:
19529: * src/classes/mail.C: changed weighting prior to sort
19530:
19531: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19532: were missing
19533:
19534: 2001-12-17 paf
19535:
19536: * src/main/pa_charset.C: ifndef XML were bad type
19537:
19538: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19539: outdated unset services_pool
19540:
19541: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19542: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19543: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19544:
19545: * src/main/untaint.C: allowed space in filespec
19546:
19547: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19548:
19549: * src/classes/image.C: no govno
19550:
19551: * src/classes/image.C: govno
19552:
19553: 2001-12-16 paf
19554:
19555: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19556:
19557: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19558: charset_connection&manager replaced by charset&charsets
19559:
19560: * src/main/pa_charset.C: name_cstr 0
19561:
19562: * src/main/untaint.C: uri lang now knows about client/source
19563: charsets
19564:
19565: * src/: classes/file.C, classes/math.C, classes/op.C,
19566: classes/string.C, classes/table.C, classes/xdoc.C,
19567: include/pa_array.h, include/pa_cache_managers.h,
19568: include/pa_charset_connection.h, include/pa_charset_manager.h,
19569: include/pa_common.h, include/pa_db_connection.h,
19570: include/pa_db_manager.h, include/pa_db_table.h,
19571: include/pa_dictionary.h, include/pa_exception.h,
19572: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19573: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19574: include/pa_sapi.h, include/pa_socks.h,
19575: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19576: include/pa_string.h, include/pa_stylesheet_connection.h,
19577: include/pa_stylesheet_manager.h, include/pa_table.h,
19578: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19579: main/pa_charset.C, main/pa_charset_connection.C,
19580: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19581: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19582: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19583: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19584: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19585: types/types.dsp: introducing Charset
19586:
19587: 2001-12-14 paf
19588:
19589: * src/: include/pa_request.h, include/pa_transcoder.h,
19590: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19591: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19592: uri lang
19593:
19594: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19595:
19596: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19597:
19598: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19599: defalts_name global
19600:
19601: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19602: include/pa_request.h, main/main.dsp,
19603: main/pa_charset_connection.C, main/pa_charset_manager.C,
19604: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19605: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19606: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19607: changed charset model. now important: $request:charset
19608: $response:charset while $response:content-type.charset become
19609: unimportant [informational]
19610:
19611: 2001-12-13 paf
19612:
19613: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19614:
19615: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19616: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19617: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19618: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19619: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19620: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19621:
19622: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19623: auto_ptr part other way, because of stupid gcc 2.96
19624: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19625: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19626: FormatterListener] /usr/include/g++-3/memory:48:
19627: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19628: _Tp1 = FormatterListener, _Tp = FormatterListener]
19629:
19630: * src/classes/xdoc.C: removed extra inc
19631:
19632: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19633:
19634: * src/include/pa_types.h: msvc head debugging flag
19635:
19636: * src/classes/xdoc.C: freed up listener
19637:
19638: * src/classes/string.C: change msg '... code is not code'
19639:
19640: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19641: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19642: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19643: [past/future prob]
19644:
19645: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19646: include/pa_config_fixed.h, include/pa_db_manager.h,
19647: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19648: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19649:
19650: * src/: include/pa_config_fixed.h, main/pa_common.C,
19651: main/pa_string.C: removed signed mismatch warnings
19652:
19653: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19654: 'expires' from header outputs
19655:
19656: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19657: row ptr
19658:
19659: * src/classes/file.C: file::cgi bug, request_method were passed to
19660: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19661:
19662: * src/classes/xdoc.C: lang list updated
19663:
19664: 2001-12-10 paf
19665:
19666: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19667:
19668: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19669: erase files like that, knowing their full name introducing //
19670: theoretical problem with, for instance, "_2B" and "." fragments,
19671: // they would yield the same // because
19672: need_file_encode('_')=false // but we need to delete such files
19673: somehow, getting names from ^index
19674:
19675: * src/main/pa_string.C: ^string.replace bug fixed [bad
19676: string::join_chank break]
19677:
19678: 2001-12-07 paf
19679:
19680: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19681: include/pa_common.h, include/pa_config_auto.h.in,
19682: include/pa_config_fixed.h, include/pa_config_includes.h,
19683: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19684: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19685: types/pa_vhashfile.C: merged from r14_simple_cache
19686:
19687: * src/main/pa_string.C: stupid sparc architecture failed to access
19688: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19689: lduh [ %i2 + 1 ], %l0
19690:
19691: bus error, fixed that
19692:
19693: * src/main/pa_string.C: strange string deserialize bug on
19694: client[pmts], a bit shortened,
19695:
19696: * src/include/pa_config_auto.h.in: makes
19697:
19698: * src/: include/pa_common.h, include/pa_config_fixed.h,
19699: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19700: file write shared lock file read
19701:
19702: * src/: classes/op.C, include/pa_common.h,
19703: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19704:
19705: 2001-12-06 paf
19706:
19707: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19708: main/pa_request.C: #ifdef RESOURCES_DEBUG
19709:
19710: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19711: info
19712:
19713: * src/classes/hashfile.C: removed transaction from ^cache
19714:
19715: 2001-12-05 paf
19716:
19717: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19718: IIS5 there were a prob with illegal call check
19719:
19720: 2001-12-04 paf
19721:
19722: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19723: main/pa_request.C: measures to log
19724:
19725: 2001-11-23 paf
19726:
19727: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19728: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19729: types/pa_vhashfile.C: merged from _0014, 1
19730:
19731: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19732: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19733: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19734: ^cache(33) would change
19735:
19736: 0660 bits in file_write & hashfile create
19737:
19738: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19739: after pa_string optimization]
19740:
19741: 2001-11-22 paf
19742:
19743: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19744: table.offset[whence]
19745:
19746: * src/classes/op.C: process cstr(,connection)
19747:
19748: * src/classes/op.C: process now gets its body on current language,
19749: not as-is
19750:
19751: * src/main/untaint.C: ORIGINS mode removed UHTML
19752:
19753: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19754: bit
19755:
1.116 moko 19756: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19757:
19758: 2001-11-21 paf
19759:
19760: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19761: <xsl:output output options made identical to xsl:output
19762: attributes exclusion: cdata-section-elements what xalan can do
19763: but that not used now: it can escape and remove CDATA sections
19764:
19765: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19766: produced by xslt
19767:
19768: * src/targets/cgi/parser3.C: removed debug cgi||1
19769:
19770: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19771:
19772: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19773: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19774: default language for {code}, it happen to change it's language
19775: from CLEAN, so later refused to split by CLEAN \t
19776:
19777: 2001-11-20 paf
19778:
1.116 moko 19779: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19780: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19781: bottom of dependeces, so that errors would popup quicklier, fixed
19782: line numbering in table::sql
19783:
19784: 2001-11-19 paf
19785:
19786: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19787: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19788: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19789: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19790: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19791: at wcontext.write
19792:
1.116 moko 19793: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19794: _set_new_handler
19795:
1.116 moko 19796: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19797: set_new_handler in apache&isapi
1.95 moko 19798:
19799: 2001-11-16 paf
19800:
19801: * src/targets/cgi/parser3.C: pool debug @ die
19802:
19803: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19804: removed 8 bytes from String, 2 bytes from
19805: string::chunk::row::item
19806:
19807: * src/main/pa_string.C: removed 1+4 bytes from String
19808:
19809: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19810: types/pa_vstring.C: removed 1+4 bytes from String
19811:
19812: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19813: 0
19814:
19815: * src/: include/pa_globals.h, include/pa_string.h,
19816: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19817: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19818: targets/cgi/parser3.C: introducing estimating
19819: String::cstr_bufsize, 0
19820:
19821: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19822:
19823: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19824:
19825: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19826: include/pa_pool.h: die in pool::fail
19827:
19828: 2001-11-15 paf
19829:
19830: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19831: main/pa_exception.C, targets/cgi/parser3.C: exception with
19832: dynamic buffer re-back now with counter
19833:
19834: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19835: static buffer back
19836:
19837: * src/targets/cgi/parser3.C: std::
19838:
19839: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19840: include/pa_config_includes.h: setnewhandler check
19841:
1.116 moko 19842: * src/include/pa_config_auto.h.in: makes
1.95 moko 19843:
19844: * src/targets/cgi/parser3.C: set_new_handler started
19845:
19846: 2001-11-14 paf
19847:
19848: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19849: was wrong
19850:
19851: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19852: was wrong
19853:
19854: * src/main/pa_request.C: z
19855:
19856: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19857: full returns win32 -1 solaris >buffer_size
19858:
19859: checked all that
19860:
19861: * src/classes/op.C: ^untaint{body} as-is default now
19862:
19863: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19864: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19865: with no_bad_constructors_try
19866:
19867: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19868: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19869: this: $bred[^string::length[]] $bred[^response::clear[]]
19870: $bred[^int::int[]]
19871:
19872: now VObject creation moved into overriden
19873: VClass::create_new_value, thus 0 from create_new_value means that
19874: class has no ctors
19875:
19876: 2001-11-13 paf
19877:
19878: * src/classes/classes.C: returned accedently removed if in foreach
19879: callbacks [when hash no-0-restructure]
19880:
19881: 2001-11-12 paf
19882:
19883: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19884: passed as-is to method, xalan makes & into & itself
19885:
19886: * src/classes/date.C: date.roll parser2 alg used
19887:
19888: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19889: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19890: main/pa_dictionary.C, main/pa_hash.C,
19891: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19892: now does not containt 0 values. put 0 actullay removes. no check
19893: on 0 value in foreach now required
19894:
19895: 2001-11-11 paf
19896:
19897: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19898:
19899: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19900:
19901: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19902: driver initialize not const
19903:
19904: 2001-11-10 paf
19905:
19906: * src/main/pa_exec.C: doc
19907:
19908: 2001-11-09 paf
19909:
19910: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19911: param properly
19912:
19913: * src/classes/string.C: string.save now does untainting before
19914: saving
19915:
19916: * src/main/pa_common.C: line endings fixing fixed last piece[was
19917: still cstr oriented]
19918:
19919: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19920: line endings fixing got rid of cstr, now must work ok with post
19921: multipart
19922:
19923: * src/types/pa_vform.C: line endings fixed at post / multipart /
19924: not file also now
19925:
19926: 2001-11-08 paf
19927:
19928: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19929: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19930: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19931: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19932: main/pa_stylesheet_manager.C: restructured Cache manager to be
19933: simple parent, not second parent [gcc 2.96 strangly refused to
19934: call virtual from second parent]
19935:
1.116 moko 19936: * src/: include/pa_common.h, main/Makefile.am,
19937: targets/cgi/pa_pool.C: makes
1.95 moko 19938:
19939: * src/: include/pa_request.h, main/pa_request.C,
19940: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19941: 'status' class enabler
19942:
19943: <Location /parser-status.html> ParserStatusAllowed </Location>
19944:
19945: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19946: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19947: include/pa_stylesheet_manager.h, main/main.dsp,
19948: main/pa_cache_managers.C, main/pa_charset_manager.C,
19949: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19950: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19951: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19952: todo: apache 'status' class enabler
19953:
19954: 2001-11-05 paf
19955:
19956: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19957: debug to normal
19958:
19959: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19960: hence i removed skipping 0 values in hash::for_each-es we need to
19961: check cleaned cache items manually. few more checks.
19962:
19963: expiring to 0 time was wrong, changed to 'now' time
19964:
19965: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19966: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19967: on apache already done :)
19968:
19969: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19970: skipping 0 values in hash::for_each-es we need to check cleaned
19971: cache items manually
19972:
19973: * src/main/: pa_db_connection.C, pa_db_table.C:
19974: parser_multithreaded check was wrong
19975:
19976: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19977: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19978: classes/hashfile.C, classes/image.C, classes/int.C,
19979: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19980: classes/string.C, classes/table.C, classes/void.C,
19981: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19982: include/pa_array.h, include/pa_charset_connection.h,
19983: include/pa_charset_manager.h, include/pa_common.h,
19984: include/pa_config_fixed.h, include/pa_config_includes.h,
19985: include/pa_db_connection.h, include/pa_db_manager.h,
19986: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19987: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19988: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19989: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19990: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19991: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19992: include/pa_stack.h, include/pa_string.h,
19993: include/pa_stylesheet_connection.h,
19994: include/pa_stylesheet_manager.h, include/pa_table.h,
19995: include/pa_threads.h, include/pa_types.h, main/compile.C,
19996: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19997: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19998: main/pa_charset_manager.C, main/pa_common.C,
19999: main/pa_db_connection.C, main/pa_db_manager.C,
20000: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20001: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20002: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20003: main/pa_socks.C, main/pa_sql_driver_manager.C,
20004: main/pa_status_provider.C, main/pa_string.C,
20005: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20006: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20007: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20008: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20009: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20010: targets/isapi/pool_storage.h, types/pa_valiased.C,
20011: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20012: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20013: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20014: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20015: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20016: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20017: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20018: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20019: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20020: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20021: types/pa_vstateless_object.h, types/pa_vstatus.h,
20022: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20023: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20024: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20025: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20026: $status:db fixed used not initialized in db_connection & db_table
20027:
20028: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20029: $status:charset
20030:
20031: * src/: classes/xdoc.C, include/pa_db_connection.h,
20032: include/pa_stylesheet_connection.h,
20033: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20034: types/pa_vstatus.h: $status:stylesheet
20035:
20036: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20037: include/pa_request.h, include/pa_sql_connection.h,
20038: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20039: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20040: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20041: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20042: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20043: types/pa_vxnode.C, types/types.dsp: started status parser class
20044:
20045: 2001-11-01 paf
20046:
20047: * src/include/pa_config_auto.h.in: makes
20048:
20049: * src/main/pa_hash.C: removed old extra include
20050:
20051: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20052: checks [for hp, there are such in math.h]
20053:
20054: * src/classes/op.C: ^for endless loop check strightened
20055:
20056: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20057: behavior in native calls. it left unchanged, so ^for ^foreach &
20058: co can use r.root to write their i & key,value there
20059:
20060: * src/classes/op.C: detected for var storage bug, fixed.
20061: todo:foreach
20062:
20063: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20064: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20065: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20066: changing of hash inside of foreach
20067:
20068: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20069: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20070: were hash.foreach
20071:
20072: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20073: types/pa_vstring.C, types/pa_vstring.h:
20074: ^foreach[key|value]{body}[[separator]|{separator}]
20075:
20076: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20077: types/pa_vcookie.C: ^hash.delete[key]
20078:
20079: 2001-10-31 paf
20080:
20081: * src/main/: compile.C, pa_common.C: completely empty file now
20082: considered "read", not ignored [not perfect trick used]
20083:
20084: * src/main/pa_common.C: simplier common ifdefs
20085:
20086: * src/main/pa_common.C: typing bug in common - bad ifdeff
20087:
20088: * src/main/pa_db_connection.C: z
20089:
20090: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20091: lockdetector flags
20092: dbenv.lk_detect=DB_LOCK_RANDOM;
20093:
20094: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20095: from accidental show [imagine user forgot @exception]
20096:
20097: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20098:
20099: * src/: classes/file.C, classes/image.C, classes/mail.C,
20100: classes/string.C, classes/xnode.C, include/pa_common.h,
20101: main/pa_common.C: ^string.save[[append;]path]
20102:
20103: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20104: main/execute.C: \ in expression: int divide 10/3=3
20105:
20106: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20107: inside of ^cache
20108:
20109: * src/: include/pa_threads.h, main/pa_db_connection.C,
20110: main/pa_db_table.C, targets/cgi/pa_threads.C,
20111: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20112: needed
20113:
20114: 2001-10-30 paf
20115:
20116: * src/: classes/classes.dsp, main/main.dsp,
20117: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20118: types/types.dsp: enabled debug incremental compile
20119:
20120: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20121: form post data line endings not reformatted now.
20122:
20123: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20124: now required [had bug when file= has no value]
20125:
20126: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20127: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20128: cstr(asis) default param removed
20129:
20130: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20131:
20132: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20133:
20134: * src/include/pa_dir.h: LOAD_DIR fixed
20135:
20136: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20137: was broken} fix_line_breaks
20138:
20139: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20140: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20141: packed with #pragma pack
20142:
1.116 moko 20143: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20144:
20145: 2001-10-29 paf
20146:
20147: * src/types/pa_wcontext.h: bitfield syntax stricter
20148:
20149: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20150: string hash.puts
20151:
20152: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20153:
20154: * src/include/pa_sql_connection.h: there were one wrong
20155: SQL_CONNECTION_FUNC_GUARDED [failed]
20156:
20157: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20158: param.someday either ifdef or remove it
20159:
20160: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20161:
20162: * src/main/untaint.C: optimizing returned after debugging
20163:
20164: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20165: main/untaint.C: memory hunging #pragma pack(1)
20166:
20167: 16 419 844 13 169 394
20168:
20169: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20170: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20171: places [todo:Array]
20172:
20173: * src/: main/execute.C, targets/cgi/pa_pool.C,
20174: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20175: types/pa_wwrapper.h: debugging memory WContext flags to bits
20176:
20177: total 5 652 652/158731 total 5 469 332/158731
20178:
20179: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20180: Array:: without cache in get/put now
20181:
20182: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20183: 18:25:27 2001] total 5 652 652/158731
20184:
20185: * src/: include/pa_string.h, main/pa_string.C,
20186: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20187: now
20188:
20189: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20190: 18:11:53 2001] total 5796092/158731
20191:
20192: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20193: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20194: key ref now
20195:
20196: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20197: 17:11:17 2001] total 16867948/202658
20198:
20199: * src/: classes/file.C, classes/image.C, classes/string.C,
20200: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20201: main/execute.C, main/pa_array.C, main/pa_common.C,
20202: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20203: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20204: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20205: string::as_int/double now usually uses stack, not heap [200K out
20206: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20207:
20208: * src/main/pa_sql_driver_manager.C: ping to have services [old
20209: hiding bug]
20210:
20211: * src/Makefile.am: .am order
20212:
20213: * src/: include/pa_array.h, include/pa_charset_manager.h,
20214: include/pa_db_connection.h, include/pa_db_manager.h,
20215: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20216: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20217: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20218: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20219: required "friend class"
20220:
20221: ../include/pa_request.h:51: friend declaration requires
20222: class-key, i.e. `friend class Temp_lang'
20223:
20224: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20225: main/pa_exception.C, main/pa_sql_driver_manager.C,
20226: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20227:
20228: the idea is to #1 jump to C++ some function to main body, where
20229: every function stack frame has exception unwind information and
20230: from there... #2 propagate_exception()
20231:
20232: 2001-10-28 paf
20233:
20234: * src/main/pa_db_connection.C: removed old consts
20235:
20236: * src/main/pa_db_connection.C: expire table [was accidently pasted
20237: with wrong type/cast]
20238:
20239: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20240: translation
20241:
1.116 moko 20242: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20243: remember to build DB2 with -fexceptions!!!
20244:
20245: * src/main/pa_db_table.C: DB_RMW defed
20246:
20247: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20248: include/pa_db_connection.h, include/pa_db_manager.h,
20249: include/pa_db_table.h, main/pa_db_connection.C,
20250: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20251:
20252: 2001-10-27 paf
20253:
20254: * src/: classes/hashfile.C, include/pa_db_connection.h,
20255: include/pa_db_table.h, main/pa_db_connection.C,
20256: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20257: types/pa_vhashfile.C: DB2 ifdefs
20258:
1.116 moko 20259: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20260: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20261: makes with DB2
20262:
1.116 moko 20263: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20264: types/Makefile.am: makes db
1.95 moko 20265:
20266: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20267: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20268: globals.C
20269:
20270: * src/: classes/hashfile.C, include/pa_db_connection.h,
20271: include/pa_db_table.h, main/pa_db_connection.C,
20272: main/pa_db_table.C: ^hashfile.clear[]
20273:
20274: * src/classes/classes.awk: no $ in var names
20275:
20276: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20277: connection&table [forgotten calls]
20278:
20279: 2001-10-26 paf
20280:
20281: * src/main/pa_db_connection.C: db checkpoints
20282:
20283: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20284: checkpoints
20285:
20286: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20287: default. but entities still reparsed. todo: tothink
20288:
20289: * src/main/pa_db_connection.C: db recover mech 2
20290:
20291: * src/: classes/hashfile.C, include/pa_db_connection.h,
20292: include/pa_db_manager.h, include/pa_db_table.h,
20293: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20294: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20295: types/pa_vhashfile.h: db connections & tables now cached at
20296: create time & multithreaded
20297:
20298: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20299: parsed_source
20300:
20301: * src/main/pa_db_connection.C: about to remove connection from
20302: vhashfile
20303:
20304: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20305: transaction commit/rollback responsibility left to parent [as it
20306: sould - else there were a bug with double free]
20307:
20308: * src/include/pa_db_table.h: db: child transaction commit/rollback
20309: responsibility left to parent [as it sould - else there were a
20310: bug with double free]
20311:
20312: 2001-10-25 paf
20313:
20314: * src/: classes/hashfile.C, include/pa_common.h,
20315: include/pa_db_connection.h, include/pa_db_manager.h,
20316: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20317: types/pa_vhashfile.C, types/pa_vhashfile.h,
20318: include/pa_db_table.h, main/pa_db_table.C: started db_home
20319: [multiple, cached] todo: autorecover [tried, but not succeded,
20320: yet]
20321:
20322: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20323:
20324: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20325: transaction parent passed
20326:
20327: 2001-10-24 parser
20328:
1.116 moko 20329: * src/classes/Makefile.am: makes
1.95 moko 20330:
20331: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20332: isapi/pool_storage.h: pool_storage fixed
20333:
20334: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20335: types/pa_vform.h: form fix_line_breaks
20336:
1.116 moko 20337: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20338:
20339: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20340: targets/cgi/pool_storage.h: makes
20341:
20342: * src/sql/pa_sql_driver.h: version
20343:
20344: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20345: types/pa_vform.C, types/pa_vform.h: .am
20346:
20347: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20348: this: DB_RMW Acquire write locks instead of read locks when doing
20349: the retrieval. Setting this flag may decrease the likelihood of
20350: deadlock during a read-modify-write cycle by immediately
20351: acquiring the write lock during the read part of the cycle so
20352: that another thread of control acquiring a read lock for the same
20353: item, in its own read-modify-write cycle, will not result in
20354: deadlock
20355:
20356: * src/targets/isapi/parser3isapi.dsp: doc
20357:
20358: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20359:
20360: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20361:
20362: * src/: classes/hashfile.C, include/pa_db_connection.h,
20363: main/pa_db_connection.C: hashfile expired deleted from db when
20364: get & iterate
20365:
20366: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20367: expiring 1
20368:
20369: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20370:
20371: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20372: db_connection not bothers with key when not returning expired
20373: data
20374:
20375: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20376: types/pa_vhashfile.C: db_cursor constructor public now
20377:
20378: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20379: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20380: stamped, todo: put_element analize
20381:
20382: * src/: include/pa_db_connection.h, include/pa_string.h,
20383: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20384: serialize. todo stamp
20385:
20386: 2001-10-23 parser
20387:
20388: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20389: classes/image.C, classes/mail.C, classes/response.C,
20390: classes/string.C, classes/table.C, classes/xdoc.C,
20391: include/pa_config_fixed.h, include/pa_db_connection.h,
20392: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20393: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20394: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20395: types/pa_vtable.C: ^hashfile.hash[]
20396:
20397: * src/: classes/hashfile.C, classes/xdoc.C,
20398: include/pa_config_fixed.h, main/pa_db_manager.C,
20399: main/pa_globals.C: ifdefs so it compiled without db
20400:
20401: * src/: classes/hashfile.C, include/pa_db_connection.h,
20402: include/pa_db_manager.h, main/pa_db_connection.C,
20403: main/pa_db_manager.C, types/pa_vhashfile.h:
20404: ^hashfile.transaction{code} ^hashfile:clear[filename]
20405: ^hashfile.delete[key]
20406:
20407: 2001-10-22 parser
20408:
20409: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20410: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20411:
20412: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20413: classes/xnode.C, include/pa_charset_connection.h,
20414: include/pa_db_connection.h, include/pa_db_manager.h,
20415: include/pa_exception.h, include/pa_sapi.h,
20416: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20417: include/pa_stylesheet_connection.h,
20418: include/pa_stylesheet_manager.h,
20419: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20420: main/pa_db_connection.C, main/pa_db_manager.C,
20421: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20422: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20423: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20424: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20425: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20426: types/types.dsp: hashfile 0
20427:
20428: * src/types/pa_vhashfile.C: z
20429:
20430: * src/: classes/classes.dsp, classes/hashfile.C,
20431: include/pa_config_fixed.h, main/execute.C,
20432: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20433: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20434:
20435: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20436:
20437: * src/: include/pa_exception.h, include/pa_request.h,
20438: main/execute.C, main/pa_exception.C, main/pa_request.C,
20439: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20440: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20441:
20442: 2001-10-19 parser
20443:
20444: * src/include/pa_pool.h: header
20445:
20446: * src/main/pa_pool.C: auto compiled on gcc
20447:
20448: * src/classes/image.C: comment
20449:
1.116 moko 20450: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20451:
20452: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20453: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20454: types/pa_vxnode.h: xnode clone got freed
20455:
20456: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20457: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20458: can free up xalandomstring resulting from pool::transcode
20459:
20460: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20461: include/pa_config_fixed.h, include/pa_exception.h,
20462: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20463: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20464: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20465: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20466: from non-xml compile
20467:
20468: * src/main/pa_request.C: pool:: context - get_context
20469:
20470: * src/: classes/classes.h, classes/date.C, classes/double.C,
20471: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20472: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20473: classes/string.C, classes/table.C, classes/void.C,
20474: include/pa_config_fixed.h, include/pa_exception.h,
20475: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20476: main/compile.C, main/compile_tools.C, main/execute.C,
20477: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20478: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20479: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20480: main/pa_string.C, main/pa_table.C, main/untaint.C,
20481: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20482: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20483: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20484: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20485: types/pa_vstateless_class.h, types/pa_vtable.C,
20486: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20487: exceptions 0
20488:
20489: * src/classes/classes.awk: $ removed
20490:
20491: 2001-10-18 parser
20492:
20493: * src/types/pa_vcookie.C: cookie:CLASS
20494:
20495: * src/main/main.dsp: project
20496:
20497: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20498: set_document & ctor question "who owns document" solved
20499:
20500: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20501:
20502: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20503: main/pa_pool.C: encoding in dom creating funcs
20504:
20505: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20506: be transformed now
20507:
20508: * src/classes/xdoc.C: dom created by create can be transformed now
20509:
20510: * src/classes/xdoc.C: z
20511:
20512: * src/classes/xdoc.C: comment
20513:
20514: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20515: create now uses XercesDocumentBridge, appendChild&co now works
20516:
20517: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20518: @ recompile
20519:
20520: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20521: $origin @exception[
20522:
20523: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20524: tag names forced to XML lang
20525:
20526: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20527: leechy-found bugs in code&doc fixed
20528:
20529: 2001-10-17 parser
20530:
20531: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20532: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20533: n functionality preserved
20534:
20535: * src/types/pa_vimage.h: removed unused vimage::save
20536:
20537: 2001-10-16 parser
20538:
20539: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20540:
20541: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20542:
20543: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20544:
20545: * src/classes/image.C: image.copy tolerance
20546:
20547: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20548: ineffective, but works for small paleted image
20549:
20550: * src/types/pa_vimage.C: comment
20551:
20552: * src/classes/image.C: gd size/resize bugfix
20553:
20554: * src/: classes/classes.dsp, main/main.dsp,
20555: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20556: types/types.dsp: ident >nul 2>&1
20557:
20558: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20559: systems
20560:
20561: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20562: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20563:
20564: 2001-10-15 parser
20565:
20566: * src/main/execute.C: z
20567:
20568: * src/classes/: xdoc.C: !::create{qualifiedName}
20569:
20570: * src/types/pa_vxnode.C: document_type_node.
20571: !readonly attribute DOMString name
20572: !notation_node.
20573: !readonly attribute DOMString publicId
20574: !readonly attribute DOMString systemId
20575:
1.116 moko 20576: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20577: ::write badly passed string too transparently [failed to
20578: intercept it]
1.95 moko 20579:
20580: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20581: include/pa_request.h, main/pa_sql_driver_manager.C,
20582: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20583: types/pa_vxnode.h: DOM1 major addtion, only few
20584: attributes/methods left
20585:
20586: 2001-10-13 parser
20587:
20588: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20589: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20590: in main handler
20591:
20592: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20593: cleanups & frees order
20594:
20595: * src/types/pa_vcode_frame.h: couple comments
20596:
20597: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20598: transparent enough to handle hash if creation&passing
20599:
20600: * src/: include/pa_config_fixed.h, main/execute.C,
20601: main/pa_exception.C: noticed that vcodeframe not transparent
20602: enough, would change now
20603:
20604: 2001-10-12 parser
20605:
20606: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20607: fixed. initialization&free on each thread!
20608:
20609: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20610: handling changed: now type of default param analized always, not
20611: only at problem time, thus helping early problem spotting
20612:
20613: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20614: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20615: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20616: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20617: multithread bug fixed. initialization&free on each thread!
20618:
20619: 2001-10-11 parser
20620:
20621: * src/classes/xnode.C: xnode.selectSingle now
20622:
20623: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20624: include/pa_pool.h, include/pa_stylesheet_connection.h,
20625: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20626: convertors out of Pool into Exception
20627:
20628: * src/main/pa_string.C: const
20629:
20630: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20631: linked pieces of same language together prior to String::replace
20632:
20633: * src/classes/hash.C: !^hash.add[addme]
20634: !^hash.sub[subme]
20635: !^a.union[b] = new
20636: !^a.intersection[b] = new
20637: !^a.intersects[b] = bool
20638:
20639: * src/classes/hash.C: !^hash::append[append_from]
20640:
20641: * src/: classes/hash.C, types/pa_vhash.h:
20642: !^hash::create[[copy_from]]
20643:
20644: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20645: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20646: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20647: fixed. got rid of empty_string, which caused errors - it hasnt
20648: exception but somebody[value.bark] tried to throw it on it's pool
20649:
1.116 moko 20650: * src/include/pa_config_auto.h.in: makes
1.95 moko 20651:
20652: 2001-10-10 parser
20653:
20654: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20655:
20656: * src/main/: compile.tab.C, compile.y: ^a[
20657:
20658: @next_method << now unclosed ] would be reported here
20659:
20660: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20661: compile error
20662:
20663: 2001-10-09 parser
20664:
1.116 moko 20665: * src/: classes/Makefile.am, main/Makefile.am,
20666: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20667:
20668: * src/classes/Makefile.am: makes
20669:
20670: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20671: win32 errors intercepted [xalan transformer patched and
20672: incorporated]
20673:
20674: * src/: classes/classes.dsp, classes/xdoc.C,
20675: include/pa_stylesheet_connection.h, main/main.dsp,
20676: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20677: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20678: patches starting
20679:
20680: * src/classes/: string.C, table.C: ^string.save[file]
20681:
20682: * src/classes/: date.C, table.C: calendar moved to date
20683:
20684: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20685: string/table] now
20686:
20687: * src/classes/: op.C, table.C: z
20688:
20689: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20690: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20691: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20692: be code [be string..]
20693:
20694: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20695: table.C: lots of
20696: params->as_int/double/as_string/as_junction/as_no_junction
20697: messages added
20698:
20699: 2001-10-08 parser
20700:
20701: * src/: classes/date.C, classes/image.C, classes/string.C,
20702: classes/table.C, classes/void.C, include/pa_request.h:
20703: params->as_int/double message added
20704:
20705: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20706:
20707: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20708: image:sector removed image:html internal "line-*" attribs
20709:
20710: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20711: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20712:
20713: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20714: way
20715:
20716: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20717: main/untaint.C: header untainting to UL_HTTP_HEADER,
20718: UL_MAIL_HEADER made nonforced [only tainted pieces]
20719:
20720: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20721: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20722: @ SAPI::log
20723:
20724: * src/main/untaint.C: \r to ' ' in origins mode
20725:
20726: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20727: set]
20728:
20729: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20730: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20731: nonstandard liaison freed up
20732:
20733: 2001-10-07 parser
20734:
20735: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20736: project
20737:
20738: 2001-10-05 parser
20739:
20740: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20741: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20742: from outputing to cerr. lots of "todos"
20743:
20744: * src/main/untaint.C: http_header tainting more gentle with
20745: enquoting now
20746:
20747: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20748: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20749: xml errorhandler. fixed string.replace a little, read @test
20750:
20751: * src/main/pa_string.C: found replace bug - first_that_starts(char
20752: *) does not have limit, and looks further eos, fixing....
20753:
20754: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20755:
20756: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20757:
20758: * src/main/: pa_charset_connection.C: ctype another mem clear
20759: bugfix
20760:
1.116 moko 20761: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20762: $result[^[$p^]z] now works fine
1.95 moko 20763:
20764: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20765: wrong. fixed it
20766:
20767: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20768: of totable appered to be vital
20769:
20770: 2001-10-04 parser
20771:
20772: * src/classes/image.C: ^image.length[text]
20773:
20774: 2001-10-03 parser
20775:
20776: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20777:
20778: * src/main/pa_request.C: restored pcre defaulting in request
20779: [mindlessly "optimized" yesterday] comment left
20780:
20781: 2001-10-02 parser
20782:
20783: * src/: main/pa_charset_manager.C,
20784: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20785: needed
20786:
20787: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20788: forgot non-xml pool.*charset needed
20789:
20790: * src/classes/table.C: # config comments fixed
20791:
20792: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20793: charset_connection #comment now
20794:
20795: * src/: classes/classes.dsp, types/types.dsp: release projects
20796: options fixed to use release msvcrt lib
20797:
20798: * src/main/pa_charset_connection.C: pcre tables now const inside
20799: removed default - pcre handles that internally fixed bug on
20800: not-cleaning tables [previously was calloced, now member]
20801:
20802: * src/: include/pa_request.h, main/pa_charset_connection.C,
20803: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20804: inside removed default - pcre handles that internally fixed bug
20805: on not-cleaning tables [previously was calloced, now member]
20806:
20807: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20808: tested charset reload on file change @ apache version = OK tested
20809: freeing up prev encoding on adding new = OK
20810:
20811: 2001-10-01 parser
20812:
20813: * src/main/pa_charset_connection.C: removed entitify external hack
20814: [internal installed]
20815:
1.116 moko 20816: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20817:
20818: * src/: include/pa_charset_connection.h,
20819: include/pa_charset_manager.h,
20820: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20821: main/pa_charset_connection.C, main/pa_charset_manager.C,
20822: main/pa_request.C: charset loading & caching mech 0
20823:
20824: * src/: include/pa_stylesheet_connection.h,
20825: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20826: main/pa_globals.C, main/pa_request.C: would make charset loading
20827: & caching mech now
20828:
20829: 2001-09-30 parser
20830:
20831: * src/main/pa_request.C: forgot to fill toTable
20832:
20833: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20834: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20835: failed on win32 for now..
20836:
20837: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20838: now charsets table configuration variable is: CHARSETS
20839:
20840: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20841: ctype with unicode 1. todo: no П entities on output somehow
20842:
20843: * src/: classes/file.C, classes/op.C, classes/string.C,
20844: include/pa_request.h, main/pa_request.C: started ctype with
20845: unicode values
20846:
20847: 2001-09-28 parser
20848:
20849: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20850: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20851: string passed AS-IS now
20852:
20853: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20854: way of user-configuring... todo: implement
20855:
20856: 2001-09-27 parser
20857:
20858: * src/classes/table.C: table.sort changed to sort table itself
20859:
20860: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20861: X^.getElementsByTagName[tagname] = array of xnode
20862: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20863: nodes removed - regretfully not supported @ xalan. maybe someday
20864: would reimplement, if needed.
20865:
20866: win32build system: solved long waiting anti-non-started-apache
20867: problem
20868:
20869: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20870: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20871: types/types.dsp: win32 ident make system so not to rebuild
20872: library [ident.C.new]
20873:
20874: 2001-09-26 parser
20875:
20876: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20877: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20878: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20879: types/pa_vxnode.C, types/types.dsp: z
20880:
20881: * src/classes/classes.C: forgot one non-xml check
20882:
1.116 moko 20883: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20884: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20885:
20886: * src/targets/cgi/parser3.C: z
20887:
20888: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20889: targets/isapi/parser3isapi.C: #ifdef SMTP
20890:
20891: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20892: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20893: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20894: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20895: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20896: types/types.dsp: xdoc&xnode now
20897:
20898: * src/: classes/classes.C, classes/classes.awk,
20899: classes/classes.dsp, classes/classes.h, classes/date.C,
20900: classes/dnode.C, classes/dnode.h, classes/dom.C,
20901: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20902: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20903: classes/op.C, classes/response.C, classes/string.C,
20904: classes/table.C, classes/void.C, include/pa_array.h,
20905: include/pa_common.h, include/pa_config_fixed.h,
20906: include/pa_config_includes.h, include/pa_dictionary.h,
20907: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20908: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20909: include/pa_socks.h, include/pa_sql_connection.h,
20910: include/pa_sql_driver_manager.h, include/pa_stack.h,
20911: include/pa_string.h, include/pa_stylesheet_connection.h,
20912: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20913: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20914: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20915: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20916: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20917: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20918: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20919: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20920: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20921: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20922: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20923: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20924: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20925: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20926: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20927: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20928: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20929: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20930: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20931: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20932: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20933: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20934: types/pa_vmethod_frame.h, types/pa_vobject.h,
20935: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20936: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20937: types/pa_vstateless_object.h, types/pa_vstring.C,
20938: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20939: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20940: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20941: main.dsp splitted to main+classes+types along to .am
20942:
20943: * src/classes/Makefile.am: removed useless var
20944:
20945: * src/: classes/classes.cmd, main/main.dsp,
20946: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20947: main.dsp
20948:
20949: 2001-09-25 parser
20950:
20951: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20952: 1251 though, todo ICU
20953:
1.116 moko 20954: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20955: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20956: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20957: types/pa_vdom.h: xml configure makes
1.95 moko 20958:
20959: 2001-09-24 parser
20960:
1.116 moko 20961: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20962: types/Makefile.am: makes
1.95 moko 20963:
1.116 moko 20964: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20965:
20966: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20967: started unix makes update
20968:
20969: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20970: started unix makes update
20971:
20972: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20973:
20974: * src/types/pa_value.h: z
20975:
20976: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20977: bugs with usinge hash/table in expressions
20978:
20979: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20980: resolved conflicts fixed [const]
20981:
20982: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20983: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20984: main/compile.C, main/compile.tab.C, main/compile.y,
20985: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20986: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20987: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20988: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20989: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20990: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20991: with before_xml [merge2 actually didn't happen - i've created
20992: tags on wrong branch. so this merge is in fact re-merge]
20993:
20994: 2001-09-21 parser
20995:
20996: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20997: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20998: produced "" in make file and sadly wrong interpreted on load]
20999:
1.116 moko 21000: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21001: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21002: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21003: include/pa_sql_driver_manager.h, include/pa_string.h,
21004: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21005: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21006: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21007:
21008: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21009: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21010: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21011: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21012: main/pa_pool.C, main/pa_request.C,
21013: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21014: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21015: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21016: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21017: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21018: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21019: types/pa_vrequest.C, types/pa_vresponse.h,
21020: types/pa_vstateless_class.C, types/pa_vstring.C,
21021: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21022: created new projects for sql drivers [planning to remove sql
21023: drivers from main cvs project] first, will join latest changes
21024:
21025: * src/classes/: dom.C: defaulted dom writing methods encoding to
21026: pool.get_charset
21027:
21028: * src/classes/dom.C: defaulted dom writing methods encoding to
21029: pool.get_charset
21030:
21031: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21032: pool.get_charset
21033:
21034: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21035: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21036: methods encoding to pool.get_charset
21037:
21038: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21039: transcoder were created right "unsupported encoding" message.
21040: not @ set time, but @ use time, so until xml output functions
21041: .string, .file, .save used - no encoding name check occur
21042:
21043: reduced transcode buffer size to 60 fixed pool cleanup - no
21044: registration needed, pools are officially destructured
21045:
21046: 2001-09-20 parser
21047:
21048: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21049:
21050: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21051: $MAIN:DEFAULTS.content-type[$.charset[here]]
21052:
21053: * src/: classes/dnode.C, classes/dom.C,
21054: include/pa_config_includes.h, include/pa_globals.h,
21055: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21056: main/pa_pool.C, targets/cgi/parser3.dsp,
21057: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21058: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21059: Pool::transcode 0
21060:
21061: * src/classes/dom.C: dom. string save file moved output xml options
21062: to last param and made it optional
21063:
21064: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21065: dnodes
21066: !$attributenode.specified = boolean
21067: true if the attribute received its value explicitly
21068: in the XML document,
21069: or if a value was assigned programatically with the
21070: setValue function.
21071: false if the attribute value came from the default value
21072: declared in the document's DTD.
21073: !$pinode.target = target of this processing instruction
21074: XML defines this as being the first token following the
21075: markup
21076: that begins the processing instruction.
21077: XPath:
21078: !^node.select[xpath/query/expression] = hash of 0->node0
21079: 1->node1
21080: !^node.select-single[xpath/query/expression] = first node if
21081: any
21082:
21083: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21084: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21085: some 'const's added
21086:
21087: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21088: expression context now, there value = size and boolean value
21089: size!=0
21090:
21091: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21092: can be used in expression context now, there value = size and
21093: boolean value size!=0
21094:
21095: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21096: types/pa_vstring.h: dnode .file .string .save moved back to dom
21097: due to strange xalan bug
21098:
21099: 2001-09-18 parser
21100:
21101: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21102: classes/image.C, classes/op.C, classes/table.C,
21103: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21104: include/pa_sql_driver_manager.h, main/compile.C,
21105: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21106: main/execute.C, main/pa_common.C, main/pa_request.C,
21107: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21108: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21109: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21110: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21111: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21112: before_xml branch ^if(def $hash) now true only when
21113: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21114:
21115: * src/: classes/op.C, main/execute.C: operators self changed to
21116: root ^for variable context changed to self
21117:
21118: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21119: dnode 1
21120:
21121: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21122: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21123:
21124: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21125: poly* fixed
21126:
21127: 2001-09-17 parser
21128:
21129: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21130: types/pa_vdom.h: started dnode+dom
21131:
21132: dnode DOM methods: $node.name $node.value
21133: ...others...
21134:
21135: ^node.xpath[/rates/USD] = hash
21136: $hash[
21137: $.0[node0]
21138: $.1[node1]
21139: ]
21140:
21141: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21142: applies to all linear primitives
21143:
21144: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21145: include/pa_stylesheet_connection.h, main/main.dsp,
21146: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21147: types/pa_vimage.h: started dnode DOM: $node.name
21148: $node.value ...others... ^node.xpath[/rates/USD] = hash
21149: dom(dnode)
21150:
21151: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21152: main/compile.y, main/compile_tools.h, main/execute.C,
21153: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21154: in expression compound($aa.zz.xx) names now can have minus '-' in
21155: name after '.'
21156:
21157: 2001-09-15 parser
21158:
21159: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21160: image: $line-width ^line(...)[**** style]
21161:
21162: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21163: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21164: pool_storage - cleanups first, allocations second. apache wisely
21165: does just like that
21166:
21167: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21168: rewritten using template, no bugs now
21169:
21170: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21171: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21172: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21173: poorly started isapi pool_storage, would rewrite using template
21174: now
21175:
21176: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21177: include/pa_stylesheet_connection.h, main/main.dsp,
21178: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21179: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21180: xalan objects freed up [introducing Pool::register_cleanup]
21181:
21182: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21183: comments
21184:
21185: 2001-09-14 parser
21186:
21187: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21188: z
21189:
21190: * src/: classes/dom.C, classes/file.C, classes/image.C,
21191: classes/mail.C, include/pa_common.h,
21192: include/pa_sql_driver_manager.h, include/pa_string.h,
21193: include/pa_stylesheet_connection.h,
21194: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21195: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21196: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21197: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21198: compiled&cached
21199:
21200: 2001-09-13 parser
21201:
21202: * src/: classes/dom.C, classes/file.C, classes/image.C,
21203: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21204:
21205: * src/classes/dom.C: dom:file content-type(.method)
21206:
21207: * src/: include/pa_common.h, include/pa_globals.h,
21208: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21209: string now more informative error messages
21210:
21211: * src/: include/pa_globals.h, include/pa_request.h,
21212: main/pa_request.C, targets/cgi/parser3.C,
21213: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21214: ParserSiteConfig .../parser3.conf
21215:
21216: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21217:
21218: 2001-09-12 parser
21219:
21220: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21221: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21222: precise error reporting: "connection string must start with
21223: protocol://" now
21224:
21225: * src/main/compile.tab.C: fixed - subname code parts actually []
21226: braced
21227:
21228: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21229: lexer on LS_USER level did [] matching without setting nestage,
21230: introduced special LS_NAME_SQUARE_PART state
21231:
21232: 2001-09-11 parser
21233:
21234: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21235: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21236: languages+=xml
21237:
21238: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21239:
21240: * src/classes/dom.C: ^dom:save/string/file[output options] output
21241: options: $.method[xml|html|text] detection fixed
21242:
21243: * src/types/pa_vdom.h: messages
21244:
21245: * src/classes/dom.C: ^dom:save/string/file[output options] output
21246: options: $.method[xml|html|text] detection fixed
21247:
21248: 2001-09-10 parser
21249:
21250: * src/classes/dom.C: ^dom:save/string/file[output options] output
21251: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21252:
21253: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21254: added]
21255:
21256: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21257: ^dom.xslt[stylesheet filename] 0
21258:
21259: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21260: ^dom.xslt[stylesheet filename] -1 doc is lying
21261:
21262: * src/classes/dom.C: ^dom.file[encoding] = file
21263:
21264: * src/classes/: dom.C: ^dom.string[encoding] 1
21265: ^dom.save[encoding;filename]
21266:
21267: * src/classes/dom.C: ^dom.string[] 0
21268:
21269: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21270:
21271: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21272: types/pa_vform.h: ^dom.save[b.xml] 0
21273:
21274: 2001-09-08 parser
21275:
21276: * src/types/pa_vform.C: $form:tables.name.field
21277:
21278: 2001-09-07 parser
21279:
21280: * src/classes/table.C: table:empty removed, superceded by ^if(def
21281: $table)...
21282:
21283: * src/targets/cgi/parser3.C: z
21284:
21285: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21286: from '' to int/double is 0]
21287:
21288: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21289: $table) is false when table is empty
21290:
21291: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21292: !$form:tables $atable[$form:tables.a]
21293: ^atable.menu{a=$atable.element}[,]
21294:
21295: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21296: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21297:
1.116 moko 21298: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21299: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21300: of dom
21301:
21302: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21303: types/pa_vform.C, types/pa_vform.h: z
21304:
21305: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21306: element [not last]
21307:
1.116 moko 21308: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21309: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21310:
21311: 2001-09-06 parser
21312:
21313: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21314: table with one column 'element' and two rows: 1 and 2
21315:
21316: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21317: table with one column 'element' and two rows: 1 and 2
21318:
21319: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21320: bad int/double conversions, and now $form:nonexistent.int(88)
21321: would return 88
21322:
21323: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21324: types/pa_vhash.h: now there's special hash key '_default'
21325: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21326: $._default[xx] ] $hash.c
21327:
21328: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21329: fixed [thanks, fif], ^; were treated there non-literally
21330:
21331: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21332: doxygen
21333:
21334: * src/: classes/image.C, classes/op.C, classes/string.C,
21335: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21336: types/pa_vtable.C: few #ifndef DOXYGEN
21337:
21338: 2001-09-05 parser
21339:
21340: * src/classes/: string.C, table.C: sql options can be void [same as
21341: image:html the other day]
21342:
21343: * src/targets/cgi/Makefile.am: .am undo
21344:
21345: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21346: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21347: macro expantion on param, simply qoutes whatever passed, undone
21348:
21349: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21350: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21351: STRINGIZE(name) #name invented
21352:
21353: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21354: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21355: MAIN_SQL_DRIVERS_NAME "drivers"
21356:
21357: moved to be availible to all users
21358:
21359: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21360: SQL_DRIVER_CREATE_FUNC_NAME
21361:
21362: * src/classes/mail.C: MAIN:MAIL check fixed
21363:
21364: 2001-09-04 parser
21365:
21366: * src/classes/image.C: image.html now can accept void params
21367:
21368: * src/targets/isapi/parser3isapi.C: z
21369:
21370: * src/targets/cgi/parser3.C: full_file_spec bug
21371:
21372: * src/targets/cgi/parser3.C: getenvcheck
21373:
21374: * src/targets/cgi/parser3.C: zz
21375:
21376: * src/targets/cgi/parser3.C: zzz
21377:
21378: * src/classes/date.C: date
21379:
21380: * src/classes/date.C: date:sql-string is now without ''
21381:
1.116 moko 21382: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21383: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21384: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21385:
1.116 moko 21386: * src/include/pa_config_auto.h.in: makes
1.95 moko 21387:
21388: 2001-09-03 parser
21389:
21390: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21391:
21392: 2001-09-01 parser
21393:
21394: * src/classes/image.C: letter_spacing
21395:
21396: * src/classes/image.C: image: font params changed
21397:
21398: * src/classes/image.C: image: as_int as_string used
21399:
21400: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21401: analized
21402:
21403: 2001-08-31 parser
21404:
21405: * src/targets/cgi/parser3.C: z
21406:
1.116 moko 21407: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21408: cygwin
1.95 moko 21409:
21410: * src/classes/void.C: void:int/double += (default)
21411:
21412: * src/classes/image.C: image:font added space param image:font
21413: changed charwidth alg, added kerning const[for now]
21414:
21415: * src/classes/: string.C, table.C: string:int/double (defaults)
21416:
21417: 2001-08-29 parser
21418:
21419: * src/main/pa_exception.C: exception redundant debug info
21420:
21421: 2001-08-28 parser
21422:
21423: * src/classes/image.C: image error msgs
21424:
21425: * src/classes/image.C: image: gifsize little endian
21426:
21427: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21428: doxygeneration
21429:
21430: * src/: classes/Makefile.am, main/Makefile.am,
21431: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21432:
21433: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21434: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21435:
21436: * src/main/compile.C: NO_STRING_ORIGIN check2
21437:
21438: * src/classes/table.C: NO_STRING_ORIGIN check
21439:
21440: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21441: storage class specifiers invalid in friend function declarations
21442:
21443: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21444: main/untaint.C, targets/cgi/parser3.C,
21445: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21446: case of limit
21447:
21448: * src/: classes/file.C, main/pa_common.C: file:move
21449: autocreate/remove dest/src dir
21450:
21451: * src/: classes/string.C, include/pa_dictionary.h,
21452: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21453: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21454: to directory constructor. string:replace
21455:
21456: 2001-08-27 parser
21457:
21458: * src/classes/image.C: fixed jpgsize alg
21459:
21460: * src/classes/image.C: fixed jpgsize alg
21461:
21462: * src/main/pa_exception.C: z
21463:
21464: * src/main/pa_common.C: removed debug info from pa_common
21465:
21466: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21467: [auto.p from current dir loading]
21468:
1.116 moko 21469: * src/: main/pa_common.C, main/pa_exception.C,
21470: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21471: for solaris -lsocket
1.95 moko 21472:
21473: 2001-08-24 parser
21474:
21475: * src/targets/cgi/parser3.C: not cgi extra \n 3
21476:
21477: * src/targets/cgi/parser3.C: not cgi extra \n 2
21478:
21479: * src/targets/cgi/parser3.C: not cgi extra \n
21480:
21481: * src/main/pa_sql_driver_manager.C: z
21482:
21483: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21484: sql* removed services from disconnect - cross-request ideological
21485: probs.
21486:
21487: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21488: cross-request ideological probs. oracle - fixed bug: cs
21489: allocated on request.pool and got freed before disconnect
21490:
21491: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21492: mallocs fixed
21493:
21494: 2001-08-23 parser
21495:
21496: * src/classes/file.C: minor bug in file:save fixed
21497:
21498: * src/main/pa_sql_driver_manager.C: oracle: dlink
21499:
21500: 2001-08-22 parser
21501:
21502: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21503: types/pa_vfile.h: file:load|save[text|binary;
21504:
21505: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21506:
21507: 2001-08-21 parser
21508:
21509: * src/classes/: file.C, table.C: ^file:list
21510:
21511: 2001-08-20 parser
21512:
21513: * src/: main/compile.tab.C, main/compile.y,
21514: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21515: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21516: recousively caused problems: inc incremeted 123 literal!! fixed
21517:
21518: 2001-08-10 parser
21519:
21520: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21521:
21522: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21523: added
21524:
21525: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21526: added
21527:
21528: * src/classes/table.C: table:sort restored [it was bad test :(]
21529:
21530: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21531: ''
21532:
21533: * src/main/: pa_request.C: wanted to make const int
21534: MAX_EXECUTE_SECONDS=1;
21535:
21536: but couldnt, set_callback_and_alarm appeared to be not exported
21537: :(
21538:
21539: * src/main/pa_string.C: string.match hanged on. there were a hang
21540: check but it weren't wise enough
21541:
21542: @parse[dateString][tmp]
21543: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21544: #end
21545:
21546: @main[] ^parse[2001-02-03]
21547:
21548: * src/classes/: table.C: table:sort now default desc
21549:
21550: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21551: table.sort now creates new sorted table
21552:
21553: 2001-08-09 parser
21554:
21555: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21556:
21557: * src/classes/hash.C: hash:_default now [was hash:default]
21558:
21559: * src/classes/op.C: case without switch check added
21560:
21561: * src/types/pa_vcookie.C: cookie name&value origins added, more
21562: precise $ORIGINS(1)
21563:
21564: * src/main/Makefile.am: .am
21565:
21566: * src/classes/void.C: void: int double copy/paste from int: bug
21567: fixed
21568:
21569: * src/classes/void.C: void: int double copy/paste from int: bug
21570: fixed
21571:
21572: 2001-08-07 parser
21573:
21574: * src/: classes/double.C, classes/int.C, classes/string.C,
21575: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21576: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21577: string, table
21578:
21579: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21580: srand made working
21581:
21582: 2001-08-06 parser
21583:
21584: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21585: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21586: main/compile.tab.C, main/compile.y, main/pa_array.C,
21587: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21588: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21589:
21590: * src/main/pa_exec.C: exec win32 real filename
21591:
21592: * src/classes/file.C: exec stderr out
21593:
21594: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21595:
21596: 2001-08-03 parser
21597:
21598: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21599:
21600: 2001-08-02 parser
21601:
21602: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21603: main/execute.C, main/pa_exec.C: introducing Array_iter
21604:
21605: * src/main/execute.C: detected quick_get recursion bug. changed to
21606: get@execute, but needs array iterator, separate from array to
21607: avoid it & use caching
21608:
21609: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21610: bug fixed
21611:
21612: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21613: main/execute.C, main/pa_globals.C: found another multithread bug
21614: in op.C (last, last global var killed) :)
21615:
21616: 2001-08-01 parser
21617:
21618: * src/: include/pa_dictionary.h, include/pa_globals.h,
21619: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21620: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21621: main/untaint.C: speeded up typo-html replacements. introducing
21622: Dictionary with first-char caching
21623:
21624: 2001-07-31 parser
21625:
21626: * src/types/Makefile.am: pa_vtable.C added to .am
21627:
21628: * src/main/compile.tab.C: added, so that could be compiled even on
21629: non-bison-enabled platforms
21630:
21631: 2001-07-28 parser
21632:
21633: * src/classes/table.C: table:hash always produces hash, when can't
21634: - empty
21635:
21636: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21637: skipped \n
21638:
21639: 2001-07-27 parser
21640:
21641: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21642: on int/double/string :sql without result and default
21643:
21644: 2001-07-26 parser
21645:
21646: * src/classes/op.C: fixed bad multithread bug with strangly global
21647: OP
21648:
21649: * src/main/compile.y: $man[$.age[zzz]] 0
21650:
21651: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21652: creation syntax problem persists. restored $: for a while.
21653: thinking of $man[$.age[zzz]] syntax now
21654:
21655: * src/: classes/double.C, classes/int.C, classes/string.C,
21656: include/pa_opcode.h, main/compile.C, main/compile.y,
21657: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21658: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21659: types/pa_wwrapper.h: fixing :: realization #1
21660:
21661: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21662: main/compile_tools.h, main/execute.C, main/pa_request.C,
21663: types/pa_vmethod_frame.h: introducing :: this is constructor call
21664: prefix. ordinary : remains for static accesses
21665:
21666: 2001-07-25 parser
21667:
21668: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21669: fields 2. methods 3. columns
21670:
21671: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21672: quote. optimized double&int tostring-s
21673:
21674: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21675: whitespace before first method decl
21676:
21677: * src/classes/table.C: allowed nontable result in table:sql,
21678: results in empty table
21679:
21680: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21681: lines before first method decl
21682:
21683: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21684: types/pa_vtable.h: ^table.record[] now $table.fields
21685:
21686: * src/main/compile.y: $var[] is now empty string, not void
21687:
21688: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21689: void
21690:
21691: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21692: main/pa_globals.C: match replace code context moved to implicit
21693: $match context
21694:
21695: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21696: main/compile_tools.h, main/execute.C: with killed, code storage
21697: introduced with former 'with' syntax
21698:
21699: 2001-07-24 parser
21700:
21701: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21702: types/pa_value.h: first get_element, next get operator
21703:
21704: * src/main/compile.y: removed @end handling
21705:
21706: * src/main/: compile.C, compile.y: @end handling method2
21707:
21708: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21709: file:move
21710:
21711: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21712: fixed
21713:
21714: 2001-07-23 parser
21715:
21716: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21717: driver
21718:
21719: * src/classes/hash.C: changed sql driver query interface
21720:
21721: * src/: classes/hash.C, classes/string.C, classes/table.C,
21722: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21723: changed sql driver query interface
21724:
21725: 2001-07-20 parser
21726:
21727: * src/types/pa_vrequest.C: X!$browser:type
21728:
21729: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21730: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21731: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21732: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21733: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21734: types/pa_vobject.h, types/pa_vrequest.C,
21735: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21736: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21737: BASE element globally removed
21738:
21739: 2001-07-18 parser
21740:
21741: * src/classes/file.C: file:exec/cgi msg
21742:
21743: * src/classes/file.C: $file:exit-code renamed to 'status'
21744:
21745: * src/: classes/file.C, main/pa_exec.C: file:exec
21746:
1.116 moko 21747: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21748: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21749: removed $id from *.in *.am
1.95 moko 21750:
21751: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21752: abbrevations
21753:
21754: * src/: classes/date.C, classes/mail.C, classes/math.C,
21755: classes/string.C, classes/table.C, include/pa_globals.h,
21756: include/pa_string.h, main/execute.C, main/pa_globals.C,
21757: main/pa_request.C, main/pa_string.C, main/untaint.C,
21758: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21759: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21760: $ORIGINS(1) output tracing mode
21761:
21762: 2001-07-13 parser
21763:
21764: * src/: classes/double.C, classes/int.C, classes/string.C,
21765: include/pa_request.h, main/execute.C, main/pa_request.C:
21766: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21767: second would not call first @auto
21768:
21769: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21770: wrong, fixed
21771:
21772: 2001-07-12 parser
21773:
21774: * src/types/pa_value.h: pa_value.putelement modification of system
21775: classes prevented
21776:
21777: 2001-07-11 parser
21778:
21779: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21780: table $piece
21781:
21782: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21783: types/pa_vstateless_class.h: $file created by file:state +=
21784: .atime .mtime .ctime +found&fixed bug with exceptions on
21785: get_junction-created objects [they were on wrong pool]
21786:
21787: 2001-07-09 parser
21788:
21789: * src/main/untaint.C: qp wrong name
21790:
21791: * src/: classes/date.C, classes/string.C, classes/table.C,
21792: main/compile.y: date format 0
21793:
21794: 2001-07-07 parser
21795:
21796: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21797: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21798: roll table calendar
21799:
21800: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21801: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21802: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21803: include/pa_request.h, main/main.dsp, types/pa_value.h,
21804: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21805: string. todo: sql, calendar
21806:
21807: 2001-07-06 parser
21808:
21809: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21810: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21811:
21812: 2001-07-03 parser
21813:
21814: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21815: classes/random.C, main/main.dsp: class random renamed to math,
21816: operators became methods
21817:
21818: * src/classes/op.C: pow sqrt
21819:
21820: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21821:
21822: 2001-07-02 parser
21823:
21824: * src/classes/table.C: ^table.columns column renamed from 'name' to
21825: 'column'
21826:
21827: * src/classes/hash.C: ^hash.keys[]
21828:
21829: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21830:
21831: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21832: 'strings'
21833:
21834: 2001-06-29 parser
21835:
21836: * src/main/: execute.C: /0 %0 checkes ver 2
21837:
21838: * src/main/execute.C: /0 %0 checke
21839:
21840: * src/classes/Makefile.am: nothing - void
21841:
21842: * src/classes/table.C: empty strings @ sql
21843:
21844: 2001-06-28 parser
21845:
21846: * src/: classes/double.C, classes/file.C, classes/form.C,
21847: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21848: classes/op.C, classes/random.C, classes/response.C,
21849: classes/string.C, classes/table.C, classes/void.C,
21850: main/compile.C, main/compile_tools.C, main/execute.C,
21851: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21852: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21853: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21854: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21855: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21856: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21857: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21858: $";
21859:
21860: * src/: classes/double.C, classes/file.C, classes/form.C,
21861: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21862: classes/op.C, classes/random.C, classes/response.C,
21863: classes/string.C, classes/table.C, classes/void.C,
21864: main/compile.C, main/compile.y, main/compile_tools.C,
21865: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21866: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21867: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21868: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21869: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21870: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21871:
21872: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21873: $class:name: == ${class:name}:
21874:
21875: * src/classes/string.C: exactly one
21876:
21877: 2001-06-27 parser
21878:
21879: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21880: types/pa_vvoid.h: nothing renamed to void
21881:
21882: * src/classes/op.C: ^switch ^case
21883:
21884: * src/main/compile.y: nothing renamed to void
21885:
21886: * src/: classes/hash.C, classes/table.C, main/compile.y,
21887: main/execute.C, main/main.dsp, main/pa_request.C,
21888: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21889: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21890: void
21891:
21892: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21893:
21894: 2001-05-28 parser
21895:
21896: * src/doc/html2chm.cmd: removed >a
21897:
21898: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21899: project options [some bugs]
21900:
21901: * src/doc/sources2html.cmd: z
21902:
21903: * src/: classes/classes.C, main/compile.C, main/compile.y,
21904: main/execute.C: operators are not in root class again
21905:
21906: 2001-05-24 parser
21907:
21908: * src/targets/cgi/parser3.dsp: project file
21909:
21910: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21911: ^log ^exp
21912:
21913: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21914: conversions in @exception[params]
21915:
21916: * src/main/pa_request.C: // no _ conversions in @exception[params]
21917:
21918: 2001-05-23 parser
21919:
21920: * src/main/pa_string.C: string cmp bug
21921:
21922: * src/classes/: mail.C, op.C: rem max 1000
21923:
21924: * src/: classes/op.C, main/compile.y: allow one empty line before
21925: LS_DEF_NAME
21926:
21927: 2001-05-22 parser
21928:
21929: * src/classes/op.C: if params code-required
21930:
21931: 2001-05-21 parser
21932:
21933: * src/types/pa_vstring.C: eoleof
21934:
21935: * src/classes/Makefile.am: .AM
21936:
21937: * src/classes/nothing.C: resultless ^sql moved to nothing:
21938:
21939: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21940:
21941: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21942: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21943: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21944: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21945: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21946: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21947: 'nothing'
21948:
21949: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21950: vstring::set_string
21951:
21952: * src/classes/: double.C, int.C, string.C: int,double;sql
21953:
21954: * src/: classes/hash.C, classes/int.C, classes/string.C,
21955: classes/table.C, include/pa_string.h, main/pa_string.C,
21956: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21957:
21958: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21959: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21960: hash:sql moved to main trunc. operators.txt updated
21961:
21962: * src/classes/: hash.C, op.C, table.C: hash:sql
21963:
21964: * src/classes/op.C: z
21965:
21966: * src/: main/compile.C, classes/classes.C: 1
21967:
21968: * src/: classes/classes.C, main/compile.C, main/compile.y,
21969: main/execute.C: 0
21970:
21971: * src/main/execute.C: z
21972:
21973: * src/targets/cgi/parser3.C: z
21974:
21975: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21976: site_auto_path "." in that case
21977:
21978: * src/targets/cgi/: parser3.C: z
21979:
21980: * src/main/pa_request.C: .am
21981:
21982: * src/: main/pa_request.C, targets/cgi/parser3.C:
21983: pcre_tables=pcre_default_tables;
21984:
21985: 2001-05-19 parser
21986:
21987: * src/main/pa_string.C: z
21988:
21989: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21990: introducing String::cstr_bufsize, returns just size+1 for as_is
21991: target.
21992:
21993: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21994: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21995: used, 4* mem wasted
21996:
21997: * src/classes/string.C: root context in match replace body now
21998: unchanged
21999:
22000: * src/types/pa_value.h: parameter # 1 based
22001:
22002: * src/main/pa_common.C: common: actual filename '%s'
22003:
22004: * src/classes/string.C: z
22005:
22006: * src/classes/Makefile.am: classes/.am
22007:
22008: * src/classes/: Makefile.am: classes/.am
22009:
22010: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22011: targets/cgi/pa_pool.C: classes/.am
22012:
22013: 2001-05-18 parser
22014:
1.116 moko 22015: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22016: pa_threads.C ins
1.95 moko 22017:
22018: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22019:
22020: 2001-05-17 parser
22021:
22022: * src/: classes/string.C, include/pa_config_fixed.h,
22023: include/pa_config_includes.h, main/compile.y,
22024: main/compile_tools.h, main/execute.C, main/pa_array.C,
22025: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22026: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22027: types/pa_vform.C: #include "pa_config_includes.h" removed from
22028: most .C
22029:
22030: * src/doc/html2chm.cmd: z
22031:
22032: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22033: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22034:
22035: * src/main/pa_sql_driver_manager.C: moved expiration to
22036: get_connection_from_cache
22037:
22038: * src/main/pa_sql_driver_manager.C: cache expiration bf
22039:
22040: * src/: classes/classes.h, include/pa_sql_connection.h,
22041: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22042: cache expiration[use SQL_Driver::disconnect]
22043:
22044: * src/main/pa_table.C: table.locate current restored on "not found"
22045:
22046: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22047: line no
22048:
22049: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22050: ANTI_ENDLESS_EXECUTE_RECOURSION
22051:
22052: * src/: classes/op.C, include/pa_sql_connection.h,
22053: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22054: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22055: 1driver and set_services fight for driver::fservices. before fix
22056:
22057: * src/: classes/op.C, include/pa_config_fixed.h,
22058: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22059: main/pa_sql_driver_manager.C: found problem at last: 2connections
22060: own 1driver and set_services fight for driver::fservices. before
22061: fix
22062:
22063: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22064: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22065: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22066: pa_threads.C
22067:
22068: * src/include/pa_threads.h: removed targets/parser
22069:
22070: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22071: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22072: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22073: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22074: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22075: headers
22076:
22077: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22078: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22079: order prevented sqlmanager to see MULTYTHREAD define
22080:
22081: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22082: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22083: put/gets
22084:
22085: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22086: from hash.h
22087:
22088: * src/: classes/op.C, include/pa_sql_connection.h,
22089: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22090: from cache ->set_services(&services);
22091:
22092: 2001-05-16 parser
22093:
22094: * src/targets/cgi/parser3.C: z
22095:
22096: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22097: debug, #ifdefed some. would debug later, on more precise sample
22098: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22099: $name.$tail[$tail!] $name.$tail } ok3
22100:
22101: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22102: removed array debug. before vstring rebasing
22103:
22104: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22105: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22106: array debugged; adjusted
22107:
22108: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22109: SQL_Driver_manager line no for connect/charset errors
22110:
22111: 2001-05-15 parser
22112:
22113: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22114: main/pa_string.C: string+array made linear grows
22115:
22116: * src/: include/pa_string.h, main/pa_string.C,
22117: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22118: grow lineary, not exponentialy
22119:
22120: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22121: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22122: with fullchunk cmps
22123:
22124: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22125: 70041= 81
22126:
22127: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22128: targets/cgi/parser3.C: detected huge mem allocation: size/times
22129: malloc 27809390/368771, calloc 3232/83. would test now
22130:
22131: * src/: classes/random.C, main/compile.y, main/execute.C,
22132: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22133: numbered params had wrong name - for instance: bad error message
22134: in ^for[] bad body type. fixed
22135:
22136: 2001-05-14 parser
22137:
22138: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22139: main/untaint.C: ^string.upper|lower[]
22140:
22141: 2001-05-11 parser
22142:
22143: * src/: classes/double.C, classes/image.C, classes/op.C,
22144: classes/string.C, classes/table.C, classes/unknown.C,
22145: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22146: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22147: types/pa_vunknown.h: op: MAX_LOOPS as_int
22148:
22149: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22150: .dsp for win32tools
22151:
22152: 2001-05-11 paf
22153:
22154: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22155: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22156: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22157: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22158:
22159: 2001-05-10 paf
22160:
22161: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22162: for C++, that's all
22163:
1.116 moko 22164: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22165: pa_config_includes.h: inline wonders
1.95 moko 22166:
22167: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22168: doc/doxygen.cmd: hash.C added
22169:
22170: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22171:
22172: * src/main/compile.y: @end grammar: allowed zero strings in control
22173: menthod
22174:
22175: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22176: pa_vstateless_object.h: changed priority: field before method
22177: lookup in vclass & vobject
22178:
22179: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22180: grammar: priorities changes [lowerd && prior] vobject: now first
22181: fields, next methods
22182:
22183: 2001-05-08 paf
22184:
22185: * src/main/pa_table.C: table columnname2item on nameless ignored
22186: bark=false. fixed
22187:
22188: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22189: types/pa_vmethod_frame.h: hash:default works at last!
22190:
22191: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22192: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22193: hash:default
22194:
22195: * src/classes/table.C: z
22196:
22197: * src/classes/table.C: table:hash always hash of hash now
22198:
22199: * src/classes/table.C: table:empty return bool now
22200:
22201: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22202: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22203: types/pa_vtable.h: table:hash
22204:
22205: * src/classes/table.C: table:record have name
22206:
22207: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22208: returns vunknown
22209:
22210: * src/classes/: double.C, int.C, op.C, string.C:
22211: int,double,string:int[] double[] string:length[] results now have
22212: hames
22213:
22214: * src/: classes/op.C, classes/table.C, main/main.dsp,
22215: types/pa_vtable.h: removed table:find. table:locate and op:eval
22216: now return bool
22217:
22218: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22219: in method checkparams again. fixed
22220:
22221: 2001-05-07 paf
22222:
22223: * src/doc/chm.cmd: cmd
22224:
22225: * src/: classes/image.C, classes/mail.C, classes/string.C,
22226: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22227: types/pa_value.h: method reported errors on wrong pool
22228:
22229: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22230: now
22231:
22232: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22233: include/code.h, include/pa_opcode.h, main/compile.C,
22234: main/compile_tools.h, main/execute.C, types/pa_value.h,
22235: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22236: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22237: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22238: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22239: types/pa_vmethod_frame.h, types/pa_vobject.h,
22240: types/pa_vrequest.h, types/pa_vresponse.h,
22241: types/pa_vstateless_class.h, types/pa_vstring.h,
22242: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22243: types/pa_wwrapper.h: pa_code.h
22244:
22245: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22246:
22247: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22248: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22249: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22250: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22251: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22252: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22253: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22254: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22255: types/pa_vtable.h: dox, split by not clean parts also
22256:
22257: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22258: types/pa_vtable.h: table: fields, then methods. so to enable
22259: 'dir' fields & co. more
22260:
22261: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22262: so to enable 'dir' fields & co.
22263:
22264: * src/main/compile.y: grammar: @end
22265:
22266: 2001-05-04 paf
22267:
22268: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22269: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22270:
22271: * src/: classes/classes.h, classes/double.C, classes/file.C,
22272: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22273: classes/op.C, classes/random.C, classes/response.C,
22274: classes/string.C, classes/table.C, classes/unknown.C,
22275: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22276: method dox
22277:
22278: 2001-05-03 paf
22279:
22280: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22281: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22282: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22283: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22284: doc/string.dox, doc/targets.dox, doc/value.dox,
22285: main/pa_request.C: dox splitted .dox files and added some
22286:
22287: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22288:
22289: 2001-05-02 paf
22290:
22291: * src/classes/: image.C, table.C: table:dir result are not tainted
22292: by file_name language now
22293:
22294: 2001-04-28 paf
22295:
22296: * src/classes/classes.inc: removed classes.inc
22297:
22298: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22299: from .am
22300:
22301: * src/classes/classes.awk: skipped classes in .awk
22302:
22303: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22304: classes/classes.inc, classes/double.C, classes/file.C,
22305: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22306: classes/string.C, classes/table.C, classes/unknown.C,
22307: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22308: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22309: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22310: pa_methoded back to classes/classes.h
22311:
22312: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22313:
22314: * src/: classes/Makefile.am, classes/classes.awk,
22315: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22316: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22317:
22318: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22319: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22320: classes/response.C, classes/string.C, classes/table.C,
22321: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22322: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22323: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22324: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22325: include|main/pa_methoded
22326:
22327: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22328: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22329:
22330: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22331: moved some configured data to request::classes_conf moved some
22332: string crations from globals to M... [works]
22333:
22334: * src/: classes/form.C, classes/mail.C, classes/op.C,
22335: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22336: main/pa_request.C: moved some configured data to
22337: request::classes_conf moved some string crations from globals to
22338: M...
22339:
22340: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22341: about to move configured data to special request hash
22342:
22343: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22344: classes/form.C, classes/mail.C, include/pa_request.h,
22345: main/pa_request.C: configure started
22346:
22347: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22348: 2. todo: methoded-configure
22349:
22350: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22351: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22352: classes/_random.h, classes/_response.h, classes/_string.h,
22353: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22354: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22355: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22356: classes/random.C, classes/response.C, classes/string.C,
22357: classes/table.C, classes/unknown.C, include/pa_globals.h,
22358: include/pa_request.h, main/compile.y, main/execute.C,
22359: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22360: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22361: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22362: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22363: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22364: types/pa_vrequest.h, types/pa_vresponse.h,
22365: types/pa_vstateless_class.h, types/pa_vstring.h,
22366: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22367: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22368: methoded-configure
22369:
22370: * src/: classes/file.C, classes/table.C, main/compile.y,
22371: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22372: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22373: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22374:
22375: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22376: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22377: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22378: classes/random.C, classes/response.C, classes/string.C,
22379: classes/table.C, classes/unknown.C, include/pa_request.h,
22380: main/compile.y, main/execute.C, main/pa_globals.C,
22381: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22382: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22383: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22384: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22385: beautifying just compiled. todo: debug, configure
22386:
22387: 2001-04-27 paf
22388:
22389: * src/: classes/file.C, classes/image.C, classes/table.C,
22390: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22391: beautifying -99
22392:
22393: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22394: classes/_response.h, classes/_unknown.h, classes/classes.C,
22395: classes/classes.h, classes/double.C, classes/file.C,
22396: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22397: classes/op.C, classes/random.C, classes/response.C,
22398: classes/string.C, include/pa_globals.h, main/main.dsp,
22399: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22400: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22401: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22402: types/pa_vunknown.h: beautifying -100
22403:
22404: * src/main/compile.y: serge@ found @CLASS bug. fixed
22405:
22406: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22407: classes/_op.h, classes/_random.h, classes/_table.h,
22408: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22409: classes/op.C, classes/random.C, classes/response.C,
22410: classes/string.C, classes/table.C, classes/unknown.C,
22411: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22412: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22413: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22414: beautifying
22415:
22416: 2001-04-26 paf
22417:
22418: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22419:
22420: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22421: documentation ++
22422:
22423: * src/: classes/_exec.h, doc/doxygen.cfg,
22424: include/pa_config_fixed.h, include/pa_config_includes.h,
22425: targets/cgi/pa_pool.C: code documentation ++
22426:
22427: * src/: classes/_image.h, classes/op.C, classes/random.C,
22428: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22429: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22430: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22431: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22432: types/pa_vmethod_frame.h, types/pa_vobject.h,
22433: types/pa_vrequest.C, types/pa_vrequest.h,
22434: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22435: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22436: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22437: code documentation ++
22438:
22439: * src/: classes/image.C, classes/mail.C, classes/string.C,
22440: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22441: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22442: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22443: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22444: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22445: types/pa_vobject.h, types/pa_vstateless_class.h,
22446: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22447:
22448: * src/main/: pa_request.C, pa_string.C: z
22449:
22450: * src/: include/pa_common.h, include/pa_types.h,
22451: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22452: connection caching fixed. request-pooled-url were stored into
22453: global connectioncache
22454:
22455: 2001-04-25 paf
22456:
22457: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22458: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22459:
22460: * src/: include/code.h, include/pa_common.h, main/compile.y,
22461: main/execute.C, main/pa_common.C: -d
22462:
22463: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22464: illegal call check a bit improved, but still under iis no mapping
22465: of dir with parser allowed!
22466:
22467: 2001-04-24 paf
22468:
22469: * src/targets/Makefile.am: apache module lib .am
22470:
22471: * src/main/pa_exec.C: windows32 buildCommand
22472:
22473: 2001-04-23 paf
22474:
22475: * src/targets/cgi/Makefile.am: win32 conditional
22476:
22477: * src/targets/cgi/Makefile.am: win32 conditional
22478:
22479: * src/targets/cgi/Makefile.am: liblink
22480:
22481: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22482: vfile fields return type
22483:
22484: * src/types/pa_vfile.h: vfile fields return type
22485:
22486: * src/include/pa_config_auto.h.in: .h.in
22487:
22488: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22489: types/Makefile: makefiles removed
22490:
22491: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22492: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22493:
22494: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22495: [tested: i & g ]
22496:
22497: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22498: @test noticed series in isapi, check how initialize_random_class
22499: is called! [must be called only once]
22500:
22501: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22502: would not be 'unknown column'
22503:
22504: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22505: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22506:
22507: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22508: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22509: [now doesnt]
22510:
22511: * src/targets/cgi/parser3.C: cgi cmdline ver
22512:
22513: * src/targets/cgi/parser3.C: cgi /// @test disable
22514: /cgi-bin/parser3/auto.p
22515:
22516: * src/main/untaint.C: untaint without charset
22517:
22518: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22519: main/pa_common.C: common: file_write /// @test mkdirs
22520: file_delete rmdirs
22521:
22522: * src/main/untaint.C: mail header only once to =?
22523:
22524: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22525: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22526: main/untaint.C: untaint - @test optimize whitespaces for
22527: all but 'html'
22528:
22529: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22530: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22531: main/untaint.C: untaint - @test mail-header
22532:
22533: 2001-04-20 paf
22534:
22535: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22536: include/pa_request.h, include/pa_string.h, main/compile.y,
22537: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22538: targets/cgi/parser3.C: $MAIN:LOCALE
22539:
22540: * src/main/untaint.C: z
22541:
22542: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22543:
22544: 2001-04-19 paf
22545:
22546: * src/main/compile_tools.h: $a$b bugfix
22547:
22548: * src/targets/cgi/parser3.C: z
22549:
22550: * src/classes/file.C: z
22551:
22552: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22553: done: header to $fields. waits for header '\' tricks
22554:
22555: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22556: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22557: changed urlencode here and in untaint.C to HTTP standard's " and
22558: \" mech
22559:
22560: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22561: http://alx/~paf/ doesnt load /auto.p
22562:
22563: 2001-04-18 paf
22564:
22565: * src/main/pa_request.C: 1
22566:
22567: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22568: linux @alx
22569:
22570: 2001-04-17 paf
22571:
22572: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22573: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22574: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22575: enabled
22576:
22577: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22578: classes/_exec.h, classes/_file.h, classes/_form.h,
22579: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22580: classes/_random.h, classes/_response.h, classes/_string.h,
22581: classes/_table.h, classes/_unknown.h, classes/file.C,
22582: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22583: include/pa_config_fixed.h, include/pa_config_includes.h,
22584: include/pa_hash.h, include/pa_sql_driver_manager.h,
22585: include/pa_version.h, main/Makefile.am, main/compile.y,
22586: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22587: main/pa_sql_driver_manager.C, sql/Makefile.am,
22588: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22589: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22590: types/pa_vform.C, types/pa_vimage.h: exec @jav
22591:
22592: * src/: include/pa_sql_driver_manager.h,
22593: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22594: types/pa_vimage.h: sql driver interface now has initialize(client
22595: .so)
22596:
22597: 2001-04-16 paf
22598:
22599: * src/Makefile.am: compile2 cygwin
22600:
22601: * src/: include/pa_config_includes.h, main/pa_exec.C,
22602: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22603:
22604: * src/targets/cgi/Makefile.am: compile0 jav
22605:
22606: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22607: classes/_exec.h, classes/_file.h, classes/_form.h,
22608: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22609: classes/_random.h, classes/_response.h, classes/_string.h,
22610: classes/_table.h, classes/_unknown.h, classes/image.C,
22611: classes/mail.C, classes/op.C, classes/random.C,
22612: include/pa_config_fixed.h, include/pa_config_includes.h,
22613: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22614: main/compile.y, main/pa_common.C, main/pa_exec.C,
22615: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22616: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22617: compile-1
22618:
22619: 2001-04-15 paf
22620:
22621: * src/classes/op.C: z
22622:
22623: * src/classes/table.C: table:empty +=process
22624:
22625: * src/types/pa_value.h: MethodParams !junction
22626:
22627: * src/: classes/_string.h, classes/double.C, classes/file.C,
22628: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22629: classes/random.C, classes/response.C, classes/string.C,
22630: classes/table.C, classes/unknown.C, main/pa_request.C:
22631: MethodParams everywhere
22632:
22633: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22634: types/pa_vmethod_frame.h: MethodParams in op.C
22635:
22636: 2001-04-12 paf
22637:
22638: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22639:
22640: * src/: classes/_unknown.h, classes/unknown.C,
22641: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22642: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22643:
22644: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22645:
22646: * src/classes/image.C: image:gif now does not have params
22647:
22648: * src/classes/image.C:
22649: image:line/fill/rectangle/bar/replace/polygon/polybar
22650:
22651: * src/: classes/image.C, classes/op.C, main/execute.C,
22652: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22653: for var now written not to r.wcontext, but to r.root cleared
22654: "entered_object" state
22655:
22656: 2001-04-11 paf
22657:
22658: * src/classes/image.C: image:create image:load
22659:
22660: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22661: just compiled
22662:
22663: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22664: todo: gif without file
22665:
22666: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22667: started porting to Pooled descendant
22668:
22669: * src/: classes/image.C, main/execute.C, main/main.dsp,
22670: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22671: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22672: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22673:
22674: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22675: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22676: end. switching to python imaging lib
22677:
22678: * src/main/main.dsp: gd+smtp made separate libs
22679:
22680: * src/: include/pa_globals.h, include/pa_string.h,
22681: main/pa_common.C, main/pa_request.C, main/untaint.C,
22682: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22683: length
22684:
22685: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22686: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22687: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22688: UL_FILE_NAME of posted file name
22689:
22690: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22691: post [broke when moved post read to core]
22692:
22693: 2001-04-10 paf
22694:
22695: * src/classes/image.C: image:html done
22696:
22697: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22698:
22699: * src/classes/image.C: z
22700:
22701: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22702: forgotten!
22703:
22704: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22705: main/pa_request.C, main/pa_string.C, main/untaint.C,
22706: types/pa_vimage.h: image:measure -90
22707:
22708: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22709: classes/_int.h, classes/_mail.h, classes/_op.h,
22710: classes/_random.h, classes/_response.h, classes/_string.h,
22711: classes/_table.h, classes/file.C, classes/mail.C,
22712: include/pa_common.h, include/pa_globals.h, main/execute.C,
22713: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22714: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22715: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22716: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22717: compiled
22718:
22719: * src/classes/mail.C: minor bug with unclear from/to
22720:
22721: * src/classes/mail.C: sendmail unix skipping defaults
22722:
22723: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22724: sendmail unix added defaults
22725:
22726: * src/classes/mail.C: unix sendmail compiled. todo:testing
22727:
22728: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22729:
22730: 2001-04-09 paf
22731:
22732: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22733: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22734: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22735: targets/isapi/parser3isapi.dsp: all targets exec
22736:
22737: * src/: include/pa_sapi.h, include/pa_string.h,
22738: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22739: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22740: args in apache:util.script
22741:
22742: * src/include/pa_string.h: written but not tested exec with env for
22743: unix
22744:
22745: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22746: targets/cgi/parser3.C: exec win32 env
22747:
22748: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22749: 0
22750:
22751: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22752: main/execute.C, main/main.dsp, main/pa_globals.C,
22753: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22754: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22755:
22756: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22757: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22758:
22759: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22760: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22761:
22762: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22763: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22764: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22765: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22766: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22767: exec class just compiled. moved post read to request core
22768:
22769: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22770: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22771: main/pa_globals.C, targets/cgi/parser3.C,
22772: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22773: are already read by vform
22774:
22775: 2001-04-08 paf
22776:
22777: * src/: classes/file.C, classes/mail.C, classes/string.C,
22778: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22779: uuencode. string<<
22780:
22781: 2001-04-07 paf
22782:
22783: * src/classes/mail.C: z
22784:
22785: * src/classes/mail.C: z
22786:
22787: * src/classes/mail.C: ^mail[$attach
22788:
22789: * src/classes/mail.C: ^attach dead end
22790:
22791: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22792: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22793: targets/isapi/parser3isapi.C: mail:send 1
22794:
22795: * src/: classes/mail.C, main/pa_request.C: z
22796:
22797: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22798: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22799: compiled
22800:
22801: * src/classes/mail.C: +=
22802:
22803: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22804: prepared
22805:
22806: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22807: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22808: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22809: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22810:
22811: 2001-04-06 paf
22812:
22813: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22814: main/pa_string.C: table:dir 1
22815:
22816: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22817: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22818:
22819: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22820: classes/root.C, include/pa_globals.h, include/pa_request.h,
22821: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22822: main/pa_request.C: renamed 'root' to 'op'
22823:
22824: * src/classes/: _op.h, op.C: renamed from 'root'
22825:
22826: * src/types/pa_valiased.C: another root inherititance skipped
22827:
22828: * src/main/: compile.C, compile.y, execute.C: operators are now not
22829: root methods of parent class. just 'ROOT' class
22830:
22831: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22832: @office
22833:
22834: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22835:
22836: 2001-04-05 paf
22837:
22838: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22839: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22840: constructor flag dropped at get_method_frame and remembered into
22841: method_frame
22842:
22843: * src/: classes/file.C, classes/root.C, classes/string.C,
22844: classes/table.C, main/pa_request.C: junction to code&expression
22845: in errors
22846:
22847: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22848: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22849: $LOCALE:ctype[Russian_Russia.1251]
22850:
22851: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22852: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22853: main/pa_table.C: hash now not thread-safe.
22854:
22855: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22856: main/untaint.C: z
22857:
22858: * src/: classes/random.C, classes/root.C, classes/table.C,
22859: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22860: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22861: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22862: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22863:
22864: * src/: classes/table.C, include/pa_sql_connection.h,
22865: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22866:
22867: * src/classes/table.C: select * from hren error contains statement
22868:
22869: * src/: classes/table.C, include/pa_sql_connection.h,
22870: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22871: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22872:
22873: * src/: classes/root.C, include/pa_sql_connection.h,
22874: include/pa_sql_driver.h, main/main.dsp,
22875: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22876: services for conv memory & error reporting
22877:
22878: 2001-04-04 paf
22879:
22880: * src/doc/doxygen.cfg: z
22881:
22882: * src/include/pa_sql_driver.h: mysql connect
22883:
22884: * src/include/pa_sql_driver.h: mysql info
22885:
22886: * src/: classes/root.C, include/pa_sql_driver.h,
22887: include/pa_sql_driver_manager.h, main/main.dsp,
22888: main/pa_sql_driver_manager.C: more manager&connection&driver
22889:
22890: * src/sql/Makefile.am: forgot to add mysql client
22891:
22892: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22893: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22894: [forgot to add libltdl, added]
22895:
22896: * src/: Makefile.am, classes/root.C, classes/string.C,
22897: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22898: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22899: include/pa_string.h, include/pa_table.h, main/main.dsp,
22900: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22901: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22902: -1000 just compiled
22903:
22904: * src/: classes/random.C, classes/root.C, classes/table.C,
22905: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22906: main/pa_request.C, types/pa_vclass.h: sql frame -10
22907:
22908: 2001-04-03 paf
22909:
22910: * src/types/pa_vform.C: z
22911:
22912: * src/: classes/string.C, types/pa_vform.C: string:match replace
22913: assigned lang
22914:
22915: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22916: {}[]< empty []
22917:
22918: * src/: classes/file.C, classes/string.C, classes/table.C,
22919: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22920: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22921:
22922: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22923: string:match replace strange matches
22924:
22925: * src/classes/string.C: string:match replace 0
22926:
22927: * src/: classes/string.C, main/pa_string.C: string:match replace
22928: prepared 2
22929:
22930: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22931: string:match replace prepared
22932:
22933: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22934: string:match replace -11
22935:
22936: * src/: classes/string.C, include/pa_globals.h,
22937: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22938: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22939:
22940: * src/: classes/string.C, include/pa_globals.h,
22941: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22942: main/pa_string.C: string:match [search] -1 just compiled
22943:
22944: * src/types/pa_vstring.C: z
22945:
22946: * src/: classes/double.C, classes/file.C, classes/form.C,
22947: classes/int.C, classes/response.C, classes/root.C,
22948: classes/string.C, classes/table.C, include/pa_string.h,
22949: main/pa_string.C: string:match -10 [frame]
22950:
22951: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22952: main/pa_request.C: z
22953:
22954: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22955: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22956: todo/tests
22957:
22958: * src/include/pa_common.h: z
22959:
22960: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22961: main/pa_request.C, targets/cgi/parser3.C,
22962: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22963: content-disposition
22964:
22965: * src/: include/pa_common.h, include/pa_globals.h,
22966: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22967: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22968:
22969: * src/: include/pa_common.h, include/pa_request.h,
22970: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22971: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22972: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22973: response:body
22974:
22975: * src/classes/table.C: table:append now uses string::split
22976:
22977: * src/classes/table.C: z
22978:
22979: * src/: classes/file.C, classes/root.C, classes/string.C,
22980: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22981: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22982: include/pa_string.h, main/execute.C, main/pa_string.C,
22983: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22984: string::pos & cmp & piece bugs fixed. string::split new
22985: table:load separated from set table:set implemented with clean \n
22986: \t searches
22987:
22988: 2001-04-02 paf
22989:
22990: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22991: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22992: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22993: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22994: it in table:set/load
22995:
22996: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22997: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22998:
22999: * src/classes/random.C: random:generate 1
23000:
23001: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23002: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23003: types/pa_value.h: random:generate
23004:
23005: 2001-03-30 paf
23006:
23007: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23008: todo: table flip and append. string::pos
23009:
23010: * src/: classes/double.C, classes/file.C, classes/int.C,
23011: classes/response.C, classes/root.C, classes/string.C,
23012: classes/table.C, main/compile.y, main/execute.C,
23013: types/pa_value.h, types/pa_vstateless_class.C,
23014: types/pa_vstateless_class.h: static|dynamic|any method
23015: registration
23016:
23017: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23018: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23019: table:flip
23020:
23021: 2001-03-29 paf
23022:
23023: * src/classes/string.C: string:xsplit forgot that they must result
23024: in 1 row N column [not vice versa]
23025:
23026: * src/classes/string.C: z
23027:
23028: * src/classes/string.C: string: rsplit
23029:
23030: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23031: string: lsplit
23032:
23033: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23034: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23035: lsplit -1
23036:
23037: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23038: string: pos
23039:
23040: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23041: string: pos -1
23042:
23043: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23044: main/compile.y, main/pa_request.C, main/pa_string.C,
23045: main/untaint.C: string: left right mid
23046:
23047: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23048: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23049: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23050: and [;] are different now.
23051:
23052: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23053: main/untaint.C: pool.request undone
23054:
23055: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23056: main/untaint.C: pool.request
23057:
23058: 2001-03-28 paf
23059:
23060: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23061: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23062: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23063: $request:browser [.type .version]; unknown.get_double now = 0.
23064:
23065: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23066: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23067: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23068: types/pa_vform.C: file:load autodetection of mime-type by
23069: user-file-name
23070:
23071: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23072: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23073: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23074:
23075: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23076: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23077: write. must be self.set
23078:
23079: * src/: classes/file.C, classes/root.C, classes/table.C,
23080: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23081:
23082: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23083: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23084: types/pa_vtable.h: table:locate just compiled
23085:
23086: 2001-03-27 paf
23087:
23088: * src/main/: execute.C, pa_common.C: fixed r/w context of
23089: code-params2, fixed ntfs hardlink slow dir update
23090:
23091: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23092: types/pa_wcontext.h: fixed r/w context of code-params
23093:
23094: * src/: classes/table.C, main/execute.C: about to change junction
23095: rcontext!!
23096:
23097: * src/: classes/double.C, classes/int.C, classes/root.C,
23098: classes/string.C, classes/table.C, main/compile_tools.C,
23099: main/execute.C, main/pa_request.C, main/untaint.C,
23100: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23101: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23102: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23103: types/pa_vunknown.h: sort 0
23104:
23105: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23106: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23107: renamed to are_static_calls_disabled
23108:
23109: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23110: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23111: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23112: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23113:
23114: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23115:
23116: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23117: started table:sort fixed minor bug in #...^{
23118:
23119: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23120: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23121: decided to have as it were. stepped back. grammar: added 'in'
23122: 'is' 'lt'&co follow-space check
23123:
23124: 2001-03-26 paf
23125:
23126: * src/: classes/file.C, classes/root.C, classes/table.C,
23127: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23128: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23129: main/pa_table.C: moved ::save to pa_table. disabled @auto
23130: invocation in ^process
23131:
23132: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23133:
23134: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23135: main/pa_array.C: table:record
23136:
23137: * src/: main/untaint.C, targets/cgi/parser3.C,
23138: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23139: targets/isapi/pool_storage.h, types/pa_valiased.h,
23140: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23141: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23142: types/pa_vtable.h: z
23143:
23144: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23145: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23146: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23147: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23148: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23149: method realisations on 'self' validity - they now can simply
23150: assume that 'self' is V{Proper} .
23151:
23152: 2001-03-25 paf
23153:
23154: * src/main/untaint.C: z
23155:
23156: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23157: lowlevel - it initialization could be skipped if failed in @auto.
23158: so that exception report would use some table
23159:
23160: * src/main/pa_request.C: table empty lines ignored. system-default
23161: content type assigned in output:result [can fail in main:auto and
23162: skipped normal defaults extraction]
23163:
23164: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23165: bug
23166:
23167: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23168: processing to table [except preliminary \r\n \r \n replacements
23169: to "\n"]
23170:
23171: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23172: move all the processing to table
23173:
23174: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23175: main/pa_table.C, main/untaint.C: returned table originating.
23176: useful for reporting typo table problems origin. think would be
23177: useful somewhere else
23178:
23179: * src/main/untaint.C: typo \r \r\n \n properly handled
23180:
23181: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23182: include/pa_table.h, main/compile.y, main/compile_tools.C,
23183: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23184: main/pa_string.C, main/pa_table.C, main/untaint.C,
23185: types/pa_vcookie.h: typo & typo-default
23186:
23187: 2001-03-24 paf
23188:
23189: * src/main/pa_common.C: z
23190:
23191: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23192: targets/cgi/parser3.C: html-typo 2
23193:
23194: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23195: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23196: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23197: main/execute.C, main/pa_array.C, main/pa_globals.C,
23198: main/pa_request.C, main/pa_string.C, main/untaint.C,
23199: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23200: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23201: noticed double default content-type prob. run cgi.cmd tomorrow
23202: first html-typo sample. detected << problem: they become ltlt too
23203: fast
23204:
23205: * src/main/compile.y: z
23206:
23207: * src/main/: compile.y, compile_tools.h: #comment
23208:
23209: * src/: classes/file.C, classes/root.C, classes/table.C,
23210: include/pa_common.h, include/pa_request.h, main/compile.y,
23211: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23212: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23213: stringified
23214:
23215: * src/types/pa_valiased.C: decided to String-ify file_read
23216:
23217: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23218: isapi/parser3isapi.dsp: cgi: sapi::log
23219:
23220: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23221: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23222: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23223: error log experiments failed - cgi under iis got no access to
23224: log. registereventsource simply failed with 5(illegal call) code,
23225: while worked OK as standalone executable. isapi: used
23226: HSE_APPEND_LOG_PARAMETER feature
23227:
23228: * src/: include/pa_common.h, include/pa_globals.h,
23229: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23230: targets/isapi/parser3isapi.C: fixed default content-type
23231: allocation storage
23232:
23233: * src/: include/pa_globals.h, include/pa_request.h,
23234: main/pa_globals.C, main/pa_request.C: z
23235:
23236: * src/: include/pa_array.h, include/pa_hash.h,
23237: include/pa_request.h, main/compile.y, main/pa_array.C,
23238: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23239: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23240: content-type
23241:
23242: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23243: sanity
23244:
23245: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23246: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23247: away freeze mech. no danger now for you can't do
23248: ^request:process[@new-method[] body] trick anymore. still
23249: remains $some_instance.process[@new-method[] possibility] but
23250: would leave it as a feature. see index for sample
23251:
23252: * src/: include/pa_common.h, main/pa_common.C,
23253: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23254: monkey every target
23255:
23256: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23257: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23258: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23259:
23260: 2001-03-23 paf
23261:
23262: * src/: include/pa_pool.h, main/pa_request.C,
23263: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23264: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23265: targets/isapi/pool_storage.h: isapi: dumb pool storage
23266:
23267: * src/targets/isapi/pa_pool.C: decided to continue with extension
23268:
23269: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23270: it would be better to rewrite as filter then to deal with pool
23271:
23272: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23273: now like in cgi, not from APPL_PHYSICAL_PATH
23274:
23275: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23276: include/pa_config_fixed.h, include/pa_config_includes.h,
23277: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23278: include/pa_version.h, main/compile.y, main/execute.C,
23279: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23280: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23281: main/untaint.C, targets/cgi/parser3.C,
23282: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23283: cgi: reinvent document_root and request_uri under iis. autoconf
23284: updated. introducing ap_config_includes
23285:
23286: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23287:
23288: * src/targets/cgi/parser3.C: cgi: only one pool now
23289:
23290: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23291: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23292: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23293: types/pa_venv.h, types/pa_vform.C: sapi made object
23294:
23295: * src/: include/pa_globals.h, main/pa_request.C,
23296: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23297: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23298: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23299:
23300: * src/: main/pa_request.C, targets/cgi/parser3.C,
23301: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23302: isapi minor env beauty
23303:
23304: * src/: main/pa_request.C, targets/cgi/parser3.C,
23305: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23306: isapi document_root 0
23307:
23308: 2001-03-22 paf
23309:
23310: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23311:
23312: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23313: isapi/parser3isapi.C: z
23314:
23315: * src/: include/pa_pool.h, main/pa_request.C,
23316: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23317:
23318: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23319: kill.pl: isapi added utils
23320:
23321: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23322: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23323: types/pa_vform.C: isapi 0
23324:
23325: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23326: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23327: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23328: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23329: started isapi
23330:
23331: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23332: some comments
23333:
23334: * src/: include/pa_globals.h, include/pa_request.h,
23335: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23336: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23337: parser_root_auto_path parser_site_auto_path
23338:
23339: * src/types/pa_vcookie.C: cookie attr decoded
23340:
23341: 2001-03-21 paf
23342:
23343: * src/targets/cgi/parser3.C: z
23344:
23345: * src/include/pa_globals.h: post. todo: config of auto.p path
23346:
23347: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23348: types/pa_venv.h: in cookie & env. todo:post
23349:
23350: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23351: classes/root.C, classes/table.C, include/pa_array.h,
23352: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23353: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23354: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23355: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23356: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23357: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23358: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23359: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23360: shifted apache branch on main trunc
23361:
23362: * src/: include/pa_common.h, include/pa_globals.h,
23363: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23364: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23365: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23366: starting mod_parser3
23367:
23368: * src/targets/cgi/parser3.C: starting mod_parser3
23369:
23370: 2001-03-20 paf
23371:
23372: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23373: targets/cgi/parser3.C: automake compiled and works. todo:make
23374: win32 ifdefs work and add ifdef unistd
23375:
23376: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23377: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23378: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23379: z
23380:
23381: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23382: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23383: locking
23384:
23385: * src/: classes/Makefile.am, types/Makefile.am: z
23386:
23387: * src/: Makefile.am, classes/file.C, classes/root.C,
23388: classes/table.C, include/pa_array.h, include/pa_request.h,
23389: include/pa_string.h, main/Makefile.am, main/execute.C,
23390: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23391: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23392: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23393: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23394:
23395: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23396: main/pa_request.C, types/pa_vfile.h: ^table:save
23397:
23398: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23399: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23400: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23401: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23402: types/pa_vform.h: z
23403:
23404: * src/include/pa_string.h: z
23405:
23406: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23407: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23408: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23409: :Value
23410:
23411: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23412: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23413: :VStateless_object
23414:
23415: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23416: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23417: :VStateless_object
23418:
23419: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23420: types/pa_valiased.C, types/pa_vform.h: commented VForm
23421:
23422: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23423: types/pa_valiased.h, types/pa_value.h,
23424: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23425: types/pa_vstateless_object.h: moved common get_element part from
23426: stateless object&class into VAliased
23427:
23428: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23429: classes/table.C, main/execute.C, main/main.dsp,
23430: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23431: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23432: now :Value
23433:
23434: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23435: main/execute.C, main/main.dsp, main/pa_globals.C,
23436: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23437:
23438: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23439: doxx
23440:
23441: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23442: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23443: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23444: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23445: and ^file:save
23446:
23447: 2001-03-19 paf
23448:
23449: * src/types/pa_vfile.C: z
23450:
23451: * src/: classes/file.C, classes/request.C, classes/table.C,
23452: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23453: main/pa_request.C, main/untaint.C, types/pa_value.h,
23454: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23455:
23456: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23457: include/pa_string.h, include/pa_table.h, main/main.dsp,
23458: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23459: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23460: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23461: classes/_file.h, classes/file.C, types/pa_vfile.C,
23462: types/pa_vfile.h: file class just compiled
23463:
23464: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23465: include/pa_table.h, include/pa_types.h, main/execute.C,
23466: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23467: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23468: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23469:
23470: * src/include/pa_pool.h: z
23471:
23472: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23473: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23474: Hash::Value to Val so to doxygen would finlly stop confusing
23475: those Value-s
23476:
23477: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23478: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23479: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23480: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23481: include/pa_types.h, main/compile.C, main/compile.y,
23482: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23483: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23484: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23485: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23486: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23487:
23488: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23489: derivates somehow unlinked. don't know why yet
23490:
23491: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23492: include/pa_string.h, include/pa_threads.h, main/compile.C,
23493: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23494: main/execute.C, main/pa_array.C, main/pa_common.C,
23495: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23496: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23497: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23498:
23499: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23500: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23501: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23502: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23503: types/pa_vrequest.h: doc: detected Value derivates prob
23504:
23505: * src/include/pa_globals.h: z
23506:
23507: * src/: classes/_request.h, classes/request.C, include/code.h,
23508: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23509: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23510: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23511: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23512: main/execute.C, main/pa_pool.C, main/pa_request.C,
23513: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23514: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23515:
23516: 2001-03-18 paf
23517:
23518: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23519: cookie: allowed access to hash-assigned
23520:
23521: * src/targets/cgi/parser3.C: z
23522:
23523: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23524: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23525: include/pa_types.h, main/main.dsp, main/pa_common.C,
23526: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23527: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23528: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23529: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23530: types/pa_vunknown.h: cookie class
23531:
23532: * src/main/pa_request.C: zero length output allowed
23533:
23534: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23535: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23536:
23537: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23538: lang switch
23539:
23540: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23541: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23542: types/pa_value.h, types/pa_vhash.h:
23543: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23544:
23545: * src/main/execute.C: z
23546:
23547: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23548: targets/cgi/parser3.C: taint[uri
23549:
23550: * src/: classes/request.C, classes/response.C, classes/root.C,
23551: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23552: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23553: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23554:
23555: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23556: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23557: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23558: types/pa_vstateless_class.C: convinient string(pool, char *src,
23559: bool tainted) ctor
23560:
23561: * src/: include/pa_hash.h, include/pa_request.h,
23562: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23563: main/pa_request.C, main/pa_string.C, main/untaint.C,
23564: targets/cgi/parser3.C: proper @exceptions params tainting
23565:
23566: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23567: response fields to header
23568:
23569: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23570: z
23571:
23572: * src/: classes/_response.h, classes/response.C,
23573: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23574: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23575: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23576: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23577: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23578: $response: 0 request::core exception rethrow
23579:
23580: 2001-03-16 paf
23581:
23582: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23583: types/pa_vrequest.h: native method' class call with less params
23584: then needed error reporting
23585:
23586: * src/: classes/_request.h, classes/request.C,
23587: include/pa_globals.h, include/pa_request.h, main/execute.C,
23588: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23589: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23590: types/pa_vrequest.h: $request : query :uri
23591:
23592: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23593: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23594: types/pa_wcontext.h: $result
23595:
23596: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23597:
23598: * src/: classes/double.C, include/code.h, main/compile.y,
23599: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23600: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23601:
23602: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23603: main/compile.y, main/execute.C, types/pa_value.h,
23604: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23605: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23606: wcontext conflict
23607:
23608: * src/: main/execute.C, types/pa_value.h,
23609: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23610: $string.field
23611:
23612: 2001-03-15 paf
23613:
23614: * src/main/pa_request.C: news sample
23615:
23616: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23617: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23618:
23619: * src/main/: compile.y, execute.C: z
23620:
23621: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23622: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23623: pre pre works
23624:
23625: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23626: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23627: fillfields just compiled
23628:
23629: 2001-03-14 paf
23630:
23631: * src/: include/pa_request.h, main/pa_request.C,
23632: targets/cgi/parser3.C: z
23633:
23634: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23635: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23636: types/pa_vstring.h: limits -1
23637:
23638: * src/: include/pa_globals.h, include/pa_request.h,
23639: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23640: main/pa_request.C, targets/cgi/parser3.C,
23641: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23642: request_info -1
23643:
23644: * src/: include/pa_globals.h, main/pa_globals.C,
23645: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23646: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23647: vform_fields_fill
23648:
23649: * src/targets/cgi/parser3.C: # if MSVC
23650:
23651: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23652: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23653:
23654: * src/targets/cgi/parser3.C: z
23655:
23656: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23657: include/pa_string.h, include/pa_types.h, main/compile.y,
23658: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23659: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23660: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23661: types/pa_vunknown.h: global handler, exceptions in parser3
23662:
23663: 2001-03-13 paf
23664:
23665: * src/: classes/form.C, main/compile.y, main/core.C,
23666: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23667: types/pa_vform.h, types/pa_vstateless_class.C,
23668: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23669: instead
23670:
23671: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23672: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23673: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23674: started cgi target
23675:
23676: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23677: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23678: before error show with parser
23679:
23680: * src/: classes/_form.h, classes/form.C, include/core.h,
23681: include/pa_request.h, main/core.C, main/pa_request.C,
23682: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23683:
23684: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23685:
23686: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23687: parser3.C: renamed targets/ parser to cgi
23688:
23689: * src/: classes/double.C, classes/env.C, classes/int.C,
23690: classes/root.C, classes/string.C, classes/table.C,
23691: include/pa_request.h, types/pa_vhash.h: z
23692:
23693: * src/: classes/_env.h, classes/env.C, classes/root.C,
23694: include/core.h, include/pa_pool.h, include/pa_request.h,
23695: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23696: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23697: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23698: [historical moment :)]
23699:
23700: * src/: include/code.h, include/pa_string.h, main/compile.y,
23701: main/execute.C, main/pa_string.C: 'value is type' expr operator
23702:
23703: * src/types/pa_venv.h: $ENV 1
23704:
23705: * src/main/execute.C: z
23706:
23707: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23708: future methods of ENV constructor if
23709:
23710: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23711: class
23712:
23713: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23714: classes/_root.h, classes/_string.h, classes/_table.h,
23715: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23716: classes/string.C, classes/table.C, include/pa_request.h,
23717: main/compile.C, main/compile_tools.h, main/core.C,
23718: main/execute.C, main/main.dsp, main/pa_request.C,
23719: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23720: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23721: types/pa_vobject.h, types/pa_vstateless_class.C,
23722: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23723: types/pa_wcontext.h: $ENV: re 0, stateless classes
23724:
23725: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23726: classes/_root.h, classes/_string.h, classes/_table.h,
23727: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23728: classes/string.C, classes/table.C, include/pa_request.h,
23729: main/compile.C, main/compile_tools.h, main/core.C,
23730: main/execute.C, main/main.dsp, main/pa_request.C,
23731: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23732: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23733: types/pa_vobject.h, types/pa_vstateless_class.C,
23734: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23735: types/pa_wcontext.h: $ENV: re 0, stateless classes
23736:
23737: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23738: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23739: yesterdays bad decision on execute_static_method
23740:
23741: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23742:
23743: * src/: classes/double.C, classes/int.C, classes/root.C,
23744: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23745:
23746: * src/main/pa_request.C: z
23747:
23748: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23749: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23750:
23751: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23752: include/pa_pool.h, main/pa_request.C:
23753: restructure_exceptions_dead_end
23754:
23755: * src/: classes/root.C, main/compile.y: ^if required junctions.
23756: allowed ; inside {} to break params
23757:
23758: * src/classes/root.C: ^eval
23759:
23760: * src/: classes/_string.h, classes/double.C, classes/int.C,
23761: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23762: string ^format
23763:
23764: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23765: 'bad' but not 'enough'
23766:
23767: * src/: classes/double.C, classes/root.C, classes/table.C,
23768: include/pa_common.h, include/pa_types.h, main/compile.y,
23769: main/pa_common.C, main/pa_request.C, main/untaint.C,
23770: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23771: types/pa_wwrapper.h: think constructing flag as is is bad
23772:
23773: * src/: classes/double.C, classes/int.C, classes/root.C,
23774: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23775: types/pa_vint.h: ^for
23776:
23777: 2001-03-12 paf
23778:
23779: * src/classes/table.C: table ^empty
23780:
23781: * src/: classes/table.C, include/pa_table.h: table ^menu
23782:
23783: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23784: ^offset ^line ^count
23785:
23786: * src/classes/root.C: ^round() ^floor() ^ceiling()
23787: ^abs() ^sign()
23788:
23789: * src/classes/: root.C, table.C: ^use
23790:
23791: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23792: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23793: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23794: ^while. switched off wcontext.constructing after write(value) or
23795: auto-vhash-constructing
23796:
23797: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23798: main/pa_request.C: fail_if_junction_ helper func
23799:
23800: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23801: include/pa_request.h, main/execute.C, main/main.dsp,
23802: main/pa_common.C, main/pa_request.C: ^process error point by
23803: actual method_name, not source. ^load
23804:
23805: * src/types/pa_vtable.h: table: no, better with string in cells...
23806:
23807: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23808: classes/_table.h, classes/table.C, main/untaint.C: z
23809:
23810: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23811: include/pa_table.h, main/core.C, main/execute.C,
23812: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23813: types/pa_value.h: table:set 0
23814:
23815: * src/: classes/root.C, include/core.h, include/pa_array.h,
23816: include/pa_request.h, include/pa_table.h, main/core.C,
23817: main/main.dsp, main/pa_request.C, main/pa_table.C,
23818: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23819: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23820: types/pa_vstring.h: freeze, ^table:create[] -1
23821:
23822: * src/: classes/root.C, types/pa_value.h: z
23823:
23824: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23825: get_method in couple places optimizing them
23826:
23827: * src/classes/root.C: z
23828:
23829: * src/: classes/root.C, types/pa_vclass.h: process temp main
23830: zeroing
23831:
23832: * src/: classes/double.C, classes/int.C, classes/root.C,
23833: classes/string.C, include/pa_common.h, include/pa_request.h,
23834: include/pa_string.h, include/pa_types.h, main/compile.C,
23835: main/compile.y, main/compile_tools.h, main/execute.C,
23836: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23837: types/pa_vmframe.h: ^process. actual names to store param and
23838: check_actual_numbered_params for better place diagnostics
23839:
23840: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23841: method-junctions bug fixed
23842:
23843: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23844: pa_vstateless_object.h, pa_vstring.h: stateless_object
23845:
23846: 2001-03-11 paf
23847:
23848: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23849: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23850: VDouble VInt base now VObject_base - without fields
23851:
23852: * src/: classes/root.C, include/core.h, main/core.C: z
23853:
23854: * src/: classes/double.C, classes/int.C, classes/root.C,
23855: classes/string.C, include/core.h, include/pa_hash.h,
23856: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23857: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23858:
23859: * src/: classes/double.C, classes/int.C, classes/root.C,
23860: include/pa_request.h, main/execute.C: intercept_string
23861:
23862: * src/: classes/double.C, classes/int.C, classes/root.C,
23863: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23864:
23865: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23866: ^inc-s(expr)
23867:
23868: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23869: classes/_root.h, classes/_string.h, classes/double.C,
23870: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23871: include/code.h, include/core.h, include/pa_array.h,
23872: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23873: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23874: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23875: include/pa_types.h, main/compile.C, main/compile.y,
23876: main/compile_tools.C, main/compile_tools.h, main/core.C,
23877: main/execute.C, main/pa_array.C, main/pa_common.C,
23878: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23879: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23880: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23881: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23882: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23883: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23884: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23885: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23886:
23887: * src/: main/pa_request.C, types/pa_vhash.h: z
23888:
23889: * src/: include/core.h, include/pa_request.h, main/core.C,
23890: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23891:
23892: * src/: include/pa_valiased.h, include/pa_value.h,
23893: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23894: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23895: include/pa_vjunction.h, include/pa_vmframe.h,
23896: include/pa_vobject.h, include/pa_vstring.h,
23897: include/pa_vunknown.h, include/pa_wcontext.h,
23898: include/pa_wwrapper.h, main/compile.y, main/core.C,
23899: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23900: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23901: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23902: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23903: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23904: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23905: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23906: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23907: include/
23908:
23909: 2001-03-10 paf
23910:
23911: * src/: include/core.h, include/pa_request.h, main/core.C,
23912: main/pa_request.C: run+auto=run
23913:
23914: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23915:
23916: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23917: classes/_root.h, classes/_string.h, classes/double.C,
23918: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23919: include/code.h, include/core.h, include/pa_array.h,
23920: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23921: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23922: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23923: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23924: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23925: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23926: include/pa_vjunction.h, include/pa_vmframe.h,
23927: include/pa_vobject.h, include/pa_vstring.h,
23928: include/pa_vunknown.h, include/pa_wcontext.h,
23929: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23930: main/compile_tools.C, main/compile_tools.h, main/core.C,
23931: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23932: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23933: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23934: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23935: main/pa_wcontext.C: sources header
23936:
23937: * src/main/pa_request.C: auto..
23938:
23939: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23940: main/pa_request.C: auto tree0
23941:
23942: * src/: include/core.h, include/pa_request.h, main/compile.y,
23943: main/core.C, main/pa_request.C: names to core.C
23944:
23945: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23946: include/pa_request.h, main/core.C, main/execute.C,
23947: main/pa_common.C, main/pa_request.C: root auto.p loaded
23948:
23949: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23950: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23951: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23952: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23953:
23954: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23955: @auto[] realised. auto.p scan togo
23956:
23957: * src/: include/pa_request.h, main/execute.C: autocalc
23958: code-junctions result now have names
23959:
23960: * src/: classes/double.C, classes/int.C, classes/root.C,
23961: classes/string.C, include/pa_request.h, include/pa_string.h,
23962: include/pa_wcontext.h, main/compile.y, main/execute.C,
23963: main/pa_string.C, main/pa_wcontext.C: tainting 0
23964:
23965: * src/classes/env.C: env:file/line
23966:
23967: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23968: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23969: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23970: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23971: main/compile_tools.C, main/compile_tools.h, main/core.C,
23972: main/execute.C, main/main.dsp, main/pa_cframe.C,
23973: main/pa_request.C, main/pa_wcontext.C: const fight finished
23974:
23975: * src/include/pa_vclass.h: const fight to go
23976:
23977: * src/: classes/_env.h, classes/env.C, classes/root.C,
23978: include/pa_request.h, include/pa_vclass.h, main/core.C,
23979: main/main.dsp: env0
23980:
23981: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23982: classes/_string.h, classes/double.C, classes/int.C,
23983: classes/root.C, classes/string.C, include/pa_request.h,
23984: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23985: include/pa_wcontext.h, main/core.C, main/main.dsp,
23986: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23987: main/pa_wcontext.C: ^lang prepare0
23988:
23989: 2001-03-09 paf
23990:
23991: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23992: construct proper naming
23993:
23994: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23995: classes/double.C, classes/int.C, classes/root.C,
23996: classes/string.C, include/code.h, include/pa_value.h,
23997: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23998: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23999: main/compile.y, main/compile_tools.C, main/core.C,
24000: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24001: and ^double[]. fixed expr type
24002:
24003: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24004: ^string.length[]
24005:
24006: 2001-03-08 paf
24007:
24008: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24009:
24010: * src/: include/pa_vclass.h, include/pa_vstring.h,
24011: include/pa_wcontext.h, main/compile.y, main/core.C,
24012: main/execute.C, main/main.dsp: dead end: vstring can't be
24013: derivated from vobject
24014:
24015: * src/: include/pa_vclass.h, include/pa_vhash.h,
24016: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24017:
24018: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24019: remained clone conseqs
24020:
24021: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24022:
24023: * src/main/pa_vclass.C: wow! vclass were out of vcs
24024:
24025: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24026: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24027: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24028: include/pa_vobject.h, include/pa_vstring.h,
24029: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24030: main/execute.C: withoud cloning. didn't need it actually, params
24031: got passed from out unnamed ewpool
24032:
24033: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24034: include/pa_vjunction.h, include/pa_vobject.h,
24035: include/pa_vunknown.h, main/compile.y: cloning dead end
24036:
24037: * src/: include/pa_bool.h, include/pa_double.h,
24038: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24039: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24040: include/pa_vjunction.h, include/pa_vmframe.h,
24041: include/pa_vobject.h, include/pa_vstring.h,
24042: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24043: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24044: to give params proper names
24045:
24046: * src/main/pa_wcontext.C: z
24047:
24048: * src/: include/pa_vmframe.h, main/execute.C: added names to
24049: unknown values in get_element and unfilled params. removed wrong
24050: name change in get_element
24051:
24052: * src/main/execute.C: z
24053:
24054: * src/main/execute.C: fixed problems calling operators in
24055: constructors
24056:
24057: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24058: detected problems calling operators in constructors
24059:
24060: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24061: autocalc def to string
24062:
24063: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24064: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24065:
24066: * src/classes/root.C: added root.c
24067:
24068: * src/: include/pa_request.h, include/pa_value.h,
24069: include/pa_vcframe.h, include/pa_vmframe.h,
24070: include/pa_wcontext.h, main/compile.C, main/compile.y,
24071: main/core.C, main/execute.C, main/pa_cframe.C,
24072: main/pa_wcontext.C: 'if' just compiled
24073:
24074: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24075: include/pa_vjunction.h, include/pa_vmframe.h,
24076: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24077: main/pa_wcontext.C: z
24078:
24079: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24080: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24081: with parameter names in operator methods
24082:
24083: * src/main/compile.y: minor renamings in .y
24084:
24085: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24086: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24087: @BASE. changed 'RUN' assignment mech
24088:
24089: * src/main/execute.C: z
24090:
24091: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24092: main/compile_tools.h, main/execute.C: made class: dynamic, not
24093: static. so to enable runtime ^use
24094:
24095: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24096:
24097: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24098: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24099:
24100: * src/main/execute.C: root root in code-junction
24101:
24102: 2001-03-07 paf
24103:
24104: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24105: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24106:
24107: * src/: include/pa_stack.h, include/pa_value.h,
24108: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24109: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24110: fixed rwcontext of {} params up
24111:
24112: * src/main/: compile.y, compile_tools.h: ^func(params)
24113:
24114: * src/main/compile.y: .y priorities syntax shaped up a bit
24115:
24116: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24117: include/pa_vunknown.h, main/compile.y, main/execute.C,
24118: main/pa_hash.C: expr def in -f
24119:
24120: * src/main/: compile.y, execute.C: expr calls
24121:
24122: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24123: fixed
24124:
24125: * src/main/compile.y: expr quoted code
24126:
24127: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24128: support0
24129:
24130: * src/main/compile.y: expr string comparisons 0
24131:
24132: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24133: main/pa_string.C: just compiled lt&co
24134:
24135: * src/main/execute.C: ^var.menu{$field} problem detected. that
24136: $field not a $var.field
24137:
24138: 2001-03-06 paf
24139:
24140: * src/main/compile.y: .y expr visible-shorter
24141:
24142: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24143: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24144: logical
24145:
24146: * src/: include/pa_vstring.h, main/compile.y: problems with
24147: skipping whitespace in yylex
24148:
24149: * src/include/pa_vbool.h: forgot this
24150:
24151: * src/: include/code.h, main/compile.y, main/execute.C: without
24152: string ops in expressions 0
24153:
24154: * src/: include/pa_value.h, include/pa_vdouble.h,
24155: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24156: main/execute.C, main/main.dsp: !~
24157:
24158: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24159: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24160: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24161: include/pa_vunknown.h, include/pa_wcontext.h,
24162: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24163: main/compile_tools.h, main/execute.C: +-*/
24164:
24165: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24166: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24167:
24168: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24169: main/execute.C: expr grammar-1 2*2=4.000000 :)
24170:
24171: * src/main/compile.y: expr grammar-1
24172:
24173: * src/main/compile.y: expr lexx1
24174:
24175: * src/main/: compile.y, execute.C, main.dsp: z
24176:
24177: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24178: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24179: main/execute.C: expr lex0 exec-1
24180:
24181: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24182:
24183: 2001-02-26 paf
24184:
24185: * src/main/compile.y: max_string in yyerror bug fix
24186:
24187: 2001-02-25 paf
24188:
24189: * src/: include/pa_value.h, include/pa_vmframe.h,
24190: include/pa_wcontext.h, main/execute.C: VAliased3
24191:
24192: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24193:
24194: * src/main/execute.C: VAliased1
24195:
24196: * src/: include/pa_request.h, include/pa_value.h,
24197: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24198: VAliased0
24199:
24200: * src/: include/pa_pool.h, include/pa_request.h,
24201: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24202: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24203: VAliased just compiled
24204:
24205: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24206: include/pa_vobject.h, main/execute.C: alias dead end
24207:
24208: * src/: include/pa_value.h, include/pa_vclass.h,
24209: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24210: main/main.dsp: no not get fields into interm VFielded class.
24211: fields & staticfields 1
24212:
24213: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24214: include/pa_vobject.h, include/pa_wcontext.h,
24215: include/pa_wwrapper.h, main/core.C, main/execute.C,
24216: main/main.dsp: would now get fields into interm VFielded class
24217:
24218: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24219: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24220: include/pa_wcontext.h, main/compile.y, main/core.C,
24221: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24222: main/pa_wcontext.C: virtuals2
24223:
24224: * src/main/compile.y: : 1
24225:
24226: * src/main/compile.y: rethought to $class:static.field.subfield
24227:
24228: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24229: $class:element
24230:
24231: * src/: include/pa_value.h, include/pa_vmframe.h,
24232: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24233: main/pa_wcontext.C: before execute class calls rewrite
24234:
24235: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24236: name RUN, also alias
24237:
24238: * src/main/compile.y: escaping bug
24239:
24240: * src/: include/pa_request.h, include/pa_value.h,
24241: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24242: main/core.C, main/execute.C, main/pa_common.C: vobject1
24243:
24244: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24245: include/pa_vmframe.h, include/pa_vobject.h,
24246: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24247: main/compile_tools.h, main/execute.C: ^class:method() just
24248: compiled
24249:
24250: 2001-02-24 paf
24251:
24252: * src/main/main.dsp: no bison -d
24253:
24254: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24255: class' err msg wrong
24256:
24257: * src/main/compile.y: z
24258:
24259: * src/main/: compile.y, core.C: yylex need some @special lines adj
24260:
24261: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24262: main/compile.y, main/compile_tools.h, main/core.C: modules0
24263:
24264: * src/: include/pa_vclass.h, main/core.C: z
24265:
24266: * src/: include/pa_value.h, include/pa_vclass.h,
24267: include/pa_vobject.h, main/main.dsp: vobject00
24268:
24269: * src/main/pa_array.C: minor bug in expanding very small arrays.
24270: 60% from 1 were 0
24271:
24272: * src/: include/pa_value.h, include/pa_wcontext.h,
24273: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24274: as bad as you've named it: wcontext.value() was not a perfect
24275: idea
24276:
24277: * src/main/execute.C: codeframe1
24278:
24279: * src/: include/pa_value.h, include/pa_vcframe.h,
24280: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24281: include/pa_vjunction.h, include/pa_vmframe.h,
24282: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24283: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24284: just compiled
24285:
24286: * src/: include/pa_vframe.h, main/compile.y: found junction
24287: ideology @: ^x{$a()) must construct current wcontext element, so
24288: smart wcontext handling needed
24289:
24290: * src/main/compile.y: fixed grammar bugs in constructor/params
24291: klinch
24292:
24293: * src/main/: compile.y, execute.C: fixed empty constructor
24294: optimized empty case. failed on calls - produced empty string
24295: param
24296:
24297: * src/main/compile.y: fixed last \n macrotemplate strip bug
24298:
24299: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24300: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24301: main/compile_tools.C, main/compile_tools.h, main/core.C,
24302: main/execute.C: code junctions0. something wrong with last \n
24303: macrotemplate strip
24304:
24305: * src/: include/pa_value.h, main/compile.C, main/core.C,
24306: main/pa_value.C: minor error reporting format beautifyings
24307:
24308: * src/: include/pa_value.h, include/pa_vclass.h,
24309: include/pa_vframe.h, main/core.C, main/execute.C,
24310: main/pa_value.C: get_method RIP. junctions everywhere. call with
24311: junctions0
24312:
24313: 2001-02-23 paf
24314:
24315: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24316: pa_wwrapper.h: lara came, can't work, sorry :(
24317:
24318: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24319: junction
24320:
24321: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24322: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24323: main/execute.C, main/main.dsp, main/pa_value.C: call0
24324:
24325: * src/: include/pa_hash.h, include/pa_value.h,
24326: include/pa_wcontext.h, main/core.C, main/execute.C,
24327: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24328: done
24329:
24330: * src/include/pa_wcontext.h: z
24331:
24332: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24333: wrong grammar in complex constructor case
24334:
24335: * src/main/: compile.y, execute.C: empty constructor bug fixed
24336:
24337: * src/main/execute.C: with result rwpool
24338:
24339: * src/: include/pa_value.h, main/core.C, main/execute.C,
24340: main/main.dsp: value named
24341:
24342: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24343: strign 2 value in 2 places in execute
24344:
24345: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24346: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24347: wcontext.put_element when wcontext fvalue==0
24348:
24349: 2001-02-22 paf
24350:
24351: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24352: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24353: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24354:
24355: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24356: erroreos checkout
24357:
24358: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24359:
24360: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24361: main/compile_tools.h, main/pa_array.C: $self.get
24362:
24363: * src/main/: compile.C, compile.y, compile_tools.C: z
24364:
24365: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24366: bit. finished now.
24367:
24368: * src/main/compile.y: $: finished
24369:
24370: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24371:
24372: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24373: main/execute.C: OP_STRING better then some xxx _VALUE
24374:
24375: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24376: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24377: string to vstring it .y all
24378:
24379: * src/: include/pa_request.h, include/pa_stack.h,
24380: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24381: all
24382:
24383: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24384: precise parse error line:col
24385:
24386: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24387: main/pa_hash.C, main/pa_pool.C: TRY...
24388:
24389: * src/: include/pa_exception.h, include/pa_pool.h,
24390: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24391: main/compile.C, main/compile.y, main/compile_tools.C,
24392: main/core.C, main/pa_array.C, main/pa_exception.C,
24393: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24394: main/pa_table.C: removed exception from request
24395:
24396: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24397: some forgotten
24398:
24399: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24400: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24401: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24402: get/put simple vars to VClass works0
24403:
24404: * src/: include/pa_array.h, include/pa_wcontext.h,
24405: main/pa_string.C: in process, but found that exceptions are too
24406: global
24407:
24408: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24409: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24410: main/execute.C, main/pa_string.C: write_value write_string 0 it
24411: seems wcontext must write strings regardles of fvalue!=0
24412:
24413: 2001-02-21 paf
24414:
24415: * src/main/execute.C: tired :)
24416:
24417: * src/main/: compile.C, compile.y, execute.C: store0
24418:
24419: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24420: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24421: include/pa_wcontext.h, main/compile.C, main/compile.y,
24422: main/execute.C, main/main.dsp, main/pa_array.C,
24423: main/pa_request.C: get put -1 [just compiled]
24424:
24425: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24426: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24427: main/main.dsp, main/pa_request.C: request core methods0
24428:
24429: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24430: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24431: execute
24432:
24433: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24434: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24435: methods and one_big_piece. now compile returns array<method*>
24436:
24437: * src/main/compile.y: more straightforward yylex[end]
24438:
24439: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24440: string.operator==(char*)
24441:
24442: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24443: main/execute.C, main/pa_array.C: after array.const get wonders
24444:
24445: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24446: pa_string.h, pa_value.h: struck with const array.gets
24447:
24448: * src/main/: execute.C: z
24449:
24450: * src/main/: compile.y, execute.C: z
24451:
24452: * src/main/: compile.C, compile.y, compile_tools.h: error
24453: processing in eval & yyerror so it wouldn't cause memleaks.
24454:
24455: * src/main/: compile.C, compile.y: failed to add absolute precies
24456: parse error positions. leaving RIGHTMOST position as
24457: @file[line:col]
24458:
24459: * src/: include/compile.h, main/compile.C, main/compile.y,
24460: main/compile_tools.h: line numbers needed. would add them to .y
24461: now internally. externally it's not as precise as needed
24462:
24463: * src/: include/code.h, include/pa_types.h, main/compile.C,
24464: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24465: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24466: compiler works ok
24467:
24468: 2001-02-20 paf
24469:
24470: * src/main/: compile.C, compile.y, compile_tools.C,
24471: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24472: not perfect
24473:
24474: * src/: include/code.h, include/compile.h, include/execute.h,
24475: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24476: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24477: main/compile.C, main/compile.y, main/compile_tools.C,
24478: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24479: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24480: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24481: compiled. execute=dump for now
24482:
24483: * src/main/core.C: core rewrite using yacc investigations now will
24484: be compile[yacc]/execute[opcodes]
24485:
24486: 2001-02-15 paf
24487:
24488: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24489: rewrite as turing machine? for it seems it would be it's too many
24490: ifs with this syntax now
24491:
24492: 2001-02-14 paf
24493:
24494: * src/main/core.C: get_params 1
24495:
24496: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24497: :( ]
24498:
24499: * src/main/core.C: varios breaks
24500:
24501: * src/main/core.C: get names 3
24502:
24503: * src/main/core.C: get names 2
24504:
24505: * src/main/core.C: get names 1
24506:
24507: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24508: names 0
24509:
24510: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24511: text repassing2 operator static vars
24512:
24513: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24514: main/pa_string.C: process text repassing
24515:
24516: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24517: module:calls changes
24518:
24519: 2001-02-13 paf
24520:
24521: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24522: ^class:calls[] started
24523:
24524: * src/: include/pa_value.h, main/core.C: z
24525:
24526: * src/main/core.C: operators : and self. prefixes
24527:
24528: * src/main/core.C: z
24529:
24530: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24531: tested
24532:
24533: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24534: optimized
24535:
24536: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24537: would change privates to better support optimization
24538:
24539: * src/: include/pa_string.h, main/pa_string.C:
24540: String_iterator::skip_to todo:optimize
24541:
24542: 2001-02-12 paf
24543:
24544: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24545: String_iterator
24546:
24547: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24548: comments
24549:
24550: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24551: self/methodref joined
24552:
24553: 2001-02-11 paf
24554:
24555: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24556: main/main.dsp: core started. core.C, context&value .h
24557:
24558: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24559: include/pa_string.h, main/main.dsp, main/pa_array.C,
24560: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24561:
24562: 2001-01-30 paf
24563:
24564: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24565: comments
24566:
24567: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24568: main/pa_pool.C: moved pa_pool.C to be target specific
24569:
24570: * src/: include/pa_exception.h, include/pa_pool.h,
24571: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24572: to & changes
24573:
24574: * src/: include/pa_exception.h, include/pa_pool.h,
24575: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24576: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24577: re-associated. that's much better even removed 'die' necessety
24578:
24579: * src/: include/pa_error.h, include/pa_exception.h,
24580: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24581: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24582: targets/Makefile.am: lowered targets/parser into subdir, added
24583: parser_Pool(Pool) failed to add. would think..
24584:
24585: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24586: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24587: main/pa_string.C, main/pa_table.C: Table more like C++ style
24588: hence lots of 'const'
24589:
24590: * src/: include/pa_error.h, include/pa_request.h,
24591: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24592: main/pa_table.C: Error fixed
24593:
24594: 2001-01-29 paf
24595:
24596: * src/: include/pa_array.h, include/pa_common.h,
24597: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24598: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24599: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24600: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24601:
24602: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24603: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24604: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24605: main/pa_string.C, main/pa_table.C: Request Error Table
24606:
24607: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24608: templates"
24609:
24610: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24611: main/main.dsp, main/pa_array.C: templates failed no template
24612: specializations [VC6], no library auto instantation [VC6, GNU c++
24613: 2.95.2-6 from latest cygwin]
24614:
24615: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24616: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24617: main/main.dsp, main/pa_array.C, main/pa_string.C,
24618: main/pa_table.C: Table started would test template Array now
24619:
24620: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24621: String originating
24622:
24623: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24624: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24625: SYNCHRONIZED(thread_safe)
24626:
24627: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24628: parts to top
24629:
24630: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24631: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24632: see: needed only in global Hash now, made Hash:: put/get
24633: SYNCHRONIZED
24634:
24635: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24636: main/pa_threads.C: added pa_threads
24637:
24638: Mutex
24639:
24640: * src/include/pa_hash.h: some comments
24641:
24642: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24643: Array& operator += (Array& src)
24644:
24645: * src/main/pa_array.C: expand not convinient, would rewrite
24646:
24647: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24648: (Array& src)
24649:
24650: rethought, would change now
24651:
24652: 2001-01-27 paf
24653:
24654: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24655: caching
24656:
24657: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24658: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24659: cache rethought to chunk caching
24660:
24661: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24662: include/pa_string.h, main/main.dsp, main/pa_array.C,
24663: main/pa_hash.C, main/pa_string.C: Array 0
24664:
24665: * src/main/pa_string.C: String::operator ==
24666:
24667: * src/main/pa_hash.C: String(&String)
24668:
24669: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24670:
24671: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24672: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24673: pa_hash[forgotten]
24674:
24675: 2001-01-26 paf
24676:
24677: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24678: removed templates [vc++ suxx]
24679:
24680: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24681: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24682:
24683: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24684:
1.119 moko 24685: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24686:
1.119 moko 24687: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24688: check
24689:
24690: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24691: dynamic row_count
24692:
24693: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24694: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24695: targets/Makefile.am: Initial revision
24696:
24697: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24698: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24699: targets/Makefile.am: creating parser3 module
24700:
E-mail: