Annotation of parser3/ChangeLog, revision 1.169
1.169 ! moko 1: 2021-10-19 moko
! 2:
! 3: * tests/: 413.html, results/413.processed: test for hash no longer
! 4: is accepted as file parameter (related to bug #1218)
! 5:
! 6: * src/: classes/curl.C, classes/file.C, classes/image.C,
! 7: classes/math.C, classes/xdoc.C, types/pa_value.C,
! 8: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
! 9: longer is accepted as file parameter (fixes bug #1218)
! 10:
1.168 moko 11: 2021-07-19 moko
12:
13: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
14: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
15:
1.167 moko 16: 2021-04-16 moko
17:
18: * src/types/pa_vmail.C: message can be null when e-mail is broken,
19: processing it leads to assertions.
20:
1.166 moko 21: 2021-03-25 moko
22:
23: * tests/: 412.html, results/412.processed: test to demonstrate bug
24: #1213
25:
1.165 moko 26: 2021-02-12 moko
27:
28: * tests/: 360.html, results/360.processed, results/363.processed:
29: parser method call in expression mode no longer differs from call
30: in string mode (related to feature #1211)
31:
32: 2021-02-11 moko
33:
34: * src/types/pa_vmail.C: mail parsing with Windows line endings
35: fixed (bug #1212)
36:
37: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
38: when called $v[^test[]] vs $v(^test[]), numbers are converted to
39: strings in both calls (implements feature #1211)
40:
1.164 moko 41: 2021-01-28 moko
42:
43: * buildall, etc/auto.p.in: to remove last patch in debian package
44:
45: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
46: 3.4.7b
47:
1.162 moko 48: 2021-01-21 moko
49:
50: * src/main/pa_http.C: no alarm() in file::load when web server mode
51: is MULTITHREADED
52:
1.157 moko 53: 2021-01-20 moko
54:
1.161 moko 55: * src/targets/apache/mod_parser3.c: it is more correct to recommend
56: 'a2enmod mpm_prefork'
57:
1.160 moko 58: * src/targets/apache/mod_parser3.c: prefork name is now
59: 'libapache2-mpm-itk'
60:
61: * src/targets/apache/mod_parser3_core.C: last regular malloc
62: removed
63:
1.159 moko 64: * src/targets/isapi/Makefile.am: -pa_threads.C
65:
1.158 moko 66: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
67: 3.4.6
68:
1.157 moko 69: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
70:
71: * etc/auto.p.in: @config[result] added to simplify $cfg change in
72: /httpd.p
73:
74: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
75: ^use[/httpd.p] + optional ^preprocess[] (related to feature
76: #1203)
77:
78: 2021-01-19 moko
79:
80: * buildall: --disable-parallel-mark added to avoid "number of
81: processors" threads creation for heap marking as it conflicts
82: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
83: limits threads)
84:
1.156 moko 85: 2021-01-16 moko
86:
87: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
88: main/pa_globals.C, main/pa_memory.C,
89: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
90: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
91: feature #1209)
92:
93: 2021-01-15 moko
94:
95: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
96: 3.4.6rc
97:
98: * src/classes/json.C: get_delim added for delimiter caching (10%
99: faster on large json)
100:
101: 2021-01-14 moko
102:
103: * operators.txt: updated with 3.4.6 changes
104:
105: * tests/results/224.processed: test result modified after
106: today(shift) implemented
107:
108: * tests/: 407.html, results/407.processed: test for ^hash.select
109: option $.default(bool) added (related to feature #1172)
110:
111: * src/classes/hash.C: ^hash.select option $.default(bool) added
112: (related to feature #1172)
113:
114: * tests/: 141.html, results/141.processed: test modified for
115: feature #1185.
116:
117: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
118: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
119: options $.lower(bool) (implements feature #1185)
120:
121: 2021-01-11 moko
122:
123: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
124: #1192)
125:
126: * tests/: 411.html, results/411.processed: test for ^date::today(N)
127: added (related to feature #1192)
128:
1.155 moko 129: 2021-01-05 moko
130:
131: * tests/: 270.html, results/270.processed: test modified to work
132: under Windows
133:
134: * tests/: 390.html, 395.html, results/395.processed: tests updated
135: 4 windows
136:
137: * tests/: 410.html, results/410.processed: test for
138: $CLASS-GETTER-PROTECTED(false) added
139:
140: 2021-01-04 moko
141:
142: * tests/: 409.html, results/409.processed, results/auto.p: test for
143: $MAIN:LOCALS(true) added
144:
1.154 moko 145: 2021-01-03 moko
146:
147: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
148: types/pa_vclass.h, types/pa_vstateless_class.C,
149: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
150: +LOCALS. $main -> $MAIN in exception texts (implements feature
151: #1207)
152:
153: 2021-01-02 moko
154:
155: * etc/auto.p.in: minor
156:
157: * src/main/pa_request.C: sending headers only after opening file to
158: allow error reporting if file was not opened (foreign group,
159: etc).
160:
161: 2020-12-31 moko
162:
163: * src/: include/pa_request.h, main/pa_request.C,
164: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
165:
166: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
167: main/pa_request.C: get_class_ref added and used
168:
169: * etc/auto.p.in: @CLASS httpd added
170:
171: * etc/auto.p.in: @auto[] is now first
172:
173: 2020-12-30 moko
174:
175: * tests/: 408.html, results/408.processed: test for bug #1166
176: (windows only) added
177:
178: * src/main/pa_common.C: create_dir_for_file should not create dir
179: for trailing / (fixes bug #1166)
180:
181: * tests/: 341.html, results/341.processed: tests for
182: ^nameless_table.hash[] added (related to feature #1138)
183:
184: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
185: (implements feature #1138), extra fields in named tables no
186: longer ignored (implements feature #1138)
187:
188: * tests/results/390.processed: updated after exception text change
189:
190: 2020-12-29 moko
191:
192: * tests/: 407.html, results/407.processed: +$._default check
193:
194: * src/classes/hash.C: keep $_default in ^hash.reverse[]
195:
196: * tests/: 407.html, results/407.processed: test for ^hash.select[]
197: and ^hash.reverse[] added (releated to feature #1172)
198:
199: * src/classes/hash.C:
200: ^hash.select[key;value](bool-condition)[options hash] +
201: ^hash.reverse[] added (implements feature #1172)
202:
203: * src/types/pa_vtable.h: warning war
204:
205: * src/include/pa_config_fixed.h: win32 fix
206:
1.153 moko 207: 2020-12-27 moko
208:
209: * tests/: 406.html, results/406.processed: test results updated
210:
211: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
212: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
213: spelling
214:
215: 2020-12-26 moko
216:
217: * tests/: 406.html, results/406.processed: tests for
218: ^table.rename[] added (related to feature #1148)
219:
220: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
221: ^table.rename[column name from;column name to], ^table.rename[
222: $.[column name from][column name to] ... ] added (implements
223: feature #1148)
224:
225: 2020-12-25 moko
226:
227: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
228: request_info now on stack to avoid yet another THREAD_LOCAL
229: memory deallocation issue (now with cookies), explained in #1203
230:
231: * src/types/pa_vcookie.C: fields should be inited
232:
233: 2020-12-24 moko
234:
235: * src/include/pa_stylesheet_connection.h: looks like
236: xsltFreeStylesheet leads to memory double-free. If so, it's for
237: sure libxml bug, but we have GC anyway, so we just remove this
238: call and see...
239:
240: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
241: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
242: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
243: abort.c:65:8 frame #3: 0x00000000004da663
244: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
245: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
246: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
247: malloc.c:617:9 frame #5: 0x0000000000577f0c
248: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
249: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
250: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
251: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
252: frame #8: 0x000000000050d35c
253: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
254: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
255: frame #10: 0x00000000004436e5
256: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
257: [inlined]
258: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
259: pa_stylesheet_connection.h:62:3
260:
261: 2020-12-23 moko
262:
263: * src/classes/image.C: ^image::measure[; $.video() ] option added
264:
265: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
266: ^image::measure[; $.video(true) ] added
267:
268: * src/main/pa_exec.C: not cleared automatically in multithreaded
269: httpd mode for unknown reasons
270:
271: 2020-12-22 moko
272:
273: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
274: error_log uri of currently processed document", but never used
275: and conflicts with how libgc stops threads on FreeBSD (#define
276: SIG_SUSPEND SIGUSR1), thus removed.
277:
278: 2020-12-21 moko
279:
280: * src/main/pa_request.C: +comment
281:
1.151 moko 282: 2020-12-20 moko
283:
1.152 moko 284: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
285: it is more safe to have versions of pa_strdup with one and two
286: arguments, as helper_length=0 not always mean that strlen()
287: should be called, but means zero.
288:
289: * src/targets/isapi/parser3isapi.C: minor
290:
291: * src/main/pa_http.C: +valid_http_method
292:
1.151 moko 293: * src/: include/pa_http.h, main/pa_http.C,
294: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
295:
296: 2020-12-17 moko
297:
298: * tests/: 405.html, results/405.processed: test for split by regex
299: added (related to feature #1160)
300:
301: * src/classes/string.C: split by regex implemented (feature #1160)
302:
303: * src/classes/string.C: minor
304:
305: * tests/: 404.html, results/404.processed: test for whitespace
306: string is now OK for table argument (related to feature #1169)
307:
308: * src/: classes/image.C, classes/string.C, classes/table.C,
309: types/pa_vmethod_frame.C: whitespace string is now OK for table
310: argument (as with hash) (implements feature #1169)
311:
312: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
313: limit for comment (fixes bug #1102)
314:
315: * src/targets/cgi/parser3.C: +HAVE_TLS check
316:
317: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
318:
319: * src/include/pa_config_includes.h: HAVE_TLS used
320:
321: * configure.ac: +TLS check
322:
323: * src/main/pa_http.C: content logging added
324:
325: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
326: clear_response_headers added
327:
328: 2020-12-16 moko
329:
330: * buildall: as we now use threads, libatomic_ops still required for
331: some OS.
332:
333: * src/main/pa_request.C: whitespace
334:
335: * src/: include/pa_request.h, main/pa_request.C:
336: Request::Exception_trace::table extracted and used
337:
338: * src/main/pa_request.C: moving output_result call outside of try
339: as network exceptions should not be handled by parser code
340:
341: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
342: logging network exchange
343:
344: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
345: via network if it was network write error.
346:
347: * src/targets/cgi/parser3.C: log -> pa_log
348:
349: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
350:
351: * src/main/pa_threads.C: getpid() if no gettid() found
352:
353: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
354: we need to ignore "void" connections from browsers (browsers open
355: connections in advance and they will be empty if user does not
356: request more pages)
357:
358: 2020-12-15 moko
359:
360: * src/targets/cgi/parser3.C: avoid previous uri in logs
361:
362: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
363: RequestController not needed in httpd mode
364:
365: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
366: classes/classes.h, classes/curl.C, classes/date.C,
367: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
368: classes/hashfile.C, classes/image.C, classes/inet.C,
369: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
370: classes/memcached.C, classes/memory.C, classes/op.C,
371: classes/reflection.C, classes/regex.C, classes/response.C,
372: classes/string.C, classes/table.C, classes/void.C,
373: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
374: include/pa_array.h, include/pa_base64.h,
375: include/pa_cache_managers.h, include/pa_charset.h,
376: include/pa_charsets.h, include/pa_common.h,
377: include/pa_config_fixed.h, include/pa_config_includes.h,
378: include/pa_dictionary.h, include/pa_dir.h,
379: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
380: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
381: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
382: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
383: include/pa_request_charsets.h, include/pa_request_info.h,
384: include/pa_sapi.h, include/pa_socks.h,
385: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
386: include/pa_stack.h, include/pa_string.h,
387: include/pa_stylesheet_connection.h,
388: include/pa_stylesheet_manager.h, include/pa_symbols.h,
389: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
390: include/pa_uue.h, include/pa_xml_exception.h,
391: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
392: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
393: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
394: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
395: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
396: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
397: main/compile.tab.C, main/compile.y, main/compile_tools.C,
398: main/compile_tools.h, main/execute.C, main/pa_base64.C,
399: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
400: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
401: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
402: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
403: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
404: main/pa_sql_driver_manager.C, main/pa_string.C,
405: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
406: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
407: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
408: main/untaint.C, sql/pa_sql_driver.h,
409: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
410: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
411: targets/isapi/parser3isapi.C, types/pa_junction.h,
412: types/pa_method.h, types/pa_property.h, types/pa_value.C,
413: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
414: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
415: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
416: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
417: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
418: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
419: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
420: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
421: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
422: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
423: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
424: types/pa_vmemory.h, types/pa_vmethod_frame.C,
425: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
426: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
427: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
428: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
429: types/pa_vstateless_object.h, types/pa_vstatus.C,
430: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
431: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
432: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
433: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
434: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
435:
436: * src/main/pa_request.C: old compilers support
437:
438: * tests/: 362.html, results/362.processed: test updated after
439: changes after upgrade to libxml2-2.9.9 were made (related to bug
440: #1108)
441:
442: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
443: removed, as xsltFreeStylesheet has side effects on original doc.
444: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
445: not updated after xdoc modification (part 3 of test 362).
446: (related to bug #1108)
447:
448: * src/targets/isapi/parser3isapi.C: +pa_strcat
449:
450: * src/: classes/memory.C, include/pa_memory.h,
451: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
452: PA_GC_GCOLLECT used
453:
454: * src/include/pa_memory.h: +PA_GC_COLLECT
455:
456: * src/targets/cgi/parser3.C: msvs support fixes
457:
458: * src/lib/gc/include/gc.h: more cleanup
459:
460: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
461:
462: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
463: targets/cgi/parser3.C: $main:HTTPD.mode implemented
464:
465: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
466:
467: * configure.ac: pthread.h added to checked headers
468:
469: * src/classes/table.C: string stream is back :)
470:
471: * src/classes/memory.C: GC_generate_random_backtrace no longer
472: exists
473:
474: * src/main/pa_globals.C: GC_dont_gc replaced
475:
476: * src/lib/gc/include/gc.h: major cleanup, only used functions are
477: left to simplify adding new functions. depricated GC_dont_gc
478: replaced with GC_disable and GC_enable calls.
479:
480: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
481: CORD_from_file* not used and thus removed
482:
483: * src/lib/gc/include/gc_allocator.h: minor cleanup
484:
485: 2020-12-14 moko
486:
487: * src/classes/: curl.C, memory.C, table.C: every TLS should be
488: referenced elsewhere, or GC will collect it.
489:
490: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
491: main/pa_xml_io.C: bugfix: TLS variables should be referenced
492: elsewhere, or GC will collect them (and we'll get GPF in
493: multithreaded enviroment). May be it can be also fixed by some
494: GC call, not sure. But this fix costs nothing (but hours of
495: debugging to find the issue :).
496:
1.150 moko 497: 2020-12-11 moko
498:
499: * configure.ac: gettid() check added
500:
501: * src/main/pa_threads.C: HAVE_GETTID used
502:
503: * src/include/pa_config_auto.h.in: +HAVE_GETTID
504:
505: * src/: include/pa_threads.h, main/pa_threads.C: now unified
506: version for isapi/cgi/apache
507:
508: * buildall: threads are now required.
509:
510: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
511: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
512: main/main.vcproj: pa_threads.C moved to main
513:
514: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
515: isapi/pa_threads.C: pa_threads.C moved to main
516:
517: * src/: main/Makefile.am, targets/cgi/Makefile.am,
518: targets/apache/Makefile.am: pa_threads.C moved to main
519:
520: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
521:
522: * src/: include/pa_stylesheet_connection.h,
523: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
524: and weird GPF in multithreaded httpd is gone
525:
526: * src/include/: pa_stylesheet_connection.h,
527: pa_sql_driver_manager.h: whitespace
528:
529: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
530:
531: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
532: main/pa_stylesheet_manager.C: whitespace, warning war
533:
534: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
535: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
536: parser_multithreaded never used
537:
538: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
539:
540: 2020-12-10 moko
541:
542: * src/: include/pa_config_includes.h, include/pa_http.h,
543: main/pa_http.C, targets/cgi/parser3.C: initial support for
544: MULTITHREADED and PARALLEL httpd server modes
545:
546: * src/main/pa_globals.C: GC_java_finalization is depricated
547:
548: 2020-12-09 moko
549:
550: * etc/auto.p.in: + @httpd-main
551:
552: * src/: include/pa_common.h, main/pa_request.C,
553: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
554: work
555:
556: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
557: slow file_read_binary no longer used, send_range added
558:
559: 2020-12-08 moko
560:
561: * src/main/pa_request.C: >4Gb support
562:
563: * src/targets/cgi/parser3.C: msvc warning war
564:
565: * src/: include/pa_config_includes.h, main/pa_http.C,
566: main/pa_request.C: msvc warnings war
567:
568: * src/classes/image.C: warning war
569:
570: * src/classes/table.C: MSVC warning war
571:
572: * src/targets/cgi/parser3.C: msvc warnings war
573:
574: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
575: added
576:
1.149 moko 577: 2020-12-07 moko
578:
1.150 moko 579: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
580: avoid logging beside system-wide auto.p
581:
582: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
583:
584: * configure, configure.ac, src/include/pa_config_auto.h.in:
585: configure options added:
586:
587: --with-system-cfg=FILE to specify system-wide auto.p
588: --with-system-log=FILE to specify system-wide parser3.log
589:
590: * Makefile.am: bin no longer exists
591:
592: * configure, configure.ac: auto.p moved to etc to simplify debian
593: package
594:
595: * buildall: auto.p and parser3.charsets moved to their default
596: location after install
597:
598: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
599:
600: * aclocal.m4, configure: automake 1.15 -> 1.16.1
601:
1.149 moko 602: * src/targets/cgi/parser3.C: locate_config call returned to
603: original place as it requires pa_thread_request() under Windows
604:
605: * src/targets/cgi/parser3.C: renaming
606:
607: 2020-12-06 moko
608:
609: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
610: check added
611:
612: 2020-12-04 moko
613:
614: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
615: main/pa_request.C: unified uint64_t lseek implemented to support
616: >4Gb files under x86, including Windows
617:
618: 2020-12-02 moko
619:
620: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
621: with max_file_size
622:
623: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
624: support for processing files sized >4Gb on 32 bit planforms
625:
626: * tests/399.html: file moved
627:
628: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
629:
630: * src/targets/cgi/pa_sapi_info.h: warning war
631:
632: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
633: warning war
634:
635: 2020-12-01 moko
636:
637: * src/classes/image.C: mp4 extended size (>4Gb) support added
638:
639: * src/classes/image.C: for "size not found" exception to be shown
640: if size not found until eof
641:
642: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
643: bit linux)
644:
645: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
646: #1188)
647:
648: 2020-11-30 moko
649:
650: * src/classes/image.C: definitions moved closer to code
651:
652: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
653: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
654: 395_dir/3_VP8X.webp, results/395.processed,
655: results/396.processed: tests for ^image::measure[] .webp support
656: added, all image files moved into one directory (related to
657: feature #1188)
658:
659: * src/classes/image.C: ^image::measure[] now supports webp (feature
660: #1188)
661:
1.148 moko 662: 2020-11-29 moko
663:
664: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
665: processing, unnessesary defines removed
666:
667: 2020-11-24 moko
668:
669: * tests/results/: 099.processed, 100.processed, 205.processed,
670: 309.processed, 310.processed: Content-Disposition: inline
671: returned
672:
673: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
674: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
675: ] added (related to bug #1204)
676:
677: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
678: ] supported to avoid Content-Disposition: inline;
679: filename="<file>.ext" but still set Content-Type for ext (related
680: to bug #1204)
681:
1.147 moko 682: 2020-11-22 moko
683:
684: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
685: types/pa_vfile.C: pa_filename added to avoid useless rsplit
686:
687: * src/main/pa_request.C: content_disposition_inline returned.
688:
689: 2020-11-17 moko
690:
691: * src/main/pa_request.C: empty main method name support
692:
693: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
694: config_handler added, stdout flush added.
695:
696: 2020-11-16 moko
697:
698: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
699:
700: * tests/results/: 099.processed, 205.processed, 237.processed,
701: 309.processed, 310.processed: Content-Disposition: inline is not
702: required and should not contain filename="<name>"
703:
704: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
705: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
706: targets/isapi/parser3isapi.C: pa_strcat implemented and used
707:
1.146 moko 708: 2020-11-14 moko
709:
710: * src/targets/cgi/parser3.C: spelling
711:
712: * src/targets/cgi/parser3.C: renaming
713:
714: * src/targets/cgi/parser3.C: args_skip removed, locate_config
715: relocated
716:
717: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
718: before request processing, which is weired
719:
720: 2020-11-13 moko
721:
722: * src/main/pa_http.C: pa_recv added with timeout support, thus read
723: copied in httpd.
724:
725: 2020-11-12 moko
726:
727: * src/main/pa_http.C: ALARM code unified to be used in httpd
728:
729: * src/: include/pa_request.h, main/pa_request.C,
730: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
731:
732: * src/main/pa_http.C: URI validation added
733:
734: * src/targets/cgi/parser3.C: filespec_to_process now variable,
735: can't be empty but can be null. httpd-main is now main method
736: name for httpd mode
737:
738: 2020-11-11 moko
739:
740: * src/main/pa_request.C: path_translated can be null in httpd mode
741:
742: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
743: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
744: classes/xdoc.C, include/pa_request.h, main/execute.C,
745: main/pa_request.C: r.absolute -> r.full_disk_path
746:
747: * src/targets/cgi/parser3.C: if filename to process is not
748: specified, auto.p should be present.
749:
1.145 moko 750: 2020-11-03 moko
751:
752: * src/: classes/op.C, include/pa_request.h: unused argument removed
753:
754: * src/main/pa_request.C: content_disposition_inline is the default,
755: not required.
756:
1.144 moko 757: 2020-10-29 moko
758:
759: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
760: ^use[file; $.main(true) ] implemented for auto.p processing and
761: path_translated changing to correct relative files path
762: calculation in httpd mode
763:
764: * src/: include/pa_request.h, main/pa_request.C:
765: fail_on_read_problem removed, as it allways true, as if should
766: be.
767:
768: * src/: include/pa_request.h, main/pa_request.C,
769: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
770: targets/isapi/parser3isapi.C: clearing config_filespec when
771: config was not found, thus flag not required and removed.
772:
773: 2020-10-28 moko
774:
775: * tests/: 402.html, results/402.processed: error reporting test
776:
777: * src/main/execute.C: better error reporting when
778: $result[^hash::create[]] in @main.
779:
780: * src/main/: execute.C, pa_request.C: frame.result() should be used
781: + minor optimization
782:
783: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
784: main/pa_xml_io.C: execute_*_method simplified and unified
785:
786: 2020-10-27 moko
787:
788: * tests/: 306.html, results/306.processed: a bit more testing. :)
789:
790: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
791: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
792: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
793: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
794: types/pa_vmethod_frame.h, types/pa_vobject.C,
795: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
796: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
797: longer used in object-prototype mode
798:
799: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
800: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
801: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
802: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
803: $form:name[value] features
804:
1.143 moko 805: 2020-10-18 moko
806:
807: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
808:
809: 2020-10-15 moko
810:
811: * src/main/pa_http.C: url no longer needed as
812: ALTER_EXCEPTION_SOURCE is used
813:
814: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
815: main/pa_http.C: check_file_size filespec is now optional
816:
817: * src/: classes/curl.C, include/pa_exception.h,
818: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
819: ALTER_EXCEPTION_COMMENT added for better error reporting
820:
821: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
822: results/346-curl.processed, results/379-curl.processed,
823: results/379.processed: test results updated as load now provides
824: better error reporting + curl responses updated
825:
826: 2020-10-14 moko
827:
828: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
829: main/pa_string.C, targets/apache/mod_parser3_core.C,
830: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
831: checked. 10 is now default base, no hex autodetect by default
832:
833: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
834: connection socket closing in destructor + accept exception
835: handling
836:
837: * src/targets/cgi/parser3.C: warning war
838:
839: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
840: main/pa_request.C, targets/apache/mod_parser3_core.C,
841: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
842: exception handling unified
843:
844: 2020-10-13 moko
845:
846: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
847: autodetection
848:
849: * src/targets/apache/mod_parser3_core.C: reverted to atoi
850:
851: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
852:
853: * src/main/pa_http.C: warning war
854:
1.142 moko 855: 2020-10-12 moko
856:
1.143 moko 857: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
858: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
859: unhandled exception code optimization
860:
861: * src/targets/cgi/parser3.C: request_info now global variable
862:
863: * src/main/pa_http.C: http_read_response moved to HTTP_response
864: class
865:
866: * src/: include/pa_http.h, main/pa_http.C,
867: targets/cgi/pa_sapi_info.h: read_post implemented
868:
1.142 moko 869: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
870: [host:]port syntax support in httpd mode
871:
872: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
873: targets/cgi/parser3.C: populate_env added
874:
875: * src/include/pa_hash.h: to make get(char *) compiling in
876: HashStringString
877:
878: 2020-10-10 moko
879:
880: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
881: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
882:
883: * src/: include/pa_http.h, include/pa_request_info.h,
884: main/pa_http.C, main/pa_string.C,
885: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
886: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
887: types/pa_vrequest.C: initial httpd mode implementation
888:
1.141 moko 889: 2020-10-04 moko
890:
891: * src/targets/cgi/parser3.C: options together
892:
893: 2020-09-30 moko
894:
895: * src/main/pa_http.C: renamed
896:
1.140 moko 897: 2020-08-14 moko
898:
899: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
900: src/targets/cgi/Makefile.am: no httpd as separate library
901:
902: 2020-08-13 moko
903:
904: * src/targets/cgi/parser3.C: SAPI::die used in exception in
905: unhandled exception handler to report 500 instead of 200 it was
906: before.
907:
908: * src/targets/apache/mod_parser3_core.C: minor cleanup
909:
910: * src/: include/pa_sapi.h, main/untaint.C,
911: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
912: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
913: thus replaced with SAPI::die and removed
914:
915: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
916: cgi/parser3.C: whitespace
917:
918: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
919:
920: 2020-08-12 moko
921:
922: * src/targets/cgi/parser3.C: duplicate info in signal logging
923: removed, whitespace was: SIGPIPE received while executing code.
924: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
925: cl=0]
926:
927: * parser3.sln: + httpd.vcproj
928:
929: 2020-08-11 moko
930:
931: * src/targets/cgi/Makefile.am: +libhttpd
932:
933: * configure.ac, src/lib/Makefile.am: +libhttpd
934:
1.139 moko 935: 2020-07-13 moko
936:
937: * tests/: 401.html, results/401.processed: test for hash key does
938: not keep language, but tainted in foreach.
939:
1.138 moko 940: 2020-07-01 moko
941:
942: * tests/: 235.html, results/235.processed: test result updated as
943: messages before attachments implemented (feature #1176)
944:
1.137 moko 945: 2020-06-27 moko
946:
947: * tests/: 400.html, results/400.processed: test updated to check
948: ^return{code}
949:
950: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
951: fixed
952:
953: 2020-06-26 moko
954:
955: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
956: added (related to https://www.parser.ru/forum/?id=85319)
957:
958: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
959: when $result assignment was last statement in the method
960: (https://www.parser.ru/forum/?id=85319)
961:
1.136 moko 962: 2020-05-23 moko
963:
964: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
965: whitespace, unused level removed
966:
967: 2020-05-19 moko
968:
969: * src/types/pa_vmail.C: whitespace
970:
971: * src/types/pa_vmail.C: files should be processed last (related to
972: feature #1176)
973:
1.135 moko 974: 2020-05-12 moko
975:
976: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
977: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
978:
979: * configure.ac: FreeBSD1X.X check added to avoid
980: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
981:
1.134 moko 982: 2020-02-26 moko
983:
984: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
985: compilation issue (related to bug #1201)
986:
987: * src/main/pa_common.C: entry_readable -> entry_exists,
988: undocumented access(fname, R_OK) call removed (fixes bug #1201)
989: -f and -d now works under Windows in UTF-8 with Russian
990: filenames.
991:
992: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
993: advice (related to feature #1199)
994:
995: 2020-02-25 moko
996:
997: * buildall: --silent removed
998:
999: * configure.ac: gmime-3.0 support
1000:
1001: * buildall: --with-system-mailreceive option added to build with
1002: system libgmime
1003:
1004: * src/types/pa_vmail.C: avoiding
1005: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1006: to feature #1199)
1007:
1.133 moko 1008: 2020-02-18 moko
1009:
1010: * src/classes/op.C: windows x64 debug mode compile fix
1011:
1012: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1013: change (releated to feature #1200)
1014:
1015: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1016: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1017: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1018: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1019: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1020: targets/apache/ApacheModuleParser3.vcproj,
1021: targets/apache/ApacheModuleParser3Core.vcproj,
1022: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1023: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1024: dependency (related to feature #1200)
1025:
1.132 moko 1026: 2020-02-12 moko
1027:
1028: * src/types/pa_vmail.C: minimize diff
1029:
1030: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1031: #1199)
1032:
1.131 moko 1033: 2020-01-18 moko
1034:
1035: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1036:
1.130 moko 1037: 2019-12-28 moko
1038:
1039: * src/targets/cgi/parser3.C: avoid empty ?
1040:
1041: 2019-12-27 moko
1042:
1043: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1044: DOCUMENT_ROOT (related to feature #1164)
1045:
1046: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1047: fcgiwrap setup (implements feature #1164)
1048:
1049: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1050: but no issues found (related to feature #1164)
1051:
1052: * src/targets/cgi/parser3.C: actualized
1053:
1054: 2019-12-26 moko
1055:
1056: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1057: removed
1058:
1059: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1060: removed
1061:
1062: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1063: allocation errors, we don't want default gc warnings (without
1064: timestamp and URI).
1065:
1066: * src/: classes/memory.C, main/pa_globals.C,
1067: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1068: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1069: pa_globals_init
1070:
1071: * src/main/pa_globals.C: setup_hex_value() removed, static array
1072: initialization used (optimization)
1073:
1074: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1075: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1076: pa_socks_init/pa_socks_done moved inside pa_globals_init
1077: (optimization)
1078:
1.129 moko 1079: 2019-12-09 moko
1080:
1081: * src/include/pa_config_fixed.h: warning war
1082:
1.128 moko 1083: 2019-12-08 moko
1084:
1085: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1086: process grammar under Unix.
1087:
1088: 2019-12-07 moko
1089:
1090: * tests/389.html: For Windows XP. :)
1091:
1092: * tests/388-sql.html: Windows compatibility added
1093:
1094: 2019-12-06 moko
1095:
1096: * src/targets/cgi/parser3.C: warning war
1097:
1098: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1099: == sizeof(CORD)) to avoid aligning bugs in future
1100:
1101: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1102: XML_STATIC
1103:
1104: * src/include/pa_request.h: StackItem() not required
1105:
1106: * src/include/pa_stack.h: warning war
1107:
1108: * src/include/pa_config_includes.h: GCC warning silenced
1109:
1110: * src/include/pa_memory.h: warning war: the program should also
1111: define 'void operator delete [](void*, std::size_t)'
1112: [-Wsized-deallocation]
1113:
1114: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1115:
1116: * src/classes/string.C: not reqired cast removed
1117:
1118: * src/classes/string.C: not reqired cast removed
1119:
1120: 2019-12-05 moko
1121:
1122: * src/lib/sdbm/pa_file_io.C: warning war
1123:
1124: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1125: enum Language : size_t - required for VS2015+ to make
1126: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1127: without it (related to feature #1198)
1128:
1129: 2019-12-04 moko
1130:
1131: * src/main/pa_base64.C: unsigned char -> uchar
1132:
1133: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1134: as other libs
1135:
1136: * src/include/pa_version.h: +amd64
1137:
1138: 2019-12-03 moko
1139:
1140: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1141: release
1142:
1143: * src/include/pa_config_includes.h: warning war
1144:
1145: * src/classes/image.C: warning war
1146:
1147: * src/main/pa_globals.C: x64 libs support
1148:
1149: * src/include/pa_config_includes.h: warning war
1150:
1151: * src/types/pa_method.h: warning war
1152:
1.127 moko 1153: 2019-11-28 moko
1154:
1155: * src/classes/math.C: vs2003 compatibility + warning war
1156:
1157: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1158: libxml2-2.9.9 (related to feature #1136)
1159:
1160: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1161: typecast for more compatibility (related to feature #1136)
1162:
1163: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1164: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1165: feature #1136)
1166:
1167: 2019-11-26 moko
1168:
1169: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1170: removed (it was failing in $$var case), condition added
1171:
1.126 moko 1172: 2019-11-25 moko
1173:
1174: * tests/: 397.html, 399.html, results/141.processed,
1175: results/399.processed: base64 options tested
1176:
1177: * src/: classes/math.C, main/pa_http.C: base64 options used
1178:
1179: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1180: implemented (feature #986)
1181:
1182: * src/main/pa_cache_managers.C: whitespace
1183:
1184: * tests/: 397.html, 399.html, results/399.processed: tests for
1185: ^base64 encode options added (related to feature #986)
1186:
1187: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1188: pa_base64_encode(file) removed - more memory, but faster and less
1189: code (related fo feature #986)
1190:
1191: 2019-11-24 moko
1192:
1193: * tests/: 155.html, results/155.processed: limit and offset in
1194: ^table::load[] now supported, thus test added
1195:
1196: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1197: main/pa_common.C: optimization: offset and limit options parsing
1198: moved inside file_load.
1199:
1200: 2019-11-23 moko
1201:
1202: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1203: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1204: optimization: file_read replaced with simplified file_read_binary
1205:
1206: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1207: types/pa_vform.C: whitespace
1208:
1209: * src/: include/pa_common.h, main/pa_common.C: never used params
1210: removed
1211:
1212: 2019-11-21 moko
1213:
1214: * tests/: 193.html, results/193.processed, results/389.processed:
1215: test results updated as now base64 does not discard tail without
1216: padding (related to feature #986)
1217:
1218: 2019-11-20 moko
1219:
1220: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1221: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1222: pa_base64_decode (related to feature #986)
1223:
1224: * tests/398.html: tests for base64 decode added (related to feature
1225: #986)
1226:
1227: * src/main/pa_base64.C: base64_decode rewritten - padding option
1228: support, padding inside base 64 supported (related to feature
1229: #096)
1230:
1231: 2019-11-19 moko
1232:
1233: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1234: FreeBSD 12
1235:
1.125 moko 1236: 2019-11-16 moko
1237:
1238: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1239: support added, step support removed (related to #986)
1240:
1241: 2019-11-15 moko
1242:
1243: * src/classes/math.C: using log since log2 is not present on
1244: FreeBSD < 8.4 (related to feature #1177)
1245:
1246: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1247: pa_base64_size extracted and used for files as well (related to
1248: feature 986)
1249:
1250: 2019-11-14 moko
1251:
1252: * tests/: 397.html, results/397.processed: + content check
1253:
1254: * tests/: 141.html, results/141.processed: make test resuls more
1255: readable
1256:
1257: * tests/: 397.html, results/193.processed, results/397.processed:
1258: test results updated after \x00 character was disabled in
1259: math:convert string mode (related to feature #1177)
1260:
1261: * src/classes/: math.C, string.C: \\x00 character disabled while
1262: converting to string (as in base64, related to feature #1177)
1263:
1264: * src/classes/file.C: more correct arguments separation
1265:
1266: * src/: classes/file.C, classes/math.C, classes/string.C,
1267: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1268: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1269: options added, but not yet implemented (related to feature #986)
1270:
1271: * src/classes/math.C: whitespace
1272:
1273: 2019-11-13 moko
1274:
1275: * tests/: 397.html, results/397.processed: +tainting test (related
1276: to feature #1177)
1277:
1278: * src/classes/math.C: as we now produce not only digits, result
1279: should be tainted (related to feature #1177)
1280:
1281: * src/main/pa_base64.C: whitespace
1282:
1283: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1284: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1285: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1286: implementation moved from pa_common.h and pa_common.C
1287:
1288: 2019-11-12 moko
1289:
1290: * tests/: 275.html, results/275.processed: out of range test fixed,
1291: as ^math:convert now supports arbitrary precision
1292:
1293: 2019-11-11 moko
1294:
1295: * tests/results/389.processed: uctualized error message
1296:
1297: * tests/: 389.html, 397.html, results/397.processed: tests for
1298: ^math:convert added (related to feature #1177)
1299:
1300: * src/classes/math.C: ^math:convert now supports arbitrary
1301: precision, alphabet support added (implements feature #1177)
1302:
1.124 moko 1303: 2019-11-06 moko
1304:
1305: * tests/: 181.html, results/181.processed: entities usage added,
1306: more entites load tests (related to bug #842 discussion)
1307:
1308: 2019-11-05 moko
1309:
1310: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1311: call from xmlFileOpen if http://localhost/<file> was not found
1312: (related to bug #842)
1313:
1314: * src/main/pa_xml_io.C: rename
1315:
1316: * src/main/pa_xml_io.C: +MemoryStream constructor
1317:
1318: * src/main/pa_xml_io.C: whitespace
1319:
1.123 moko 1320: 2019-10-31 moko
1321:
1322: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1323: XML_PARSE_NOENT) added to fix entities load, (related to feature
1324: #1181)
1325:
1.122 moko 1326: 2019-10-25 moko
1327:
1328: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1329: queries tests
1330:
1331: 2019-10-24 moko
1332:
1333: * tests/: 388-sql.html, results/388-sql.processed: support for
1334: pgsql driver test
1335:
1336: * tests/: 388-sql.html, results/388-sql.processed:
1337: multi_statements=1 now tested, mysql test now supported
1338: (connection must be specified in [parser3] section in .my.cnf)
1339: related to issues #1195 and #1194
1340:
1.121 moko 1341: 2019-09-11 moko
1342:
1343: * src/classes/int.C: whitespace
1344:
1345: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1346: exception test
1347:
1348: * tests/results/388-sql.processed: sql queries now shown (related
1349: to feature #1196)
1350:
1351: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1352: with old parser versions.
1353:
1354: * src/: classes/file.C, classes/hash.C, classes/string.C,
1355: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1356: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1357: instead of connect string in query_event_handlers exceptions
1358: (implements feature #1196)
1359:
1.120 moko 1360: 2019-09-06 moko
1361:
1362: * tests/388-sql.html: mysql compat
1363:
1364: * src/: classes/hash.C, classes/string.C, classes/table.C,
1365: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1366: sql_ variables declaration moved to pa_common.h
1367:
1.116 moko 1368: 2019-01-15 moko
1369:
1370: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1371: logically sorted
1372:
1373: 2018-12-27 moko
1374:
1375: * src/include/pa_config_includes.h: warning war:
1376: -Wdeprecated-register added for C++ 17
1377:
1378: 2018-10-15 moko
1379:
1380: * configure.ac: FreeBSD 11.2 can be build with ./configure
1381: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1382: --with-xml=/usr/local/
1383:
1384: 2018-09-24 moko
1385:
1386: * tests/: 396.html, 396.tiff, results/396.processed: test for
1387: ^image::measure[] now supports tiff added (related to feature
1388: #1188)
1389:
1390: * src/classes/image.C: ^image::measure[] now supports tiff
1391: (implements feature #1188)
1392:
1393: 2018-09-20 moko
1394:
1395: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1396: files measure added (related to ticket #1188)
1397:
1398: * src/classes/image.C: measure of bmp files implemented (related to
1399: ticket #1188)
1400:
1401: 2018-09-18 moko
1402:
1403: * tests/: 394-curl.html, results/394-curl.processed,
1404: results/auto.p: test for bug #1187 (max_file_size check for head
1405: requests) added
1406:
1407: 2018-08-24 moko
1408:
1409: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1410: response content-length check is required (fixes bug #1187)
1411:
1412: 2018-05-11 moko
1413:
1414: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1415: $.append(bool) ] option added (related to feature #919)
1416:
1417: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1418: from misha@ patch (implements feature #919)
1419:
1420: 2018-03-22 moko
1421:
1422: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1423: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1424: with 128kb buffer. Now works at least 12 times faster. :) May be
1425: Windows-only problem.
1426:
1427: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1428: build fix)
1429:
1430: 2018-02-03 moko
1431:
1432: * src/main/execute.C: removes irrelevant lines from exception stack
1433: trace when exceptions occurs in assigment (fixes bug #1165)
1434:
1435: * tests/: 393.html, results/393.processed: test for behavour after
1436: "Property can not be created, already exists field with that
1437: name" exception removed (related to feature #1183)
1438:
1439: * src/types/pa_vclass.C: "Property can not be created, already
1440: exists field with that name" exception removed (implements
1441: feature #1183)
1442:
1443: 2018-01-19 moko
1444:
1445: * src/classes/string.C: whitespace
1446:
1447: * src/classes/string.C: whitespace
1448:
1449: * tests/: 392.html, results/392.processed: test for
1450: ^regex::create[$regex] added (related to feature #1135)
1451:
1452: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1453: ^regex::create[$regex] added (implements feature #1135)
1454:
1455: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1456: commented define added (related to feature #1157)
1457:
1458: 2018-01-17 moko
1459:
1460: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1461:
1462: 2018-01-15 moko
1463:
1464: * tests/: 390.html, results/390.processed: real path replaced by
1465: stub
1466:
1467: * tests/: 391.html, results/391.processed: test for feature #1181
1468: (XML_PARSE_HUGE exception) added
1469:
1470: 2018-01-11 moko
1471:
1472: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1473: XML_PARSE_HUGE option passed by default (implements feature
1474: #1181)
1475:
1476: * src/classes/string.C: whitespace
1477:
1478: 2017-12-10 moko
1479:
1480: * tests/: 389.html, 390.html, results/389.processed,
1481: results/390.processed: image code coverage tests added (related
1482: to feature #1125)
1483:
1484: 2017-12-08 moko
1485:
1486: * tests/: 346-curl.html, 388-sql.html, 389.html,
1487: results/346-curl.processed, results/388-sql.processed,
1488: results/389.processed: more code coverage tests
1489:
1490: * tests/: 264.html, results/264.processed: code coverage for
1491: ^file::exec[]
1492:
1493: 2017-12-07 moko
1494:
1495: * tests/: 174.html, 388-sql.html, 389.html,
1496: results/388-sql.processed, results/389.processed,
1497: results/174.processed: more coverage tests
1498:
1499: * src/classes/math.C: exception text actualized
1500:
1501: 2017-12-06 moko
1502:
1503: * tests/388-sql.html: $SQL can be here
1504:
1505: * tests/results/auto.p: $SQL not required here
1506:
1507: * tests/: 388-sql.html, 389.html, Makefile,
1508: results/388-sql.processed, results/389.processed, results/auto.p:
1509: code coverage tests for sql (using sqlite) and int/double/bool
1510: added (related to feature #1125)
1511:
1512: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1513: lib/json/json.vcproj, lib/md5/md5.vcproj,
1514: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1515: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1516: targets/apache/ApacheModuleParser3Core.vcproj,
1517: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1518: types/types.vcproj: gc\include no longer required
1519:
1520: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1521: required
1522:
1523: * src/: classes/Makefile.am, classes/table.C,
1524: include/pa_config_includes.h, include/pa_string.h,
1525: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1526: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1527: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1528: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1529: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1530: used, we now include it directly
1531:
1532: 2017-12-04 moko
1533:
1534: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1535: memcached/memcached.vcproj, punycode/punycode.vcproj,
1536: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1537: where required
1538:
1539: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1540: now can be used to trace memory allocations
1541:
1542: * src/: classes/table.C, include/pa_config_includes.h,
1543: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1544: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1545: method removes, libcord also can work without libgc
1546:
1547: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1548:
1549: 2017-11-29 moko
1550:
1551: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1552: are not present (related to feature #1173)
1553:
1554: * tests/346-curl.html: test updated to test curl content-length bug
1555: (related to feature #1173)
1556:
1557: * tests/results/346-curl.processed: more test for content-length
1558: curl bug (related to feature #1173)
1559:
1560: * tests/results/346-curl.processed: test results updated after
1561: #1173 implemented
1562:
1563: 2017-11-28 moko
1564:
1565: * src/classes/curl.C: another libcurl Content-length bug walkaround
1566: (related to feature #1173)
1567:
1568: 2017-11-27 moko
1569:
1570: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1571: $.http_version[version string] added (implements feature #1173),
1572: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1573: where $post(true) bug existed.
1574:
1575: 2017-11-18 moko
1576:
1577: * src/include/pa_memory.h: warning war (related to feature #1170)
1578:
1579: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1580: feature #1170)
1581:
1582: 2017-11-17 moko
1583:
1584: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1585: std::basic_stringstream used in ^table.csv-string[] is compatible
1586: with delete usage check only under Debian 9 (related to feature
1587: #1170)
1588:
1589: 2017-11-16 moko
1590:
1591: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1592: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1593: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1594: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1595: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1596: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1597: stubs defend from accidental use (implements feature #1170)
1598:
1599: 2017-06-24 moko
1600:
1601: * configure.ac: minor fix: thanks to alx@
1602:
1.115 moko 1603: 2017-05-29 moko
1604:
1605: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1606: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1607: added to avoid cutting of UTF-8 chars (fixed bug #123)
1608:
1609: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1610: ignored, =?UTF-8?Q?= should start in case of leading space
1611: (related to bug #123)
1612:
1613: * buildall: echo -n -> printf for OS X. :)
1614:
1615: 2017-05-25 moko
1616:
1617: * tests/: 288.html, results/288.processed: test updated afted
1618: setting $o.prop without setter exception removed (related to
1619: feature #1157)
1620:
1621: * src/types/pa_vclass.C: no more "this property has no setter
1622: method" when setting $o.prop without setter (implements feature
1623: #1157)
1624:
1625: * buildall: echo \c -> echo -n for FreeBSD
1626:
1627: * configure, configure.ac, src/include/pa_config_auto.h.in,
1628: src/types/pa_vdouble.h: isfinite now checked in configure
1629:
1630: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1631: upgraded to automake 1.15
1632:
1633: 2017-05-23 moko
1634:
1635: * src/types/pa_vdouble.h: finite returned where isfinite not
1636: defined
1637:
1638: 2017-05-22 moko
1639:
1640: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1641:
1642: * buildall: extern CFLAGS setting support
1643:
1644: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1645:
1646: * buildall: http -> https
1647:
1648: * buildall: gc-7.2f -> gc-7.6.0
1649:
1650: 2017-05-20 moko
1651:
1652: * buildall: https, pcre, xml, xslt updated to current versions
1653: (related to feature #1136)
1654:
1655: 2017-05-19 moko
1656:
1657: * tests/097.html: after parser.ru moved to https
1658:
1659: 2017-05-17 moko
1660:
1661: * tests/results/: 175.processed, 372.processed: tests resuls
1662: updated after lintian spelling typos fixed (related to bug #1156)
1663:
1664: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1665: classes/string.C, classes/table.C, main/pa_charset.C,
1666: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1667: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1668: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1669:
1670: * tests/results/096.processed: +XMP
1671:
1672: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1673: $.xmp(true) options tested (test for feature #1154)
1674:
1675: * src/classes/image.C: ^image:measure[] options $.exif(false)
1676: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1677: fetched by default! (implements feature #1154)
1678:
1679: 2017-05-16 moko
1680:
1681: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1682: allowed (related to feature #1154)
1683:
1684: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1685: initial XMP implementation - without options and transcode
1686: (related to feature #1154)
1687:
1688: 2017-05-12 moko
1689:
1690: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1691: image: exif moved to ffields, skipped in ^image.html[] where
1692: iterators now used (preparation for feature #1154)
1693:
1694: 2017-05-05 moko
1695:
1696: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1697: results/387.processed: test for circular class inheritance check
1698: added (related to bug #1150)
1699:
1700: * src/types/pa_vstateless_class.C: circular class inheritance check
1701: added (fixes endless add_derived bug #1150)
1702:
1703: 2017-05-04 moko
1704:
1705: * tests/: 386.html, results/386.processed: test for
1706: $table.value(number) added (related to feature #1152)
1707:
1708: * src/types/pa_vtable.C: table put_element: column value must be
1709: string - > column value must be string compatible to allow
1710: $t.value(1) (implements feature #1152)
1711:
1712: 2017-05-03 moko
1713:
1714: * src/main/pa_request.C: $use[$method] is not possible, reverting
1715: (related to feature #1151)
1716:
1717: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1718: not possible, removing test (related to feature #1151)
1719:
1720: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1721: get_element_method added and used to allow $use[$method] and
1722: $autouse[$method] (implements feature 1151)
1723:
1724: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1725: variable added (related to feature #1151)
1726:
1727: * tests/results/226.processed: actualized after ^try-catch used
1728:
1729: * tests/: 226.html, 385.html, results/385.processed: test for
1730: @autouse in variable added
1731:
1732: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1733:
1.114 moko 1734: 2017-02-27 moko
1735:
1736: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1737:
1.113 moko 1738: 2017-02-20 moko
1739:
1740: * operators.txt: actualization + beauty
1741:
1742: 2017-02-16 moko
1743:
1744: * tests/: 384.html, results/384.processed: test for
1745: ^reflection:mixin[; $.name[] ] option added (related to feature
1746: #1089)
1747:
1748: * tests/: 384.html, results/384.processed: test for
1749: ^reflection:mixin[] added (related to feature #1089)
1750:
1751: * src/types/pa_value.h: warning war: virtual ~Value() added
1752:
1.112 moko 1753: 2017-02-15 moko
1754:
1755: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1756: fixed
1757:
1758: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1759: test added (related to feature #1069)
1760:
1761: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1762: compilation without HASH_ORDER fixed
1763:
1764: * src/: classes/reflection.C, include/pa_hash.h:
1765: $.reverse(true/false) added to ^reflection:methods[] (related to
1766: feature #1069)
1767:
1768: 2017-02-14 moko
1769:
1770: * tests/: 152.html, results/152.processed: test for $._default hash
1771: added (related to bug #1131)
1772:
1773: * tests/: 277.html, results/277.processed: test for hash with only
1774: $._default is now defined (related to bug #1131)
1775:
1776: * src/types/pa_vhash.h: hash with only $._default is now defined
1777: (fixed bug #1131)
1778:
1779: 2017-02-13 moko
1780:
1781: * tests/cat-windows.sh: cat-windows added (cygwin required)
1782:
1783: * tests/: 171.html, 264.html, 286.html, 370.html,
1784: results/320.processed, results/375.processed, results/auto.p:
1785: cat-windows.sh support added
1786:
1787: * tests/375.html: Windows support
1788:
1789: * tests/270.html: documented
1790:
1791: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1792: (not backslashes) even under Windows (broke test 270)
1793:
1794: 2017-02-12 moko
1795:
1796: * tests/: descript.ion, todo.txt: cleanup
1797:
1798: 2017-02-09 moko
1799:
1800: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1801: run_tests.cmd: Windows compatibility
1802:
1803: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1804: incorrectly (GMT) if parser is called from cygwin
1805:
1.111 moko 1806: 2017-02-08 moko
1807:
1.112 moko 1808: * operators.txt: actualization 15% completed
1809:
1810: * operators.txt: cp1251 -> utf-8
1811:
1812: * NEWS, README: minor update
1813:
1814: * src/include/pa_config_includes.h: warning war continues
1815:
1816: * src/: include/pa_config_includes.h, include/pa_memory.h,
1817: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1818: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1819: gcc 6.x issues fixed
1820:
1.111 moko 1821: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1822: classes/classes.h, classes/curl.C, classes/date.C,
1823: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1824: classes/hashfile.C, classes/image.C, classes/inet.C,
1825: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1826: classes/memcached.C, classes/memory.C, classes/op.C,
1827: classes/reflection.C, classes/regex.C, classes/response.C,
1828: classes/string.C, classes/table.C, classes/void.C,
1829: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1830: include/pa_array.h, include/pa_cache_managers.h,
1831: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1832: include/pa_config_fixed.h, include/pa_config_includes.h,
1833: include/pa_dictionary.h, include/pa_dir.h,
1834: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1835: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1836: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1837: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1838: include/pa_request_charsets.h, include/pa_request_info.h,
1839: include/pa_sapi.h, include/pa_socks.h,
1840: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1841: include/pa_stack.h, include/pa_string.h,
1842: include/pa_stylesheet_connection.h,
1843: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1844: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1845: include/pa_uue.h, include/pa_xml_exception.h,
1846: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1847: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1848: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1849: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1850: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1851: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1852: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1853: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1854: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1855: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1856: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1857: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1858: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1859: main/pa_string.C, main/pa_stylesheet_connection.C,
1860: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1861: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1862: main/untaint.C, sql/pa_sql_driver.h,
1863: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1864: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1865: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1866: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1867: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1868: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1869: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1870: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1871: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1872: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1873: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1874: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1875: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1876: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1877: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1878: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1879: types/pa_vmemcached.h, types/pa_vmemory.h,
1880: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1881: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1882: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1883: types/pa_vresponse.C, types/pa_vresponse.h,
1884: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1885: types/pa_vstateless_object.h, types/pa_vstatus.C,
1886: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1887: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1888: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1889: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1890: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1891: 2015->2017
1892:
1.110 moko 1893: 2017-02-07 moko
1894:
1895: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1896:
1897: 2017-02-06 moko
1898:
1899: * src/main/pa_common.C: minor fixes, whitespace
1900:
1901: * src/: classes/curl.C, classes/file.C, classes/image.C,
1902: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1903: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1904: now used (implements feature #1081)
1905:
1906: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1907:
1908: 2017-02-01 moko
1909:
1910: * src/include/pa_request.h: cleanup
1911:
1912: 2017-01-30 moko
1913:
1914: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1915:
1916: 2017-01-29 moko
1917:
1918: * tests/: 383.html, results/383.processed: test for
1919: ^reflection:stack[] added (related to feature #1052)
1920:
1921: * src/classes/reflection.C: else added
1922:
1923: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1924: $.max_file_lock_wait added (implements feature #1128)
1925:
1926: 2017-01-28 moko
1927:
1928: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1929: body and other cases tests added (related to featue #1014)
1930:
1931: * src/classes/curl.C: bug if response is empty fixed (related to
1932: feature #1014)
1933:
1934: 2017-01-27 moko
1935:
1936: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1937: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1938: added (implements feature #1052)
1939:
1940: 2017-01-25 moko
1941:
1942: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1943: method test added
1944:
1945: 2017-01-23 moko
1946:
1947: * src/classes/reflection.C: optimization: options->get replaced by
1948: hash iterator
1949:
1950: * tests/: 381.html, results/381.processed: now -> fixed date
1951:
1952: * src/main/pa_request.C: warning war
1953:
1954: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1955: 5Mb (fixes bug #1058)
1956:
1957: * src/classes/curl.C: warning war
1958:
1959: * tests/: 381.html, results/381.processed: tests for ^json:string
1960: $.one-line(true) option added (related to feature #1124)
1961:
1962: * src/: classes/json.C, types/pa_value.h: $json-string
1963: $.one-line(true|false) options is now supported (implements
1964: feature #1124)
1965:
1966: * tests/: 380.html, results/380.processed: test for modified
1967: $.max_file_size added (related to bug #1014)
1968:
1969: * tests/: 379.html, results/auto.p: tests for rewritten http file
1970: load added (related to bug #1014)
1971:
1972: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1973: main/pa_common.C, main/pa_http.C: check_file_size added and used
1974: in curl / file load from disk and http, http file load rewritten
1975: (related to bug #1014)
1976:
1977: 2017-01-18 moko
1978:
1979: * tests/: 378.html, results/378.processed: tests for ^result[]
1980: added (related to feature #66)
1981:
1982: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1983: Method::CO_WITHOUT_FRAME as frame still added in expression
1984: (related to feature #66)
1985:
1986: 2017-01-17 moko
1987:
1988: * tests/: 377.html, results/377.processed: test for different
1989: combinations of breaks in body and delimiter (related to bug
1990: #1077)
1991:
1992: * tests/: 376.html, results/376.processed: many ^break[] tests
1993: added (related to bug #1077)
1994:
1995: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1996: passed to native method" exception added to avoid bugs due to
1997: WRITE_EXPR_RESULT skipped and native methods execution continues
1998: after ^break[] (related to bug #1077)
1999:
2000: 2017-01-14 moko
2001:
2002: * tests/: 330.html, results/330.processed: test results updated
2003: after ^break[] bugs where fixed (related to bug #1077)
2004:
2005: * tests/: 329.html, results/329.processed: test results updated
2006: after ^break[] bugs where fixed (related to bug #1077)
2007:
2008: * tests/results/320.processed: ^return[] added
2009:
2010: 2017-01-13 moko
2011:
2012: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2013: classes/table.C, include/pa_request.h, main/execute.C,
2014: main/pa_request.C, targets/cgi/parser3.C,
2015: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2016: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2017: checked after each possible process/execute call (fixes bug
2018: #1077)
2019:
2020: 2016-12-29 moko
2021:
2022: * src/main/pa_common.C: warning war
2023:
2024: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2025: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2026: pa_file_size_limit added, ^math:random fixed for upper limit and
2027: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2028: (related to feature #1014)
2029:
2030: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2031: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2032: (related to feature #1014)
2033:
2034: 2016-12-28 moko
2035:
2036: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2037: warning war
2038:
2039: 2016-12-26 moko
2040:
2041: * tests/: 341.html, results/341.processed: test for
2042: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2043:
2044: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2045: (related to feature #1057)
2046:
2047: * src/types/pa_vdate.C: warning war continues...
2048:
2049: * src/: classes/date.C, classes/image.C, classes/table.C,
2050: include/pa_config_includes.h, types/pa_vfile.C: warning war
2051:
2052: * src/lib/gd/gifio.C: warning war / cleanup
2053:
2054: * src/lib/json/pa_json.C: warning war
2055:
2056: * src/classes/hash.C: warning war
2057:
2058: * src/types/pa_vfile.C: warning war
2059:
2060: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2061: -Wall warning war continues
2062:
2063: * configure.ac: --with-build-warnings actualized
2064:
2065: 2016-12-25 moko
2066:
2067: * src/main/pa_exec.C: -wAll warning war
2068:
2069: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2070: -wAll warning war
2071:
2072: * src/: include/pa_common.h, include/pa_sapi.h,
2073: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2074: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2075: -wAll warning war
2076:
2077: 2016-12-23 moko
2078:
2079: * src/lib/ltdl/Makefile.am: extra dist added
2080:
2081: * tests/results/344.processed: test result updated after $file.text
2082: prefetched in ^hash::create[$file] (related to feature #1075)
2083:
2084: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2085: ^hash::create[$file] (related to feature #1075)
2086:
2087: 2016-12-22 moko
2088:
2089: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2090: main/pa_request.C, main/pa_stylesheet_connection.C,
2091: types/pa_vfile.C: file_stat now return 64-bit size (implements
2092: #1014 under 32-bit unix versions)
2093:
2094: 2016-12-21 moko
2095:
2096: * tests/: 375.html, results/375.processed: test for exec returning
2097: stated file added (related to feature #1119)
2098:
2099: * src/classes/file.C: load should not return file with null body
2100: (fixes bug #1119)
2101:
2102: 2016-12-14 moko
2103:
2104: * tests/: 374.html, results/374.processed: test for $method.name
2105: added (related to feature #1117) plus method returning junction
2106: test
2107:
2108: 2016-12-13 moko
2109:
2110: * src/: include/pa_symbols.h, main/pa_symbols.C,
2111: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2112: (implements feature #1117)
2113:
2114: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2115: HEAD and TRACE can't have body (implements feature #1116)
2116:
2117: 2016-12-09 moko
2118:
2119: * tests/: 373.html, results/373.processed: tests for
2120: ^reflection:tainting added (related to feature #1098)
2121:
2122: * src/classes/reflection.C: ^reflection:tainting arguments order
2123: change (related to feature #1098)
2124:
2125: 2016-12-06 moko
2126:
2127: * src/: classes/reflection.C, include/pa_string.h,
2128: main/pa_string.C: ^reflection:tainting[$string] added (implements
2129: feature #1098)
2130:
2131: 2016-12-05 moko
2132:
2133: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2134: (fixes bug #1114)
2135:
2136: 2016-12-04 moko
2137:
2138: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2139: check added
2140:
2141: 2016-12-03 moko
2142:
2143: * tests/: 346-curl.html, results/346-curl.processed: test modified
2144: to test value.as_hash() usage
2145:
2146: * src/classes/curl.C: value.as_hash() used for correct hash
2147: processing
2148:
2149: * src/classes/reflection.C: exceptions texts fixes
2150:
2151: 2016-12-02 moko
2152:
2153: * tests/: 372.html, results/372.processed: tests for
2154: ^reflection:create[ $.class[name] $.constructor[name]
2155: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2156: feature #1094)
2157:
2158: * src/types/pa_vmethod_frame.h: comment added: params should be
2159: declared outside of *_FRAME_ACTION as MethodParams destructor
2160: will be called in ~VNativeMethodFrame
2161:
2162: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2163: ] minor fix
2164:
2165: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2166: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2167: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2168: now supported (implements feature #1094) value::as_hash added
2169: (and should be used everywhere)
2170:
2171: * src/classes/reflection.C: cleanup
2172:
2173: 2016-12-01 moko
2174:
2175: * tests/: 356.html, results/356.processed: test for method
2176: junctions class name added to the resulting hash added (related
2177: to feature #1068)
2178:
2179: * src/classes/reflection.C: for method junctions class name added
2180: to the resulting hash (related to feature #1068)
2181:
2182: 2016-11-30 moko
2183:
2184: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2185: exception (related to bug #1113)
2186:
2187: * src/types/pa_vhashfile.C: whitespace
2188:
2189: * src/main/pa_os.C: errno now returned as it should (fixes bug
2190: #1113)
2191:
2192: * tests/results/: 175.processed, 192.processed, 224.processed,
2193: 229.processed, 239.processed, 244.processed, 246.processed,
2194: 314.processed, 352.processed: tests results updated after method
2195: call exceptions improved as method now keeps its name
2196:
2197: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2198: types/pa_vmethod_frame.h: method call exceptions improved as
2199: method now keeps its name
2200:
2201: * tests/: 224.html, 239.html, results/224.processed,
2202: results/239.processed: tests and tests results updated after
2203: Request::construct exception changed
2204:
2205: * src/: classes/reflection.C, main/execute.C: Request::construct
2206: exception optimized
2207:
2208: * tests/: 371.html, results/371.processed: test for
2209: WWrapper.get_element call in $.name.key[value] code added
2210: (related to feature #1091)
2211:
2212: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2213: in $.name.key[value] code (related to feature #1091)
2214:
2215: 2016-11-29 moko
2216:
2217: * src/classes/op.C: VS warning war
2218:
2219: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2220: C4239: nonstandard extension used : 'return' : conversion from
2221: 'Value' to 'Value &' (related to feature #1020)
2222:
2223: * src/: main/execute.C, types/pa_vmethod_frame.h,
2224: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2225: used : 'return' : conversion from 'Value' to 'Value &' (related
2226: to feature #1020)
2227:
2228: * src/main/execute.C: VS warning war
2229:
2230: * src/targets/cgi/parser3.C: VS compatibility fix
2231:
2232: * src/include/pa_request.h: VS warning war
2233:
2234: * tests/: 370.html, results/370.processed: test for ^file::exec[
2235: ... $.stdin[$binary_file] ] added (related to bug #1044)
2236:
2237: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2238: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2239: $.stdin[$binary_file] (fixes bug #1044)
2240:
2241: 2016-11-28 moko
2242:
2243: * src/main/pa_exec.C: whitespace
2244:
2245: * src/main/pa_request.C: whitespace
2246:
2247: * tests/: 369.html, results/369.processed: test for
2248: $response:status usage added (related to feature #1099)
2249:
2250: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2251: if < 100 (implements feature #1099)
2252:
2253: * src/targets/cgi/parser3.C: whitespace
2254:
2255: * src/targets/cgi/parser3.C: whitespace
2256:
2257: * tests/: 368.html, results/368.processed: test updated after
2258: ^reflection:filename[$method] added (related to feature #1053)
2259:
2260: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2261: main/compile.y, main/execute.C, main/pa_request.C,
2262: types/pa_vclass.h: filename -> filespec,
2263: ^reflection:filename[$method] added (related to feature #1053)
2264:
2265: 2016-11-27 moko
2266:
2267: * tests/: 368.html, results/368.processed: test for
2268: reflection:filename[$class or object] added (related to feature
2269: #1053)
2270:
2271: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2272: types/pa_vstateless_class.h: ^reflection:filename[$class or
2273: object] added (implements feature #1053)
2274:
2275: 2016-11-26 moko
2276:
2277: * src/: include/pa_request_info.h,
2278: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2279: remove_absolute_uri -> strip_absolute_uri
2280:
2281: 2016-11-25 moko
2282:
2283: * src/: include/pa_request_info.h,
2284: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2285: request_info.remove_absolute_uri added to remove possible
2286: http://site.name/ from $request:uri (implements feature #1112)
2287:
2288: 2016-11-24 moko
2289:
2290: * tests/: 367-curl.html, results/367-curl.processed: test for
2291: previous request headers clearing after redirect added (related
2292: to bug #1109)
2293:
2294: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2295: response headers from previous requests are now cleared, only
2296: last request headers are collected (fixes bug #1109)
2297:
2298: * tests/results/: 266.processed, 321.processed, 356.processed:
2299: tests results updated as method name now added to the resulting
2300: hash for new syntax only (Imp1 compatimility fixed, related to
2301: feature #1068)
2302:
2303: * src/classes/reflection.C: method name now added to the resulting
2304: hash for new syntax only (Imp1 compatimility fixed, related to
2305: feature #1068)
2306:
2307: * tests/results/366.processed: test for native and parser
2308: implementation of ^use[] logic (related to feature #1074)
2309:
2310: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2311: for native and parser implementation of ^use[] logic (related to
2312: feature #1074)
2313:
2314: 2016-11-23 moko
2315:
2316: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2317: main/pa_request.C: @USE file now implemented as ^use[file;
2318: $.origin[origin_file] ] (implements feature #1074)
2319:
1.109 moko 2320: 2016-11-21 moko
2321:
1.110 moko 2322: * tests/: 365.html, results/365.processed: test for $caller bugs in
2323: 3.4.4 and $caller.method now tested (related to feature #1110)
2324:
2325: * tests/: 364.html, results/364.processed: $caller usage in
2326: different contexts now tested (related to feature #1110)
2327:
2328: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2329:
2330: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2331:
1.109 moko 2332: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2333: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2334: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2335: used (implements feature #1110)
2336:
2337: 2016-11-20 moko
2338:
2339: * src/types/pa_vdouble.h: whitespace
2340:
2341: 2016-11-11 moko
2342:
2343: * tests/: 363.html, results/363.processed: more tests for feature
2344: #1091 (how parser methods work in expression context)
2345:
2346: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2347: expressions strings are now written as strings, not values by
2348: write_as_string (related to feature #1091)
2349:
2350: * src/classes/op.C: to make more correct behavour in expression
2351: context
2352:
2353: 2016-11-07 moko
2354:
2355: * tests/: 362.html, results/362.processed: test for
2356: xsltParseStylesheetDoc caching as xsl modification after it added
2357: (related to bug #1108)
2358:
2359: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2360: result now cached as xdoc is modified after it (fixes bug #1108)
2361:
2362: 2016-11-06 moko
2363:
2364: * src/types/pa_vxdoc.h: whitespace
2365:
2366: 2016-11-05 moko
2367:
2368: * src/types/pa_vmethod_frame.h: cleanup
2369:
2370: 2016-11-03 moko
2371:
2372: * tests/results/244.processed: more correct exception after method
2373: frames separation
2374:
2375: * src/types/pa_vmethod_frame.h: minor optimizaion
2376:
2377: * src/types/pa_method.h: optimization: params_count added
2378:
2379: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2380: include/pa_request.h, main/execute.C, main/pa_request.C,
2381: types/pa_value.C, types/pa_vmethod_frame.C,
2382: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2383: VMethodFrame now divided into VNativeMethodFrame,
2384: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2385: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2386: and used (related to feature #1104)
2387:
2388: 2016-11-02 moko
2389:
2390: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2391: classes/double.C, classes/file.C, classes/hash.C,
2392: classes/hashfile.C, classes/image.C, classes/inet.C,
2393: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2394: classes/memcached.C, classes/op.C, classes/reflection.C,
2395: classes/regex.C, classes/string.C, classes/table.C,
2396: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2397: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2398: r.write (implements feature #1091)
2399:
2400: * src/main/execute.C: cleanup (related to feature #1104)
2401:
2402: * src/: include/pa_request.h, main/execute.C,
2403: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2404: added, in_expression removed (implements feature #1104)
2405:
2406: 2016-10-31 moko
2407:
2408: * src/types/pa_value.C: whitespace
2409:
2410: 2016-10-28 moko
2411:
2412: * tests/results/244.processed: updated after error reporting fixed
2413: in pa_wcontext.C
2414:
2415: * src/types/pa_wcontext.C: error reporting fixed
2416:
2417: * src/types/pa_wcontext.h: whitespace
2418:
2419: * src/classes/image.C: not fully readed entries are no longer
2420: processed (fixes bug #1106)
2421:
2422: 2016-10-26 moko
2423:
2424: * src/classes/image.C: whitespace
2425:
2426: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2427: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2428: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2429: longer required (related to feature #1091)
2430:
2431: * tests/results/: 264.processed, 350.processed: test results update
2432: reverted (whitespace optimization) after write_no_lang removed :)
2433: (related to feature #1091)
2434:
2435: * src/: classes/file.C, classes/hash.C, classes/op.C,
2436: classes/string.C, classes/table.C, classes/void.C,
2437: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2438: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2439: equal write_pass_lang (related to feature #1091)
2440:
2441: * tests/results/: 264.processed, 350.processed: test results
2442: updated (whitespace optimization) after write_assign_lang removed
2443: (related to feature #1091)
2444:
2445: * tests/: 361.html, results/361.processed: test for non-string
2446: ^untaint added (related to feature #1091)
2447:
2448: * src/: classes/curl.C, classes/date.C, classes/file.C,
2449: classes/hash.C, classes/op.C, classes/string.C,
2450: include/pa_request.h, main/execute.C: optimization:
2451: write_assign_lang removed as not required (first part of feature
2452: #1091 implementation)
2453:
1.108 moko 2454: 2016-10-12 moko
2455:
2456: * tests/: 360.html, results/360.processed: more test code (related
2457: to feature #1104)
2458:
2459: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2460: include/pa_request.h, main/compile.y, main/execute.C: opcode
2461: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2462: WContext is next task (implements feature #1104)
2463:
2464: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2465: / CO_WITHOUT_WCONTEXT
2466:
2467: * tests/: 360.html, results/360.processed: test for in expression
2468: state (related to feature #1104)
2469:
2470: 2016-10-11 moko
2471:
2472: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2473:
2474: * src/classes/op.C: default value removed from initializer
2475:
2476: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2477:
2478: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2479:
2480: 2016-10-10 moko
2481:
2482: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2483: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2484: to feature #42)
2485:
2486: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2487: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2488:
2489: 2016-10-08 moko
2490:
2491: * src/classes/double.C: whitespace
2492:
2493: 2016-10-07 moko
2494:
2495: * src/types/pa_vmethod_frame.h: reorder
2496:
2497: 2016-10-06 moko
2498:
2499: * src/classes/date.C: typo
2500:
2501: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2502:
2503: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2504: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2505: types/pa_vmethod_frame.h: params.get now returns Value&, not
2506: Value*
2507:
2508: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2509:
2510: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2511: removed; first as_* code rewrite
2512:
2513: 2016-10-05 moko
2514:
2515: * src/include/pa_request.h: whitespace
2516:
2517: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2518: intercept_string added (related to feature #1097)
2519:
2520: * src/: classes/image.C, classes/op.C, classes/table.C,
2521: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2522: optimization: intercept_string removed (implements feature #1097)
2523:
2524: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2525:
2526: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2527: from VCodeFrame and WWrapper as not required
2528:
2529: 2016-10-04 moko
2530:
2531: * src/: classes/curl.C, classes/date.C, classes/double.C,
2532: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2533: classes/int.C, classes/json.C, classes/op.C,
2534: classes/reflection.C, classes/string.C, classes/table.C,
2535: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2536: proces_to_value -> process after StringOrValue removed (related
2537: to feature #1020)
2538:
2539: * src/classes/form.C: whitespace
2540:
2541: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2542:
2543: * tests/: 357.html, 358.html, results/357.processed,
2544: results/358.processed, results/auto.p: test for @conf
2545: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2546:
2547: 2016-10-03 moko
2548:
2549: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2550: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2551: supported (implements feature #42)
2552:
2553: * src/types/pa_vregex.h: no reason for VRegex to be
2554: is_evaluated_expr
2555:
2556: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2557: (implements feature #1095)
2558:
2559: 2016-10-01 moko
2560:
2561: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2562: false by default (related to feature #1089)
2563:
2564: 2016-09-30 moko
2565:
2566: * src/types/pa_wcontext.h: cleanup
2567:
2568: 2016-09-29 moko
2569:
2570: * src/main/execute.C: whitespace
2571:
2572: * src/include/pa_request.h: whitespace
2573:
2574: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2575: classes/op.C, classes/table.C, include/pa_request.h,
2576: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2577: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2578: StringOrValue removed as it just slows down and adds complexity
2579: (implements feature #1020)
2580:
2581: 2016-09-28 moko
2582:
2583: * tests/: 356.html, results/266.processed, results/321.processed,
2584: results/356.processed: tests updated after name was added to
2585: method_info hash, test for ^reflection:method_info[junction]
2586: added (related to feature #1068)
2587:
2588: * src/classes/reflection.C: ^reflection:method_info[junction] now
2589: supported, method name added to the resulting hash (implements
2590: feature #1068)
2591:
2592: * tests/: 276.html, results/276.processed: more tests for
2593: ^reflection:delete[]
2594:
2595: * src/classes/reflection.C: fixed bug then ^reflection:delete
2596: didn't work on class and could damage native objects (like file)
2597:
2598: 2016-09-26 moko
2599:
2600: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2601: results/345.processed, results/346-curl.processed,
2602: results/347-curl.processed, results/348.processed: numbers added
2603: to simplify diff analysis
2604:
2605: * tests/: 352.html, results/352.processed: test result updated as
2606: method name used
2607:
2608: * src/classes/reflection.C: method name used
2609:
2610: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2611: its name
2612:
2613: * src/types/pa_method.h: whitespace
2614:
2615: * src/classes/reflection.C: both method and field with one name can
2616: exist.
2617:
2618: * src/classes/reflection.C: ^reflection:mixin added (implements
2619: feature #1089)
2620:
2621: * tests/: 355.html, results/355.processed: property appears in
2622: derived class if added in base test added
2623:
2624: * src/types/pa_vstateless_class.h: get_method declaration +
2625: whitespace
2626:
2627: * tests/: 354.html, results/354.processed: nice test from method
2628: and property with one name in class added
2629:
2630: 2016-09-23 moko
2631:
2632: * src/classes/reflection.C: ^reflection:method usage documented
2633:
2634: 2016-09-22 moko
2635:
2636: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2637: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2638: compile warning and GPF occures on VS2003 (related to feature
2639: #1087)
2640:
2641: * tests/: 350.html, results/350.processed: test added for
2642: $.encloser[] support in ^table::create (related to feature #11)
2643:
2644: * src/classes/table.C: another minor fix (related to feature #11)
2645:
1.107 moko 2646: 2016-09-21 moko
2647:
2648: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2649:
2650: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2651: classes/json.C, classes/string.C, classes/table.C,
2652: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2653: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2654: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2655: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2656: pa_charsets, vs2015 warning war
2657:
2658: * src/classes/table.C: vs2015 warning war
2659:
2660: * src/types/pa_vdate.C: vs2015 warning war
2661:
2662: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2663:
2664: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2665: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2666:
2667: * src/main/pa_common.C: vs2015 compilation fixes
2668:
2669: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2670: vs2015 compilation fixes
2671:
2672: * src/main/pa_charset.C: vs2015 warning war
2673:
2674: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2675:
2676: * src/main/pa_charset.C: vs2015 warning war
2677:
2678: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2679:
2680: * src/types/pa_vdate.C: vs2015 compilation fix
2681:
2682: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2683:
2684: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2685: VS2015 compilation fixes
2686:
2687: * src/classes/table.C: minor fix (related to feature #11)
2688:
2689: * tests/results/282.processed: no longer skipping extra enclosers
2690: (related to feature #11)
2691:
2692: * src/classes/table.C: minor fix + no longer skipping extra
2693: enclosers (related to feature #11)
2694:
2695: * src/classes/table.C: minor optimization (related to feature #11)
2696:
2697: * src/classes/table.C: minor fix and optimization (related to
2698: feature #11)
2699:
2700: 2016-09-20 moko
2701:
2702: * tests/: 353.html, results/353.processed: test for
2703: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2704: added (related to bug #1090)
2705:
2706: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2707: one_big_piece (fixes bug #1090)
2708:
2709: * tests/: 229.html, results/229.processed: code coverage tests
2710:
2711: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2712: body) was called
2713:
2714: * src/classes/op.C: whitespace
2715:
2716: * tests/: 323.html, results/323.processed: test for code junction
2717: should not be returned by ^reflection:class, ^reflection:base
2718:
2719: * src/classes/reflection.C: bugfix: code junction should not be
2720: returned by ^reflection:class, ^reflection:base
2721:
2722: * tests/: 323.html, 352.html, results/352.processed: no more
2723: exception for ^reflection:method[class;no-such-method] (related
2724: to feature #1087)
2725:
2726: * src/classes/reflection.C:
2727: ^reflection:method[class;no-such-method] : exception -> void
2728: (related to feature #1087)
2729:
2730: * src/include/pa_request.h: request::write_value added to allow
2731: write value without convertion (related to issue #1091)
2732:
2733: 2016-09-19 moko
2734:
2735: * src/main/pa_random.C: windows build fix
2736:
2737: * src/types/pa_vhash.h: warning war
2738:
2739: 2016-09-14 moko
2740:
2741: * tests/: 352.html, 552.html, results/352.processed,
2742: results/552.processed: test for ^reflection:method[] extension
2743: added (related to feature #1087)
2744:
2745: * tests/: 552.html, results/552.processed: test for
2746: ^reflection:method[] extension added (related to feature #1087)
2747:
2748: * src/classes/reflection.C: compatibility issue fixed, VClass
2749: dynamic_cast check added (related to feature #1087)
2750:
2751: * tests/: 351.html, results/351.processed: test for @auto[]
2752: inheritance bug diring ^process[] added (related to bug #1088)
2753:
2754: * src/: classes/op.C, main/pa_request.C,
2755: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2756: disable it inheritance during ^process (fixes bug #1088)
2757:
2758: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2759: added (implements feature #1087)
2760:
2761: 2016-09-13 moko
2762:
2763: * tests/: 349.html, results/auto.p: test for objects prototyping
2764: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2765: to feature #1086)
2766:
2767: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2768: types/pa_vobject.C: objects now are not class instances, but have
2769: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2770: in @conf (implements feature #1086)
2771:
2772: 2016-09-08 moko
2773:
2774: * src/: classes/file.C, classes/mail.C, classes/string.C,
2775: classes/table.C, main/pa_http.C, main/pa_string.C,
2776: include/pa_string.h: cleanup: string::split limit argument
2777: removed as no longer required, pos_after no longer reference
2778: (related to feature #11)
2779:
2780: * src/classes/table.C, tests/results/348.processed: now exception
2781: is rised when invalid option is passed to ^table::create[]
2782:
2783: * tests/: 282.cfg, 282.html, results/282.processed: more code
2784: coverage tests
2785:
2786: * tests/: 348.html, results/348.processed: code coverage tests
2787: added
2788:
2789: * tests/: 348.html, results/348.processed: generic ^table::create[]
2790: tests
2791:
2792: * tests/: 035.html, results/035.processed, results/272.processed:
2793: tests updated after $.encloser[] support for ^table::create
2794: implementation (related to feature #11)
2795:
2796: * src/classes/table.C: $.encloser[] support for ^table::create
2797: finally added (implements feature #11)
2798:
2799: 2016-09-07 moko
2800:
2801: * src/include/pa_string.h: added StringSplitHelper as friend
2802: (related to feature #11)
2803:
2804: * src/include/pa_string.h: body and langs now protected, not
2805: private to allow inheritance (related to feature #11)
2806:
2807: * src/classes/table.C: lsplit optimized before cloning for
2808: ^table::create with $.encloser[] (related to feature #11)
2809:
2810: * src/classes/table.C: optimizaion: TableControlChars.separators
2811: added and used (related to feature #11)
2812:
2813: * src/classes/table.C: spelling:
2814:
2815: TableSeparators -> TableControlChars column -> separator
2816: separators -> control_chars
2817:
2818: 2016-09-06 moko
2819:
2820: * src/main/pa_string.C: whitespace
2821:
2822: * src/main/pa_string.C: whitespace
2823:
2824: 2016-09-01 moko
2825:
2826: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2827: results OS-independent
2828:
2829: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2830: compiler (related to feature #1042)
2831:
2832: 2016-08-15 moko
2833:
2834: * src/include/pa_string.h: whitespace
2835:
2836: * src/classes/table.C: whitespace
2837:
1.106 moko 2838: 2016-08-05 moko
2839:
2840: * tests/: 344.html, results/344.processed: test for
2841: ^hash::create[$file] added (related to feature #1075)
2842:
2843: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2844: supported (implements feature #1075)
2845:
2846: 2016-08-04 moko
2847:
2848: * tests/: 341.html, results/341.processed: more code coverage tests
2849:
2850: * tests/: 346-curl.html, results/346-curl.processed: more code
2851: coverage tests for curl
2852:
2853: * tests/: 346-curl.html, results/346-curl.processed: more code
2854: coverage tests for curl
2855:
2856: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2857: results/223.processed: code coverage tests: $.form[ $.table[] ]
2858: test added
2859:
2860: * tests/: 223-curl.html, results/223-curl.processed: more code
2861: coverage tests for curl
2862:
2863: 2016-08-03 moko
2864:
2865: * src/classes/curl.C: dlink(curl_library) now called not once, but
2866: until it will be loaded, allowing to find existing library.
2867:
2868: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2869: results/347-curl.processed: more code coverage tests for curl
2870:
2871: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2872: results/339-curl.processed, results/346-curl.processed: curl
2873: functionality tests
2874:
2875: 2016-08-02 moko
2876:
2877: * tests/: 339.html, results/339.processed: test for tables in
2878: ^file:load[] and ^curl:load[] (commented) added (related to
2879: feature #1042)
2880:
2881: * tests/: 345.html, results/345.processed: code coverage tests for
2882: file class
2883:
2884: * tests/: 344.html, results/344.processed: code coverage tests
2885:
2886: * tests/: 344.html, results/344.processed: mdate removed from
2887: output
2888:
2889: * src/classes/file.C: minor bugfix: is_text should be taked from
2890: fcontent.is_text_mode() if not set (related to feature #1061)
2891:
2892: * tests/: 344.html, results/344.processed: more tests
2893:
2894: * tests/: 343.html, 344.html, results/343.processed,
2895: results/344.processed: tests for ^file::create[ $.from-charset
2896: and $.to-charset ] (related to feature #1061)
2897:
2898: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2899: aset_text_mode argument optimized
2900:
2901: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2902: checkBOM now used in detect_binary_content (related to feature
2903: #1061)
2904:
2905: * src/main/pa_request.C: load_charset no longer required to_upper
2906:
2907: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2908: preserves original file mode (if no $.mode specified)
2909:
2910: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2911: ^file::create now supports $.from-charset[] and $.to-charset
2912: options (implements feature #1061), automatic transcode is done
2913: if text file is created from binary file and charset is detected.
2914:
2915: 2016-07-30 moko
2916:
2917: * src/classes/table.C: ^t.hash[..;] now supported (related to
2918: feature #1057)
2919:
2920: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2921: added (related to feature #1057)
2922:
2923: * tests/: 286.html, results/286.processed: code tests coverage
2924:
2925: 2016-07-29 moko
2926:
2927: * src/classes/table.C: table size should be checked inside menu and
2928: foreach (related to feature #858)
2929:
2930: * src/: classes/curl.C, classes/file.C, classes/string.C,
2931: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2932: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2933: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2934: charsets.get now does str_upper inside (related to feature #1061)
2935:
2936: * tests/: 342.html, results/342.processed: more code coverage tests
2937:
2938: * tests/: 342.html, outputs/342.processed: table menu code coverage
2939: + foreach test added (related to feature #858)
2940:
2941: * tests/: 341.html, results/341.processed: tests for
2942: ^table.hash[]{code} added + code coverage tests (related to
2943: feature #1057)
2944:
2945: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2946: value} support (implements feature #1057)
2947:
2948: * src/classes/table.C: whitespace
2949:
2950: 2016-07-28 moko
2951:
2952: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2953: from URL, if not specified query string removed from url-based
2954: filenames in ^curl:load[] and ^file::load[] (related to feature
2955: #1042)
2956:
2957: 2016-07-27 moko
2958:
2959: * tests/: 340.html, results/340.processed: test for
2960: transcode_text_result=false added (related to issue #1042)
2961:
2962: 2016-07-26 moko
2963:
2964: * src/types/pa_vfile.C: file name should not be empty (if file path
2965: is folder and ends with /) (related to feature #1042)
2966:
2967: * src/main/pa_http.C: whitespace optimizaion
2968:
2969: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2970: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2971: multiple headers, ^file::load supports headers transcoding
2972: (implements feature #1042)
2973:
2974: 2016-07-25 moko
2975:
2976: * src/include/pa_common.h: PA_DEFAULT added
2977:
2978: 2016-07-22 moko
2979:
2980: * tests/: 338.html, results/338.processed: test for
2981: $date.field(value) added (related to feature #1066)
2982:
2983: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2984: $date.field(value) now supported for y/m/d/h/m/s (implements
2985: feature #1066)
2986:
1.105 moko 2987: 2016-07-21 moko
2988:
2989: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2990: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2991: arguments removed; image.C - absolute path shown in exception
2992: (implements feature #1071)
2993:
2994: * tests/: 235.html, results/235.processed: test and test result
2995: updated after static boundary in mail and Errors-To: mail header
2996: removed (related to feature #1047)
2997:
2998: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2999: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3000: used, static boundary in mail removed, Errors-To: mail header
3001: removed (implements feature #1047)
3002:
3003: 2016-07-20 moko
3004:
3005: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3006: equest.classes(): Value -> VStateless_class, part 3 (related to
3007: issue #1051)
3008:
3009: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3010: request.classes(): Value -> VStateless_class, part 2 (related to
3011: issue #1051)
3012:
3013: * tests/results/: 224.processed, 323.processed: classes without
3014: methods should not be methoded (related to issue #1051)
3015:
3016: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3017: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3018: -> VStateless_class, part 1 (related to issue #1051)
3019:
3020: * tests/: 337.html, results/337.processed: test for
3021: ^reflection:fields_reference[] and VHashReference class added
3022: (related to feature #1072)
3023:
3024: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3025: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3026: and VHashReference added, allowing ^reflection:fields_reference[]
3027: implementation (closes feature #1072)
3028:
3029: 2016-07-19 moko
3030:
3031: * tests/: 323.html, results/323.processed: we want to see
3032: "methoded"
3033:
3034: * tests/: 336.html, results/336.processed: test for $BASE:property
3035: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3036: #1059)
3037:
3038: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3039: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3040: somebody_entered_some_class, $BASE:property works again,
3041: ^BASE:method[] bugs fixed (fixes bug #1059)
3042:
3043: 2016-07-14 moko
3044:
3045: * tests/: 335.html, results/335.processed: test for feature #1055
3046: added
3047:
3048: * src/classes/hash.C: bugfix: $._default was not copied if empty
3049: feature: ^hash.contains[_default] added (implements feature
3050: #1055)
3051:
3052: 2016-07-13 moko
3053:
3054: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3055: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3056:
3057: 2016-07-05 moko
3058:
3059: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3060: in ^hash.foreach (related to feature #1073)
3061:
3062: 2016-07-04 moko
3063:
3064: * tests/: 134.html, 281.html, results/134.processed,
3065: results/281.processed: tests updated after hash blocking removed
3066: (related to feature #1073)
3067:
3068: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3069: no longer blocks on change during foreach (implements feature
3070: #1073)
3071:
3072: 2016-06-17 moko
3073:
3074: * tests/: 330.html, results/330.processed: try exception source
3075: test added (related to bug in #1062)
3076:
3077: * tests/: 334.html, results/334.processed: Exception stack trace
3078: test added (related to bug in $1062)
3079:
3080: * src/classes/op.C: Exception trace now correctly restored and
3081: errors reported (related to bug #1062)
3082:
1.104 moko 3083: 2016-05-25 moko
3084:
3085: * src/main/compile.y: minor cleanup + beauty
3086:
3087: 2016-05-24 moko
3088:
3089: * tests/: 333.html, results/333.processed: more exceptions testing
3090:
3091: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3092: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3093: features #1056, #1026)
3094:
3095: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3096: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3097: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3098: (implements feature #1056)
3099:
3100: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3101: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3102: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3103: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3104: feature #1026)
3105:
3106: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3107: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3108: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3109: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3110: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3111: feature #1026)
3112:
3113: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3114: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3115: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3116: SYMBOLS_CACHING define implemented (related to feature #1026)
3117:
3118: * src/main/main.vcproj: + ps_symbols
3119:
3120: * src/: include/Makefile.am, include/pa_string.h,
3121: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3122: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3123: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3124: types/pa_vstateless_class.C: initial implementation for symbols
3125: cache (related to feature #1026)
3126:
3127: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3128:
3129: * src/main/pa_globals.C: minor cleanup
3130:
3131: 2016-05-19 moko
3132:
3133: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3134: (related to feature #1046)
3135:
3136: * tests/: 331.html, results/331.processed: test for
3137: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3138: (related to feature #1051)
3139:
3140: * src/main/compile.y:
3141: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3142: (implements feature #1054)
3143:
3144: 2016-05-18 moko
3145:
3146: * src/types/pa_vtable.C, tests/results/324.processed: no more
3147: "column not found" exception for ^table.no-such-method[] (related
3148: to feature #1046)
3149:
3150: * tests/: 261.html, results/261.processed: test added and updated
3151: after feature #1046 implementation
3152:
3153: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3154: types/pa_vvoid.h: $string.anything works for whitespace strings,
3155: ^string.contains added for hash compatibility, $string.method no
3156: longer returns stting method (implements feature #1046)
3157:
3158: 2016-05-12 moko
3159:
3160: * src/classes/curl.C: content-type response header no longer
3161: ignored (fixes issue #1045)
3162:
3163: * tests/: 330.html, results/330.processed: test for incomplete
3164: finally execution when break occures added (related to issue
3165: #1077)
3166:
3167: * src/classes/op.C: bugfix: Request::skip reset is called before
3168: executing catch and finally code (fixes issue #1062)
3169:
3170: 2016-05-11 moko
3171:
3172: * tests/: 329.html, results/329.processed: test for invalid
3173: ^break[] behavour added (bug #1077)
3174:
3175: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3176:
3177: 2016-04-24 moko
3178:
3179: * src/types/pa_vstateless_class.h: warning war
3180:
3181: 2016-04-17 moko
3182:
3183: * tests/: 328.html, results/328.processed: test for
3184: ^break(condition) and ^continue(condition) (related to feature
3185: #1063)
3186:
3187: * src/classes/op.C: ^break(condition) and ^continue(condition)
3188: implemented (feature #1063)
3189:
3190: 2016-04-12 moko
3191:
3192: * tests/results/280.processed: ordered hash now used for class
3193: methods and properties (test results updated for feature #1069)
3194:
3195: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3196: to xdoc.C as under FreeBSD it was inited after and inheritance
3197: failed (related to issue #1051)
3198:
3199: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3200: are printed to check inheritance (related to feature #1051)
3201:
1.103 moko 3202: 2016-04-09 moko
3203:
3204: * tests/results/320.processed: ordered hash now used for class
3205: methods and properties (test results updated for feature #1069)
3206:
3207: * src/types/pa_vstateless_class.h: ordered hash now used for class
3208: methods and properties (implements feature #1069)
3209:
3210: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3211: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3212: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3213: feature #1051)
3214:
3215: 2016-04-07 moko
3216:
3217: * src/main/execute.C: returned Value in .CLASS case for VJunction
3218: (related to feature #1051)
3219:
3220: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3221: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3222: string constants deduplication (related to feature #1051)
3223:
3224: * tests/results/224.processed: test result updated (related to
3225: feature #1051)
3226:
3227: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3228: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3229: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3230: types/pa_vstatus.h: classes hash now contains only
3231: VStateless_class derived objects, .CLASS is also allways
3232: VStateless_class derived object (related to feature #1051).
3233:
3234: 2016-04-06 moko
3235:
3236: * tests/results/323.processed: test result updated after feature
3237: #1051 implementation
3238:
3239: * src/: classes/classes.h, classes/op.C, classes/response.C,
3240: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3241: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3242: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3243: types/pa_vresponse.C, types/pa_vresponse.h,
3244: types/pa_vstateless_class.h: base -> methoded_donor for static
3245: classes, type() moved from VStateless_class to VClass and
3246: Methoded (implements feature #1051)
3247:
3248: 2016-04-04 moko
3249:
3250: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3251: beauty: put_class added (related to feature #1051)
3252:
3253: 2016-04-01 moko
3254:
3255: * tests/results/: 175.processed, 192.processed, 224.processed,
3256: 229.processed, 244.processed, 246.processed, 316.processed: test
3257: results updated as class.type() removed from error messages, only
3258: type() left (related to feature #1051)
3259:
3260: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3261: classes/op.C, classes/reflection.C, main/compile.y,
3262: main/compile_tools.h, main/execute.C, main/pa_request.C,
3263: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3264: types/pa_vmethod_frame.h, types/pa_vobject.h,
3265: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3266: from VStateless_class, type() is used instead (related to feature
3267: #1051)
3268:
3269: * src/classes/mail.C: old logic restored.
3270:
3271: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3272: classes/classes.h, classes/curl.C, classes/date.C,
3273: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3274: classes/hashfile.C, classes/image.C, classes/inet.C,
3275: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3276: classes/memcached.C, classes/memory.C, classes/reflection.C,
3277: classes/regex.C, classes/response.C, classes/string.C,
3278: classes/table.C, classes/xdoc.C, classes/xnode.C,
3279: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3280: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3281: feature #1051)
3282:
3283: 2016-03-30 moko
3284:
3285: * tests/: 327.html, results/224.processed, results/327.processed:
3286: test for TZ specification in ^date::create[], TZ is kept during
3287: ^date::create[$dt] (related to feature #1048)
3288:
3289: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3290: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3291: feature #1048)
3292:
3293: 2016-03-29 moko
3294:
3295: * tests/: 315.html, results/315.processed: test for timezone format
3296: +HHmm added (related to feature #1065)
3297:
3298: * src/classes/date.C: timezone format +HHmm now supported
3299: (implements feature #1065)
3300:
3301: 2016-03-28 moko
3302:
3303: * tests/: 202.html, results/131.processed, results/202.processed,
3304: results/224.processed, results/256.processed,
3305: results/315.processed: test results updated after %.2d now
3306: default for hours offset in iso-string (was %2d), test for
3307: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3308: added (related to feature #1065)
3309:
3310: 2016-03-27 moko
3311:
3312: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3313: feature #1065)
3314:
3315: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3316: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3317: added (implements feature #1065)
3318:
3319: 2016-03-24 moko
3320:
3321: * tests/: 202.html, results/202.processed: test $date.week added
3322: (related to bug #1067)
3323:
3324: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3325: date (fix for bug #1067)
3326:
3327: 2016-03-10 moko
3328:
3329: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3330:
1.102 moko 3331: 2015-12-07 moko
3332:
3333: * tests/: 326.html, results/326.processed: test for .CLASS &
3334: .CLASS_NAME optimization added (related to feature #844)
3335:
3336: 2015-11-17 moko
3337:
3338: * tests/: 323.html, results/323.processed: order added
3339:
3340: * tests/: 325.html, results/325.processed: double range test added
3341: (related to bug #1049)
3342:
3343: 2015-11-16 moko
3344:
3345: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3346: added to disallow NaN and Infinity (fixes bug #1049)
3347:
3348: 2015-11-11 moko
3349:
3350: * tests/324.html: parser 3.4.3 execution support added (related to
3351: feature #1017)
3352:
3353: * tests/: 324.html, results/324.processed: test for
3354: GET_ELEMENT4CALL feature added (feature #1017)
3355:
1.101 moko 3356: 2015-10-29 moko
3357:
3358: * operators.txt: updated for 3.4.4
3359:
3360: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3361:
3362: * src/main/pa_exec.C: get_exit_status implemented for Windows
3363: (related to bug #1043)
3364:
3365: 2015-10-28 moko
3366:
3367: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3368: hangup during ^file::exec (fixes bug #1043)
3369:
1.100 moko 3370: 2015-10-27 moko
3371:
3372: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3373:
1.99 moko 3374: 2015-10-26 moko
3375:
1.100 moko 3376: * tests/322.html, src/classes/reflection.C: arguments reorder
3377: (related to issue #1041)
3378:
3379: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3380: Copyright year updated
3381:
1.99 moko 3382: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3383: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3384: classes/form.C, classes/hash.C, classes/hashfile.C,
3385: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3386: classes/mail.C, classes/math.C, classes/memcached.C,
3387: classes/memory.C, classes/op.C, classes/reflection.C,
3388: classes/regex.C, classes/response.C, classes/string.C,
3389: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3390: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3391: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3392: include/pa_config_fixed.h, include/pa_config_includes.h,
3393: include/pa_dictionary.h, include/pa_dir.h,
3394: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3395: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3396: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3397: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3398: include/pa_request_charsets.h, include/pa_request_info.h,
3399: include/pa_sapi.h, include/pa_socks.h,
3400: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3401: include/pa_stack.h, include/pa_string.h,
3402: include/pa_stylesheet_connection.h,
3403: include/pa_stylesheet_manager.h, include/pa_table.h,
3404: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3405: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3406: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3407: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3408: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3409: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3410: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3411: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3412: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3413: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3414: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3415: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3416: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3417: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3418: main/pa_string.C, main/pa_stylesheet_connection.C,
3419: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3420: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3421: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3422: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3423: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3424: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3425: targets/isapi/parser3isapi.C, types/pa_junction.h,
3426: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3427: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3428: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3429: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3430: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3431: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3432: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3433: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3434: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3435: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3436: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3437: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3438: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3439: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3440: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3441: types/pa_vresponse.C, types/pa_vresponse.h,
3442: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3443: types/pa_vstateless_object.h, types/pa_vstatus.C,
3444: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3445: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3446: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3447: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3448: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3449:
3450: * src/targets/cgi/parser3.C: year updated
3451:
3452: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3453: issue #1041)
3454:
3455: * tests/: 323.html, results/323.processed: test for base classes
3456: added
3457:
3458: * tests/: 261.html, results/261.processed: updated after better
3459: error reporting done for $string.key exception
3460:
3461: * src/types/pa_vstring.h: better error report for $string.key
3462: exception
3463:
3464: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3465: copied as VObject::get_element4call to remove extra virtual call
3466:
3467: * tests/: 322.html, results/322.processed: test for
3468: ^reflection:is[] added (related to feature #1041)
3469:
3470: * src/classes/reflection.C: ^reflection:is empty value is void
3471: (related to feature #1041)
3472:
3473: * src/classes/reflection.C:
3474: ^reflection:is[class_name|code|method;[context;]element_name]
3475: added (implements feature #1041)
3476:
3477: 2015-10-24 moko
3478:
3479: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3480:
1.98 moko 3481: 2015-10-22 moko
3482:
3483: * tests/: 321.html, results/321.processed: test for
3484: ^reflection:method_info[] file detection added
3485:
3486: * tests/: 320.html, results/320.processed: test for
3487: ^reflection:class_by_name[class_name] added (related to feature
3488: #993)
3489:
3490: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3491: added (implements feature #993)
3492:
3493: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3494: (related to feature #1017)
3495:
3496: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3497: added (related to issue #1039)
3498:
3499: * src/main/pa_request.C: ^throw origin fixed (related to feature
3500: #1039)
3501:
3502: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3503: for VDate
3504:
3505: * tests/results/182.processed: updated after feature #1038
3506: implemented
3507:
3508: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3509: compile-time exception origin added (test for feature #1039)
3510:
3511: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3512: main/pa_request.C: exception unification: compile-time exceptions
3513: now have origin, @USE origins also tracked (implements feature
3514: #1039)
3515:
3516: 2015-10-20 moko
3517:
3518: * src/main/pa_request.C: cleanup
3519:
3520: 2015-10-15 moko
3521:
3522: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3523:
3524: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3525: types/pa_vtable.C: new feature: no more $table.method and
3526: $hash.method, aliases for _at, _count, _key (related to feature
3527: #1017)
3528:
1.97 moko 3529: 2015-10-14 moko
3530:
1.98 moko 3531: * tests/: 317.html, results/317.processed: test for
3532: ^string.unescape[] added (related to feature #120)
3533:
1.97 moko 3534: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3535: defined" bug (described in issue #1036)
3536:
3537: * tests/: 247.html, results/247.processed: test for checkBOM added
3538: (test for bug #1037)
3539:
3540: * src/: include/pa_charsets.h, main/pa_charsets.C,
3541: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3542: it's not enforced, skips BOM signature if it complies charset
3543: (fixes bug #1037)
3544:
3545: 2015-10-13 moko
3546:
3547: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3548: linking
3549:
3550: * src/classes/inet.C: vs2003 compilation fix
3551:
3552: * src/classes/math.C: warning war
3553:
3554: * src/lib/punycode/pa_punycode.c: warning war
3555:
3556: 2015-10-12 moko
3557:
3558: * src/lib/punycode/pa_punycode.c: warning war
3559:
3560: * parser3.sln: moved parser3 first, to make it default startup
3561: project
3562:
3563: * buildall: parser "mirror" now used for external libs sources
3564: (implements feature #1036)
3565:
3566: * buildall: most external libs are updated to their current
3567: versions (related to feature #1036)
3568:
3569: * src/classes/image.C: more tags added
3570:
3571: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3572:
3573: 2015-10-11 moko
3574:
3575: * src/classes/curl.C: minor optimization (related to feature #1035)
3576:
3577: 2015-10-09 moko
3578:
3579: * src/classes/curl.C: pa_strdup added for strings from curl
3580: (related to feature #1035)
3581:
3582: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3583: ULLONG_MAX definition
3584:
3585: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3586: (implements feature #1035)
3587:
3588: * src/main/pa_charset.C: String::Body(String::C) used
3589:
3590: * src/main/pa_charset.C: exceptions unified
3591:
3592: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3593: unified
3594:
3595: * src/: classes/file.C, classes/image.C, classes/mail.C,
3596: classes/op.C, classes/xdoc.C, classes/xnode.C,
3597: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3598: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3599: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3600: String::Body(String::C) constructor added (related to bug #957)
3601:
3602: * src/classes/file.C: minor optimization
3603:
3604: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3605: Cord(char*) autocreation (related to bug #957)
3606:
3607: * src/: classes/string.C, main/untaint.C: minor optimizations
3608:
3609: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3610: String(char*, Lang, length) removed, String(C(), Lang) used
3611: instead (related to bug #957)
3612:
3613: 2015-10-08 moko
3614:
3615: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3616: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3617: main/untaint.C: Now char * is converted to CORD only using
3618: AS_CORD() to check for empty cord bug (fixes bug #957)
3619:
3620: * src/include/pa_hash.h: fixed compilation without
3621: HASH_CODE_CACHING
3622:
3623: * src/classes/string.C:
3624: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3625: feature #120)
3626:
3627: * src/main/pa_common.C: reduce js flags checks count (related to
3628: feature #120)
3629:
1.96 moko 3630: 2015-10-07 moko
3631:
3632: * tests/: 275.html, results/275.processed: test modified after
3633: unsigned long long int support implemented (feature #1034)
3634:
3635: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3636: pa_atoul added for unsigned long long int support
3637:
3638: 2015-10-06 moko
3639:
3640: * src/types/pa_vdate.C: INT_MAX used
3641:
3642: 2015-10-03 moko
3643:
3644: * tests/: 302.html, results/302.processed: test for bug #1023
3645: (\u2028, \u2029 escaping) added
3646:
3647: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3648: json:string[] (fixes bug #1023)
3649:
3650: 2015-09-29 moko
3651:
3652: * tests/305.html: try-catch added for OS without ipv6 support
3653:
3654: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3655: compilation
3656:
3657: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3658: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3659: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3660: implemented to distinguish ^hash.method from $hash.field
3661: (implements feature #1017)
3662:
3663: * src/lib/punycode/pa_punycode.c: warning war
3664:
3665: * src/include/pa_config_includes.h: warning war
3666:
3667: * src/include/pa_config_includes.h: pragma warning actualized a bit
3668:
3669: * src/include/pa_config_includes.h: warning war
3670:
3671: * src/include/pa_hash.h: clang compilation fix
3672:
3673: 2015-09-27 moko
3674:
3675: * src/main/compile.tab.C: Bison 3 is now default
3676:
3677: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3678:
3679: 2015-09-25 moko
3680:
3681: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3682: works with undefined HASH_ORDER (related to feature #196)
3683:
3684: 2015-09-24 moko
3685:
3686: * tests/: 027.html, results/027.processed: test modified to test
3687: ^hash.sort (feature #196)
3688:
3689: * src/: classes/hash.C, include/pa_hash.h:
3690: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3691: added (implements feature #196)
3692:
3693: * tests/: 316.html, results/316.processed: Added test for bug #1025
3694: (exception handling in non-cached ^cache), plus for "it does not
3695: have logical value" and "$exception.handled value must be either
3696: boolean or string 'cache'" exceptions.
3697:
3698: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3699: code (fixes bug #1025)
3700:
1.95 moko 3701: 2015-09-23 moko
3702:
3703: * src/classes/table.C: warning war
3704:
3705: * src/: classes/math.C, types/pa_vcookie.C: warning war
3706:
3707: * src/classes/file.C: warning war
3708:
3709: * src/: include/pa_table.h, main/pa_table.C: warning war
3710:
3711: * src/: main/pa_request.C, classes/date.C: warning war
3712:
3713: * src/: types/pa_vdate.C, classes/op.C: warning war
3714:
3715: * tests/: 122.html, results/122.processed: win sync: to remove
3716: differences with OS that doesn't keep timezone change history
3717:
3718: * src/types/pa_vdate.C: tzset() should be called in Windows after
3719: TZ change (related to feature #36)
3720:
3721: * tests/: 075.html, results/075.processed: win sync: to remove
3722: differences with OS that doesn't keep timezone change history
3723:
3724: * tests/: 315.html, results/315.processed: win sync: to remove
3725: differences with OS that doesn't keep timezone change history
3726:
3727: * tests/: 256.html, results/256.processed: win sync: to remove
3728: differences with OS that doesn't keep timezone change history
3729:
3730: * tests/: 124.html, results/124.processed: win results sync: to
3731: avoid hitting time change hole.
3732:
3733: * src/types/pa_vdate.C: static returned. :)
3734:
3735: 2015-09-22 moko
3736:
3737: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3738:
3739: * tests/results/131.processed: more tests for feature #1032
3740:
3741: * src/classes/date.C: minor fix related to feature #1032
3742:
3743: * operators.txt: ISO date creation documented (related to feature
3744: #1032)
3745:
3746: * operators.txt: iso-string documented (related to feature #1032)
3747:
3748: * tests/: 315.html, results/315.processed: more tests added
3749: (related to feature #1032)
3750:
3751: * tests/: 131.html, results/131.processed: date range checks
3752: updated (related to feature #36)
3753:
3754: * tests/: 315.html, results/057.processed, results/315.processed:
3755: test added for ISO date support (related to issue #315)
3756:
3757: * src/classes/date.C: more readable exceptions in date creation
3758: (related to ticket #1032)
3759:
3760: 2015-09-18 moko
3761:
3762: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3763: added (related to issue #1032)
3764:
3765: * tests/results/256.processed, src/classes/json.C: iso-string
3766: documented (related to issue #1032)
3767:
3768: * tests/: 256.html, results/256.processed: ISO date check added
3769: (related to issue #1032)
3770:
3771: * tests/: 057.html, results/057.processed, results/224.processed:
3772: tests results updated after ISO date support implemented (related
3773: to feature #1032)
3774:
3775: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3776: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3777: ^date::create[string] constructor formalized, ^date.iso-string[]
3778: added (implements feature #1032)
3779:
3780: 2015-09-05 moko
3781:
3782: * operators.txt: actualized
3783:
3784: * operators.txt: date changes documented (related to ticket #36)
3785:
3786: 2015-09-04 moko
3787:
3788: * src/types/pa_vdate.C: warning war
3789:
3790: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3791:
3792: 2015-09-03 moko
3793:
3794: * tests/results/096.processed: test result updated for 0..9999 year
3795: date range support (related to feature #36)
3796:
3797: * tests/: 314.html, results/314.processed: test for
3798: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3799: bug #1031)
3800:
3801: * src/classes/string.C: Static calls fixed for ^string:base64[],
3802: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3803:
1.116 moko 3804: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3805: configure.in -> configure.ac
1.95 moko 3806:
1.116 moko 3807: * configure, configure.in, src/include/pa_config_auto.h.in: more
3808: correct timezone check for FreeBSD Warning war: configure.in ->
3809: configure.ac
1.95 moko 3810:
3811: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3812: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3813: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3814: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3815: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3816: src/main/Makefile.am, src/targets/apache/Makefile.am,
3817: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3818: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3819: check added
3820:
3821: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3822:
3823: * tests/results/: 124.processed, 224.processed: test resuls updated
3824: for new date implementation (related to feature #36)
3825:
3826: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3827: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3828: types/pa_vdate.h: new double date implementation with internal
3829: support for extended 0..9999 year range, default timezone support
3830: (related to feature #36)
3831:
3832: 2015-08-28 moko
3833:
3834: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3835: (fixes bug #1030)
3836:
3837: 2015-08-21 moko
3838:
3839: * src/classes/inet.C: snprintf size "bug" commented
3840:
3841: * src/main/pa_common.C: snprintf comments updated
3842:
3843: 2015-08-16 moko
3844:
3845: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3846:
3847: 2015-08-11 moko
3848:
3849: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3850: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3851: can be null (fixes bug #1029)
3852:
3853: 2015-08-06 moko
3854:
1.116 moko 3855: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3856: pa_vdate.C added
1.95 moko 3857:
3858: 2015-08-05 moko
3859:
3860: * tests/: 313.html, results/313.processed: test for
3861: ^table.count[columns] and ^table.flip[] with nameless tables
3862: (feature #1003)
3863:
3864: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3865: max_cell added, now ^table.count[columns] and ^table.flip[] works
3866: correctly for nameless tables (implements feature #1003)
3867:
3868: 2015-08-03 moko
3869:
3870: * tests/312.html: test for ^table.append[$hash] and
3871: ^table.insert[$hash] added (related to feature #1028)
3872:
3873: * src/classes/table.C: ^table.append[$hash] and
3874: ^table.insert[$hash] now supported (implements feature #1028)
3875:
3876: * tests/: 312.html, results/312.processed: test row copy in
3877: ^table.hash[; $.type[table] ] added (related to feature #1016)
3878:
3879: * src/classes/table.C: row copy now created in ^table.hash[;
3880: $.type[table] ] (related to feature #1016)
3881:
3882: 2015-07-29 moko
3883:
3884: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3885: added (related to feature #1016)
3886:
3887: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3888: ^table.delete[] added to delete current row (related to feature
3889: 1016)
3890:
3891: 2015-07-28 moko
3892:
3893: * tests/: 312.html, results/312.processed: test for
3894: $table.column[value] and ^table.insert{row} (related to feature
3895: #1016)
3896:
3897: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3898: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3899: ^table.insert{row} are now implemented (feature #1016)
3900:
3901: * src/include/pa_array.h: Optimization: bool reverse removed from
3902: append(), insert() added, memmove arguments order in remove()
3903: fixed (related to feature #1016)
3904:
3905: 2015-07-23 moko
3906:
3907: * src/classes/json.C: tainted json and empty json exception added
3908: (implements feature #1015)
3909:
3910: * tests/: 311.html, results/311.processed: empty json and tainted
3911: json exception test added (related to issue #1015)
3912:
3913: 2015-07-22 moko
3914:
3915: * tests/: 311.html, results/311.processed: test for UTF-8
3916: processing added
3917:
3918: * tests/: 311.html, results/311.processed: test for
3919: json_exception_with_source added (related to issue #394)
3920:
3921: * src/classes/json.C: json_exception_with_source added (implements
3922: feature #394)
3923:
3924: 2015-06-29 moko
3925:
3926: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3927: directories are now correctly determined if _d_type == DT_UNKNOWN
3928: (closes bug #1027)
3929:
3930: 2015-06-10 moko
3931:
3932: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3933: error if libxml has LIBXML_ICU_ENABLED.
3934:
3935: 2015-06-04 moko
3936:
3937: * tests/099.html: ups, reverting
3938:
3939: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3940: results/310.processed: tests for $response:body[ $.file[] ] and
3941: $response:last-modified added
3942:
3943: * src/main/pa_request.C: last-modified check fixed
3944:
3945: 2015-06-03 moko
3946:
3947: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3948: results/205.processed, results/293.processed: $response:headers
3949: logging added (tests for feature #1007)
3950:
3951: * src/: include/pa_common.h, include/pa_request.h,
3952: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3953: $response:headers are now in uppercase (closes feature #1007)
3954:
3955: 2015-06-02 moko
3956:
3957: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3958: build errors reverted for clang compatibility
3959:
3960: 2015-06-01 moko
3961:
3962: * src/include/pa_memory.h: -pedantic build errors fixed
3963:
3964: * src/classes/math.C: -pedantic build error fixed
3965:
3966: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3967:
3968: 2015-05-31 moko
3969:
3970: * src/classes/table.C: USE_STRINGSTREAM optimized
3971:
3972: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3973: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3974: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3975: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3976: types/pa_vxnode.h: warning war (-pedantic flag)
3977:
3978: 2015-05-28 moko
3979:
3980: * tests/: 308.html, results/308.processed: test for
3981: ^table::create[$t;], etc work added (related to bug #975)
3982:
3983: * src/classes/table.C: check_option_param removed,
3984: ^table::create[$t;], etc now works (fixes bug #975)
3985:
3986: 2015-05-27 moko
3987:
3988: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3989: (Debian jessie) fixed (closes issue #1024)
3990:
3991: * tests/Makefile: sort added as in Debian jessie list become
3992: unsorted
3993:
3994: 2015-05-18 moko
3995:
3996: * tests/: 201.html, results/201.processed: test for
3997: ^string.trim[what] feature #1022
3998:
3999: * src/classes/string.C: ^string.trim[what] now supported,
4000: implements feature #1022
4001:
4002: 2015-05-17 moko
4003:
4004: * tests/results/185.processed: test result updated as feature #1021
4005: implemented (left/right accept negative parameter)
4006:
4007: * src/classes/string.C: left/right now accept negative parameter
4008: (implements feature #1021)
4009:
4010: 2015-05-08 moko
4011:
4012: * src/classes/math.C: isalnum -> pa_isalnum
4013:
4014: * src/main/execute.C: optimization in getter-junction processing
4015: (related to issue #997)
4016:
4017: 2015-05-07 moko
4018:
4019: * tests/: 307.html, results/307.processed: test for issue #997
4020: added
4021:
4022: * src/main/execute.C: process_getter result now checked if junction
4023: returned (closes issue #997)
4024:
4025: * tests/: 305.html, results/305.processed: sort added to ignore
4026: different order
4027:
4028: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4029: assignment (closes issue #994)
4030:
4031: * tests/: 306.html, results/306.processed: test for issue #994
4032: added
4033:
4034: * tests/: 303.html, results/303.processed: two more errors tested
4035:
4036: 2015-05-06 moko
4037:
4038: * tests/: 305.html, results/305.processed: test for name2ip &
4039: ip2name added (related to feature #992)
4040:
4041: * tests/: 303.html, 304.html, results/303.processed,
4042: results/304.processed: tests for idna conversion added (related
4043: to issue #849)
4044:
4045: 2015-05-02 moko
4046:
4047: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4048: implemented
4049:
4050: 2015-04-30 moko
4051:
4052: * src/main/pa_http.C: idna_host added, related to issue #849
4053:
4054: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4055: (related to issue #849)
4056:
4057: 2015-04-24 moko
4058:
4059: * src/types/pa_vjunction.C: warning war
4060:
4061: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4062: unification
4063:
4064: * src/lib/punycode/pa_idna.c: warning war
4065:
4066: 2015-04-22 moko
4067:
4068: * src/main/main.vcproj: punycode include path added
4069:
4070: * src/lib/punycode/pa_idna.c: windows compile error fixed
4071:
4072: * src/lib/punycode/pa_idna.c: warning war
4073:
4074: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4075: project file added
4076:
4077: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4078:
4079: * src/include/pa_memory.h: warning war
4080:
4081: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4082: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4083: implemented (related to feature #849)
4084:
4085: * configure.in, src/main/Makefile.am,
4086: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4087: libpunycode added in Unix
4088:
4089: 2015-04-21 moko
4090:
4091: * configure.in: large files support
4092:
4093: 2015-04-15 moko
4094:
4095: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4096: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4097: pa_punycode.h: initial version for punycode/idna support library
4098: (ticket #849)
4099:
4100: 2015-04-08 moko
4101:
4102: * src/: classes/curl.C, classes/date.C, classes/file.C,
4103: classes/image.C, classes/mail.C, classes/reflection.C,
4104: classes/string.C, classes/xnode.C, include/pa_request.h,
4105: include/pa_string.h, include/pa_stylesheet_connection.h,
4106: main/compile.y, main/compile_tools.h, main/execute.C,
4107: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4108: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4109: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4110: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4111: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4112: clang compiler warnings (closes issue #1018)
4113:
4114: * src/include/pa_string.h: String::Body comparation operators with
4115: char * added (related to issue #958)
4116:
4117: 2015-04-07 moko
4118:
4119: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4120: pa_malloc/pa_free to remove system malloc/free usage (related to
4121: issue #1018)
4122:
4123: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4124: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4125: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4126: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4127: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4128: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4129: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4130: malloc/strdup/free replaced with pa_ version and checks for
4131: accidental use of non-pa_ version added (related to issue #1018)
4132:
4133: 2015-04-03 moko
4134:
4135: * buildall: pcre-8.33 -> pcre-8.36
4136:
4137: * src/: main/compile.y, classes/form.C, classes/mail.C,
4138: classes/op.C, classes/string.C, main/compile.tab.C,
4139: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4140: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4141: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4142: ticket #958)
4143:
4144: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4145: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4146: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4147: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4148: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4149: $request:headers, $request:method added (implements feature
4150: #1007)
4151:
4152: 2015-03-17 misha
4153:
4154: * tests/302.html: - test for
4155: ^json:string[...;$._default[method-name]]
4156:
4157: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4158: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4159: option $._default[method-name] is specified in ^json:string[], a
4160: method with specified name will be called for classes/objects
4161: serialization ( new feature: #982 )
4162:
4163: 2015-03-16 misha
4164:
4165: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4166: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4167: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4168: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4169: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4170: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4171: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4172: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4173: types/pa_vrequest.h, types/pa_vstateless_class.C,
4174: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4175: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4176: $var.CLASS_NAME now have special opcodes. This can be switched
4177: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4178: on pa_opcode.h ( new feature: #844 )
4179:
4180: 2015-03-15 misha
4181:
4182: * tests/075.html: - test for $response:header[]
4183:
4184: * src/types/pa_vresponse.C: - $response:header[] deletes header
4185: that was set earlie ( new feature: #1001 )
4186:
4187: 2015-03-12 misha
4188:
4189: * tests/246.html: - more tests for ^hash._at[]
4190:
4191: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4192: accepts second param [key|value|hash] ( new feature: #1012 )
4193:
4194: 2015-03-09 moko
4195:
4196: * src/types/pa_vmail.C: exception for everything but
4197: $mail:received, closes issue #1011
4198:
4199: 2015-02-20 moko
4200:
4201: * tests/: 275.html, results/275.processed: hex detection in
4202: pa_atoui fix test (closes issue #1010)
4203:
4204: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4205: issue #1010)
4206:
4207: 2015-02-17 moko
4208:
4209: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4210: tainted.
4211:
4212: 2015-02-03 misha
4213:
4214: * tests/301.html: - test for ^json:string($double) causes
4215: exception. bugfix: #1008
4216:
4217: * src/classes/json.C: - ^json:string($double) causes exception.
4218: bugfix: #1008
4219:
4220: * tests/014.html: - updated for work with ^hash.delete[]
4221:
4222: 2015-01-12 misha
4223:
4224: * src/: classes/form.C, include/pa_common.h,
4225: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4226: types/pa_vform.h: - supports body with PUT method as well ( new
4227: feature: #1006 )
4228:
4229: * src/classes/file.C: - warnings war
4230:
4231: 2015-01-11 misha
4232:
4233: * tests/300.html: - test for ^hash.delete[] is added
4234:
4235: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4236: feature: #989 ) - tiny optimization in intersects
4237:
4238: 2015-01-06 moko
4239:
4240: * src/types/pa_vmail.C: file names transcode added, to and cc added
4241: with transcode, attachments detection fixed
4242:
4243: * src/main/pa_request.C: filling mail received after cgi/auto.p
4244: load to allow charset switch (related to issue #996)
4245:
4246: 2014-12-31 moko
4247:
4248: * src/types/pa_vmail.C: from and subject now transcoded if not
4249: UTF-8 source charset (fixes issue 996)
4250:
4251: * src/main/pa_exception.C: fixed string from stack bug (closes
4252: issue #1000)
4253:
4254: 2014-12-11 misha
4255:
4256: * src/types/pa_vhashfile.C: - check if key is not empty before
4257: access ( bug fix: #1005 )
4258:
4259: 2014-11-13 misha
4260:
4261: * src/main/compile.y: - PC.append does not reset to false while
4262: creating a new class. bugfix: #990
4263:
4264: * tests/299.html: - test for creation class after working with
4265: partial class (create+append)
4266:
4267: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4268: #995
4269:
4270: * tests/232.html: - test for @get[def] added
4271:
4272: 2014-10-12 moko
4273:
4274: * src/lib/pcre/pcre_internal.vcproj: correct path
4275:
4276: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4277: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4278: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4279: targets/apache/ApacheModuleParser3.vcproj,
4280: targets/apache/ApacheModuleParser3Core.vcproj,
4281: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4282: types/types.vcproj: project GUID inserted in *.vcproj for correct
4283: conversion in newer VS versions
4284:
4285: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4286: pcre_internal.vcproj added
4287:
4288: 2014-08-28 moko
4289:
4290: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4291: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4292: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4293:
4294: 2014-06-30 misha
4295:
4296: * tests/298.html: - tests for ^reflection:def[class;className]
4297: added
4298:
4299: * src/classes/reflection.C: - ^reflection:def[class;className]
4300: added ( new feature: #918 )
4301:
4302: 2014-06-29 misha
4303:
4304: * src/classes/table.C: - ^table::create[unsupported data] -
4305: exception comment changed to "body must be table or code" ( bug
4306: fix: #951 )
4307:
4308: * tests/: 261.html, results/261.processed: - tests for
4309: ^json:string[...;$.void[null|string]] added
4310:
4311: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4312: option $.void[string|null] added to ^json:string[...] ( new
4313: feature: #952 )
4314:
4315: 2014-06-28 moko
4316:
4317: * src/classes/curl.C: $.charset now processed before other curl
4318: options (closes issue #980)
4319:
4320: 2014-05-23 misha
4321:
4322: * src/classes/json.C: - bug fix: #987
4323:
4324: 2014-05-04 misha
4325:
4326: * tests/: 253.html, 253_json.txt: - test for
4327: ^json:parse[$.int(false)] is added
4328:
4329: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4330: default true). The option is similar to $.double(bool) but for
4331: integers.
4332:
4333: 2014-05-01 moko
4334:
4335: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4336: #12 )
4337:
4338: 2014-04-16 moko
4339:
4340: * src/main/pa_http.C: response-charset option should finally work
4341: now (fix for issue #867)
4342:
4343: * src/main/pa_http.C: response-charset option should work now (fix
4344: for issue #867)
4345:
4346: 2014-03-07 moko
4347:
4348: * buildall: libgc moved
4349:
4350: * buildall: libgc moved
4351:
4352: 2013-12-29 moko
4353:
4354: * src/classes/string.C: ^string:js-unescape result now tainted,
4355: closes issue #966
4356:
4357: * tests/: 186.html, results/186.processed: ^string:js-unescape
4358: result now tainted, issue #966
4359:
4360: 2013-12-03 moko
4361:
4362: * src/: classes/memcached.C, types/pa_vmemcached.C,
4363: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4364: option was added for http://www.parser.ru/forum/?id=79343
4365:
4366: * src/classes/file.C: bugfix for
4367: http://www.parser.ru/forum/?id=79337
4368:
4369: 2013-11-05 moko
4370:
4371: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4372:
4373: * src/main/pa_globals.C: spelling fixed
4374:
4375: 2013-10-29 moko
4376:
4377: * src/lib/json/json.vcproj: json.c -> pa_json.C
4378:
4379: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4380: #892
4381:
4382: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4383: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4384: exceptions to be thrown thougth json library), related to issue
4385: #892
4386:
4387: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4388: related to issue #896
4389:
4390: 2013-10-24 moko
4391:
4392: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4393:
4394: 2013-10-23 moko
4395:
4396: * README: actualization
4397:
4398: 2013-10-22 moko
4399:
4400: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4401: compatibility patch from Sergey Kirpichev
4402:
4403: * tests/: 297.html, results/297.processed: non-working getter fix
4404: test for issue #948
4405:
4406: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4407: called when saving value of $match variable in ^string.match[] to
4408: increase compatibility (related to issue #948).
4409:
4410: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4411: usage optimization
4412:
4413: 2013-10-21 moko
4414:
4415: * tests/: 182.html, results/182.processed: local path removed for
4416: compatibility
4417:
4418: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4419: results/244.processed, results/253.processed,
4420: results/254.processed, results/275.processed,
4421: results/281.processed: try_catch -> try-catch
4422:
4423: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4424: results/294.processed, results/296.processed: try_catch ->
4425: try-catch
4426:
4427: 2013-10-20 moko
4428:
4429: * tests/: 296.html, results/296.processed: test for xsl exception
4430: for issue #938 added.
4431:
4432: * src/: include/pa_xml_exception.h,
4433: main/pa_stylesheet_connection.C: forgotten to be replaced
4434: XmlException is now replaced (once again closes issue #938)
4435:
4436: 2013-10-18 moko
4437:
4438: * buildall: disable clock_gettime detection to avoid librt linking
4439: (which in turn depends on libpthread), related to issue #943
4440:
4441: 2013-10-18 misha
4442:
4443: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4444: lib/smtp/smtp.vcproj, main/main.vcproj,
4445: targets/apache/ApacheModuleParser3Core.vcproj,
4446: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4447: types/types.vcproj: - new locations for libxml2 includes where
4448: added to vcproj files
4449:
4450: 2013-10-18 moko
4451:
4452: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4453: fix
4454:
4455: * tests/: 295.html, results/295.processed: test for issue #948
4456: updated
4457:
4458: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4459: :)
4460:
4461: * tests/: 295.html, results/295.processed: test for issue #948
4462: added
4463:
4464: * src/: classes/hash.C, classes/string.C, classes/table.C,
4465: include/pa_request.h, types/pa_method.h: for getters and setters
4466: to be executed request.put_element should be called, not
4467: context.put_element (fixes issue #948)
4468:
4469: 2013-10-17 moko
4470:
4471: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4472: LIBXML2_NEW_BUFFER check (closes issue #943)
4473:
4474: * buildall: libxml 2.9.1 build is broken --without-reader.
4475:
4476: 2013-10-16 moko
4477:
4478: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4479:
4480: * tests/: 294.html, results/294.processed: test for issue #938
4481:
4482: * src/: classes/xdoc.C, classes/xnode.C,
4483: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4484: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4485:
4486: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4487: libxslt-1.1.26 -> libxslt-1.1.28
4488:
4489: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4490: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4491: to '?', related to issue #938
4492:
4493: 2013-10-15 moko
4494:
4495: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4496: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4497: minor optimizations (closes issue #896)
4498:
4499: * tests/results/: 292.processed, 293.processed: results updated to
4500: comply with issue #896
4501:
4502: * tests/: 292.html, 293.html, results/292.processed,
4503: results/293.processed: tests for json escaping
4504:
4505: 2013-10-14 moko
4506:
4507: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4508: and cleanup, code moved from .h to .C, no changes in code
4509:
4510: 2013-10-12 moko
4511:
4512: * tests/results/119.processed: updated test result commited
4513:
4514: * tests/: 291.html, results/291.processed: test for issue #894
4515: added
4516:
4517: * src/types/pa_wcontext.h: base methods call support function
4518: get_somebody_entered_some_class should not be true forever, as
4519: wcontext can have many get_elements calls (fixes issue #894)
4520:
4521: 2013-10-11 moko
4522:
4523: * tests/: 290.html, results/290.processed: test for junction GPF
4524: issue #942 added
4525:
4526: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4527: to native method fixed (closes issue #942)
4528:
4529: * tests/: 158.html, results/158.processed: test for csv-string[]
4530: added
4531:
4532: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4533: feature #907)
4534:
4535: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4536: feature #907)
4537:
4538: 2013-10-09 moko
4539:
4540: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4541: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4542: types/pa_vstateless_class.C: GET_default, SET_default now works
4543: properly not only in objects, but in classes as well (closes
4544: issue #903)
4545:
4546: * tests/: 289.html, results/289.processed: GET/SET_default now
4547: works in classes, not only objects, test case added, related to
4548: issue #903
4549:
4550: * tests/: 288.html, results/288.processed: test for endless
4551: recursion bug added (related to issue #903)
4552:
4553: 2013-10-05 moko
4554:
4555: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4556: classes/table.C, main/execute.C, types/pa_method.h,
4557: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4558: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4559: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4560: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4561: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4562: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4563: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4564: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4565: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4566: optimization: put_element no longer has "bool areplace" argument,
4567: related to issue #903
4568:
4569: 2013-10-03 moko
4570:
4571: * tests/results/182.processed: result for $.replace(false) test
4572: commited
4573:
4574: * src/classes/date.C: ^date::create(number) processed correctly
4575: (fixes issue #901)
4576:
4577: * src/classes/image.C: as_no_junction removed, as param can be
4578: expression (closes issue #931)
4579:
4580: * tests/233.html: test for issue #931 added
4581:
4582: 2013-10-02 moko
4583:
4584: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4585: modified, test for $.replace(false) added
4586:
4587: * src/main/compile_tools.h: forgotten class replace returned. :)
4588:
4589: 2013-09-30 moko
4590:
4591: * tests/: 141.html, results/141.processed: md5 tainting test added
4592:
4593: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4594: main/compile_tools.h, main/pa_request.C: allow_class_replace
4595: implemented; $.replace option added to ^process and ^use
4596:
4597: 2013-08-27 moko
4598:
4599: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4600: cstr_to_string_body_untaint should be called with charsets for
4601: possible uri language and connection for possible sql language.
4602: related to issue #857
4603:
4604: * buildall: and -> or fixed
4605:
4606: 2013-08-26 moko
4607:
4608: * buildall: prepare_ functions logic changed to support
4609: gc-7.2d.tar.gz extracting to gc-7.2 directory
4610:
4611: 2013-08-23 moko
4612:
4613: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4614: statically
4615:
4616: 2013-08-22 moko
4617:
4618: * src/classes/string.C: String::Empty used (related to issue #912)
4619: append_know_length removed (related to old GPF bug)
4620:
4621: 2013-08-21 moko
4622:
4623: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4624:
4625: * src/classes/math.C: ^math:digest[...;$file] support added
4626: (related to ticket #857
4627:
4628: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4629: implemented
4630:
4631: * src/types/pa_vhashfile.h: warning war
4632:
4633: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4634: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4635: anti_endless_json_string_recoursion removed from request;
4636: json_string_recoursion added to json_options; $.indent[indent
4637: value] now supported and passed within recoursion closes feature
4638: #937
4639:
4640: * tests/: 287.html, results/287.processed: test for feature #937
4641:
4642: 2013-07-31 moko
4643:
4644: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4645: compilation having #define _S
4646:
4647: * src/main/pa_globals.C: cleanup
4648:
4649: 2013-07-30 moko
4650:
4651: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4652: main/pa_common.C: vs2003 warning war
4653:
4654: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4655:
4656: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4657:
4658: * src/lib/md5/pa_sha2.c: warning war
4659:
4660: 2013-07-29 moko
4661:
4662: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4663: patches from github
4664:
4665: * src/: classes/bool.C, classes/double.C, classes/int.C,
4666: classes/memcached.C, include/pa_config_includes.h,
4667: types/pa_vfile.C, types/pa_vfile.h: warning war
4668:
4669: * src/lib/json/json.vcproj: C++ -> C
4670:
4671: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4672:
4673: * src/lib/json/: json.c, pa_json.C: windows compatibility
4674:
4675: * src/lib/json/: json.c, pa_json.C: windows compatibility
4676:
4677: * src/lib/json/: json.c, pa_json.C: warning war
4678:
4679: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4680:
4681: * src/include/pa_config_fixed.h: uint16_t added
4682:
4683: * configure.in: uint16_t check added
4684:
4685: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4686: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4687: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4688: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4689: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4690:
4691: 2013-07-25 moko
4692:
4693: * parser3.sln: dependencies added
4694:
4695: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4696: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4697: module support
4698:
4699: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4700:
4701: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4702:
4703: 2013-07-23 moko
4704:
4705: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4706: PA_DEBUG_GC_MEMORY removed
4707:
4708: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4709: PA_DEBUG_DISABLE_GC compilation fix
4710:
4711: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4712: main/pa_request.C: outdated RESOURCES_DEBUG removed
4713:
4714: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4715: garbage cleanup
4716:
4717: * src/main/pa_common.C: warning war
4718:
4719: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4720:
4721: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4722: minor cleanup
4723:
4724: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4725: uses cygwin, not WIN32 implementation
4726:
4727: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4728: able to exec shell scripts
4729:
4730: * src/classes/math.C: ifdef WIN32 cleanup
4731:
4732: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4733:
4734: * src/classes/curl.C: LT_MODULE_EXT used
4735:
4736: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4737:
4738: 2013-07-22 moko
4739:
4740: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4741: includes fix
4742:
4743: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4744:
4745: * configure.in, src/include/pa_config_includes.h,
4746: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4747: src/main/pa_exec.C: includes cleanup
4748:
4749: * src/targets/cgi/parser3.C: 2012->2013
4750:
4751: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4752:
4753: * configure.in, src/include/pa_config_includes.h,
4754: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4755: src/main/pa_random.C, src/main/pa_socks.C,
4756: src/types/pa_vstatus.C: cygwin support cleanup
4757:
4758: * configure.in: dirent.h check added
4759:
4760: * src/: include/pa_config_includes.h, include/pa_dir.h,
4761: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4762: not copied
4763:
4764: 2013-07-21 moko
4765:
4766: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4767:
4768: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4769: parser3.vcproj: unused getopt.h / getopt.c removed
4770:
4771: * operators.txt, src/classes/file.C, tests/022.html,
4772: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4773: $.stat(true)] usage commented
4774:
4775: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4776: src/main/pa_dir.C: ^file:list[] now has dir column and when
4777: $.stat(true) it has size/*date columns modified patch from misha@
4778: that closes issue #914.
4779:
4780: * src/: include/pa_config_includes.h, main/pa_globals.C:
4781: PA_RELEASE_ASSERTS removed
4782:
4783: * src/lib/md5/pa_md5c.c: minor cleanup
4784:
4785: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4786: localeconv()->decimal_point usage remoed (related to issue #934)
4787:
4788: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4789: cordprnt.c removed
4790:
4791: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4792: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4793: pa-include/pa_strings.h: includes cleanup
4794:
4795: * src/lib/md5/pa_md5c.c: headers cleanup
4796:
4797: 2013-07-20 moko
4798:
4799: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4800: cleanup
4801:
4802: 2013-07-19 moko
4803:
4804: * src/classes/math.C: extern "C" added for crypt
4805:
4806: 2013-07-18 moko
4807:
4808: * src/classes/math.C: fix redhat7.2 build
4809:
4810: 2013-07-17 moko
4811:
4812: * configure.in, src/include/pa_config_includes.h,
4813: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4814: added for uint8/32/64_t)
4815:
4816: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4817: pa_config_includes.h used for uint32/64_t
4818:
4819: 2013-07-16 moko
4820:
4821: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4822: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4823: war
4824:
4825: * src/main/compile.tab.C: compile.y was updated
4826:
4827: * src/main/compile.y: warning war
4828:
4829: * src/: include/pa_exception.h, main/pa_exception.C,
4830: main/pa_xml_exception.C: warning war
4831:
4832: * src/: include/pa_common.h, main/pa_common.C: warning war
4833:
4834: * configure.in: beauty :)
4835:
4836: * tests/: 141.html, results/141.processed: sha256/512 added
4837:
4838: 2013-07-13 moko
4839:
4840: * src/lib/md5/md5.vcproj: sha2 added
4841:
4842: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4843: classes/math.C: sha2 support (sha256/sha512 digest)
4844:
4845: 2013-07-08 moko
4846:
4847: * src/classes/image.C: directory read or other read problem message
4848: fixed (related to issue #933)
4849:
4850: 2013-07-07 moko
4851:
4852: * AUTHORS: + misha + moko. :)
4853:
4854: 2013-07-06 moko
4855:
4856: * src/: classes/curl.C, include/pa_globals.h,
4857: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4858: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4859: for lt_dlinit to be called once and lt_dlexit called at right
4860: place (related to issue #925)
4861:
4862: 2013-07-04 moko
4863:
4864: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4865: VString::as_vfile now uses vfile.set_binary_string to avoid
4866: content-type to be set, as it brokes badly designed logic in
4867: response output. This hopefully finishes issue #928.
4868:
4869: * tests/results/: 256.processed, 286.processed: file now displayed
4870: as name, size, mode, content-type
4871:
4872: * src/main/pa_common.C: read error now reported cottectly (fixes
4873: issue #933
4874:
4875: 2013-06-28 moko
4876:
4877: * tests/: 286.html, results/286.processed: test extended
4878:
4879: * tests/: 286.html, results/286.processed: Test for issue #928
4880: added. it tests default content-type change.
4881:
4882: * src/types/pa_vfile.C: closes issue #928 - default content-type
4883: now updated
4884:
4885: 2013-06-25 moko
4886:
4887: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4888: content-type for text/binary files without name added;
4889: ^file::create[$f;...] options now works properly and $f
4890: properties are default (fixes issue #928)
4891:
4892: 2013-05-16 misha
4893:
4894: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4895: added
4896:
4897: * src/main/pa_table.C: - a tiny memory optimisation while creating
4898: table if specified limit is bigger than source rows count
4899:
4900: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4901: added ( new feature: #858 )
4902:
4903: 2013-04-29 moko
4904:
4905: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4906: $.ipresolve(0|1|2) added (closes issue #891)
4907:
4908: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4909:
4910: 2013-04-24 moko
4911:
4912: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4913: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4914: types/pa_vmemcached.h: ^memcache.release[] added, calls
4915: memcached_quit (refs #893)
4916:
4917: 2013-04-22 moko
4918:
4919: * src/: include/pa_string.h, main/pa_common.C: no more double
4920: slashes in file path (fixes bug #872)
4921:
4922: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4923: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4924: #739)
4925:
4926: * tests/results/266.processed: $.max_params added (feature #915)
4927:
4928: * src/: include/pa_common.h, main/pa_http.C: response-charset
4929: option added to file::load (closes issue #867)
4930:
4931: 2013-04-20 misha
4932:
4933: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4934: commited
4935:
4936: 2013-03-15 misha
4937:
4938: * src/classes/: hash.C, table.C: - Optimisation: do not create
4939: multiple empty strings while ::sql. uae String::Empty instead
4940:
4941: 2013-03-14 misha
4942:
4943: * src/classes/reflection.C: - for user classes
4944: ^reflection:method_info[] returns $.max_params and $.extra_param
4945: with $.call_type if they available ( new feature: #915 )
4946:
4947: * src/classes/file.C: - ^file:delete[] now supports an option
4948: $.exception(false) that suppress any exception while deleting
4949: file ( new feature: #916 )
4950:
4951: * src/classes/curl.C: - parsing cookies after curl:load now should
4952: work :)
4953:
4954: 2013-03-12 misha
4955:
4956: * src/types/pa_vfile.C: - if specified file_name is empty string
4957: set default name for the file
4958:
4959: 2013-03-11 misha
4960:
4961: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4962: also available in $f.cookies
4963:
4964: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4965: moved to a separate method
4966:
4967: 2013-03-10 moko
4968:
4969: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4970: added
4971:
4972: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4973: removed (declared by autoconf)
4974:
4975: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4976: uint32_t define
4977:
4978: 2013-03-10 misha
4979:
4980: * src/classes/file.C: ^file:delete and ^file:move now support
4981: option $.keep-empty-dirs(true) ( new feature: #884 )
4982:
4983: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4984: empty dirs is added
4985:
4986: 2013-03-10 moko
4987:
4988: * src/classes/: bool.C, double.C, int.C: default can be present,
4989: but default check removed from ^int/double/bool.int/double/bool
4990: for string.int/double/bool compatibility (related to issue #913)
4991:
4992: * src/classes/string.C: ^string.int/dobule/bool no longer
4993: internally throws exception if default is present (closes issue
4994: #913)
4995:
4996: 2013-03-09 misha
4997:
4998: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4999: optimisations ( #845 )
5000:
5001: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5002:
5003: 2013-03-08 moko
5004:
5005: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5006: creates correct table (fixes issue #910)
5007:
5008: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5009: use outside of 'connect' operator (fixes issue #911)
5010:
5011: * tests/results/: 096.processed, 122.processed: test results
5012: updated as doubles now printed with 15 significant digits, not 5
5013: (fixes issue #882)
5014:
5015: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5016: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5017:
5018: 2013-02-21 moko
5019:
5020: * src/classes/table.C: _locate_name_value does not check arguments
5021: count, so we check it in advance (fixes issue #905)
5022:
5023: 2012-10-23 moko
5024:
5025: * buildall: old shell for and echo compatibility (for six)
5026:
5027: 2012-10-19 moko
5028:
5029: * buildall: --strip added --disable-safe-mode listed in usage
5030:
5031: 2012-10-17 misha
5032:
5033: * src/classes/op.C: - apply-taint should not throw "outside
5034: connect" exception with sql lang now
5035:
5036: 2012-10-17 moko
5037:
5038: * src/main/pa_request.C: bugfix: safe mode should be inited for
5039: each request (for apache module)
5040:
5041: 2012-09-26 moko
5042:
5043: * src/doc/doxygen.cfg: png -> svg
5044:
5045: 2012-09-25 moko
5046:
5047: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5048: test added
5049:
5050: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5051: double use when key is long
5052:
5053: 2012-09-16 moko
5054:
5055: * src/classes/math.C: Format -> Method Encode -> Format
5056:
5057: * tests/: 141.html, results/141.processed: math:digest hmac test
5058: added
5059:
5060: 2012-09-14 moko
5061:
5062: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5063: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5064: implementation added
5065:
5066: 2012-09-12 moko
5067:
5068: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5069: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5070: targets.dox and string.dox slightly actualized
5071:
5072: 2012-08-31 moko
5073:
5074: * ChangeLog: now generated with patched cvs2cl.pl
5075:
5076: 2012-07-29 moko
5077:
5078: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5079: result should be pushed after VMethodFrame destructor is called,
5080: as it deletes junctions from stack params (fixes issue #868)
5081:
5082: 2012-07-23 moko
5083:
5084: * INSTALL, README: buildall script usage documented, other outdated
5085: info updated.
5086:
5087: * buildall-with-xml, buildall-without-xml: replaced by buildall
5088:
5089: 2012-07-21 moko
5090:
5091: * buildall: glib does not compile when threads are disabled...
5092:
5093: * src/types/pa_vmail.C: g_assertion fixes for empty input
5094:
5095: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5096: unref, can't unref nested objects)
5097:
5098: * src/types/pa_vmail.C: another check added
5099:
5100: 2012-07-19 moko
5101:
5102: * buildall: usage added
5103:
5104: * buildall: new buildall script that unites buildall-with-xml,
5105: buildall-without-xml, --with-apache and --with-mailreceive
5106:
5107: * configure.in: support for static gmime and dynamic glib linking.
5108: fixes for FreeBSD
5109:
5110: 2012-07-17 moko
5111:
5112: * configure.in: --with-mailreceive replaced
5113: --with-static-mailreceive and --with-shared-mailreceive pathlink
5114: removed
5115:
5116: 2012-07-16 moko
5117:
5118: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5119: capitalized, content now decoded and text content converted to
5120: $request:charset. all properties are accessed by functions, this
5121: ready for dynamic load.
5122:
5123: 2012-06-28 moko
5124:
1.116 moko 5125: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5126: 32 bit
1.95 moko 5127:
5128: 2012-06-27 moko
5129:
5130: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5131: passive ftp
5132:
5133: * src/lib/ltdl/ltdl.vcproj: release build fixed
5134:
5135: * configure.in: 3.4.2 RC -> 3.4.2
5136:
5137: 2012-06-22 moko
5138:
5139: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5140: #815)
5141:
5142: * tests/: 284.html, results/284.processed: output options test
5143: (feature #265)
5144:
5145: 2012-06-22 misha
5146:
5147: * tests/215.html: - little changes
5148:
5149: 2012-06-21 moko
5150:
5151: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5152: types/pa_vxdoc.h: output_options returned and used (bugfix for
5153: feature #265)
5154:
5155: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5156: breaks long .*, default 10M restored. (issue #216)
5157:
5158: * tests/: 283.html, results/283.processed: test for issue #815
5159: added
5160:
5161: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5162: again, cstrm not required.
5163:
5164: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5165: Win32 and broken FreeBSD (issue #45)
5166:
5167: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5168:
5169: * src/main/pa_string.C: warnings war
5170:
5171: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5172: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5173: main/pa_socks.C, targets/apache/pa_threads.C,
5174: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5175: types/pa_vstatus.C: compilation under cygwin fixed
5176:
5177: 2012-06-19 moko
5178:
5179: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5180: Windows fixed
5181:
5182: * parser3.sln: removed antique pcre_ctype
5183:
5184: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5185:
5186: * src/include/pa_config_fixed.h: undefined reference to
5187: __imp__pcre_* fix for Windows
5188:
5189: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5190: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5191: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5192: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5193: define fixed
1.95 moko 5194:
5195: 2012-06-18 moko
5196:
5197: * src/classes/memcached.C: flush -> clear
5198:
5199: * src/classes/memcached.C: memcached does not support quotes even
5200: in server name
5201:
5202: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5203: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5204: called on open to check servers existance. $.key(true) syntax
5205: now supported
5206:
5207: 2012-06-17 moko
5208:
5209: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5210: cleanup
5211:
5212: * src/classes/table.C, tests/282.cfg, tests/282.html,
5213: tests/results/282.processed: encloser at the EOF bug fixed,
5214: incorrectly enclosed data now processed more logicaly (fixes
5215: #339)
5216:
5217: 2012-06-15 moko
5218:
5219: * buildall-without-xml: sync with buildall-with-xml
5220:
5221: * buildall-with-xml: download auto-detected between fetch and curl
5222:
5223: * configure.in: --with-gc and --with-pcre now also processed
5224: correctly
5225:
1.116 moko 5226: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5227: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5228: should be run on rol1 using automake / aclocal (GNU automake)
5229: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5230:
5231: * configure.in: new PARSER_VERSION logic
5232:
5233: * src/include/pa_version.h: new pa_version.h logic
5234:
5235: * src/: classes/curl.C, classes/file.C, classes/image.C,
5236: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5237: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5238: feols_normalized -> fis_text_content set_binary added
5239:
5240: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5241:
5242: 2012-06-15 misha
5243:
5244: * src/: classes/curl.C, classes/file.C, classes/image.C,
5245: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5246: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5247: ^file::create[text;content] EOLs in content now is normalized. (
5248: new feature: #815 )
5249:
5250: 2012-06-15 moko
5251:
5252: * configure.in: --disable-version-update added to disable version
5253: update with host information (for debian package) whitespace
5254: optimized
5255:
5256: * configure.in: version changed to 3.4.2 RC no-pic added for
5257: libtool
5258:
5259: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5260: it.
5261:
5262: 2012-06-14 moko
5263:
5264: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5265: tests/results/281.processed: "hash flocked" error removed for
5266: safe operations like ^h._count[] ( new feature: #335 )
5267:
1.116 moko 5268: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5269:
5270: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5271:
5272: * configure.in: --with-static/shared xml replaced with --with-xml,
5273: xml compilation check added
5274:
5275: * configure.in: --with-static/shared-gc, --with-static-pcre are
5276: replaced with --with-gc and --with-pcre test for pcre linking
5277: added
5278:
5279: 2012-06-13 moko
5280:
5281: * configure.in: apxs2 check optimized
5282:
5283: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5284: .la, includes optimized
5285:
5286: * buildall-with-xml: --with-pic looks better for -fPIC
5287:
5288: * configure.in: switched to convenience library in static linking
5289:
5290: * src/targets/apache/Makefile.am: switched to convenience library
5291: usage to avoid libtool warnings
5292:
5293: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5294: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5295: smtp/Makefile.am: switched to convenience library usage
5296:
5297: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5298:
5299: * src/targets/apache/Makefile.am: updated for libtool usage
5300:
5301: * buildall-without-xml: --with-included-ltdl added
5302:
5303: * buildall-without-xml: sync with buildall-with-xml
5304:
5305: * buildall-with-xml: --with-included-ltdl added $cflags added for
5306: -fPIC for x64 $download added for wget success check added
5307:
5308: * buildall-without-xml: --with-dynamic-stdcpp removed
5309:
5310: * configure.in: disable-static returned
5311:
5312: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5313: LIBTOOLFLAGS
5314:
5315: 2012-06-12 moko
5316:
5317: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5318: compatible with LIBTOOLFLAGS for unknown reasons
5319:
5320: * buildall-with-xml: --with-dynamic-stdcpp removed
5321:
5322: * configure.in: static/dynamic -lstdc++ linking option removed
5323: apxs2 check added
5324:
5325: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5326: option removed
5327:
5328: 2012-06-10 moko
5329:
5330: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5331: added
5332:
5333: * src/targets/cgi/pp3.cmd: old PAF stuff
5334:
1.116 moko 5335: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5336: beauty
1.95 moko 5337:
5338: * depcomp: from libtool 2.4.2
5339:
5340: * configure.in: ltdl directory removed, it has correct Makefile.in
5341:
5342: 2012-06-09 moko
5343:
1.116 moko 5344: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5345: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5346: autogenerated files updated after libtool update
5347:
1.116 moko 5348: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5349: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5350: config_auto.h.in, config_fixed.h, configure, configure.ac,
5351: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5352: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5353: config/compile, config/config.guess, config/config.sub,
5354: config/depcomp, config/install-sh, config/ltmain.sh,
5355: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5356: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5357: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5358: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5359: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5360: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5361: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5362: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5363:
5364: * configure.in: preparation for new libtool
5365:
5366: * configure.in: Some beauty added :)
5367:
5368: * src/targets/apache/Makefile.am: := -> =
5369:
5370: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5371: again. :)
5372:
5373: * src/include/pa_config_includes.h, configure.in: limits.h added,
5374: previously was taken from pcre_internal.h. :)
5375:
5376: * src/lib/pcre/Makefile.am: config.h returned
5377:
5378: * src/lib/pcre/config.h: still need this. :)
5379:
5380: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5381:
5382: * configure.in: --with-charsets removed; --with-mysql-client & co
5383: removed
5384:
5385: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5386: now in parser tree, no need to copy
5387:
5388: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5389: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5390: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5391: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5392: extracts now used old trash removed
5393:
5394: * etc/parser3.charsets/Makefile.am: charsets now in share
5395: (debian/patches/104_automake.patch) + all charsets are copied
5396:
5397: * buildall-with-xml, buildall-without-xml: curl option removed +
5398: extra arguments now supported
5399:
5400: 2012-06-08 misha
5401:
5402: * src/classes/table.C: - one params.as_hash usage was rolled back:
5403: the 2nd option in ^table.hash[] could be hash or table so
5404: .as_hash will throw an exception when table option is specified
5405:
5406: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5407: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5408: classes/table.C, classes/void.C, classes/xdoc.C,
5409: include/pa_exception.h, types/pa_vmethod_frame.C,
5410: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5411: and improved (whitespaces are allowed as empty options) -
5412: MethodParams::as_table is added - above methods are used for
5413: parsing methods' options ( new feature: #9 )
5414:
5415: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5416: to vclass. now class fields can be accessible as a hash:
5417: $h[^hash::create[$asd:CLASS]]
5418:
5419: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5420: have get_fields method so their fields can be accessed with
5421: ^reflection:fields[...] & ^reflection:field[...]
5422:
5423: 2012-06-06 misha
5424:
5425: * tests/280.html: - tests for
5426: ^reflection:method[obj-or-class;method],
5427: ^reflection:field[obj-or-class;field] and
5428: ^reflection:fields[obj-or-class] are added
5429:
5430: 2012-06-05 misha
5431:
5432: * src/classes/reflection.C: - ^reflection:method[class or
5433: object;method name] and ^reflection:field[class or object;field
5434: name] are added
5435:
5436: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5437: is used
5438:
5439: * src/types/pa_method.h: - Method::as_vjunction method is added
5440:
5441: 2012-06-05 moko
5442:
1.116 moko 5443: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5444:
5445: * src/classes/memcached.C: flish ttl fixed
5446:
5447: 2012-06-04 moko
5448:
5449: * src/classes/json.C, src/classes/op.C, tests/279.html,
5450: tests/results/279.processed: ^json:parse[] now supports $.taint
5451: option (new feature #833)
5452:
5453: 2012-06-04 misha
5454:
5455: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5456: - search_stop method was moved from pa_vcookie.C to pa_common.C
5457:
5458: 2012-06-03 misha
5459:
5460: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5461: cookies are parced and stored into $.cookies ( new feature: #31 )
5462:
5463: 2012-05-30 misha
5464:
5465: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5466: incomplete class into a scope while @USE is found
5467:
5468: * src/main/compile.y: - add incomplete class into a scope while
5469: @USE and @CLASS instructions are found ( bugfix: #838 )
5470:
5471: 2012-05-30 moko
5472:
5473: * src/types/pa_vclass.C, tests/278.html,
5474: tests/results/278.processed: removed "property has no getter
5475: method" exception when GET_DEFAULT present (fixes #269)
5476:
5477: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5478: $._default
5479:
5480: 2012-05-29 moko
5481:
5482: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5483: uninitialized values usage (new feature: #154)
5484:
5485: 2012-05-28 moko
5486:
5487: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5488: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5489: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5490: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5491: src/types/pa_vobject.C, src/types/pa_vobject.h,
5492: src/types/pa_vstring.h, src/types/pa_vtable.C,
5493: tests/results/277.processed, src/types/pa_vtable.h,
5494: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5495: ^json:string[$o; $.default[$method]] implemented for VObject (new
5496: feature #803)
5497:
5498: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5499: tests/results/277.processed: json numbers are now treated as
5500: double ( new feature: #834 )
5501:
5502: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5503: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5504: added for out of range checks, zero division in vint/vdouble
5505: check added ( fixes #832 )
5506:
5507: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5508: ( fixes #832 )
5509:
5510: 2012-05-28 misha
5511:
5512: * buildall-with-xml: - --without-lzma option is added to libxml2
5513: configure
5514:
5515: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5516: added - tests for unsupported values for options $.file, $.table
5517: and $.date are added
5518:
5519: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5520: accepts "stat" $.file[] option's value in addition to existed
5521: "text" and "base64" ( new feature: #835 )
5522:
5523: * tests/276.html: - test for
5524: ^reflection:delete[$object-or-class;field-name]
5525:
5526: * src/classes/reflection.C: -
5527: ^reflection:delete[$object-or-class;field-name] is added ( new
5528: feature: #268 )
5529:
5530: 2012-05-27 misha
5531:
5532: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5533:
5534: 2012-05-24 misha
5535:
5536: * src/include/pa_common.h: - method lastposafter was removed
5537:
5538: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5539: lastposafter - ^file:dirname[] & Co proper handle windows file
5540: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5541: work as *nix commands
5542:
5543: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5544:
5545: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5546: rskipchars were added
5547:
5548: * tests/270.html: - more tests for ^file:find[]
5549:
5550: * tests/065.html: - more tests for ^file:dirname[] & Co
5551:
5552: * src/include/pa_version.h: - must be "win32" here. it is
5553: auto-generated on *nix
5554:
5555: 2012-05-24 moko
5556:
5557: * src/classes/math.C: ^math:convert[] now supports uint32 and
5558: throws overflow exception ( new feature: #830 )
5559:
5560: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5561: uint32 support and overflow added ( new feature: #830 )
5562:
5563: 2012-05-23 moko
5564:
5565: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5566: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5567: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5568: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5569: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5570: types/pa_vregex.h, types/pa_vstateless_class.C,
5571: types/pa_vstateless_class.h, types/pa_vstring.h,
5572: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5573: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5574: "return string as-is" removed from as_expr_result. ( new feature:
5575: #831 )
5576:
5577: * tests/results/244.processed: test changed after bug #782 fix
5578: commited
5579:
5580: * tests/results/229.processed: test results for bug #782 commited
5581:
5582: * tests/: 254.html, results/254.processed: uid now just compared,
5583: not printed. :)
5584:
5585: 2012-05-20 moko
5586:
5587: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5588: feature: #341 )
5589:
5590: * tests/: 254.html, results/254.processed: test for
5591: ^reflection:uid[] added
5592:
5593: * tests/: 254.html, results/254.processed: test for
5594: ^reflection:uid[$obj] added
5595:
5596: 2012-05-17 misha
5597:
5598: * src/main/untaint.C: - do not replace ' char by _26 while
5599: exploding filespec-tainting ( new feature: #829 )
5600:
5601: 2012-05-12 moko
5602:
5603: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5604: not.
5605:
5606: 2012-05-08 moko
5607:
5608: * src/types/pa_vmethod_frame.h: bug #782 fixed
5609:
5610: * tests/229.html: test for bug #782
5611:
5612: * tests/results/259.processed, src/main/pa_request.C,
5613: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5614: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5615: src/types/pa_vvoid.h: feature #154 - first empty param now
5616: string; defined locals are empty strings; $STRICT-VARS(true)
5617: added
5618:
5619: 2012-04-27 moko
5620:
1.116 moko 5621: * src/targets/apache/Makefile.am:
1.95 moko 5622: ../../lib/memcached/libmemcached.a added
5623:
5624: 2012-04-27 misha
5625:
5626: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5627: ( #827 )
5628:
5629: 2012-04-25 moko
5630:
5631: * src/: classes/json.C, classes/memcached.C,
5632: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5633: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5634: implemented.
5635:
5636: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5637:
5638: 2012-04-23 moko
5639:
5640: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5641: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5642: types/pa_vmemcached.h: open allows options hash for new
5643: memcached(options) function
5644:
5645: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5646: not appended
5647:
5648: 2012-04-21 moko
5649:
5650: * src/classes/curl.C: '' added. :)
5651:
5652: * src/classes/classes.vcproj: new curl.h location
5653:
5654: * src/classes/curl.C: verbose output redirection from stderr to
5655: file curl option added
5656:
5657: 2012-04-20 moko
5658:
5659: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5660: contains what we need from curl, #ifdef HAVE_CURL removed
5661:
1.116 moko 5662: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5663: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5664: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5665: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5666: configure option
5667:
5668: 2012-04-19 moko
5669:
5670: * src/: classes/double.C, classes/inet.C, classes/int.C,
5671: classes/string.C, lib/gc/include/gc_allocator.h,
5672: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5673: options from sql_result_string removed. (closes issue #468)
5674:
5675: * src/types/pa_vmemcached.C: empty string fix
5676:
5677: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5678: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5679: pa_vmemcached.C
5680:
5681: 2012-04-18 moko
5682:
5683: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5684: apache2-mpm-prefork" error displayed in threaded mpm.
5685:
5686: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5687: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5688: installed (issue #354)
5689:
5690: 2012-04-16 moko
5691:
5692: * src/types/pa_vmemcached.C: call to memcached_result_create and
5693: memcached_result_free removed
5694:
5695: 2012-04-14 moko
5696:
5697: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5698:
5699: * src/types/pa_vmemcached.C: check_key added and used
5700:
5701: 2012-04-13 moko
5702:
5703: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5704: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5705: Serialization_data now added and used, VString now serialized
5706: with languages into memcached.
5707:
5708: 2012-03-28 moko
5709:
5710: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5711: lib/memcached/pa_memcached.h: result lengths added
5712:
5713: 2012-03-27 moko
5714:
5715: * src/types/pa_vmemcached.C: strdup added
5716:
5717: 2012-03-24 moko
5718:
5719: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5720: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5721: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5722:
5723: 2012-03-20 moko
5724:
1.116 moko 5725: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5726:
5727: * src/targets/cgi/Makefile.am: cleanup
5728:
5729: * src/: types/Makefile.am, types/pa_vmemcached.C,
5730: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5731:
5732: * src/: classes/Makefile.am, classes/memcached.C,
5733: lib/memcached/Makefile.am, lib/memcached/constants.h,
5734: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5735: lib/memcached/types.h, lib/Makefile.am: memcached initial
5736:
5737: 2012-03-16 moko
5738:
5739: * src/main/execute.C: ident now works under Linux + ident displays
5740: filenames (closes issue #818)
5741:
1.116 moko 5742: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5743: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5744: pa_vmethod_frame_local.h removed
5745:
5746: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5747: classes/classes.h, classes/curl.C, classes/date.C,
5748: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5749: classes/hashfile.C, classes/image.C, classes/inet.C,
5750: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5751: classes/memory.C, classes/op.C, classes/reflection.C,
5752: classes/regex.C, classes/response.C, classes/string.C,
5753: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5754: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5755: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5756: include/pa_config_fixed.h, include/pa_config_includes.h,
5757: include/pa_dictionary.h, include/pa_dir.h,
5758: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5759: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5760: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5761: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5762: include/pa_request_charsets.h, include/pa_request_info.h,
5763: include/pa_sapi.h, include/pa_socks.h,
5764: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5765: include/pa_stack.h, include/pa_string.h,
5766: include/pa_stylesheet_connection.h,
5767: include/pa_stylesheet_manager.h, include/pa_table.h,
5768: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5769: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5770: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5771: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5772: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5773: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5774: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5775: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5776: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5777: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5778: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5779: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5780: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5781: main/pa_string.C, main/pa_stylesheet_connection.C,
5782: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5783: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5784: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5785: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5786: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5787: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5788: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5789: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5790: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5791: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5792: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5793: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5794: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5795: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5796: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5797: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5798: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5799: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5800: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5801: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5802: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5803: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5804: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5805: types/pa_vresponse.h, types/pa_vstateless_class.C,
5806: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5807: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5808: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5809: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5810: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5811: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5812: ident now works under Linux + ident displays filenames (closes
5813: issue #818) Copyright updated
5814:
5815: 2012-03-13 moko
5816:
5817: * src/main/pa_string.C: compilation fix for feature #741
5818:
5819: 2012-03-09 misha
5820:
5821: * tests/193.html: - tests for ^string:base64[encoded] are updated
5822:
5823: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5824: now detects invalid base64 chars in the middle of encoded stricg
5825: ( new feature: #55 )
5826:
5827: * src/include/pa_exception.h: - new exception type for base64
5828: decoding is added
5829:
5830: 2012-03-06 misha
5831:
5832: * tests/274.html: - tests for ^date::today[] and
5833: ^date.sql-string[datetime|date|time] are added
5834:
5835: * src/classes/date.C: - constructor ^date::today[] is added ( new
5836: feature: #811 ) - ^date.sql-string[] now can accept one param --
5837: strings "datetime", "date" or "time" - comments tidying up
5838:
5839: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5840: date and time
5841:
5842: 2012-03-03 misha
5843:
5844: * tests/193.html: - tests for
5845: ^string:base64[encoded;$.strict(true)] are added
5846:
5847: * tests/results/auto.p: - try-catch operator is added
5848:
5849: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5850: main/pa_common.C: - $.strict(true|false) option is added to
5851: base64 decode methods ( new feature: #55 )
5852:
5853: * src/main/pa_common.C: - base64 decode memory usage was decreased
5854: ( new feature: #819 )
5855:
5856: 2012-02-28 moko
5857:
5858: * src/classes/hash.C: ident test
5859:
5860: 2012-02-27 misha
5861:
5862: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5863:
5864: 2012-01-08 misha
5865:
5866: * tests/273.html: - tests for ^string.replace[from;to] are added
5867:
5868: * src/: classes/string.C, include/pa_dictionary.h,
5869: main/pa_dictionary.C, main/pa_string.C: -
5870: ^string.replace[from;to] is added ( new feature: #741 ) -
5871: ^string.replace[one subst here] is slightly optimized
5872:
5873: 2011-12-07 misha
5874:
5875: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5876: named table with one empty column ( bugfix: #63 )
5877:
5878: 2011-11-30 misha
5879:
5880: * src/classes/json.C: - it's possible to set user's method for
5881: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5882: #763 )
5883:
5884: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5885:
5886: 2011-11-23 misha
5887:
5888: * src/: classes/curl.C, classes/file.C, classes/image.C,
5889: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5890: types/pa_vfile.h, types/pa_vform.C: - constructor
5891: ^file::create[mode;filename;content[;options]] now accepts binary
5892: mode and file-content - new constructor's format:
5893: ^file::create[string-or-file-content[;$.name[filename]
5894: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5895: feature: #65 )
5896:
5897: * src/: include/pa_request.h, main/pa_request.C: - new method
5898: mime_type_of(const String*) is added
5899:
5900: * src/include/pa_exception.h: - new exception constant
5901: FILE_NAME_MUST_BE_SPECIFIED is added
5902:
5903: * src/classes/table.C: - bug with negative offset transformed into
5904: a feature. it means pointing to a row from the end of the table (
5905: new feature: #810 )
5906:
5907: 2011-11-19 misha
5908:
5909: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5910: â ìåòîäå _select ( new feature: #810 )
5911:
5912: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5913: options were specified together is simplified
5914:
5915: 2011-11-12 misha
5916:
5917: * src/main/pa_request.C: - forgotten fix for escaping filename in
5918: HTTP content-disposition header (a part of bug #361 )
5919:
5920: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5921: checks for ancestors' classes as well ( new feature: #456 )
5922:
5923: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5924: "without cycle" now have types "parser.break" and
5925: "parser.continue" instead of "parser.runtime" ( new feature: #799
5926: )
5927:
5928: 2011-11-11 misha
5929:
5930: * tests/results/: 099.processed, 100.processed, 205.processed,
5931: 237.processed: - since bug #361 was fixed the content of filename
5932: in HTTP headers is quoted
5933:
5934: * tests/results/270.processed: - result for test 270
5935:
5936: * tests/: 065.html, results/065.processed: - more tests for
5937: ^file:basename[] & Co were added
5938:
5939: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5940:
5941: * tests/270.html: - tests for ^file:find[] are added
5942:
5943: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5944: using option $.charset. option $.engoding is still supported but
5945: these options can not be specified together
5946:
5947: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5948: comparation charset name with string "UTF-8" ( bugfix: #759 )
5949:
5950: 2011-10-11 misha
5951:
5952: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5953: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5954: #622)
5955:
5956: 2011-09-30 misha
5957:
5958: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5959: exception "saving stat-ed file" ( bugfix: #395 )
5960:
5961: 2011-05-30 misha
5962:
5963: * src/classes/string.C: - fixed bug which was added with
5964: params.as_hash into string:sql
5965:
5966: 2011-05-29 misha
5967:
5968: * src/types/pa_value.C: - filename in content-disposition header
5969: must be quoted ( bugfix: #361 )
5970:
5971: 2011-05-27 misha
5972:
5973: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5974: created file
5975:
5976: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5977: usage
5978:
5979: * src/include/pa_exception.h: - one more string for exception was
5980: added
5981:
5982: 2011-05-25 misha
5983:
5984: * tests/269.html: - tests for checking input params in some dom
5985: methods
5986:
5987: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5988: was added. it isn't possible not wo create xdoc with invalid
5989: tagName. ( bugfix: #160 )
5990:
5991: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5992: string "data must be string" was mover from pa_exception.h to
5993: pa_xml_exception.h
5994:
5995: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5996: as_xmlncname, as_xmlname and as_xmlnsuri were added
5997:
5998: * src/main/pa_xml_exception.C: - XmlException accepts more options
5999:
6000: * src/include/pa_xml_exception.h: - XmlException accepts more
6001: options - XML-related exception's strings were added
6002:
6003: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6004: output_options were removed)
6005:
6006: 2011-05-19 misha
6007:
6008: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6009: params.as_hash is used more while parsing methods hash-options
6010:
6011: 2011-05-18 misha
6012:
6013: * operators.txt: - info about json-serialization of xdoc was added
6014:
6015: * tests/256.html: - tests for json-serialization xdoc were added
6016:
6017: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6018:
6019: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6020: classes/json.C, classes/xdoc.C: - now json:string can serialize
6021: xdoc-objects. options (the same as ^xdoc.string[]) could be
6022: specified in $.xdoc[] ( new feature: #265 )
6023:
6024: 2011-05-15 misha
6025:
6026: * tests/268.html: - tests for ^table.count[with options] were added
6027:
6028: * src/classes/table.C: - method ^table.count[] now can accept
6029: options ( new feature: #93 ): ^table.count[column] returns number
6030: of columns for named table; ^table.count[cells] returns number of
6031: cells in the current row; ^table.count[] & ^table.count[rows]
6032: return number of rows in a table.
6033:
6034: * tests/267.html: - test for checking switch/case in boolean mode
6035: was added
6036:
6037: * src/classes/op.C: - if switch's or case's value is bool, they are
6038: compared as bool values, not as double values: new feature: #351
6039:
6040: 2011-05-06 misha
6041:
6042: * tests/242.html: - EOL before EOF was added
6043:
6044: * tests/169.html: - tests for splitting empty string and void were
6045: added
6046:
6047: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6048: returned table with one empty cell)
6049:
6050: 2011-04-03 misha
6051:
6052: * src/include/pa_version.h, configure.in: - version in head was
6053: changed to 3.4.2b
6054:
6055: 2011-03-30 misha
6056:
6057: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6058: as well ( new feature #294 )
6059:
6060: 2011-03-29 misha
6061:
6062: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6063: limited to approx. 6 MB. previous limits were too big for real
6064: life. bugfix: #216
6065:
6066: 2011-03-04 moko
6067:
6068: * etc/parser3.charsets/cp866.cfg: Conforms to
6069: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6070:
6071: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6072: vlalek@
6073:
6074: 2011-02-22 misha
6075:
6076: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6077: be under #ifdef XML or parser can't be compiled without xml
6078: support
6079:
6080: 2011-02-21 misha
6081:
1.116 moko 6082: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6083: ApacheModuleParser3.vcproj was removed
6084:
6085: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6086: removed)
6087:
6088: 2011-02-20 misha
6089:
6090: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6091: $.overridden in ^reflection:method_info[...] were added
6092:
6093: * src/classes/reflection.C: - beautifying result of
6094: ^reflection:method_info[] ($.overridden/inherited)
6095:
6096: 2011-02-18 misha
6097:
6098: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6099: and pa_isalnum instead of isalpha and isalnum - bug with
6100: redundand quoting lowercased latin chars while building email
6101: body was fixed
6102:
6103: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6104: added (they check for latin chars only)
6105:
6106: 2011-02-16 misha
6107:
6108: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6109: string size for transcoding gave too small value (should ever
6110: look for availability char in dest charset inspite of the char
6111: size)
6112:
6113: 2011-02-04 moko
6114:
6115: * tests/223.html: header values now not url-encoded (issue #195)
6116:
6117: 2011-02-01 misha
6118:
6119: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6120:
6121: 2011-01-31 misha
6122:
6123: * src/main/pa_request.C: - throw exception if param file_name in
6124: use_file is empty
6125:
6126: 2011-01-08 moko
6127:
6128: * src/classes/curl.C: compilations errors fixed
6129:
6130: 2010-12-29 moko
6131:
6132: * tests/: 265.html, results/265.processed: test for issue #200
6133: added
6134:
6135: * src/main/pa_string.C: empty regex result check added (fixes issue
6136: #200)
6137:
6138: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6139:
6140: * tests/results/223.processed: header values now not url-encoded
6141: (issue #195)
6142:
6143: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6144: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6145: pa_http_safe_header_name added for headers names (fixes bug #195)
6146:
6147: 2010-12-18 misha
6148:
6149: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6150: => pa-include
6151:
6152: 2010-11-28 moko
6153:
6154: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6155:
6156: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6157: -> pa
6158:
6159: * configure.in: apr -> pa
6160:
6161: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6162:
6163: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6164: classes/Makefile.am, types/Makefile.am: apr -> pa
6165:
6166: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6167: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6168: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6169: pa-include/pa_apr.h, pa-include/pa_errno.h,
6170: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6171: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6172: module apr name conflict resolved)
6173:
6174: 2010-11-27 misha
6175:
6176: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6177: libbz2
6178:
6179: 2010-11-26 misha
6180:
6181: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6182: warnings removed
6183:
6184: 2010-11-25 moko
6185:
6186: * operators.txt: $.indent(true)
6187:
6188: * operators.txt: another bugfix. :)
6189:
6190: * operators.txt: bugfix. :)
6191:
6192: * buildall-with-xml: libxml2-2.7.8 + with-apache
6193:
6194: 2010-11-24 moko
6195:
1.116 moko 6196: * configure: apxs support
1.95 moko 6197:
6198: * configure.in: apxs support -Bstatic gc removed for OS X
6199:
6200: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6201:
6202: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6203: THREAD_LOCAL usage
6204:
6205: * src/: classes/curl.C, include/pa_config_includes.h,
6206: main/pa_globals.C: THREAD_LOCAL defined and used
6207:
6208: 2010-11-23 moko
6209:
6210: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6211: should be passed to pa_sleep, and only fractional part (bugfix:
6212: #188)
6213:
6214: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6215:
6216: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6217: GC_dont_gc=1, as in cgi version
6218:
6219: * src/targets/apache/mod_parser3.c: warning war
6220:
6221: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6222: pa_httpd.h: version removed, some trash removed
6223:
6224: * src/targets/apache/mod_parser3.c: version removed (we don't want
6225: to show it), warning war
6226:
6227: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6228: pa_httpd.h: parser_status_allowed removed + merge config
6229: functions removed (override is the default) + beauty
6230:
6231: * src/: include/pa_request.h, main/pa_request.C,
6232: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6233: hide $status used in apache module removed
6234:
6235: 2010-11-18 moko
6236:
6237: * operators.txt: $.table[compact] added for ^json:string[]
6238:
6239: 2010-11-16 moko
6240:
6241: * src/targets/apache/mod_parser3.c: some cleanup done
6242:
6243: * src/main/untaint.C: bugfix: first, second String::Body argument
6244: is hashcode; second, info.fragment_begin is original, not
6245: resulting length
6246:
6247: * src/classes/file.C: new feature: $.stdin now untainted
6248:
6249: * tests/results/264.processed: new feature: $.stdin[] now untainted
6250:
6251: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6252:
6253: * src/classes/op.C: ^apply-taint[] method added
6254:
6255: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6256: added; $.stdin untaint test added
6257:
6258: 2010-11-15 moko
6259:
6260: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6261: removed
6262:
6263: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6264: pa_httpd.h: 2x2 calculated under apache2. :)
6265:
6266: 2010-11-13 moko
6267:
6268: * src/targets/apache/mod_parser3.c: initial changes to build module
6269: with apache 2.x includes
6270:
6271: * src/targets/apache/: Makefile.am, mod_parser3.c,
6272: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6273: united apache 1.3 / apache 2.x DSO module
6274:
6275: 2010-11-09 moko
6276:
6277: * src/types/pa_method.h: check added to dissallow @method[name;*]
6278: syntax
6279:
6280: * tests/: 263.html, results/263.processed: test from method[*args]
6281: added
6282:
6283: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6284: number of params can now be passed to a method declared with *arg
6285:
6286: 2010-11-06 moko
6287:
6288: * src/classes/table.C: formating fixed. :)
6289:
6290: * src/classes/table.C: closes #4: ^table.select now supports
6291: $.limit(), $.offset, $.reverse() options
6292:
6293: * tests/: 262.html, results/262.processed: test for ^table:select
6294: with options added (feature #4)
6295:
6296: * src/include/pa_array.h: remove function added
6297:
6298: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6299: object in get_element/put_element, using static one.
6300:
6301: 2010-11-04 moko
6302:
6303: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6304: options is passed
6305:
6306: * tests/: 256.html, results/256.processed: $.table[compact] feature
6307: now tested; k and p in handler now tested.
6308:
6309: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6310: $.table[compact] feature added
6311:
6312: * src/classes/json.C: key is now passed to handler in
6313: value_json_string; ^json:string result now process tainting
6314: inside and returns clean string, related to issue #153
6315:
6316: * src/main/untaint.C: bugfix: charset can be null (in
6317: ^string:save[] as example), thus check is added
6318:
6319: 2010-10-31 moko
6320:
6321: * src/classes/string.C: error message changed (fixes issue #149)
6322:
6323: 2010-10-29 moko
6324:
6325: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6326: port is not default (fixes issue #155); exception on invalid port
6327: added.
6328:
6329: * src/main/untaint.C: '*' is now not urlencoded to allow header
6330: "Accept: */*" to be passed
6331:
6332: 2010-10-28 moko
6333:
6334: * src/classes/curl.C: bugfix: detect_charset() was throwing
6335: exception on unknown charset even if response_charset was
6336: specified
6337:
6338: 2010-10-27 moko
6339:
6340: * src/classes/string.C: ^string.append removed for void
6341: compatibility
6342:
6343: 2010-10-26 moko
6344:
6345: * src/classes/json.C: libjson supports array at top level, we too
6346: (GPF fixed)
6347:
6348: 2010-10-25 moko
6349:
6350: * tests/: 253.html, results/253.processed: libjson supports array
6351: at top level, parser now supports it as well.
6352:
6353: * tests/261.html, tests/results/261.processed,
6354: src/types/pa_vstring.h: empty string is now void compatible
6355: (allows $empty.key)
6356:
6357: 2010-10-22 misha
6358:
6359: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6360: while adding additional expires checkout)
6361:
6362: * tests/030.html: - test for session cookie was added
6363:
6364: 2010-10-21 moko
6365:
6366: * src/: classes/string.C, classes/void.C, main/execute.C,
6367: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6368: string (feature #111)
6369:
6370: * tests/: 261.html, results/261.processed: checks void from string
6371: inheritance (feature #111)
6372:
6373: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6374: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6375: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6376: now true by default
6377:
6378: 2010-10-17 moko
6379:
6380: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6381: upload now uses binary blocks instead of L_FILE_POST tainting.
6382: (bugfix: #128)
6383:
6384: * tests/: 223.html, results/223.processed: binary file upload test
6385: added, GPF (issue #128) also checked in this test
6386:
6387: 2010-10-13 misha
6388:
6389: * tests/260.html: - test for math:convert
6390:
6391: * src/classes/math.C: - error in math:convert was fixed
6392:
6393: * operators.txt: - info about
6394: ^math:convert[number](from-base;to-base) was added
6395:
6396: * src/classes/math.C: - method
6397: ^math:convert[number](from-base;to-base) for converting number
6398: represention from one base to another was added ( new feature:
6399: #23 )
6400:
6401: 2010-10-13 moko
6402:
6403: * src/main/compile.tab.C: [] now is empty string, not void
6404:
6405: * src/main/compile.y: [] now is empty string, not void
6406:
6407: * src/types/pa_vvoid.h: void now passed as parameter
6408:
6409: * tests/: 259.html, results/259.processed: to test difference
6410: between void and empty string (see ticket #111)
6411:
6412: * tests/results/152.processed: $sEmpty[] is now empty string, not
6413: void
6414:
6415: * tests/256.html: $s[$void] is no longer empty string
6416:
6417: * tests/254.html: empty string is no longer void
6418:
6419: 2010-10-12 misha
6420:
6421: * src/types/pa_vcookie.C: - check if $.expires value can be
6422: converted to date during cookies set up ( bugfix: #104 )
6423:
6424: * tests/041.html: - more tests for ^table.locate were added
6425:
6426: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6427: work ( bugfix: #129 ) - exception comment for incorrect options
6428: ^table.locate[field;value;options] was fixed
6429:
6430: 2010-10-10 moko
6431:
6432: * src/: classes/reflection.C, main/execute.C: constructor returning
6433: another object feature returned
6434:
6435: * tests/results/258.processed: test result updated as constructor
6436: returning another object feature returned
6437:
6438: * tests/: 258.html, results/258.processed: test for constructor
6439: returning another object
6440:
6441: 2010-10-08 misha
6442:
6443: * tests/257.html: - whitespaces after @METACOMMANDS and their
6444: options shouldn't cause exceptions any longer
6445:
6446: 2010-10-06 moko
6447:
6448: * src/classes/: hash.C, table.C: length from sql server is now
6449: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6450:
6451: 2010-10-02 misha
6452:
6453: * operators.txt: - the X mark was removed from ^cache[file]. it is
6454: usable to delete cache file.
6455:
6456: 2010-10-02 moko
6457:
6458: * tests/: 253.html, results/253.processed: hook_key added for key
6459: checking
6460:
6461: * src/classes/json.C: null key bug fixed
6462:
6463: 2010-09-29 misha
6464:
6465: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6466:
6467: 2010-09-25 moko
6468:
6469: * src/classes/json.C: small fixed
6470:
6471: * tests/results/: 253.processed, 255.processed: just updated
6472:
6473: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6474: results/255.processed: charset transcode test added for
6475: json:parse
6476:
6477: 2010-09-24 moko
6478:
6479: * src/types/pa_value.h: warning war :)
6480:
6481: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6482: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6483: ^json:string
6484:
6485: 2010-09-22 moko
6486:
6487: * src/main/pa_charset.C: parser charset tables declare only
6488: white-space before 0x20, thus adding the missing chars
6489:
6490: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6491: to http://unicode.org/Public/MAPPINGS/VENDORS/
6492:
6493: 2010-09-21 misha
6494:
6495: * src/main/compile.y: - some semicolons were added (VS2010 don't
6496: want to compile grammar if they are absent)
6497:
6498: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6499:
6500: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6501:
6502: * src/main/main.vcproj: - path to bison is changed
6503:
6504: 2010-09-21 moko
6505:
1.116 moko 6506: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6507: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6508: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6509:
6510: 2010-09-20 misha
6511:
6512: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6513:
6514: * src/classes/json.C: - add EOL while json-serializing hash
6515:
6516: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6517: compilers don't like 'ES'.
6518:
6519: 2010-09-17 misha
6520:
6521: * operators.txt: - info about json class was added
6522:
6523: * src/classes/json.C: - ^json:string[object]
6524:
6525: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6526: preventing infinite recursion while executing json:string was
6527: added
6528:
6529: * src/include/pa_string.h: - method append_quoted was added
6530:
6531: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6532: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6533: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6534: was added to Value & Co
6535:
6536: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6537: were used
6538:
6539: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6540: were added
6541:
6542: 2010-09-10 moko
6543:
6544: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6545: die_or_abort (backport from 3.4.1)
6546:
6547: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6548: die_or_abort (bugfix: #106)
6549:
6550: 2010-09-09 moko
6551:
6552: * src/classes/json.C: warning war. :)
6553:
6554: 2010-09-08 misha
6555:
6556: * src/lib/json/Makefile.am: - additional include directories were
6557: added (for pa_memory.h and gc.h)
6558:
6559: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6560: compile as C++ instead default - additional include directory was
6561: added (for gc.h)
6562:
6563: * src/types/pa_vform.C: - little code reformating
6564:
6565: * src/classes/file.C: - $.content-type option now can be specified
6566: in ^file::create ( new feature: #102 )
6567:
6568: 2010-09-08 moko
6569:
6570: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6571: pa_malloc/pa_free
6572:
6573: 2010-09-07 moko
6574:
6575: * tests/results/254.processed: VStateless_class:put_element
6576: exception was fixed
6577:
6578: * src/types/: pa_value.h, pa_vstateless_class.h: now
6579: VStateless_class:put_element barks self.type, not this.type
6580: (bugfix: #105)
6581:
6582: 2010-09-06 moko
6583:
6584: * src/classes/reflection.C: bugfix: new String() is required for
6585: exception handling
6586:
6587: * tests/: 254.html, results/254.processed: test modified
6588:
6589: 2010-09-05 moko
6590:
6591: * tests/: 254.html, results/254.processed: ^reflection:copy test
6592: added
6593:
6594: * src/: classes/reflection.C, include/pa_request.h:
6595: ^reflection:copy implemented (new feature: #100)
6596:
6597: 2010-09-03 moko
6598:
6599: * src/lib/json/JSON_parser.C: c++ compatiblity
6600:
6601: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6602: option testing added
6603:
6604: 2010-09-02 moko
6605:
6606: * src/classes/json.C: $.distinct[first|last|all] added
6607:
6608: 2010-09-01 moko
6609:
6610: * tests/results/253.processed: json test result
6611:
6612: * tests/: 253.html, 253_json.txt: json test added
6613:
6614: * src/classes/json.C: json.C update to actual version + hash key
6615: creation bugfix
6616:
6617: 2010-08-31 misha
6618:
6619: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6620: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6621: src/lib/Makefile.am, src/classes/Makefile.am,
6622: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6623: json library was added
6624:
6625: 2010-08-30 moko
6626:
6627: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6628: types/pa_vobject.C: cosmetic optimization in
6629: request:execute_method usage
6630:
6631: * src/: include/pa_charset.h, main/pa_charset.C: small
6632: optimization, just to decrease number of lines. :)
6633:
6634: 2010-08-27 misha
6635:
6636: * src/classes/op.C: - taint[json] was added
6637:
6638: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6639: were added
6640:
6641: * src/main/pa_exec.C: - warning fix was rolled back.
6642:
6643: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6644: include/pa_string.h: - taint[json] was added - escaping was
6645: slightly modified
6646:
6647: 2010-08-25 misha
6648:
6649: * src/classes/file.C: - typo in file:sql exception was fixed
6650:
6651: * src/main/pa_exec.C: - warning about declared and not used
6652: variable forced_allow was removed
6653:
6654: 2010-08-14 misha
6655:
6656: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6657: were removed
6658:
6659: 2010-08-11 moko
6660:
6661: * tests/: 249.html, results/249.processed: default setter and
6662: anti-recursive default getter test added
6663:
6664: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6665: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6666: types/pa_vobject.h, types/pa_vstateless_class.C,
6667: types/pa_vstateless_class.h: default setter support +
6668: anti-recursive default getter support ( new feature: #13 )
6669:
6670: * src/include/pa_hash.h: optimization: threshold member removed
6671: from hash, reducing sizeof(hash)
6672:
6673: 2010-08-10 misha
6674:
6675: * tests/196.html: - junction-method was added to the test
6676:
6677: * tests/248.html: - ups. typo :)
6678:
6679: * tests/248.html: - test for checking .match with 4 params
6680:
6681: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6682: 247_windows1251.txt: - test for "transcode file from utf-8 to
6683: $request:charset during loading if the BOM code is detected"
6684:
6685: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6686: $request:charset during loading if the BOM code is detected ( new
6687: feature: #98 )
6688:
6689: 2010-08-05 misha
6690:
6691: * src/classes/image.C: - ^image.replace now can accept only 2
6692: params. in this case the whole image is affected ( new feature:
6693: #95 )
6694:
6695: 2010-08-04 misha
6696:
6697: * tests/246.html: - test tor ^hash._at[] was added
6698:
6699: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6700: #53 )
6701:
6702: * src/include/pa_hash.h: - methods for accessing the first and the
6703: last values of ordered hash were added (first_value and
6704: last_value)
6705:
6706: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6707: (similar to others file's methods):
6708: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6709: #68 )
6710:
6711: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6712:
6713: 2010-08-01 moko
6714:
6715: * src/classes/op.C: to correctly process $result[] in code, called
6716: from ^process
6717:
6718: * tests/245.html: $result in ^process[] test added
6719:
6720: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6721: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6722: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6723: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6724: caller, self) op_call(VMethodFrame &frame, bool constructing)
6725: removed, construct(class,method) added
6726:
6727: * tests/results/: 192.processed, 244.processed: request::construct
6728: added
6729:
6730: * tests/: 244.html, 245.html, results/244.processed,
6731: results/245.processed: object creation exceptions and ^process
6732: tests added
6733:
6734: 2010-07-28 misha
6735:
6736: * tests/make_tests.cmd: - win32 EOLs
6737:
6738: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6739: tests on Win32 were added (The system timezone should be GMT+3)
6740:
6741: 2010-07-26 misha
6742:
6743: * tests/: 212.html, results/212.processed: - sizes were removed
6744: mecause they could be different on different OSs
6745:
6746: * tests/065.html: - make it "win32 friendly"
6747:
6748: 2010-07-25 misha
6749:
6750: * src/main/compile.y: - all EOLs between methods are removed during
6751: compilation ( new feature: #47 )
6752:
6753: * tests/results/149.processed: - prepare tests to trim trailing
6754: methods' EOLs
6755:
6756: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6757:
6758: * tests/: results/006.processed, results/014.processed, 006.html,
6759: 014.html, 022.html: - prepare tests to trim trailing methods'
6760: EOLs
6761:
6762: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6763: results/071.processed, results/022.processed: - prepare tests to
6764: trim trailing methods' EOLs
6765:
6766: * tests/: results/073.processed, results/109.processed,
6767: results/142.processed, results/144.processed,
6768: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6769: 144.html: - prepare tests to trim trailing methods' EOLs
6770:
6771: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6772: 149.html, 152.html, results/096.processed, results/107.processed,
6773: results/109.processed, results/142.processed,
6774: results/144.processed: - prepare tests to trim trailing methods'
6775: EOLs
6776:
6777: 2010-07-24 moko
6778:
6779: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6780: the hash order in this test
6781:
6782: * tests/014.html: to check hash order, hash no is longer sorted
6783: before print
6784:
6785: * src/include/pa_hash.h: hash copy constructor now keeps order
6786: (bugfix: #54)
6787:
6788: 2010-07-23 moko
6789:
6790: * tests/results/224.processed: @auto[] is no longer inherited
6791:
6792: * src/types/pa_vstateless_class.C, tests/227.html,
6793: tests/results/227.processed: @auto[] is no longer inherited
6794: (bugfix: #57)
6795:
6796: 2010-07-22 misha
6797:
6798: * src/classes/table.C: - don't skip comment lines during
6799: table::load if encloser or separator is set as '#' ( new feature:
6800: #30 )
6801:
6802: * src/targets/cgi/parser3.C: - don't run as cgi if
6803: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6804: #12 )
6805:
6806: * src/classes/file.C: - set PARSER_VARSION env before external
6807: script executing
6808:
6809: 2010-07-13 misha
6810:
6811: * tests/058.html: - test for suppressing @border was added - test
6812: for user attribute was added
6813:
6814: * tests/results/186.processed: unescaping from \uXXXX
6815:
6816: * tests/186.html: unescaping from \uXXXX
6817:
6818: * tests/: 239.html, results/239.processed: method call type
6819:
6820: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6821: $junction_method.CLASS_NAME (+CLASS)
6822:
6823: 2010-07-07 misha
6824:
6825: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6826: *nix
6827:
6828: 2010-07-05 misha
6829:
6830: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6831: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6832: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6833: comment strings "options must be hash", "options must be hash,
6834: not code" and "called with invalid option" were replaced by
6835: constatns - exception comment string "invalid option passed" was
6836: replaced by "called with invalid option" (now in different
6837: methods are the same exception comment string)
6838:
6839: * src/include/pa_exception.h: - more exception strings were defined
6840:
6841: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6842: types/pa_vstateless_class.h: - now we can define possible
6843: method's call type ( new feature: #5 ) 1.
6844: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6845: methods 2. @static:method[params] (only static keyword could be
6846: used here) -- for specified methods
6847:
6848: * src/main/pa_common.C: - junction points should not be deleted on
6849: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6850: cleanup
6851:
6852: 2010-07-03 misha
6853:
6854: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6855: results/158.processed, results/160.processed,
6856: results/161.processed, results/162.processed,
6857: results/163.processed: - prepare tests to trim trailing methods'
6858: EOLs
6859:
6860: * tests/results/169.processed: - prepare tests to trim trailing
6861: methods' EOLs
6862:
6863: * tests/results/: 168.processed, 169.processed: - prepare tests to
6864: trim trailing methods' EOLs
6865:
6866: * tests/: results/170.processed, results/167.processed,
6867: results/168.processed, results/169.processed, 167.html, 168.html,
6868: 169.html: - prepare tests to trim trailing methods' EOLs
6869:
6870: * tests/: results/170.processed, results/171.processed,
6871: results/172.processed, results/173.processed,
6872: results/174.processed, results/175.processed, 170.html, 171.html,
6873: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6874: trailing methods' EOLs
6875:
6876: * tests/: results/176.processed, results/180.processed,
6877: results/184.processed, results/185.processed,
6878: results/191.processed, results/192.processed,
6879: results/196.processed, results/197.processed,
6880: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6881: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6882: to trim trailing methods' EOLs
6883:
6884: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6885: results/199.processed, results/208.processed,
6886: results/209.processed, results/213.processed,
6887: results/214.processed: - prepare tests to trim trailing methods'
6888: EOLs
6889:
6890: 2010-06-29 misha
6891:
6892: * tests/: 220.html, 218.html, results/218.processed,
6893: results/215.processed, results/217.processed, 215.html, 217.html:
6894: - prepare tests to trim trailing methods' EOLs
6895:
6896: * tests/: results/224.processed, 224.html, 223.html,
6897: results/223.processed, results/220.processed: - prepare tests to
6898: trim trailing methods' EOLs
6899:
6900: * tests/results/: 226.processed, 230.processed: - prepare tests to
6901: trim trailing methods' EOLs
6902:
6903: * tests/: 229.html, results/229.processed: - prepare tests to trim
6904: trailing methods' EOLs
6905:
6906: * tests/: 232.html, 235.html, results/232.processed,
6907: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6908: results/226.processed, results/227.processed,
6909: results/228.processed, results/230.processed: - prepare tests to
6910: trim trailing methods' EOLs
6911:
6912: 2010-06-16 moko
6913:
6914: * tests/: 229.html, results/229.processed: elseif now supported in
6915: ^if
6916:
6917: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6918:
6919: 2010-06-03 misha
6920:
6921: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6922: instead of memcopy for overlaped regions
6923:
6924: 2010-05-25 misha
6925:
6926: * src/main/pa_common.C: - wanring about unused vars was removed
6927:
6928: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6929: get_method_filename was moved to execute.C
6930:
6931: 2010-05-23 misha
6932:
6933: * src/main/pa_request.C: - more accurate detection of method's file
6934:
6935: 2010-05-22 misha
6936:
6937: * src/classes/reflection.C: - bugfix: core during detection of
6938: .file if filespec isn't detected successfully
6939:
6940: 2010-05-20 misha
6941:
6942: * src/main/pa_request.C: - fix in get_method_filename
6943:
6944: * src/include/pa_request.h: - new feature: #24 -- searching
6945: included file in @USE/^use is changed. if its filespec doesn't
6946: start from '/' it will be searched in caller file directory
6947:
6948: * src/classes/reflection.C: - ^reflection:method_info returns file
6949: where the method is defined
6950:
6951: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6952: classes/op.C: - new feature: #24 -- searching included file in
6953: @USE/^use is changed. if its filespec doesn't start from '/' it
6954: will be searched in caller file directory
6955:
6956: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6957: is moved to pa_common.h
6958:
6959: 2010-05-18 misha
6960:
6961: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6962: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6963: cookie parser decode \uXXXX as well as %uXXXX
6964:
6965: 2010-05-17 misha
6966:
6967: * src/classes/curl.C: beauty: - unused param is removed in method
6968: _curl_version_action - some spaces were removed or replaced by
6969: tabs
6970:
6971: * src/classes/table.C: - bugfix: #72 core with empty value during
6972: ^table.hash[...;name_of_the_last_column][$.type[string]]
6973:
6974: 2010-05-16 misha
6975:
6976: * src/classes/curl.C: new: #61 more curl options were added
6977: (contributed by Sumo)
6978:
6979: 2010-04-29 pretender
6980:
6981: * src/main/pa_string.C: fixes #63 Split result from empty string
6982: now empty string.
6983:
6984: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6985: string type.
6986:
6987: 2010-04-28 pretender
6988:
6989: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6990: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6991: macrodefinition removed
6992:
6993: 2010-04-19 pretender
6994:
6995: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6996: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6997:
6998: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6999: fixes #64 Now file.missing exception generates in unsafe mode to.
7000:
7001: * src/classes/file.C: fixes #48 Now not throw "not save environment
7002: variable" exception in grpunlim version.
7003:
7004: 2010-04-05 misha
7005:
7006: * src/classes/string.C: - new feature: 4th param was added to
7007: match. if specified its value is returned in case of nothing was
7008: found
7009:
7010: 2010-04-01 misha
7011:
7012: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7013: multiple execution of /a/b/auto.p
7014:
7015: 2010-03-19 misha
7016:
7017: * src/main/execute.C: - core in $table1.$table2 was fixed
7018:
7019: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7020:
7021: 2010-01-27 misha
7022:
7023: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7024: trying to open file by path /existing-file/non-exixting-file
7025:
7026: 2010-01-26 misha
7027:
7028: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7029: was added (returns file)
7030:
7031: 2009-12-22 misha
7032:
7033: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7034: now parser doesn't have class curl if it was built without it
7035:
7036: 2009-12-15 misha
7037:
7038: * configure.in: - little cheat with curl include dir was added
7039:
7040: 2009-12-05 misha
7041:
7042: * src/classes/curl.C: - some fixes
7043:
7044: 2009-12-04 misha
7045:
7046: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7047: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7048: buildall-with-xml, buildall-without-xml, configure.in: - curl
7049: class was added
7050:
7051: * src/include/pa_hash.h: - hash-iterator was added
7052:
7053: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7054: was added to pcre
7055:
7056: 2009-11-27 misha
7057:
7058: * src/classes/image.C: - don't add @border attribute to output of
7059: ^image.html[] if it was specified by user with empty value
7060:
7061: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7062: root element and we are trying to access .documentElement
7063:
7064: 2009-11-11 misha
7065:
7066: * src/classes/table.C: - in ^table.flip[] look at number of columns
7067: instead of number of items in first row for named tables
7068:
7069: 2009-11-10 misha
7070:
7071: * operators.txt: - info about hash-options in ^file::create was
7072: added
7073:
7074: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7075: added
7076:
7077: 2009-11-09 misha
7078:
7079: * buildall-with-xml: - moving to libxml 2.7.6
7080:
7081: * tests/236.html: - tests for comparations cords with functions
7082: were added
7083:
7084: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7085: added
7086:
7087: * src/main/pa_http.C: - little optimisation
7088:
7089: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7090: GPF mallocs + stringstream (table.save)
7091:
7092: * src/classes/file.C: - file::create now accepts 4th param: options
7093: with $.charset
7094:
7095: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7096: bug in cord (comparation cords with functions was buggy)
7097:
7098: 2009-11-06 misha
7099:
7100: * src/main/pa_string.C: - bugfix: calculation string.length
7101: sometimes was buggy
7102:
7103: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7104: destroyed if exception occured during match/replace
7105:
7106: * src/: main/pa_charset.C, include/pa_charset.h: - method
7107: lengthUTF8Char was added
7108:
7109: * src/classes/op.C: - clean tainting lang was added for user's
7110: usage
7111:
7112: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7113: fixed: checkouts are required after GC_MALLOC
7114:
7115: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7116:
7117: * operators.txt: - actually, there is no ^untaint[xml] in
7118: file::create
7119:
7120: 2009-10-15 misha
7121:
7122: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7123: were added
7124:
7125: * tests/234.html: - more tests for checking ^taint[uri] escaping
7126: were added
7127:
7128: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7129: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7130: hacking: for dealing with transcoding+^taint[uri]
7131: transcode_and_untaint was replaced by untaint_and_transcode
7132:
7133: 2009-10-13 misha
7134:
7135: * tests/: 121.html, results/121.processed: - test transcoding +
7136: url-escaping now
7137:
7138: * tests/results/auto.p: - more helpers' methods were added
7139:
7140: * src/main/pa_globals.C: - die instead of abort
7141:
7142: 2009-10-06 misha
7143:
7144: * src/main/pa_common.C: - don't allocate memory during
7145: capitalization if input string is already capitalized
7146:
7147: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7148:
7149: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7150: use format function because it calls malloc
7151:
7152: * src/include/pa_common.h: - more capitalized headers were added
7153:
7154: * src/main/pa_common.C: - in safe mode clear executable bits during
7155: file writing
7156:
7157: 2009-10-05 misha
7158:
7159: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7160:
7161: 2009-10-03 misha
7162:
7163: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7164: ^img.text[] & ^img.length[] can work in utf-8 now
7165:
7166: * src/: include/pa_charset.h, main/pa_charset.C: - class
7167: UTF8_string_iterator was added
7168:
7169: * src/classes/image.C: - respect utf-8 when calculate alphabet
7170: length
7171:
7172: * src/classes/mail.C: - check from before get message.cstr
7173:
7174: 2009-10-02 misha
7175:
7176: * tests/233.html: - test for image.font, image.length, image.text
7177: with text in utf-8 were added
7178:
7179: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7180:
7181: * buildall-with-xml, buildall-without-xml: - comment about gc
7182: version for freebsd 4 was added
7183:
7184: 2009-10-01 misha
7185:
7186: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7187: terminator) - read_pipe were slightly optimized
7188:
7189: 2009-09-28 misha
7190:
7191: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7192: removed
7193:
7194: * src/types/pa_vmail.C: - forgot about space after ':'
7195:
7196: * src/types/pa_vmail.C: - escape filenames while preparing mail
7197: body - small simplifications
7198:
7199: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7200: inout params like pa_base64
7201:
7202: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7203: option $.debug-print(1) was added to mail:send - changes for
7204: using uue_encode which uses less memory
7205:
7206: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7207:
7208: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7209: memory now
7210:
7211: 2009-09-26 misha
7212:
7213: * src/types/pa_vmail.C: - default encoding now is base64
7214:
7215: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7216:
7217: 2009-09-25 misha
7218:
7219: * src/types/pa_vmail.C: - capitalization of headers was added to
7220: sending mail as well
7221:
7222: * buildall-with-xml: - catalog package was removed from libxml
7223:
7224: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7225: win32 absolute path
7226:
7227: * src/include/pa_common.h: - one more capitalized header was added
7228:
7229: 2009-09-22 misha
7230:
7231: * INSTALL: - comment about building just httpd binary while
7232: building apache module was added
7233:
7234: 2009-09-21 misha
7235:
7236: * buildall-with-xml: - moving to the latest versions of xml libs:
7237: libxml 2.7.4 and libxslt 1.1.25
7238:
7239: 2009-09-19 misha
7240:
7241: * tests/231.html: - test for encoding cookie in win-1251
7242:
7243: 2009-09-18 misha
7244:
7245: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7246: object] were added
7247:
7248: * operators.txt: - info about method ^reflection:fields[class or
7249: object] was added
7250:
7251: * src/classes/reflection.C: - method ^reflection:fields[class or
7252: object] was added
7253:
7254: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7255: methods get_fields were added
7256:
7257: * tests/232.html: - tests for @GET[name]
7258:
7259: * src/classes/table.C: - some changes in handling hash-options for
7260: creare, join and locate
7261:
7262: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7263: defined with option: the type of requested value
7264:
7265: 2009-09-17 misha
7266:
7267: * tests/212.html: - tests for .pattern and .options were added
7268:
7269: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7270: $regex.options were added
7271:
7272: 2009-09-11 misha
7273:
7274: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7275: rewrited. it checks not just one case of sending cookies during
7276: file::load[http], but also sending headers and fields (including
7277: files)
7278:
7279: 2009-09-10 misha
7280:
7281: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7282: was removed => now parser can open files with Russian 'r' in
7283: filename
7284:
7285: * src/main/untaint.C: - bugfix: client charset whould be analized
7286: while escaping cookies but now source charset
7287:
7288: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7289: ^tainted[uri] so it was possible to make request with incorrect
7290: http header
7291:
7292: * src/main/pa_http.C: - capitalization of http headers during
7293: file::load[http was slightly changes - bugfix: all headers which
7294: parser sends during file::load[http should be transcoded and only
7295: then escaped
7296:
7297: * src/main/untaint.C: - a bit more comments were added
7298:
7299: * src/classes/: file.C, string.C: - types where changes (minus 2
7300: warnings)
7301:
7302: * src/include/pa_common.h: - 2 capitalized strings for making http
7303: headers during file::load[http were added
7304:
7305: 2009-09-08 misha
7306:
7307: * operators.txt: - changes in file.save and string.save were added
7308:
7309: * tests/: 230.html, 230.txt: - tests for checking options in
7310: file.save and string.save were added
7311:
7312: * src/main/pa_request.C: - http headers names, which are passed to
7313: SAPI::add_header_attribute are lowercased now (it'll be
7314: capitalized in that method)
7315:
7316: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7317: classes/string.C: - file_write accepts Request_charsets and asked
7318: charset and cound transcode content before writing - string.save
7319: and file.save have option $.charset now
7320:
7321: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7322: classes/xdoc.C: - file_write accepts Request_charsets and asked
7323: charset and cound transcode content before writing
7324:
7325: * src/include/pa_exception.h: - new exception comment string was
7326: defined
7327:
7328: 2009-09-07 misha
7329:
7330: * src/main/compile.y: - grammar $name\ name stops now for regex
7331: sub-pattern\s
7332:
7333: 2009-09-04 misha
7334:
7335: * src/main/pa_http.C: - capitalization of http headers during
7336: file::load[http was implemented
7337:
7338: 2009-09-03 misha
7339:
7340: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7341: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7342: types/pa_vmail.C, targets/cgi/parser3.C,
7343: targets/isapi/parser3isapi.C: - back to storing response http
7344: headers in lowercase - capitalize them during output
7345:
7346: 2009-08-31 misha
7347:
7348: * src/classes/table.C: - allow call with any brackets (it could be
7349: useful in methods with explict result declaration)
7350:
7351: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7352: correctly if $request:charset==koi8-r
7353:
7354: 2009-08-30 misha
7355:
7356: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7357: changed: content-type => Content-type and so on
7358:
7359: * src/classes/file.C, src/include/pa_common.h,
7360: src/include/pa_request.h, src/main/pa_http.C,
7361: src/main/pa_request.C, src/types/pa_vcookie.C,
7362: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7363: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7364: tests/results/002.processed, tests/results/003.processed,
7365: tests/results/004.processed, tests/results/005.processed,
7366: tests/results/006.processed, tests/results/007.processed,
7367: tests/results/008.processed, tests/results/009.processed,
7368: tests/results/010.processed, tests/results/011.processed,
7369: tests/results/012.processed, tests/results/013.processed,
7370: tests/results/014.processed, tests/results/015.processed,
7371: tests/results/016.processed, tests/results/017.processed,
7372: tests/results/018.processed, tests/results/019.processed,
7373: tests/results/020.processed, tests/results/021.processed,
7374: tests/results/022.processed, tests/results/023.processed,
7375: tests/results/024.processed, tests/results/025.processed,
7376: tests/results/026.processed, tests/results/027.processed,
7377: tests/results/028.processed, tests/results/029.processed,
7378: tests/results/030.processed, tests/results/031.processed,
7379: tests/results/032.processed, tests/results/033.processed,
7380: tests/results/034.processed, tests/results/035.processed,
7381: tests/results/036.processed, tests/results/037.processed,
7382: tests/results/038.processed, tests/results/039.processed,
7383: tests/results/040.processed, tests/results/041.processed,
7384: tests/results/042.processed, tests/results/043.processed,
7385: tests/results/044.processed, tests/results/045.processed,
7386: tests/results/046.processed, tests/results/047.processed,
7387: tests/results/048.processed, tests/results/049.processed,
7388: tests/results/050.processed, tests/results/051.processed,
7389: tests/results/052.processed, tests/results/053.processed,
7390: tests/results/054.processed, tests/results/055.processed,
7391: tests/results/056.processed, tests/results/057.processed,
7392: tests/results/058.processed, tests/results/059.processed,
7393: tests/results/060.processed, tests/results/061.processed,
7394: tests/results/062.processed, tests/results/063.processed,
7395: tests/results/064.processed, tests/results/065.processed,
7396: tests/results/066.processed, tests/results/067.processed,
7397: tests/results/068.processed, tests/results/069.processed,
7398: tests/results/070.processed, tests/results/071.processed,
7399: tests/results/072.processed, tests/results/073.processed,
7400: tests/results/074.processed, tests/results/075.processed,
7401: tests/results/076.processed, tests/results/077.processed,
7402: tests/results/078.processed, tests/results/079.processed,
7403: tests/results/080.processed, tests/results/081.processed,
7404: tests/results/082.processed, tests/results/083.processed,
7405: tests/results/084.processed, tests/results/085.processed,
7406: tests/results/086.processed, tests/results/087.processed,
7407: tests/results/088.processed, tests/results/089.processed,
7408: tests/results/090.processed, tests/results/091.processed,
7409: tests/results/092.processed, tests/results/093.processed,
7410: tests/results/094.processed, tests/results/095.processed,
7411: tests/results/096.processed, tests/results/097.processed,
7412: tests/results/098.processed, tests/results/099.processed,
7413: tests/results/100.processed, tests/results/101.processed,
7414: tests/results/102.processed, tests/results/103.processed,
7415: tests/results/104.processed, tests/results/105.processed,
7416: tests/results/106.processed, tests/results/107.processed,
7417: tests/results/108.processed, tests/results/109.processed,
7418: tests/results/110.processed, tests/results/111.processed,
7419: tests/results/112.processed, tests/results/113.processed,
7420: tests/results/114.processed, tests/results/115.processed,
7421: tests/results/116.processed, tests/results/117.processed,
7422: tests/results/118.processed, tests/results/119.processed,
7423: tests/results/120.processed, tests/results/121.processed,
7424: tests/results/122.processed, tests/results/123.processed,
7425: tests/results/124.processed, tests/results/125.processed,
7426: tests/results/126.processed, tests/results/127.processed,
7427: tests/results/128.processed, tests/results/129.processed,
7428: tests/results/130.processed, tests/results/131.processed,
7429: tests/results/132.processed, tests/results/133.processed,
7430: tests/results/134.processed, tests/results/135.processed,
7431: tests/results/136.processed, tests/results/138.processed,
7432: tests/results/139.processed, tests/results/140.processed,
7433: tests/results/141.processed, tests/results/142.processed,
7434: tests/results/143.processed, tests/results/144.processed,
7435: tests/results/145.processed, tests/results/146.processed,
7436: tests/results/147.processed, tests/results/148.processed,
7437: tests/results/149.processed, tests/results/150.processed,
7438: tests/results/151.processed, tests/results/152.processed,
7439: tests/results/153.processed, tests/results/154.processed,
7440: tests/results/155.processed, tests/results/156.processed,
7441: tests/results/157.processed, tests/results/158.processed,
7442: tests/results/159.processed, tests/results/160.processed,
7443: tests/results/161.processed, tests/results/162.processed,
7444: tests/results/163.processed, tests/results/164.processed,
7445: tests/results/165.processed, tests/results/166.processed,
7446: tests/results/167.processed, tests/results/168.processed,
7447: tests/results/169.processed, tests/results/170.processed,
7448: tests/results/171.processed, tests/results/172.processed,
7449: tests/results/173.processed, tests/results/174.processed,
7450: tests/results/175.processed, tests/results/176.processed,
7451: tests/results/177.processed, tests/results/178.processed,
7452: tests/results/179.processed, tests/results/180.processed,
7453: tests/results/181.processed, tests/results/182.processed,
7454: tests/results/183.processed, tests/results/184.processed,
7455: tests/results/185.processed, tests/results/186.processed,
7456: tests/results/187.processed, tests/results/188.processed,
7457: tests/results/189.processed, tests/results/190.processed,
7458: tests/results/191.processed, tests/results/192.processed,
7459: tests/results/193.processed, tests/results/194.processed,
7460: tests/results/195.processed, tests/results/196.processed,
7461: tests/results/197.processed, tests/results/198.processed,
7462: tests/results/199.processed, tests/results/200.processed,
7463: tests/results/201.processed, tests/results/202.processed,
7464: tests/results/203.processed, tests/results/204.processed,
7465: tests/results/205.processed, tests/results/206.processed,
7466: tests/results/207.processed, tests/results/208.processed,
7467: tests/results/209.processed, tests/results/210.processed,
7468: tests/results/211.processed, tests/results/212.processed,
7469: tests/results/213.processed, tests/results/214.processed,
7470: tests/results/215.processed, tests/results/216.processed,
7471: tests/results/217.processed, tests/results/218.processed,
7472: tests/results/219.processed, tests/results/220.processed,
7473: tests/results/221.processed, tests/results/222.processed,
7474: tests/results/223.processed, tests/results/224.processed,
7475: tests/results/225.processed, tests/results/226.processed,
7476: tests/results/227.processed, tests/results/228.processed,
7477: tests/results/229.processed: - http headers were changed:
7478: content-type => Content-type and so on
7479:
7480: 2009-08-27 misha
7481:
7482: * src/: main/pa_random.C, include/pa_random.h,
7483: targets/cgi/parser3.C: - year was updated :)
7484:
7485: 2009-08-26 misha
7486:
7487: * tests/: 224.html, 224.p: - test for creating of parser object
7488: using constructor without params - little bugfix in test
7489:
7490: * src/main/compile_tools.h: - bugfix: should't call autouse while
7491: checking existed class while processing partial option
7492:
7493: * src/classes/reflection.C: - bugfix: core when creating object
7494: with reflection and constructor doesn't have params
7495:
7496: 2009-08-24 misha
7497:
7498: * tests/229.html: - tests for checking the number of parameters
7499: were added
7500:
7501: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7502: number of method's parameters wasn't checked correctly (the bug
7503: was introduced in 3.4.0)
7504:
7505: 2009-08-22 misha
7506:
7507: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7508: transcoded, but tainted pieces are escaped only when
7509: content-type==url-encoding
7510:
7511: * tests/228.html: - test for checking
7512: ^file::load[http://...;$.body[]]
7513:
7514: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7515: post charset was too early (charsets is empty at this moment)
7516:
7517: 2009-08-21 misha
7518:
7519: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7520: main/untaint.C: - some fixes with transcode+untaint
7521:
7522: 2009-08-15 misha
7523:
7524: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7525: was increaced to 100 (was 50)
7526:
7527: * tests/227.html: - test for checking overriding properties in
7528: static classes was added
7529:
7530: * tests/: 226.html, 226.p: - test for @autoload[] was added
7531:
7532: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7533: main/execute.C, main/pa_request.C, classes/reflection.C: -
7534: autouse was implemented
7535:
7536: 2009-08-14 misha
7537:
7538: * src/classes/reflection.C: - outdated checkout was removed
7539:
7540: * src/classes/reflection.C: - optimization - method ^dynamical was
7541: added.
7542:
7543: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7544: types/pa_vstateless_class.h, main/execute.C: - optimization
7545:
7546: * src/types/pa_vclass.C: - exception if base on sytem class
7547:
7548: 2009-08-12 misha
7549:
7550: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7551: pa_vstateless_class.h: - little optimisation
7552:
7553: 2009-08-11 misha
7554:
7555: * tests/224.html: - method_params => method_info - checking for
7556: $.inherited
7557:
7558: * src/classes/reflection.C, operators.txt: - method method_params
7559: was renamed to method_info and now it returns class name, if
7560: method was defined in ancestor
7561:
7562: * tests/225.html: - tests for cheching properties in hierarhical
7563: classes were added
7564:
7565: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7566: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7567: main/compile.y, main/execute.C, classes/classes.C: - problems
7568: with properties in new classes implementation were fixed
7569:
7570: 2009-08-10 misha
7571:
7572: * src/main/execute.C: - now constructor shouldn't be defined in
7573: class. it could be defined in parent.
7574:
7575: 2009-08-09 misha
7576:
7577: * src/classes/reflection.C: - ^reflection:methods doesn't return
7578: base's methods
7579:
7580: 2009-08-08 misha
7581:
7582: * src/: classes/classes.h, classes/date.C, classes/file.C,
7583: classes/form.C, classes/hash.C, classes/hashfile.C,
7584: classes/image.C, classes/mail.C, classes/op.C,
7585: classes/reflection.C, classes/regex.C, classes/string.C,
7586: classes/table.C, classes/xdoc.C, classes/xnode.C,
7587: classes/xnode.h, include/pa_hash.h, main/execute.C,
7588: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7589: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7590: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7591: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7592: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7593: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7594: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7595: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7596: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7597: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7598: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7599: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7600: types/pa_vresponse.C, types/pa_vresponse.h,
7601: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7602: types/pa_vstateless_object.h, types/pa_vstatus.C,
7603: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7604: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7605: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7606: types/pa_wwrapper.h, types/types.vcproj: - new classes
7607: implementation
7608:
7609: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7610: USE_MUNMAP is used. so it is disabled as a workaround.
7611:
7612: 2009-08-05 misha
7613:
7614: * src/: main/pa_common.C, include/pa_common.h: - not needed
7615: parameter was removed
7616:
7617: * src/main/pa_http.C: - bugfix: error was during detecting
7618: content-type of file which was loaded by http
7619:
7620: 2009-08-01 misha
7621:
7622: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7623: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7624: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7625: can't be disabled with defines any longer
7626:
7627: 2009-07-29 misha
7628:
7629: * src/classes/reflection.C, tests/results/224.processed: - for
7630: native methods with any call type now returned empty call_type
7631: value
7632:
7633: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7634: classes/table.C, include/pa_hash.h, include/pa_request.h,
7635: main/pa_request.C: - break in cycles was optimized
7636:
7637: * INSTALL: - more defines were described
7638:
7639: 2009-07-28 misha
7640:
7641: * operators.txt: - some changes in information about reflection
7642: class
7643:
7644: * tests/: 224.html, 224.p: - tests for reflection class
7645:
7646: * src/classes/reflection.C: - some bugs were fixed, method classes
7647: was added, refactoring
7648:
7649: 2009-07-26 misha
7650:
7651: * src/classes/classes.vcproj: - reflection class wass added to
7652: project
7653:
7654: * operators.txt: - information about reflection class was added
7655:
7656: * src/classes/reflection.C: - class was redesigned
7657:
7658: 2009-07-24 misha
7659:
7660: * src/classes/: Makefile.am, reflection.C: - class reflection was
7661: added
7662:
7663: * src/types/pa_vstateless_class.h: - method for reflection method's
7664: in classes was added
7665:
7666: 2009-07-22 misha
7667:
7668: * src/main/compile_tools.h: - bugfix: $object.$var was
7669: over-optimized. it failed if $object1.$object2.field
7670:
7671: 2009-07-16 misha
7672:
7673: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7674: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7675: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7676: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7677: one more arg: length of cord
7678:
7679: 2009-07-15 misha
7680:
7681: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7682: tainted in ^file::load[http://...;$.cookies[]]
7683:
7684: * src/classes/: op.C, regex.C, string.C: - new string with
7685: exception was used
7686:
7687: * src/include/pa_exception.h: - new string with exception was added
7688:
7689: * tests/223.html: - test for checking cookie-encoding during
7690: ^file::load[http was added
7691:
7692: * tests/: 221.html, 222.html: - tests for checking type of
7693: $table.fields.field were added
7694:
7695: * src/types/pa_vtable.C: - not used var decl was removed
7696:
7697: * src/include/pa_string.h: - use cached string length in Body::mid.
7698: it improves speed of match with brackets in pattern
7699:
7700: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7701: outside
7702:
7703: 2009-07-14 misha
7704:
7705: * src/types/pa_vtable.C: - $table.fields.a return string even if
7706: column is empty (sometime returned void) - $table.fields was
7707: added for nameless tables
7708:
7709: * src/targets/cgi/getopt.c: - one warning resolved
7710:
7711: * src/main/pa_string.C: - potentian bug fixed
7712:
7713: * src/classes/op.C: - small optimization in taint/untaint
7714:
7715: 2009-07-13 misha
7716:
7717: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7718: added
7719:
7720: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7721: souldn't add the attribut to output
7722:
7723: 2009-07-11 misha
7724:
7725: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7726: stack size was increaced to 2MB (default=1MB)
7727:
7728: 2009-07-08 misha
7729:
7730: * src/main/pa_string.C: - link to UTF-8 description was added
7731:
7732: * src/include/pa_hash.h: - hash keeps element's order in more
7733: places (ex: ._keys[])
7734:
7735: * tests/220.html: - test for checking order of elements in hash in
7736: foreach was added
7737:
7738: * tests/172.html: - small changes in printing hash
7739:
7740: * tests/129.html: - small changes in printing hash
7741:
7742: * src/: include/pa_common.h, include/pa_hash.h,
7743: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7744: types/pa_vmethod_frame.h: - hash now keeps order of elements
7745:
7746: * tests/014.html: - small changes in printing hash
7747:
7748: 2009-07-07 misha
7749:
7750: * src/classes/op.C: - new taint language "parser-code" was added
7751:
7752: * tests/219.html: - test for auto untaint parser code in process
7753: was added
7754:
7755: * src/classes/op.C: - tainted pieces in body of process are
7756: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7757:
7758: * src/: include/pa_string.h, main/untaint.C: - new language
7759: L_PARSER_CODE for auto-untaint in process was added
7760:
7761: * src/: classes/file.C, classes/hash.C, classes/image.C,
7762: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7763: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7764: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7765: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7766: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7767: code cleanup
7768:
7769: 2009-07-06 misha
7770:
7771: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7772: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7773: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7774:
7775: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7776: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7777: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7778: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7779: should be used
7780:
7781: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7782: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7783: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7784: untaint_cstr[m] should be used
7785:
7786: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7787: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7788:
7789: * tests/218.html: - test for checking automatic file-spec-taint was
7790: added
7791:
7792: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7793: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7794: classes/file.C, classes/hash.C, classes/image.C,
7795: classes/string.C, classes/table.C, classes/void.C,
7796: classes/xdoc.C: - optimizations and simplification of
7797: string.cstr(...)
7798:
7799: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7800: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7801: - optimizations and simplification of string.cstr(...)
7802:
7803: 2009-07-04 misha
7804:
7805: * tests/217.html: - test for recursion detection was added
7806:
7807: * src/: types/types.vcproj, main/main.vcproj,
7808: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7809: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7810: from .vcproj
7811:
7812: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7813:
7814: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7815: uploading files and case-insensitive http-method were added
7816:
7817: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7818: tainted pattern in ^file:list[] was added
7819:
7820: 2009-07-03 misha
7821:
7822: * src/: classes/classes.vcproj, main/main.vcproj,
7823: types/types.vcproj, targets/cgi/parser3.vcproj,
7824: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7825: for dynamic_cast) - little options changes
7826:
7827: * src/main/pa_http.C: - file::load[http works now with uploading
7828: files _and_ changing $.charset
7829:
7830: 2009-06-29 misha
7831:
7832: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7833: while creating pattern
7834:
7835: 2009-06-25 misha
7836:
7837: * src/classes/image.C, operators.txt: - options' names for
7838: ^image.font were changed to $.space, $.width and $spacing -
7839: default space width now == gif's width
7840:
7841: 2009-06-24 misha
7842:
7843: * tests/215.html: - tests for $file.mode were added
7844:
7845: * operators.txt: - added info about $file.mode and changes in
7846: ^image.font[
7847:
7848: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7849: param now could be omited - third param now could be hash (with
7850: all widths options: $.space-width, $.letter-width) - it's
7851: possible to specify tracking ($.letter-space)
7852:
7853: * src/classes/file.C: - file objects now could have mode field
7854: (text|binary)
7855:
7856: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7857:
7858: 2009-06-23 misha
7859:
7860: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7861: trim can work with utf-8 chars now
7862:
7863: 2009-06-20 misha
7864:
7865: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7866: was implemented
7867:
7868: * src/classes/table.C: - string length cacheing was implemented
7869:
7870: * src/include/pa_string.h: - string length cacheing was implemented
7871:
7872: 2009-06-17 misha
7873:
7874: * src/main/execute.C: - value param was removed from
7875: WContext::WContext
7876:
7877: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7878: pa_wwrapper.h: - value param was removed from WContext::WContext
7879: - field wcontext was removed from VCodeFrame (using fparent
7880: instead)
7881:
7882: * tests/214.html: - test with hash copying
7883:
7884: 2009-06-16 misha
7885:
7886: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7887: strings doesn't work in expression anymore
7888:
7889: * src/main/execute.C: - less calls for get_constructing() - little
7890: refactoring
7891:
7892: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7893: include/pa_request.h: - less calls for get_constructing()
7894:
7895: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7896: introduced with OPTIMIZE_SINGLE_STRING optimization
7897:
7898: 2009-06-14 misha
7899:
7900: * src/: classes/date.C, classes/file.C, classes/hash.C,
7901: classes/hashfile.C, classes/image.C, classes/regex.C,
7902: classes/table.C, classes/xdoc.C, classes/xnode.h,
7903: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7904: types/pa_vstateless_class.h, main/execute.C: - create object for
7905: storing object's fields only for parser objects
7906:
7907: 2009-06-13 misha
7908:
7909: * buildall-with-xml, buildall-without-xml: - new option was added
7910: for building GC (it slightly reduces memory usage)
7911:
7912: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7913: single string write
7914:
7915: * src/main/execute.C: - bytecode optimization of ^class:constructor
7916: - optimization of single string write
7917:
7918: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7919: - bytecode optimization of ^class:constructor
7920:
7921: 2009-06-09 misha
7922:
7923: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7924: main (better compatibility)
7925:
7926: 2009-06-08 misha
7927:
7928: * src/main/compile.y: - I've forgot to commit it :(
7929:
7930: 2009-06-07 misha
7931:
7932: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7933: WITH_READ and WITH_ROOT
7934:
7935: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7936: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7937: WITH_ROOT - little refactoring
7938:
7939: 2009-06-06 misha
7940:
7941: * tests/213.html: - tests for 3rd match string-param were added
7942:
7943: * src/classes/string.C: - 3rd match param could be string now
7944:
7945: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7946: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7947: GET_OBJECT_ELEMENT
7948:
7949: 2009-06-05 misha
7950:
7951: * src/main/pa_http.C: - bugfix: content-length was not calculated
7952: if $.body was specified
7953:
7954: 2009-06-04 misha
7955:
7956: * src/classes/op.C: - optimizing write_assign_lang in connect
7957:
7958: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7959:
7960: * src/main/execute.C: - little refactoring - optimizing
7961: write_assign_lang in taint/untaint
7962:
7963: * src/include/pa_opcode.h: - little refactoring
7964:
7965: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7966: main/compile_tools.h, main/execute.C: - optimizations for
7967: $self.field, ^self.method, $self.field[...] and $self.field(...)
7968: were added
7969:
7970: 2009-06-03 misha
7971:
7972: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7973:
7974: 2009-06-02 misha
7975:
7976: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7977: include/pa_opcode.h: - refactoring in last optimizations
7978: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7979: now but code is much easy and it is ready for further
7980: improvements.
7981:
7982: 2009-05-27 misha
7983:
7984: * src/: types/pa_junction.h, types/pa_vjunction.C,
7985: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7986: changed in destructing junctions
7987:
7988: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7989: String:Body
7990:
7991: 2009-05-26 misha
7992:
7993: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7994: one method detect_charset was deleted - bug was fixed in this
7995: method (error while detecting charset in content_type withot last
7996: ';')
7997:
7998: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7999: once
8000:
8001: 2009-05-25 misha
8002:
8003: * src/classes/file.C: - bugfix: file::exec didn't work after
8004: optimizing of helper_length
8005:
8006: 2009-05-24 misha
8007:
8008: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8009: were added - little refactoring
8010:
8011: * src/main/execute.C: - core while printing in debug log
8012: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8013: optimisations were added
8014:
8015: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8016: were added
8017:
8018: 2009-05-23 misha
8019:
8020: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8021: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8022: CORD_cat optimization
8023:
8024: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8025: - call constr optimisation under separate define now
8026:
8027: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8028: in $b should be string, not void
8029:
8030: * src/main/compile.y: - little fix for rem-cut optimisation
8031:
8032: * src/: include/pa_opcode.h, main/compile_tools.C,
8033: main/compile_tools.h, main/execute.C: - optimisations for
8034: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8035:
8036: * INSTALL: - description of some #defined were added
8037:
8038: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8039: before 1st access (memory usage is reduced if don't access to
8040: .text field)
8041:
8042: * src/include/pa_array.h: - array grows step now not static (it
8043: reduces numbers of reallocs)
8044:
8045: 2009-05-20 misha
8046:
8047: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8048: $.b(2), $c[d] and $.e[f] was added
8049:
8050: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8051: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8052: $.e[f] was added
8053:
8054: * src/main/execute.C: - debug printing moved in defines
8055:
8056: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8057: and little refactoring for OP_GET_OBJECT_ELEMENT +
8058: OP_GET_OBJECT_VAR_ELEMENT optimisation
8059:
8060: 2009-05-19 misha
8061:
8062: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8063: execute.C: - $a.$b & ^a.$b bytecode optimisation
8064:
8065: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8066: ^a.$b optimisation)
8067:
8068: * src/main/compile.y: - compiler now generate new opcodes:
8069: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8070: ^a.b - compiler now cut off ^rem{ with all content ; any number
8071: of params }
8072:
8073: * src/main/execute.C: - code for handle new opcodes
8074: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8075:
8076: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8077: added for LA2V and LA2S
8078:
8079: * src/include/pa_opcode.h: - new defines which can be used for
8080: disable some bytecode optimisation and new opcodes were added
8081:
8082: 2009-05-17 misha
8083:
8084: * src/lib/cord/cordxtra.c: - bugfix.
8085:
8086: * tests/212.html: - .size[] and .study_size[] were added to tests
8087:
8088: * operators.txt: - info about regex class was added
8089:
8090: * tests/212.html: - tests for regex class were added
8091:
8092: 2009-05-16 misha
8093:
8094: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8095: gc7.1
8096:
8097: * tests/022.html: - test for ^file:list[path;] (empty second param)
8098: was added
8099:
8100: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8101: param) should work
8102:
8103: 2009-05-15 misha
8104:
8105: * src/classes/table.C: - automatically disable stringstream usage
8106: on freebsd4
8107:
8108: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8109: scope
8110:
8111: * tests/211.html: - test with different types of access to hash was
8112: added
8113:
8114: * tests/210.html: - test which checks for loosing tainting in
8115: hash's keys was added
8116:
8117: * tests/208.html: - some parser work added. or stime == 0 %-)
8118:
8119: * src/lib/cord/cordbscs.c: - little hack was added to cord
8120:
8121: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8122:
8123: * src/include/pa_version.h, configure.in: - moko have made a lot of
8124: optimisations for increacing version number more dramatically :)
8125:
8126: * src/classes/date.C: - little refactoring: use constructor which
8127: accepts formated string
8128:
8129: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8130: which can print formatted string was added
8131:
8132: 2009-05-14 misha
8133:
8134: * src/include/pa_string.h: - type was fixed
8135:
8136: * src/: classes/hashfile.C, classes/op.C,
8137: include/pa_cache_managers.h, include/pa_charset.h,
8138: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8139: include/pa_request.h, include/pa_sql_driver_manager.h,
8140: include/pa_string.h, include/pa_stylesheet_manager.h,
8141: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8142: main/pa_charsets.C, main/pa_string.C,
8143: main/pa_stylesheet_connection.C, types/pa_value.h,
8144: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8145: types/pa_vobject.C, types/pa_vstateless_class.C,
8146: types/pa_vstateless_class.h: - hash_code caching was implemented
8147: (seaches should be faster now)
8148:
8149: * src/: classes/file.C, classes/hash.C, classes/image.C,
8150: classes/string.C, classes/table.C, include/pa_string.h,
8151: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8152: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8153: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8154: types/pa_vrequest.C: - String constructors don't have that stupid
8155: true/false param which means 'tainted'. they accept lang instead.
8156:
8157: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8158: with OPTIMIZE_RESULT
8159:
8160: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8161: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8162:
8163: 2009-05-13 misha
8164:
8165: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8166: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8167: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8168: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8169: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8170: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8171: include/pa_string.h, classes/date.C, classes/file.C,
8172: classes/hash.C, classes/image.C, classes/string.C,
8173: classes/table.C, classes/xdoc.C: - result optimisation -
8174: helper_length parameter removed from string constructors
8175:
8176: 2009-05-11 misha
8177:
8178: * tests/209.html: - tests for ^hash::create[hash] were added
8179:
8180: * tests/208.html: - tests for $status:rusage, $status:memory,
8181: ^memory:compact[] were added
8182:
8183: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8184: log10 were added
8185:
8186: * tests/206.html: - test for try with finally was added
8187:
8188: 2009-05-10 misha
8189:
8190: * tests/205.html: - test for ^file::create[...] was added
8191:
8192: * tests/204.html: - test for ^response:clear[] was added
8193:
8194: * tests/038.html: - tests for trigonometric functions were added
8195:
8196: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8197: added - more tests for .add, .sub, .union, .intersects and
8198: .intersections
8199:
8200: * tests/065.html: - test for ^file:dirname was added
8201:
8202: * tests/030.html: - test for $cookie:fields was added
8203:
8204: * tests/203.html: - test for ^h._keys[column name] was added
8205:
8206: * tests/201.html: - tests for .trim were added
8207:
8208: * tests/202.html: - tests for last-day,
8209: date:calendar[type](YYYY;MM;DD) were added
8210:
8211: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8212: .offset[type](N) were added
8213:
8214: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8215: and .pos[c](N) were added
8216:
8217: * tests/141.html: - test for math:sha1 was added
8218:
8219: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8220:
8221: 2009-05-09 misha
8222:
8223: * src/main/compile.y: - rollback
8224:
8225: 2009-05-05 misha
8226:
8227: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8228: replaced by is_empty()
8229:
8230: * src/: include/pa_string.h, main/pa_charset.C: - little
8231: optimisation: somewhere length() was replaced by is_empty()
8232:
8233: * src/classes/table.C: - little optimisation: somewhere length()
8234: was replaced by is_empty()
8235:
8236: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8237: classes/op.C, classes/table.C, main/pa_exception.C: - little
8238: optimisation: somewhere length() was replaced by is_empty()
8239:
8240: 2009-05-04 misha
8241:
8242: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8243: types/pa_vstateless_class.h, main/execute.C,
8244: include/pa_request.h, classes/hash.C, classes/op.C,
8245: classes/table.C: - more optimisations were added: some operators
8246: don't switch write context anylonger
8247:
8248: 2009-05-01 misha
8249:
8250: * src/main/compile.y: - slightly more opcode optimisations for
8251: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8252:
8253: * src/main/execute.C: - simplifying process for getters
8254:
8255: 2009-04-30 misha
8256:
8257: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8258:
8259: * tests/results/199.processed: - test for checking $result into
8260: ^rem was added
8261:
8262: * tests/199.html: - test for checking $result into ^rem was added
8263:
8264: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8265: some OS it returns list in different order)
8266:
8267: * src/: include/pa_array.h, include/pa_request.h,
8268: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8269: changes in stack impl - get_element() optimisation: 3rd param
8270: removed - bugfix: problems with reading empty input param -
8271: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8272:
8273: * tests/results/198.processed: - test for reading empty local var
8274: was added
8275:
8276: * tests/198.html: - test for reading empty local var was added
8277:
8278: 2009-04-29 misha
8279:
8280: * src/main/compile.y: - bugfix: couldn't compile because
8281: OP_VALUE__GET_ELEMENT should be unde #ifdef
8282:
8283: * src/: include/pa_array.h, include/pa_opcode.h,
8284: include/pa_request.h, main/compile.y, main/execute.C,
8285: main/pa_request.C, types/pa_vmethod_frame.C,
8286: types/pa_vmethod_frame.h: - we can work without opcode
8287: OP_STORE_PARAM, so it was removed
8288:
8289: 2009-04-28 misha
8290:
8291: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8292: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8293: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8294: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8295: 4.
8296: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8297:
8298: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8299:
8300: * src/: main/pa_string.C, classes/string.C: - !length() =>
8301: is_empty()
8302:
8303: 2009-04-27 misha
8304:
8305: * src/types/pa_vregex.h: - back explicit vars initialisation
8306:
8307: 2009-04-24 misha
8308:
8309: * src/classes/string.C: - ups. typo fixed
8310:
8311: * src/main/execute.C: - more replacements '*new VBool' to
8312: 'VBool::get' - checks for ^break[], ^continue[] and
8313: parser.interrupted were optimised
8314:
8315: * src/classes/string.C: - number of params.count() calls was
8316: slightly reduced
8317:
8318: 2009-04-23 misha
8319:
8320: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8321: make it x64 friendly
8322:
8323: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8324: parser is x64 friendly now
8325:
8326: 2009-04-22 misha
8327:
8328: * src/types/pa_vhashfile.C: - coder friendly exception about
8329: exceeding record size was added
8330:
8331: * src/classes/file.C: - use vregex object instead of direct calls
8332: methods from pcre lib
8333:
8334: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8335: classes/string.C: - use vregex object instead of direct calls
8336: methods from pcre lib
8337:
8338: * src/: include/pa_common.h, main/pa_common.C: - method
8339: print_pcre_exec_error_text was moved to class vregex
8340:
8341: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8342: was added
8343:
8344: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8345: - class vregex was added
8346:
8347: 2009-04-21 misha
8348:
8349: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8350:
8351: * src/: types/pa_junction.h, types/pa_value.C,
8352: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8353: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8354: junction-optimisation (destructors)
8355:
8356: * src/include/pa_array.h: - free under if now
8357:
8358: 2009-04-19 misha
8359:
8360: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8361:
8362: 2009-04-18 misha
8363:
8364: * src/include/pa_version.h:
8365: :q :
8366:
8367: CV:
8368: ----------------------------------------------------------------------
8369:
8370: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8371: refactoring
8372:
8373: * src/: include/pa_array.h, include/pa_hash.h,
8374: types/pa_vmethod_frame.h: - destructors under #ifdef now
8375:
8376: * src/include/pa_memory.h: - define for using destructors was added
8377:
8378: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8379: main/execute.C: - some junctions will be cached now
8380:
8381: * src/include/pa_hash.h: - hash destructor frees pairs now
8382:
8383: * src/include/pa_array.h: - inline was added to destructor
8384:
8385: * src/types/pa_method.h: - comment was changed
8386:
8387: 2009-04-17 misha
8388:
8389: * src/: include/pa_array.h, include/pa_hash.h,
8390: types/pa_vmethod_frame.h: - destructors were added
8391:
8392: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8393: renamed to always_use_result
8394:
8395: * src/main/: compile.y, compile_tools.h: - rollback changes in
8396: compiler: full backward compatibility is better
8397:
8398: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8399: result in var's hash
8400:
8401: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8402: optimisation in method_frame
8403:
8404: * src/include/pa_array.h: - optimisation in array (allocate
8405: elements only when needed)
8406:
8407: * src/types/pa_vresponse.C: - check for $response:headers field
8408: before looking at custom fields
8409:
8410: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8411: not needed to check existance var with name 'result' in var's
8412: hash
8413:
8414: * src/main/compile.y: - compiler was changed: now it detects
8415: writings to $result and set flag writo_to_result in method
8416:
8417: * src/classes/string.C: - little optimisation: no needed to write
8418: number with lang
8419:
8420: * src/main/pa_charset.C: - methods readChar and skipChar which is
8421: used for read utf8-strings were renamed - is_escaped was renamed
8422: to isEscaped (to the same name convention)
8423:
8424: * src/: types/pa_method.h, main/compile_tools.h: - flag
8425: write_to_result added. compiler get this info from code.
8426:
8427: 2009-04-16 misha
8428:
8429: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8430: String only before 1st write
8431:
8432: * src/include/pa_string.h: - not needed template removed
8433:
8434: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8435: types/pa_vjunction.C, types/pa_vproperty.C,
8436: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8437: main/pa_request.C, classes/bool.C, classes/double.C,
8438: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8439: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8440: bool objects)
8441:
8442: 2009-04-15 misha
8443:
8444: * src/lib/cord/cordxtra.c: - more optimisation
8445:
8446: * src/: include/pa_string.h, main/untaint.C: - String::append
8447: optimisation
8448:
8449: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8450: then get and can sometime be used)
8451:
8452: * src/main/pa_string.C: - String::length optimisation
8453:
8454: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8455: these methods read different strings
8456:
8457: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8458: fresult_initial_void removed + some optimisation - if $result
8459: defined we don't write to context anymore
8460:
8461: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8462: need just skip char)
8463:
8464: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8465: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8466: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8467:
8468: * src/types/pa_vvoid.h: - added get() method for retreave one
8469: instance
8470:
8471: 2009-04-11 misha
8472:
8473: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8474:
8475: * tests/197.html: - test for parser://test in xml was added
8476:
8477: * src/classes/string.C: - small optimisation
8478:
8479: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8480: optimisation
8481:
8482: 2009-04-10 misha
8483:
8484: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8485: to pcre-7.8
8486:
8487: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8488:
8489: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8490: added
8491:
8492: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8493: $request:CLASS_NAME were added
8494:
8495: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8496: were added
8497:
8498: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8499: $env:CLASS_NAME were added
8500:
8501: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8502: '@todo' now
8503:
8504: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8505: compirer
8506:
8507: * src/main/pa_string.C: - little code cleanup
8508:
8509: * src/main/pa_common.C: - describe one more UTF-8 related error
8510: during PCRE compile/execute
8511:
8512: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8513: normalizing todo-comments: '@todo' now
8514:
8515: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8516:
8517: * src/main/pa_charset.C: - type changed for making compiler happy
8518:
8519: 2009-03-10 misha
8520:
8521: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8522: in main()
8523:
8524: 2009-02-01 misha
8525:
8526: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8527: boundary
8528:
8529: 2009-01-25 misha
8530:
8531: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8532:
8533: * src/classes/file.C: - more changes for parsing different number
8534: of params for file::load
8535:
8536: * tests/193.html: - tests for exception while base64-decode binary
8537: to string was added
8538:
8539: * tests/192.html: - tests for file::load with different number of
8540: options
8541:
8542: * src/classes/math.C: - ups. forgot '+1'
8543:
8544: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8545: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8546: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8547: (new option $.encode[multipart-form/data] should be specified) -
8548: $.method[] option for file::load now is not case-sensitive
8549:
8550: * src/: include/pa_string.h, main/untaint.C: - for file post the
8551: new taint language L_FILE_POST was added
8552:
8553: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8554: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8555: stuff was moved to separate files
8556:
8557: 2009-01-23 misha
8558:
8559: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8560: spaces to tabs were converted
8561:
8562: 2009-01-12 misha
8563:
8564: * src/main/pa_http.C: - value of $.method[] option force uppercased
8565: now
8566:
8567: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8568: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8569: their names
8570:
8571: * src/main/pa_common.C: - changes in formating
8572:
8573: * src/: classes/file.C, main/pa_http.C: - some constants changed
8574: their names
8575:
8576: * src/include/pa_http.h: - some spaces were converted to tabs
8577:
8578: * src/include/pa_common.h: - some constants changed their names
8579:
8580: * src/classes/file.C: - fixed 4-th paramether for file::load -
8581: little code rewriting
8582:
8583: * src/types/pa_vfile.C: - little code rewriting
8584:
8585: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8586: types/pa_value.h: - some formating changes
8587:
8588: * src/include/pa_common.h: - some formating spaces transformed to
8589: tabs
8590:
8591: * src/classes/string.C: - exception while base64-decode binary to a
8592: string
8593:
8594: 2009-01-11 misha
8595:
8596: * configure.in: - version changed to 3.3.1b
8597:
8598: 2008-09-05 misha
8599:
8600: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8601: release_3_3_0 on 2008-09-05 10:59:35 +0000
8602:
8603: 2008-09-04 misha
8604:
8605: * tests/: 130.html, 131.html: - these exceptions not typeless
8606: anymore
8607:
8608: * src/classes/op.C: - exception with 'invalid taint language' not
8609: typeless anylonger
8610:
8611: * src/classes/image.C: - some exceptions while operations with
8612: image not typeless anymore
8613:
8614: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8615: main/pa_exec.C, main/pa_http.C: - some exceptions while
8616: operations with files not typeless anymore
8617:
8618: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8619: types/pa_vdate.h: - exceptions while checking date range not
8620: typeless anymore
8621:
8622: * src/include/pa_exception.h: - exception type string for invalid
8623: date range was added
8624:
8625: 2008-09-03 misha
8626:
8627: * src/: classes/file.C, main/pa_string.C: - exception while pce
8628: operations not typeless anymore
8629:
8630: * src/include/pa_exception.h: - exception type for pce operations
8631: was added
8632:
8633: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8634: and .CLASS_NAME insite classes
8635:
8636: * src/classes/table.C: - don't save table header whiile
8637: ^table.save[append;filename] if file exists
8638:
8639: 2008-09-02 misha
8640:
8641: * src/main/compile.y, src/main/compile_tools.h,
8642: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8643: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8644: renamed to partial and it login changed: we must mark class as
8645: partial for allow their modifications in future.
8646:
8647: 2008-08-29 misha
8648:
8649: * tests/results/022.processed: - testing taint[regex] in mask for
8650: file:list
8651:
8652: * tests/022.html: - testing taint[regex] in mask for file:list
8653:
8654: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8655: for file:list was added
8656:
8657: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8658: file:list
8659:
8660: 2008-08-26 misha
8661:
8662: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8663: last derived object
8664:
8665: * src/classes/image.C: - many strings "image.format" replaced by
8666: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8667: understand some more exif tags
8668:
8669: * src/include/pa_exception.h: - string "image.format" was added
8670:
8671: 2008-08-21 misha
8672:
8673: * src/: main/pa_string.C, classes/file.C: - use method for print
8674: pcre_exec text error
8675:
8676: * src/main/pa_common.C: - method for print pcre_exec text error was
8677: added
8678:
8679: * src/include/pa_common.h: - method declaration for print pcre_exec
8680: text error was added
8681:
8682: 2008-08-19 misha
8683:
8684: * src/main/execute.C: - bugfix: opcodes must be in separate
8685: namespace while debug execution as well
8686:
8687: * tests/: 015.html, results/015.processed: - test for escaping some
8688: parser chars was added
8689:
8690: 2008-08-18 misha
8691:
8692: * tests/: 190.html, 190.p, results/190.processed: - test for
8693: $caller.self.field + default getter in one class was added
8694:
8695: * tests/: 189.html, results/189.processed: - test for
8696: ^date::create[date object]
8697:
8698: * tests/: 188.html, results/188.processed: - tests for match with
8699: UTF-8 strings
8700:
8701: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8702: ^string.match[]
8703:
8704: * ChangeLog: - parser 3.3.0 beta13
8705:
8706: 2008-08-15 misha
8707:
1.116 moko 8708: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8709: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8710: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8711: dftables.c: - old PCRE files removed
1.95 moko 8712:
8713: * src/lib/pcre/config.h: - configuration for PCRE library
8714:
8715: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8716: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8717:
8718: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8719: library and set flag UTF8 if $request:charset is UTF-8
8720:
8721: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8722: include/pa_config_fixed.h: - moved to new PCRE library
8723:
8724: * src/: main/main.vcproj, types/types.vcproj,
8725: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8726: win32\pcre instead of parser3\src\lib\pcre
8727:
8728: * src/: include/pa_opcode.h, include/pa_operation.h,
8729: main/compile.C, main/compile.y, main/compile_tools.C,
8730: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8731: opcodes were moved to separate namespace
8732:
8733: 2008-08-14 misha
8734:
8735: * src/types/pa_vstateless_class.C: - newline at the end missed
8736:
8737: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8738: tainting
8739:
8740: 2008-08-11 misha
8741:
8742: * tests/: 187.html, 187.p, results/187.processed: - tests for
8743: $caller.self, $caller.self.field and $caller.self.field[value]
8744: were added
8745:
8746: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8747: runtime as well (for $caller.self)
8748:
8749: 2008-07-25 misha
8750:
8751: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8752: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8753: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8754: tests with international characters
8755:
8756: 2008-07-23 misha
8757:
8758: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8759: file::load[...;http://
8760:
8761: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8762: now everywhere in separate namespace
8763:
8764: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8765: for vars
8766:
8767: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8768: can be escaped by '^'
8769:
8770: 2008-07-22 misha
8771:
8772: * src/classes/string.C, tests/186.html: - names changes:
8773: escape=>js-escape, unescape=>js-unescape
8774:
8775: 2008-07-21 misha
8776:
8777: * tests/results/186.processed: - test for string escape/unescape
8778:
8779: * tests/186.html: - test for string escape/unescape
8780:
8781: * src/classes/string.C: - string has escape and unescape methods
8782: now
8783:
8784: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8785: added
8786:
8787: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8788: method-layers added (with different params)
8789:
8790: 2008-07-18 misha
8791:
8792: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8793: was added
8794:
8795: * tests/185.html: - test for ^str.pos[sub](offset) added
8796:
8797: * src/classes/string.C, src/classes/void.C, operators.txt: -
8798: ^string.pos[substr](offset) -- 2nd param accepted now
8799:
8800: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8801: strings
8802:
8803: 2008-07-17 misha
8804:
8805: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8806: helper length added for mid for small optimisation
8807:
8808: 2008-07-16 misha
8809:
8810: * tests/: 185.html, results/185.processed: - tests for
8811: length/left/right/mid/pos with utf-8 strings
8812:
8813: * src/classes/string.C: - left/right/mid/length/pos works fine for
8814: utf-8 strings
8815:
8816: * src/main/untaint.C: - comments removed
8817:
8818: * src/: include/pa_string.h, main/pa_string.C,
8819: include/pa_charset.h, main/pa_charset.C: - methods for working
8820: with pos/mid for strings in utf-8 were added
8821:
8822: 2008-07-15 misha
8823:
8824: * tests/: 184.html, results/184.processed: - test for case body as
8825: expression: $var(^switch(1){^case(1)(true)..})
8826:
8827: * src/classes/op.C: - case body can be expression now:
8828: $var(^switch(1){^case(1)(true)..})
8829:
8830: * tests/: results/183.processed, 183.html: - added test for testing
8831: new cookie encoding (%uXXXX)
8832:
8833: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8834: decoding for backward compatibility they decoded from %XX in
8835: request:charset too
8836:
8837: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8838: - cookie class now decode cookies before first access after last
8839: request:charset changing (as form class).
8840:
8841: * src/main/pa_charset.C: - added method escape for escaping cookies
8842: as %uXXXX - before transcode calculate required space for dest
8843: string. it reduce mem usage for transcode
8844:
8845: * src/include/pa_charset.h: - added method escape for escaping
8846: cookies as %uXXXX
8847:
8848: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8849: was added. will used for escaping cookies as %uXXXX
8850:
8851: * src/include/pa_common.h: - escape method has new option for skip
8852: converting '+' to a space char
8853:
8854: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8855: transcode - escape method has new option for skip converting '+'
8856: to a space char
8857:
8858: 2008-07-08 misha
8859:
8860: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8861: (no UE if more then 1 case matches anylonger) - optimization:
8862: doing searching.as_string() || searching.as_double() only once
8863:
8864: 2008-07-04 misha
8865:
8866: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8867: now ^date::create[date object] works
8868:
8869: * src/classes/string.C: - left and right added as aliases for start
8870: and end in ^string.trim[]
8871:
8872: 2008-07-03 misha
8873:
8874: * src/classes/file.C: - allow $.limit for file::sql as well
8875:
8876: * src/classes/file.C: - allow $.offset option for file::sql - force
8877: send limit=1 to query for use sql specifics authomatically
8878:
8879: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8880: if $.limit value if empty. autoconvert it as everywere
8881:
8882: 2008-07-02 misha
8883:
8884: * configure.in: - time to change version number to 3.3.0 %-)
8885:
8886: * src/include/pa_version.h: - time to change version number to
8887: 3.3.0 %-)
8888:
8889: 2008-06-26 misha
8890:
8891: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8892: $.limit(0) fixes
8893:
8894: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8895: - $.limit(0) fixes
8896:
8897: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8898: new API)
8899:
8900: * src/: include/pa_sql_driver_manager.h,
8901: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8902: classes/op.C: - document_root added
8903:
8904: * src/main/compile.tab.C: - error message was changed
8905:
8906: 2008-06-25 misha
8907:
8908: * src/main/compile.y: - error message was changed
8909:
8910: 2008-06-24 misha
8911:
8912: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8913:
8914: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8915: tests for @OPTIONS\nappend
8916:
8917: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8918:
8919: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8920:
8921: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8922:
8923: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8924: compile.y
8925:
8926: 2008-06-17 misha
8927:
8928: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8929: compilation: ^if(default){true. it's incorrect. must be
8930: exception}
8931:
8932: 2008-06-16 misha
8933:
8934: * tests/: 181.ent, 181.html, results/181.processed: - test for
8935: checking external reference loading with 'http://localhost'
8936: prefix while creating xdoc
8937:
8938: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8939: ^math:long2ip[] and ^math:ip2long[]
8940:
8941: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8942: added which use scalar stateless class method when user object
8943: used in scalar context - use get_scalar_value when user object
8944: requested in scalar context
8945:
8946: * src/main/pa_common.C: - size must be int but not size_t or we
8947: can't compare with 0 sprintf result
8948:
8949: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8950: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8951: with internal switch between local/global vars
8952:
8953: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8954: specified
8955:
8956: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8957: pa_vstateless_object.h: - stateless class and object now has
8958: private scalar field and getter/setter for working with it
8959:
8960: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8961: moved to inet static class
8962:
8963: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8964: class added (^inet:aton[IP], ^inet:ntoa(number))
8965:
8966: * tests/: 180.html, results/180.processed: - tests for
8967: ^math:long2ip(long) and ^math:ip2long[IP]
8968:
8969: * src/classes/math.C: - ^math:ip2long[IP] added
8970:
8971: 2008-06-11 misha
8972:
8973: * src/main/pa_xml_io.C: - use file_read_text again because of we
8974: need cut BOM code and remove DOS newline chars. but don't
8975: transcode it anyway.
8976:
8977: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8978: main/pa_http.C: - option for disable transcoding while file_read
8979: and file_read_text added
8980:
8981: 2008-06-10 misha
8982:
8983: * tests/: 179.html, 179.p, results/179.processed: - test for many
8984: classes in 1 file
8985:
8986: * src/main/: compile.C, compile_tools.h: - compile return list of
8987: classes now.
8988:
8989: * src/main/: compile.y, compile.tab.C: - compile return list of
8990: classes now. internals.
8991:
8992: * src/main/pa_request.C: - compile return list of classes now. try
8993: call @conf and @auto for each returned class
8994:
8995: * src/include/pa_request.h: - compile return list of classes now
8996:
8997: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8998: return list of classes when compile buf)
8999:
9000: 2008-06-07 misha
9001:
9002: * src/main/pa_request.C: - constructing VRequest object with 3rd
9003: param -- form
9004:
9005: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9006: 3rd param: form. needed for get post_charset
9007:
9008: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9009: added
9010:
9011: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9012: types/pa_vform.C, types/pa_vform.h: - some polish
9013:
9014: 2008-06-06 misha
9015:
9016: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9017: charset and decode chars from it but not from response:charset
9018:
9019: * src/main/pa_http.C: - detect_charset moved out of here
9020:
9021: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9022: methods moved here - unescape_chars accepn one charset now
9023:
9024: * src/main/pa_http.C: - new constants used - don't allow
9025: $.content-type in ^file::load[;http://;$.method[POST]] - add
9026: charset info while ^file::load[;http://;$.method[POST]] - option
9027: $.omit-post-charset(true) added to ^file::load[;http://] for
9028: disabling charset during post
9029:
9030: * src/types/pa_vform.C: - new constants used
9031:
9032: * src/include/pa_common.h: - some constants were added
9033:
9034: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9035: instead of StrEqNc
9036:
9037: * src/main/pa_common.C: - new method for caseless search
9038: c-substring in c-string - use isxdigit instead of is_hex_digit
9039:
9040: * src/include/pa_common.h: - new method for caseless search
9041: c-substring in c-string
9042:
9043: 2008-06-05 misha
9044:
9045: * tests/results/178.processed: - test for testing default getter
9046:
9047: * tests/178.html: - test for testing default getter
9048:
9049: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9050: for test for testing default getter
9051:
9052: * src/main/execute.C: - default getter soul
9053:
9054: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9055: requested objects' field not found
9056:
9057: * src/types/pa_vclass.C: - register default getter if defined - get
9058: default getter if requested field not found
9059:
9060: * src/types/pa_vstateless_object.h: - method get_default_getter was
9061: added
9062:
9063: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9064: pointer to default getter and methods for get/set it were added
9065:
9066: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9067: auto_name field (for default getter)
9068:
9069: 2008-06-04 misha
9070:
9071: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9072: transcoding, no cutting BOM code, no fixing line breaks) and get
9073: it to libxml "as is"
9074:
9075: 2008-06-03 misha
9076:
9077: * src/main/pa_common.C: - use store_Char instead of
9078: transcodeCharFromUTF8
9079:
9080: * src/: include/pa_charset.h, main/pa_charset.C: - method
9081: store_Char added, transcodeCharFromUTF8 -- removed
9082:
9083: 2008-06-02 misha
9084:
9085: * tests/: results/177.processed, 177.html: - test for checking
9086: .[acm]date after local ^file::load[] was added
9087:
9088: * tests/: results/176.processed, 176.html: - test for checking
9089: @OPTION\locals + @method[vars][locals] added
9090:
9091: * tests/results/auto.p: - CLASS_PATH specified for checking use
9092:
9093: 2008-05-30 misha
9094:
9095: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9096: @OPTION\nlocals + @method[vars][;locals;] were added
9097:
9098: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9099: moved to separate method op_code - switch from VMethodFrame to
9100: VMethodFrameGlobal + VMethodFrameLocal
9101:
9102: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9103: was moved to separate method op_code
9104:
9105: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9106: VMethodFrame now
9107:
9108: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9109: all_vars_local as well
9110:
9111: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9112: pa_vmethod_frame_local.h, Makefile.am: - who children for
9113: VMethodFrame were added: one (global) works as VMethodFrame
9114: before and second (local) write all vars in self vars scope
9115:
9116: * src/types/pa_method.h: - method has bool flag all_vars_local now
9117:
9118: 2008-05-29 misha
9119:
9120: * tests/: 129.html, results/129.processed: - more tests for
9121: ^table.hash[]
9122:
9123: * src/classes/hash.C: - ^hash::sql has a new option:
9124: $.type[hash|string|table] as ^table.hash[] one.
9125:
9126: * src/classes/op.C: - ^try has 3rd param now: finally code which
9127: executed anyway after try or catch section
9128:
9129: 2008-05-27 misha
9130:
9131: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9132: must not fail if $.distinct(1) wasn't specified
9133:
9134: 2008-05-26 misha
9135:
9136: * src/classes/op.C: - allow ^throw[my type]
9137:
9138: 2008-05-22 misha
9139:
9140: * configure.in, configure: - version number updated to 3.2.4b
9141:
9142: * src/classes/: op.C, string.C: - trim format string before
9143: eval/format
9144:
9145: * tests/: results/175.processed, 175.html: - more tests for
9146: different format strings in .format[]
9147:
9148: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9149: as well (not only %XX)
9150:
9151: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9152: charset specified - checks for format before print number
9153: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9154: (instead of tabs) removed
9155:
9156: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9157: charset specified
9158:
9159: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9160: char in requested charset from utf code was added
9161:
9162: 2008-05-19 misha
9163:
9164: * tests/: 174.html, results/174.processed: - test for
9165: ^hashfile.cleanup[] added
9166:
9167: * src/classes/hashfile.C: - optimization: don't create any key or
9168: value variable if it's name weren't specified
9169: (^hf.foreach[;v]{...})
9170:
9171: 2008-05-16 misha
9172:
9173: * src/classes/hash.C: - optimization: don't create any key variable
9174: if variable name wasn't specified (^h.foreach[;v]{...})
9175:
9176: 2008-05-15 misha
9177:
9178: * src/classes/op.C: - small changes
9179:
9180: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9181:
9182: * src/classes/hash.C: - calculate var_context once before foreach
9183:
9184: 2008-05-14 misha
9185:
9186: * src/classes/hashfile.C: - incorrect vars context calculation for
9187: ^hashfile.foreach[;]{} fixed
9188:
9189: * src/classes/: hash.C, table.C: - little optimisation
9190:
9191: * src/classes/file.C: - bugfix: double absolute path while loading
9192: file
9193:
9194: * tests/: 174.html, results/174.processed: - tests for hashfile
9195: were added
9196:
9197: * buildall-with-xml: - moving to libxslt 1.1.24
9198:
9199: 2008-04-30 misha
9200:
9201: * src/classes/file.C: - stat file while loading (local only) so
9202: .adate, .mdate and .cdate available without additional ::stat
9203:
9204: 2008-04-28 misha
9205:
9206: * src/classes/file.C: - $.name and $.content-type available for
9207: stated file
9208:
9209: 2008-04-14 misha
9210:
9211: * src/targets/cgi/parser3.C: - new year in copyright %-)
9212:
9213: * src/include/pa_version.h: - new version number in head
9214:
9215: 2008-04-10 misha
9216:
9217: * tests/: 080.html, results/080.processed: - cut '0' from
9218: exponential part because of on diff OS it differ (20 or 020 for
9219: ex)
9220:
9221: * tests/: 119.html, results/119.processed: - check for encoding
9222: while creating xdoc
9223:
9224: 2008-04-09 misha
9225:
9226: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9227:
9228: * src/main/pa_common.C: - comment added
9229:
9230: * src/classes/date.C: - little refactoring
9231:
9232: 2008-04-07 misha
9233:
9234: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9235: style of ^table.save[]: prepare one big string and sabe it at
9236: once. it's safe on freebsd 4.x but use much more memory.
9237:
9238: * buildall-with-xml, buildall-without-xml: - option
9239: --disable-stringstream added (under comment. use it on freebsd
9240: 4.x)
9241:
9242: 2008-02-22 misha
9243:
9244: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9245: specified together in file::load[;http] - get back transcoding
9246: $.body[] in file::load[;http]
9247:
9248: 2008-02-21 misha
9249:
9250: * src/classes/date.C: - ^date.gmt-string[] was added
9251:
9252: * src/types/pa_value.C: - method for output date in RFC 822 format
9253: moved to pa_common.h
9254:
9255: * src/include/pa_common.h: - method for output date in RFC 822
9256: format moved here from pa_value.C
9257:
9258: * src/types/pa_vmail.C: - fixed core in sending mail with
9259: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9260:
9261: 2008-02-20 misha
9262:
9263: * src/main/pa_http.C: - transcode $.headers before escaping into
9264: specified charset while ^file::load[...;http://...] (L_URI
9265: instead of L_HTTP_HEADER) - $.cookies param available in
9266: ^file::load[;http://...] now (but we don't parse set-cookies from
9267: response yet) (cookies not transcoded as common $cookies)
9268:
9269: 2008-02-19 misha
9270:
9271: * src/main/pa_request.C: - rollback: we mustn't force taint
9272: $response:field values because in this case
9273: $response:locateion[http://...] don't works.
9274:
9275: 2008-02-15 misha
9276:
9277: * src/classes/op.C: - little refactoring
9278:
9279: * src/main/pa_http.C: - taint names of $.headers for load[;http
9280:
9281: * src/main/pa_request.C: - force taint values of $response:field
9282:
9283: 2008-02-14 misha
9284:
9285: * src/main/pa_request.C: - $response:field transcoded to
9286: $response:charset before escaping now
9287:
9288: * src/main/pa_http.C: - some outdated comments removed
9289:
9290: * src/classes/date.C: - lastdat -> last-day
9291:
9292: * src/classes/date.C: - ^date:lastday(year;month) and
9293: ^date.lastday[] were added - little code refactoring - comments
9294: changes
9295:
9296: * tests/: 159.html, results/159.processed: - test for number of
9297: days in February
9298:
9299: * src/types/pa_value.C: - fixes in code formatting
9300:
9301: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9302: and comments
9303:
9304: 2008-02-13 misha
9305:
9306: * src/main/pa_common.C: - bugfix for february at leap year
9307:
9308: 2008-01-28 misha
9309:
9310: * tests/: 160.html, results/160.processed: - more test for cache
9311: added
9312:
9313: * src/classes/op.C: - bugfix: cache body executed twice if contains
9314: unhandled exception
9315:
9316: 2008-01-25 misha
9317:
9318: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9319: bug when hashfile became inavailable after memory:compact)
9320:
9321: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9322:
9323: 2008-01-22 misha
9324:
9325: * src/classes/table.C: - little refactiring and exception texts
9326: changes in method ^table.hash[]
9327:
9328: * src/types/pa_vcookie.C: - link to cookie specification changed
9329:
9330: 2008-01-21 misha
9331:
9332: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9333: file::exec/cgi
9334:
9335: * src/classes/file.C: - bugfix: core while processing headers if
9336: executed cgi script don't return content
9337:
9338: 2008-01-18 misha
9339:
9340: * buildall-with-xml: - move to libxml2 version 2.6.31
9341:
9342: * src/include/pa_version.h, configure.in: - version number updated
9343: to '3.2.3b'
9344:
9345: 2007-12-28 misha
9346:
9347: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9348: hash.contains
9349:
9350: 2007-12-27 misha
9351:
9352: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9353: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9354: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9355: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9356: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9357: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9358: src/targets/cgi/parser3.vcproj,
9359: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9360: back to VS2003 because of Apache 1.3 module can't work if it was
9361: built in VS 2005. with cgi all file so VS2003 project files can
9362: be easy converted to the new format.
9363:
9364: 2007-12-04 misha
9365:
9366: * src/types/pa_vcode_frame.h: - changes in comment
9367:
9368: 2007-11-29 misha
9369:
9370: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9371: intercept strings any longer
9372:
9373: * tests/: 173.html, results/173.processed: - tests for
9374: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9375: but not in main code frame
9376:
9377: * tests/: 172.html, results/172.processed: - more tests for pass
9378: objects from code frames
9379:
9380: 2007-11-27 misha
9381:
9382: * tests/: 152.html, results/152.processed: - tests for converting
9383: strings 'true'/'false' to bool were added
9384:
9385: * tests/152.html: - added checks for converting strings
9386: 'true'/'false' to bool
9387:
9388: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9389: not only strings with numbers but with values 'true'/'false' as
9390: well
9391:
9392: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9393: for parser3.log increased
9394:
9395: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9396:
9397: * src/include/pa_common.h: - remove_crlf return cstring size now
9398:
9399: * src/include/pa_types.h: - constant with buffer size for
9400: parser3.log added
9401:
9402: 2007-11-16 misha
9403:
9404: * tests/cat.sh: - script for tests for file::exec/cgi
9405:
9406: * tests/171.html: - tests for file::exec/cgi
9407:
9408: * tests/results/171.processed: - tests results for file::exec/cgi
9409:
9410: 2007-11-15 misha
9411:
9412: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9413:
9414: * src/classes/file.C: - .body must be set before analyzing cgi
9415: headers
9416:
9417: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9418: only if exec/cgi return anything.
9419:
9420: 2007-11-14 misha
9421:
9422: * operators.txt: - info about new text|binary option for
9423: file::exec/cgi was added
9424:
9425: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9426: ^file:exec[[text|binary];script;...]
9427:
9428: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9429: classes/string.C, classes/table.C: - more text strings moved to
9430: the one place
9431:
9432: 2007-11-09 misha
9433:
9434: * src/types/pa_vrequest.C: - $request:argv must be taint
9435:
9436: * ChangeLog: - $request:argv [patch from Sumo]
9437:
9438: * operators.txt: - $request:argv
9439:
9440: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9441: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9442:
9443: 2007-10-25 misha
9444:
9445: * buildall-with-xml, buildall-without-xml: - options preparations
9446: for ./configure rewrited
9447:
9448: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9449: error occure in unhandled_exception finally fixed
9450:
9451: 2007-10-23 misha
9452:
9453: * tests/: 170.html, results/170.processed: - test for
9454: @method[][result]
9455:
9456: * operators.txt: - added info about node.prefix and
9457: node.namespaceURI
9458:
9459: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9460:
9461: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9462: added for node and attribute
9463:
9464: 2007-10-22 misha
9465:
9466: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9467:
9468: * src/main/pa_request.C: - added const content-transfer-encoding
9469:
9470: * src/include/pa_request.h: - added const content-transfer-encoding
9471: - ups. constants must be in lowercase (for search)
9472:
9473: * src/types/pa_vmail.C: - more constants used -
9474: content-transfer-encoding: 8bit added
9475:
9476: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9477:
9478: * src/include/pa_request.h: - more constants
9479:
9480: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9481: ommit anymore if $.content-disposition was specified - little
9482: refactoring
9483:
9484: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9485:
9486: 2007-10-17 misha
9487:
9488: * operators.txt: - info about
9489: table::create[nameless]{data}[>options<] was added
9490:
9491: * src/main/: compile.tab.C, compile.y: - if error occure while
9492: compile method don't put this method in methods table anymore.
9493: in other case the parser coredumped if @unhandled_exception
9494: method can't be compiled because of parser.compile error.
9495:
9496: * src/main/execute.C: - little code reformating
9497:
9498: * src/main/pa_request.C: - little code reformating - comment
9499: changed
9500:
9501: 2007-10-16 misha
9502:
9503: * tests/: 035.html, results/035.processed: - tests
9504: table::create[]{}[options] added
9505:
9506: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9507: options (only $.seperator[] yet)
9508:
9509: 2007-10-10 misha
9510:
9511: * src/classes/table.C: - some contstants moved to pa_common.h -
9512: some code changes
9513:
9514: 2007-10-02 misha
9515:
9516: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9517: then three time as much. but base64 encoding method still use
9518: less memory anyway.
9519:
9520: 2007-09-17 misha
9521:
9522: * operators.txt: - added info about $cookie:fields
9523:
9524: * src/types/pa_vcookie.C: - $cookie:fields available now
9525:
9526: * src/classes/hash.C: - some stuff for use with .for_each moved to
9527: common
9528:
9529: * src/include/pa_common.h: - some stuff for use with .for_each
9530: moved here
9531:
9532: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9533:
9534: 2007-09-14 misha
9535:
9536: * buildall-with-xml: - new xml libs again =)
9537:
9538: 2007-08-28 misha
9539:
9540: * operators.txt: - texts about ^table.columns[[column name]] and
9541: ^string.split[...][v][column name] were added
9542:
9543: * tests/: 168.html, 169.html, results/168.processed,
9544: results/169.processed: - tests for ^table.columns[[column name]]
9545: and ^string.split[...][v][column name] were added
9546:
9547: * src/classes/table.C: - new option ^table.columns[[column name]]
9548: was added
9549:
9550: * src/classes/string.C: - new option ^string.split[...;v;[column
9551: name]]
9552:
9553: * src/include/pa_exception.h: - error text message for
9554: ^hash._keys[], ^table.columns[] and ^string.split[]
9555:
9556: 2007-08-27 misha
9557:
9558: * src/main/untaint.C: - try to fix coredump on unix if print to
9559: body ^taint[sql][something] outside of connect
9560:
9561: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9562: outside of connect
9563:
9564: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9565: added (commented by default)
9566:
9567: 2007-08-20 misha
9568:
9569: * operators.txt: - comment about new method ^node.hasAttributes[]
9570: was added
9571:
9572: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9573: duplicated exception text strings were removed
9574:
9575: * src/include/pa_exception.h: - more exception text strings moved
9576: here
9577:
9578: * src/classes/table.C: - some duplicate exceptions' text strings
9579: removed
9580:
9581: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9582: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9583: removed
9584:
9585: * src/include/pa_exception.h: - some exception text strings movet
9586: to pa_exception
9587:
9588: * tests/: 149.html, results/149.processed: - test for
9589: ^xnode.hasAttributes[] was added - some code changes
9590:
9591: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9592: added
9593:
9594: 2007-08-17 misha
9595:
9596: * tests/: results/006.processed, results/059.processed, 006.html,
9597: 059.html: - more tests for match
9598:
9599: * tests/: 129.html, results/129.processed: - tests for
9600: ^table.hash[...][$.type[string|hash|table]] added
9601:
9602: * src/targets/cgi/parser3.C: - little syntax changes
9603:
9604: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9605: syntax changes
9606:
9607: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9608: messages in parser3.log switched off by default. If someone
9609: really still need it: use $SIGPIPE(1)
9610:
9611: 2007-08-08 misha
9612:
9613: * buildall-with-xml, buildall-without-xml: - remove libs source
9614: files by default since now
9615:
9616: 2007-08-07 misha
9617:
9618: * buildall-without-xml: - some option syntax changes
9619:
9620: * buildall-with-xml: - compile libxml2 without http support - some
9621: option syntax changes
9622:
9623: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9624:
9625: 2007-08-06 misha
9626:
9627: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9628:
9629: * tests/: 160.html, results/160.processed: - cache test was
9630: rewrited
9631:
9632: 2007-07-06 misha
9633:
9634: * tests/: 153.html, results/153.processed: - added test for
9635: ^math:sha1[string]
9636:
9637: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9638: transcoded
9639:
9640: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9641: were added
9642:
9643: 2007-06-28 misha
9644:
9645: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9646: some incorrect chars
9647:
9648: 2007-06-19 misha
9649:
9650: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9651: were moved on top because of gcc 4 had a problems during
9652: building.
9653:
9654: 2007-06-18 misha
9655:
9656: * tests/results/019.processed: - new image commited
9657:
9658: 2007-06-09 misha
9659:
9660: * src/classes/: op.C, table.C: - in while and table.select method
9661: as_expression used now
9662:
9663: * src/types/pa_vmethod_frame.h: - method as_expression was added
9664:
9665: 2007-06-08 misha
9666:
9667: * tests/: 166.html, results/166.processed: - test for
9668: ^match[...][n]
9669:
9670: * tests/: 165.html, results/165.processed: - tests for loops
9671:
9672: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9673: because of no speed/memory optimisation but some proglems with
9674: long cycles occure
9675:
9676: 2007-06-06 misha
9677:
9678: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9679: ^table.select(true) and ^table.select(1) didn't works because of
9680: awaiting junction-param only. fixed.
9681:
9682: 2007-05-24 misha
9683:
9684: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9685: with 0.5 secs interval
9686:
9687: * src/classes/op.C: - cache was rewrited. I hope it works with
9688: locking system now on unix
9689:
9690: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9691: system locks which wait till other threads release it but try get
9692: lock, if fail wait 1 sec and make 10 attempts.
9693:
9694: * src/include/pa_os.h: - consts for blocking locks + some comments
9695: were added
9696:
9697: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9698: opening files
9699:
9700: * src/classes/table.C: - changes in includes. if unclude <sstream>
9701: after our classes on unix it can't be build
9702:
9703: * src/types/pa_vhashfile.C: - not needed code removed
9704:
9705: 2007-05-23 misha
9706:
9707: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9708: include/pa_common.h: - cosmetic changes
9709:
9710: 2007-05-18 misha
9711:
9712: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9713: often. it's give some speed increasing
9714:
9715: * tests/results/160.processed: - returned time corrected
9716:
9717: * tests/160.html: - time increased because on unix 1 mean nothing
9718: :(
9719:
9720: * operators.txt: - added info about ^hash.contain[key]
9721:
9722: * src/classes/hash.C: - added ^hash.contain[key]
9723:
9724: * src/include/pa_hash.h: - added method for checking key exists in
9725: hash
9726:
9727: 2007-05-07 misha
9728:
9729: * src/include/pa_string.h: - was compilation error during build on
9730: freebsd4
9731:
9732: 2007-05-03 misha
9733:
9734: * src/classes/table.C: - option $.type[hash|string|table] was added
9735: for ^table.hash[]
9736:
9737: * src/classes/file.C: - comment removed
9738:
9739: 2007-04-26 misha
9740:
9741: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9742: real files doesn't opened in place anymore
9743:
9744: 2007-04-24 misha
9745:
9746: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9747:
9748: * src/include/pa_exception.h: "static" removed
9749:
9750: 2007-04-23 misha
9751:
9752: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9753:
9754: * src/classes/math.C: added: - ^math:ln(N) (the same as
9755: ^math:log(N)) - ^math:lg(N)
9756:
9757: * tests/: 097.html, results/097.processed: - charsets converstion
9758: during ^file::load[text;http://...] added
9759:
9760: * tests/: 164.html, results/164.processed: - check for set expires
9761: as a date
9762:
9763: * tests/: 164.html, results/164.processed: - test for hashfile
9764:
9765: * src/classes/hashfile.C: - little comment changes
9766:
9767: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9768: access
9769:
9770: * src/: classes/date.C, classes/double.C, classes/file.C,
9771: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9772: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9773: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9774: classes/xnode.h, include/pa_request.h, main/execute.C,
9775: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9776: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9777: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9778: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9779: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9780: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9781: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9782: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9783: "parser.runtime" strings were removed
9784:
9785: * src/classes/hashfile.C: - with .clear[] called files_delete()
9786: now.
9787:
9788: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9789:
9790: * src/include/pa_exception.h: - string constant with
9791: "parser.runtime" text was added
9792:
9793: 2007-04-20 misha
9794:
9795: * operators.txt: - some comments changing
9796:
9797: * operators.txt: - added info about .^hashfile.release[],
9798: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9799:
9800: * configure: =cheching for unsetenv
9801:
9802: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9803: ^hashfile.release[] were added
9804:
9805: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9806: ^string.match[][] understand new option now: return number of
9807: matches but not table wit results
9808:
9809: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9810: reopen now
9811:
9812: * src/classes/op.C: - bug. must be false
9813:
9814: * configure.in: - checking for unsetenv was added
9815:
9816: * src/types/pa_vform.C: - some comments
9817:
9818: 2007-04-18 misha
9819:
9820: * buildall-with-xml: moving to libxml2-2.6.28
9821:
9822: * buildall-with-xml, buildall-without-xml: added commented lines
9823: with --disable-safe-mode option
9824:
9825: * operators.txt: - info about $form:files
9826:
9827: 2007-04-17 misha
9828:
9829: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9830: $form:files was added
9831:
9832: * tests/: 163.html, results/163.processed: removing auto format
9833:
9834: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9835:
9836: 2007-04-16 misha
9837:
9838: * tests/: 163.html, results/163.processed: - test for .int[],
9839: floor, round, ceiling and .format[]
9840:
9841: * src/classes/file.C: - little optimization for getting args in
9842: exec/cgi
9843:
9844: 2007-04-13 misha
9845:
9846: * src/classes/file.C: - arguments for file::exec/cgi can be
9847: specified now as s table with one column
9848:
9849: 2007-03-27 misha
9850:
9851: * tests/: 162.html, results/162.processed: - test for
9852: ^table.select(^condition[$t])
9853:
9854: * tests/results/auto.p: - load windows-1251 charset for some tests
9855:
9856: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9857:
9858: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9859: 161_windows1251.txt: - added test for
9860: ^file::load[text;/local/file.txt;$.charset[...]]
9861:
9862: * tests/: results/013.processed, 013.html: - added test for
9863: checking $._default value while hash modifications
9864:
9865: * tests/: 160.html, results/160.processed: - add test for
9866: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9867:
9868: 2007-03-22 misha
9869:
9870: * src/include/pa_common.h: - "charset" string defined for
9871: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9872:
9873: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9874: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9875: added - not needed transcodes were removed from
9876: ^file::load[...;http://...]
9877:
9878: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9879: added
9880:
9881: * src/classes/date.C: - date.week was fixed
9882:
9883: * operators.txt: - added info about date.weekyear
9884:
9885: * tests/: 159.html, results/159.processed: - tests for date.week
9886: and date.weekyear added
9887:
9888: 2007-03-15 misha
9889:
9890: * src/classes/table.C: - enclose column numbers for nameless tables
9891: as well
9892:
9893: 2007-03-14 misha
9894:
9895: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9896:
9897: * src/classes/table.C: - table.save optimization: now required much
9898: less memory
9899:
9900: 2007-03-13 misha
9901:
9902: * tests/results/: 158.processed, 158.processes: - tests for
9903: table.save/table.load
9904:
9905: * tests/: 158.html, results/158.processes: - tests for
9906: table.save/table.load
9907:
9908: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9909:
9910: * buildall-with-xml: - pattern needed now for building
9911:
9912: * tests/results/097.processed: - added test results for xdoc::load
9913: & xdoc::load[http://...]
9914:
9915: * tests/097.html: - added test for xdoc::load
9916:
9917: 2007-03-12 misha
9918:
9919: * tests/: 107.html, results/107.processed: - added test for xpath
9920: '//man'
9921:
9922: 2007-03-01 misha
9923:
9924: * tests/: 097.html, results/097.processed: - added test for
9925: creating xdoc from file
9926:
9927: * tests/: results/157.processed, 157.html: - added test for
9928: file:move
9929:
9930: 2007-02-28 misha
9931:
9932: * src/classes/xdoc.C: - another attempt
9933:
9934: * src/classes/xdoc.C: - roll back last changes for a while
9935:
9936: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9937:
9938: * src/classes/file.C: - under lock we create non-exist dir anyway
9939:
9940: * tests/results/099.processed: - ever send content-disposition to
9941: client with file
9942:
9943: * tests/157.html: + test for file:copy
9944:
9945: 2007-02-26 misha
9946:
9947: * src/classes/file.C: - some similar strings moved to #define
9948: instead of to be copy/pasted many times
9949:
9950: * src/types/pa_vfile.h: - class name string ("file") moved to
9951: #define
9952:
9953: 2007-02-20 misha
9954:
9955: * configure.in: - added some strings for sqlite detection
9956:
9957: 2007-02-19 misha
9958:
9959: * operators.txt: - some comments changes
9960:
9961: * buildall-with-xml, buildall-without-xml: - some modifications
9962:
9963: 2007-02-17 misha
9964:
9965: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9966:
9967: * src/main/pa_request.C: - damn, i forgot to commit it while I
9968: change console behaviour
9969:
9970: 2007-02-12 misha
9971:
9972: * src/targets/cgi/parser3.C: - don't print headers if
9973: $console:line[data] was used during cgi execution.
9974:
9975: * src/types/pa_vconsole.h: - console class have bool flag now which
9976: marked as 'true' if class was used.
9977:
9978: * tests/: 152.html, results/152.processed: - more types was added
9979: to test 152
9980:
9981: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9982: adding 'bool' (^if($image){} caused exception)
9983:
9984: 2007-02-09 misha
9985:
9986: * tests/: 152.html, results/152.processed: - test alightly updated
9987:
9988: * tests/: 152.html, results/152.processed: - test rewrited
9989:
9990: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9991: bugfix. I broke xdoc & xnode in expression
9992:
9993: 2007-02-08 misha
9994:
9995: * tests/: 152.html, results/152.processed: - add test for checking
9996: 'def' for void, string, bool, int & double
9997:
9998: 2007-02-07 misha
9999:
10000: * operators.txt: - ^file:base64[filespec] was added
10001:
10002: * tests/results/153.processed: - result test for
10003: ^file:base64[filespec] was updated
10004:
10005: * tests/153.html: - test for ^file:base64[filespec] was added
10006:
10007: * src/types/pa_vconsole.h: - little optimization
10008:
10009: * src/classes/file.C: - ^file:base64[filespec]
10010:
10011: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10012:
10013: * src/include/pa_common.h: - declarations for
10014: ^file:base64[filespec]
10015:
10016: * src/types/pa_vcookie.C: - little optimization
10017:
10018: 2007-02-06 misha
10019:
10020: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10021: were temporary commented
10022:
10023: * src/types/pa_vbool.h: - bugfix
10024:
10025: * tests/156.html: - added test for bool cookie
10026:
10027: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10028:
10029: * tests/: 155.html, results/155.processed: - added test for check
10030: $.encloser[] option for table save/load
10031:
10032: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10033:
10034: 2007-02-05 misha
10035:
10036: * tests/results/152.processed: - newline at the end was missed
10037:
10038: * tests/results/141.processed: - math:md5 must be lowercased
10039:
10040: * src/targets/cgi/parser3.C: - 2007 in help ;)
10041:
10042: 2007-02-03 misha
10043:
10044: * tests/results/: 150.processed, 151.processed, 152.processed: -
10045: test for bool added and some content length fixes
10046:
10047: * tests/152.html: - test for bool added
10048:
10049: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10050:
10051: * operators.txt: - info bool class was added
10052:
1.116 moko 10053: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10054: classes/classes.vcproj, classes/double.C, classes/int.C,
10055: classes/string.C, classes/void.C, classes/xnode.C,
10056: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10057: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10058: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10059: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10060: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10061: types/types.vcproj: - bool class was added
10062:
10063: * src/main/pa_request.C: - fix
10064:
10065: 2007-01-18 misha
10066:
10067: * src/: main/pa_string.C, classes/string.C: - return table during
10068: ^string.match[][] even if no matched found.
10069:
10070: 2006-12-20 misha
10071:
10072: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10073: http://www.parser.ru/forum/?id=55598 ]
10074:
10075: 2006-12-19 misha
10076:
10077: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10078: details: http://www.parser.ru/forum/?id=52359
10079:
10080: * src/main/pa_request.C: - always set content-disposition for
10081: $response:body[hash here]. more details:
10082: http://www.parser.ru/forum/?id=52130
10083:
10084: 2006-12-07 misha
10085:
10086: * operators.txt: - added info about bool params in cookie set
10087:
10088: * src/types/pa_vcookie.C: - bool param in cookies available now
10089: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10090: ]
10091:
10092: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10093: was added
10094:
10095: 2006-12-02 misha
10096:
10097: * src/classes/file.C: - file_block_read used instead of native read
10098:
10099: * src/main/pa_common.C: - added file_block_read with read error
10100: detection - file_block_read used instead of native read
10101:
10102: * src/include/pa_common.h: - added file_block_read declaration
10103:
10104: 2006-12-01 misha
10105:
10106: * operators.txt: - info about $var.CLASS_NAME was added
10107:
10108: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10109: $var.CLASS_NAME added
10110:
10111: * operators.txt: - added info about ^file:copy[]
10112:
10113: * src/classes/file.C: - ^file:copy[from;fo] was added
10114:
10115: 2006-11-20 misha
10116:
10117: * src/classes/date.C: - bug fix :)
10118:
10119: 2006-11-17 misha
10120:
10121: * src/include/pa_common.h: - array in crc32 calculation was changed
10122: to static
10123:
10124: * src/main/pa_common.C: - little optimization in getMonthDays -
10125: small changes in crc32 calculation
10126:
10127: * src/classes/date.C: - not needed code was removed
10128:
10129: 2006-11-16 misha
10130:
10131: * src/types/pa_vmail.C: - fix missed brakes
10132:
10133: * src/types/pa_vmail.C: - mail:send now set content-type:
10134: multipart/related instead of multipart/mixed if file have
10135: $.content-id[]
10136:
10137: 2006-11-15 misha
10138:
10139: * src/types/pa_vdouble.h: abs -> fabs
10140:
10141: 2006-11-14 misha
10142:
10143: * operators.txt: - added info about ^file.md5[] and
10144: ^file:md5[file-name]
10145:
10146: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10147: added
10148:
10149: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10150: FILE_BUFFER_SIZE
10151:
10152: * src/classes/math.C: - hex_string was moved to pa_common.h
10153:
10154: * src/include/pa_common.h: - hex_string was moved from math.C -
10155: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10156:
10157: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10158: values was fixed
10159:
10160: 2006-11-13 misha
10161:
10162: * operators.txt: - added info about ^math:crc32[string],
10163: ^file:crc32[file-name] & ^file.crc32[]
10164:
10165: * src/classes/math.C: - added ^math:crc32[string]
10166:
10167: * src/classes/file.C: - some comments were changed - added
10168: ^file:crc32[file-name] and ^file.crc32[]
10169:
10170: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10171: crc32 calculation added
10172:
10173: 2006-11-03 misha
10174:
10175: * src/include/pa_array.h: - not needed variable removed
10176:
10177: * tests/: 150.html, 151.html, results/150.processed,
10178: results/151.processed: - 2 tests were added
10179:
10180: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10181: with $.reverse(1) were fixed
10182:
10183: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10184: query converted to $.charset during ^file::load[http://...]
10185:
10186: 2006-11-02 misha
10187:
10188: * src/include/pa_table.h: ups. forget '=' char
10189:
10190: * src/include/pa_table.h: - one more fix in
10191: .locate[...][$.reverse(1)]
10192:
10193: 2006-11-01 misha
10194:
10195: * src/classes/math.C: - bug fix, details:
10196: http://www.parser.ru/forum/?id=53360
10197:
10198: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10199: false for all records )[$.reverse(1)]
10200:
10201: * src/main/pa_http.C: - second param for this mid method is length
10202: but not end_index so this method has error and can't detect
10203: charsets in next content-types: Content-type: text/html;
10204: charset="windows-1251" Content-type: text/html;
10205: charset="windows-1251"; Content-type: text/html;
10206: charset=windows-1251;
10207:
10208: only Content-type: text/html; charset=windows-1251 was fine
10209:
10210: 2006-10-31 misha
10211:
10212: * src/classes/file.C: - empty args in file::exec removed now
10213:
10214: 2006-09-03 paf
10215:
10216: * src/classes/file.C: proper tainting of
10217: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10218:
10219: 2006-06-09 paf
10220:
10221: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10222:
10223: * src/classes/table.C: formatting
10224:
10225: * src/classes/table.C: incorporated patch from misha: Sent:
10226: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10227: ignoring string options for ^table.save[]
10228:
10229: * src/classes/hash.C: incorporated patch from misha Sent:
10230: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10231: $hash._default disappear while
10232:
10233: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10234: $.format[!uue|!base64] << new base64 option. default uue ] ]
10235:
10236: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10237: PM Subject: patch for base64 in ^mail:send[] %-)
10238:
10239: 2006-04-09 paf
10240:
10241: * src/main/compile.tab.C: ` change compiled
10242:
10243: * gnu.vcproj, operators.txt, parser3.sln,
10244: src/classes/classes.vcproj, src/classes/file.C,
10245: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10246: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10247: src/classes/xnode.C, src/include/pa_array.h,
10248: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10249: src/include/pa_memory.h, src/include/pa_request.h,
10250: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10251: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10252: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10253: src/lib/pcre/pcre_dftables.vcproj,
10254: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10255: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10256: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10257: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10258: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10259: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10260: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10261: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10262: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10263: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10264: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10265: src/types/pa_value.h, src/types/pa_vcookie.C,
10266: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10267: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10268: src/types/pa_vstatus.C, src/types/types.vcproj,
10269: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10270: ^menu, ^hash/hashfile.foreach
10271:
10272: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10273: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10274: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10275: src/classes/xnode.C, src/include/pa_array.h,
10276: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10277: src/include/pa_memory.h, src/include/pa_request.h,
10278: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10279: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10280: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10281: src/lib/pcre/pcre_dftables.vcproj,
10282: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10283: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10284: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10285: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10286: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10287: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10288: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10289: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10290: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10291: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10292: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10293: src/types/pa_value.h, src/types/pa_vcookie.C,
10294: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10295: src/types/pa_vstatus.C, src/types/types.vcproj,
10296: tests/descript.ion: ! switched to VS2005 (projects and
10297: object<info explicitly typed>.for_each(, info)) +
10298: $response:field[] setting void means removing + grammar $name`
10299: name stops now, for mysql `$field` + started ^break[]
10300: ^continue[], in ^for. TODO: to other iterators (while, menu,
10301: foreach) + all log messages += [uri=, method=, cl=]
10302:
10303: * buildall-with-xml: merged . ftp paths update
10304:
10305: * buildall-with-xml: . ftp paths update
10306:
10307: 2006-03-04 paf
10308:
10309: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10310: checks++ [thanks to Igor Zinkovsky for detailed report]
10311:
10312: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10313: Igor Zinkovsky for detailed report]
10314:
10315: 2006-03-01 paf
10316:
10317: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10318: \n to ' ' in
10319:
10320: 2006-02-18 paf
10321:
10322: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10323: \n to ' ' in
10324:
10325: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10326:
10327: 2006-02-03 paf
10328:
10329: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10330: base64
10331:
10332: * src/main/pa_common.C: ! bugfix: decoding from base64
10333:
10334: 2006-01-20 paf
10335:
10336: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10337: economy fix
10338:
10339: * src/classes/: table.C: merged from HEAD ! bugfix
10340: ^table.save[$.encloser-s now handled properly
10341:
10342: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10343: handled properly
10344:
10345: 2006-01-19 paf
10346:
10347: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10348: libgc:USE_MUNMAP activates merging of free memory blocks which
10349: helps a lot in our case: after transform we want
10350: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10351:
10352: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10353: economy fix
10354:
10355: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10356: activates merging of free memory blocks which helps a lot in our
10357: case: after transform we want CORD(main.result)->cstr[big
10358: malloc]->transcode[big malloc]
10359:
10360: 2006-01-17 paf
10361:
10362: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10363: before reading them. got rid of reallocs = became quicker and
10364: less fragmentated
10365:
10366: 2005-12-29 paf
10367:
1.116 moko 10368: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10369: configure, configure.in, src/include/pa_version.h,
10370: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10371: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10372: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10373: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10374: src/lib/ltdl/missing: . merged from 3.2.1
10375:
1.116 moko 10376: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10377: packaged when 'make dist', so do configure companion files in
10378: src/lib/ltdl
10379:
10380: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10381: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10382: missing: . now config_auto.h is created with configure [were
10383: constant]
1.95 moko 10384:
10385: * INSTALL: . references to documentation and some clarification
10386:
10387: * buildall-with-xml, buildall-without-xml: . farawell doc
10388: indication
10389:
1.116 moko 10390: * Makefile.am: . dist+=buildall*
1.95 moko 10391:
10392: 2005-12-28 paf
10393:
10394: * configure: . 3.2.1
10395:
10396: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10397: simplify build process, see INSTALL
10398:
10399: 2005-12-26 paf
10400:
10401: * configure: ver
10402:
10403: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10404: version
10405:
10406: 2005-12-21 paf
10407:
10408: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10409: compiled with bison 1.875b, it reports unexpected token names
10410:
10411: 2005-12-19 paf
10412:
10413: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10414: holds a link to xmlNode to prevent premature gc(xmlNode)
10415:
10416: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10417: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10418: src/main/main.vcproj, src/main/pa_globals.C,
10419: src/targets/cgi/parser3.vcproj,
10420: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10421: configure, configure.in, src/include/pa_version.h: . killing
10422: gdome [what a relief]
10423:
10424: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10425: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10426: run_parser.sh, results/001.processed, results/002.processed,
10427: results/003.processed, results/004.processed,
10428: results/005.processed, results/006.processed,
10429: results/008.processed, results/009.processed,
10430: results/010.processed, results/011.processed,
10431: results/012.processed, results/013.processed,
10432: results/014.processed, results/015.processed,
10433: results/016.processed, results/017.processed,
10434: results/018.processed, results/020.processed,
10435: results/021.processed, results/022.processed,
10436: results/023.processed, results/024.processed,
10437: results/025.processed, results/026.processed,
10438: results/027.processed, results/028.processed,
10439: results/029.processed, results/030.processed,
10440: results/031.processed, results/032.processed,
10441: results/033.processed, results/034.processed,
10442: results/035.processed, results/036.processed,
10443: results/037.processed, results/038.processed,
10444: results/039.processed, results/040.processed,
10445: results/041.processed, results/042.processed,
10446: results/043.processed, results/044.processed,
10447: results/045.processed, results/046.processed,
10448: results/047.processed, results/048.processed,
10449: results/049.processed, results/050.processed,
10450: results/051.processed, results/052.processed,
10451: results/053.processed, results/054.processed,
10452: results/055.processed, results/056.processed,
10453: results/057.processed, results/058.processed,
10454: results/059.processed, results/060.processed,
10455: results/061.processed, results/062.processed,
10456: results/063.processed, results/064.processed,
10457: results/065.processed, results/066.processed,
10458: results/067.processed, results/068.processed,
10459: results/069.processed, results/070.processed,
10460: results/071.processed, results/072.processed,
10461: results/073.processed, results/074.processed,
10462: results/075.processed, results/076.processed,
10463: results/077.processed, results/078.processed,
10464: results/079.processed, results/080.processed,
10465: results/081.processed, results/082.processed,
10466: results/083.processed, results/084.processed,
10467: results/085.processed, results/086.processed,
10468: results/087.processed, results/088.processed,
10469: results/089.processed, results/090.processed,
10470: results/091.processed, results/092.processed,
10471: results/093.processed, results/094.processed,
10472: results/095.processed, results/096.processed,
10473: results/097.processed, results/099.processed,
10474: results/100.processed, results/101.processed,
10475: results/102.processed, results/104.processed,
10476: results/105.processed, results/106.processed,
10477: results/107.processed, results/108.processed,
10478: results/109.processed, results/110.processed,
10479: results/111.processed, results/112.processed,
10480: results/113.processed, results/114.processed,
10481: results/115.processed, results/117.processed,
10482: results/119.processed, results/120.processed,
10483: results/121.processed, results/122.processed,
10484: results/123.processed, results/124.processed,
10485: results/125.processed, results/126.processed,
10486: results/127.processed, results/128.processed,
10487: results/129.processed, results/130.processed,
10488: results/131.processed, results/132.processed,
10489: results/133.processed, results/134.processed,
10490: results/135.processed, results/136.processed,
10491: results/138.processed, results/139.processed,
10492: results/140.processed, results/141.processed,
10493: results/142.processed, results/143.processed,
10494: results/144.processed, results/145.processed,
10495: results/146.processed, results/147.processed,
10496: results/148.processed, results/149.processed, results/auto.p: .
10497: now works if we turn off default auto.p
10498:
1.116 moko 10499: * configure: . makes
1.95 moko 10500:
10501: * src/types/pa_vxnode.C: . less warnings
10502:
10503: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10504: tests/145.html, tests/149.html, tests/descript.ion,
10505: tests/outputs/d.cmd, tests/results/142.processed,
10506: tests/results/143.processed, tests/results/144.processed,
10507: tests/results/145.processed, tests/results/146.processed,
10508: tests/results/147.processed, tests/results/148.processed,
10509: tests/results/149.processed: . removed .nodeValue from all node
10510: types other than 5 (grabbed piece from gdome)
10511:
10512: * tests/: 137.html, results/137.processed: . not handled this case
10513: yet. code does not hang from inserting parent into child,
10514: considering thing minor issue -- nodes are removed from source
10515: anyway, don't know why shold that be an error after all
10516:
10517: * src/targets/cgi/parser3.C: . style
10518:
10519: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10520: xdoc too [were barking "not element"]
10521:
10522: 2005-12-16 paf
10523:
10524: * tests/: 146.html, 147.html, 148.html: . more tests
10525:
10526: * src/classes/xnode.C: . also bark on possible errors
10527:
10528: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10529: props
10530:
10531: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10532: main/compile.y: merged from HEAD ! fixed overoptimized
10533: ^call(false) case. (confused it with ^call[] case)
10534:
10535: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10536: ^call(false) case. (confused it with ^call[] case)
10537:
10538: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10539:
10540: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10541: results/001.processed, results/002.processed,
10542: results/003.processed, results/004.processed,
10543: results/005.processed, results/006.processed,
10544: results/008.processed, results/009.processed,
10545: results/010.processed, results/011.processed,
10546: results/012.processed, results/013.processed,
10547: results/014.processed, results/015.processed,
10548: results/016.processed, results/017.processed,
10549: results/018.processed, results/019.processed,
10550: results/020.processed, results/021.processed,
10551: results/022.processed, results/023.processed,
10552: results/024.processed, results/025.processed,
10553: results/026.processed, results/027.processed,
10554: results/028.processed, results/029.processed,
10555: results/030.processed, results/031.processed,
10556: results/032.processed, results/033.processed,
10557: results/034.processed, results/035.processed,
10558: results/036.processed, results/037.processed,
10559: results/038.processed, results/039.processed,
10560: results/040.processed, results/041.processed,
10561: results/042.processed, results/043.processed,
10562: results/044.processed, results/045.processed,
10563: results/046.processed, results/047.processed,
10564: results/048.processed, results/049.processed,
10565: results/050.processed, results/051.processed,
10566: results/052.processed, results/053.processed,
10567: results/054.processed, results/055.processed,
10568: results/056.processed, results/057.processed,
10569: results/058.processed, results/059.processed,
10570: results/060.processed, results/061.processed,
10571: results/062.processed, results/063.processed,
10572: results/064.processed, results/065.processed,
10573: results/066.processed, results/067.processed,
10574: results/068.processed, results/069.processed,
10575: results/070.processed, results/071.processed,
10576: results/072.processed, results/073.processed,
10577: results/074.processed, results/075.processed,
10578: results/076.processed, results/077.processed,
10579: results/078.processed, results/079.processed,
10580: results/080.processed, results/081.processed,
10581: results/082.processed, results/083.processed,
10582: results/084.processed, results/085.processed,
10583: results/086.processed, results/087.processed,
10584: results/088.processed, results/089.processed,
10585: results/090.processed, results/091.processed,
10586: results/092.processed, results/093.processed,
10587: results/094.processed, results/095.processed,
10588: results/096.processed, results/097.processed,
10589: results/099.processed, results/101.processed,
10590: results/102.processed, results/104.processed,
10591: results/105.processed, results/106.processed,
10592: results/107.processed, results/108.processed,
10593: results/109.processed, results/110.processed,
10594: results/111.processed, results/112.processed,
10595: results/113.processed, results/114.processed,
10596: results/115.processed, results/116.processed,
10597: results/117.processed, results/118.processed,
10598: results/119.processed, results/120.processed,
10599: results/121.processed, results/122.processed,
10600: results/123.processed, results/124.processed,
10601: results/125.processed, results/126.processed,
10602: results/127.processed, results/128.processed,
10603: results/129.processed, results/130.processed,
10604: results/131.processed, results/132.processed,
10605: results/133.processed, results/134.processed,
10606: results/135.processed, results/136.processed,
10607: results/137.processed, results/138.processed,
10608: results/139.processed, results/140.processed,
10609: results/141.processed: . refreshed old tests, made them work
10610: without auto.p (in utf8) . things noted: . gif got encoded
10611: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10612: some strange year)
10613:
10614: * INSTALL: . revived linux libgc fix
10615:
10616: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10617: glib/gdome in INSTALL and patches]
10618:
10619: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10620: include/pa_charset.h, include/pa_config_includes.h,
10621: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10622: include/pa_xml_exception.h, lib/cord/Makefile.am,
10623: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10624: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10625: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10626: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10627: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10628: types/pa_vxnode.h: . started killing gdome
10629:
10630: 2005-12-13 paf
10631:
10632: * src/main/: pa_request.C: merged from HEAD ! when code in
10633: @unhandled_exception thrown another exception, print correct
10634: origin (earlier code in catch of exception inside of
10635: @unhandled_exception grabbed parent_frame(original_exception)
10636: origin and printed it, instead of true origin)
10637:
10638: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10639: another exception, print correct origin (earlier code in catch of
10640: exception inside of @unhandled_exception grabbed
10641: parent_frame(original_exception) origin and printed it, instead
10642: of true origin)
10643:
10644: 2005-12-09 paf
10645:
10646: * INSTALL: . updated INSTALL doc to work around linux stack base
10647: detection problem, due to change in gc6.4 code
10648:
10649: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10650: ignored in ^string.matched :(
10651:
10652: * src/main/pa_string.C: ! regex tainting were ignored in
10653: ^string.matched :(
10654:
10655: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10656: src/include/pa_config_fixed.h, src/include/pa_version.h,
10657: src/main/compile.y, src/main/compile_tools.h,
10658: src/main/pa_charset.C, src/main/pa_common.C,
10659: src/main/pa_globals.C, src/main/pa_string.C,
10660: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10661: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10662:
10663: 2005-12-08 paf
10664:
10665: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10666: 500 chars now handled OK [were wrapped on 500th char according to
10667: rfc, but sendmail failed to unwrap it properly]
10668:
10669: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10670: handled OK [were wrapped on 500th char according to rfc, but
10671: sendmail failed to unwrap it properly]
10672:
10673: * src/targets/isapi/parser3isapi.C: . less warnings
10674:
10675: * src/targets/isapi/parser3isapi.C: . undone some strange change
10676: since 3.1.5
10677:
10678: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10679: link fixes
10680:
10681: * src/: classes/date.C, include/pa_config_fixed.h,
10682: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10683: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10684: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10685:
10686: * src/include/pa_config_fixed.h: . removed outdated string origins
10687: [in current storage scheme there's no place for them. someday we
10688: can add third CORD to store origins and special version of parser
10689: which stores origins there [separate binary]]
10690:
10691: 2005-12-07 paf
10692:
10693: * src/targets/isapi/parser3isapi.C: . now links in release mode
10694:
10695: * src/include/pa_version.h: makefiles
10696:
10697: * src/include/pa_version.h: . not beta
10698:
10699: * configure, configure.in, src/include/pa_version.h: not beta
10700:
10701: 2005-12-06 paf
10702:
10703: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10704: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10705: decided to undo the change ^call[$void] passes void. now it will
10706: pass empty string again.
10707:
10708: * src/main/: compile.tab.C, compile.y: . version readded
10709:
10710: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10711: = ^switch[void] problem
10712:
10713: 2005-12-01 paf
10714:
10715: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10716: caused ^case[string] to be coerced to double since searching
10717: value were not string (it was vvoid)
10718:
10719: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10720: ^case[string] to be coerced to double since searching value were
10721: not string (it was vvoid)
10722:
10723: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10724: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10725:
10726: 2005-11-30 paf
10727:
10728: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10729: win32 must putenv("TZ="), on unix works only putenv("TZ")
10730:
10731: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10732: putenv("TZ="), on unix works only putenv("TZ")
10733:
10734: * INSTALL: . xml libs versions updated
10735:
10736: * src/main/pa_globals.C: //20051130 trying to remove this, author
10737: claims that fixed a lot there // 20040920 for now both
10738: workarounds needed. wait for new libxml/xsl versions
10739:
10740: 2005-11-28 paf
10741:
10742: * src/classes/table.C: merged from HEAD: ! nameless table has
10743: columns==0
10744:
10745: * src/classes/table.C: ! nameless table has columns==0
10746:
10747: * src/main/pa_http.C: merged from HEAD: ! status line check made
10748: earlier [was totally wrong]
10749:
10750: * src/main/pa_http.C: ! status line check made earlier [was totally
10751: wrong]
10752:
10753: 2005-11-25 paf
10754:
10755: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10756: undoing for now...
10757:
10758: * src/include/pa_version.h: -this reduces speed(table::load),
10759: strange. undoing
10760:
10761: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10762:
10763: * src/classes/op.C: + ^while(){}[SEPARATOR]
10764:
10765: * src/include/pa_array.h: + optimistics added: all arrays (table
10766: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10767: this speeds things up and saves memory a LOT! (not noticed
10768: negative effect on syntetic tests, future will tell...)
10769:
10770: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10771: changed gc_malloc implementation, which obscured profiling
10772:
10773: * src/classes/table.C: merged from HEAD: + optimized
10774: table::load/sql, now row ArrayString-s allocated with
10775: columns.count() elements and don't always grow from
10776: count=3[realloc,realloc]
10777:
10778: * src/classes/table.C: + optimized table::load/sql, now row
10779: ArrayString-s allocated with columns.count() elements and don't
10780: always grow from count=3[realloc,realloc]
10781:
10782: * src/classes/table.C: merged from HEAD: . ^table.save unused
10783: buffer after save
10784:
10785: * src/classes/table.C: . ^table.save unused buffer after save
10786:
10787: 2005-11-24 paf
10788:
10789: * configure.in: . merged glib2-config patch
10790:
10791: * configure.in: + trying to find glib2-config
10792:
10793: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10794: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10795: file/dir_readable to simple file/dir_exist, this would help in
10796: situations "class not found because .p file has bad rights" << in
10797: that case error would be explicit "access denied to 'this' file"
10798:
1.116 moko 10799: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10800:
10801: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10802: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10803: to simple file/dir_exist, this would help in situations "class
10804: not found because .p file has bad rights" << in that case error
10805: would be explicit "access denied to 'this' file"
10806:
10807: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10808: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10809: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10810: ^file::exec/cgi[script;$.charset[changed]
10811: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10812: encoded in $.charset charset
10813:
10814: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10815: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10816: encoded in $.charset charset
10817:
10818: * src/: include/Makefile.am, include/pa_common.h,
10819: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10820: main/pa_common.C, main/pa_http.C: . extracted http:// into
10821: separate file [preparation for
10822: ^file::cgi[script;$.form[$.field1[]
10823:
10824: 2005-11-22 paf
10825:
10826: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10827:
10828: * acinclude.m4, configure.in: . merged underquting fixes
10829:
1.116 moko 10830: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10831:
10832: * src/classes/op.C: . overmerged a little
10833:
10834: * src/main/compile.tab.C: Makefile
10835:
10836: * src/main/: pa_common.C: . less gcc warnings
10837:
10838: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10839: now reports original exception if we have no old cache
10840:
10841: * src/classes/op.C: + $exception.handled[cache] now reports
10842: original exception if we have no old cache
10843:
10844: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10845: from HEAD: + ^taint/untaint[regex] << escapes these:
10846: \^$.[]|()?*+{}
10847:
10848: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10849: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10850:
10851: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10852: getenv-ed variable, which does not work both on win32&unix.
10853: copied old TZ value now
10854:
10855: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10856: stored pointer to getenv-ed variable, which does not work both on
10857: win32&unix. copied old TZ value now
10858:
10859: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10860: getenv-ed variable, which does not work both on win32&unix.
10861: copied old TZ value now
10862:
10863: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10864: access to internal hash
10865:
10866: * src/types/pa_vresponse.C: + $response:headers access to internal
10867: hash
10868:
10869: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10870: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10871: isapi] this reduces number of "GC Warning: Repeated allocation of
10872: very large block" messages to only important onces
10873:
10874: * src/targets/isapi/parser3isapi.C: +
10875: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10876: isapi] this reduces number of "GC Warning: Repeated allocation of
10877: very large block" messages to only important onces
10878:
10879: * src/classes/string.C: merged from HEAD: + removed limitation on
10880: ^string/int/double:sql{}[$.default[({param style})] ]
10881:
10882: * src/classes/string.C: + removed limitation on
10883: ^string/int/double:sql{}[$.default[({param style})] ]
10884:
10885: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10886: with ?params or $.form option" limitation
10887:
10888: * src/main/pa_common.C: + removed "use either uri with ?params or
10889: $.form option" limitation
10890:
10891: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10892: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10893: ^file::base64[encoded] decode
10894:
10895: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10896: main/pa_common.C: + ^file.base64[] encode +
10897: ^file::base64[encoded] decode
10898:
10899: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10900: ^string:base64[encoded] decode
10901:
10902: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10903: ^string:base64[in] encode + ^string.base64[] decode
10904:
10905: 2005-11-21 paf
10906:
10907: * src/classes/file.C: + merged from HEAD:
10908: ^file::create[text;file.xml;^untaint[xml]{data}]
10909:
10910: * src/classes/file.C: +
10911: ^file::create[text;file.xml;^untaint[xml]{data}]
10912:
10913: * src/main/pa_request.C: ! merged: $response:body[file] now
10914: differes from :download, it does not return content-disposition
10915: at all now [previusely it returned valueless content-disposition]
10916:
10917: * src/main/pa_request.C: ! $response:body[file] now differes from
10918: :download, it does not return content-disposition at all now
10919: [previusely it returned valueless content-disposition]
10920:
10921: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10922: literals, reverted to just vvod, recreating empty array with each
10923: void_value token. that's absolutely needed, since that array
10924: grows
10925:
10926: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10927: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10928: types/pa_vmethod_frame.h: + merged: expression literals:
10929: true/false. ^format[$.indent(true)]
10930:
10931: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10932: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10933: types/pa_vmethod_frame.h: + expression literals: true/false.
10934: ^format[$.indent(true)]
10935:
10936: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10937: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10938: i386-pc-win32)"
10939:
10940: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10941: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10942: i386-pc-win32)"
10943:
10944: 2005-11-18 paf
10945:
10946: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10947: null}[$.default(123)] will now return default value
10948:
10949: * src/classes/op.C: + merged ^cache[] << returns current cache
10950: expiration time
10951:
10952: * src/classes/op.C: + ^cache[] << returns current cache expiration
10953: time
10954:
10955: * src/classes/table.C: ! merged ^table::create[not'nameless';
10956: failed << Exception.problem_source pointed to local var!
10957:
10958: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10959: Exception.problem_source pointed to local var!
10960:
10961: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10962: now loads VFile.ptr!=0, so such files can be saved now
10963:
10964: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10965: loads VFile.ptr!=0, so such files can be saved now
10966:
10967: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10968: only . and .. now removed from list [were removed all .*]
10969:
10970: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10971: .. now removed from list [were removed all .*]
10972:
10973: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10974: open error now checked, were not :( [stole that piece from apache
10975: 1.3 sources]
10976:
10977: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10978: checked, were not :( [stole that piece from apache 1.3 sources]
10979:
10980: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10981: untainting of @main result if returned by $result or
10982: $response:body
10983:
10984: * src/main/pa_request.C: ! ensured proper untainting of @main
10985: result if returned by $result or $response:body
10986:
10987: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10988: issue: now tries to guess content-length and allocates one big
10989: piece if possible [regretfully gc_realloc works as malloc+free,
10990: leaving lots of holes behind]
10991:
10992: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10993: fixed file load memory issue: now tries to guess content-length
10994: and allocates one big piece if possible [regretfully gc_realloc
10995: works as malloc+free, leaving lots of holes behind]
10996:
10997: 2005-11-16 paf
10998:
10999: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11000: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11001: table::save with enclosers now doubles them: "->"" !
11002: table::save/load do not remove elements from options hash
11003:
11004: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11005: [were overoptimized ^if(double_literal), compiler confused
11006: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11007:
11008: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11009: [were overoptimized ^if(double_literal), compiler confused
11010: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11011:
11012: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11013: main/pa_common.C: ! table::save with enclosers now doubles them:
11014: "->"" ! table::save/load do not remove elements from options hash
11015:
11016: 2005-11-03 paf
11017:
1.116 moko 11018: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11019: compilation, not all makefiles liked that
1.95 moko 11020:
11021: 2005-08-30 paf
11022:
11023: * src/classes/op.C: merge . speedup check of [DEFAULT]
11024:
11025: * src/classes/op.C: . speedup check of [DEFAULT]
11026:
11027: 2005-08-26 paf
11028:
11029: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11030:
11031: * src/: classes/date.C, types/pa_vdate.h: + date.week
11032:
11033: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11034: complains about bad!=nameless
11035:
11036: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11037: about bad!=nameless
11038:
11039: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11040: optional options were allowed to be empty. were checked
11041: if(is_string), changed to !defined||is_string to allow void
11042:
11043: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11044: classes/string.C, classes/table.C, classes/void.C: ! optional
11045: options were allowed to be empty. were checked if(is_string),
11046: changed to !defined||is_string to allow void
11047:
11048: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11049: as_junction where they needed as_int/double, so failed with
11050: recent "(const) now no junction" optimization
11051:
11052: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11053: merged ! many classes/* used as_junction where they needed
11054: as_int/double, so failed with recent "(const) now no junction"
11055: optimization
11056:
11057: * src/: classes/double.C, classes/int.C, classes/math.C,
11058: classes/op.C, classes/string.C, classes/table.C,
11059: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11060: used as_junction where they needed as_int/double, so failed with
11061: recent "(const) now no junction" optimization
11062:
11063: 2005-08-24 paf
11064:
11065: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11066: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11067: stripped it
11068:
11069: 2005-08-09 paf
11070:
11071: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11072: not cleared
11073:
11074: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11075: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11076: classes/hashfile.C, classes/image.C, classes/int.C,
11077: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11078: classes/response.C, classes/string.C, classes/table.C,
11079: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11080: include/pa_array.h, include/pa_cache_managers.h,
11081: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11082: include/pa_config_fixed.h, include/pa_config_includes.h,
11083: include/pa_dictionary.h, include/pa_dir.h,
11084: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11085: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11086: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11087: include/pa_request_charsets.h, include/pa_request_info.h,
11088: include/pa_sapi.h, include/pa_socks.h,
11089: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11090: include/pa_stack.h, include/pa_string.h,
11091: include/pa_stylesheet_connection.h,
11092: include/pa_stylesheet_manager.h, include/pa_table.h,
11093: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11094: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11095: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11096: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11097: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11098: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11099: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11100: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11101: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11102: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11103: main/pa_sql_driver_manager.C, main/pa_string.C,
11104: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11105: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11106: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11107: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11108: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11109: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11110: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11111: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11112: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11113: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11114: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11115: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11116: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11117: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11118: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11119: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11120: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11121: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11122: types/pa_vresponse.C, types/pa_vresponse.h,
11123: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11124: types/pa_vstateless_object.h, types/pa_vstatus.C,
11125: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11126: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11127: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11128: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11129: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11130:
11131: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11132: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11133: speedup consequent checks in vmethod_frame
11134:
11135: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11136: not cleared
11137:
11138: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11139: params: 50 max (were 10)
11140:
11141: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11142: params: 50 max (were 10)
11143:
11144: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11145: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11146: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11147: empty string) ! simplified (double) speedup consequent checks in
11148: vmethod_frame
11149:
11150: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11151: optimized constants in expressions vstring->vdouble + optimized
11152: ^call(vdouble), no junction creation, no calls later
11153:
11154: 2005-08-08 paf
11155:
11156: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11157: compile_tools.h: merged + optimized constants in expressions
11158: vstring->vdouble + optimized ^call(vdouble), no junction
11159: creation, no calls later
11160:
11161: * src/types/pa_vdouble.h: merged . double values without fractional
11162: part now default printed as %.0f instead of %g
11163:
11164: * src/types/pa_vdouble.h: . double values without fractional part
11165: now default printed as %.0f instead of %g
11166:
11167: * src/classes/hashfile.C: . merged ! second hashfile::open would
11168: cause an exception
11169:
11170: * src/classes/hashfile.C: ! second hashfile::open would cause an
11171: exception
11172:
11173: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11174: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11175: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11176: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11177: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11178: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11179: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11180: types/pa_vresponse.h, types/pa_vstateless_class.C,
11181: types/pa_vstateless_object.h, types/pa_vvoid.h,
11182: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11183: merged VJunction(new Junction) optimization from 3.1.4
11184:
11185: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11186: types/pa_vstateless_class.C: + optimized new VJunction(new
11187: Junction(params)) to new VJunction(params), thousands of mallocs
11188: removed
11189:
11190: 2005-08-05 paf
11191:
11192: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11193: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11194: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11195: creation, no calls later
11196:
11197: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11198: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11199: classes/hashfile.C, classes/image.C, classes/int.C,
11200: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11201: classes/response.C, classes/string.C, classes/table.C,
11202: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11203: include/pa_array.h, include/pa_cache_managers.h,
11204: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11205: include/pa_config_fixed.h, include/pa_config_includes.h,
11206: include/pa_dictionary.h, include/pa_dir.h,
11207: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11208: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11209: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11210: include/pa_request_charsets.h, include/pa_request_info.h,
11211: include/pa_sapi.h, include/pa_socks.h,
11212: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11213: include/pa_stack.h, include/pa_string.h,
11214: include/pa_stylesheet_connection.h,
11215: include/pa_stylesheet_manager.h, include/pa_table.h,
11216: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11217: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11218: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11219: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11220: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11221: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11222: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11223: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11224: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11225: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11226: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11227: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11228: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11229: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11230: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11231: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11232: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11233: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11234: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11235: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11236: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11237: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11238: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11239: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11240: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11241: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11242: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11243: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11244: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11245: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11246: types/pa_vstateless_object.h, types/pa_vstatus.C,
11247: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11248: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11249: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11250: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11251: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11252:
11253: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11254: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11255: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11256: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11257: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11258: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11259: optimized constants in expressions vstring->vdouble
11260:
11261: 2005-07-29 paf
11262:
11263: * src/types/pa_vclass.C: . shaped up error messages a bit
11264:
11265: * src/types/pa_vclass.C: + property getter can now be overridden
11266:
11267: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11268: bug fix: static parent fields were not replaced in case
11269: $derived:field[put] + property setter can now be overridden
11270:
11271: 2005-07-28 paf
11272:
11273: * configure, configure.in, src/classes/classes.h,
11274: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11275: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11276: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11277: src/classes/xnode.h, src/include/pa_hash.h,
11278: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11279: src/types/Makefile.am, src/types/pa_method.h,
11280: src/types/pa_value.h, src/types/pa_vclass.C,
11281: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11282: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11283: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11284: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11285: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11286: src/types/pa_vobject.C, src/types/pa_vobject.h,
11287: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11288: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11289: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11290: src/types/pa_vstateless_class.h,
1.95 moko 11291: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11292: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11293: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11294: dynamic_fields_join
11295:
11296: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11297: classes/xnode.C, include/pa_hash.h, main/execute.C,
11298: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11299: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11300: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11301: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11302: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11303: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11304: types/pa_vresponse.h, types/pa_vstateless_object.h,
11305: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11306: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11307: restored its checks in vobject.put_element->static fields |
11308: dynamic properties
11309:
11310: 2005-07-27 paf
11311:
11312: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11313: is some old code containing @set_name $name
11314:
11315: * src/types/pa_vobject.h: . fixed warning
11316:
11317: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11318: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11319:
11320: * src/: classes/xnode.C, include/pa_hash.h,
11321: types/pa_vstateless_class.C: ! new asserts were all false.
11322: regretfully reverted them all to checks
11323:
11324: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11325: classes/op.C, main/execute.C, types/pa_method.h,
11326: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11327: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11328: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11329: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11330: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11331: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11332: types/pa_vstateless_object.h, types/pa_vvoid.h,
11333: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11334: joined_dynamic_fields: removed unused param from put_method
11335: (returned to 3 params)
11336:
11337: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11338: joined_dynamic_fields: dynamic get/set works with overriding
11339: props [alpha2]
11340:
11341: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11342: works [alfa]
11343:
11344: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11345: classes/op.C, include/pa_hash.h, main/execute.C,
11346: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11347: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11348: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11349: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11350: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11351: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11352: types/pa_vresponse.h, types/pa_vstateless_class.C,
11353: types/pa_vstateless_object.h, types/pa_vvoid.h,
11354: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11355: joined_dynamic_fields: just compiled
11356:
11357: * src/: classes/date.C, classes/file.C, classes/hash.C,
11358: classes/hashfile.C, classes/image.C, classes/table.C,
11359: classes/xdoc.C, classes/xnode.h, main/execute.C,
11360: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11361: types/pa_vstateless_class.h: joined_dynamic_fields: started
11362:
11363: * src/types/pa_vobject.C: . object setters [only started, does not
11364: work yet]
11365:
11366: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11367: object setters [only started, does not work yet]
11368:
11369: 2005-07-26 paf
11370:
11371: * src/: include/pa_request.h, main/execute.C: . properties: set
11372: works [alpha2]. for classes. todo: for objects
11373:
11374: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11375: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11376: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11377: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11378: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11379: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11380: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11381: types/pa_vstateless_object.h, types/pa_vvoid.h,
11382: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11383: properties: set works [alpha1]
11384:
11385: 2005-07-25 paf
11386:
11387: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11388: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11389: properties: started, get works [alpha1, other approach]
11390:
11391: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11392: properties: started, get works [alpha2]
11393:
11394: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11395: pa_vstateless_class.h: . properties: started, get works [alpha]
11396:
11397: 2005-07-15 paf
11398:
11399: * src/: classes/classes.h, classes/op.C, main/execute.C,
11400: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11401: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11402: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11403: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11404: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11405: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11406: types/pa_vresponse.C, types/pa_vresponse.h,
11407: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11408: types/pa_vstateless_object.h, types/pa_vvoid.h,
11409: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11410: types/pa_wwrapper.h, types/types.vcproj: + started property
11411: [getters work but think of changing them too to precaching]
11412:
11413: 2005-07-08 paf
11414:
11415: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11416: gpf
11417:
11418: 2005-06-28 paf
11419:
11420: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11421: in passing empty strings to file::exec/cgi environment
11422:
11423: 2005-06-06 paf
11424:
11425: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11426: ^table:sql ^hash:sql now DO process $.bind option
11427:
11428: 2005-05-24 paf
11429:
11430: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11431: $.limit] now work again [support was broken in 3.1.4]
11432:
11433: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11434: ALL_INTERIOR_POINTERS
11435:
11436: 2005-05-12 paf
11437:
11438: * configure: 3.1.5beta
11439:
11440: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11441:
11442: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11443: $.limit] now work again [support was broken in 3.1.4]
11444:
11445: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11446: line-width [was refusing to fill if line-width >1, thanks to
11447: Seras <seras@pinxit.lt> for repro case
11448:
11449: 2005-04-25 paf
11450:
11451: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11452: correctly
11453:
11454: 2005-04-19 paf
11455:
11456: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11457: in VString violating invariant!!
11458:
11459: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11460: getenv("TZ")==null
11461:
11462: 2005-04-08 paf
11463:
11464: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11465: bugfix: when there is no char in charset one byte produces 6
11466: (ÿ <<max). increased buffer size!
11467:
11468: 2005-03-23 paf
11469:
11470: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11471: ^date.sql-string now takes TZ into account
11472:
11473: 2005-03-16 paf
11474:
11475: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11476: gcc 3.4
11477:
11478: * src/types/pa_vhash.C: . warning about eof eol
11479:
11480: 2005-02-17 paf
11481:
11482: * operators.txt, src/classes/op.C: + operator ^sleep(double
11483: seconds)
11484:
11485: 2005-02-02 paf
11486:
11487: * src/classes/xnode.C: beauty: removed needless includes
11488:
11489: 2005-01-31 paf
11490:
11491: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11492: $.partNoNumber now alias to $.part1
11493:
11494: * src/types/pa_vmail.C: change: incoming letter part contains
11495: "content-disposition" header with any value? now considering that
11496: part to be "file#" [for text/plain text/html were $.text#
11497: $.html#]
11498:
11499: * INSTALL: updatet to latest working versions available
11500:
11501: 2005-01-20 paf
11502:
11503: * configure.in, src/include/pa_version.h: version
11504:
11505: 2005-01-19 paf
11506:
1.116 moko 11507: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11508: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11509: couple warnings in parser3.C
1.95 moko 11510:
11511: 2004-12-23 paf
11512:
11513: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11514:
11515: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11516: dir to directory of script (when shbang used), not to directory
11517: of its interpreter
11518:
11519: * src/include/pa_version.h: compiled on win32...
11520:
11521: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11522: we need more hspace
11523:
11524: * configure, configure.in, src/include/pa_version.h: configured
11525: host to pa_version. will be displayed everywhere
11526:
11527: * src/main/pa_request.C: new: @unhandled_exception can prevent
11528: exception from being logged by setting $exception.handled(1)
11529:
11530: * operators.txt, src/classes/file.C: change:
11531: ^file::sql{query}[[options]] options: $.name[file name]
11532: $.content-type[application/what]
11533:
11534: * src/: include/pa_common.h, main/pa_common.C,
11535: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11536: new file
11537:
11538: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11539: bugfix: table->hash now regards _default
11540:
11541: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11542: created by accessing $name_of_method it acquired bad self=closest
11543: methodframe; instead of proper self (current class)
11544:
11545: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11546: hashfile produced bad cord
11547:
11548: 2004-12-10 paf
11549:
11550: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11551: subsequent failures though defined in .h
11552:
11553: * src/main/pa_common.C: comment on volatile
11554:
11555: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11556: alarm function were not used since the beginning due to stupid
11557: error [setsigjmp were not checked in configure.in]
11558:
11559: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11560: unix too
11561:
11562: * src/main/pa_common.C: http: exception status of send/recv errors
11563: change to most probable http.timeout
11564:
11565: * src/main/pa_common.C: win32: http connection $.timeout option now
11566: works [setsockopt on send/receive]
11567:
11568: 2004-12-08 paf
11569:
11570: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11571: cstr-ed knowing mail charset, and untainting uri lang now knows
11572: proper charset
11573:
11574: 2004-11-24 paf
11575:
11576: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11577:
11578: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11579: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11580:
11581: 2004-11-12 paf
11582:
11583: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11584: [since 3.0.4]
11585:
11586: 2004-11-09 paf
11587:
11588: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11589: writes basics to c:\parser3.log
11590:
11591: 2004-10-21 paf
11592:
11593: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11594: tainted strings [were returning clean onces]
11595:
11596: 2004-10-15 paf
11597:
11598: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11599: cycles(i=1; i=2), which was wrong, now does ONE
11600:
11601: 2004-10-12 paf
11602:
11603: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11604:
11605: 2004-10-07 paf
11606:
11607: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11608: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11609: release asserts
11610:
11611: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11612: String.dump() to stdout in detailed form [were String.v() in
11613: short form]
11614:
11615: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11616: \t\r\n as @#| and truncates long char sequences less
11617:
11618: 2004-10-06 paf
11619:
11620: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11621: win32 beauty: socket errors properly decoded
11622:
11623: 2004-10-05 paf
11624:
11625: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11626: request::configure_user/admin done always, even if no
11627: file-to-process useful in @unhandled_exception [say, if they
11628: would want to mail by SMTP something]
11629:
11630: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11631: now performed prior to file loading [and @auto executing] thus
11632: making $cookie:value available in @auto and in
11633: @unhandled_exception when IIS is configured to run interpreter
11634: even if no file exist
11635:
11636: 2004-09-20 paf
11637:
11638: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11639: somewhere where it should have called xmlMalloc and it calls
11640: xmlFree when it should have not called it. inserted two
11641: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11642: xmlFree just ignored. put away a testcase, maybe someday libxml
11643: author would fix all that. until that day: we have SLOW garbage
11644: collecting when many xml objects are alive hint: do
11645: ^memory:compact[] before xdoc::create
11646:
11647: 2004-09-17 paf
11648:
11649: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11650: error from 3.0.8 version]
11651:
11652: 2004-09-14 paf
11653:
11654: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11655: part bugfix: hashfile.foreach iterated only part if hashfile were
11656: modified inside
11657:
11658: 2004-09-13 paf
11659:
11660: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11661: [were as octal]
11662:
11663: * src/types/pa_vhashfile.C: beauty: not reproduced
11664: $hashfile.key[$novalue] bug [reported by motorin], inserted
11665: safety-check
11666:
11667: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11668: [not something obscure from sdbm lib]
11669:
11670: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11671: = strerror now returnes something and we can properly report that
11672: to client
11673:
11674: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11675: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11676:
11677: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11678: [tainted as-is] this helps //[space][newline] to remain as-is and
11679: not be unnecessary optimized away [ruining javascript]
11680:
11681: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11682: [tainted as-is]
11683:
11684: * src/classes/mail.C: bugfix: typo error
11685:
11686: 2004-09-09 paf
11687:
11688: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11689: separators bugfix: loads header with endings \r\n\r\n and \n\n
11690: (bloody yandex.server)
11691:
11692: 2004-09-06 paf
11693:
11694: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11695: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11696: encoded
11697:
11698: 2004-09-01 paf
11699:
11700: * src/types/pa_vmail.C: change: multipart/mixed changed to
11701: multipart/related outlook express have no problems showing
11702: unrelated attachments. todo: someday figure out a way of
11703: multipart/mixed multipart/related text/html
11704: image/xxx application/octet-stream << true attachments
11705:
11706: * src/types/pa_vmail.C: new:
11707: ^mail:send[$.file[$.content-disposition can be overriden new:
11708: empty mail header fields removed from letter
11709:
11710: * src/: classes/mail.C, include/pa_config_fixed.h,
11711: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11712: ^mail:send[ $.file[ $.any[header]
11713:
11714: 2004-08-30 paf
11715:
11716: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11717: warnings
11718:
11719: * src/main/pa_common.C: beauty: do not bother with charset
11720: detection when ^file::load[binary
11721:
11722: 2004-08-27 paf
11723:
11724: * src/main/pa_common.C: hack: for yandex.server http server
11725:
11726: 2004-08-18 paf
11727:
11728: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11729: possibly-chunked response
11730:
11731: 2004-08-17 paf
11732:
11733: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11734: $f.content-type now = that of http response
11735:
11736: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11737: $f.content-type now = that of http response
11738:
11739: 2004-07-30 paf
11740:
11741: * src/: include/pa_request.h, main/pa_request.C,
11742: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11743: win32: system&parser exceptions in release mode reported properly
11744: parser exception in exception handler WERE mistakenly reported as
11745: system exception, without details [in apache & isapi] +some
11746: beauty in exception text
11747:
11748: * src/: include/pa_exception.h, main/pa_request.C,
11749: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11750: release mode reported properly parser exception in exception
11751: handler WERE mistakenly reported as system exception, without
11752: details
11753:
11754: * src/main/execute.C: beauty: simplified system exception handling
11755:
11756: 2004-07-29 paf
11757:
11758: * src/classes/table.C: bugfix:
11759: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11760: were ignored, and \t used unconditionally]
11761:
11762: * src/types/Makefile.am: added vhash.c
11763:
11764: 2004-07-28 paf
11765:
11766: * src/: classes/date.C, classes/image.C, classes/math.C,
11767: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11768: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11769: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11770: failed on russian letters
11771:
11772: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11773: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11774: letters
11775:
11776: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11777: as 'currentDirectory' parameter to CreateProcess
11778:
11779: 2004-07-27 paf
11780:
11781: * src/targets/cgi/parser3.vcproj: beauty: win32:
11782: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11783: from release somewhere [to help searching for unhandled system
11784: exceptions]
11785:
11786: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11787: TZ shift
11788:
11789: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11790: but also in ctor
11791:
11792: 2004-07-26 paf
11793:
11794: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11795: src/main/pa_request.C, src/types/pa_vfile.h,
11796: src/types/pa_vhash.C, src/types/pa_vhash.h,
11797: src/types/types.vcproj: new: $response:body/download[
11798: $.file[name on disk] $.name[of file for user]
11799: $.mdate[date of last-modified. default from directory] ]
11800:
11801: * src/classes/file.C: moving file:send somewhere else..
11802:
11803: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11804: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11805: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11806: $response:download[ $.filename[filename] $.option[] ,, ]
11807:
11808: * src/classes/file.C: beauty: invalid mode thoroughly reported
11809:
11810: 2004-07-21 paf
11811:
11812: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11813: to several lines
11814:
11815: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11816:
11817: note: ms outlook[!express] shows only first 255 characters of
11818: subject
11819:
11820: 2004-07-15 paf
11821:
11822: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11823: off]
11824:
11825: 2004-07-14 paf
11826:
11827: * src/classes/table.C: bugfix: $.bind values now got untainted
11828: according to lang [were: as-is]
11829:
11830: 2004-07-07 paf
11831:
11832: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11833: checked that
11834:
11835: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11836: now untainted according to their languages. were: as-is.
11837: EVERYWHERE
11838:
11839: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11840: environment string now untainted according to their languages.
11841: were: as-is. EVERYWHERE
11842:
11843: * src/main/pa_exec.C: bufix: on unix environment string now
11844: untainted according to their languages. were: as-is. on win32:
11845: ok
11846:
11847: * parser3.vssscc: ...would not go unnoticed
11848:
11849: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11850: fails. in case on input appears nonutf, those bytes will be
11851: printed in %HH form. that can be easily decoded/recovered.
11852:
11853: this form is quite noticable, and hopefully would not go noticed
11854:
11855: 2004-07-06 paf
11856:
11857: * src/main/pa_exec.C: bufix: on unix environment string now
11858: untainted according to their languages. were: as-is. on win32:
11859: ok
11860:
11861: 2004-07-01 paf
11862:
11863: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11864: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11865: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11866: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11867: main/main.vcproj, targets/cgi/parser3.vcproj,
11868: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11869: option: global optimization ON
11870:
11871: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11872: to do xdoc::create{invalid chars} standard disables chars less
11873: then \x20, except tab, cr, lf.
11874:
11875: changed tainting so that those become '!'
11876:
11877: 2004-06-25 paf
11878:
11879: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11880: int on odd address [prev bugfix failed due to superwize
11881: optimizer, which turned memcpy into same 'ld' asm command]
11882:
11883: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11884: int on odd address
11885:
11886: 2004-06-22 paf
11887:
11888: * src/sql/pa_sql_driver.h: note: about possible optimization
11889:
11890: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11891: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11892: src/include/pa_config_includes.h: new: ^void:sql{call
11893: paf(:a)}[ $.bind[ $.a[2]
11894: ] ] output variables work. todo: check in out
11895: variables
11896:
11897: 2004-06-18 paf
11898:
11899: * src/: classes/file.C, classes/hash.C, classes/string.C,
11900: classes/table.C, classes/void.C, include/pa_globals.h,
11901: include/pa_sql_connection.h, main/compile.tab.C,
11902: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11903: $.bind[ $.a[2] ]
11904: ] input variables work. todo:output
11905:
11906: * src/targets/cgi/parser3.C: bugfix: iis specific
11907: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11908: /_bug.html?404;http://hpsv/test/
11909: --------------------------------------------------------------------------------
11910: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11911: --------------------------------------------------------------------------------
11912: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11913:
11914: 2004-06-16 paf
11915:
11916: * src/targets/cgi/parser3.C: new: iis specific
11917: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11918: $request:query
11919: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11920: $form:fields IIS-STATUS="404"
11921: IIS-DOCUMENT="http://server/_bug.html" f="v"
11922:
11923: todo: isapi too
11924:
11925: 2004-05-26 paf
11926:
11927: * src/include/pa_version.h: 3.1.3
11928:
11929: * operators.txt: beauty: removed outdated level 'table'
11930:
11931: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11932:
11933: * src/main/pa_string.C: beauty: removed 3 warnings
11934:
11935: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11936: classes/op.C: beauty: removed outdated level 'table'
11937:
11938: 2004-05-25 paf
11939:
11940: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11941: implementation. mistery: how anything worked
11942:
11943: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11944: changed, it is now safe to use url if pointers to it are stored
11945: to gc mem
11946:
11947: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11948: unknown errors reported and not cause SIGSEGV now
11949:
11950: 2004-05-24 paf
11951:
11952: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11953: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11954: less memory: CORD_chars_block originally intended to ... it was
11955: good that CORD_chars_block were not used: it consumes more memory
11956: [and, might be slow too] undoing that. [and removed that func so
11957: that it would not confuse parser developer in future]
11958:
11959: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11960: less memory: CORD_chars_block originally intended to
11961: speedup/reduce mem usage were forgotten, and were used stupid
11962: CORD_chars
11963:
11964: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11965:
11966: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11967: BIGENDIAN processors space-conserving mech failed, causing
11968: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11969: (1|2|3));
11970:
11971: 2004-05-14 paf
11972:
11973: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11974: bugfix: void now has vfile value, and $response:body[] works OK
11975:
11976: 2004-05-12 paf
11977:
11978: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11979: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11980: sources to use is_defined() {return as_bool();} along VBool
11981:
11982: 2004-05-11 paf
11983:
11984: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11985: referencing to local objects
11986:
11987: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11988: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11989: left intact
11990:
11991: 2004-04-15 paf
11992:
11993: * src/classes/date.C: merged: beauty: unused var removed
11994:
11995: * src/classes/date.C: beauty: unused var removed
11996:
11997: * src/include/: pa_exec.h: bugfix: interface without pointer
11998: provoked bug
11999:
12000: 2004-04-09 paf
12001:
12002: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12003:
12004: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12005:
12006: 2004-04-08 paf
12007:
12008: * src/classes/date.C: new: ^date::create[y-m-d
12009: h-M-s>>.milliseconds<<] now allowed, ignored so far
12010:
12011: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12012:
12013: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12014: to consult default catalog [usually, that file belongs to other
12015: user/group]
12016:
12017: 2004-04-06 paf
12018:
12019: * src/main/pa_common.C: beauty: gcc warning removed
12020:
12021: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12022: accept that trick, trying other
12023:
12024: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12025: explicit result problem
12026:
12027: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12028: explicit result problem
12029:
12030: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12031: explicit result problem
12032:
12033: * operators.txt, src/classes/string.C: new: ^string.append[string]
12034:
12035: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12036: main/execute.C: attempt_check_call_in_explicit_result_mode:
12037: failed
12038:
12039: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12040: http://i.p.a.ddress gethostbyaddr added [on some platforms
12041: gethostbyname failed with such 'domains'] now checked properly,
12042: were: needless reverse/forward dns lookup
12043:
12044: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12045: http://i.p.a.ddress gethostbyaddr added [on some platforms
12046: gethostbyname failed with such 'domains'] now checked properly,
12047: were: needless reverse/forward dns lookup
12048:
12049: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12050: @method[][result] means "no string output here" moved to lexical
12051: level [on grammar level it were too difficult]
12052:
12053: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12054: src/main/compile.y, src/main/compile_tools.h,
12055: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12056: @method[][result] means "no string output here", implemented part
12057: of that idea: compiler throws away string literal generation
12058: code. and barks nonwhitespace chars
12059:
12060: * operators.txt: truth: removed comment about $ORIGIN
12061:
12062: 2004-04-05 paf
12063:
12064: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12065: src/include/pa_version.h, src/main/pa_common.C,
12066: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12067:
12068: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12069: Konstantin Tomashevitch [mailto:konst@design.ru]
12070:
12071: * src/doc/html2chm.cmd: beauty: no need in bg here
12072:
12073: * src/doc/sources2html.cmd: beauty: same window, in bg it
12074: interfered with FAR console
12075:
12076: * configure, configure.in: 3.1.3
12077:
12078: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12079:
12080: * src/main/pa_common.C: removed warning
12081:
12082: * src/include/pa_version.h: 3.1.3
12083:
12084: 2004-04-02 paf
12085:
12086: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12087:
12088: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12089: allows to specify where to put parser log file
12090:
12091: 2004-04-01 paf
12092:
12093: * src/classes/table.C: bugfix: bugfix: table::load last line
12094: without tab and enter were ignored
12095:
12096: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12097: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12098: main/pa_socks.C, targets/cgi/parser3.C,
12099: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12100: bugfix: sql connections now are disconnected
12101:
12102: 2004-03-30 paf
12103:
12104: * src/classes/table.C: bugfix: table::load last line without tab
12105: and enter were ignored
12106:
12107: * src/classes/table.C: bufix: if last table lines were commented,
12108: gpfed
12109:
12110: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12111: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12112: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12113: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12114: doc/methoded.dox, doc/object.dox, doc/string.dox,
12115: doc/targets.dox, doc/value.dox, include/pa_version.h,
12116: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12117: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12118: bugfixes from 3.1.2, changed version to 3.1.3beta
12119:
12120: 2004-03-29 paf
12121:
12122: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12123: causes gpf
12124:
12125: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12126: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12127: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12128: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12129: value.dox: translated to english
12130:
12131: 2004-03-25 paf
12132:
12133: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12134: parser3project dependency removed
12135:
12136: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12137: bugfix: refused to compile without xml
12138:
12139: * src/types/pa_vform.C: beauty: removed warning
12140:
12141: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12142: any folder [removed last ;) folder dependency]
12143:
12144: * src/classes/classes.vcproj: bugfix: now all compiles in any
12145: folder [removed last ;) folder dependency]
12146:
12147: * src/include/pa_version.h: release
12148:
12149: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12150:
12151: * src/classes/table.C: beauty: comment& more meaningful error
12152: message
12153:
12154: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12155: $.hash[$.column_value1(true) ... ] [were producing some strang
12156: thing]
12157:
12158: 2004-03-23 paf
12159:
12160: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12161: and http status line parsing checked number of columns in table
12162: [user reported an assert]
12163:
12164: * operators.txt: example: on hashfile
12165:
12166: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12167: bugfix: junction reattach now actually reattaches a junction to
12168: new wcontext [were only assigning it to junction, which caused
12169: junction tracking to loose junction, and it's context were not
12170: killed, and it tried to process in invalid context, gpf]
12171:
12172: * src/targets/cgi/parser3.C: debug helper added
12173:
12174: 2004-03-19 paf
12175:
12176: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12177: "type(type)" in braces
12178:
12179: 2004-03-10 paf
12180:
12181: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12182: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12183: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12184: solution to search-in-namespaces problem:
12185: $xdoc.search-namespaces.x[http://pif.design.ru/]
12186: $nodes[^xdoc.select[//x:second]]
12187:
12188: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12189: expression][[NAMESPACES HASH]] allows to search for info in
12190: namespaces
12191:
12192: $nodes[^xdoc.select[//x:second][
12193: $.x[http://pif.design.ru/] ]]
12194:
12195: 2004-03-09 paf
12196:
12197: * operators.txt, src/main/pa_common.C: new:
12198: ^file::load[...][options] $.form[
12199: !$.field1[string]
12200: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12201: ] !$.body[string]
12202:
12203: GET ?here notGET(POST, HEAD, others) in content-type:
12204: application/x-www-form-urlencoded
12205:
12206: todo: upload files ability
12207:
12208: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12209: properly, done
12210:
12211: 2004-03-05 paf
12212:
12213: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12214: GET/POST $.form[$.fields started, not tested yet
12215: todo:$.field[table] for multiple values
12216:
12217: * operators.txt: new: http:// options $.user $.password basic
12218: authorization
12219:
12220: * src/main/pa_common.C: beauty: link to rtf added
12221:
12222: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12223: new: http:// options $.user $.password basic authorization
12224:
12225: * src/main/pa_common.C: beauty: removed needless vars
12226:
12227: * operators.txt: new: pgsql option [like that recently added to
12228: oracle driver] ClientCharset=parser-charset <<
12229: charset in which parser thinks client works
12230:
12231: * operators.txt: new: odbc option [like that recently added to
12232: oracle driver] ClientCharset=parser-charset <<
12233: charset in which parser thinks client works
12234:
12235: * src/sql/pa_sql_driver.h: beauty: important warning added
12236:
12237: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12238: char!
12239:
12240: * etc/parser3.charsets/windows-1251.cfg: typo
12241:
12242: 2004-03-04 paf
12243:
12244: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12245: cached, sql transcoding now goes faster
12246:
12247: * operators.txt: new: mysql option [like that recently added to
12248: oracle driver] ClientCharset=parser-charset <<
12249: charset in which parser thinks client works
12250:
12251: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12252: typo error
12253:
12254: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12255: chars commented
12256:
12257: 2004-03-03 paf
12258:
12259: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12260: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12261:
12262: 2004-03-02 paf
12263:
12264: * operators.txt: new[update typo]: !^void.left(n)
12265: nothing !^void.right(n) nothing !^void.mid(p[;n])
12266: nothing
12267:
12268: * operators.txt, src/classes/void.C: new: !^void.left(n)
12269: nothing !^void.right(n) nothing !^void.pos(p[;n])
12270: nothing
12271:
12272: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12273: ^file::sql[[name_to_become_$.name]]{} query result must be one
12274: row with columns: first: data second: file name third:
12275: content-type
12276:
12277: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12278: ^connect gets properly escaped string, which can be passed to
12279: request now this for mysql only. it's up to parser sql driver to
12280: fix zeros properly
12281:
12282: * INSTALL: note: added on building apache with this option:
12283: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12284:
12285: 2004-03-01 paf
12286:
12287: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12288: extension memory:compact befor processingrequest
12289:
12290: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12291: call sole column of result
12292:
12293: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12294: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12295: pixel color
12296:
12297: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12298: beauty: image -- less checks [were ugly impl]
12299:
12300: * src/classes/string.C: bugfix: ^string.left/right/mid with
12301: negative values now considered bad
12302:
12303: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12304:
12305: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12306: options now have unified defaults [after transform
12307: indent/omit-xml-declaration/standalone 'default' erroreously
12308: meant 'true']
12309:
12310: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12311: added [on some platforms gethostbyname failed with such
12312: 'domains']
12313:
12314: * src/include/pa_config_auto.h.in: no select check, no define
12315:
12316: * src/classes/string.C: feature: ^string.trim both parameters may
12317: be empty-strings, meaning kind=both chars=whitespaces
12318:
12319: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12320: exist
12321:
12322: * src/classes/string.C: check: trim 'chars' must not be empty,
12323: exception if it is
12324:
12325: * src/classes/string.C: changed: ^string.trim [] << both,
12326: whitespaces [start|both|end] << kind, whitespaces
12327: [start|both|end;chars] full
12328:
12329: 2004-02-27 paf
12330:
12331: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12332: method: ^string.trim[start|both|end[;chars]] default
12333: 'chars' -- whitespace chars finished
12334:
12335: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12336: src/main/pa_string.C: new method:
12337: ^string.trim[start|both|end[;chars]] default 'chars' --
12338: whitespace chars started, only start works
12339:
12340: * src/main/compile.C: bugfix: line numbers after
12341: ^process{}[$.line(-10]] can be negative, allowed to print they as
12342: signed
12343:
12344: * src/main/untaint.C: speed: there's no \n chars in output
12345: [normally], so no need to optimize them they could be retrived
12346: from databases, though. but 1. should be replaced 2. if not
12347: optimized, no harm done
12348:
12349: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12350: ^file::exec/cgi could return invalid status & zombie child can
12351: remain for short period until process exists [very bad in
12352: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12353:
12354: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12355: malicious SMTP server to attack as by returning too long status
12356: responses http://i2/tasks/edit/?id=4629448401140924947
12357:
12358: 2004-02-26 paf
12359:
12360: * operators.txt: feature: ^process...{CODE}[now has options] which
12361: are $.main[to what to rename @main] $.file[file,
12362: from which (user says) goes that CODE] $.lineno(line
12363: number in that file, where CODE starts. may be negative)
12364:
12365: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12366: src/main/compile.C, src/main/compile_tools.h,
12367: src/main/pa_request.C: feature: ^process...{CODE}[now has
12368: options] which are $.main[to what to rename @main]
12369: $.file[file, from which (user says) goes that CODE]
12370: $.lineno(line number in that file, where CODE starts. may be
12371: negative)
12372:
12373: 2004-02-25 paf
12374:
1.116 moko 12375: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12376: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12377:
12378: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12379: produces hash of column=>1
12380:
12381: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12382: with incomplete errno constants set
12383:
12384: 2004-02-24 paf
12385:
12386: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12387: "man select"
12388:
12389: * src/main/pa_os.C: beauty: <0 better then ==-1
12390:
12391: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12392:
12393: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12394:
1.116 moko 12395: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12396:
12397: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12398: unix: steps to work on unix [extracted 'to']
12399:
12400: * src/classes/mail.C: smtp on unix: steps to work on unix
12401:
12402: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12403:
1.116 moko 12404: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12405: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12406: unix [testing on solaris]
1.95 moko 12407:
12408: 2004-02-20 paf
12409:
12410: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12411: pointing that out
12412:
12413: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12414: fixed again [same solution, mistanenly removed one line]
12415:
12416: 2004-02-19 paf
12417:
12418: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12419: date::create from bad datetime in spring daylightsaving hole now
12420: OK for all platforms [on some platforms it failed]
12421:
12422: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12423: in daylightsaving hole] now throws error
12424:
12425: * src/classes/date.C: comment: mistake fixed
12426:
12427: 2004-02-18 paf
12428:
12429: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12430: now renderes in $request:charset, but in header puts
12431: $response:charset todo: make that default only so that coder
12432: could override that
12433:
12434: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12435: turns off omit-xml-declaration
12436:
12437: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12438: /.xsl for sample
12439:
12440: 2004-02-17 paf
12441:
12442: * src/classes/xdoc.C: beauty: needless helper class removed
12443:
12444: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12445: copied extra time
12446:
12447: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12448: part of libxml
12449:
12450: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12451: libxml to do the work] <xsl:output method="html"
12452: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12453: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12454: />
12455:
12456: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12457:
12458: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12459: caused assertion
12460:
12461: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12462: could hang. now such add does nothing, sub clears $hash
12463:
12464: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12465: not made quoted-printable
12466:
12467: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12468: string invariant
12469:
12470: 2004-02-16 paf
12471:
12472: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12473: cleared [were not cleared properly]
12474:
12475: 2004-02-13 paf
12476:
1.116 moko 12477: * src/include/pa_version.h: prerelease
1.95 moko 12478:
12479: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12480: used, introducing dependencies timestamp check
12481:
12482: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12483: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12484: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12485: .xsl.stamp now not used, introducing dependencies timestamp check
12486:
1.150 moko 12487: * configure.in: auto.p: @conf made relative
1.95 moko 12488:
12489: 2004-02-12 paf
12490:
12491: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12492: ruined empty <input type=file> submits. parser thought there were
12493: nameless empty file and $form:field got value of type 'file'
12494:
12495: * INSTALL: --without-threads
12496:
12497: * src/include/pa_sapi.h: 2004
12498:
12499: 2004-02-11 paf
12500:
12501: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12502: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12503: classes/hashfile.C, classes/image.C, classes/int.C,
12504: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12505: classes/response.C, classes/string.C, classes/table.C,
12506: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12507: include/pa_array.h, include/pa_cache_managers.h,
12508: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12509: include/pa_config_fixed.h, include/pa_config_includes.h,
12510: include/pa_dictionary.h, include/pa_dir.h,
12511: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12512: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12513: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12514: include/pa_request_charsets.h, include/pa_request_info.h,
12515: include/pa_socks.h, include/pa_sql_connection.h,
12516: include/pa_sql_driver_manager.h, include/pa_stack.h,
12517: include/pa_string.h, include/pa_stylesheet_connection.h,
12518: include/pa_stylesheet_manager.h, include/pa_table.h,
12519: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12520: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12521: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12522: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12523: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12524: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12525: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12526: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12527: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12528: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12529: main/pa_sql_driver_manager.C, main/pa_string.C,
12530: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12531: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12532: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12533: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12534: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12535: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12536: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12537: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12538: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12539: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12540: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12541: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12542: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12543: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12544: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12545: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12546: types/pa_vresponse.h, types/pa_vstateless_class.C,
12547: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12548: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12549: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12550: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12551: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12552: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12553:
12554: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12555: debug version of gc.dll
12556:
12557: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12558: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12559: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12560: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12561: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12562: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12563: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12564: processes
12565:
12566: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12567: main/pa_globals.C, targets/cgi/parser3.vcproj,
12568: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12569: changes to reflect libxml xsl new folders
12570:
12571: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12572: lib/smtp/smtp.vcproj, main/main.vcproj,
12573: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12574: to reflect libxml xsl new folders
12575:
12576: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12577: lib/smtp/smtp.vcproj, main/main.vcproj,
12578: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12579: types/types.vcproj: started changes to reflect libxml xsl new
12580: folders
12581:
12582: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12583: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12584: src/main/compile.tab.C, src/main/main.vcproj,
12585: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12586: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12587: started changes to reflect libxml xsl new folders
12588:
12589: 2004-02-10 paf
12590:
12591: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12592: compile. recommened latest libxml up to date
12593:
12594: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12595: pattern compilation errors", on which spent 4 hours worktime. use
12596: versions higher than that. recommended now latest up to date
12597:
12598: 2004-02-06 paf
12599:
12600: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12601: beauty: unified destructing style
12602:
12603: * src/main/untaint.C: beauty: removed old def/ifdef
12604:
12605: * src/main/untaint.C: beauty: coredump @unknown untaint language
12606: now
12607:
12608: 2004-02-03 paf
12609:
12610: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12611: targets/isapi/parser3isapi.C, types/pa_value.C,
12612: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12613: then %ld/%lu
12614:
12615: * src/main/pa_common.C: typo: %l -> %u
12616:
12617: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12618: in attributes or documents-results of transform now not xx;
12619:
12620: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12621:
12622: * src/main/pa_charset.C: bugfix: forgot to undo some
12623:
12624: * src/main/pa_charset.C: beauty: uncomment
12625: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12626: libraries
12627:
12628: 2004-02-02 paf
12629:
12630: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12631: $cookie:example[ $.value[value] $.path[/there/] ]
12632:
12633: $cookie:example[ $.value[] $.expires[session]
12634: $.path[/there/] $.domain[test.com] ]
12635:
12636: * src/types/pa_vform.C: bugfix: empty values with
12637: enctype=multipart/form-data now produce entries in $form:tables
12638: <form method=post enctype=multipart/form-data> <input type=hidden
12639: name=a> <input type=hidden name=b>
12640:
12641: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12642: <hr> <pre>$request:body
12643:
12644: 2004-01-30 paf
12645:
12646: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12647: or documents-results of transform now not xx;
12648:
12649: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12650: produce exception.
12651:
12652: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12653: bugfix: ^date::create[invalid fields now produce exception.
12654:
12655: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12656: year] now produces exception. todo: check other fields
12657:
12658: 2004-01-29 paf
12659:
12660: * src/include/pa_memory.h: typo error
12661:
12662: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12663: more byte then specified, then zeroed it << useless and
12664: potentially harmful(could gpf)
12665:
12666: 2004-01-22 paf
12667:
12668: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12669:
12670: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12671: optimization
12672:
12673: * src/main/untaint.C: bugfix: whitespace now optimized properly
12674: [were bug: ^taint[1 & 2]="1 &2"
12675:
12676: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12677: errors
12678:
12679: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12680: overflow
12681:
12682: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12683: error-reporting code * in parser-error reporting code [when no
12684: @unhandled_exception defined]
12685:
12686: fixed in one place: my *snprintf override
12687:
12688: 2004-01-13 paf
12689:
12690: * operators.txt: typo erro
12691:
12692: 2003-12-25 paf
12693:
12694: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12695: garbled [pieces after zero bytes were removed]
12696:
12697: 2003-12-22 paf
12698:
1.116 moko 12699: * src/include/Makefile.am: bugfix: removed from dist:
12700: src/include/pa_config_auto.h which were configured for
1.95 moko 12701: make-dist-platform and badly updated proper config file in target
12702: [when .tar used for updating existing source tree]
12703:
12704: * ChangeLog, operators.txt, src/classes/op.C,
12705: src/include/pa_sql_connection.h,
12706: src/include/pa_sql_driver_manager.h,
12707: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12708: feature: sql introducing ability to transcode charsets
12709:
12710: 2003-12-19 paf
12711:
12712: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12713: error message
12714:
12715: * src/main/pa_charset.C: bugfix: memory for charsethandler
12716: structure for libxml now allocated properly
12717:
12718: 2003-12-17 paf
12719:
12720: * src/types/pa_vfile.C: beauty: removed outdated cast
12721:
12722: * src/main/pa_common.C: bugfix: empty http response caused gpf
12723:
12724: * src/include/pa_string.h: bugfix: removed too strong a assert
12725:
12726: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12727: unreported xmlGenericErrors]
12728:
12729: 2003-12-15 paf
12730:
12731: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12732: works}
12733:
12734: 2003-12-11 paf
12735:
12736: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12737: id
12738: !$status:tid thread id
12739:
12740: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12741: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12742: bugfix(solaris): removed dependency on object initialization
12743: order [one more place]
12744:
12745: * src/: classes/file.C, classes/mail.C, classes/op.C,
12746: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12747: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12748: understand that
12749:
12750: * src/: classes/file.C, classes/mail.C, classes/op.C,
12751: classes/xdoc.C, include/pa_cache_managers.h,
12752: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12753: include/pa_stylesheet_manager.h, main/pa_request.C,
12754: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12755: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12756: ctor call [relying on implicit String::Body(cstr) call]
12757:
12758: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12759: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12760: object initialization order [two places]
12761:
12762: 2003-12-10 paf
12763:
12764: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12765: << time now ok
12766:
12767: * operators.txt, src/main/pa_sql_driver_manager.C,
12768: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12769: operational
12770:
12771: * ChangeLog, operators.txt, src/classes/xdoc.C,
12772: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12773: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12774: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12775: back operational
12776:
12777: 2003-12-02 paf
12778:
12779: * src/types/pa_vmail.C: bugfix:
12780: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12781: as-is forced]
12782:
12783: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12784: exceptions out of libxml callbacks: reimplemented error handling
12785: of http://localhost, parser://method and safemode check callbacks
12786:
12787: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12788: [merged from HEAD]
12789:
12790: * src/classes/image.C: nothing: comment removed
12791:
12792: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12793: addresses to int
12794:
12795: 2003-12-01 paf
12796:
12797: * src/main/pa_xml_io.C: bugfix: typo
12798:
12799: * src/main/pa_globals.C: bugfix: win32: compile prob
12800:
12801: * src/classes/xdoc.C: bugfix: typo
12802:
12803: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12804: exception
12805:
12806: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12807:
12808: 2003-11-28 paf
12809:
12810: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12811: all xml documents read
12812:
12813: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12814:
12815: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12816: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12817: replaced original open mech of xdoc::create & co to use libxml
12818: open, so that this would work for root document todo: safe mode
12819: checks to libxml: ideally to some 1 point
12820:
12821: * src/main/pa_xml_io.C: comment
12822:
12823: * operators.txt, src/main/pa_xml_io.C: leading / in
12824: http://parser[abscent params]
12825:
12826: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12827: works. todo: maybe replace original open mech of xdoc::create &
12828: co to use libxml open, so that this would work for root document
12829:
12830: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12831: "parser://method/params/here"> <test> &test^; </test> }]
12832:
12833: ^taint[^xdoc.string[]]
12834:
12835: @method[param] <!ENTITY test
12836: "test-entity-value+$form:user+$param!">
12837:
12838: 2003-11-27 paf
12839:
12840: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12841:
12842: * src/classes/date.C: bugfix: typo error
12843:
12844: 2003-11-26 paf
12845:
12846: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12847: src/main/Makefile.am, src/main/main.vcproj,
12848: src/main/pa_globals.C, src/main/pa_request.C,
12849: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12850: xml errors to hash<thread_id,error> reorganization: xml io moved
12851: to pa_xml_io.C/h
12852:
12853: * src/types/pa_value.h: warnings: --
12854:
12855: 2003-11-25 paf
12856:
12857: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12858: whatever)
12859:
12860: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12861: a, (c?x:y, z)
12862:
12863: * src/main/untaint.C: bugfix: consequences of not reading this
12864: comment: CORD_pos_chars_left /* Number of characters in cache.
12865: <= 0 ==> none */
12866:
12867: * src/include/pa_array.h: removed needless checks
12868:
12869: 2003-11-24 paf
12870:
12871: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12872: removed limit: now $form:xxx can be accessed anytime, even in
12873: @auto/conf [and request/response:charset still can be changed
12874: anytime]
12875:
12876: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12877: now not transcodes response body
12878:
12879: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12880: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12881: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12882: $xdoc.firstChild.firstChild.nodeValue[different]
12883: ^taint[^xdoc.string[]]
12884:
12885: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12886: workaround: static Hash::allocates -> static Hash_allocates
12887:
12888: 2003-11-21 paf
12889:
1.116 moko 12890: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12891: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12892: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12893:
12894: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12895:
12896: * src/classes/mail.C: bugfix: typo
12897:
12898: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12899: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12900: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12901: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12902: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12903: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12904:
12905: * src/main/pa_exec.C: bug in safe mode
12906:
12907: * src/include/Makefile.am: pa_xml_exception.h
12908:
12909: * src/targets/isapi/parser3isapi.C: more warnings --
12910:
12911: 2003-11-20 paf
12912:
12913: * src/: classes/math.C, classes/op.C, classes/string.C,
12914: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12915: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12916: --
12917:
12918: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12919: more warnings --
12920:
12921: * src/classes/xdoc.C: more warnings --
12922:
12923: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12924:
12925: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12926: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12927:
12928: * src/: classes/date.C, classes/file.C, classes/hash.C,
12929: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12930: classes/table.C, include/pa_cache_managers.h,
12931: include/pa_stylesheet_connection.h, main/pa_request.C,
12932: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12933: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12934: --
12935:
12936: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12937: can't report problem (undefined @unhandled_exception) problem
12938: source string were not reported
12939:
12940: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12941: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12942: classes/hashfile.C, classes/image.C, classes/int.C,
12943: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12944: classes/response.C, classes/string.C, classes/table.C,
12945: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12946: include/pa_array.h, include/pa_cache_managers.h,
12947: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12948: include/pa_config_fixed.h, include/pa_dictionary.h,
12949: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12950: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12951: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12952: include/pa_request.h, include/pa_request_charsets.h,
12953: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12954: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12955: include/pa_stack.h, include/pa_string.h,
12956: include/pa_stylesheet_connection.h,
12957: include/pa_stylesheet_manager.h, include/pa_table.h,
12958: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12959: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12960: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12961: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12962: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12963: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12964: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12965: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12966: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12967: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12968: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12969: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12970: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12971: targets/isapi/parser3isapi.C, types/pa_junction.h,
12972: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12973: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12974: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12975: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12976: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12977: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12978: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12979: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12980: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12981: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12982: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12983: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12984: types/pa_vresponse.h, types/pa_vstateless_class.C,
12985: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12986: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12987: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12988: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12989: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12990: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12991: const IDENT
12992:
12993: * src/: include/pa_array.h, include/pa_pool.h,
12994: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12995: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12996: types/pa_wcontext.h: more warnings --
12997:
12998: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12999: classes/file.C, classes/hash.C, classes/hashfile.C,
13000: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13001: classes/memory.C, classes/op.C, classes/string.C,
13002: classes/table.C, classes/xdoc.C, classes/xnode.C,
13003: include/pa_config_includes.h, include/pa_operation.h,
13004: include/pa_sql_connection.h, include/pa_table.h,
13005: include/pa_types.h, lib/ltdl/config_fixed.h,
13006: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13007: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13008: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13009: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13010: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13011: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13012: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13013: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13014: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13015: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13016: types/pa_vmail.C, types/pa_vobject.C,
13017: types/pa_vstateless_class.h, types/pa_vtable.C,
13018: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13019: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13020: on all projects (except libltdl=off & libsdbm=level3) found
13021: several unitialized vars
13022:
13023: 2003-11-19 paf
13024:
13025: * src/classes/op.C: more ansi C++ comp
13026:
13027: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13028: src/main/pa_request.C: ^cache[...]{body}{catch block with
13029: $exception.handled[cache] meaning "get expired cache, if any.
13030: else error"}
13031:
13032: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13033: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13034: ^cache[...]{body}{catch code with $exception.cache field}
13035:
13036: 2003-11-12 paf
13037:
13038: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13039: [copy/paste bug]
13040:
13041: 2003-11-11 paf
13042:
13043: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13044: failed]
13045:
13046: 2003-11-10 paf
13047:
13048: * src/types/pa_vconsole.h: flush
13049:
13050: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13051: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13052: read/write [for nntp]
13053:
13054: * operators.txt: mysql: transaction support: ?autocommit=0
13055:
13056: * operators.txt: comment: updated
13057:
13058: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13059: serialize version and exipire now removes entries
13060:
13061: * operators.txt: ^hashfile.delete[] removes files altogether [and
13062: dir, if could]
13063:
13064: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13065: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13066: removes files altogether [and dir, if could]
13067:
13068: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13069: nonexistent pair. .c coded that that was error. fixed
13070:
13071: * src/types/pa_vhashfile.C: sdbm: exception type change to
13072: file.access [regretfull can't split it to different exceptions
13073: without modifying sdbm source wich would prefer not to]
13074:
13075: 2003-11-07 paf
13076:
13077: * src/: classes/date.C, classes/file.C, classes/hash.C,
13078: classes/hashfile.C, classes/image.C, classes/table.C,
13079: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13080: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13081: main/execute.C, main/main.vcproj, main/pa_pool.C,
13082: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13083: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13084: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13085: destructing objects at request processing end
13086:
13087: 2003-11-06 paf
13088:
13089: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13090: updates
13091:
13092: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13093: to include sdbm
13094:
1.116 moko 13095: * src/include/: pa_config_includes.h, pa_version.h: our
13096: replacements of max& co only for cpp
1.95 moko 13097:
13098: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13099: upper dir, .am updated
13100:
13101: * tests/todo.txt: hashfile: done
13102:
13103: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13104: expiration [time in value. todo: move time to key]
13105:
13106: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13107:
13108: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13109: to do that in foreach, no errors, but surely wrong]
13110:
13111: * operators.txt, src/types/pa_vhashfile.C,
13112: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13113:
13114: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13115: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13116: foreach
13117:
13118: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13119: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13120:
13121: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13122: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13123:
13124: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13125: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13126: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13127: get/put [raw]
13128:
13129: * src/: classes/op.C, main/pa_os.C: just linked
13130:
13131: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13132: XmlException changes
13133:
13134: * src/: include/pa_charset.h, include/pa_globals.h,
13135: include/pa_stylesheet_connection.h, main/pa_exception.C:
13136: XmlException changes
13137:
13138: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13139:
13140: * src/: include/pa_common.h, include/pa_exception.h,
13141: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13142: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13143: main/pa_xml_exception.C: locking move to pa_os [along with
13144: pa_sleep] apr-impl locking done
13145:
13146: * configure, configure.in, operators.txt, parser3.sln,
13147: src/classes/classes.vcproj, src/classes/hashfile.C,
13148: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13149: src/include/pa_exception.h, src/include/pa_globals.h,
13150: src/include/pa_memory.h, src/include/pa_version.h,
13151: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13152: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13153: src/main/compile.tab.C, src/main/main.vcproj,
13154: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13155: src/types/Makefile.am, src/types/pa_vhash.C,
13156: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13157: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13158: again with sdbm from apache
13159:
13160: 2003-11-05 paf
13161:
13162: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13163: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13164: \parser3project dir anymore
13165:
13166: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13167: thoughtlessly from xalan]
13168:
13169: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13170: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13171: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13172:
13173: * src/main/helpers/CaseFolding.txt:
13174: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13175:
13176: 2003-11-04 paf
13177:
13178: * operators.txt: comment: ^mail:send[$.options[
13179:
13180: * src/classes/table.C: compiled on unix
13181:
1.116 moko 13182: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13183:
13184: * src/classes/mail.C: compiled on unix
13185:
13186: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13187: src/types/pa_vmail.h: !^mail:send[
13188: $.options[unix: string to append to sendmail command
13189: line]
13190:
13191: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13192: tests/todo.txt: ^table.save[... $.separator[^#09]
13193: $.encloser["] <nothing> by default
13194:
13195: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13196: !$.separator[^#09] !$.encloser["] <nothing> by
13197: default
13198:
13199: 2003-11-03 paf
13200:
13201: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13202: ^table::load[; options: !$.column-separator[^#09]
13203: !$.column-encloser["]
13204:
13205: * operators.txt, src/include/pa_config_fixed.h,
13206: src/types/pa_vrequest.C: $request:document-root
13207:
13208: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13209: [already included into uri=xxx]
13210:
13211: * operators.txt, src/classes/image.C, tests/todo.txt:
13212: ^image.gif[filename] for $response:download
13213:
13214: * src/classes/date.C: minor precaution
13215:
13216: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13217: !^date.unix-timestamp[]
13218:
13219: 2003-10-30 paf
13220:
13221: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13222: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13223:
13224: * src/classes/: date.C, image.C: improvement diagnostics:
13225: $now[^date::create[$undefined]] now is error
13226:
13227: * src/main/pa_common.C: read errors would now be reported 'actually
13228: read -1 bytes'
13229:
13230: 2003-10-24 paf
13231:
13232: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13233: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13234: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13235: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13236:
13237: 2003-10-22 paf
13238:
13239: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13240:
13241: 2003-10-21 paf
13242:
13243: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13244: fixed: string.match[g] without <'> option produced columns with
13245: NULL's, which gpf'ed at table.save time
13246:
13247: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13248: recoursion' message with intensive throw-catches fixed: incorrect
13249: name and line (one name upper then needed) in error message about
13250: problems inside try block
13251:
13252: 2003-10-10 paf
13253:
13254: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13255: check offset argument for validity did that in String::Body::pos
13256: myself http://i2/tasks/edit/?id=4577425257580789777
13257:
13258: 2003-10-07 paf
13259:
13260: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13261: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13262:
13263: 2003-10-03 paf
13264:
13265: * parser3.sln, src/include/pa_dictionary.h,
13266: src/main/pa_dictionary.C, src/main/pa_string.C,
13267: src/targets/cgi/parser3.vcproj: dictionary optimized by
13268: precalculating cstr&length
13269:
13270: 2003-10-02 paf
13271:
13272: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13273: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13274: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13275: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13276:
13277: 2003-09-30 paf
13278:
13279: * src/main/pa_string.C: string::replace bug fix [were ignoring
13280: occurrances after lang-mismatched
13281:
13282: 2003-09-29 paf
13283:
13284: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13285: helper
13286:
13287: * src/main/pa_string.C: string::serialize bug fix with
13288: zero-terminator
13289:
13290: * src/classes/table.C: ^nameless_table.save column row now has no
13291: \t at the end
13292:
13293: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13294: @postprocess now takes $response:body/download
13295:
13296: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13297: error message
13298:
13299: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13300:
13301: * src/classes/table.C: bugfix: flip: must produce nameless
13302: http://i2/tasks/edit/?id=4573405524674081244
13303:
13304: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13305: main/helpers/simple_folding.pl: utf-8 upper/lower
13306:
13307: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13308: to typo error http://i2/tasks/edit/?id=4573354650786434584
13309:
13310: 2003-09-26 paf
13311:
13312: * src/main/untaint.C: removed needless field
13313:
13314: * src/main/untaint.C: removed needless const
13315:
13316: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13317: String.for_each bug fixed [omited one-char cases]
13318:
13319: * src/include/pa_stack.h: bugfix: before collecting garbage,
13320: runtime-executor stack were cleared... BADLY
13321:
13322: * src/main/pa_string.C: ^stirng.replace code used old
13323: param-convention on langs.append, fixed that search fo the like,
13324: found none
13325:
13326: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13327: string::serialize/deserialize implemented Language enum assigned
13328: meaningful letters [more convinient for debugging. read warning
13329: before adding/changing anything]
13330:
13331: 2003-09-25 paf
13332:
13333: * src/: include/pa_string.h, include/pa_version.h,
13334: main/pa_string.C, main/untaint.C: templates and anonymous unions
13335: differences on unix
13336:
13337: * parser3.sln, src/classes/file.C, src/classes/image.C,
13338: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13339: src/classes/xdoc.C, src/classes/xnode.C,
13340: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13341: src/include/pa_charsets.h, src/include/pa_common.h,
13342: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13343: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13344: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13345: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13346: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13347: src/main/compile_tools.h, src/main/pa_charset.C,
13348: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13349: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13350: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13351: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13352: src/types/pa_vmail.C, src/types/pa_vmath.C,
13353: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13354: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13355:
13356: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13357: functions aligned to that of eeparser3 look
13358:
13359: * src/lib/cord/cordprnt.c: removed warnings
13360:
13361: 2003-09-24 paf
13362:
13363: * src/: classes/file.C, classes/image.C, classes/mail.C,
13364: classes/op.C, classes/xdoc.C, classes/xnode.C,
13365: include/pa_cache_managers.h, include/pa_charset.h,
13366: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13367: include/pa_sql_driver_manager.h, include/pa_string.h,
13368: include/pa_stylesheet_manager.h, include/pa_table.h,
13369: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13370: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13371: main/pa_sql_driver_manager.C, main/pa_string.C,
13372: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13373: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13374: types/pa_vstateless_class.h, types/pa_vstatus.C,
13375: types/pa_vxnode.C: v() functions of String::Body,
13376: String::Languages and String itself StringBody->String::Body
13377:
13378: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13379: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13380: never optimized anything. todo: somehow speed up harder cases:
13381: concatenationA+concatenationB when last block of A and first of B
13382: contain same letters
13383:
13384: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13385: lib/cord/include/cord.h: langs: speed up by joining adjucent
13386: blocks of same char [CORD_append_block]
13387:
13388: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13389: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13390: save space by extending blocks when appending block with c ==
13391: lastblock.c
13392:
13393: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13394: working yet :( but more working &understood :)
13395:
13396: * src/: classes/table.C, include/pa_string.h,
13397: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13398:
13399: 2003-09-23 paf
13400:
13401: * src/main/untaint.C: $a[ok!] $a works!
13402:
13403: * src/main/untaint.C: something even more works :)
13404:
13405: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13406: something more works :)
13407:
13408: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13409: lib/cord/cordxtra.c: something already works :)
13410:
13411: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13412: serialize&deserialize
13413:
13414: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13415: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13416: main/untaint.C: main idea implemented, details left
13417:
13418: 2003-09-22 paf
13419:
13420: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13421:
13422: * src/classes/xnode.C: copy/paste comment bugfix
13423:
13424: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13425: allocator returns 0, just die.
13426: http://i2/tasks/edit/?id=4570798492410259445
13427:
13428: * src/classes/xdoc.C: copy/paste comment bugfix
13429:
13430: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13431: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13432: xnode: getAttributeNS setAttributeNS removeAttributeNS
13433: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13434:
13435: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13436: chars due to bitwise operation signed-char error]
13437:
13438: 2003-09-19 paf
13439:
13440: * src/types/pa_wcontext.C: output message: more practical
13441: suggestion
13442:
13443: * src/main/pa_common.C, operators.txt: merged
13444: $f[^file::load[binary;http://...]] $f.tables
13445:
13446: 2003-09-02 paf
13447:
13448: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13449: flush stdout without referencing 'stdout' symbol. to hell with
13450: non-ansi libraries without 'stdout' symbol
13451:
13452: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13453: unix (users reported problems with some old libc)
13454:
13455: * src/types/pa_vdate.h: forgot initializer
13456:
13457: 2003-09-01 paf
13458:
13459: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13460: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13461: zone]
13462:
13463: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13464:
13465: 2003-08-19 paf
13466:
13467: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13468: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13469: simplified a little
13470:
13471: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13472: [lost fix from 3.0.8]
13473:
13474: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13475: visible here }
13476:
13477: bug fix
13478:
13479: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13480:
13481: * src/main/compile.tab.C: initialized couple of variables about
13482: which user reported runtime problems when parser were compiled
13483: with VC7, warning level4. study shows that later in bison
13484: they've fixed that. would migrate to latest bison someday
13485:
13486: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13487: recoding headers)
13488:
13489: * src/types/pa_vmail.C: works as before, same charset problems:
13490: gmime recodes to UTF-8 only headers, not body. so not recoding
13491: anything for now
13492:
13493: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13494: problems with body
13495:
13496: * src/types/pa_vmail.C: mail_receive just compiled
13497:
13498: 2003-08-18 paf
13499:
13500: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13501: main/main.vcproj, types/types.vcproj: win32: continued process
13502: detaching from \parser3project directory
13503:
13504: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13505: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13506: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13507: src/lib/pcre/pcre_dftables.dsp,
13508: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13509: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13510: src/types/types.dsp: moved to MSVC 7
13511:
13512: * gnu.vcproj.vspscc, parser3.vssscc,
13513: src/classes/classes.vcproj.vspscc,
13514: src/lib/cord/cord.vcproj.vspscc,
13515: src/lib/ltdl/libltdl.vcproj.vspscc,
13516: src/lib/md5/md5.vcproj.vspscc,
13517: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13518: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13519: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13520: src/targets/isapi/parser3isapi.vcproj.vspscc,
13521: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13522: moved to MSVC 7
13523:
13524: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13525: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13526: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13527: src/lib/pcre/pcre_dftables.vcproj,
13528: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13529: src/targets/cgi/parser3.vcproj,
13530: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13531: new VS project files
13532:
13533: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13534: .NET to detect Jalindi Igloo capabilities.
13535:
13536: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13537: src/classes/classes.awk, src/doc/footer.htm,
13538: src/include/pa_config_fixed.h, src/include/pa_version.h,
13539: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13540: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13541: src/types/pa_vmail.C: merged 3.1.0 latest changes
13542:
13543: 2003-08-15 paf
13544:
13545: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13546: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13547:
13548: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13549: non-ascii <yyy> now encoded correctly
13550:
13551: 2003-07-29 paf
13552:
1.116 moko 13553: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13554: dist
1.95 moko 13555:
13556: * src/types/pa_vmail.C: just started --with-mail-receive
13557:
13558: 2003-07-28 paf
13559:
1.116 moko 13560: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13561: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13562:
13563: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13564:
13565: 2003-07-25 paf
13566:
13567: * src/doc/footer.htm: year
13568:
13569: 2003-07-24 paf
13570:
13571: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13572: fix
13573:
13574: * src/include/pa_version.h: release
13575:
1.116 moko 13576: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13577:
13578: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13579: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13580: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13581: getting rid of win32xml pseudo project
13582:
13583: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13584:
1.116 moko 13585: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13586: configure.in, operators.txt, parser3.dsw,
1.95 moko 13587: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13588: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13589: src/classes/classes.C, src/classes/classes.awk,
13590: src/classes/classes.dsp, src/classes/classes.h,
13591: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13592: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13593: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13594: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13595: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13596: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13597: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13598: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13599: src/include/pa_array.h, src/include/pa_cache_managers.h,
13600: src/include/pa_charset.h, src/include/pa_charsets.h,
13601: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13602: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13603: src/include/pa_dictionary.h, src/include/pa_dir.h,
13604: src/include/pa_exception.h, src/include/pa_exec.h,
13605: src/include/pa_globals.h, src/include/pa_hash.h,
13606: src/include/pa_memory.h, src/include/pa_opcode.h,
13607: src/include/pa_operation.h, src/include/pa_pool.h,
13608: src/include/pa_pragma_pack_begin.h,
1.95 moko 13609: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13610: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13611: src/include/pa_sapi.h, src/include/pa_socks.h,
13612: src/include/pa_sql_connection.h,
13613: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13614: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13615: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13616: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13617: src/include/pa_uue.h, src/lib/Makefile.am,
13618: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13619: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13620: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13621: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13622: src/lib/cord/include/ec.h,
13623: src/lib/cord/include/private/Makefile.am,
13624: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13625: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13626: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13627: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13628: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13629: src/main/compile_tools.C, src/main/compile_tools.h,
13630: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13631: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13632: src/main/pa_charsets.C, src/main/pa_common.C,
13633: src/main/pa_dictionary.C, src/main/pa_dir.C,
13634: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13635: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13636: src/main/pa_request.C, src/main/pa_socks.C,
13637: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13638: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13639: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13640: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13641: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13642: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13643: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13644: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13645: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13646: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13647: src/targets/isapi/parser3isapi.dsp,
13648: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13649: src/types/pa_junction.h, src/types/pa_method.h,
13650: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13651: src/types/pa_vclass.C, src/types/pa_vclass.h,
13652: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13653: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13654: src/types/pa_vdouble.h, src/types/pa_venv.h,
13655: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13656: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13657: src/types/pa_vimage.C, src/types/pa_vimage.h,
13658: src/types/pa_vint.h, src/types/pa_vjunction.h,
13659: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13660: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13661: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13662: src/types/pa_vobject.C, src/types/pa_vobject.h,
13663: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13664: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13665: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13666: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13667: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13668: src/types/pa_vstring.h, src/types/pa_vtable.C,
13669: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13670: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13671: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13672: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13673: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13674: HEAD
13675:
13676: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13677: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13678: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13679: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13680: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13681: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13682: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13683: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13684: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13685: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13686: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13687: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13688: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13689: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13690: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13691: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13692: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13693: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13694: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13695: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13696: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13697: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13698: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13699: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13700: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13701: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13702: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13703: outputs/create-dir, results/001.processed, results/002.processed,
13704: results/003.processed, results/004.processed,
13705: results/005.processed, results/006.processed,
13706: results/007.processed, results/008.processed,
13707: results/009.processed, results/010.processed,
13708: results/011.processed, results/012.processed,
13709: results/013.processed, results/014.processed,
13710: results/015.processed, results/016.processed,
13711: results/017.processed, results/018.processed,
13712: results/019.processed, results/020.processed,
13713: results/021.processed, results/022.processed,
13714: results/023.processed, results/024.processed,
13715: results/025.processed, results/026.processed,
13716: results/027.processed, results/028.processed,
13717: results/029.processed, results/030.processed,
13718: results/031.processed, results/032.processed,
13719: results/033.processed, results/034.processed,
13720: results/035.processed, results/036.processed,
13721: results/037.processed, results/038.processed,
13722: results/039.processed, results/040.processed,
13723: results/041.processed, results/042.processed,
13724: results/043.processed, results/044.processed,
13725: results/045.processed, results/046.processed,
13726: results/047.processed, results/048.processed,
13727: results/049.processed, results/050.processed,
13728: results/051.processed, results/052.processed,
13729: results/053.processed, results/054.processed,
13730: results/055.processed, results/056.processed,
13731: results/057.processed, results/058.processed,
13732: results/059.processed, results/060.processed,
13733: results/061.processed, results/062.processed,
13734: results/063.processed, results/064.processed,
13735: results/065.processed, results/066.processed,
13736: results/067.processed, results/068.processed,
13737: results/069.processed, results/070.processed,
13738: results/071.processed, results/072.processed,
13739: results/073.processed, results/074.processed,
13740: results/075.processed, results/076.processed,
13741: results/077.processed, results/078.processed,
13742: results/079.processed, results/080.processed,
13743: results/081.processed, results/082.processed,
13744: results/083.processed, results/084.processed,
13745: results/085.processed, results/086.processed,
13746: results/087.processed, results/088.processed,
13747: results/089.processed, results/090.processed,
13748: results/091.processed, results/092.processed,
13749: results/093.processed, results/094.processed,
13750: results/095.processed, results/096.processed,
13751: results/097.processed, results/098.processed,
13752: results/099.processed, results/100.processed,
13753: results/101.processed, results/102.processed,
13754: results/103.processed, results/104.processed,
13755: results/105.processed, results/106.processed,
13756: results/107.processed, results/108.processed,
13757: results/109.processed, results/110.processed,
13758: results/111.processed, results/112.processed,
13759: results/113.processed, results/114.processed,
13760: results/115.processed, results/116.processed,
13761: results/117.processed, results/118.processed,
13762: results/119.processed, results/120.processed,
13763: results/121.processed, results/122.processed,
13764: results/123.processed, results/124.processed,
13765: results/125.processed, results/126.processed,
13766: results/127.processed, results/128.processed,
13767: results/129.processed, results/130.processed,
13768: results/131.processed, results/132.processed,
13769: results/133.processed, results/134.processed,
13770: results/135.processed, results/136.processed,
13771: results/137.processed, results/138.processed,
13772: results/139.processed, results/140.processed,
13773: results/141.processed: merged(copied) to HEAD from template_gc
13774:
13775: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13776: towards \parser3project not having to be in root
13777:
13778: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13779: module compiled [were minor unnecessary changes in lib/md5
13780: interface]
13781:
13782: * src/include/pa_version.h: release
13783:
13784: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13785:
13786: * src/classes/math.C: merged uuid bugfix
13787:
13788: * tests/: 141.html, results/141.processed: fixed bug with
13789: too-small-a-buffer
13790:
13791: * src/classes/math.C: uuid bugfix
13792:
13793: * tests/: 141.html, Makefile, results/005.processed,
13794: results/030.processed, results/075.processed,
13795: results/078.processed: to reflect date format change (were -
13796: become ' ')
13797:
13798: * src/classes/math.C: uuid bugfix
13799:
13800: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13801: debug/release changes
13802:
13803: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13804:
13805: 2003-07-23 paf
13806:
13807: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13808: renamed a little [to move to comman naming conv]
13809:
1.116 moko 13810: * src/targets/Makefile.am: apache13 splitted to simplify apache
13811: build
1.95 moko 13812:
13813: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13814: main/pa_request.C, main/pa_sql_driver_manager.C,
13815: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13816: stack top_index() fixed
13817:
13818: * src/main/pa_globals.C: minor style changes
13819:
13820: * src/: classes/op.C, include/pa_sql_connection.h: connection
13821: closing/caching fixed [connections were not closed/put to cache]
13822:
13823: 2003-07-22 paf
13824:
13825: * INSTALL: gc part updated stightly
13826:
13827: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13828: new sapi interface
13829:
13830: * src/classes/file.C: comment on OS
13831:
13832: * src/main/pa_string.C: removed reduntant invariant check [there is
13833: one deeper in cord lib]
13834:
13835: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13836:
13837: * src/main/pa_memory.C: out of memory is no longer coredump
13838:
13839: * INSTALL: disable-threads adviced
13840:
13841: 2003-07-21 paf
13842:
1.116 moko 13843: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13844:
13845: * src/classes/file.C: file::exec/cgi environment variables now must
13846: be UPPERCASE and A-Z 0-9 _-
13847:
13848: * src/classes/file.C: env passing fixed
13849:
13850: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13851:
13852: * src/main/pa_common.C: http:// CRLF now
13853:
13854: 2003-07-02 paf
13855:
13856: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13857: fields to reflect their real meaning
13858:
13859: 2003-06-27 paf
13860:
13861: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13862: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13863: file::exec/cgi .charset
13864:
13865: 2003-06-26 paf
13866:
13867: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13868: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13869: src/classes/table.C: fixed several uninitialized local
13870: structures. notably ^hash.foreach now inserts delimiters
13871: properly [were inserting it before first body]
13872:
13873: 2003-06-24 paf
13874:
13875: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13876:
13877: 2003-06-20 paf
13878:
13879: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13880: src/main/pa_globals.C: introducing
13881: $f[^file::load[binary;http://...]] $f.tables
13882:
13883: 2003-06-06 paf
13884:
13885: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13886: table. [were method lookup: inconsistent]
13887:
13888: 2003-06-02 paf
13889:
13890: * src/include/pa_memory.h: empty string clone fixed to return
13891: writable memory
13892:
13893: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13894: were not appended] which violated string invariant
13895:
13896: 2003-05-30 paf
13897:
13898: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13899: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13900:
13901: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13902: GMT ; RFC 822, updated by RFC 1123
13903:
13904: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13905: targets/isapi/parser3isapi.C: initialized request_info properly
13906:
13907: * src/classes/xnode.C: found minor bug, commended for future
13908:
13909: 2003-05-28 paf
13910:
13911: * src/classes/form.C: request_info.content_length can't be <0,
13912: size_t for some time
13913:
13914: 2003-05-26 paf
13915:
13916: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13917: forgotten <0 changed to !=STRING_NOT_FOUND
13918:
13919: * src/classes/math.C: merged ffffu from HEAD
13920:
13921: 2003-05-11 paf
13922:
13923: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13924:
13925: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13926: premature doc free. transformed document had xmlDoc reference
13927: stored to non-gc-memory (libgdome) added holding-reference
13928:
13929: 2003-04-29 paf
13930:
13931: * src/main/pa_globals.C: started digging on double free. on win32
13932: found that that's perfectly normal.
13933:
13934: 2003-04-25 paf
13935:
13936: * src/classes/table.C: table.join bug fix [bad limit check]
13937:
13938: * src/classes/math.C: merged from HEAD: simpiler hash_string
13939:
13940: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13941: print anything. changed to quicker and simplier code
13942:
13943: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13944: strict a check]
13945:
13946: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13947:
13948: 2003-04-24 paf
13949:
13950: * src/include/pa_table.h: too strict assert loosened
13951:
13952: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13953: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13954: report
13955:
13956: 2003-04-21 paf
13957:
1.116 moko 13958: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13959:
13960: * src/main/pa_globals.C: pcre memory management changed to use GC
13961: memory
13962:
13963: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13964: xmlMallocAtomic [author agreed to my suggestion], used that
13965:
13966: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13967:
13968: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13969: types/pa_vmail.C: attributed_meaning_to_string added
13970: L_UNSPECIFIED piece which was sortof OK, but violated string
13971: invariant [assertion barked on that] changed to L_PASS_APPEND,
13972: made that param obligatory
13973:
13974: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13975: fixed [assert helped]
13976:
13977: * src/include/pa_string.h: assert added [looking for bug]
13978:
13979: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13980: names on Win32 considered disk-global
13981:
13982: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13983: considered disk-global
13984:
13985: 2003-04-18 paf
13986:
13987: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13988: filenames
13989:
13990: * src/main/untaint.C: enabled '~' letter in filenames
13991:
13992: 2003-04-16 paf
13993:
13994: * src/classes/file.C: small bug introduced in autoptr times fixed
13995:
13996: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13997: HEAD
13998:
1.116 moko 13999: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14000:
14001: 2003-04-15 paf
14002:
14003: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14004: src/lib/md5/pa_md5c.c, tests/141.html,
14005: tests/results/141.processed: merged from head ^math:uuid[]
14006: ^math:uid64[] ^math:md5[string]
14007:
14008: test added: 141.html
14009:
14010: * operators.txt, src/classes/math.C: ^math:uid64[]
14011:
14012: * src/classes/math.C: ^math:uuid[]
14013:
14014: * operators.txt, src/classes/math.C: ^math:uuid[]
14015:
14016: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14017: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14018:
14019: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14020: src/include/pa_config_fixed.h, src/main/pa_common.C:
14021: ^file::load[mode;name; $.offset $.limit
14022:
14023: 2003-04-14 paf
14024:
14025: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14026: started ^math:md5
14027:
14028: * src/classes/table.C, src/include/pa_array.h,
14029: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14030: tests/results/140.processed: table $.reverse option works in
14031: create&co table $.distinct[tables] bug fix merged
14032:
14033: * src/: classes/table.C, include/pa_table.h: table
14034: $.distinct[tables] bug fixed
14035:
14036: * src/classes/table.C: more warnings
14037:
14038: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14039: removed checks in table::set_current, moved them back to
14040: table::locate implemented table::create/join ñ $.reverse
14041:
14042: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14043: removed checks in table::set_current, moved them back to
14044: table::locate
14045:
14046: 2003-04-11 paf
14047:
14048: * operators.txt, src/classes/date.C, src/classes/table.C,
14049: src/include/pa_array.h, src/include/pa_common.h,
14050: src/include/pa_config_includes.h, src/include/pa_string.h,
14051: src/include/pa_table.h, src/main/pa_request.C,
14052: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14053: src/main/pa_table.C: merged from HEAD from
14054: before_append_array_limit_sense_change to
14055: after_append_array_limit_sense_change
14056:
14057: * src/classes/table.C: typo
14058:
14059: * operators.txt, src/classes/date.C, src/classes/table.C,
14060: src/include/pa_array.h, src/include/pa_common.h,
14061: src/include/pa_config_includes.h, src/include/pa_globals.h,
14062: src/include/pa_table.h, src/main/pa_array.C,
14063: src/main/pa_globals.C, src/main/pa_request.C,
14064: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14065: src/main/pa_table.C: append_array_limit_sense_change locate
14066: accepts options same as create new option: $.reverse(1) [do not
14067: work in table::create]
14068:
14069: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14070: (stat xxx,
14071:
14072: * src/classes/: table.C: typo
14073:
14074: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14075: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14076: results/130.processed, results/131.processed,
14077: results/132.processed, results/133.processed,
14078: results/134.processed, results/135.processed,
14079: results/136.processed, results/137.processed,
14080: results/138.processed, results/139.processed: added few mustfail
14081: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14082: date/time 132.html mustfail: access to junction outside of
14083: context 133.html mustfail: access to junction outside of context,
14084: case version 134.html mustfail: hash: adding a key inside of
14085: foreach 135.html mustfail: modifying system class 136.html
14086: mustfail: $.name outside of $hash[here] 137.html mustfail:
14087: appendChild without import 138.html mustfail: invalid encoding
14088: inside of xml 139.html mustfail: bad XPath
14089:
14090: * operators.txt, src/classes/table.C, tests/084.html,
14091: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14092: tests/129.html, tests/results/125.processed,
14093: tests/results/126.processed, tests/results/127.processed,
14094: tests/results/128.processed, tests/results/129.processed: merged
14095: from HEAD ^table.hash[key][$.distinct[tables]]
14096:
14097: maked appropriate tests [changed one old nonconforming]
14098:
14099: * operators.txt, src/classes/table.C:
14100: ^table.hash[key][$.distinct[tables]]
14101:
14102: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14103: merged fix for found very old xml (dom) bug: were passing
14104: domString objects and later ERROREOUSLY freed them
14105:
14106: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14107: src/main/pa_charset.C: re-added libgdome patch. regretfully
14108: libgdome bug can not be worked around
14109:
14110: 2003-04-10 paf
14111:
14112: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14113: found very old xml (dom) bug: were passing domString objects and
14114: later ERROREOUSLY freed them
14115:
14116: * src/doc/string.dox, src/include/pa_memory.h,
14117: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14118: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14119: tests/123.html, tests/124.html, tests/results/001.processed,
14120: tests/results/002.processed, tests/results/003.processed,
14121: tests/results/004.processed, tests/results/005.processed,
14122: tests/results/006.processed, tests/results/008.processed,
14123: tests/results/009.processed, tests/results/010.processed,
14124: tests/results/011.processed, tests/results/012.processed,
14125: tests/results/013.processed, tests/results/014.processed,
14126: tests/results/015.processed, tests/results/016.processed,
14127: tests/results/017.processed, tests/results/018.processed,
14128: tests/results/020.processed, tests/results/021.processed,
14129: tests/results/022.processed, tests/results/023.processed,
14130: tests/results/024.processed, tests/results/025.processed,
14131: tests/results/026.processed, tests/results/027.processed,
14132: tests/results/028.processed, tests/results/029.processed,
14133: tests/results/030.processed, tests/results/031.processed,
14134: tests/results/032.processed, tests/results/033.processed,
14135: tests/results/034.processed, tests/results/035.processed,
14136: tests/results/036.processed, tests/results/037.processed,
14137: tests/results/038.processed, tests/results/039.processed,
14138: tests/results/040.processed, tests/results/041.processed,
14139: tests/results/042.processed, tests/results/043.processed,
14140: tests/results/044.processed, tests/results/045.processed,
14141: tests/results/046.processed, tests/results/047.processed,
14142: tests/results/048.processed, tests/results/049.processed,
14143: tests/results/050.processed, tests/results/051.processed,
14144: tests/results/052.processed, tests/results/053.processed,
14145: tests/results/054.processed, tests/results/055.processed,
14146: tests/results/056.processed, tests/results/057.processed,
14147: tests/results/058.processed, tests/results/059.processed,
14148: tests/results/060.processed, tests/results/061.processed,
14149: tests/results/062.processed, tests/results/063.processed,
14150: tests/results/064.processed, tests/results/065.processed,
14151: tests/results/066.processed, tests/results/067.processed,
14152: tests/results/068.processed, tests/results/069.processed,
14153: tests/results/070.processed, tests/results/071.processed,
14154: tests/results/072.processed, tests/results/073.processed,
14155: tests/results/074.processed, tests/results/075.processed,
14156: tests/results/076.processed, tests/results/077.processed,
14157: tests/results/078.processed, tests/results/079.processed,
14158: tests/results/080.processed, tests/results/081.processed,
14159: tests/results/082.processed, tests/results/083.processed,
14160: tests/results/084.processed, tests/results/085.processed,
14161: tests/results/086.processed, tests/results/087.processed,
14162: tests/results/088.processed, tests/results/089.processed,
14163: tests/results/090.processed, tests/results/091.processed,
14164: tests/results/092.processed, tests/results/093.processed,
14165: tests/results/094.processed, tests/results/095.processed,
14166: tests/results/096.processed, tests/results/097.processed,
14167: tests/results/101.processed, tests/results/102.processed,
14168: tests/results/104.processed, tests/results/105.processed,
14169: tests/results/106.processed, tests/results/107.processed,
14170: tests/results/108.processed, tests/results/109.processed,
14171: tests/results/110.processed, tests/results/111.processed,
14172: tests/results/112.processed, tests/results/113.processed,
14173: tests/results/114.processed, tests/results/115.processed,
14174: tests/results/116.processed, tests/results/117.processed,
14175: tests/results/118.processed, tests/results/119.processed,
14176: tests/results/120.processed, tests/results/121.processed,
14177: tests/results/122.processed, tests/results/123.processed,
14178: tests/results/124.processed: new convention: char* never 0.
14179: assert in cord on that
14180:
14181: * src/main/pa_charset.C: couple more asserts
14182:
14183: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14184: speedup
14185:
14186: * src/main/pa_charset.C: couple assertions on fantastic situations
14187: added [may be those is the case now?]
14188:
14189: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14190: that's memory from gc_malloc, not from g_malloc :(, but would
14191: hope]
14192:
14193: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14194: that's memory from gc_malloc, not from g_malloc :(, but would
14195: hope]
14196:
14197: * src/main/pa_charset.C: checked custom malloc for returning 0
14198:
14199: 2003-04-09 paf
14200:
14201: * src/classes/date.C: merged ^date.roll changes
14202:
14203: * src/classes/date.C: ^date.roll bug fix
14204:
14205: * src/classes/date.C: ^date.roll now throws less errors: month
14206: shifts handles end of month situation by reducing day number
14207: hour-hole shift reduces hour to recover
14208:
14209: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14210: Sort by function time
14211:
14212: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14213: http:// $.charset[] param done
14214:
14215: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14216: added [after volatile fix. passes on win&intel-solaris]
14217:
14218: 2003-04-08 paf
14219:
14220: * src/: classes/file.C, classes/op.C, classes/table.C,
14221: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14222: include/pa_common.h, include/pa_request_charsets.h,
14223: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14224: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14225: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14226: types/pa_vresponse.C: started http:// $.charset[] param and
14227: http response charset detection just compiled. todo:test
14228:
14229: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14230:
14231: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14232: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14233: types/pa_vmail.C: changed transcode param converntion along with
14234: string creating convention -- all strings are zero-terminated,
14235: this allowed to fix one remaining String("123", 2) case
14236:
14237: * src/: classes/date.C, classes/file.C, classes/hash.C,
14238: classes/op.C, classes/string.C, classes/table.C,
14239: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14240: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14241: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14242: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14243: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14244: violated String::invariant. started fixing [not compiled now]
14245:
14246: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14247: main/compile.tab.C, main/compile.y, main/pa_string.C,
14248: main/untaint.C, targets/cgi/parser3.C: number of string style
14249: improvements & optimizations
14250:
14251: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14252: :(]
14253:
14254: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14255: [for it's a pointer really]
14256:
14257: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14258: 'n' param. worked that around
14259:
14260: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14261: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14262: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14263: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14264: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14265:
14266: Thanks for the bug report and patch.
14267:
14268: I hadn't looked at this code in a while. Reading it now, it
14269: seems to me that the tests should also be ">= MAX_DEPTH" to
14270: comply with the invariant, though that may not matter a lot. I
14271: changed that, too.
14272:
14273: Hans
14274:
14275: 2003-04-07 paf
14276:
14277: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14278: merged from head:safe mode error message now includes numbers
14279:
14280: * src/main/execute.C: n-th attempt to make a=a work with double.
14281: problem: as_double returns it's result in fp-register compiler
14282: optimizes access to that register after b->as_double, and just
14283: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14284: from memory. _SAME_ double values do not match here. when
14285: forced to REload fp-register, values do match.
14286:
14287: tried to make them volatile.
14288:
14289: * src/main/execute.C: n-th attempt to make a=a work with double.
14290: problem: as_double returns it's result in fp-register compiler
14291: optimizes access to that register after b->as_double, and just
14292: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14293: from memory. _SAME_ double values do not match here. when
14294: forced to REload fp-register, values do match.
14295:
14296: tried to make them volatile.
14297:
14298: * src/types/pa_vobject.h: small style change
14299:
14300: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14301:
14302: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14303: mode error message now includes numbers
14304:
14305: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14306: now causes death
14307:
14308: 2003-04-04 paf
14309:
14310: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14311: incorportated pa_exec patch by From: "Victor Fedoseev"
14312: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14313: Sent: Thursday, January 23, 2003 9:14 AM
14314:
14315: huge speedup on ^file::cgi with big result
14316:
14317: * src/classes/table.C: sort table with 0 rows bug fixed
14318:
14319: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14320: fix http://i2/tasks/edit/?id=4493701604654042676
14321:
14322: @main[] $with_default[ $.a[1] $._default[default from
14323: with_default] ] ^show[$with_default]
14324:
14325: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14326: =$to_add_to.xxx=<br>
14327:
14328: ^show[$to_add_to]
14329:
14330: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14331: ^show[$cloned]
14332:
14333: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14334:
14335: } <hr>
14336:
14337: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14338: 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/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14356: http://i2/tasks/edit/?id=4507350336410850921
14357:
14358: * src/classes/xdoc.C: memory allocation func bugfix
14359: http://i2/tasks/edit/?id=4499303470368629745
14360:
14361: * src/classes/math.C: allowed random 1...
14362:
14363: * src/classes/math.C: allowed random 0..
14364:
14365: * src/main/pa_globals.C: exif mem leak
14366: http://i2/tasks/edit/?id=4480590323629807263
14367:
14368: * src/: classes/classes.dsp, main/main.dsp,
14369: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14370: fix http://i2/tasks/edit/?id=4493946731322521294
14371: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14372:
14373: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14374: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14375: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14376: links to xml libs made relative, no need to unpack parser3project
14377: to /parser3project.
14378:
14379: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14380: column more precise - tab handling bug fixed
14381:
14382: * src/main/: compile.tab.C, compile.y: more understandable error
14383: message in case @CLASS with more then one line inside
14384:
14385: * src/targets/cgi/parser3.C: more understandable error message in
14386: case of errors in @unhandled_exception
14387:
14388: 2003-04-03 paf
14389:
14390: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14391: src/main/compile.tab.C, src/main/compile.y,
14392: src/main/compile_tools.C, src/main/compile_tools.h,
14393: src/main/execute.C, src/main/pa_request.C: debug info format
14394: simplified, now it's: OP_VALUE Operation::Origin << here value*
14395:
14396: higher limits: file number (max: 255) line number (max:
14397: 64535) column number (max: 255)
14398:
14399: * src/classes/math.C: top limit
14400:
14401: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14402: precise parse error position in case of
14403:
14404: ^bug ]
14405:
14406: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14407: changed to realities, and passed [bug fixed]
14408:
14409: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14410: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14411: main/compile_tools.h, main/pa_request.C: introducing
14412: ^process...[main-method-alias]
14413:
14414: * src/: classes/date.C, classes/image.C, classes/op.C,
14415: classes/string.C, classes/table.C, classes/xdoc.C,
14416: types/pa_vmethod_frame.h: MethodParams& now [methods without
14417: params receive zero reference, but they are expected not to look
14418: there]
14419:
14420: * operators.txt, src/classes/date.C, src/classes/double.C,
14421: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14422: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14423: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14424: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14425: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14426: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14427: [methods without params receive zero reference, but they are
14428: expected not to look there]
14429:
14430: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14431: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14432: ^process...[filename] useful for better error reporting
14433: [file/line/col]
14434:
14435: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14436: types/pa_vstring.h: slightly improved error messages text: 1. is
14437: '%s', it 2. method undefined in case of ^void[]
14438:
14439: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14440: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14441: handling done. now we have error columns todo: test it
14442:
14443: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14444: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14445:
14446: this makes life easier: were: bad stack order -- were in
14447: exception catch unwind order, which didn't match execution order
14448:
14449: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14450:
14451: @first[] ^throw[a;1]
14452:
14453: showed throw a first throw b try
14454:
14455: which is no good
14456:
14457: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14458: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14459: trace reset after handled exception [old bug fixed]
14460:
14461: * src/main/: compile.tab.C, compile.y: parse position old bug
14462: fixed. position reporting made precise [both, in parse erros and
14463: runtime errors]
14464:
14465: 2003-04-02 paf
14466:
14467: * src/: include/pa_operation.h, include/pa_request.h,
14468: main/compile.C, main/compile.tab.C, main/compile.y,
14469: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14470: main/pa_exception.C, main/pa_request.C: debug info: started
14471: using. todo:complete
14472:
14473: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14474: main/compile.C, main/compile.tab.C, main/compile.y,
14475: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14476: main/pa_request.C: prepared debug info todo:use it
14477:
14478: * src/include/pa_operation.h: strange mistake fixed: forgot to
14479: return Operation class->union after switching from autoptrs.
14480:
14481: * tests/: Makefile, results/108.processed, results/117.processed:
14482: meta considered OK [it's up to coder now to remove it not needed]
14483:
14484: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14485: Dictionary constructor when moved to gc]
14486:
14487: * src/main/pa_common.C: uncommented http:// file loading
14488:
14489: * src/include/pa_array.h, src/main/execute.C,
14490: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14491: fix [gdGrowingBuf]
14492:
14493: * configure.in, src/lib/Makefile.am: removed patches
14494:
14495: * configure, src/include/pa_config_auto.h.in,
14496: src/main/pa_charset.C: --enable-assertions autoconf-ed
14497:
14498: * src/main/pa_common.C: uncommented http:// file loading
14499:
14500: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14501: xdoc::create/load
14502:
14503: * src/: classes/form.C, classes/hash.C, classes/image.C,
14504: classes/string.C, classes/table.C, classes/void.C,
14505: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14506: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14507: String::String(str,helper_length) are checked. found/fixed one
14508: place: $request:body now zero-terminated,
14509:
14510: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14511: main/compile_tools.C, main/execute.C, types/pa_value.h,
14512: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14513: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14514: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14515: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14516: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14517: types/pa_vxnode.h: more locally scoped vars in execute (more
14518: easily optimizable)
14519:
14520: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14521: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14522:
14523: * src/: include/pa_array.h, include/pa_stack.h,
14524: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14525: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14526: become assertion iterator in methodframe filler
14527:
14528: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14529: targets/cgi/parser3.C: array::get/put inlined
14530:
14531: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14532: gc_substitute_memory_management_functions +installed CORD_oom
14533: function
14534:
14535: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14536: src/include/pa_config_includes.h, src/include/pa_string.h,
14537: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14538: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14539: assertions started configure.in --enable-assertions
14540:
14541: 2003-04-01 paf
14542:
14543: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14544: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14545: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14546: gdome uses glib memory, and stores last pointer to xmlDoc there,
14547: gc misses that and collects valid memory fixed by remembering
14548: xmlDoc from dom object in xdoc. todo: do something with
14549: premature free of xdoc with xnodes/node values referring into it
14550:
14551: * src/classes/: mail.C: typo fix
14552:
14553: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14554: changes
14555:
14556: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14557: main/pa_memory.C: moved memory debugging to global level: to
14558: pa_gc_malloc
14559:
14560: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14561: debugging showed no errors. todo: debug parser memory
14562:
14563: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14564: configurations
14565:
14566: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14567: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14568: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14569: types/types.dsp: prepared xml-static configuration
14570:
14571: 2003-03-31 paf
14572:
14573: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14574: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14575: xml lib memory debugging, simple checks failed: it seems that
14576: library does realloc(bad ptr), and recording those ptrs in heap
14577: [for debugging] was bad: heap situation changes = everything
14578: works fine
14579:
14580: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14581: xmlRegisterCharEncodingHandler limitation [currently imposed
14582: limit of 10 user-defined charsets]
14583:
14584: 2003-03-28 paf
14585:
14586: * src/main/execute.C: execution stack copied to local register
14587: variable, removed lots [~2e7) of memory accesses
14588:
14589: 2003-03-27 paf
14590:
14591: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14592: works in debug, but fails in release todo: fix that
14593:
14594: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14595: targets/cgi/parser3.C: forgot to merge XML memory funcs
14596: replacement from gc branch
14597:
14598: * src/main/pa_exec.C: introducing append_help_length [radical
14599: improvement here]
14600:
14601: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14602: 'not recommened' in gc.h, on win32 noticed no difference]
14603:
14604: * src/include/pa_array.h: returned checked array get [were disabled
14605: for debugging] result:not slower [don't understand that, it were
14606: INLINED] todo: find out a way of inlining it!
14607:
14608: * src/: include/pa_string.h, lib/gc/include/gc.h,
14609: lib/gc/include/gc_fake.h, main/compile.tab.C,
14610: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14611: convention changed: all resulting strings are zero-terminated
14612:
14613: * src/: classes/date.C, classes/file.C, classes/hash.C,
14614: classes/string.C, classes/table.C, classes/void.C,
14615: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14616: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14617: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14618: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14619: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14620: types/pa_vfile.C, types/pa_vmail.C: introducing
14621: append_help_length [radical improvement here]
14622:
14623: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14624: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14625: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14626: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14627: even slower
14628:
14629: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14630: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14631: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14632: clients of &get(): most to use non-ref version, some[in tight
14633: places] to get_unchecked_ref
14634:
14635: * src/doc/memory.dox: forgot to add
14636:
14637: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14638: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14639: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14640: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14641: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14642: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14643: targets/cgi/parser3.dsp, types/pa_vmail.C,
14644: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14645: T>>&<< removed after Stack::pop wiping removed [moved to separate
14646: func] other Array & removed
14647:
14648: 2003-03-26 paf
14649:
14650: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14651: classes/table.C, include/pa_array.h, include/pa_charset.h,
14652: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14653: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14654: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14655: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14656: main/pa_exec.C, main/pa_sql_driver_manager.C,
14657: main/pa_stylesheet_manager.C, main/pa_table.C,
14658: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14659: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14660: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14661: pre-evaluated .count() in some places
14662:
14663: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14664: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14665: types/types.dsp: .dsp profiling updated
14666:
14667: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14668: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14669: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14670:
14671: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14672: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14673: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14674: use lib/gc,lib/cord
14675:
1.116 moko 14676: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14677: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14678: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14679: src/include/pa_config_includes.h, src/include/pa_request.h,
14680: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14681: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14682: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14683: src/lib/cord/include/Makefile.am,
1.116 moko 14684: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14685: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14686: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14687: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14688: src/types/pa_vform.h, src/types/pa_vhash.h,
14689: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14690: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14691: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14692: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14693: funcs ported pa_exec
1.95 moko 14694:
14695: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14696:
14697: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14698: bundled gc includes
14699:
14700: * src/: classes/op.C, include/pa_array.h,
14701: include/pa_sql_connection.h, include/pa_string.h,
14702: include/pa_version.h, main/compile.tab.C, main/compile.y,
14703: main/execute.C, main/pa_common.C, main/pa_exception.C,
14704: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14705: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14706: first real site (aval)]
14707:
14708: 2003-03-25 paf
14709:
14710: * operators.txt, src/main/pa_sql_driver_manager.C,
14711: src/types/pa_vstatus.C: $status.memory used free since_compact
14712: process
14713:
14714: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14715: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14716:
14717: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14718:
14719: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14720: src/types/pa_value.h, src/types/pa_vfile.h,
14721: src/types/pa_vobject.C, src/types/pa_vobject.h,
14722: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14723: tests/results/121.processed: untaint.C L_URI
14724:
14725: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14726: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14727: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14728: src/types/pa_vmemory.h: ^memory:compact[]
14729:
14730: * tests/results/109.processed: it was a bug in parser. updated 109
14731: test result
14732:
14733: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14734:
14735: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14736: tests/results/107.processed: fixed dom language [values are now
14737: considered tainted. it was a bug in parser. updated 107 test
14738: result
14739:
14740: * src/classes/xdoc.C: fixed transform params
14741:
14742: * src/: include/pa_stylesheet_manager.h,
14743: main/pa_stylesheet_manager.C: fixed stylesheet caching
14744:
14745: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14746: overloads for structure handling
14747:
14748: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14749: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14750: StringBody(0) ambiguilty, introducting static
14751: StringBody::Format(int)
14752:
14753: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14754: linked
14755:
14756: * src/types/pa_vxdoc.C: vxdoc compiled
14757:
14758: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14759: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14760: finalizers isntalled
14761:
14762: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14763: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14764: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14765: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14766: compiled todo: xnode.C / finalizers
14767:
14768: * src/doc/string.dox: updated: new string internals
14769:
14770: 2003-03-24 paf
14771:
14772: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14773: include/pa_charset.h, include/pa_config_fixed.h,
14774: include/pa_request.h, include/pa_stylesheet_connection.h,
14775: include/pa_stylesheet_manager.h, main/pa_charset.C,
14776: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14777: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14778: types/pa_vxnode.h: started XML
14779:
14780: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14781:
14782: * src/: classes/file.C, classes/image.C, classes/mail.C,
14783: include/pa_string.h, main/pa_common.C,
14784: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14785:
14786: * src/: classes/file.C, classes/image.C, classes/mail.C,
14787: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14788: main/pa_request.C, main/pa_sql_driver_manager.C,
14789: types/pa_vimage.h: size_t pos everywhere checks changed to check
14790: for eq STRING_NOT_FOUND
14791:
14792: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14793: optimize bit implemented
14794:
14795: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14796: String::ArrayFragment::append_positions fixed
14797:
14798: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14799: String::this_starts fixed
14800:
14801: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14802:
14803: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14804: hashcode implemented fully, including per-char callback [it can
14805: be - substr CORD node]
14806:
14807: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14808: rewritten to rewalloc with 100byte buf ahead
14809:
14810: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14811: src/include/pa_string.h, src/main/compile.tab.C,
14812: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14813: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14814: CORD_ec [bad] would rewrite as realloc now
14815:
14816: * src/: classes/date.C, classes/file.C, classes/form.C,
14817: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14818: include/pa_cache_managers.h, include/pa_charsets.h,
14819: include/pa_common.h, include/pa_request.h,
14820: include/pa_sql_driver_manager.h, include/pa_table.h,
14821: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14822: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14823: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14824: types/pa_vmail.C, types/pa_vmethod_frame.C,
14825: types/pa_vstateless_class.h: 2*2 worked :)
14826:
14827: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14828: src/include/pa_exec.h, src/include/pa_string.h,
14829: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14830: passed OK
14831:
14832: * src/: classes/hash.C, classes/string.C, classes/table.C,
14833: types/pa_value.C: all linked todo: debug
14834:
14835: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14836: types/pa_vstateless_class.C: all compiled. todo:link
14837:
14838: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14839:
14840: * src/types/pa_vtable.C: pa_vtable.C compiled
14841:
14842: * src/types/pa_vstring.C: pa_vstring.C compiled
14843:
14844: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14845:
14846: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14847: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14848: pa_vstateless_class.C, pa_vstateless_class.h:
14849: pa_vstateless_class.C compiled
14850:
14851: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14852: types/pa_vmath.C: pa_vmail.C compiled
14853:
14854: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14855:
14856: * src/types/pa_vform.C: pa_vform.C compiled
14857:
14858: * src/types/pa_vfile.C: pa_vfile.C compiled
14859:
14860: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14861: pa_vstateless_class.C: pa_vcookie.C compiled
14862:
14863: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14864: types/pa_vhash.h: pa_value.C compiled
14865:
14866: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14867: classes.lib main.lib compiled
14868:
14869: * src/classes/void.C: void.C compiled
14870:
14871: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14872: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14873: compiled
14874:
14875: * src/: classes/string.C, include/pa_request.h,
14876: include/pa_string.h, main/pa_string.C: string.C compiled
14877:
14878: * src/: classes/op.C, classes/string.C, classes/table.C,
14879: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14880: main/pa_request.C, main/pa_string.C: op.C compiled
14881:
14882: * src/classes/: math.C, op.C: math.C compiled
14883:
14884: * src/: classes/mail.C, classes/string.C, classes/table.C,
14885: types/pa_vmail.h: mail.C compiled
14886:
14887: * src/classes/: int.C, table.C: int.C compiled
14888:
14889: * src/: classes/hash.C, classes/image.C, classes/string.C,
14890: classes/table.C, include/pa_memory.h, include/pa_string.h,
14891: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14892: compiled
14893:
14894: * src/: classes/hash.C, classes/string.C, classes/table.C,
14895: classes/void.C, classes/xdoc.C, include/pa_request.h,
14896: include/pa_sql_connection.h: hash.C compiled
14897:
14898: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14899: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14900: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14901: classes/math.C, classes/op.C, classes/response.C,
14902: classes/string.C, classes/table.C, classes/void.C,
14903: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14904: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14905: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14906: file.C table.C compiled
14907:
14908: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14909: main/untaint.C: main.lib compiled
14910:
14911: 2003-03-21 paf
14912:
14913: * src/: classes/op.C, include/pa_cache_managers.h,
14914: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14915: include/pa_stylesheet_manager.h, main/pa_exception.C,
14916: main/pa_globals.C, main/pa_sql_driver_manager.C,
14917: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14918: compiled
14919:
14920: * src/: classes/hash.C, classes/image.C, classes/op.C,
14921: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14922: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14923: main/compile.C, main/pa_common.C, main/pa_request.C,
14924: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14925: pa_request.C compiled
14926:
14927: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14928: include/pa_request.h, main/execute.C, main/pa_request.C,
14929: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14930: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14931: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14932: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14933: compiled
14934:
14935: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14936: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14937: on unix
14938:
14939: * src/: include/pa_charset.h, include/pa_charsets.h,
14940: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14941: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14942: pa_charsets.C compiled
14943:
14944: * src/: classes/image.C, classes/mail.C, classes/op.C,
14945: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14946: main/compile.y, main/execute.C, main/pa_common.C,
14947: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14948: types/pa_vcode_frame.h, types/pa_vimage.h,
14949: types/pa_vmethod_frame.h: execute.C compiled
14950:
14951: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14952: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14953: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14954: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14955: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14956: include/pa_cache_managers.h, include/pa_charsets.h,
14957: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14958: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14959: include/pa_sql_driver_manager.h, include/pa_string.h,
14960: include/pa_stylesheet_connection.h,
14961: include/pa_stylesheet_manager.h, include/pa_table.h,
14962: main/compile.C, main/compile.tab.C, main/compile.y,
14963: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14964: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14965: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14966: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14967: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14968: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14969: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14970: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14971: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14972: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14973: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14974: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14975: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14976: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14977: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14978: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14979: types/pa_vresponse.h, types/pa_vstateless_class.C,
14980: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14981: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14982: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14983: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14984: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14985: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14986: [C++ CORD wrapper]
14987:
14988: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14989:
14990: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14991: $file::exec/cgi[script; $.charset[this is script's charset]
14992:
14993: command line, env values, input got transcoded before call
14994: stdout, stderr got transcoded after call
14995:
14996: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14997: by default. use: ^file::exec[...;$.stdin[$request.body]
14998:
14999: * src/main/pa_common.C: } typo bug fix
15000:
15001: * src/main/pa_common.C: } typo bug fix
15002:
15003: 2003-03-20 paf
15004:
15005: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15006: main/untaint.C: cord bug fix, but still errors todo: clear out
15007:
15008: * src/include/pa_string.h: more tests
15009:
15010: * src/main/pa_string.C: string.pos fixed
15011:
1.116 moko 15012: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15013: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15014: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15015: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15016: replaces
1.95 moko 15017:
15018: * src/: classes/image.C, include/pa_dictionary.h,
15019: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15020: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15021: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15022: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15023:
15024: * src/include/pa_string.h: warning
15025:
15026: * src/include/pa_string.h: this_starts fixed
15027:
15028: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15029: new String ctor & append params convention
15030:
15031: * src/: classes/file.C, classes/hash.C, classes/image.C,
15032: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15033: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15034: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15035: main/pa_exception.C, main/pa_exec.C,
15036: main/pa_sql_driver_manager.C, main/pa_string.C,
15037: main/pa_stylesheet_manager.C, main/untaint.C,
15038: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15039: types/pa_vmail.C: more tests OK
15040:
15041: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15042: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15043: gc/exit runned OK
15044:
15045: * src/types/pa_vmail.C: another naming problem: should not name
15046: vars like that: unpredictable close caused problems with later
15047: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15048: descriptors missing on startup: stdin; Bad file number
15049:
15050: todo: find out why so many filters(stream) here. probably wrong?
15051:
15052: * src/: include/pa_dictionary.h, include/pa_string.h,
15053: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15054: main/untaint.C: test compiled
15055:
15056: * src/: classes/image.C, classes/mail.C, classes/math.C,
15057: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15058: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15059: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15060: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15061: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15062: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15063: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15064: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15065: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15066:
15067: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15068: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15069: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15070: src/include/pa_memory.h, src/include/pa_request.h,
15071: src/include/pa_request_charsets.h,
15072: src/include/pa_sql_connection.h, src/include/pa_string.h,
15073: src/main/compile.tab.C, src/main/execute.C,
15074: src/main/pa_charset.C, src/main/pa_common.C,
15075: src/main/pa_exception.C, src/main/pa_exec.C,
15076: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15077: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15078: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15079: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15080: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15081: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15082: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15083: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15084: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15085: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15086: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15087: pa_common.C [done, without http for now]
15088:
15089: 2003-03-19 paf
15090:
15091: * src/: classes/date.C, classes/form.C, classes/hash.C,
15092: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15093: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15094: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15095: include/pa_string.h, include/pa_table.h, main/compile.C,
15096: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15097: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15098: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15099: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15100: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15101: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15102: types/pa_vstateless_class.h, types/pa_vtable.C,
15103: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15104: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15105: types/pa_wwrapper.h: started test
15106:
1.116 moko 15107: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15108: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15109:
15110: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15111: include/pa_string.h, main/pa_string.C: string compiled todo: test
15112: it
15113:
15114: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15115: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15116: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15117: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15118: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15119: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15120: types/pa_vmethod_frame.h, types/types.dsp: string
15121: reimplementation with cord+array<fragment>: 70%
15122:
15123: 2003-03-18 paf
15124:
15125: * src/: classes/date.C, classes/file.C, classes/form.C,
15126: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15127: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15128: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15129: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15130: can ignore lang in cmp and pos really, but would
15131: split properly!
15132:
15133: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15134: cord part made parser/src/lib: it's not compiled into libgc by
15135: default
15136:
15137: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15138: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15139: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15140: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15141: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15142: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15143: src/classes/xnode.C, src/classes/xnode.h,
15144: src/include/Makefile.am, src/include/pa_cache_managers.h,
15145: src/include/pa_charset.h, src/include/pa_charsets.h,
15146: src/include/pa_common.h, src/include/pa_dictionary.h,
15147: src/include/pa_exception.h, src/include/pa_exec.h,
15148: src/include/pa_globals.h, src/include/pa_hash.h,
15149: src/include/pa_memory.h, src/include/pa_pool.h,
15150: src/include/pa_request.h, src/include/pa_request_charsets.h,
15151: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15152: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15153: src/include/pa_stylesheet_connection.h,
15154: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15155: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15156: src/main/compile.C, src/main/compile.tab.C,
15157: src/main/compile_tools.C, src/main/compile_tools.h,
15158: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15159: src/main/pa_charsets.C, src/main/pa_common.C,
15160: src/main/pa_dictionary.C, src/main/pa_exception.C,
15161: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15162: src/main/pa_pool.C, src/main/pa_request.C,
15163: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15164: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15165: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15166: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15167: src/types/pa_junction.h, src/types/pa_method.h,
15168: src/types/pa_value.C, src/types/pa_value.h,
15169: src/types/pa_vclass.C, src/types/pa_vclass.h,
15170: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15171: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15172: src/types/pa_vdouble.h, src/types/pa_venv.h,
15173: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15174: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15175: src/types/pa_vimage.C, src/types/pa_vimage.h,
15176: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15177: src/types/pa_vmath.C, src/types/pa_vmath.h,
15178: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15179: src/types/pa_vobject.C, src/types/pa_vobject.h,
15180: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15181: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15182: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15183: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15184: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15185: src/types/pa_vstring.h, src/types/pa_vtable.C,
15186: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15187: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15188: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15189: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15190: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15191: gc: PA_Object done lots of replacements also
15192:
15193: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15194: gc logging
15195:
15196: 2003-03-17 paf
15197:
15198: * src/: classes/date.C, classes/file.C, classes/form.C,
15199: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15200: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15201: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15202: include/pa_string.h, include/pa_types.h, main/compile.C,
15203: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15204: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15205: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15206: main/pa_sql_driver_manager.C, main/pa_string.C,
15207: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15208: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15209: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15210: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15211: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15212: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15213: types/pa_vxnode.h: libgc attempt
15214:
15215: 2003-03-13 paf
15216:
15217: * src/: include/pa_sql_driver_manager.h,
15218: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15219: called
15220:
15221: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15222: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15223: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15224: types/pa_value.h, types/pa_vobject.h,
15225: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15226: set_base, set_derived simplified [counter leaks fixed]
15227:
15228: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15229: src/types/types.dsp: incorporated status class patch From:
15230: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15231: 2003 8:14 AM
15232:
15233: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15234: Win32 specific: QuotaPeakNonPagedPoolUsage
15235: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15236:
15237: 2003-03-12 paf
15238:
1.116 moko 15239: * configure, configure.in, src/lib/ltdl/configure,
15240: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15241: lib/ltdl/Makefile now created by /configure.in only [were by
15242: lib/ltdl/configure.in OVERWRITE]
15243:
1.116 moko 15244: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15245: linkage fixed for g++ 3.2.2
1.95 moko 15246:
15247: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15248: on using privately declared class [fixed]
15249:
15250: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15251: 3.2 rightliy complained on using privately declared class [fixed]
15252:
15253: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15254: sigpipe before request constructor now causes death
15255:
15256: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15257: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15258: not cause exception in exception handler
15259:
1.116 moko 15260: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15261: now default links libstdc++ statically. that can be overriden by
15262: --with-dynamic-stdcpp
1.95 moko 15263:
15264: 2003-03-11 paf
15265:
15266: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15267: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15268: necessity of libstdc++
15269:
15270: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15271:
15272: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15273:
15274: 2003-03-08 paf
15275:
15276: * tests/Makefile: make install & co
15277:
15278: * src/: include/pa_request.h, classes/op.C: removing
15279: vclass,object.h -> pa_request.h dependency
15280:
15281: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15282: main/pa_request.C: removing vform,response,cookie.h ->
15283: pa_request.h dependency
15284:
15285: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15286: dependency [testing...]
15287:
15288: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15289: return 0; fixed
15290:
15291: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15292: types/pa_vmail.h: vmail.C received just compiled [not tested]
15293:
15294: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15295:
15296: * src/main/pa_request.C: forgotten: ifdef XML
15297:
15298: * src/main/pa_request.C: forgotten: ifdef XML
15299:
15300: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15301: win32 and run memleak tests again
15302:
15303: * src/targets/cgi/parser3.C: charsets: see some strange things with
15304: old xml lib-- it's internal memory handling has faults
15305:
15306: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15307: problems when transcode from charset A to A.
15308:
15309: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15310: todo: still problems when transcode from charset A to A.
15311:
15312: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15313: classes/table.C, include/pa_array.h,
15314: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15315: started full-scale-site-test [~ http://parser.ru sources]
15316:
15317: some fixes
15318:
15319: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15320: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15321: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15322: results/110.processed, results/111.processed,
15323: results/112.processed, results/113.processed,
15324: results/114.processed, results/115.processed,
15325: results/116.processed, results/117.processed,
15326: results/118.processed, results/119.processed,
15327: results/120.processed: xml: tests 109 dom create/show 110 xpath
15328: selectSingle 111 xdoc.create from tainted & 112
15329: xdoc.create/output with russian attr value 113 xpath
15330: selectString/Number 114 dom attributes.count 115 xpath selectBool
15331: 116 output media-type change 117 transform by dom stylesheet 118
15332: empty transform result 119 dom setAttribute 120 nbsp letter
15333: output
15334:
15335: =END OF PREPARED XML TESTS=
15336:
15337: 2003-03-07 paf
15338:
15339: * src/classes/xdoc.C, src/include/pa_charset.h,
15340: src/include/pa_stylesheet_connection.h, tests/108.html,
15341: tests/108.xsl, tests/results/108.processed: xml: test 108
15342: transform with params [bugs fixed]
15343:
15344: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15345: from copy/paste bug
15346:
15347: * src/classes/xdoc.C, src/include/pa_charset.h,
15348: src/include/pa_request.h, src/main/execute.C,
15349: src/main/pa_charset.C, src/main/pa_exception.C,
15350: src/main/pa_globals.C, src/main/pa_request.C,
15351: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15352: src/types/pa_vxnode.C, tests/107.html,
15353: tests/results/107.processed: xml: test: 107 bug fixes
15354:
15355: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15356: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15357: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15358:
15359: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15360: string
15361:
15362: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15363: mem alloc functions used for different cases [libxml, libxsl]
15364:
15365: * src/classes/classes.C: fixed: prevent system classes from
15366: modification to lock ALL the classes, not only directly used
15367:
15368: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15369: linked
15370:
15371: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15372:
15373: 2003-03-06 paf
15374:
15375: * src/classes/xdoc.C: xdoc.C 50%
15376:
15377: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15378: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15379: main/pa_globals.C, main/pa_request.C,
15380: main/pa_stylesheet_manager.C: xnode.C compiled
15381:
15382: * src/: include/pa_stylesheet_connection.h,
15383: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15384: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15385:
15386: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15387: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15388: xml: stylesheet&manager STARTED
15389:
15390: * src/: include/pa_globals.h, main/pa_charset.C,
15391: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15392:
15393: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15394: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15395: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15396: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15397: charsets
15398:
15399: * tests/023.html: in some cases it rounded up badly. postponing
15400: solution of that problem, making more simple test
15401:
15402: * tests/: 058_paf2000.png, results/058.processed: .png added with
15403: -kb now
15404:
15405: * src/: include/pa_charset.h, include/pa_charsets.h,
15406: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15407: moved to charsets.C
15408:
15409: 2003-03-05 paf
15410:
15411: * src/classes/string.C, src/include/pa_string.h,
15412: src/main/pa_string.C, tests/105.html,
15413: tests/results/105.processed: String::match bug fixed
15414:
15415: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15416: tests/results/104.processed: ^bpt operator added [does int3 in
15417: debug build on win32]
15418:
15419: * tests/: 057.html, results/057.processed: test bug fixed
15420:
1.116 moko 15421: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15422:
15423: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15424: missing
15425:
1.116 moko 15426: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15427: forgotten files added to Makes
1.95 moko 15428:
15429: * ltmain.sh: ltmain.sh added
15430:
15431: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15432: change undone ;(
15433:
15434: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15435: made static
15436:
15437: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15438: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15439: todo:make linker happy
1.95 moko 15440:
15441: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15442: env param made optional
15443:
15444: 2003-03-04 paf
15445:
15446: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15447: types/pa_vimage.h: number of gcc compiler bugs fixed
15448:
15449: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15450: results/103.processed: tests: 103 image.copy transparence test
15451:
15452: * src/main/execute.C, tests/101.html, tests/102.html,
15453: tests/results/101.processed, tests/results/102.processed: tests:
15454: 101 method/variable name conflict test 102 form fields change
15455: should not not change anything [bug fix]
15456:
15457: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15458: results/099.processed, results/100.processed: tests: 57 date
15459: create 2002: added 99,100 response:body/download
15460:
15461: * src/classes/image.C, tests/098.html, tests/098font.gif,
15462: tests/results/098.processed: test: 98 image font text [bug fixed]
15463:
15464: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15465: tests/results/097.processed: test: 97 file::load http:// [bugs
15466: fixed]
15467:
15468: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15469: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15470: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15471: image EXIF [bug fixed]
15472:
15473: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15474: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15475: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15476: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15477: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15478: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15479: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15480: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15481: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15482: tests/094.html, tests/095.html, tests/results/061.processed,
15483: tests/results/062.processed, tests/results/063.processed,
15484: tests/results/064.processed, tests/results/065.processed,
15485: tests/results/066.processed, tests/results/067.processed,
15486: tests/results/068.processed, tests/results/069.processed,
15487: tests/results/070.processed, tests/results/071.processed,
15488: tests/results/072.processed, tests/results/073.processed,
15489: tests/results/074.processed, tests/results/075.processed,
15490: tests/results/076.processed, tests/results/077.processed,
15491: tests/results/078.processed, tests/results/080.processed,
15492: tests/results/081.processed, tests/results/082.processed,
15493: tests/results/083.processed, tests/results/084.processed,
15494: tests/results/085.processed, tests/results/086.processed,
15495: tests/results/087.processed, tests/results/088.processed,
15496: tests/results/089.processed, tests/results/090.processed,
15497: tests/results/091.processed, tests/results/092.processed,
15498: tests/results/093.processed, tests/results/094.processed,
15499: tests/results/095.processed, tests/079.html,
15500: tests/results/079.processed: tests: 61 file::stat size 62
15501: string->int autoconvert 63 double .int,dec,div,mul 64 date
15502: compare 65 file: basename,justname,justext 66 math:crypt 67
15503: string.match simple on long 68 string.match normalized simple on
15504: long 69 string.int 70 file::stat content-type 71 table.join 72
15505: hash parameter conditional pass 73 date daylightsaving,yearday 74
15506: date arithmetics 75 response date values/attributes 76 string.pos
15507: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15508: with local 80 scientific numeric literal in string autoconvert 81
15509: xor: logical and numerical 82 for delims 83 menu delims 84
15510: table.hash distinct 85 long string replace 86 throw+catch
15511: current language preserve 87 bit shifts 88 junction tests +
15512: $caller test 89 hash.foreach selfmodification 90 int/void to int
15513: 91 $caller test 92 junction is + def junction tests 93 $caller
15514: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15515:
15516: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15517: fixed] 60 string eq string [bug fixed]
15518:
15519: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15520: 058.html, 058_paf2000.png, 059.html, 060.html,
15521: results/053.processed, results/054.processed,
15522: results/055.processed, results/056.processed,
15523: results/057.processed, results/058.processed,
15524: results/059.processed, results/060.processed: test: 53
15525: string.replace 54 junctions 55 table.hash 56 call indirect 57
15526: date.create[string] 58 image.measure[png]
15527:
15528: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15529: outputs/051.processed, results/052.processed: test: 52
15530: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15531: task: fix that
15532:
15533: 2003-03-03 paf
15534:
15535: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15536: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15537: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15538: outputs/049.processed, outputs/050.processed,
15539: outputs/051.processed, results/001.processed,
15540: results/002.processed, results/003.processed,
15541: results/005.processed, results/006.processed,
15542: results/008.processed, results/009.processed,
15543: results/011.processed, results/012.processed,
15544: results/013.processed, results/014.processed,
15545: results/015.processed, results/016.processed,
15546: results/017.processed, results/020.processed,
15547: results/021.processed, results/022.processed,
15548: results/024.processed, results/025.processed,
15549: results/026.processed, results/027.processed,
15550: results/028.processed, results/029.processed,
15551: results/030.processed, results/031.processed,
15552: results/049.processed, results/050.processed,
15553: results/051.processed, results/043.processed,
15554: results/044.processed, results/045.processed,
15555: results/046.processed, results/047.processed,
15556: results/048.processed: tests: 43,44,45 date rolls 46
15557: autoevaluating junction 47 table.select 48 name with subvar 49
15558: hash-creating switch 50 process 51 started parent/child, works as
15559: it were but it were NOT GOOD, created separate task to fix that
15560:
15561: * tests/: 042.html, results/042.processed: test: 42
15562: exception.handled
15563:
15564: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15565: expression
15566:
15567: * tests/: 040.html, results/040.processed: test: 39 method result
15568: of type table 40 method param junction auto evaluate
15569:
15570: * tests/: 039.html, results/039.processed: test: 37 method result
15571: of type table
15572:
15573: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15574: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15575: tests/038.html, tests/results/033.processed,
15576: tests/results/034.processed, tests/results/035.processed,
15577: tests/results/036.processed, tests/results/037.processed,
15578: tests/results/038.processed: tests: 33 string.replace 34
15579: string.upper 35 table created 36 local/global vars with juntions
15580: 37 table clone 38 math PI & number formatting
15581:
15582: math class registring typo fixed
15583:
15584: * src/classes/op.C, src/include/pa_request.h,
15585: src/include/pa_string.h, src/main/execute.C,
15586: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15587: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15588: tests/032.html, tests/results/032.processed: uchar changed to
15589: String_UL in all places [was not everywhere] untaint test: 032
15590:
15591: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15592: tests/results/004.processed, tests/parser-cygwin.sh,
15593: tests/parser-unix.sh: removed -H command line key, now testing
15594: using .sh file with SERVER_SOFTWARE=xxx
15595:
15596: 2003-02-26 paf
15597:
15598: * src/main/execute.C, src/types/pa_vstateless_class.h,
15599: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15600: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15601: tests/results/024.processed, tests/results/025.processed,
15602: tests/results/026.processed, tests/results/027.processed,
15603: tests/results/028.processed, tests/results/029.processed,
15604: tests/results/030.processed, tests/results/031.processed: fixed
15605: bug with name_cstr mutable CharPtr more tests
15606:
15607: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15608: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15609: << abort. die now just exits
15610:
15611: * src/classes/classes.awk, src/classes/classes.h,
15612: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15613: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15614: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15615: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15616: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15617: src/classes/xnode.C, src/include/pa_memory.h,
15618: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15619: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15620: src/types/pa_vform.C, tests/015.html, tests/016.html,
15621: tests/017.html, tests/018.html, tests/019.html,
15622: tests/019paf2001.gif, tests/020.html, tests/021.html,
15623: tests/022.html, tests/023.html, tests/022_dir/a.html,
15624: tests/022_dir/b.txt, tests/022_dir/c.htm,
15625: tests/results/015.processed, tests/results/016.processed,
15626: tests/results/017.processed, tests/results/018.processed,
15627: tests/results/019.processed, tests/results/020.processed,
15628: tests/results/021.processed, tests/results/022.processed,
15629: tests/results/023.processed: methoded_array now contains all Mxxx
15630: classes SAPI::get_env now returns info on pool more tests
15631:
15632: * src/include/pa_array.h, src/include/pa_hash.h,
15633: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15634: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15635: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15636: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15637: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15638: tests/results/001.processed, tests/results/002.processed,
15639: tests/results/003.processed, tests/results/004.processed,
15640: tests/results/005.processed, tests/results/006.processed,
15641: tests/results/007.processed, tests/results/008.processed,
15642: tests/results/009.processed, tests/results/010.processed,
15643: tests/results/011.processed, tests/results/012.processed,
15644: tests/results/013.processed, tests/results/014.processed: hash
15645: cloning fixed
15646:
15647: 2003-02-25 paf
15648:
15649: * src/main/pa_common.C: typo fixed
15650:
15651: 2003-02-24 paf
15652:
15653: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15654: [one remained]
15655:
15656: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15657: [should have been get_string(&pool)] todo: check other such calls
15658:
15659: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15660: test10, bad lookups
15661:
15662: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15663: object got destructed, and xxx points to sky
15664:
15665: * ChangeLog, src/classes/string.C: match bug fixed
15666:
15667: * src/types/pa_vmail.C: body [text/html] transcoded to
15668: $.charset[specified] now
15669:
15670: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15671: which failed to handle sigsetjmp+throw: crashed inside of
15672: pre-throw code. rewritten simplier [though duplicating
15673: closesocket code]
15674:
15675: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15676: which failed to handle sigsetjmp+throw: crashed inside of
15677: pre-throw code. rewritten simplier [though duplicating
15678: closesocket code]
15679:
15680: 2003-02-21 paf
15681:
15682: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15683: $cookie:name[$.expires[date << can be now]]
15684:
15685: written makefile with regression tests [raw]
15686:
15687: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15688: tests' only [it's not forcing CGI mode now] now use -H to output
15689: CGI header when parser used in command line [useful for tests
15690: also]
15691:
15692: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15693: switches on CGI mode, and is used in regression tests
15694:
15695: * src/: include/pa_request.h, main/pa_request.C,
15696: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15697: fixed
15698:
15699: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15700: handling pa_*
15701:
15702: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15703: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15704: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15705: memory handling files
15706:
15707: * src/main/pa_array.C: pool::format_integer terminator fixed
15708:
15709: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15710: compiles OK test to show benefits of free
15711:
15712: * src/: classes/file.C, classes/image.C, classes/mail.C,
15713: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15714: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15715: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15716: use pool [as the one in ^process]
15717:
15718: * src/classes/op.C: fixed process. sould now check for all cstr's
15719: -- some must use pool [as the one in ^process]
15720:
15721: 2003-02-20 paf
15722:
15723: * src/: classes/date.C, classes/double.C, classes/file.C,
15724: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15725: classes/math.C, classes/op.C, classes/response.C,
15726: classes/string.C, classes/table.C, classes/void.C,
15727: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15728: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15729: string cmp fixed
15730:
15731: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15732: values passed OK now
15733:
15734: 2003-02-19 paf
15735:
15736: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15737: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15738: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15739: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15740: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15741: all remaning leaks resulted from pooled::malloc calls [excluding
15742: in gd -- planning complete rewrite extremely ugly code]
15743:
15744: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15745: files
15746:
15747: 2003-02-17 paf
15748:
15749: * src/: classes/date.C, classes/double.C, classes/file.C,
15750: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15751: classes/response.C, classes/string.C, classes/table.C,
15752: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15753: include/pa_stylesheet_connection.h,
15754: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15755: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15756: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15757: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15758: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15759: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15760: of unitialized simple-typed field
15761:
15762: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15763: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15764: simple-typed field fixed. todo: find&kill all like that one
15765:
15766: * src/: main/execute.C, targets/cgi/pa_pool.C,
15767: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15768: debug output fixed
15769:
15770: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15771: main/pa_request.C: stack-stored items need extra .ref to prevent
15772: object_ptr from delete[them]
15773:
15774: * src/: classes/date.C, classes/op.C, classes/table.C,
15775: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15776: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15777: main/pa_charset.C, main/pa_common.C,
15778: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15779: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15780: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15781: calls
15782:
15783: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15784: couple mem leaks rusulted from old pooled::malloc usage.
15785: todo:find more like those
15786:
15787: * src/main/: compile.C, compile_tools.C: 2*2!
15788:
15789: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15790: stackItem fixed [there were no string on stack before]
15791:
15792: * src/: main/execute.C, main/pa_request.C,
15793: types/pa_vmethod_frame.C: first letters out OK
15794:
15795: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15796: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15797: main/pa_string.C, main/untaint.C, types/pa_value.h,
15798: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15799: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15800: type not initialized with zeros :( while class fields of class
15801: types initialized with default constructors. learn C++
15802:
15803: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15804: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15805: classes/math.C, classes/xdoc.C, classes/xnode.C,
15806: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15807: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15808:
15809: 2003-02-14 paf
15810:
15811: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15812: 13 link errors
15813:
15814: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15815: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15816: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15817: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15818: errors :)
15819:
15820: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15821: classes/hash.C, classes/mail.C, classes/op.C,
15822: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15823: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15824: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15825: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15826:
15827: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15828: classes/table.C, include/pa_common.h, include/pa_globals.h,
15829: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15830: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15831: types/pa_vint.h, types/types.dsp: op compiled
15832:
15833: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15834: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15835: main/untaint.C, types/pa_vtable.h: string, response compiled
15836:
15837: 2003-02-07 paf
15838:
15839: * src/: classes/table.C, types/pa_vtable.h: table compiled
15840:
15841: 2003-02-06 paf
15842:
15843: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15844: mail compiled
15845:
15846: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15847: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15848: types/pa_vfile.h, types/pa_vimage.h: image compiled
15849:
15850: * src/classes/: file.C, form.C: form compiled
15851:
15852: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15853: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15854: types/pa_vfile.C, types/pa_vfile.h: file compiled
15855:
15856: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15857: types/pa_vmath.h: math compiled [win32]
15858:
15859: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15860: types/pa_vstring.h: hash compiled
15861:
15862: 2003-02-04 paf
15863:
15864: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15865: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15866: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15867: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15868: types/pa_vhash.h: hash 50% compiled
15869:
15870: * src/: classes/date.C, classes/file.C, classes/hash.C,
15871: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15872: classes/string.C, classes/table.C, classes/xdoc.C,
15873: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15874: main/pa_string.C: date compiled
15875:
15876: * src/classes/: classes.dsp, double.C: double compiled
15877:
15878: * src/: classes/date.C, classes/double.C, classes/file.C,
15879: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15880: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15881: classes/string.C, classes/table.C, classes/void.C,
15882: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15883: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15884: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15885: compiled
15886:
15887: * src/: classes/date.C, classes/double.C, classes/file.C,
15888: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15889: classes/math.C, classes/op.C, classes/response.C,
15890: classes/string.C, classes/table.C, classes/void.C,
15891: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15892: types/pa_vvoid.h: void compiled :)
15893:
15894: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15895: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15896: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15897: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15898: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15899: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15900: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15901: types/pa_vresponse.C, types/pa_vstateless_class.C,
15902: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15903: types/pa_wcontext.C, types/types.dsp: removed stupid
15904: value_includes.h
15905:
15906: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15907: trying to remove stupid value_includes.h
15908:
15909: * src/main/pa_exec.C: pa_exec compiled on win32
15910:
15911: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15912:
15913: * src/: include/pa_globals.h, include/pa_request.h,
15914: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15915: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15916: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15917: types/pa_vrequest.C, types/pa_vstateless_class.C,
15918: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15919:
15920: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15921: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15922: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15923:
15924: * src/: include/pa_array.h, include/pa_config_includes.h,
15925: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15926: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15927: compiled
15928:
15929: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15930: name conflicts)
15931:
15932: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15933: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15934: yelds "virtual memory exhausted" while trying to compile
15935: execute.C [eating up to 127MB]
15936:
15937: 2003-02-03 paf
15938:
15939: * src/: include/pa_config_includes.h, include/pa_hash.h,
15940: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15941: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15942: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15943: types/pa_vint.h, types/pa_vjunction.h,
15944: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15945: started gcc compiling pa_common compiled
15946:
15947: * src/: include/pa_exception.h, include/pa_pool.h,
15948: main/pa_exception.C: exception gcc change #1
15949:
1.116 moko 15950: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15951: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15952:
15953: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15954:
15955: * src/types/pa_vtable.C: vtable compiled
15956:
15957: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15958:
15959: * src/: include/pa_cache_managers.h, main/pa_request.C,
15960: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15961:
15962: * src/types/pa_vstateless_class.C: vstateless_class compiled
15963:
15964: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15965:
15966: * src/types/pa_vrequest.C: vrequest compiled
15967:
15968: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15969: pa_vobject.C, pa_vobject.h: vobject compiled
15970:
15971: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15972: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15973: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15974: compiled
15975:
15976: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15977:
15978: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15979: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15980: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15981: compiled
15982:
15983: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15984: main.lib - 0 error(s), 0 warning(s)
15985:
15986: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15987: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15988:
15989: 2003-01-31 paf
15990:
15991: * src/: include/pa_array.h, include/pa_operation.h,
15992: include/pa_request.h, main/execute.C, main/main.dsp,
15993: types/pa_vjunction.h: started last file from main library:
15994: execute
15995:
15996: * src/: include/pa_request.h, include/pa_sapi.h,
15997: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15998: main/pa_request.C, targets/cgi/parser3.C,
15999: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16000: types/pa_vhash.h: pa_request compiled
16001:
16002: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16003: include/pa_globals.h, include/pa_request.h,
16004: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16005: main/execute.C, main/main.dsp, main/pa_common.C,
16006: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16007: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16008: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16009: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16010: types/types.dsp: most pa_request compiled
16011:
16012: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16013: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16014: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16015: classes/op.C, classes/response.C, classes/string.C,
16016: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16017: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16018: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16019: include/pa_config_fixed.h, include/pa_config_includes.h,
16020: include/pa_dictionary.h, include/pa_dir.h,
16021: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16022: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16023: include/pa_pool.h, include/pa_request.h,
16024: include/pa_request_charsets.h, include/pa_request_info.h,
16025: include/pa_sapi.h, include/pa_socks.h,
16026: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16027: include/pa_stack.h, include/pa_string.h,
16028: include/pa_stylesheet_connection.h,
16029: include/pa_stylesheet_manager.h, include/pa_table.h,
16030: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16031: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16032: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16033: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16034: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16035: main/compile.C, main/compile.tab.C, main/compile.y,
16036: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16037: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16038: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16039: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16040: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16041: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16042: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16043: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16044: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16045: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16046: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16047: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16048: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16049: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16050: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16051: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16052: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16053: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16054: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16055: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16056: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16057: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16058: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16059: types/pa_vresponse.h, types/pa_vstateless_class.C,
16060: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16061: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16062: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16063: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16064: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16065: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16066:
16067: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16068: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16069: src/include/pa_charsets.h, src/include/pa_common.h,
16070: src/include/pa_dictionary.h, src/include/pa_exception.h,
16071: src/include/pa_exec.h, src/include/pa_pool.h,
16072: src/include/pa_request.h, src/include/pa_sapi.h,
16073: src/include/pa_sql_connection.h,
16074: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16075: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16076: src/main/compile.tab.C, src/main/compile_tools.C,
16077: src/main/compile_tools.h, src/main/main.dsp,
16078: src/main/pa_charset.C, src/main/pa_charsets.C,
16079: src/main/pa_common.C, src/main/pa_dictionary.C,
16080: src/main/pa_exception.C, src/main/pa_exec.C,
16081: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16082: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16083: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16084: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16085: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16086: src/types/pa_vdouble.h, src/types/pa_venv.h,
16087: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16088: src/types/pa_vhash.h, src/types/pa_vimage.C,
16089: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16090: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16091: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16092: src/types/pa_vobject.C, src/types/pa_vobject.h,
16093: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16094: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16095: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16096: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16097: src/types/pa_vstring.h, src/types/pa_vtable.h,
16098: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16099: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16100: died, long live StringPtr
16101:
16102: 2003-01-30 paf
16103:
16104: * src/: include/pa_charset.h, include/pa_request.h,
16105: include/pa_sql_driver_manager.h, main/compile.tab.C,
16106: main/compile.y, main/compile_tools.h, main/pa_request.C,
16107: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16108:
16109: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16110: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16111: types/pa_vhash.h, types/pa_vmethod_frame.h,
16112: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16113: types/types.dsp: vstateless_class compiled
16114:
16115: * src/main/compile.C: compile compiled
16116:
16117: * src/: include/pa_array.h, include/pa_operation.h,
16118: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16119: main/pa_table.C: compile_tools compiled
16120:
16121: * src/: include/pa_operation.h, main/compile.y,
16122: main/compile_tools.C, main/compile_tools.h: started
16123: compile_tools. vagues ideas of how to free compiled code
16124:
16125: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16126: main/main.dsp, types/pa_value.C, types/pa_value.h,
16127: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16128: compiled
16129:
16130: 2003-01-29 paf
16131:
16132: * src/: include/pa_globals.h, include/pa_request.h,
16133: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16134: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16135: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16136: compiled
16137:
16138: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16139: now
16140:
16141: * src/: include/pa_array.h, include/pa_exception.h,
16142: include/pa_pool.h, main/pa_exception.C: gd compiled
16143:
16144: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16145: compiled
16146:
16147: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16148: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16149: types/pa_vfile.h: vfile compiled
16150:
16151: * src/: include/pa_common.h, include/pa_globals.h,
16152: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16153: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16154: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16155:
16156: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16157: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16158: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16159: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16160: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16161:
16162: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16163: main/main.dsp, main/untaint.C: more compiled
16164:
16165: * src/: include/pa_charsets.h, include/pa_request.h,
16166: include/pa_request_info.h, include/pa_string.h,
16167: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16168: types/pa_vresponse.h: vrequest compiled
16169:
16170: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16171: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16172: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16173:
16174: * src/: classes/classes.h, include/pa_charset.h,
16175: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16176: include/pa_request.h, include/pa_string.h, main/main.dsp,
16177: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16178: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16179: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16180: types/pa_vrequest.C, types/pa_vrequest.h,
16181: types/pa_vstateless_class.h, types/pa_vstring.h,
16182: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16183:
16184: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16185: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16186: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16187: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16188: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16189: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16190: types/pa_vobject.h, types/pa_vstateless_class.h,
16191: types/pa_vstateless_object.h, types/pa_vstatus.h,
16192: types/pa_vstring.h, types/types.dsp: vmath compiled
16193:
16194: 2003-01-28 paf
16195:
16196: * src/: classes/classes.h, classes/date.C, classes/file.C,
16197: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16198: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16199: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16200: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16201: compile_tools
16202:
16203: * src/: include/pa_charset.h, include/pa_exception.h,
16204: include/pa_request.h, include/pa_string.h, main/untaint.C:
16205: untaint compiled
16206:
16207: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16208: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16209: more compiled. struck with string::store_to needing to know
16210: source/client charsets
16211:
16212: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16213: types/pa_vfile.h: uue compiled
16214:
16215: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16216: table compiled
16217:
16218: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16219: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16220:
16221: * src/: include/pa_charset.h, main/pa_charset.C,
16222: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16223: introduced]
16224:
16225: * src/: classes/date.C, include/pa_charset.h,
16226: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16227: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16228: pa_charsets compiled
16229:
16230: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16231: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16232:
16233: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16234: common compiled
16235:
16236: * src/: include/pa_charsets.h, main/pa_charsets.C,
16237: main/pa_sql_driver_manager.C: pa_charsets compiled
16238:
16239: * src/: include/pa_array.h, include/pa_charset.h,
16240: include/pa_charsets.h, include/pa_pool.h,
16241: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16242: include/pa_stack.h, include/pa_string.h,
16243: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16244: sql_driver_manager compiled
16245:
16246: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16247: letter i with two dots added to koi, all ukranian letters added
16248: to win1251.
16249:
16250: typographic simbol 0xb9 deleted from win1251 [strange one & were
16251: abscent from koi]
16252:
16253: 2003-01-27 paf
16254:
16255: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16256: include/pa_sql_driver_manager.h, include/pa_string.h,
16257: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16258: sql/pa_sql_driver.h: paused on sql_manager
16259:
16260: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16261: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16262: include/pa_stack.h, main/pa_sql_driver_manager.C,
16263: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16264:
16265: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16266: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16267: include/pa_table.h, main/pa_sql_driver_manager.C,
16268: main/pa_table.C: table compiled
16269:
16270: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16271: cache_managers compiled
16272:
16273: * src/: include/pa_array.h, include/pa_charset.h,
16274: include/pa_pool.h, main/pa_charset.C: charset compiled
16275:
16276: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16277:
16278: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16279: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16280: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16281: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16282: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16283:
16284: 2003-01-24 paf
16285:
16286: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16287: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16288: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16289: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16290: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16291: types/pa_vint.h, types/pa_vjunction.h,
16292: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16293: types/pa_vstatus.h, types/pa_vstring.h: more patched
16294:
16295: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16296: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16297: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16298: main/pa_string.C, main/pa_table.C: string compiled
16299:
16300: * src/: include/pa_array.h, include/pa_common.h,
16301: include/pa_dictionary.h, include/pa_exception.h,
16302: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16303: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16304: main/pa_string.C: dictionary compiled
16305:
16306: 2003-01-23 paf
16307:
16308: * src/: include/pa_array.h, include/pa_common.h,
16309: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16310: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16311: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16312: types/pa_value.h: resurrected pool in new sense: now it's
16313: factory, producing&accounting memory chunks for read[autofree]
16314: buffers
16315:
16316: * src/: include/pa_array.h, include/pa_exception.h,
16317: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16318: main/pa_exception.C, main/pa_table.C: table compiled
16319:
16320: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16321: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16322: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16323: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16324: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16325: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16326: main/pa_table.C: aint that easy
16327:
16328: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16329: main/main.dsp: continued with Hash
16330:
16331: * src/main/pa_common.C: connect_string allocated on heap[wes on
16332: stack] now. and exception can be reported OK now [can be reported
16333: outside of pro c with that stack]
16334:
16335: 2003-01-22 paf
16336:
16337: * src/: include/pa_array.h, include/pa_charset.h,
16338: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16339: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16340: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16341: base: contains references_count. auto_ptr template calls
16342: add_ref/release
16343:
16344: 2003-01-21 paf
16345:
16346: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16347: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16348: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16349: classes/op.C, classes/response.C, classes/string.C,
16350: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16351: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16352: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16353: include/pa_config_fixed.h, include/pa_config_includes.h,
16354: include/pa_dictionary.h, include/pa_dir.h,
16355: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16356: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16357: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16358: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16359: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16360: include/pa_stack.h, include/pa_string.h,
16361: include/pa_stylesheet_connection.h,
16362: include/pa_stylesheet_manager.h, include/pa_table.h,
16363: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16364: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16365: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16366: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16367: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16368: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16369: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16370: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16371: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16372: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16373: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16374: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16375: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16376: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16377: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16378: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16379: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16380: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16381: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16382: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16383: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16384: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16385: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16386: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16387: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16388: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16389: types/pa_vstateless_object.h, types/pa_vstatus.C,
16390: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16391: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16392: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16393: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16394: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16395: 2002->2003
16396:
16397: 2003-01-16 paf
16398:
16399: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16400: src/main/pa_globals.C: http:// introducing $.any-status(1)
16401:
16402: * operators.txt, src/include/pa_config_fixed.h,
16403: src/main/pa_common.C: http request now return status. and not
16404: fail on status!=200
16405:
16406: 2003-01-15 paf
16407:
16408: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16409:
16410: 2003-01-14 paf
16411:
16412: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16413: mkinstalldirs: removed some ancient files [they in / really]
16414:
16415: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16416: regretfully needed patch in two places. in config_fixed.h made
16417: stubs for lib to compile in MSVC
16418:
16419: 2003-01-13 paf
16420:
16421: * config.guess, config.sub, ltmain.sh: removed last piece of
16422: configure.in(libtool) hacks
16423:
1.116 moko 16424: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16425: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16426: ltdl.h: moved to latest libtool (1.4.3)
16427:
16428: 2003-01-10 paf
16429:
16430: * src/lib/ltdl/: configure, configure.in: PROG_NM
16431:
16432: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16433: patches. libxml2 >= 2.5.1
16434: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16435: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16436: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16437:
16438: * INSTALL: moved to latest versions of xml libs libxml2 >=
16439: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16440: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16441: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16442:
16443: 2003-01-09 paf
16444:
16445: * INSTALL: xml,xslt,gdome lib urls updated
16446:
16447: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16448: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16449: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16450: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16451: 1.7.2
1.95 moko 16452:
16453: * depcomp: moving to automake 1.7.2
16454:
16455: 2002-12-27 paf
16456:
16457: * src/include/pa_version.h: 0007
16458:
16459: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16460: outdated parts, made links to language docs
16461:
16462: * src/include/pa_config_auto.h.in: comment
16463:
16464: 2002-12-26 paf
16465:
16466: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16467: not contain trailing / fixed.
16468:
16469: * INSTALL: changing SAFE_MODE politics
16470:
16471: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16472:
16473: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16474:
16475: 2002-12-25 paf
16476:
16477: * src/main/pa_globals.C: optimized-xml
16478:
16479: * src/main/pa_globals.C: optimized-as-is
16480:
16481: 2002-12-24 paf
16482:
16483: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16484: fixed [were really called with zero size when .html?a=&b=]
16485:
16486: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16487: with --with-sendmail
16488:
16489: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16490: fixed]
16491:
16492: 2002-12-23 paf
16493:
16494: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16495: ignoring parameters & were storing only string with default
16496: expires
16497:
16498: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16499: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16500: December 23, 2002 4:22 AM Subject: bug â
16501: Charset::transcode_buf2xchar
16502:
16503: 2002-12-20 paf
16504:
16505: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16506: non-cgi [script] runs
16507:
16508: 2002-12-19 paf
16509:
16510: * INSTALL: --without-iconv recommended [it crashes on some systems
16511: [tested on elik]] moreover, it's not needed there [parser
16512: registers charsets itself]
16513:
16514: * INSTALL: --without-iconv recommended [it crashes on some systems
16515: [tested on elik]]
16516:
16517: * operators.txt, src/include/pa_globals.h,
16518: src/include/pa_request.h, src/main/pa_globals.C,
16519: src/main/pa_request.C: $response:download
16520:
16521: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16522: compiler [win32]].
16523:
16524: 2002-12-18 paf
16525:
16526: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16527:
16528: 2002-12-17 paf
16529:
16530: * src/targets/cgi/parser3.C: merged die&iis changes
16531:
16532: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16533: to exit(1) 2. more flexible iilegal call check
16534:
16535: 2002-12-16 paf
16536:
16537: * ltmain.sh: some automakes silly insist on having this handy
16538:
16539: * src/main/untaint.C: filespec russian small 'r' changed to latin
16540: 'p' bug fix
16541:
16542: 2002-12-15 paf
16543:
16544: * src/main/untaint.C: filespec russian small 'r' changed to latin
16545: 'p'
16546:
16547: * configure.in, src/include/pa_config_auto.h.in,
16548: src/main/compile.C, src/main/pa_common.C: merged small changes
16549: from branch 6 to HEAD
16550:
16551: * src/main/compile.C: removed warning
16552:
16553: * src/main/pa_common.C: ftruncate having checked
16554:
16555: * configure.in, src/include/pa_version.h: new version
16556:
16557: 2002-12-14 paf
16558:
16559: * src/classes/table.C: removed unnecessary code
16560:
16561: * src/sql/pa_sql_driver.h: exception type fixed
16562:
16563: 2002-12-09 paf
16564:
16565: * src/types/pa_vvoid.h: $void.store[now] error
16566:
16567: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16568:
16569: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16570: tries to write core dump
16571:
16572: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16573:
16574: * src/: classes/hash.C, classes/string.C, classes/table.C,
16575: classes/void.C, main/pa_sql_driver_manager.C,
16576: sql/pa_sql_driver.h: changed exception handling mech in sql
16577: handlers #2
16578:
16579: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16580: exception handling mech in sql handlers
16581:
16582: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16583: handlers
16584:
16585: * src/: classes/hash.C, classes/string.C, classes/table.C,
16586: classes/void.C, main/pa_sql_driver_manager.C,
16587: sql/pa_sql_driver.h: changed exception handling mech in sql
16588: handlers
16589:
1.116 moko 16590: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16591: to write makefile which used libtool to install things, which is
16592: not needed
1.95 moko 16593:
16594: 2002-12-06 paf
16595:
16596: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16597: $hash.fields -- pseudo field to make 'hash' more like 'table'
16598:
16599: 2002-12-05 paf
16600:
16601: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16602: cc/bcc OK now
16603:
16604: * src/main/untaint.C: mail header closed properly
16605:
16606: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16607: header ',' allowed. still bugs in smtp [only one receiptient
16608: works, cc, bcc ignored now, and MAILED ;)]
16609:
16610: [strncpy killed, memnchr used]
16611:
16612: * src/main/pa_table.C: table-copy now current=0
16613:
16614: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16615: lowlevel proc
16616:
16617: * src/targets/cgi/parser3.C: more checks on
16618: http://domain/parser.cgi start [maybe some getenv returns "",
16619: checked that now
16620:
16621: * src/targets/cgi/parser3.C: more checks on
16622: http://domain/parser.cgi start [maybe some getenv returns "",
16623: checked that now
16624:
16625: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16626: out-of-mem errors reached log]
16627:
16628: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16629: mail:send MIME-Version default
16630:
16631: * src/main/main.dsp: pa_version included into main.dsp
16632:
16633: 2002-12-04 paf
16634:
16635: * src/types/pa_vform.C: $form:field string value cut by premature 0
16636:
16637: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16638: lib/libltdl -> lib/ltdl Win32 changes. s
16639:
16640: * src/classes/classes.awk: more strict *.C$
16641:
16642: * gnu.dsp: restored
16643:
1.116 moko 16644: * configure.in, gnu.dsp, src/lib/Makefile.am,
16645: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16646: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16647: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16648: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16649: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16650: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16651: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16652: now created with /configure, not ltdl/configure, so it does have
16653: no problems with automake. ltdl/configure
16654: AC_OUTPUT(Makefile<<removed)
1.95 moko 16655:
16656: 2002-12-02 paf
16657:
16658: * operators.txt: removed outdated status:db
16659:
16660: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16661: src/main/pa_common.C, src/main/pa_request.C,
16662: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16663: tainted parts becomes http-header
16664:
16665: 2002-11-29 paf
16666:
16667: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16668: dates now objects of type date
16669:
16670: * src/classes/image.C: file.seek removed [it were used in image.C
16671: only, and for parser user this means that jpeg image has bad
16672: size in fragment's header] now used image.format
16673:
16674: * src/: include/pa_common.h, main/pa_common.C,
16675: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16676: now handled exactly like $response:header values. e.g. can be
16677: hash [can have subattributes] & contain date values.
16678:
16679: * src/main/pa_common.C: http:// param values lang forced URI
16680:
16681: * src/main/pa_common.C: http:// tainted partes now %xx
16682:
16683: 2002-11-28 paf
16684:
16685: * operators.txt: http.timeout
16686:
16687: * src/classes/image.C: ^image.length now counts interchar space.
16688: plus space after last char
16689:
16690: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16691:
16692: * src/classes/image.C: ^image.font width measurer now scans full
16693: height [were -1]
16694:
16695: * configure.in: stopped double libltdl/Makefile generation
16696:
16697: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16698: chars [one top horizontal line of 1pixel height were missing]
16699:
16700: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16701: 'false' to go into (Hash *) parameter
16702:
16703: 2002-11-27 paf
16704:
16705: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16706: types/pa_vmail.C: response:body[file] if file nows it's name now
16707: returns content-disposition: >>attachment<<
16708:
16709: * src/classes/image.C: ^image.font << bad font file-size now
16710: properly reported
16711:
16712: 2002-11-26 paf
16713:
16714: * src/main/pa_request.C: fixed lang in reponse header
16715:
16716: * src/main/pa_common.C: utf8 prefix ignored @read text
16717:
16718: * operators.txt, src/main/pa_common.C: http:// response status!=200
16719: made exception: http.status with source=bad status#
16720:
16721: 2002-11-25 paf
16722:
16723: * configure.in, src/classes/image.C,
16724: src/include/pa_config_auto.h.in,
16725: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16726: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16727: const void related probs fixed
1.95 moko 16728:
16729: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16730:
16731: $file[^file::load[http://there]] $file.SERVER
16732:
16733: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16734: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16735: http options [invalid onces now reported] made default
16736: user-agent: paf
16737:
16738: * operators.txt, src/classes/file.C, src/classes/table.C,
16739: src/classes/xdoc.C, src/include/pa_common.h,
16740: src/include/pa_globals.h, src/main/pa_common.C,
16741: src/main/pa_globals.C, src/main/pa_request.C,
16742: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16743: now understand http:// prefix and additional params, sample:
16744: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16745: $.USER-AGENT[parser3] ]]
16746:
16747: 2002-11-22 paf
16748:
16749: * src/classes/image.C, src/include/pa_globals.h,
16750: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16751: src/types/pa_vimage.h, operators.txt: $image.exif support
16752: $image.exif.DateTime & co
16753:
16754: 2002-11-21 paf
16755:
16756: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16757: _PASS_APPENDED)
16758:
16759: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16760: EXIF information [were big block and it's size were considered
16761: negative :(]
16762:
16763: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16764: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16765: internals rewritten. no there's reader.seek, and all's ready for
16766: EXIF extraction [now we fail to measure files with EXIF info]
16767:
16768: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16769: O_TRUNC truncates even exclusevely write-locked file [thanks to
16770: Igor Milyakov <virtan@rotabanner.com> for discovering]
16771:
16772: 2002-11-20 paf
16773:
16774: * src/targets/cgi/parser3.C: logging @signal += query_string
16775:
16776: * configure.in, src/include/pa_config_auto.h.in,
16777: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16778: comment
16779:
16780: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16781:
16782: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16783: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16784: currently processed document SIGPIPE >> interrupts request
16785: processing [exception = DB rollback]
16786:
16787: * src/main/pa_exec.C: comment
16788:
16789: * src/main/pa_exec.C: pa_exec: data written only if size>0
16790:
16791: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16792: << disable HTTP-POST repassing
16793:
16794: * src/: include/pa_config_fixed.h, main/pa_common.C,
16795: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16796: pipe read errors now checked
16797:
16798: 2002-11-19 paf
16799:
16800: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16801: CGI: Illegal call
16802:
16803: 2002-11-01 paf
16804:
16805: * src/main/execute.C: comment
16806:
16807: 2002-10-31 paf
16808:
16809: * src/main/execute.C: found out why, checked that for now. todo:
16810: find out a way for that user could do that
16811:
16812: * src/types/pa_vstateless_object.h: object put replaces static
16813: parent if any
16814:
16815: * src/types/pa_vobject.C: object put replaces static parent if any
16816:
16817: * src/: classes/form.C, classes/mail.C, classes/op.C,
16818: classes/xnode.h, main/compile.tab.C, main/execute.C,
16819: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16820: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16821: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16822: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16823: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16824: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16825: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16826: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16827: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16828: types/pa_vstateless_object.h, types/pa_vstatus.C,
16829: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16830: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16831: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16832: types/pa_wwrapper.h: static fix merged
16833:
16834: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16835: $virtual_fields in dynamic, but one can reach derived
16836: static[class] variable from base
16837:
16838: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16839: types/pa_vobject.C, types/pa_vobject.h,
16840: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16841: statics, left $virtual_fields in dynamic
16842:
16843: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16844: one can't remember derivates in base class: there's so many of
16845: them. also there can be no virtual method calls in static
16846: classes
16847:
16848: * src/: classes/form.C, classes/mail.C, classes/op.C,
16849: classes/xnode.h, main/execute.C, main/pa_request.C,
16850: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16851: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16852: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16853: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16854: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16855: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16856: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16857: types/pa_vresponse.C, types/pa_vresponse.h,
16858: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16859: types/pa_vstateless_object.h, types/pa_vstatus.C,
16860: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16861: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16862: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16863: types/pa_wwrapper.h: static call $self fixed
16864:
16865: * src/main/execute.C: comment
16866:
16867: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16868: ^process[$caller.self]{...} now compiles to last derived object
16869: part of that 'self'
16870:
16871: 2002-10-29 paf
16872:
16873: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16874: re-passing [iis to blame]
16875:
16876: * src/classes/string.C: changed string.save to pass current sql
16877: connection to cstr thus one can ^connect[some server]{
16878: $s[insert into table x (x) values (^taint[sql]{value})]
16879: ^s.save[some.sql] } and he'd get in some.sql file code with
16880: properly escaped. [tried in mssql->mysql export->import of
16881: binary data]
16882:
16883: 2002-10-25 paf
16884:
16885: * src/types/pa_vresponse.C: case insensitive response user fields
16886: get/put
16887:
16888: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16889: types/pa_vresponse.C: saving for maybe-future
16890:
16891: 2002-10-23 paf
16892:
16893: * operators.txt, src/classes/table.C: ^table.hash{code}...
16894: ^table.hash(expr)...
16895:
16896: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16897:
16898: 2002-10-22 paf
16899:
16900: * src/types/: pa_vform.C, pa_vform.h: removed needless
16901: VForm::Append...(...Value)
16902:
16903: * src/main/execute.C: $.name outside of $name[...] checked
16904:
16905: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16906: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16907:
16908: 2002-10-21 paf
16909:
16910: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16911: $form:qtail $form:imap.x/y
16912:
16913: * operators.txt, src/types/pa_vform.C: $form:nameless =
16914: "?value&...", "...&value&...", "...&value"
16915:
16916: * operators.txt, src/types/pa_vform.C: $form:image-map
16917:
16918: * operators.txt, src/classes/file.C: /some/page.html:
16919: ^file:fullpath[a.gif] => /some/a.gif
16920:
16921: 2002-10-17 paf
16922:
16923: * src/main/: compile.tab.C, compile.y: operators precedence changed
16924: a little: logical not and bitwise negation precedence made
16925: highest, << and >> bitshits precedence made equal [were << higher
16926: than >>]
16927:
16928: * src/classes/op.C: exception handling fixed [were bad with
16929: contexts]
16930:
16931: 2002-10-16 paf
16932:
16933: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16934: main/pa_request.C: Request::self considered equal to
16935: VMethodFrame::self, and removed, Request::get_self() mapped to
16936: VMethodFrame.self()
16937:
16938: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16939: $hash in open field now gives old good error meesage
16940:
16941: 2002-10-15 paf
16942:
16943: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16944: use ^if($junction is junction){was and now true}
16945:
16946: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16947: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16948: types/pa_vxnode.C: xml->parser strings now have origin, which
16949: points to place where value left xml library and came to parser:
16950: place of dom field extraction/call
16951:
16952: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16953: main/compile.tab.C, main/compile.y, main/execute.C,
16954: types/pa_vmethod_frame.h: removed last pieces of old code
16955: allowing $junction.xxx at compile time
16956:
16957: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16958: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16959: objects also considered [were only classes]
16960:
16961: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16962: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16963: with CLASS self. [ (request&method_frame).self temporarily
16964: changed ]
16965:
16966: * src/classes/: hash.C, op.C: method_frame now always changed, with
16967: no exception to native calls. for&foreach changed to use
16968: method_frame.caller for their var's name context
16969:
16970: * src/: main/execute.C, targets/cgi/parser3.C,
16971: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16972: compiling to system classes disabled
16973:
16974: * operators.txt, src/classes/op.C:
16975: ^process[$caller.CLASS]{code-string} added
16976:
16977: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16978: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16979: src/types/Makefile.am, src/types/pa_vjunction.C,
16980: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16981: src/types/types.dsp: removed $junction.get $junction.set[]
16982: introducing $caller
16983:
16984: * src/types/pa_value.h: removed outdated comments. doxygen would
16985: find them lower by inheritance tree
16986:
16987: * src/types/pa_vjunction.C: ident
16988:
16989: 2002-10-14 paf
16990:
16991: * src/classes/op.C: process compiles to code's class class
16992:
16993: * src/: classes/form.C, classes/mail.C, classes/op.C,
16994: include/pa_request.h, main/compile.C, main/compile.tab.C,
16995: main/compile.y, main/execute.C, main/pa_request.C,
16996: types/pa_vstateless_class.h: operators now main-class-methods
16997:
16998: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16999: better stack trace [has "call" & co there]
17000:
17001: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17002: operators @auto now executed in MAIN context
17003:
17004: * src/main/execute.C: operator execution context now = MAIN, not
17005: closest stack frame
17006:
17007: @touchit[] $i[after]
17008:
17009: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17010: were 'after'
17011:
17012: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17013: 'after'
17014:
17015: * src/main/execute.C: comment
17016:
17017: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17018: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17019: action]
17020:
17021: * src/types/pa_vxnode.C: misreplace fixed
17022:
17023: * configure, configure.in, src/include/pa_config_auto.h.in,
17024: src/types/pa_vstatus.C, operators.txt:
17025: $status:rusage.tv_secs/usecs introduced
17026:
17027: 2002-10-09 paf
17028:
17029: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17030: on empty string [or uses (default)]
17031:
17032: 2002-10-08 paf
17033:
17034: * src/main/untaint.C: mail header quoted printable changed after
17035: RFC reread
17036:
17037: * operators.txt: plan on ^if(method
17038:
17039: * src/types/pa_vxnode.C: misreplace
17040:
17041: 2002-09-24 paf
17042:
1.116 moko 17043: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17044:
17045: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17046: mailreceive would compile on freebsd now
17047:
17048: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17049: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17050: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17051: mailreceive would compile on freebsd now
1.95 moko 17052:
17053: * src/: classes/file.C, main/untaint.C: 1. file spec language
17054: changed: now there are only few chars are untainted: * ? ' " < >
17055: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17056: one should use ^untaint[uri]{...} now]
17057:
17058: 2. $list[^file:list[dir]] now returns simply tainted names in
17059: $list.name, not tainted as filespec
17060:
17061: @russianindex[] #dir with files with russian-lang names
17062: $where[dir]
17063:
17064: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17065: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17066:
17067: 2002-09-23 paf
17068:
17069: * src/types/pa_vdouble.h: double->int round added
17070:
17071: * src/classes/date.C: date bug fix, now
17072: round(floatDays*secondsPerDay)
17073:
17074: * src/classes/date.C: date bug fix, now
17075: round(floatDays*secondsPerDay)
17076:
17077: 2002-09-20 paf
17078:
17079: * src/main/execute.C: code junction calls disabled [before: code
17080: was compiled in such a way, that there were no code-junctions in
17081: OP_CALL]
17082:
17083: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17084:
17085: @badjunctioncallinside[code] ^code[]
17086:
17087: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17088: expanding to include ^junction.method
17089:
17090: * src/main/pa_common.C: -d "DIR/" now true
17091:
17092: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17093: as internal xdoc encoding, and after decoding attributes set by
17094: dom functions now encoded OK, not as digital entities
17095:
17096: * src/classes/xdoc.C: empty transform result, being taken as file
17097: now returns empty file, not raises stupid error about "stat-ed
17098: file"
17099:
17100: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17101: allowed
17102:
17103: * src/types/types.dsp: introducing $junction.get/put(1) one can
17104: write iterators now:
17105:
17106: ^user-foreach[key;value]{$key=$value<br>}
17107:
17108: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17109: $code.value($i*2) $code }
17110:
17111: * src/main/compile_tools.h: mistype
17112:
1.116 moko 17113: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17114: thus taking linking options configure changes into account [were:
17115: ignoring]
1.95 moko 17116:
17117: * src/types/: pa_vjunction.C, Makefile.am: introducing
17118: $junction.get/put(1) one can write iterators now:
17119:
17120: ^user-foreach[key;value]{$key=$value<br>}
17121:
17122: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17123: $code.value($i*2) $code }
17124:
17125: * src/: include/pa_opcode.h, include/pa_request.h,
17126: main/compile.tab.C, main/compile.y, main/execute.C,
17127: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17128: introducing $junction.get/put(1) one can write iterators now:
17129:
17130: ^user-foreach[key;value]{$key=$value<br>}
17131:
17132: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17133: $code.value($i*2) $code }
17134:
17135: 2002-09-19 paf
17136:
1.116 moko 17137: * Makefile.am: new: make commit
1.95 moko 17138:
17139: * aclocal.m4: forced to be older
17140:
17141: 2002-09-18 paf
17142:
17143: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17144: src/main/compile.y, src/main/execute.C: << >> int shifts
17145:
17146: * src/: include/pa_common.h, include/pa_request.h,
17147: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17148: - now this - fatal error
17149:
17150: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17151: that one can pass binary data there
17152:
17153: * src/: classes/date.C, classes/double.C, classes/file.C,
17154: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17155: classes/op.C, classes/response.C, classes/string.C,
17156: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17157: include/pa_request.h: pa_request contexts made privated, plus
17158: get_{self/method_frame} to read. Request_context_saver used in
17159: ^try to save flang too. [were not saved]
17160:
17161: * src/types/pa_vresponse.C: header value chains joined before
17162: output, this should help $.subject[$var $var] from being
17163: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17164:
17165: 2002-09-17 paf
17166:
17167: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17168: removed changes, operators executed with calling self. lots of
17169: code with ^include code relies on defined/defining self variables
17170:
17171: $a[1] ^include[print_a.p] print_a.p: $a
17172:
17173: ^include[set_a.p] a=$a set_a.p: $a[1]
17174:
17175: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17176: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17177: types/pa_vstateless_class.h: operators now executed with MAIN
17178: self. it's for ^include sake, too strong a change
17179:
17180: * src/classes/op.C: made place for ^process to compile it's code to
17181: in case of no self
17182:
17183: * src/main/execute.C: found ancient param to Junction, removed.
17184: allowed passing self to native_code_operators [for ^process to
17185: work, she needs self]
17186:
17187: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17188: types/pa_vstateless_class.h: found ancient param to Junction,
17189: removed. allowed passing self to native_code_operators [for
17190: ^process to work, she needs self]
17191:
17192: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17193: types/pa_value.h, types/pa_vmethod_frame.h,
17194: types/pa_vstateless_class.h: allowed Request.self to be 0,
17195: checked that in VMethodFrame get/put and $self.
17196:
17197: * src/classes/: table.C, xdoc.C: table::sql options table::create
17198: copy options options checked, wrong option now fatal error
17199:
17200: * src/main/pa_string.C: string.replace fixed [were missing words on
17201: pieces boundaries]
17202:
1.150 moko 17203: * configure, configure.in: .so now detected [can be .sl on hpux,
17204: .dll on cygwin, .so in other cases)
1.95 moko 17205:
17206: * configure, configure.in: .so now detected [can be .sl on hpux,
17207: .dll on cygwin, .so in other cases)
17208:
17209: * operators.txt, src/classes/hash.C, src/classes/table.C,
17210: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17211: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17212: record taken [were last]
17213:
17214: * src/: classes/hash.C, classes/table.C,
17215: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17216: now errors
17217:
17218: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17219:
17220: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17221: ,2,3]
17222:
17223: 2002-09-16 paf
17224:
17225: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17226: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17227: stdout to be binary. now detected closest header break.
17228:
17229: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17230: closed right
17231:
17232: 2002-09-13 paf
17233:
17234: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17235: src/main/compile_tools.h: (expression #comment)
17236:
17237: (multiline expression #comment line2 #comment )
17238:
17239: (expression #comment with (brackets) comment) << OK
17240:
17241: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17242: bitwise !|| numerical xor now [preparing for expression
17243: #comments]
17244:
17245: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17246: error
17247:
17248: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17249: cheched in pa_socks.C
17250:
1.116 moko 17251: * configure, configure.in, src/include/pa_config_auto.h.in:
17252: HAVE_WINSOCK_H created in configure.in
1.95 moko 17253:
17254: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17255: cookie date now clean [were mistakenly tainted & that worked bad
17256: with opera -- 'happily' that worked OK with msie]
17257:
17258: 2002-09-12 paf
17259:
17260: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17261: VClass get_element now first looks to fields, next to methods &
17262: co todo: the rest reason: more speed
17263:
17264: * src/main/untaint.C: quoted printable encoding stops before
17265: \s*<...>$
17266:
17267: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17268: stops before <...>$
17269:
17270: 2002-09-11 paf
17271:
17272: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17273: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17274: forgot to check users of those funcs. not all were using that
17275: return value convention
17276:
17277: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17278: windows-1254 added
17279:
17280: 2002-09-10 paf
17281:
17282: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17283: VCodeFrame parent param were specified badly
17284:
17285: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17286: WWrapper which used in constructing objects(second param to sql
17287: method) ^...sql{}[$.default{code}] now has parent, wich helps
17288: code in hash to survivi
17289:
17290: * src/: include/pa_request.h, main/execute.C: removed redundant
17291: param to execute [stack said 'thanks']
17292:
17293: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17294: types/pa_value.h, types/pa_vcode_frame.h,
17295: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17296: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17297: responsibility to wcontext
17298:
17299: * src/classes/file.C: decided not to log exec's with stderr, that
17300: could be warnings, and it's up to scritper to log/show them
17301:
17302: * src/: classes/double.C, main/execute.C: double:sql badly called
17303: write_assign_lang, not write_no_lang, thus doing unnecessary
17304: double/string converstion, which were loosing time&precesion
17305:
17306: * src/: main/pa_charset.C, types/pa_vmail.C:
17307: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17308: case of unfinished in buffer processing, causing accidental
17309: transcode stop [in case that source enc != utf-8 & there is
17310: incomplete utf-8 sequence at the end of 16000block iside of
17311: libxml lib] tfm readed & code updated
17312:
17313: 2002-09-04 paf
17314:
17315: * configure: makes with sjlj
17316:
17317: * INSTALL, src/include/pa_config_fixed.h,
17318: src/include/pa_sql_connection.h,
17319: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17320: checked. on win32 it made default
17321:
17322: * src/include/pa_config_auto.h.in: sjlj define
17323:
17324: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17325: can not work with longjump/throw pair, and one must switch that
17326: on there. todo: detect that automatically]
17327:
17328: * src/types/pa_vxnode.C: removed too strong checks of
17329: xnode.elements. now, for instance, if element does not have any
17330: attributes, $xnode.attributes is void, not error
17331:
17332: 2002-09-02 paf
17333:
17334: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17335: removed double_result, didn't help
17336:
17337: * src/main/execute.C: double_result made to move that var away from
17338: hungry g++ optimizer (-O2), before: it were optimized and
17339: comparison operators worked badly
17340:
17341: * src/types/pa_vdate.h: removed debug
17342:
1.116 moko 17343: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17344:
17345: * src/main/execute.C: fixed numeric < & co so that thay now use
17346: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17347: unknown reason.
17348:
17349: 2002-08-29 paf
17350:
17351: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17352: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17353: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17354: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17355: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17356: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17357: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17358: [called less frequent, allowed to remove ugly
17359: Junction.change_context-s from many places, switch,
17360: mail:send..html{}, ..] request.root renamed to method_frame [more
17361: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17362: [speed up]
17363:
17364: 2002-08-28 paf
17365:
17366: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17367: tainted
17368:
17369: * src/types/pa_vcookie.C: fixed cookie delete when
17370: $cookie:name[$.value[]]
17371:
17372: * operators.txt, src/classes/string.C:
17373: ^string.split[delim[;options]]
17374:
17375: 2002-08-27 paf
17376:
1.116 moko 17377: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17378:
17379: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17380: delimiter
17381:
17382: * INSTALL: recommended latest gmime 1.0.5
17383:
17384: 2002-08-26 paf
17385:
17386: * configure, configure.in: apache13/hook added to make dist.
17387:
17388: 2002-08-23 paf
17389:
17390: * src/: include/pa_common.h, main/pa_common.C,
17391: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17392: beside binary [cgi, isapi] not accessible [due to bad rights or
17393: whatever] it's error now
17394:
17395: 2002-08-21 paf
17396:
1.116 moko 17397: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17398:
17399: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17400: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17401: class". compiled as if here they named base class
17402:
17403: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17404: cloning constructor]
17405:
17406: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17407:
1.150 moko 17408: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17409: $mail.received.file.value.content-type fixed
17410:
17411: 2002-08-20 paf
17412:
17413: * src/classes/file.C: fixed language of file:file result
17414:
17415: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17416: from 3.0.0005
17417:
17418: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17419:
17420: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17421: 3.0.0005
17422:
17423: * src/classes/void.C, operators.txt: ^void.length[] = 0
17424:
17425: 2002-08-19 paf
17426:
17427: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17428: work now
17429:
17430: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17431: error in xnode, which were not catched in xdoc]
17432:
17433: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17434: prepared: // validate each document after load/create (?)
17435: //xmlDoValidityCheckingDefaultValue = 1;
17436:
17437: 2002-08-15 paf
17438:
17439: * src/classes/classes.h: write to static var caused useless
17440: Exception, introduced Methoded::put_element wich consumes those
17441:
17442: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17443: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17444: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17445: $response:field[date] $response:field[$.xxx[date]]
17446:
17447: * src/: classes/hash.C, classes/string.C, classes/table.C,
17448: classes/void.C, include/pa_sql_connection.h: fixed source of
17449: ^hash::sql{bad}
17450:
17451: * operators.txt: $request:body unprecessed POST request body
17452:
17453: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17454:
17455: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17456: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17457:
17458: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17459: src/include/pa_request.h, src/main/pa_pool.C,
17460: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17461: $request:body r.post_data now const
17462:
17463: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17464: classes/xnode.C, main/execute.C, types/pa_value.h,
17465: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17466: types/pa_vtable.h: instead of type() checking everywhere used
17467: Value.as now user descendants can be used in params.
17468:
17469: VObject::as_*, is_defined now taken from bases. xtable(table)
17470: ^if($xtable) now OK
17471:
17472: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17473: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17474: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17475:
17476: 2002-08-14 paf
17477:
17478: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17479: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17480: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17481: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17482: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17483: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17484: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17485: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17486: types/pa_vresponse.C, types/pa_vresponse.h,
17487: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17488: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17489: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17490: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17491: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17492: & VClass
17493:
17494: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17495:
17496: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17497: removed fixopt stupidity. on stupid linux use cd /document/root
17498: ../cgi/parser3 script
17499:
17500: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17501: params, splitting them by space, excluding argv[0], argv[argc-1]
17502:
17503: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17504: fixopt.h: fixopt now preprocesses command line params, splitting
17505: them by space, excluding argv[0], argv[argc-1]
17506:
17507: * src/targets/cgi/parser3.C: -f config file
17508:
17509: * src/targets/cgi/parser3.C: fixed .log file dir
17510:
17511: 2002-08-13 paf
17512:
17513: * src/types/pa_vobject.C: allow override parent variables, useful
17514: for form descendants [in vobject too, were in vclass]
17515:
17516: * src/types/pa_vclass.C: allow override parent variables, useful
17517: for form descendants
17518:
17519: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17520: overwritten in derived(table)
17521:
17522: * src/: classes/form.C, classes/mail.C, classes/op.C,
17523: classes/xnode.h, include/pa_request.h, main/execute.C,
17524: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17525: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17526: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17527: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17528: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17529: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17530: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17531: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17532: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17533: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17534: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17535: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17536: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17537: Value::get_element(..., bool looking_down) [needed to exclude
17538: endless recoursion]
17539:
17540: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17541: fix bug with put endless recoursion todo: check 'as'
17542:
17543: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17544: reorganized modules todo: fix bug with put endless recoursion
17545: todo: check 'as'
17546:
17547: * src/types/pa_vobject.h: checked: table fields can be overwritten
17548: in derived(table)
17549:
17550: * src/types/pa_vobject.h: derived classes can have fields of their
17551: own now
17552:
17553: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17554: fixed error message on using non-created table
17555:
17556: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17557: classes/op.C, classes/xnode.h, include/pa_request.h,
17558: main/compile.C, main/compile.tab.C, main/execute.C,
17559: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17560: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17561: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17562: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17563: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17564: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17565: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17566: types/pa_vresponse.C, types/pa_vresponse.h,
17567: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17568: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17569: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17570: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17571: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17572: looking down/up tree todo: fix error message on non-constructed
17573: parents
17574:
17575: 2002-08-12 paf
17576:
17577: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17578: derived OK
17579:
17580: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17581: thorough testing
17582:
17583: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17584: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17585: types/pa_vobject.h, types/pa_vstateless_class.h,
17586: types/pa_vstateless_object.h, types/pa_wcontext.h,
17587: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17588: ^base:create[] dynamic call rewritten todo: thorough testing
17589:
17590: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17591: now instantates base class, remembers it and saves child in
17592: parent VObject.get_class now returns last child = downward
17593: virtual calls OK
17594:
17595: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17596: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17597: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17598: types/pa_vobject.h, types/pa_vresponse.h,
17599: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17600: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17601: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17602: VAliased [redundant], moved $CLASS to VObject only [parser class
17603: instance]
17604:
17605: * src/main/pa_request.C: $response:body[file] content-type check
17606: fixed [were bad when content-type is hash]
17607:
17608: 2002-08-09 paf
17609:
17610: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17611: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17612:
17613: 2002-08-08 paf
17614:
17615: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17616: src/main/pa_globals.C: year column in month calendar [week year]
17617:
17618: * src/main/execute.C: error reporting on object writes to MAIN
17619: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17620:
17621: * operators.txt, src/types/pa_vdate.h: $date.yearday
17622: $date.daylightsaving
17623:
17624: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17625: use tainted data now. only she must specify the language.
17626:
17627: ^mail:send[ $.from[paf@mail.design.ru]
17628: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17629: $.text[^taint[uri][ìîñêâà]=] ]
17630:
17631: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17632: now prints more precise origin
17633:
17634: * src/include/pa_string.h: String::first_char now not fails on
17635: empty strings ^if(-f '') now ok and in 3 other places.
17636:
17637: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17638: String::first_char now not fails on empty strings ^if(-f '') now
17639: ok and in 3 other places.
17640:
17641: 2002-08-07 paf
17642:
17643: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17644: fixed
17645:
17646: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17647:
17648: * src/: main/execute.C, types/pa_vcode_frame.h,
17649: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17650: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17651: mistakenly not completely transparent to object writes.
17652: $hash[^if(1){$hash}] now works
17653:
17654: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17655: now erasing cache file [there were bad check on that]
17656:
17657: * src/: classes/classes.dsp, classes/table.C,
17658: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17659: all Debug dirs in .dsp now named 'Debug'
17660:
1.116 moko 17661: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17662:
17663: * operators.txt, src/classes/mail.C: exception_type email.send
17664:
17665: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17666:
17667: * src/types/pa_vmail.C: mail:send empty email checked
17668:
17669: 2002-08-06 paf
17670:
17671: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17672: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17673: ^table::create[$source;$.options] ^table::join[$source;$.options]
17674:
17675: * operators.txt, src/classes/hash.C, src/classes/string.C,
17676: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17677: # $.default() }
17678:
17679: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17680:
17681: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17682: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17683: $file.content-type [instead of .mime-type] now works for
17684: file::stat also
17685:
17686: * src/main/pa_request.C: case insensitive mime_type_of
17687:
17688: 2002-08-05 paf
17689:
17690: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17691:
17692: * src/types/pa_vmail.C: file buffer relocated to parser heap
17693:
17694: * operators.txt: comment on date:calendar week column
17695:
17696: * src/main/pa_common.C: write checked
17697:
17698: * src/main/: pa_common.C: write checked
17699:
17700: * src/classes/date.C: +1 buf size for stupid snprintfs
17701:
17702: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17703: month calendar week column [ISO 8601 Week Numbers]
17704:
17705: 2002-08-02 paf
17706:
17707: * src/: include/pa_config_fixed.h, main/pa_string.C,
17708: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17709: DEBUG*
17710:
17711: * configure, configure.in, src/include/pa_version.h: release
17712: 3_0_0005
17713:
17714: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17715: multipart post fixed
17716:
17717: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17718: response transcoded source->client only when text/* or simple
17719: onoverridden $response:body
17720:
17721: 2002-08-01 paf
17722:
17723: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17724: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17725: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17726: classes/op.C, classes/response.C, classes/string.C,
17727: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17728: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17729: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17730: include/pa_config_fixed.h, include/pa_dictionary.h,
17731: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17732: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17733: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17734: include/pa_socks.h, include/pa_sql_connection.h,
17735: include/pa_sql_driver_manager.h, include/pa_stack.h,
17736: include/pa_string.h, include/pa_stylesheet_connection.h,
17737: include/pa_stylesheet_manager.h, include/pa_table.h,
17738: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17739: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17740: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17741: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17742: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17743: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17744: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17745: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17746: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17747: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17748: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17749: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17750: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17751: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17752: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17753: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17754: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17755: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17756: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17757: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17758: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17759: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17760: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17761: types/pa_vmethod_frame.h, types/pa_vobject.h,
17762: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17763: types/pa_vresponse.h, types/pa_vstateless_class.C,
17764: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17765: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17766: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17767: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17768: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17769: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17770:
17771: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17772: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17773: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17774: classes/math.C, classes/op.C, classes/response.C,
17775: classes/string.C, classes/table.C, classes/void.C,
17776: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17777: include/pa_array.h, include/pa_cache_managers.h,
17778: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17779: include/pa_config_fixed.h, include/pa_config_includes.h,
17780: include/pa_dictionary.h, include/pa_dir.h,
17781: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17782: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17783: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17784: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17785: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17786: include/pa_stack.h, include/pa_string.h,
17787: include/pa_stylesheet_connection.h,
17788: include/pa_stylesheet_manager.h, include/pa_table.h,
17789: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17790: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17791: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17792: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17793: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17794: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17795: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17796: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17797: main/pa_sql_driver_manager.C, main/pa_string.C,
17798: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17799: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17800: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17801: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17802: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17803: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17804: targets/isapi/pool_storage.h, types/pa_valiased.C,
17805: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17806: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17807: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17808: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17809: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17810: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17811: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17812: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17813: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17814: types/pa_vresponse.C, types/pa_vresponse.h,
17815: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17816: types/pa_vstateless_object.h, types/pa_vstatus.C,
17817: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17818: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17819: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17820: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17821: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17822: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17823: types/Makefile.am: ident.C* removed
17824:
17825: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17826: file:find[/can/do/this/now.txt]
17827:
17828: * src/targets/cgi/parser3.C: usage to stdout now
17829:
17830: 2002-07-31 paf
17831:
17832: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17833:
17834: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17835: default "postmaster"
17836:
17837: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17838: -f postmaster now default sendmail key word "postmaster"
17839: replaced to $.from
17840:
17841: 2002-07-30 paf
17842:
1.116 moko 17843: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17844: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17845:
17846: * src/main/pa_charset.C: comment
17847:
17848: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17849: table, &#decimal;
17850:
17851: * src/main/pa_request.C: comment
17852:
17853: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17854: paragraf]
17855:
17856: 2002-07-11 paf
17857:
17858: * src/main/pa_exec.C: build command line badly added params twice
17859: [and first time without ' ']. double wrong. fixed.
17860:
17861: * src/main/pa_exec.C: invalid .exe caused error message with params
17862: wich parser did not provide = reported badly. fixed that.
17863:
17864: * src/classes/mail.C: $MAIL[ # xxx ]
17865:
17866: now ok
17867:
17868: * operators.txt: plan: sql detailed exception
17869:
17870: 2002-07-01 paf
17871:
17872: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17873: [MForm.configure_admin were called when request.main_class ==0
17874:
17875: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17876:
17877: * src/classes/form.C: content_length type fix
17878:
17879: 2002-06-30 paf
17880:
17881: * src/classes/mail.C: merged from 4
17882:
17883: * src/classes/mail.C: restored $MAIL
17884:
17885: 2002-06-28 paf
17886:
17887: * configure, configure.in: removed paths.h
17888:
1.116 moko 17889: * configure, src/include/pa_version.h,
1.95 moko 17890: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17891: merged, makes updated
17892:
17893: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17894: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17895: src/include/pa_pool.h, src/include/pa_version.h,
17896: src/main/pa_charset.C, src/main/pa_pool.C,
17897: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17898: src/types/pa_vmail.C: merged latest updates to head
17899:
17900: 2002-06-27 paf
17901:
17902: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17903: not error now
17904:
17905: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17906: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17907: src/main/pa_charset.C, src/main/pa_pool.C:
17908: ^xdoc::create[[uri]]... base uri for document being created,
17909: imports and other relative file names would be relative to this
17910: uri default uri=path_translated
17911:
17912: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17913:
17914: 2002-06-26 paf
17915:
17916: * configure, configure.in, src/include/pa_version.h:
17917: release_3_0_0004
17918:
17919: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17920: 0 now
17921:
17922: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17923:
17924: 2002-06-25 paf
17925:
17926: * src/main/pa_string.C: emtpy string, or string of whitespaces
17927: considered bad number now
17928:
17929: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17930: now
17931:
17932: * operators.txt, src/classes/string.C: ^string.normalize [old
17933: name: optimize
17934:
17935: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17936: library configured
17937:
17938: * src/main/pa_request.C: configure_admin forced if no @conf
17939:
1.150 moko 17940: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17941: ^math:crypt updated to generate random salt when needed and to
17942: call system crypt() if not $apr1$ prefix
1.95 moko 17943:
17944: 2002-06-24 paf
17945:
17946: * INSTALL: --with-static/shared-mailreceive described
17947:
17948: * src/include/pa_config_fixed.h: ssize_t fixed
17949:
1.116 moko 17950: * configure, configure.in, src/include/pa_config_auto.h.in,
17951: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17952: src/types/pa_vmail.C: $mail:received makes update
17953:
17954: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17955: WITH_MAILRECEIVE
17956:
17957: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17958:
17959: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17960: option, for $mail:receive
17961:
17962: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17963: introducting $message:received ^mail:send rewritten with backward
17964: comp
17965:
17966: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17967: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17968: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17969: now
17970:
17971: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17972: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17973: src/include/pa_request.h, src/include/pa_string.h,
17974: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17975: src/main/pa_globals.C, src/main/pa_request.C,
17976: src/main/pa_string.C, src/main/pa_uue.C,
17977: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17978: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17979: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17980: uue to separate file introducting $message:received ^mail:send
17981: rewritten with backward comp
17982:
17983: 2002-06-21 paf
17984:
1.116 moko 17985: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17986: co changes
1.95 moko 17987:
1.116 moko 17988: * configure, configure.in, src/lib/md5/Makefile.am,
17989: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17990: restructure .in and .am files appropriate changes
1.95 moko 17991:
17992: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17993: pcre to libs/ added libs/md5 which is linked to non-apache
17994: targets ^math:crypt[password;$apr1$salt]
17995:
17996: * INSTALL, configure.in, operators.txt, parser3.dsw,
17997: src/Makefile.am, src/classes/Makefile.am,
17998: src/classes/classes.dsp, src/classes/math.C,
17999: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18000: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18001: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18002: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18003: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18004: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18005: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18006: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18007: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18008: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18009: src/lib/pcre/pcre_parser_ctype.dsp,
18010: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18011: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18012: src/main/compile.tab.C, src/main/main.dsp,
18013: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18014: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18015: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18016: to libs/ added libs/md5 which is linked to non-apache targets
18017: ^math:crypt[password;$apr1$salt]
18018:
18019: 2002-06-20 paf
18020:
1.150 moko 18021: * INSTALL, configure, configure.in, operators.txt,
18022: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18023: src/include/pa_globals.h, src/include/pa_request.h,
18024: src/main/execute.C, src/main/pa_request.C,
18025: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18026: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18027: file:justname&co & @auto/conf[filespec
1.95 moko 18028:
18029: * operators.txt, src/classes/file.C:
18030: !^file:dirname[/a/some.tar.gz]=/a
18031: !^file:dirname[/a/b/]=/a
18032: !^file:basename[/a/some.tar.gz]=some.tar.gz
18033: !^file:justname[/a/some.tar.gz]=some.tar
18034: !^file:justext[/a/some.tar.gz]=gz
18035:
18036: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18037: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18038: @conf/auto[filespec]
18039:
1.116 moko 18040: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18041:
1.150 moko 18042: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18043: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18044: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18045:
18046: 2002-06-18 paf
18047:
18048: * configure, configure.in, src/include/pa_version.h: version to
18049: configure.in
18050:
18051: * INSTALL: reflected .conf.dist dir change
18052:
1.150 moko 18053: * Makefile.am, configure, configure.in,
1.116 moko 18054: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18055: .in & *.am updated
18056:
18057: * src/classes/file.C: strncasecmp
18058:
18059: * src/classes/file.C: strcasecmp
18060:
1.150 moko 18061: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18062:
18063: * src/classes/file.C: ^file::exec[script;$.bad error case
18064: insensitive check now
18065:
18066: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18067:
18068: * configure, configure.in, src/include/pa_pool.h,
18069: src/include/pa_types.h: pack configure.in detection simplified.
18070: figured out that gcc on sparc not that stupid as thought
18071: previously: on sparc: when it sees packed class it modifies it's
18072: field-access-code to byte operations [stb, ldub] instead of 4byte
18073: operations [st, lduh] so packed must be all parts of packed
18074: class, i.e. it's parents&fields(classes). for now it's only
18075: String that packed and what was wrong is that it's parent -
18076: Pooled, were not packed. fixed that.
18077:
18078: 2002-06-14 paf
18079:
18080: * operators.txt: more precise xml-to-text options
18081:
18082: * operators.txt, src/types/pa_vxnode.C: xnode
18083: attribute_node.name/value xnode pi.node.data
18084:
18085: 2002-06-12 paf
18086:
1.116 moko 18087: * configure, configure.in, src/targets/cgi/Makefile.am,
18088: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18089:
18090: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18091: src/include/pa_globals.h, src/include/pa_request.h,
18092: src/main/compile.tab.C, src/main/pa_globals.C,
18093: src/main/pa_request.C, src/targets/cgi/parser3.C,
18094: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18095:
18096: * src/classes/mail.C: sendmail -ti [default now]
18097:
18098: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18099: to be strings. for convinient #ing
18100:
18101: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18102: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18103:
18104: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18105: main/pa_globals.C, main/pa_request.C: @conf
18106:
18107: 2002-06-11 paf
18108:
18109: * src/classes/file.C: check simplified
18110:
18111: * src/: classes/file.C, targets/cgi/parser3.dsp,
18112: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18113: valid prefix
18114:
18115: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18116: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18117: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18118:
18119: 2002-06-10 paf
18120:
18121: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18122: src/main/pa_common.C: lock failures reported now
18123:
18124: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18125: string->double @ compile time were not-enough-checking...
18126:
18127: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18128: autoconvert now ignored
18129:
18130: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18131: check
18132:
18133: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18134: $response:body content-type:name
18135:
18136: * configure, configure.in: hpux check, nsl link, no socket
18137:
18138: * operators.txt: old merge conflict removed
18139:
18140: * configure, configure.in: pack even address access on sparc&co
18141: arch checked in configure
18142:
18143: * configure, src/include/pa_version.h: makes
18144:
18145: * configure, configure.in, src/include/pa_version.h: makes
18146:
18147: * src/main/untaint.C: (bug#2) mail subject got always prepended
18148: with charset even when all letters were 7bit one
18149:
18150: * src/main/pa_common.C: merged fixed -d (bug)
18151:
18152: * src/main/pa_common.C: fixed -d (bug)
18153:
18154: 2002-06-03 paf
18155:
18156: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18157: src/classes/classes.dsp, src/main/compile.tab.C,
18158: src/main/main.dsp, src/main/pa_globals.C,
18159: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18160: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18161: .dsp-s along with reorganized cvs modules dirs structure
18162:
18163: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18164: main/pa_globals.C, targets/cgi/parser3.dsp,
18165: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18166: modules
18167:
18168: 2002-05-28 paf
18169:
18170: * src/targets/cgi/parser3.C: info.uri now ""
18171:
18172: 2002-05-17 paf
18173:
18174: * src/classes/: table.C: ^table.save << checked empty
18175: pre/match/post columns
18176:
18177: 2002-05-16 paf
18178:
18179: * src/classes/image.C: image::measure can png now
18180:
18181: 2002-05-15 paf
18182:
18183: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18184: added
18185:
18186: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18187:
18188: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18189: %H[:%M[:%S]]]]]] [-%m now
18190:
18191: 2002-05-14 paf
18192:
18193: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18194:
18195: 2002-05-07 paf
18196:
18197: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18198: src/include/pa_globals.h, src/include/pa_request.h,
18199: src/include/pa_table.h, src/main/compile.tab.C,
18200: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18201: src/main/pa_request.C, src/main/pa_table.C,
18202: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18203: src/targets/isapi/parser3isapi.dsp,
18204: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18205: name2number field now &. main_method_name now on Request pool
18206: rather on global_pool [Junction+VJunction created on same pool as
18207: name = were created on global pool, causing mem leaks]
18208:
18209: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18210: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18211: main/compile.y, main/main.dsp, main/pa_globals.C,
18212: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18213: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18214: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18215: field now &. main_method_name now on Request pool rather on
18216: global_pool [Junction+VJunction created on same pool as name =
18217: were created on global pool, causing mem leaks]
18218:
18219: 2002-05-06 paf
18220:
18221: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18222: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18223: 100*40 bytes per request memory leak [nonpool malloc in globals]
18224:
18225: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18226: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18227: 100*40 bytes per request memory leak [nonpool malloc in globals]
18228:
18229: 2002-04-30 paf
18230:
18231: * configure, src/include/pa_version.h: version now not b
18232:
18233: * src/targets/cgi/parser3.C: request.uri now never 0
18234:
18235: 2002-04-29 paf
18236:
18237: * configure.in: removed b
18238:
18239: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18240: Exception::comment/type checked in (), no there's no empty
18241: type/comment by default
18242:
18243: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18244: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18245: src/doc/value.dox, src/include/pa_exception.h,
18246: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18247: 0001
18248:
18249: 2002-04-26 paf
18250:
18251: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18252: size reduced
18253:
18254: 2002-04-25 paf
18255:
18256: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18257: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18258: now that took into account
18259:
18260: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18261: 01:03:04]
18262:
18263: * ChangeLog, operators.txt, src/classes/date.C:
18264: ^date::create[2002-12-33 01:03:04]
18265:
18266: * ChangeLog: updated changelog
18267:
18268: * src/classes/table.C: removed restriction on column count to
18269: ^table.hash to work, now must be >0 [were >1]
18270:
18271: 2002-04-24 paf
18272:
18273: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18274: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18275: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18276: targets
18277:
18278: 2002-04-23 paf
18279:
18280: * operators.txt, src/classes/string.C:
18281: int/double/string:sql{}[$.default{code}] fixed [were barking:
18282: "junction used outside of context"]
18283:
18284: 2002-04-22 paf
18285:
18286: * types.txt, src/classes/string.C, src/include/pa_string.h,
18287: src/main/pa_string.C, src/types/pa_vstring.C,
18288: src/types/pa_vstring.h: ^string.optimize[]
18289:
18290: * src/: include/pa_globals.h, include/pa_table.h,
18291: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18292: table template
18293:
18294: * src/classes/: string.C: optimize removed from string
18295: .left/right/pos
18296:
18297: * src/main/execute.C: rolled back to
18298: before_killing_userjunction_contexts
18299:
18300: * src/main/execute.C: user junctions context killed
18301:
18302: * src/main/execute.C: junctions to local contexts got
18303: cleanized&checked later
18304:
18305: 2002-04-19 paf
18306:
18307: * src/: classes/string.C, include/pa_request.h,
18308: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18309: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18310: prior to .left .right .mid .pos .match when that is profitable,
18311: and always before .replace when $ORIGINS(1) optimization disabled
18312: economy from not wasting mem on lots of strings which occur by
18313: lots of String:mid calls to get parts of source string between
18314: found_occurances
18315:
18316: * src/classes/file.C: ovector now local economy: 16 bytes per
18317: ^file:list
18318:
18319: * src/: include/pa_globals.h, include/pa_table.h,
18320: main/pa_globals.C, main/pa_string.C: String::match table columns
18321: globalized, not created @ each ^match anymore economy:
18322: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18323:
18324: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18325: removed from each String::match replace iteration, and made
18326: stacked sizeof(VTable)=12bytes economy on each replace code
18327:
18328: * src/doc/footer.htm: 2001,
18329:
18330: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18331: string.match[]['] option enables generation of $match.prematch
18332: .match .postmatch columns
18333:
18334: * src/main/pa_string.C: String::match options analized without
18335: cstr-ing them now
18336:
18337: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18338: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18339: config updated to doxygen 1.2.15, created helper which fixes
18340: minor bugs in chm project files & htm tree. changed extension to
18341: .htm
18342:
18343: 2002-04-18 paf
18344:
18345: * src/doc/doxygen.cfg: .chi generation disabled
18346:
18347: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18348: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18349: fields&methods
18350:
18351: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18352: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18353: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18354: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18355: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18356: types/pa_vresponse.h, types/pa_vstateless_class.h,
18357: types/pa_vstateless_object.h, types/pa_vstatus.h,
18358: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18359: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18360: VStateless_class to VObject
18361:
18362: * src/: main/pa_request.C, types/pa_valiased.h,
18363: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18364: types/pa_vstring.h: VStateless_string_object speicalized light
18365: version of VStateless_object
18366:
18367: * src/classes/op.C: ^throw comment param made optional
18368:
18369: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18370: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18371: and implemented down in VClass, fclass_alias removed,
18372:
18373: * src/types/pa_value.C: forced to cut that from .h because of
18374: VStateless_class usage [undefined in .h]
18375:
18376: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18377: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18378: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18379: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18380: on each CALL]
18381:
18382: * src/: classes/classes.h, classes/date.C, classes/double.C,
18383: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18384: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18385: classes/response.C, classes/string.C, classes/table.C,
18386: classes/void.C, classes/xnode.C, include/pa_globals.h,
18387: include/pa_request.h, main/execute.C, main/pa_globals.C,
18388: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18389: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18390: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18391: types/pa_vstateless_class.h, types/pa_wcontext.C,
18392: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18393: removed Value::fname
18394:
18395: 2002-04-17 paf
18396:
18397: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18398: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18399: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18400: include/pa_pool.h, include/pa_types.h: dox updated to current
18401: state, PTHROW freshen to throw & co
18402:
18403: * src/types/pa_vhash.h: vstring wrong parent fixed
18404:
18405: * src/classes/op.C: taint local result var bug fixed
18406:
18407: 2002-04-16 paf
18408:
18409: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18410: Attic asm.txt as most interesting
18411:
18412: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18413: check, preventing content-length: 0 from appearing
18414:
18415: * src/main/execute.C: $result in @main now taken into account as in
18416: usual functions
18417:
18418: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18419: & @unhandled_exception now taken into account as in usual
18420: functions
18421:
18422: * src/doc/postbuild.txt: instructions on post .html build
18423:
18424: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18425:
18426: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18427: tainted
18428:
18429: * src/main/pa_request.C: uri in error log
18430:
18431: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18432: cheched date:create(days) param for validity [later were assumed
18433: valid and crashed on invalid onces]
18434:
18435: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18436: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18437: and used that for removing VString wrapper
18438:
18439: * src/classes/op.C: exception2vhash file now tainted
18440:
18441: * src/classes/op.C: _process pseudo origin copied from local var to
18442: heap
18443:
18444: * src/classes/op.C: extra check on empty file in origin in _execute
18445:
18446: 2002-04-15 paf
18447:
18448: * src/: main/execute.C, types/pa_value.h: fixed name update
18449:
18450: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18451: functions
18452:
18453: * src/: classes/file.C, classes/hash.C, classes/op.C,
18454: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18455: started dual write_xxx_lang functions, if checked & works
18456:
18457: * src/: classes/date.C, classes/file.C, classes/mail.C,
18458: classes/string.C, classes/xnode.C, include/pa_request.h,
18459: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18460: unnecessary VString shells
18461:
18462: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18463: prev changes]
18464:
18465: * src/: classes/image.C, classes/op.C, classes/string.C,
18466: classes/table.C, include/pa_request.h, main/execute.C,
18467: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18468: StringOrValue wcontext result, now ready for dual writes
18469:
18470: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18471: checked that
18472:
18473: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18474: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18475: changed to OP_WRITE_VALUE in var get cases
18476:
18477: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18478: include/pa_request.h, main/compile.tab.C, main/compile.y,
18479: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18480: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18481: switch in hash constructor fixed [were problems with using of
18482: stacked wwrapper after it's death]
18483:
18484: 2002-04-12 paf
18485:
18486: * operators.txt, src/classes/table.C: table.select(expression) 0
18487:
18488: 2002-04-11 paf
18489:
18490: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18491: Request::process_internal codeFrame & wwrapper stacked [not
18492: wasting heap anymore]
18493:
18494: 2002-04-10 paf
18495:
18496: * src/: classes/double.C, classes/file.C, classes/hash.C,
18497: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18498: classes/string.C, classes/table.C, classes/void.C,
18499: classes/xdoc.C, include/pa_request.h, main/execute.C,
18500: main/pa_string.C: killed Request::process() wrapping
18501: VString(String) in case we need only String
18502:
18503: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18504: killed 8 bytes from String.head
18505:
18506: 2002-04-09 paf
18507:
18508: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18509: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18510: local*/char b[...]; a=b; situations
18511:
18512: * operators.txt, src/classes/xdoc.C: xslt params made literal
18513:
18514: * src/classes/xdoc.C: xslt params fixed
18515:
18516: * src/: main/pa_common.C, targets/cgi/parser3.C,
18517: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18518: not pool.malloc(MAX_NUMBER) but really neaded
18519:
18520: * operators.txt, src/classes/double.C, src/classes/int.C:
18521: int/double.int/double(default)
18522:
18523: 2002-04-04 paf
18524:
18525: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18526: [when reconstructing pieces were split by
18527: max_integral(piece.size), thus some strings to replace happen to
18528: be split into two = not replaced)
18529:
18530: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18531: standalone version = current dir
18532:
18533: * src/targets/cgi/parser3.C: document root in standalone version =
18534: current dir
18535:
18536: 2002-04-03 paf
18537:
18538: * configure, configure.in: more checks on nonexistent charset
18539:
1.116 moko 18540: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18541:
18542: 2002-04-02 paf
18543:
18544: * src/main/compile.C: parser.compile [exception name more like in
18545: doc]
18546:
18547: 2002-04-01 paf
18548:
18549: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18550: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18551: .content-type.charset, not .charset
18552:
18553: 2002-03-29 paf
18554:
18555: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18556:
18557: * operators.txt, src/classes/date.C: ^date::create now may not
18558: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18559: days' year. | 31.05->31.04 roll
18560:
18561: 2002-03-28 paf
18562:
18563: * operators.txt, src/classes/date.C, src/classes/op.C,
18564: src/include/pa_globals.h, src/include/pa_hash.h,
18565: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18566: ^cache(seconds) ^cache[date] }
18567:
18568: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18569: param
18570:
18571: 2002-03-27 paf
18572:
18573: * operators.txt, src/classes/date.C, src/classes/double.C,
18574: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18575: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18576: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18577: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18578: src/classes/xnode.C, src/include/pa_exception.h,
18579: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18580: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18581: src/main/pa_array.C, src/main/pa_charset.C,
18582: src/main/pa_charsets.C, src/main/pa_common.C,
18583: src/main/pa_dictionary.C, src/main/pa_exception.C,
18584: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18585: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18586: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18587: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18588: src/types/pa_value.h, src/types/pa_vcookie.C,
18589: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18590: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18591: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18592: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18593: src/types/pa_wwrapper.h: assigned exception types
18594:
18595: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18596: src/include/pa_request.h, src/main/execute.C,
18597: src/main/pa_request.C: decided agains resetting exception_trace,
18598: just changed name
18599:
18600: 2002-03-26 paf
18601:
18602: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18603: fixed
18604:
18605: * src/classes/op.C: forced language of $source field of exception
18606: to 'tainted', so that sql-langed-frags could be outputed outside
18607: of connect
18608:
18609: * operators.txt: removed date.roll limit of +-1 offset
18610:
18611: * src/classes/date.C: removed date.roll limit of +-1 offset
18612:
18613: * operators.txt, src/classes/date.C: fixed date roll on
18614: daylightsaving days mktime took into account tm_isdst flag, which
18615: remained from BEFORE roll, but should have been reset
18616:
18617: 2002-03-25 paf
18618:
18619: * operators.txt, src/targets/cgi/parser3.C:
18620: http_site_config_filespec
18621:
18622: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18623: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18624: with any/both --disable-foreign-group-files --disable-execs
18625:
18626: * INSTALL: "--with=sendmail=COMMAND" comment
18627:
18628: * INSTALL, configure, configure.in, src/classes/mail.C,
18629: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18630: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18631: disables execs also. introducing --sendmail
1.95 moko 18632:
18633: * operators.txt: pgsql options comment
18634:
18635: * INSTALL: comment on --disable-link-stdcpp
18636:
1.116 moko 18637: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18638: libstdc++ link skipping configure option
1.95 moko 18639:
18640: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18641: with error were put to cache with 'marked_to_rollback' flag, all
18642: consequent even OK requests rolled back
18643:
18644: 2002-03-22 paf
18645:
18646: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18647: false return
18648:
18649: * operators.txt: few comments on sets
18650:
18651: 2002-03-18 paf
18652:
18653: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18654: src/include/pa_globals.h, src/include/pa_request.h,
18655: src/include/pa_stack.h, src/main/pa_globals.C,
18656: src/main/pa_request.C: introducing ^try
18657:
18658: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18659: types/pa_vdouble.h: removed some tested @tests
18660:
18661: 2002-03-15 paf
18662:
18663: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18664:
18665: 2002-03-13 paf
18666:
18667: * src/main/pa_exception.C: checked not-pooled malloc
18668:
18669: 2002-03-11 paf
18670:
18671: * INSTALL, configure, configure.in,
18672: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18673:
18674: * src/main/pa_common.C: --disable-foreign-group-files
18675:
18676: * INSTALL: --disable-execs
18677:
18678: * src/main/pa_exec.C: --disable-execs
18679:
18680: * configure, configure.in, src/include/pa_config_auto.h.in:
18681: --disable-execs
18682:
18683: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18684:
18685: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18686: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18687:
18688: 2002-03-05 paf
18689:
18690: * operators.txt, src/classes/date.C: date week calendar columns
18691: named
18692:
18693: * operators.txt, src/classes/date.C: date week calendar columns
18694: named
18695:
18696: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18697: requires headers to be terminated with \r\n manually [refuses to
18698: separate header/body itself]
18699:
18700: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18701: targets/isapi/parser3isapi.C: isapi site config beside .dll
18702:
18703: 2002-03-04 paf
18704:
18705: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18706: in PASS language
18707:
18708: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18709: deserialize checks on broken file
18710:
18711: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18712: parser3isapi.dsp: isapi updated
18713:
18714: 2002-03-01 paf
18715:
18716: * src/main/pa_exec.C: execle -> execve, now argc OK
18717:
18718: 2002-02-28 paf
18719:
18720: * src/main/untaint.C: removed some debug comments
18721:
18722: * src/main/pa_charsets.C: when placing charset to cache using
18723: global name now [were request]
18724:
18725: * configure, configure.in: apache module updated
18726:
18727: * src/main/pa_string.C: origin by first piece preferred before last
18728: piece
18729:
18730: 2002-02-27 paf
18731:
18732: * src/main/pa_charset.C: size_t
18733:
18734: * INSTALL: shared/static-xml with-pathlink
18735:
18736: * operators.txt: SMTP comment
18737:
18738: 2002-02-26 paf
18739:
18740: * src/main/pa_exec.C: more precise names for vars, cosmetic
18741:
18742: * src/classes/xnode.C: in some situation, xpath query returned
18743: result with type NODESET, but empty nodeset member field, checked
18744: that
18745:
18746: 2002-02-22 paf
18747:
18748: * INSTALL: without-zlib comment
18749:
18750: * etc/parser3.charsets/windows-1251.cfg: °
18751:
18752: * configure, configure.in: glib###.a detection fixed
18753:
18754: * INSTALL: hashfile removed from INSTALL
18755:
1.116 moko 18756: * Makefile.am: make update
1.95 moko 18757:
18758: * src/main/pa_string.C: string iterators fixed again, so were
18759: String::join_chain
18760:
18761: * src/main/pa_string.C: string iterators fixed again, so were
18762: String::join_chain
18763:
18764: * src/: include/pa_string.h, main/pa_string.C: string iterators
18765: fixed again, so were String::join_chain
18766:
18767: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18768:
18769: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18770: "session"
18771:
1.116 moko 18772: * configure, configure.in, src/include/pa_config_auto.h.in:
18773: --with-shared-xml --with-static-xml
1.95 moko 18774:
18775: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18776: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18777: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18778: xalan&xml
18779:
18780: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18781:
18782: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18783: src/types/types.dsp: removed hashfile support from sources for
18784: now
18785:
1.116 moko 18786: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18787: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18788: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18789: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18790: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18791: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18792: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18793: src/types/Makefile.am, src/types/pa_vhashfile.C,
18794: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18795:
18796: 2002-02-21 paf
18797:
18798: * src/main/untaint.C: removed debug code, activated commented-for
18799: debug parts
18800:
1.116 moko 18801: * Makefile.am: make cvsupdate
1.95 moko 18802:
18803: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18804: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18805: append_row, not at link zero now string to string appending works
18806:
18807: 2002-02-20 paf
18808:
18809: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18810: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18811: DEBUG_STRING_APPENDS_VS_EXPANDS
18812:
18813: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18814: economy: 22%
18815:
18816: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18817: space uptimized: string::link_row removed
18818:
18819: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18820: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18821: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18822: types/pa_vstring.h: speed uptimized: string::is_empty
18823:
18824: * operators.txt, src/include/pa_common.h,
18825: src/include/pa_config_fixed.h, src/include/pa_string.h,
18826: src/include/pa_types.h, src/main/compile.tab.C,
18827: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18828: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18829: string append optimiziation idea and estimates
18830:
18831: 2002-02-19 paf
18832:
18833: * src/classes/math.C: not used directly [but erroreously reported
18834: that 'is', thus registering twice&other probs]
18835:
18836: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18837: to node [element]
18838:
18839: * src/main/compile.C: without string_origins parse error
18840: file+line+col possible
18841:
18842: * src/main/: compile.C: without string_origins not worked
18843:
18844: 2002-02-18 paf
18845:
18846: * src/types/pa_vdouble.h: since we have in_expression removed that
18847: trick i've installed into double::as_string
18848:
18849: * src/main/pa_globals.C: extern "C" was removed too fast
18850:
18851: * src/: include/pa_opcode.h, include/pa_request.h,
18852: main/compile.tab.C, main/compile.y, main/execute.C,
18853: types/pa_wcontext.h: in_expression aimed to solve old problem
18854: with string/nonstring values, now in expressions double/int
18855: values are passed as-is, without stupid tostring/fromstring
18856: conversions
18857:
18858: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18859: __cplusplus } #endif
18860:
18861: * src/main/compile.tab.C: bison env set so one could compile
18862: without cygwin installed
18863:
18864: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18865: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18866: gnome xml libs parser .dsp-s changed accordingly
18867:
18868: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18869:
18870: * operators.txt, src/classes/date.C: date::create [were date::set,
18871: with backward comp
18872:
18873: * src/classes/math.C: math:random range check fixed
18874:
18875: * src/main/: compile.tab.C, compile.y: integer division stops name
18876:
18877: * INSTALL: local install comment
18878:
1.116 moko 18879: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18880:
1.116 moko 18881: * acinclude.m4, aclocal.m4, configure, configure.in,
18882: src/include/pa_config_auto.h.in,
18883: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18884: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18885:
18886: * operators.txt: \ comment
18887:
18888: 2002-02-13 paf
18889:
18890: * src/include/pa_config_includes.h: sys/time time both included
18891: now. vaguely remember confilicts on this on some system [not on
18892: six|ablv] so when would see them again would think up proper
18893: check
18894:
1.116 moko 18895: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18896: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18897:
18898: * src/main/pa_common.C: truncation never occured when writing files
18899: on unix [since i've changed cache mech] fix
18900:
18901: * src/main/pa_common.C: strnchr: sanity check added
18902:
18903: * etc/parser3.charsets/windows-1257.cfg: id added
18904:
18905: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18906: baltic charset file generated, in generation script ispunct check
18907: added
18908:
18909: 2002-02-08 paf
18910:
1.116 moko 18911: * src/: include/Makefile.am, sql/Makefile.am,
18912: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18913:
18914: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18915: forgotten
18916:
18917: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18918:
18919: * INSTALL, README: install&others updated
18920:
18921: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18922:
1.116 moko 18923: * Makefile.am, configure, configure.in,
18924: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18925: src/classes/Makefile.am, src/main/Makefile.am,
18926: src/main/pa_status_provider.C, src/targets/Makefile.am,
18927: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18928: works
1.95 moko 18929:
18930: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18931: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18932: classes/hashfile.C, classes/int.C, classes/mail.C,
18933: classes/math.C, classes/op.C, classes/response.C,
18934: classes/string.C, classes/table.C, classes/void.C,
18935: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18936: include/pa_array.h, include/pa_cache_managers.h,
18937: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18938: include/pa_config_fixed.h, include/pa_config_includes.h,
18939: include/pa_db_connection.h, include/pa_db_manager.h,
18940: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18941: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18942: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18943: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18944: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18945: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18946: include/pa_stack.h, include/pa_string.h,
18947: include/pa_stylesheet_connection.h,
18948: include/pa_stylesheet_manager.h, include/pa_table.h,
18949: include/pa_threads.h, include/pa_types.h, main/compile.C,
18950: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18951: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18952: main/pa_db_connection.C, main/pa_db_manager.C,
18953: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18954: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18955: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18956: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18957: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18958: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18959: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18960: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18961: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18962: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18963: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18964: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18965: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18966: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18967: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18968: types/pa_vmethod_frame.h, types/pa_vobject.h,
18969: types/pa_vrequest.h, types/pa_vresponse.h,
18970: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18971: types/pa_vstateless_object.h, types/pa_vstatus.C,
18972: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18973: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18974: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18975: classes/image.C, main/pa_common.C, main/pa_exec.C,
18976: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18977: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18978: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18979: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18980: types/pa_vxnode.C, main/pa_charset.C: name spelling
18981:
18982: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18983: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18984: classes/hashfile.C, classes/image.C, classes/int.C,
18985: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18986: classes/string.C, classes/table.C, classes/void.C,
18987: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18988: include/pa_array.h, include/pa_cache_managers.h,
18989: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18990: include/pa_config_fixed.h, include/pa_config_includes.h,
18991: include/pa_db_connection.h, include/pa_db_manager.h,
18992: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18993: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18994: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18995: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18996: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18997: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18998: include/pa_stack.h, include/pa_string.h,
18999: include/pa_stylesheet_connection.h,
19000: include/pa_stylesheet_manager.h, include/pa_table.h,
19001: include/pa_threads.h, include/pa_types.h, main/compile.C,
19002: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19003: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19004: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19005: main/pa_db_connection.C, main/pa_db_manager.C,
19006: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19007: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19008: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19009: main/pa_socks.C, main/pa_sql_driver_manager.C,
19010: main/pa_status_provider.C, main/pa_string.C,
19011: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19012: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19013: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19014: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19015: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19016: targets/isapi/pool_storage.h, types/pa_valiased.C,
19017: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19018: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19019: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19020: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19021: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19022: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19023: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19024: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19025: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19026: types/pa_vresponse.h, types/pa_vstateless_class.C,
19027: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19028: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19029: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19030: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19031: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19032: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19033:
19034: 2002-02-07 paf
19035:
19036: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19037:
1.116 moko 19038: * configure, configure.in, src/include/pa_config_auto.h.in,
19039: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19040: added yet another locking function: fcntl
1.95 moko 19041:
19042: * config.sub: on cygwin configure passes it with strange i1586
19043: const, hacked it to mean i586
19044:
19045: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19046: disabled $if reference due to conflicts with local variables
19047:
19048: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19049: xdoc::set obsolete now, now xdoc::create, with both sences
19050:
19051: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19052: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19053: table::create now // 'set' name obsolete now table clone.
19054:
19055: * operators.txt, src/classes/string.C,
19056: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19057: ^int/double/string.format now can be called with normal []
19058: brackets, not stupid {} as it were implemented for some strange
19059: reason. retaining backward compatibility due to some
19060: already-implemented servers
19061:
19062: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19063: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19064: operators now detected by check at name_without_curly_rdive_read
19065: rule whether diving code constists only of
19066: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19067: with OP_GET_ELEMENT_OR_OPERATOR to form
19068: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19069:
19070: 2002-02-06 paf
19071:
19072: * configure, configure.in: prefix expanded, grr
19073:
19074: * operators.txt, src/classes/mail.C: mail:send config changed
19075:
19076: 2002-02-05 paf
19077:
19078: * operators.txt: regex options commented
19079:
19080: * src/main/: pa_exec.C: argv0 now correct
19081:
19082: * src/types/pa_vstatus.C: status:rusage 3
19083:
19084: * src/types/pa_vstatus.C: status:rusage 2
19085:
19086: * operators.txt: status:rusage described int operators
19087:
19088: * src/types/pa_vstatus.C: status:rusage 1
19089:
19090: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19091: src/types/types.dsp: status:rusage
19092:
19093: * configure.in, operators.txt, src/classes/file.C,
19094: src/classes/op.C, src/include/pa_common.h,
19095: src/include/pa_config_includes.h, src/main/compile.tab.C,
19096: src/main/pa_common.C: rewritten ^cache to use
19097: non-blocking-exclusive-caches
19098:
19099: * src/main/pa_common.C: text file read mode on win32 adjusted
19100: [speed impact. was off for debugging purpose, but forgotten
19101: afterwards]
19102:
19103: 2002-02-01 paf
19104:
19105: * src/classes/op.C: file_write does EX lock after create, while
19106: file_read does SH after open, so there's a moment after create
19107: but before EX lock when read can sneak into, and read
19108: just-created-for-writing-and-not-yet-locked file, added a check
19109: for that in ^cache...read
19110:
19111: 2002-01-31 paf
19112:
19113: * src/main/: compile.y, compile.tab.C: disabled operator call after
19114: ^xxx:
19115:
19116: * src/main/: compile.tab.C, execute.C: made operators lookup first
19117: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19118:
19119: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19120: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19121: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19122: operators check 6.1 rewritten. now check is done at compile time
19123:
19124: * src/main/execute.C: operators check 5 floated up old error of
19125: staying in 'entered class/object' state after $a($a..) it
19126: prevented operators from being called thereafter
19127:
19128: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19129: main/execute.C: operators check 4 floated up old error of staying
19130: in 'entered object' state after ^a.a(a) it prevented operators
19131: from being called thereafter
19132:
19133: * src/main/execute.C: operators check 3 floated up old error of
19134: staying in 'entered class' state after $a:a(a) it prevented
19135: operators from being called thereafter
19136:
19137: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19138: floated up old error of staying in 'entered class' state after
19139: $a:a[a] it prevented operators from being called thereafter
19140:
19141: * src/main/execute.C: operators check, thay mistakenly seen in
19142: $class:operator $object.operators contexts
19143:
19144: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19145: win32
19146:
1.116 moko 19147: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19148: src/classes/Makefile.am, src/main/Makefile.am,
19149: src/targets/cgi/Makefile.am,
1.95 moko 19150: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19151: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19152:
1.116 moko 19153: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19154: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19155: configure, configure.in, form.txt, ident.awk, install-sh,
19156: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19157: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19158: etc/parser3.charsets/Makefile.am,
19159: etc/parser3.charsets/koi8-r.cfg,
19160: etc/parser3.charsets/windows-1250.cfg,
19161: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19162: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19163: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19164: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19165: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19166: straightened installation scripts procedure made
19167: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19168: change
19169:
19170: 2002-01-30 paf
19171:
19172: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19173: removed] those comments were a mistake, and prevented libltdl
19174: from function properly
19175:
19176: 2002-01-29 paf
19177:
1.116 moko 19178: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19179: creation [modified acinclude.m4 which were creating int into just
19180: assignment LIBTOOL=../libtool] added default system
19181: config&charsetts prepared 'make install', now it installs
19182: targets/cgi/parser3 into bin directory etc/parser3.conf &
19183: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19184: $sysconfdir/parser3.charsets respectively
19185:
19186: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19187: main/pa_globals.C: few forgotten ifdef XML added
19188:
19189: 2002-01-28 paf
19190:
1.116 moko 19191: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19192: removed
19193:
19194: * src/main/pa_exception.C: dom|generic error output fix
19195:
19196: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19197:
19198: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19199:
19200: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19201: [fixed as_node helper func to accept docs]
19202:
19203: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19204: xdoc.importNode 0
19205:
19206: * src/classes/xdoc.C: xdoc::set now untaints OK
19207:
19208: 2002-01-25 paf
19209:
19210: * src/main/: compile.tab.C, compile.y: #comment before @ after
19211: @SPECIAL now works OK
19212:
19213: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19214:
19215: * src/main/pa_exec.C: max arg count now 10, and proper message on
19216: violation that added
19217:
19218: * src/classes/hash.C: unified hash::sql, now
19219: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19220:
19221: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19222: ^file:lock[filename]{code}
19223:
19224: * src/: classes/file.C, classes/op.C, classes/string.C,
19225: classes/table.C, classes/xdoc.C, include/pa_common.h,
19226: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19227: to some pa_common funcs
19228:
19229: * src/: include/pa_charset.h, main/pa_globals.C:
19230: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19231:
19232: * src/: include/pa_charset.h, main/pa_charset.C,
19233: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19234: not stupid illegal define
19235:
19236: 2002-01-24 paf
19237:
19238: * src/include/pa_version.h: changed version number
19239:
19240: * src/: classes/hashfile.C, include/pa_db_table.h,
19241: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19242: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19243: main/pa_db_connection.C, main/pa_db_table.C,
19244: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19245: hashfile without logfiles
19246:
19247: * src/: classes/hashfile.C, include/pa_db_table.h,
19248: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19249: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19250: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19251: DB_INIT_TXN init bits, thus got rid of huge log files, which
19252: cluttered disk without huge need]
19253:
19254: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19255: handy macro, which is strangly abscent in dome lib
19256:
19257: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19258:
19259: * src/classes/xdoc.C: checked empty response
19260:
19261: * src/classes/xnode.C: xdoc.select fixed context node [were always
19262: /, not self node]
19263:
19264: * src/classes/xnode.C: xnode.select returns array always now, in
19265: case 'nothing found' returns empty array
19266:
19267: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19268: be more tender with ctrl/c/v
19269:
19270: 2002-01-23 paf
19271:
19272: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19273: substituted. // 2. when dom tree with entites goes under
19274: transform text nodes // got [erroreosly] cut on first
19275: entity occurance
19276:
19277: * src/types/pa_vdouble.h: double prec. todo: get rid of
19278: twice-converting
19279:
19280: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19281: 'e' in output this is for regretful twice-converting here:
19282: $a(double value) when they write double falue they convert it to
19283: string first, thus %g were losing precesion.
19284:
19285: todo: think up some way to remove double->string string->double
19286: twice-converting
19287:
19288: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19289: %.20E now default float format this is for regretful
19290: twice-converting here: $a(double value) when they write double
19291: falue they convert it to string first, thus %g were losing
19292: precesion.
19293:
19294: todo: think up some way to remove double->string string->double
19295: twice-converting
19296:
19297: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19298: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19299: reasons in comment inside
19300:
19301: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19302: statically linked]
19303:
19304: * src/: include/pa_exception.h, main/compile.tab.C,
19305: main/pa_exception.C: removed exception va_list constructor. 1.
19306: not needed anymore 2. there were a conflict[causing errors]
19307: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19308: never detected an ambiguilty here, compiling ctor(, "hello") into
19309: ctor(, va_list) which, of course, caused gpf
19310:
19311: * src/main/pa_globals.C: removed debug xslt messages
19312:
19313: 2002-01-22 paf
19314:
19315: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19316: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19317: helps compiling stylesheet properly. example: this refused to
19318: work, <b>«<xsl:value-of select="@title"
19319: />»</b> stranly worked only this way:
19320: <b>«<xsl:value-of select="@title" />»</b>
19321:
19322: docs says "set it to 1", never going into details, so I decided
19323: to try NOT to do that
19324:
19325: * src/classes/table.C: join behaived badly in case named tables
19326: structure mismatched: 0 strings sneaked into dest failing
19327: afterwards. replaced them with empty strings
19328:
19329: 2002-01-21 paf
19330:
19331: * src/main/pa_charset.C: checked empty transcoders in
19332: transcode_cstr|buf
19333:
19334: * src/classes/xdoc.C: xdoc::load error source = filespec
19335:
19336: * src/classes/xdoc.C: transform error source now
19337: stylesheet_filespec
19338:
1.116 moko 19339: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19340: include/pa_stylesheet_connection.h, main/pa_charset.C,
19341: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19342: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19343: gnome
1.95 moko 19344:
19345: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19346: include/pa_globals.h, include/pa_stylesheet_connection.h,
19347: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19348: xslt generic error 1
19349:
19350: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19351: xml generic message 1
19352:
19353: * src/classes/table.C: ^table::load empty lines or #comments before
19354: headline
19355:
19356: * src/: include/pa_array.h, include/pa_globals.h,
19357: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19358: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19359: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19360: errors 0
19361:
19362: 2002-01-16 paf
19363:
19364: * src/: classes/hash.C, classes/op.C, classes/string.C,
19365: classes/table.C, classes/void.C, classes/xdoc.C,
19366: include/pa_db_connection.h, include/pa_request.h,
19367: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19368: include/pa_stylesheet_connection.h,
19369: include/pa_stylesheet_manager.h, main/pa_request.C,
19370: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19371: targets/cgi/pool_storage.h: auto closers to sql_connection,
19372: stylesheet_connection auto destroyers to remaining gnome objects
19373:
19374: * src/classes/xdoc.C: few comments
19375:
19376: 2002-01-15 paf
19377:
19378: * src/classes/xdoc.C: xdoc file save string
19379:
19380: ready. todo: error handling
19381:
19382: * src/classes/xdoc.C: xdoc save rewritten using
19383: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19384: result
19385:
19386: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19387: started output options parsing
19388:
19389: 2002-01-14 paf
19390:
19391: * src/classes/xdoc.C: method
19392:
19393: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19394: include/pa_pool.h, include/pa_stylesheet_connection.h,
19395: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19396: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19397: xslt transform0. TODO: use output options handle errors
19398:
19399: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19400:
19401: 2002-01-11 paf
19402:
19403: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19404: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19405: partial logical && || evaluation
19406:
19407: * src/classes/xnode.C: xpath selectNodes
19408:
19409: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19410: string/number/bool
19411:
19412: * src/classes/xnode.C: xpath selectNode 2
19413:
19414: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19415: xpath selectNode 1
19416:
19417: 2002-01-10 paf
19418:
19419: * src/classes/xnode.C: xpath selectNode -100 [just written]
19420:
19421: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19422: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19423: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19424: refcounter]
19425:
19426: 2001-12-29 paf
19427:
19428: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19429: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19430: glib works 0
19431:
19432: 2001-12-28 paf
19433:
19434: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19435: main/pa_exception.C: started glib transcoders
19436:
19437: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19438:
19439: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19440: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19441: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19442: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19443: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19444: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19445: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19446: libs just compiled in. no refcounting no xpath no xslt yet
19447:
19448: 2001-12-27 paf
19449:
19450: * src/: include/pa_charset.h, include/pa_common.h,
19451: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19452: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19453: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19454: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19455: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19456: from xalan&xerces, started the process. globals [initialization
19457: pool [charset update charset [transcodings vxnode vxdoc [DOM
19458: calls
19459:
19460: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19461: anymore
19462:
19463: 2001-12-26 paf
19464:
19465: * src/: include/pa_charset.h, include/pa_charsets.h,
19466: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19467: key globalized [bug]
19468:
19469: 2001-12-25 paf
19470:
19471: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19472: main/pa_string.C: table set & append changed splitting languages,
19473: separators now can be clean AND as-is same to mail command line
19474: $MAIN:MAIL.progX arguments
19475:
19476: 2001-12-24 paf
19477:
19478: * src/classes/mail.C: one parted text messages - no multipart
19479: mime-type anymore. for convinient if $.attach-ments
19480:
19481: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19482: main/pa_string.C: read from cache size check updated
19483:
19484: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19485:
19486: 2001-12-21 paf
19487:
19488: * src/classes/date.C: date:sql-string now returns localtime
19489:
19490: * src/main/pa_request.C: $result in @main actually not working, to
19491: hell with it for now
19492:
19493: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19494: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19495: @postprocess @exception
19496:
19497: * src/main/execute.C: junction evaluation canceled - endless
19498: recursion detected
19499:
19500: 2001-12-19 paf
19501:
19502: * src/main/pa_charset.C: charset->charset transcoding via unicode
19503: intermediate
19504:
19505: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19506:
19507: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19508:
19509: * src/classes/op.C: ^cache keypath now relative
19510:
19511: * src/classes/mail.C: changed weighting prior to sort
19512:
19513: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19514: were missing
19515:
19516: 2001-12-17 paf
19517:
19518: * src/main/pa_charset.C: ifndef XML were bad type
19519:
19520: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19521: outdated unset services_pool
19522:
19523: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19524: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19525: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19526:
19527: * src/main/untaint.C: allowed space in filespec
19528:
19529: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19530:
19531: * src/classes/image.C: no govno
19532:
19533: * src/classes/image.C: govno
19534:
19535: 2001-12-16 paf
19536:
19537: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19538:
19539: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19540: charset_connection&manager replaced by charset&charsets
19541:
19542: * src/main/pa_charset.C: name_cstr 0
19543:
19544: * src/main/untaint.C: uri lang now knows about client/source
19545: charsets
19546:
19547: * src/: classes/file.C, classes/math.C, classes/op.C,
19548: classes/string.C, classes/table.C, classes/xdoc.C,
19549: include/pa_array.h, include/pa_cache_managers.h,
19550: include/pa_charset_connection.h, include/pa_charset_manager.h,
19551: include/pa_common.h, include/pa_db_connection.h,
19552: include/pa_db_manager.h, include/pa_db_table.h,
19553: include/pa_dictionary.h, include/pa_exception.h,
19554: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19555: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19556: include/pa_sapi.h, include/pa_socks.h,
19557: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19558: include/pa_string.h, include/pa_stylesheet_connection.h,
19559: include/pa_stylesheet_manager.h, include/pa_table.h,
19560: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19561: main/pa_charset.C, main/pa_charset_connection.C,
19562: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19563: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19564: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19565: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19566: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19567: types/types.dsp: introducing Charset
19568:
19569: 2001-12-14 paf
19570:
19571: * src/: include/pa_request.h, include/pa_transcoder.h,
19572: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19573: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19574: uri lang
19575:
19576: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19577:
19578: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19579:
19580: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19581: defalts_name global
19582:
19583: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19584: include/pa_request.h, main/main.dsp,
19585: main/pa_charset_connection.C, main/pa_charset_manager.C,
19586: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19587: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19588: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19589: changed charset model. now important: $request:charset
19590: $response:charset while $response:content-type.charset become
19591: unimportant [informational]
19592:
19593: 2001-12-13 paf
19594:
19595: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19596:
19597: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19598: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19599: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19600: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19601: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19602: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19603:
19604: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19605: auto_ptr part other way, because of stupid gcc 2.96
19606: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19607: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19608: FormatterListener] /usr/include/g++-3/memory:48:
19609: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19610: _Tp1 = FormatterListener, _Tp = FormatterListener]
19611:
19612: * src/classes/xdoc.C: removed extra inc
19613:
19614: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19615:
19616: * src/include/pa_types.h: msvc head debugging flag
19617:
19618: * src/classes/xdoc.C: freed up listener
19619:
19620: * src/classes/string.C: change msg '... code is not code'
19621:
19622: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19623: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19624: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19625: [past/future prob]
19626:
19627: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19628: include/pa_config_fixed.h, include/pa_db_manager.h,
19629: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19630: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19631:
19632: * src/: include/pa_config_fixed.h, main/pa_common.C,
19633: main/pa_string.C: removed signed mismatch warnings
19634:
19635: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19636: 'expires' from header outputs
19637:
19638: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19639: row ptr
19640:
19641: * src/classes/file.C: file::cgi bug, request_method were passed to
19642: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19643:
19644: * src/classes/xdoc.C: lang list updated
19645:
19646: 2001-12-10 paf
19647:
19648: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19649:
19650: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19651: erase files like that, knowing their full name introducing //
19652: theoretical problem with, for instance, "_2B" and "." fragments,
19653: // they would yield the same // because
19654: need_file_encode('_')=false // but we need to delete such files
19655: somehow, getting names from ^index
19656:
19657: * src/main/pa_string.C: ^string.replace bug fixed [bad
19658: string::join_chank break]
19659:
19660: 2001-12-07 paf
19661:
19662: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19663: include/pa_common.h, include/pa_config_auto.h.in,
19664: include/pa_config_fixed.h, include/pa_config_includes.h,
19665: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19666: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19667: types/pa_vhashfile.C: merged from r14_simple_cache
19668:
19669: * src/main/pa_string.C: stupid sparc architecture failed to access
19670: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19671: lduh [ %i2 + 1 ], %l0
19672:
19673: bus error, fixed that
19674:
19675: * src/main/pa_string.C: strange string deserialize bug on
19676: client[pmts], a bit shortened,
19677:
19678: * src/include/pa_config_auto.h.in: makes
19679:
19680: * src/: include/pa_common.h, include/pa_config_fixed.h,
19681: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19682: file write shared lock file read
19683:
19684: * src/: classes/op.C, include/pa_common.h,
19685: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19686:
19687: 2001-12-06 paf
19688:
19689: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19690: main/pa_request.C: #ifdef RESOURCES_DEBUG
19691:
19692: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19693: info
19694:
19695: * src/classes/hashfile.C: removed transaction from ^cache
19696:
19697: 2001-12-05 paf
19698:
19699: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19700: IIS5 there were a prob with illegal call check
19701:
19702: 2001-12-04 paf
19703:
19704: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19705: main/pa_request.C: measures to log
19706:
19707: 2001-11-23 paf
19708:
19709: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19710: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19711: types/pa_vhashfile.C: merged from _0014, 1
19712:
19713: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19714: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19715: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19716: ^cache(33) would change
19717:
19718: 0660 bits in file_write & hashfile create
19719:
19720: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19721: after pa_string optimization]
19722:
19723: 2001-11-22 paf
19724:
19725: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19726: table.offset[whence]
19727:
19728: * src/classes/op.C: process cstr(,connection)
19729:
19730: * src/classes/op.C: process now gets its body on current language,
19731: not as-is
19732:
19733: * src/main/untaint.C: ORIGINS mode removed UHTML
19734:
19735: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19736: bit
19737:
1.116 moko 19738: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19739:
19740: 2001-11-21 paf
19741:
19742: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19743: <xsl:output output options made identical to xsl:output
19744: attributes exclusion: cdata-section-elements what xalan can do
19745: but that not used now: it can escape and remove CDATA sections
19746:
19747: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19748: produced by xslt
19749:
19750: * src/targets/cgi/parser3.C: removed debug cgi||1
19751:
19752: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19753:
19754: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19755: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19756: default language for {code}, it happen to change it's language
19757: from CLEAN, so later refused to split by CLEAN \t
19758:
19759: 2001-11-20 paf
19760:
1.116 moko 19761: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19762: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19763: bottom of dependeces, so that errors would popup quicklier, fixed
19764: line numbering in table::sql
19765:
19766: 2001-11-19 paf
19767:
19768: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19769: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19770: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19771: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19772: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19773: at wcontext.write
19774:
1.116 moko 19775: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19776: _set_new_handler
19777:
1.116 moko 19778: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19779: set_new_handler in apache&isapi
1.95 moko 19780:
19781: 2001-11-16 paf
19782:
19783: * src/targets/cgi/parser3.C: pool debug @ die
19784:
19785: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19786: removed 8 bytes from String, 2 bytes from
19787: string::chunk::row::item
19788:
19789: * src/main/pa_string.C: removed 1+4 bytes from String
19790:
19791: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19792: types/pa_vstring.C: removed 1+4 bytes from String
19793:
19794: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19795: 0
19796:
19797: * src/: include/pa_globals.h, include/pa_string.h,
19798: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19799: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19800: targets/cgi/parser3.C: introducing estimating
19801: String::cstr_bufsize, 0
19802:
19803: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19804:
19805: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19806:
19807: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19808: include/pa_pool.h: die in pool::fail
19809:
19810: 2001-11-15 paf
19811:
19812: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19813: main/pa_exception.C, targets/cgi/parser3.C: exception with
19814: dynamic buffer re-back now with counter
19815:
19816: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19817: static buffer back
19818:
19819: * src/targets/cgi/parser3.C: std::
19820:
19821: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19822: include/pa_config_includes.h: setnewhandler check
19823:
1.116 moko 19824: * src/include/pa_config_auto.h.in: makes
1.95 moko 19825:
19826: * src/targets/cgi/parser3.C: set_new_handler started
19827:
19828: 2001-11-14 paf
19829:
19830: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19831: was wrong
19832:
19833: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19834: was wrong
19835:
19836: * src/main/pa_request.C: z
19837:
19838: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19839: full returns win32 -1 solaris >buffer_size
19840:
19841: checked all that
19842:
19843: * src/classes/op.C: ^untaint{body} as-is default now
19844:
19845: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19846: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19847: with no_bad_constructors_try
19848:
19849: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19850: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19851: this: $bred[^string::length[]] $bred[^response::clear[]]
19852: $bred[^int::int[]]
19853:
19854: now VObject creation moved into overriden
19855: VClass::create_new_value, thus 0 from create_new_value means that
19856: class has no ctors
19857:
19858: 2001-11-13 paf
19859:
19860: * src/classes/classes.C: returned accedently removed if in foreach
19861: callbacks [when hash no-0-restructure]
19862:
19863: 2001-11-12 paf
19864:
19865: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19866: passed as-is to method, xalan makes & into & itself
19867:
19868: * src/classes/date.C: date.roll parser2 alg used
19869:
19870: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19871: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19872: main/pa_dictionary.C, main/pa_hash.C,
19873: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19874: now does not containt 0 values. put 0 actullay removes. no check
19875: on 0 value in foreach now required
19876:
19877: 2001-11-11 paf
19878:
19879: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19880:
19881: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19882:
19883: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19884: driver initialize not const
19885:
19886: 2001-11-10 paf
19887:
19888: * src/main/pa_exec.C: doc
19889:
19890: 2001-11-09 paf
19891:
19892: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19893: param properly
19894:
19895: * src/classes/string.C: string.save now does untainting before
19896: saving
19897:
19898: * src/main/pa_common.C: line endings fixing fixed last piece[was
19899: still cstr oriented]
19900:
19901: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19902: line endings fixing got rid of cstr, now must work ok with post
19903: multipart
19904:
19905: * src/types/pa_vform.C: line endings fixed at post / multipart /
19906: not file also now
19907:
19908: 2001-11-08 paf
19909:
19910: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19911: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19912: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19913: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19914: main/pa_stylesheet_manager.C: restructured Cache manager to be
19915: simple parent, not second parent [gcc 2.96 strangly refused to
19916: call virtual from second parent]
19917:
1.116 moko 19918: * src/: include/pa_common.h, main/Makefile.am,
19919: targets/cgi/pa_pool.C: makes
1.95 moko 19920:
19921: * src/: include/pa_request.h, main/pa_request.C,
19922: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19923: 'status' class enabler
19924:
19925: <Location /parser-status.html> ParserStatusAllowed </Location>
19926:
19927: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19928: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19929: include/pa_stylesheet_manager.h, main/main.dsp,
19930: main/pa_cache_managers.C, main/pa_charset_manager.C,
19931: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19932: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19933: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19934: todo: apache 'status' class enabler
19935:
19936: 2001-11-05 paf
19937:
19938: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19939: debug to normal
19940:
19941: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19942: hence i removed skipping 0 values in hash::for_each-es we need to
19943: check cleaned cache items manually. few more checks.
19944:
19945: expiring to 0 time was wrong, changed to 'now' time
19946:
19947: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19948: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19949: on apache already done :)
19950:
19951: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19952: skipping 0 values in hash::for_each-es we need to check cleaned
19953: cache items manually
19954:
19955: * src/main/: pa_db_connection.C, pa_db_table.C:
19956: parser_multithreaded check was wrong
19957:
19958: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19959: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19960: classes/hashfile.C, classes/image.C, classes/int.C,
19961: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19962: classes/string.C, classes/table.C, classes/void.C,
19963: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19964: include/pa_array.h, include/pa_charset_connection.h,
19965: include/pa_charset_manager.h, include/pa_common.h,
19966: include/pa_config_fixed.h, include/pa_config_includes.h,
19967: include/pa_db_connection.h, include/pa_db_manager.h,
19968: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19969: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19970: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19971: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19972: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19973: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19974: include/pa_stack.h, include/pa_string.h,
19975: include/pa_stylesheet_connection.h,
19976: include/pa_stylesheet_manager.h, include/pa_table.h,
19977: include/pa_threads.h, include/pa_types.h, main/compile.C,
19978: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19979: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19980: main/pa_charset_manager.C, main/pa_common.C,
19981: main/pa_db_connection.C, main/pa_db_manager.C,
19982: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19983: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19984: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19985: main/pa_socks.C, main/pa_sql_driver_manager.C,
19986: main/pa_status_provider.C, main/pa_string.C,
19987: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19988: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19989: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19990: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19991: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19992: targets/isapi/pool_storage.h, types/pa_valiased.C,
19993: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19994: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19995: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19996: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19997: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19998: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19999: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20000: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20001: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20002: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20003: types/pa_vstateless_object.h, types/pa_vstatus.h,
20004: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20005: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20006: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20007: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20008: $status:db fixed used not initialized in db_connection & db_table
20009:
20010: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20011: $status:charset
20012:
20013: * src/: classes/xdoc.C, include/pa_db_connection.h,
20014: include/pa_stylesheet_connection.h,
20015: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20016: types/pa_vstatus.h: $status:stylesheet
20017:
20018: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20019: include/pa_request.h, include/pa_sql_connection.h,
20020: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20021: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20022: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20023: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20024: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20025: types/pa_vxnode.C, types/types.dsp: started status parser class
20026:
20027: 2001-11-01 paf
20028:
20029: * src/include/pa_config_auto.h.in: makes
20030:
20031: * src/main/pa_hash.C: removed old extra include
20032:
20033: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20034: checks [for hp, there are such in math.h]
20035:
20036: * src/classes/op.C: ^for endless loop check strightened
20037:
20038: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20039: behavior in native calls. it left unchanged, so ^for ^foreach &
20040: co can use r.root to write their i & key,value there
20041:
20042: * src/classes/op.C: detected for var storage bug, fixed.
20043: todo:foreach
20044:
20045: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20046: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20047: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20048: changing of hash inside of foreach
20049:
20050: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20051: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20052: were hash.foreach
20053:
20054: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20055: types/pa_vstring.C, types/pa_vstring.h:
20056: ^foreach[key|value]{body}[[separator]|{separator}]
20057:
20058: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20059: types/pa_vcookie.C: ^hash.delete[key]
20060:
20061: 2001-10-31 paf
20062:
20063: * src/main/: compile.C, pa_common.C: completely empty file now
20064: considered "read", not ignored [not perfect trick used]
20065:
20066: * src/main/pa_common.C: simplier common ifdefs
20067:
20068: * src/main/pa_common.C: typing bug in common - bad ifdeff
20069:
20070: * src/main/pa_db_connection.C: z
20071:
20072: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20073: lockdetector flags
20074: dbenv.lk_detect=DB_LOCK_RANDOM;
20075:
20076: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20077: from accidental show [imagine user forgot @exception]
20078:
20079: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20080:
20081: * src/: classes/file.C, classes/image.C, classes/mail.C,
20082: classes/string.C, classes/xnode.C, include/pa_common.h,
20083: main/pa_common.C: ^string.save[[append;]path]
20084:
20085: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20086: main/execute.C: \ in expression: int divide 10/3=3
20087:
20088: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20089: inside of ^cache
20090:
20091: * src/: include/pa_threads.h, main/pa_db_connection.C,
20092: main/pa_db_table.C, targets/cgi/pa_threads.C,
20093: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20094: needed
20095:
20096: 2001-10-30 paf
20097:
20098: * src/: classes/classes.dsp, main/main.dsp,
20099: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20100: types/types.dsp: enabled debug incremental compile
20101:
20102: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20103: form post data line endings not reformatted now.
20104:
20105: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20106: now required [had bug when file= has no value]
20107:
20108: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20109: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20110: cstr(asis) default param removed
20111:
20112: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20113:
20114: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20115:
20116: * src/include/pa_dir.h: LOAD_DIR fixed
20117:
20118: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20119: was broken} fix_line_breaks
20120:
20121: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20122: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20123: packed with #pragma pack
20124:
1.116 moko 20125: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20126:
20127: 2001-10-29 paf
20128:
20129: * src/types/pa_wcontext.h: bitfield syntax stricter
20130:
20131: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20132: string hash.puts
20133:
20134: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20135:
20136: * src/include/pa_sql_connection.h: there were one wrong
20137: SQL_CONNECTION_FUNC_GUARDED [failed]
20138:
20139: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20140: param.someday either ifdef or remove it
20141:
20142: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20143:
20144: * src/main/untaint.C: optimizing returned after debugging
20145:
20146: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20147: main/untaint.C: memory hunging #pragma pack(1)
20148:
20149: 16 419 844 13 169 394
20150:
20151: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20152: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20153: places [todo:Array]
20154:
20155: * src/: main/execute.C, targets/cgi/pa_pool.C,
20156: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20157: types/pa_wwrapper.h: debugging memory WContext flags to bits
20158:
20159: total 5 652 652/158731 total 5 469 332/158731
20160:
20161: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20162: Array:: without cache in get/put now
20163:
20164: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20165: 18:25:27 2001] total 5 652 652/158731
20166:
20167: * src/: include/pa_string.h, main/pa_string.C,
20168: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20169: now
20170:
20171: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20172: 18:11:53 2001] total 5796092/158731
20173:
20174: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20175: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20176: key ref now
20177:
20178: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20179: 17:11:17 2001] total 16867948/202658
20180:
20181: * src/: classes/file.C, classes/image.C, classes/string.C,
20182: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20183: main/execute.C, main/pa_array.C, main/pa_common.C,
20184: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20185: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20186: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20187: string::as_int/double now usually uses stack, not heap [200K out
20188: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20189:
20190: * src/main/pa_sql_driver_manager.C: ping to have services [old
20191: hiding bug]
20192:
20193: * src/Makefile.am: .am order
20194:
20195: * src/: include/pa_array.h, include/pa_charset_manager.h,
20196: include/pa_db_connection.h, include/pa_db_manager.h,
20197: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20198: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20199: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20200: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20201: required "friend class"
20202:
20203: ../include/pa_request.h:51: friend declaration requires
20204: class-key, i.e. `friend class Temp_lang'
20205:
20206: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20207: main/pa_exception.C, main/pa_sql_driver_manager.C,
20208: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20209:
20210: the idea is to #1 jump to C++ some function to main body, where
20211: every function stack frame has exception unwind information and
20212: from there... #2 propagate_exception()
20213:
20214: 2001-10-28 paf
20215:
20216: * src/main/pa_db_connection.C: removed old consts
20217:
20218: * src/main/pa_db_connection.C: expire table [was accidently pasted
20219: with wrong type/cast]
20220:
20221: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20222: translation
20223:
1.116 moko 20224: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20225: remember to build DB2 with -fexceptions!!!
20226:
20227: * src/main/pa_db_table.C: DB_RMW defed
20228:
20229: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20230: include/pa_db_connection.h, include/pa_db_manager.h,
20231: include/pa_db_table.h, main/pa_db_connection.C,
20232: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20233:
20234: 2001-10-27 paf
20235:
20236: * src/: classes/hashfile.C, include/pa_db_connection.h,
20237: include/pa_db_table.h, main/pa_db_connection.C,
20238: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20239: types/pa_vhashfile.C: DB2 ifdefs
20240:
1.116 moko 20241: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20242: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20243: makes with DB2
20244:
1.116 moko 20245: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20246: types/Makefile.am: makes db
1.95 moko 20247:
20248: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20249: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20250: globals.C
20251:
20252: * src/: classes/hashfile.C, include/pa_db_connection.h,
20253: include/pa_db_table.h, main/pa_db_connection.C,
20254: main/pa_db_table.C: ^hashfile.clear[]
20255:
20256: * src/classes/classes.awk: no $ in var names
20257:
20258: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20259: connection&table [forgotten calls]
20260:
20261: 2001-10-26 paf
20262:
20263: * src/main/pa_db_connection.C: db checkpoints
20264:
20265: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20266: checkpoints
20267:
20268: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20269: default. but entities still reparsed. todo: tothink
20270:
20271: * src/main/pa_db_connection.C: db recover mech 2
20272:
20273: * src/: classes/hashfile.C, include/pa_db_connection.h,
20274: include/pa_db_manager.h, include/pa_db_table.h,
20275: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20276: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20277: types/pa_vhashfile.h: db connections & tables now cached at
20278: create time & multithreaded
20279:
20280: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20281: parsed_source
20282:
20283: * src/main/pa_db_connection.C: about to remove connection from
20284: vhashfile
20285:
20286: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20287: transaction commit/rollback responsibility left to parent [as it
20288: sould - else there were a bug with double free]
20289:
20290: * src/include/pa_db_table.h: db: child transaction commit/rollback
20291: responsibility left to parent [as it sould - else there were a
20292: bug with double free]
20293:
20294: 2001-10-25 paf
20295:
20296: * src/: classes/hashfile.C, include/pa_common.h,
20297: include/pa_db_connection.h, include/pa_db_manager.h,
20298: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20299: types/pa_vhashfile.C, types/pa_vhashfile.h,
20300: include/pa_db_table.h, main/pa_db_table.C: started db_home
20301: [multiple, cached] todo: autorecover [tried, but not succeded,
20302: yet]
20303:
20304: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20305:
20306: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20307: transaction parent passed
20308:
20309: 2001-10-24 parser
20310:
1.116 moko 20311: * src/classes/Makefile.am: makes
1.95 moko 20312:
20313: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20314: isapi/pool_storage.h: pool_storage fixed
20315:
20316: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20317: types/pa_vform.h: form fix_line_breaks
20318:
1.116 moko 20319: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20320:
20321: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20322: targets/cgi/pool_storage.h: makes
20323:
20324: * src/sql/pa_sql_driver.h: version
20325:
20326: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20327: types/pa_vform.C, types/pa_vform.h: .am
20328:
20329: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20330: this: DB_RMW Acquire write locks instead of read locks when doing
20331: the retrieval. Setting this flag may decrease the likelihood of
20332: deadlock during a read-modify-write cycle by immediately
20333: acquiring the write lock during the read part of the cycle so
20334: that another thread of control acquiring a read lock for the same
20335: item, in its own read-modify-write cycle, will not result in
20336: deadlock
20337:
20338: * src/targets/isapi/parser3isapi.dsp: doc
20339:
20340: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20341:
20342: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20343:
20344: * src/: classes/hashfile.C, include/pa_db_connection.h,
20345: main/pa_db_connection.C: hashfile expired deleted from db when
20346: get & iterate
20347:
20348: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20349: expiring 1
20350:
20351: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20352:
20353: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20354: db_connection not bothers with key when not returning expired
20355: data
20356:
20357: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20358: types/pa_vhashfile.C: db_cursor constructor public now
20359:
20360: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20361: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20362: stamped, todo: put_element analize
20363:
20364: * src/: include/pa_db_connection.h, include/pa_string.h,
20365: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20366: serialize. todo stamp
20367:
20368: 2001-10-23 parser
20369:
20370: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20371: classes/image.C, classes/mail.C, classes/response.C,
20372: classes/string.C, classes/table.C, classes/xdoc.C,
20373: include/pa_config_fixed.h, include/pa_db_connection.h,
20374: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20375: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20376: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20377: types/pa_vtable.C: ^hashfile.hash[]
20378:
20379: * src/: classes/hashfile.C, classes/xdoc.C,
20380: include/pa_config_fixed.h, main/pa_db_manager.C,
20381: main/pa_globals.C: ifdefs so it compiled without db
20382:
20383: * src/: classes/hashfile.C, include/pa_db_connection.h,
20384: include/pa_db_manager.h, main/pa_db_connection.C,
20385: main/pa_db_manager.C, types/pa_vhashfile.h:
20386: ^hashfile.transaction{code} ^hashfile:clear[filename]
20387: ^hashfile.delete[key]
20388:
20389: 2001-10-22 parser
20390:
20391: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20392: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20393:
20394: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20395: classes/xnode.C, include/pa_charset_connection.h,
20396: include/pa_db_connection.h, include/pa_db_manager.h,
20397: include/pa_exception.h, include/pa_sapi.h,
20398: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20399: include/pa_stylesheet_connection.h,
20400: include/pa_stylesheet_manager.h,
20401: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20402: main/pa_db_connection.C, main/pa_db_manager.C,
20403: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20404: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20405: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20406: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20407: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20408: types/types.dsp: hashfile 0
20409:
20410: * src/types/pa_vhashfile.C: z
20411:
20412: * src/: classes/classes.dsp, classes/hashfile.C,
20413: include/pa_config_fixed.h, main/execute.C,
20414: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20415: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20416:
20417: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20418:
20419: * src/: include/pa_exception.h, include/pa_request.h,
20420: main/execute.C, main/pa_exception.C, main/pa_request.C,
20421: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20422: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20423:
20424: 2001-10-19 parser
20425:
20426: * src/include/pa_pool.h: header
20427:
20428: * src/main/pa_pool.C: auto compiled on gcc
20429:
20430: * src/classes/image.C: comment
20431:
1.116 moko 20432: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20433:
20434: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20435: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20436: types/pa_vxnode.h: xnode clone got freed
20437:
20438: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20439: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20440: can free up xalandomstring resulting from pool::transcode
20441:
20442: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20443: include/pa_config_fixed.h, include/pa_exception.h,
20444: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20445: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20446: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20447: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20448: from non-xml compile
20449:
20450: * src/main/pa_request.C: pool:: context - get_context
20451:
20452: * src/: classes/classes.h, classes/date.C, classes/double.C,
20453: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20454: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20455: classes/string.C, classes/table.C, classes/void.C,
20456: include/pa_config_fixed.h, include/pa_exception.h,
20457: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20458: main/compile.C, main/compile_tools.C, main/execute.C,
20459: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20460: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20461: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20462: main/pa_string.C, main/pa_table.C, main/untaint.C,
20463: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20464: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20465: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20466: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20467: types/pa_vstateless_class.h, types/pa_vtable.C,
20468: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20469: exceptions 0
20470:
20471: * src/classes/classes.awk: $ removed
20472:
20473: 2001-10-18 parser
20474:
20475: * src/types/pa_vcookie.C: cookie:CLASS
20476:
20477: * src/main/main.dsp: project
20478:
20479: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20480: set_document & ctor question "who owns document" solved
20481:
20482: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20483:
20484: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20485: main/pa_pool.C: encoding in dom creating funcs
20486:
20487: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20488: be transformed now
20489:
20490: * src/classes/xdoc.C: dom created by create can be transformed now
20491:
20492: * src/classes/xdoc.C: z
20493:
20494: * src/classes/xdoc.C: comment
20495:
20496: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20497: create now uses XercesDocumentBridge, appendChild&co now works
20498:
20499: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20500: @ recompile
20501:
20502: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20503: $origin @exception[
20504:
20505: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20506: tag names forced to XML lang
20507:
20508: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20509: leechy-found bugs in code&doc fixed
20510:
20511: 2001-10-17 parser
20512:
20513: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20514: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20515: n functionality preserved
20516:
20517: * src/types/pa_vimage.h: removed unused vimage::save
20518:
20519: 2001-10-16 parser
20520:
20521: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20522:
20523: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20524:
20525: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20526:
20527: * src/classes/image.C: image.copy tolerance
20528:
20529: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20530: ineffective, but works for small paleted image
20531:
20532: * src/types/pa_vimage.C: comment
20533:
20534: * src/classes/image.C: gd size/resize bugfix
20535:
20536: * src/: classes/classes.dsp, main/main.dsp,
20537: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20538: types/types.dsp: ident >nul 2>&1
20539:
20540: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20541: systems
20542:
20543: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20544: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20545:
20546: 2001-10-15 parser
20547:
20548: * src/main/execute.C: z
20549:
20550: * src/classes/: xdoc.C: !::create{qualifiedName}
20551:
20552: * src/types/pa_vxnode.C: document_type_node.
20553: !readonly attribute DOMString name
20554: !notation_node.
20555: !readonly attribute DOMString publicId
20556: !readonly attribute DOMString systemId
20557:
1.116 moko 20558: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20559: ::write badly passed string too transparently [failed to
20560: intercept it]
1.95 moko 20561:
20562: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20563: include/pa_request.h, main/pa_sql_driver_manager.C,
20564: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20565: types/pa_vxnode.h: DOM1 major addtion, only few
20566: attributes/methods left
20567:
20568: 2001-10-13 parser
20569:
20570: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20571: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20572: in main handler
20573:
20574: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20575: cleanups & frees order
20576:
20577: * src/types/pa_vcode_frame.h: couple comments
20578:
20579: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20580: transparent enough to handle hash if creation&passing
20581:
20582: * src/: include/pa_config_fixed.h, main/execute.C,
20583: main/pa_exception.C: noticed that vcodeframe not transparent
20584: enough, would change now
20585:
20586: 2001-10-12 parser
20587:
20588: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20589: fixed. initialization&free on each thread!
20590:
20591: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20592: handling changed: now type of default param analized always, not
20593: only at problem time, thus helping early problem spotting
20594:
20595: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20596: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20597: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20598: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20599: multithread bug fixed. initialization&free on each thread!
20600:
20601: 2001-10-11 parser
20602:
20603: * src/classes/xnode.C: xnode.selectSingle now
20604:
20605: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20606: include/pa_pool.h, include/pa_stylesheet_connection.h,
20607: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20608: convertors out of Pool into Exception
20609:
20610: * src/main/pa_string.C: const
20611:
20612: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20613: linked pieces of same language together prior to String::replace
20614:
20615: * src/classes/hash.C: !^hash.add[addme]
20616: !^hash.sub[subme]
20617: !^a.union[b] = new
20618: !^a.intersection[b] = new
20619: !^a.intersects[b] = bool
20620:
20621: * src/classes/hash.C: !^hash::append[append_from]
20622:
20623: * src/: classes/hash.C, types/pa_vhash.h:
20624: !^hash::create[[copy_from]]
20625:
20626: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20627: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20628: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20629: fixed. got rid of empty_string, which caused errors - it hasnt
20630: exception but somebody[value.bark] tried to throw it on it's pool
20631:
1.116 moko 20632: * src/include/pa_config_auto.h.in: makes
1.95 moko 20633:
20634: 2001-10-10 parser
20635:
20636: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20637:
20638: * src/main/: compile.tab.C, compile.y: ^a[
20639:
20640: @next_method << now unclosed ] would be reported here
20641:
20642: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20643: compile error
20644:
20645: 2001-10-09 parser
20646:
1.116 moko 20647: * src/: classes/Makefile.am, main/Makefile.am,
20648: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20649:
20650: * src/classes/Makefile.am: makes
20651:
20652: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20653: win32 errors intercepted [xalan transformer patched and
20654: incorporated]
20655:
20656: * src/: classes/classes.dsp, classes/xdoc.C,
20657: include/pa_stylesheet_connection.h, main/main.dsp,
20658: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20659: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20660: patches starting
20661:
20662: * src/classes/: string.C, table.C: ^string.save[file]
20663:
20664: * src/classes/: date.C, table.C: calendar moved to date
20665:
20666: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20667: string/table] now
20668:
20669: * src/classes/: op.C, table.C: z
20670:
20671: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20672: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20673: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20674: be code [be string..]
20675:
20676: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20677: table.C: lots of
20678: params->as_int/double/as_string/as_junction/as_no_junction
20679: messages added
20680:
20681: 2001-10-08 parser
20682:
20683: * src/: classes/date.C, classes/image.C, classes/string.C,
20684: classes/table.C, classes/void.C, include/pa_request.h:
20685: params->as_int/double message added
20686:
20687: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20688:
20689: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20690: image:sector removed image:html internal "line-*" attribs
20691:
20692: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20693: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20694:
20695: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20696: way
20697:
20698: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20699: main/untaint.C: header untainting to UL_HTTP_HEADER,
20700: UL_MAIL_HEADER made nonforced [only tainted pieces]
20701:
20702: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20703: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20704: @ SAPI::log
20705:
20706: * src/main/untaint.C: \r to ' ' in origins mode
20707:
20708: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20709: set]
20710:
20711: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20712: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20713: nonstandard liaison freed up
20714:
20715: 2001-10-07 parser
20716:
20717: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20718: project
20719:
20720: 2001-10-05 parser
20721:
20722: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20723: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20724: from outputing to cerr. lots of "todos"
20725:
20726: * src/main/untaint.C: http_header tainting more gentle with
20727: enquoting now
20728:
20729: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20730: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20731: xml errorhandler. fixed string.replace a little, read @test
20732:
20733: * src/main/pa_string.C: found replace bug - first_that_starts(char
20734: *) does not have limit, and looks further eos, fixing....
20735:
20736: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20737:
20738: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20739:
20740: * src/main/: pa_charset_connection.C: ctype another mem clear
20741: bugfix
20742:
1.116 moko 20743: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20744: $result[^[$p^]z] now works fine
1.95 moko 20745:
20746: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20747: wrong. fixed it
20748:
20749: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20750: of totable appered to be vital
20751:
20752: 2001-10-04 parser
20753:
20754: * src/classes/image.C: ^image.length[text]
20755:
20756: 2001-10-03 parser
20757:
20758: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20759:
20760: * src/main/pa_request.C: restored pcre defaulting in request
20761: [mindlessly "optimized" yesterday] comment left
20762:
20763: 2001-10-02 parser
20764:
20765: * src/: main/pa_charset_manager.C,
20766: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20767: needed
20768:
20769: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20770: forgot non-xml pool.*charset needed
20771:
20772: * src/classes/table.C: # config comments fixed
20773:
20774: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20775: charset_connection #comment now
20776:
20777: * src/: classes/classes.dsp, types/types.dsp: release projects
20778: options fixed to use release msvcrt lib
20779:
20780: * src/main/pa_charset_connection.C: pcre tables now const inside
20781: removed default - pcre handles that internally fixed bug on
20782: not-cleaning tables [previously was calloced, now member]
20783:
20784: * src/: include/pa_request.h, main/pa_charset_connection.C,
20785: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20786: inside removed default - pcre handles that internally fixed bug
20787: on not-cleaning tables [previously was calloced, now member]
20788:
20789: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20790: tested charset reload on file change @ apache version = OK tested
20791: freeing up prev encoding on adding new = OK
20792:
20793: 2001-10-01 parser
20794:
20795: * src/main/pa_charset_connection.C: removed entitify external hack
20796: [internal installed]
20797:
1.116 moko 20798: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20799:
20800: * src/: include/pa_charset_connection.h,
20801: include/pa_charset_manager.h,
20802: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20803: main/pa_charset_connection.C, main/pa_charset_manager.C,
20804: main/pa_request.C: charset loading & caching mech 0
20805:
20806: * src/: include/pa_stylesheet_connection.h,
20807: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20808: main/pa_globals.C, main/pa_request.C: would make charset loading
20809: & caching mech now
20810:
20811: 2001-09-30 parser
20812:
20813: * src/main/pa_request.C: forgot to fill toTable
20814:
20815: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20816: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20817: failed on win32 for now..
20818:
20819: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20820: now charsets table configuration variable is: CHARSETS
20821:
20822: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20823: ctype with unicode 1. todo: no П entities on output somehow
20824:
20825: * src/: classes/file.C, classes/op.C, classes/string.C,
20826: include/pa_request.h, main/pa_request.C: started ctype with
20827: unicode values
20828:
20829: 2001-09-28 parser
20830:
20831: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20832: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20833: string passed AS-IS now
20834:
20835: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20836: way of user-configuring... todo: implement
20837:
20838: 2001-09-27 parser
20839:
20840: * src/classes/table.C: table.sort changed to sort table itself
20841:
20842: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20843: X^.getElementsByTagName[tagname] = array of xnode
20844: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20845: nodes removed - regretfully not supported @ xalan. maybe someday
20846: would reimplement, if needed.
20847:
20848: win32build system: solved long waiting anti-non-started-apache
20849: problem
20850:
20851: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20852: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20853: types/types.dsp: win32 ident make system so not to rebuild
20854: library [ident.C.new]
20855:
20856: 2001-09-26 parser
20857:
20858: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20859: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20860: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20861: types/pa_vxnode.C, types/types.dsp: z
20862:
20863: * src/classes/classes.C: forgot one non-xml check
20864:
1.116 moko 20865: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20866: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20867:
20868: * src/targets/cgi/parser3.C: z
20869:
20870: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20871: targets/isapi/parser3isapi.C: #ifdef SMTP
20872:
20873: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20874: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20875: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20876: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20877: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20878: types/types.dsp: xdoc&xnode now
20879:
20880: * src/: classes/classes.C, classes/classes.awk,
20881: classes/classes.dsp, classes/classes.h, classes/date.C,
20882: classes/dnode.C, classes/dnode.h, classes/dom.C,
20883: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20884: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20885: classes/op.C, classes/response.C, classes/string.C,
20886: classes/table.C, classes/void.C, include/pa_array.h,
20887: include/pa_common.h, include/pa_config_fixed.h,
20888: include/pa_config_includes.h, include/pa_dictionary.h,
20889: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20890: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20891: include/pa_socks.h, include/pa_sql_connection.h,
20892: include/pa_sql_driver_manager.h, include/pa_stack.h,
20893: include/pa_string.h, include/pa_stylesheet_connection.h,
20894: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20895: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20896: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20897: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20898: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20899: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20900: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20901: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20902: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20903: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20904: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20905: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20906: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20907: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20908: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20909: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20910: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20911: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20912: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20913: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20914: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20915: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20916: types/pa_vmethod_frame.h, types/pa_vobject.h,
20917: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20918: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20919: types/pa_vstateless_object.h, types/pa_vstring.C,
20920: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20921: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20922: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20923: main.dsp splitted to main+classes+types along to .am
20924:
20925: * src/classes/Makefile.am: removed useless var
20926:
20927: * src/: classes/classes.cmd, main/main.dsp,
20928: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20929: main.dsp
20930:
20931: 2001-09-25 parser
20932:
20933: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20934: 1251 though, todo ICU
20935:
1.116 moko 20936: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20937: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20938: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20939: types/pa_vdom.h: xml configure makes
1.95 moko 20940:
20941: 2001-09-24 parser
20942:
1.116 moko 20943: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20944: types/Makefile.am: makes
1.95 moko 20945:
1.116 moko 20946: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20947:
20948: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20949: started unix makes update
20950:
20951: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20952: started unix makes update
20953:
20954: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20955:
20956: * src/types/pa_value.h: z
20957:
20958: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20959: bugs with usinge hash/table in expressions
20960:
20961: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20962: resolved conflicts fixed [const]
20963:
20964: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20965: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20966: main/compile.C, main/compile.tab.C, main/compile.y,
20967: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20968: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20969: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20970: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20971: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20972: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20973: with before_xml [merge2 actually didn't happen - i've created
20974: tags on wrong branch. so this merge is in fact re-merge]
20975:
20976: 2001-09-21 parser
20977:
20978: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20979: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20980: produced "" in make file and sadly wrong interpreted on load]
20981:
1.116 moko 20982: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20983: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20984: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20985: include/pa_sql_driver_manager.h, include/pa_string.h,
20986: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20987: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20988: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20989:
20990: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20991: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20992: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20993: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20994: main/pa_pool.C, main/pa_request.C,
20995: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20996: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20997: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20998: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20999: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21000: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21001: types/pa_vrequest.C, types/pa_vresponse.h,
21002: types/pa_vstateless_class.C, types/pa_vstring.C,
21003: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21004: created new projects for sql drivers [planning to remove sql
21005: drivers from main cvs project] first, will join latest changes
21006:
21007: * src/classes/: dom.C: defaulted dom writing methods encoding to
21008: pool.get_charset
21009:
21010: * src/classes/dom.C: defaulted dom writing methods encoding to
21011: pool.get_charset
21012:
21013: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21014: pool.get_charset
21015:
21016: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21017: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21018: methods encoding to pool.get_charset
21019:
21020: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21021: transcoder were created right "unsupported encoding" message.
21022: not @ set time, but @ use time, so until xml output functions
21023: .string, .file, .save used - no encoding name check occur
21024:
21025: reduced transcode buffer size to 60 fixed pool cleanup - no
21026: registration needed, pools are officially destructured
21027:
21028: 2001-09-20 parser
21029:
21030: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21031:
21032: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21033: $MAIN:DEFAULTS.content-type[$.charset[here]]
21034:
21035: * src/: classes/dnode.C, classes/dom.C,
21036: include/pa_config_includes.h, include/pa_globals.h,
21037: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21038: main/pa_pool.C, targets/cgi/parser3.dsp,
21039: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21040: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21041: Pool::transcode 0
21042:
21043: * src/classes/dom.C: dom. string save file moved output xml options
21044: to last param and made it optional
21045:
21046: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21047: dnodes
21048: !$attributenode.specified = boolean
21049: true if the attribute received its value explicitly
21050: in the XML document,
21051: or if a value was assigned programatically with the
21052: setValue function.
21053: false if the attribute value came from the default value
21054: declared in the document's DTD.
21055: !$pinode.target = target of this processing instruction
21056: XML defines this as being the first token following the
21057: markup
21058: that begins the processing instruction.
21059: XPath:
21060: !^node.select[xpath/query/expression] = hash of 0->node0
21061: 1->node1
21062: !^node.select-single[xpath/query/expression] = first node if
21063: any
21064:
21065: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21066: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21067: some 'const's added
21068:
21069: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21070: expression context now, there value = size and boolean value
21071: size!=0
21072:
21073: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21074: can be used in expression context now, there value = size and
21075: boolean value size!=0
21076:
21077: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21078: types/pa_vstring.h: dnode .file .string .save moved back to dom
21079: due to strange xalan bug
21080:
21081: 2001-09-18 parser
21082:
21083: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21084: classes/image.C, classes/op.C, classes/table.C,
21085: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21086: include/pa_sql_driver_manager.h, main/compile.C,
21087: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21088: main/execute.C, main/pa_common.C, main/pa_request.C,
21089: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21090: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21091: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21092: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21093: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21094: before_xml branch ^if(def $hash) now true only when
21095: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21096:
21097: * src/: classes/op.C, main/execute.C: operators self changed to
21098: root ^for variable context changed to self
21099:
21100: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21101: dnode 1
21102:
21103: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21104: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21105:
21106: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21107: poly* fixed
21108:
21109: 2001-09-17 parser
21110:
21111: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21112: types/pa_vdom.h: started dnode+dom
21113:
21114: dnode DOM methods: $node.name $node.value
21115: ...others...
21116:
21117: ^node.xpath[/rates/USD] = hash
21118: $hash[
21119: $.0[node0]
21120: $.1[node1]
21121: ]
21122:
21123: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21124: applies to all linear primitives
21125:
21126: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21127: include/pa_stylesheet_connection.h, main/main.dsp,
21128: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21129: types/pa_vimage.h: started dnode DOM: $node.name
21130: $node.value ...others... ^node.xpath[/rates/USD] = hash
21131: dom(dnode)
21132:
21133: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21134: main/compile.y, main/compile_tools.h, main/execute.C,
21135: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21136: in expression compound($aa.zz.xx) names now can have minus '-' in
21137: name after '.'
21138:
21139: 2001-09-15 parser
21140:
21141: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21142: image: $line-width ^line(...)[**** style]
21143:
21144: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21145: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21146: pool_storage - cleanups first, allocations second. apache wisely
21147: does just like that
21148:
21149: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21150: rewritten using template, no bugs now
21151:
21152: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21153: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21154: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21155: poorly started isapi pool_storage, would rewrite using template
21156: now
21157:
21158: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21159: include/pa_stylesheet_connection.h, main/main.dsp,
21160: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21161: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21162: xalan objects freed up [introducing Pool::register_cleanup]
21163:
21164: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21165: comments
21166:
21167: 2001-09-14 parser
21168:
21169: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21170: z
21171:
21172: * src/: classes/dom.C, classes/file.C, classes/image.C,
21173: classes/mail.C, include/pa_common.h,
21174: include/pa_sql_driver_manager.h, include/pa_string.h,
21175: include/pa_stylesheet_connection.h,
21176: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21177: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21178: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21179: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21180: compiled&cached
21181:
21182: 2001-09-13 parser
21183:
21184: * src/: classes/dom.C, classes/file.C, classes/image.C,
21185: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21186:
21187: * src/classes/dom.C: dom:file content-type(.method)
21188:
21189: * src/: include/pa_common.h, include/pa_globals.h,
21190: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21191: string now more informative error messages
21192:
21193: * src/: include/pa_globals.h, include/pa_request.h,
21194: main/pa_request.C, targets/cgi/parser3.C,
21195: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21196: ParserSiteConfig .../parser3.conf
21197:
21198: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21199:
21200: 2001-09-12 parser
21201:
21202: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21203: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21204: precise error reporting: "connection string must start with
21205: protocol://" now
21206:
21207: * src/main/compile.tab.C: fixed - subname code parts actually []
21208: braced
21209:
21210: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21211: lexer on LS_USER level did [] matching without setting nestage,
21212: introduced special LS_NAME_SQUARE_PART state
21213:
21214: 2001-09-11 parser
21215:
21216: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21217: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21218: languages+=xml
21219:
21220: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21221:
21222: * src/classes/dom.C: ^dom:save/string/file[output options] output
21223: options: $.method[xml|html|text] detection fixed
21224:
21225: * src/types/pa_vdom.h: messages
21226:
21227: * src/classes/dom.C: ^dom:save/string/file[output options] output
21228: options: $.method[xml|html|text] detection fixed
21229:
21230: 2001-09-10 parser
21231:
21232: * src/classes/dom.C: ^dom:save/string/file[output options] output
21233: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21234:
21235: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21236: added]
21237:
21238: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21239: ^dom.xslt[stylesheet filename] 0
21240:
21241: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21242: ^dom.xslt[stylesheet filename] -1 doc is lying
21243:
21244: * src/classes/dom.C: ^dom.file[encoding] = file
21245:
21246: * src/classes/: dom.C: ^dom.string[encoding] 1
21247: ^dom.save[encoding;filename]
21248:
21249: * src/classes/dom.C: ^dom.string[] 0
21250:
21251: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21252:
21253: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21254: types/pa_vform.h: ^dom.save[b.xml] 0
21255:
21256: 2001-09-08 parser
21257:
21258: * src/types/pa_vform.C: $form:tables.name.field
21259:
21260: 2001-09-07 parser
21261:
21262: * src/classes/table.C: table:empty removed, superceded by ^if(def
21263: $table)...
21264:
21265: * src/targets/cgi/parser3.C: z
21266:
21267: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21268: from '' to int/double is 0]
21269:
21270: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21271: $table) is false when table is empty
21272:
21273: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21274: !$form:tables $atable[$form:tables.a]
21275: ^atable.menu{a=$atable.element}[,]
21276:
21277: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21278: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21279:
1.116 moko 21280: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21281: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21282: of dom
21283:
21284: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21285: types/pa_vform.C, types/pa_vform.h: z
21286:
21287: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21288: element [not last]
21289:
1.116 moko 21290: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21291: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21292:
21293: 2001-09-06 parser
21294:
21295: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21296: table with one column 'element' and two rows: 1 and 2
21297:
21298: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21299: table with one column 'element' and two rows: 1 and 2
21300:
21301: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21302: bad int/double conversions, and now $form:nonexistent.int(88)
21303: would return 88
21304:
21305: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21306: types/pa_vhash.h: now there's special hash key '_default'
21307: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21308: $._default[xx] ] $hash.c
21309:
21310: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21311: fixed [thanks, fif], ^; were treated there non-literally
21312:
21313: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21314: doxygen
21315:
21316: * src/: classes/image.C, classes/op.C, classes/string.C,
21317: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21318: types/pa_vtable.C: few #ifndef DOXYGEN
21319:
21320: 2001-09-05 parser
21321:
21322: * src/classes/: string.C, table.C: sql options can be void [same as
21323: image:html the other day]
21324:
21325: * src/targets/cgi/Makefile.am: .am undo
21326:
21327: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21328: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21329: macro expantion on param, simply qoutes whatever passed, undone
21330:
21331: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21332: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21333: STRINGIZE(name) #name invented
21334:
21335: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21336: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21337: MAIN_SQL_DRIVERS_NAME "drivers"
21338:
21339: moved to be availible to all users
21340:
21341: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21342: SQL_DRIVER_CREATE_FUNC_NAME
21343:
21344: * src/classes/mail.C: MAIN:MAIL check fixed
21345:
21346: 2001-09-04 parser
21347:
21348: * src/classes/image.C: image.html now can accept void params
21349:
21350: * src/targets/isapi/parser3isapi.C: z
21351:
21352: * src/targets/cgi/parser3.C: full_file_spec bug
21353:
21354: * src/targets/cgi/parser3.C: getenvcheck
21355:
21356: * src/targets/cgi/parser3.C: zz
21357:
21358: * src/targets/cgi/parser3.C: zzz
21359:
21360: * src/classes/date.C: date
21361:
21362: * src/classes/date.C: date:sql-string is now without ''
21363:
1.116 moko 21364: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21365: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21366: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21367:
1.116 moko 21368: * src/include/pa_config_auto.h.in: makes
1.95 moko 21369:
21370: 2001-09-03 parser
21371:
21372: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21373:
21374: 2001-09-01 parser
21375:
21376: * src/classes/image.C: letter_spacing
21377:
21378: * src/classes/image.C: image: font params changed
21379:
21380: * src/classes/image.C: image: as_int as_string used
21381:
21382: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21383: analized
21384:
21385: 2001-08-31 parser
21386:
21387: * src/targets/cgi/parser3.C: z
21388:
1.116 moko 21389: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21390: cygwin
1.95 moko 21391:
21392: * src/classes/void.C: void:int/double += (default)
21393:
21394: * src/classes/image.C: image:font added space param image:font
21395: changed charwidth alg, added kerning const[for now]
21396:
21397: * src/classes/: string.C, table.C: string:int/double (defaults)
21398:
21399: 2001-08-29 parser
21400:
21401: * src/main/pa_exception.C: exception redundant debug info
21402:
21403: 2001-08-28 parser
21404:
21405: * src/classes/image.C: image error msgs
21406:
21407: * src/classes/image.C: image: gifsize little endian
21408:
21409: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21410: doxygeneration
21411:
21412: * src/: classes/Makefile.am, main/Makefile.am,
21413: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21414:
21415: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21416: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21417:
21418: * src/main/compile.C: NO_STRING_ORIGIN check2
21419:
21420: * src/classes/table.C: NO_STRING_ORIGIN check
21421:
21422: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21423: storage class specifiers invalid in friend function declarations
21424:
21425: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21426: main/untaint.C, targets/cgi/parser3.C,
21427: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21428: case of limit
21429:
21430: * src/: classes/file.C, main/pa_common.C: file:move
21431: autocreate/remove dest/src dir
21432:
21433: * src/: classes/string.C, include/pa_dictionary.h,
21434: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21435: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21436: to directory constructor. string:replace
21437:
21438: 2001-08-27 parser
21439:
21440: * src/classes/image.C: fixed jpgsize alg
21441:
21442: * src/classes/image.C: fixed jpgsize alg
21443:
21444: * src/main/pa_exception.C: z
21445:
21446: * src/main/pa_common.C: removed debug info from pa_common
21447:
21448: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21449: [auto.p from current dir loading]
21450:
1.116 moko 21451: * src/: main/pa_common.C, main/pa_exception.C,
21452: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21453: for solaris -lsocket
1.95 moko 21454:
21455: 2001-08-24 parser
21456:
21457: * src/targets/cgi/parser3.C: not cgi extra \n 3
21458:
21459: * src/targets/cgi/parser3.C: not cgi extra \n 2
21460:
21461: * src/targets/cgi/parser3.C: not cgi extra \n
21462:
21463: * src/main/pa_sql_driver_manager.C: z
21464:
21465: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21466: sql* removed services from disconnect - cross-request ideological
21467: probs.
21468:
21469: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21470: cross-request ideological probs. oracle - fixed bug: cs
21471: allocated on request.pool and got freed before disconnect
21472:
21473: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21474: mallocs fixed
21475:
21476: 2001-08-23 parser
21477:
21478: * src/classes/file.C: minor bug in file:save fixed
21479:
21480: * src/main/pa_sql_driver_manager.C: oracle: dlink
21481:
21482: 2001-08-22 parser
21483:
21484: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21485: types/pa_vfile.h: file:load|save[text|binary;
21486:
21487: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21488:
21489: 2001-08-21 parser
21490:
21491: * src/classes/: file.C, table.C: ^file:list
21492:
21493: 2001-08-20 parser
21494:
21495: * src/: main/compile.tab.C, main/compile.y,
21496: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21497: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21498: recousively caused problems: inc incremeted 123 literal!! fixed
21499:
21500: 2001-08-10 parser
21501:
21502: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21503:
21504: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21505: added
21506:
21507: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21508: added
21509:
21510: * src/classes/table.C: table:sort restored [it was bad test :(]
21511:
21512: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21513: ''
21514:
21515: * src/main/: pa_request.C: wanted to make const int
21516: MAX_EXECUTE_SECONDS=1;
21517:
21518: but couldnt, set_callback_and_alarm appeared to be not exported
21519: :(
21520:
21521: * src/main/pa_string.C: string.match hanged on. there were a hang
21522: check but it weren't wise enough
21523:
21524: @parse[dateString][tmp]
21525: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21526: #end
21527:
21528: @main[] ^parse[2001-02-03]
21529:
21530: * src/classes/: table.C: table:sort now default desc
21531:
21532: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21533: table.sort now creates new sorted table
21534:
21535: 2001-08-09 parser
21536:
21537: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21538:
21539: * src/classes/hash.C: hash:_default now [was hash:default]
21540:
21541: * src/classes/op.C: case without switch check added
21542:
21543: * src/types/pa_vcookie.C: cookie name&value origins added, more
21544: precise $ORIGINS(1)
21545:
21546: * src/main/Makefile.am: .am
21547:
21548: * src/classes/void.C: void: int double copy/paste from int: bug
21549: fixed
21550:
21551: * src/classes/void.C: void: int double copy/paste from int: bug
21552: fixed
21553:
21554: 2001-08-07 parser
21555:
21556: * src/: classes/double.C, classes/int.C, classes/string.C,
21557: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21558: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21559: string, table
21560:
21561: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21562: srand made working
21563:
21564: 2001-08-06 parser
21565:
21566: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21567: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21568: main/compile.tab.C, main/compile.y, main/pa_array.C,
21569: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21570: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21571:
21572: * src/main/pa_exec.C: exec win32 real filename
21573:
21574: * src/classes/file.C: exec stderr out
21575:
21576: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21577:
21578: 2001-08-03 parser
21579:
21580: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21581:
21582: 2001-08-02 parser
21583:
21584: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21585: main/execute.C, main/pa_exec.C: introducing Array_iter
21586:
21587: * src/main/execute.C: detected quick_get recursion bug. changed to
21588: get@execute, but needs array iterator, separate from array to
21589: avoid it & use caching
21590:
21591: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21592: bug fixed
21593:
21594: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21595: main/execute.C, main/pa_globals.C: found another multithread bug
21596: in op.C (last, last global var killed) :)
21597:
21598: 2001-08-01 parser
21599:
21600: * src/: include/pa_dictionary.h, include/pa_globals.h,
21601: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21602: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21603: main/untaint.C: speeded up typo-html replacements. introducing
21604: Dictionary with first-char caching
21605:
21606: 2001-07-31 parser
21607:
21608: * src/types/Makefile.am: pa_vtable.C added to .am
21609:
21610: * src/main/compile.tab.C: added, so that could be compiled even on
21611: non-bison-enabled platforms
21612:
21613: 2001-07-28 parser
21614:
21615: * src/classes/table.C: table:hash always produces hash, when can't
21616: - empty
21617:
21618: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21619: skipped \n
21620:
21621: 2001-07-27 parser
21622:
21623: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21624: on int/double/string :sql without result and default
21625:
21626: 2001-07-26 parser
21627:
21628: * src/classes/op.C: fixed bad multithread bug with strangly global
21629: OP
21630:
21631: * src/main/compile.y: $man[$.age[zzz]] 0
21632:
21633: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21634: creation syntax problem persists. restored $: for a while.
21635: thinking of $man[$.age[zzz]] syntax now
21636:
21637: * src/: classes/double.C, classes/int.C, classes/string.C,
21638: include/pa_opcode.h, main/compile.C, main/compile.y,
21639: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21640: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21641: types/pa_wwrapper.h: fixing :: realization #1
21642:
21643: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21644: main/compile_tools.h, main/execute.C, main/pa_request.C,
21645: types/pa_vmethod_frame.h: introducing :: this is constructor call
21646: prefix. ordinary : remains for static accesses
21647:
21648: 2001-07-25 parser
21649:
21650: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21651: fields 2. methods 3. columns
21652:
21653: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21654: quote. optimized double&int tostring-s
21655:
21656: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21657: whitespace before first method decl
21658:
21659: * src/classes/table.C: allowed nontable result in table:sql,
21660: results in empty table
21661:
21662: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21663: lines before first method decl
21664:
21665: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21666: types/pa_vtable.h: ^table.record[] now $table.fields
21667:
21668: * src/main/compile.y: $var[] is now empty string, not void
21669:
21670: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21671: void
21672:
21673: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21674: main/pa_globals.C: match replace code context moved to implicit
21675: $match context
21676:
21677: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21678: main/compile_tools.h, main/execute.C: with killed, code storage
21679: introduced with former 'with' syntax
21680:
21681: 2001-07-24 parser
21682:
21683: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21684: types/pa_value.h: first get_element, next get operator
21685:
21686: * src/main/compile.y: removed @end handling
21687:
21688: * src/main/: compile.C, compile.y: @end handling method2
21689:
21690: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21691: file:move
21692:
21693: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21694: fixed
21695:
21696: 2001-07-23 parser
21697:
21698: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21699: driver
21700:
21701: * src/classes/hash.C: changed sql driver query interface
21702:
21703: * src/: classes/hash.C, classes/string.C, classes/table.C,
21704: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21705: changed sql driver query interface
21706:
21707: 2001-07-20 parser
21708:
21709: * src/types/pa_vrequest.C: X!$browser:type
21710:
21711: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21712: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21713: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21714: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21715: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21716: types/pa_vobject.h, types/pa_vrequest.C,
21717: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21718: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21719: BASE element globally removed
21720:
21721: 2001-07-18 parser
21722:
21723: * src/classes/file.C: file:exec/cgi msg
21724:
21725: * src/classes/file.C: $file:exit-code renamed to 'status'
21726:
21727: * src/: classes/file.C, main/pa_exec.C: file:exec
21728:
1.116 moko 21729: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21730: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21731: removed $id from *.in *.am
1.95 moko 21732:
21733: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21734: abbrevations
21735:
21736: * src/: classes/date.C, classes/mail.C, classes/math.C,
21737: classes/string.C, classes/table.C, include/pa_globals.h,
21738: include/pa_string.h, main/execute.C, main/pa_globals.C,
21739: main/pa_request.C, main/pa_string.C, main/untaint.C,
21740: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21741: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21742: $ORIGINS(1) output tracing mode
21743:
21744: 2001-07-13 parser
21745:
21746: * src/: classes/double.C, classes/int.C, classes/string.C,
21747: include/pa_request.h, main/execute.C, main/pa_request.C:
21748: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21749: second would not call first @auto
21750:
21751: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21752: wrong, fixed
21753:
21754: 2001-07-12 parser
21755:
21756: * src/types/pa_value.h: pa_value.putelement modification of system
21757: classes prevented
21758:
21759: 2001-07-11 parser
21760:
21761: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21762: table $piece
21763:
21764: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21765: types/pa_vstateless_class.h: $file created by file:state +=
21766: .atime .mtime .ctime +found&fixed bug with exceptions on
21767: get_junction-created objects [they were on wrong pool]
21768:
21769: 2001-07-09 parser
21770:
21771: * src/main/untaint.C: qp wrong name
21772:
21773: * src/: classes/date.C, classes/string.C, classes/table.C,
21774: main/compile.y: date format 0
21775:
21776: 2001-07-07 parser
21777:
21778: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21779: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21780: roll table calendar
21781:
21782: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21783: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21784: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21785: include/pa_request.h, main/main.dsp, types/pa_value.h,
21786: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21787: string. todo: sql, calendar
21788:
21789: 2001-07-06 parser
21790:
21791: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21792: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21793:
21794: 2001-07-03 parser
21795:
21796: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21797: classes/random.C, main/main.dsp: class random renamed to math,
21798: operators became methods
21799:
21800: * src/classes/op.C: pow sqrt
21801:
21802: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21803:
21804: 2001-07-02 parser
21805:
21806: * src/classes/table.C: ^table.columns column renamed from 'name' to
21807: 'column'
21808:
21809: * src/classes/hash.C: ^hash.keys[]
21810:
21811: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21812:
21813: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21814: 'strings'
21815:
21816: 2001-06-29 parser
21817:
21818: * src/main/: execute.C: /0 %0 checkes ver 2
21819:
21820: * src/main/execute.C: /0 %0 checke
21821:
21822: * src/classes/Makefile.am: nothing - void
21823:
21824: * src/classes/table.C: empty strings @ sql
21825:
21826: 2001-06-28 parser
21827:
21828: * src/: classes/double.C, classes/file.C, classes/form.C,
21829: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21830: classes/op.C, classes/random.C, classes/response.C,
21831: classes/string.C, classes/table.C, classes/void.C,
21832: main/compile.C, main/compile_tools.C, main/execute.C,
21833: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21834: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21835: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21836: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21837: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21838: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21839: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21840: $";
21841:
21842: * src/: classes/double.C, classes/file.C, classes/form.C,
21843: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21844: classes/op.C, classes/random.C, classes/response.C,
21845: classes/string.C, classes/table.C, classes/void.C,
21846: main/compile.C, main/compile.y, main/compile_tools.C,
21847: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21848: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21849: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21850: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21851: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21852: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21853:
21854: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21855: $class:name: == ${class:name}:
21856:
21857: * src/classes/string.C: exactly one
21858:
21859: 2001-06-27 parser
21860:
21861: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21862: types/pa_vvoid.h: nothing renamed to void
21863:
21864: * src/classes/op.C: ^switch ^case
21865:
21866: * src/main/compile.y: nothing renamed to void
21867:
21868: * src/: classes/hash.C, classes/table.C, main/compile.y,
21869: main/execute.C, main/main.dsp, main/pa_request.C,
21870: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21871: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21872: void
21873:
21874: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21875:
21876: 2001-05-28 parser
21877:
21878: * src/doc/html2chm.cmd: removed >a
21879:
21880: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21881: project options [some bugs]
21882:
21883: * src/doc/sources2html.cmd: z
21884:
21885: * src/: classes/classes.C, main/compile.C, main/compile.y,
21886: main/execute.C: operators are not in root class again
21887:
21888: 2001-05-24 parser
21889:
21890: * src/targets/cgi/parser3.dsp: project file
21891:
21892: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21893: ^log ^exp
21894:
21895: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21896: conversions in @exception[params]
21897:
21898: * src/main/pa_request.C: // no _ conversions in @exception[params]
21899:
21900: 2001-05-23 parser
21901:
21902: * src/main/pa_string.C: string cmp bug
21903:
21904: * src/classes/: mail.C, op.C: rem max 1000
21905:
21906: * src/: classes/op.C, main/compile.y: allow one empty line before
21907: LS_DEF_NAME
21908:
21909: 2001-05-22 parser
21910:
21911: * src/classes/op.C: if params code-required
21912:
21913: 2001-05-21 parser
21914:
21915: * src/types/pa_vstring.C: eoleof
21916:
21917: * src/classes/Makefile.am: .AM
21918:
21919: * src/classes/nothing.C: resultless ^sql moved to nothing:
21920:
21921: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21922:
21923: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21924: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21925: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21926: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21927: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21928: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21929: 'nothing'
21930:
21931: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21932: vstring::set_string
21933:
21934: * src/classes/: double.C, int.C, string.C: int,double;sql
21935:
21936: * src/: classes/hash.C, classes/int.C, classes/string.C,
21937: classes/table.C, include/pa_string.h, main/pa_string.C,
21938: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21939:
21940: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21941: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21942: hash:sql moved to main trunc. operators.txt updated
21943:
21944: * src/classes/: hash.C, op.C, table.C: hash:sql
21945:
21946: * src/classes/op.C: z
21947:
21948: * src/: main/compile.C, classes/classes.C: 1
21949:
21950: * src/: classes/classes.C, main/compile.C, main/compile.y,
21951: main/execute.C: 0
21952:
21953: * src/main/execute.C: z
21954:
21955: * src/targets/cgi/parser3.C: z
21956:
21957: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21958: site_auto_path "." in that case
21959:
21960: * src/targets/cgi/: parser3.C: z
21961:
21962: * src/main/pa_request.C: .am
21963:
21964: * src/: main/pa_request.C, targets/cgi/parser3.C:
21965: pcre_tables=pcre_default_tables;
21966:
21967: 2001-05-19 parser
21968:
21969: * src/main/pa_string.C: z
21970:
21971: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21972: introducing String::cstr_bufsize, returns just size+1 for as_is
21973: target.
21974:
21975: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21976: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21977: used, 4* mem wasted
21978:
21979: * src/classes/string.C: root context in match replace body now
21980: unchanged
21981:
21982: * src/types/pa_value.h: parameter # 1 based
21983:
21984: * src/main/pa_common.C: common: actual filename '%s'
21985:
21986: * src/classes/string.C: z
21987:
21988: * src/classes/Makefile.am: classes/.am
21989:
21990: * src/classes/: Makefile.am: classes/.am
21991:
21992: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21993: targets/cgi/pa_pool.C: classes/.am
21994:
21995: 2001-05-18 parser
21996:
1.116 moko 21997: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21998: pa_threads.C ins
1.95 moko 21999:
22000: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22001:
22002: 2001-05-17 parser
22003:
22004: * src/: classes/string.C, include/pa_config_fixed.h,
22005: include/pa_config_includes.h, main/compile.y,
22006: main/compile_tools.h, main/execute.C, main/pa_array.C,
22007: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22008: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22009: types/pa_vform.C: #include "pa_config_includes.h" removed from
22010: most .C
22011:
22012: * src/doc/html2chm.cmd: z
22013:
22014: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22015: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22016:
22017: * src/main/pa_sql_driver_manager.C: moved expiration to
22018: get_connection_from_cache
22019:
22020: * src/main/pa_sql_driver_manager.C: cache expiration bf
22021:
22022: * src/: classes/classes.h, include/pa_sql_connection.h,
22023: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22024: cache expiration[use SQL_Driver::disconnect]
22025:
22026: * src/main/pa_table.C: table.locate current restored on "not found"
22027:
22028: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22029: line no
22030:
22031: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22032: ANTI_ENDLESS_EXECUTE_RECOURSION
22033:
22034: * src/: classes/op.C, include/pa_sql_connection.h,
22035: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22036: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22037: 1driver and set_services fight for driver::fservices. before fix
22038:
22039: * src/: classes/op.C, include/pa_config_fixed.h,
22040: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22041: main/pa_sql_driver_manager.C: found problem at last: 2connections
22042: own 1driver and set_services fight for driver::fservices. before
22043: fix
22044:
22045: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22046: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22047: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22048: pa_threads.C
22049:
22050: * src/include/pa_threads.h: removed targets/parser
22051:
22052: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22053: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22054: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22055: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22056: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22057: headers
22058:
22059: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22060: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22061: order prevented sqlmanager to see MULTYTHREAD define
22062:
22063: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22064: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22065: put/gets
22066:
22067: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22068: from hash.h
22069:
22070: * src/: classes/op.C, include/pa_sql_connection.h,
22071: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22072: from cache ->set_services(&services);
22073:
22074: 2001-05-16 parser
22075:
22076: * src/targets/cgi/parser3.C: z
22077:
22078: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22079: debug, #ifdefed some. would debug later, on more precise sample
22080: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22081: $name.$tail[$tail!] $name.$tail } ok3
22082:
22083: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22084: removed array debug. before vstring rebasing
22085:
22086: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22087: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22088: array debugged; adjusted
22089:
22090: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22091: SQL_Driver_manager line no for connect/charset errors
22092:
22093: 2001-05-15 parser
22094:
22095: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22096: main/pa_string.C: string+array made linear grows
22097:
22098: * src/: include/pa_string.h, main/pa_string.C,
22099: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22100: grow lineary, not exponentialy
22101:
22102: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22103: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22104: with fullchunk cmps
22105:
22106: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22107: 70041= 81
22108:
22109: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22110: targets/cgi/parser3.C: detected huge mem allocation: size/times
22111: malloc 27809390/368771, calloc 3232/83. would test now
22112:
22113: * src/: classes/random.C, main/compile.y, main/execute.C,
22114: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22115: numbered params had wrong name - for instance: bad error message
22116: in ^for[] bad body type. fixed
22117:
22118: 2001-05-14 parser
22119:
22120: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22121: main/untaint.C: ^string.upper|lower[]
22122:
22123: 2001-05-11 parser
22124:
22125: * src/: classes/double.C, classes/image.C, classes/op.C,
22126: classes/string.C, classes/table.C, classes/unknown.C,
22127: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22128: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22129: types/pa_vunknown.h: op: MAX_LOOPS as_int
22130:
22131: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22132: .dsp for win32tools
22133:
22134: 2001-05-11 paf
22135:
22136: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22137: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22138: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22139: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22140:
22141: 2001-05-10 paf
22142:
22143: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22144: for C++, that's all
22145:
1.116 moko 22146: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22147: pa_config_includes.h: inline wonders
1.95 moko 22148:
22149: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22150: doc/doxygen.cmd: hash.C added
22151:
22152: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22153:
22154: * src/main/compile.y: @end grammar: allowed zero strings in control
22155: menthod
22156:
22157: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22158: pa_vstateless_object.h: changed priority: field before method
22159: lookup in vclass & vobject
22160:
22161: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22162: grammar: priorities changes [lowerd && prior] vobject: now first
22163: fields, next methods
22164:
22165: 2001-05-08 paf
22166:
22167: * src/main/pa_table.C: table columnname2item on nameless ignored
22168: bark=false. fixed
22169:
22170: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22171: types/pa_vmethod_frame.h: hash:default works at last!
22172:
22173: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22174: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22175: hash:default
22176:
22177: * src/classes/table.C: z
22178:
22179: * src/classes/table.C: table:hash always hash of hash now
22180:
22181: * src/classes/table.C: table:empty return bool now
22182:
22183: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22184: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22185: types/pa_vtable.h: table:hash
22186:
22187: * src/classes/table.C: table:record have name
22188:
22189: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22190: returns vunknown
22191:
22192: * src/classes/: double.C, int.C, op.C, string.C:
22193: int,double,string:int[] double[] string:length[] results now have
22194: hames
22195:
22196: * src/: classes/op.C, classes/table.C, main/main.dsp,
22197: types/pa_vtable.h: removed table:find. table:locate and op:eval
22198: now return bool
22199:
22200: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22201: in method checkparams again. fixed
22202:
22203: 2001-05-07 paf
22204:
22205: * src/doc/chm.cmd: cmd
22206:
22207: * src/: classes/image.C, classes/mail.C, classes/string.C,
22208: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22209: types/pa_value.h: method reported errors on wrong pool
22210:
22211: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22212: now
22213:
22214: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22215: include/code.h, include/pa_opcode.h, main/compile.C,
22216: main/compile_tools.h, main/execute.C, types/pa_value.h,
22217: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22218: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22219: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22220: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22221: types/pa_vmethod_frame.h, types/pa_vobject.h,
22222: types/pa_vrequest.h, types/pa_vresponse.h,
22223: types/pa_vstateless_class.h, types/pa_vstring.h,
22224: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22225: types/pa_wwrapper.h: pa_code.h
22226:
22227: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22228:
22229: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22230: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22231: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22232: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22233: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22234: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22235: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22236: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22237: types/pa_vtable.h: dox, split by not clean parts also
22238:
22239: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22240: types/pa_vtable.h: table: fields, then methods. so to enable
22241: 'dir' fields & co. more
22242:
22243: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22244: so to enable 'dir' fields & co.
22245:
22246: * src/main/compile.y: grammar: @end
22247:
22248: 2001-05-04 paf
22249:
22250: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22251: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22252:
22253: * src/: classes/classes.h, classes/double.C, classes/file.C,
22254: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22255: classes/op.C, classes/random.C, classes/response.C,
22256: classes/string.C, classes/table.C, classes/unknown.C,
22257: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22258: method dox
22259:
22260: 2001-05-03 paf
22261:
22262: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22263: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22264: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22265: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22266: doc/string.dox, doc/targets.dox, doc/value.dox,
22267: main/pa_request.C: dox splitted .dox files and added some
22268:
22269: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22270:
22271: 2001-05-02 paf
22272:
22273: * src/classes/: image.C, table.C: table:dir result are not tainted
22274: by file_name language now
22275:
22276: 2001-04-28 paf
22277:
22278: * src/classes/classes.inc: removed classes.inc
22279:
22280: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22281: from .am
22282:
22283: * src/classes/classes.awk: skipped classes in .awk
22284:
22285: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22286: classes/classes.inc, classes/double.C, classes/file.C,
22287: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22288: classes/string.C, classes/table.C, classes/unknown.C,
22289: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22290: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22291: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22292: pa_methoded back to classes/classes.h
22293:
22294: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22295:
22296: * src/: classes/Makefile.am, classes/classes.awk,
22297: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22298: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22299:
22300: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22301: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22302: classes/response.C, classes/string.C, classes/table.C,
22303: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22304: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22305: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22306: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22307: include|main/pa_methoded
22308:
22309: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22310: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22311:
22312: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22313: moved some configured data to request::classes_conf moved some
22314: string crations from globals to M... [works]
22315:
22316: * src/: classes/form.C, classes/mail.C, classes/op.C,
22317: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22318: main/pa_request.C: moved some configured data to
22319: request::classes_conf moved some string crations from globals to
22320: M...
22321:
22322: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22323: about to move configured data to special request hash
22324:
22325: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22326: classes/form.C, classes/mail.C, include/pa_request.h,
22327: main/pa_request.C: configure started
22328:
22329: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22330: 2. todo: methoded-configure
22331:
22332: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22333: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22334: classes/_random.h, classes/_response.h, classes/_string.h,
22335: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22336: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22337: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22338: classes/random.C, classes/response.C, classes/string.C,
22339: classes/table.C, classes/unknown.C, include/pa_globals.h,
22340: include/pa_request.h, main/compile.y, main/execute.C,
22341: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22342: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22343: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22344: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22345: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22346: types/pa_vrequest.h, types/pa_vresponse.h,
22347: types/pa_vstateless_class.h, types/pa_vstring.h,
22348: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22349: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22350: methoded-configure
22351:
22352: * src/: classes/file.C, classes/table.C, main/compile.y,
22353: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22354: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22355: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22356:
22357: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22358: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22359: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22360: classes/random.C, classes/response.C, classes/string.C,
22361: classes/table.C, classes/unknown.C, include/pa_request.h,
22362: main/compile.y, main/execute.C, main/pa_globals.C,
22363: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22364: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22365: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22366: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22367: beautifying just compiled. todo: debug, configure
22368:
22369: 2001-04-27 paf
22370:
22371: * src/: classes/file.C, classes/image.C, classes/table.C,
22372: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22373: beautifying -99
22374:
22375: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22376: classes/_response.h, classes/_unknown.h, classes/classes.C,
22377: classes/classes.h, classes/double.C, classes/file.C,
22378: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22379: classes/op.C, classes/random.C, classes/response.C,
22380: classes/string.C, include/pa_globals.h, main/main.dsp,
22381: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22382: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22383: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22384: types/pa_vunknown.h: beautifying -100
22385:
22386: * src/main/compile.y: serge@ found @CLASS bug. fixed
22387:
22388: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22389: classes/_op.h, classes/_random.h, classes/_table.h,
22390: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22391: classes/op.C, classes/random.C, classes/response.C,
22392: classes/string.C, classes/table.C, classes/unknown.C,
22393: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22394: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22395: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22396: beautifying
22397:
22398: 2001-04-26 paf
22399:
22400: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22401:
22402: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22403: documentation ++
22404:
22405: * src/: classes/_exec.h, doc/doxygen.cfg,
22406: include/pa_config_fixed.h, include/pa_config_includes.h,
22407: targets/cgi/pa_pool.C: code documentation ++
22408:
22409: * src/: classes/_image.h, classes/op.C, classes/random.C,
22410: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22411: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22412: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22413: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22414: types/pa_vmethod_frame.h, types/pa_vobject.h,
22415: types/pa_vrequest.C, types/pa_vrequest.h,
22416: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22417: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22418: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22419: code documentation ++
22420:
22421: * src/: classes/image.C, classes/mail.C, classes/string.C,
22422: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22423: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22424: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22425: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22426: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22427: types/pa_vobject.h, types/pa_vstateless_class.h,
22428: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22429:
22430: * src/main/: pa_request.C, pa_string.C: z
22431:
22432: * src/: include/pa_common.h, include/pa_types.h,
22433: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22434: connection caching fixed. request-pooled-url were stored into
22435: global connectioncache
22436:
22437: 2001-04-25 paf
22438:
22439: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22440: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22441:
22442: * src/: include/code.h, include/pa_common.h, main/compile.y,
22443: main/execute.C, main/pa_common.C: -d
22444:
22445: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22446: illegal call check a bit improved, but still under iis no mapping
22447: of dir with parser allowed!
22448:
22449: 2001-04-24 paf
22450:
22451: * src/targets/Makefile.am: apache module lib .am
22452:
22453: * src/main/pa_exec.C: windows32 buildCommand
22454:
22455: 2001-04-23 paf
22456:
22457: * src/targets/cgi/Makefile.am: win32 conditional
22458:
22459: * src/targets/cgi/Makefile.am: win32 conditional
22460:
22461: * src/targets/cgi/Makefile.am: liblink
22462:
22463: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22464: vfile fields return type
22465:
22466: * src/types/pa_vfile.h: vfile fields return type
22467:
22468: * src/include/pa_config_auto.h.in: .h.in
22469:
22470: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22471: types/Makefile: makefiles removed
22472:
22473: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22474: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22475:
22476: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22477: [tested: i & g ]
22478:
22479: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22480: @test noticed series in isapi, check how initialize_random_class
22481: is called! [must be called only once]
22482:
22483: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22484: would not be 'unknown column'
22485:
22486: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22487: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22488:
22489: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22490: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22491: [now doesnt]
22492:
22493: * src/targets/cgi/parser3.C: cgi cmdline ver
22494:
22495: * src/targets/cgi/parser3.C: cgi /// @test disable
22496: /cgi-bin/parser3/auto.p
22497:
22498: * src/main/untaint.C: untaint without charset
22499:
22500: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22501: main/pa_common.C: common: file_write /// @test mkdirs
22502: file_delete rmdirs
22503:
22504: * src/main/untaint.C: mail header only once to =?
22505:
22506: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22507: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22508: main/untaint.C: untaint - @test optimize whitespaces for
22509: all but 'html'
22510:
22511: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22512: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22513: main/untaint.C: untaint - @test mail-header
22514:
22515: 2001-04-20 paf
22516:
22517: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22518: include/pa_request.h, include/pa_string.h, main/compile.y,
22519: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22520: targets/cgi/parser3.C: $MAIN:LOCALE
22521:
22522: * src/main/untaint.C: z
22523:
22524: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22525:
22526: 2001-04-19 paf
22527:
22528: * src/main/compile_tools.h: $a$b bugfix
22529:
22530: * src/targets/cgi/parser3.C: z
22531:
22532: * src/classes/file.C: z
22533:
22534: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22535: done: header to $fields. waits for header '\' tricks
22536:
22537: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22538: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22539: changed urlencode here and in untaint.C to HTTP standard's " and
22540: \" mech
22541:
22542: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22543: http://alx/~paf/ doesnt load /auto.p
22544:
22545: 2001-04-18 paf
22546:
22547: * src/main/pa_request.C: 1
22548:
22549: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22550: linux @alx
22551:
22552: 2001-04-17 paf
22553:
22554: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22555: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22556: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22557: enabled
22558:
22559: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22560: classes/_exec.h, classes/_file.h, classes/_form.h,
22561: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22562: classes/_random.h, classes/_response.h, classes/_string.h,
22563: classes/_table.h, classes/_unknown.h, classes/file.C,
22564: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22565: include/pa_config_fixed.h, include/pa_config_includes.h,
22566: include/pa_hash.h, include/pa_sql_driver_manager.h,
22567: include/pa_version.h, main/Makefile.am, main/compile.y,
22568: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22569: main/pa_sql_driver_manager.C, sql/Makefile.am,
22570: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22571: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22572: types/pa_vform.C, types/pa_vimage.h: exec @jav
22573:
22574: * src/: include/pa_sql_driver_manager.h,
22575: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22576: types/pa_vimage.h: sql driver interface now has initialize(client
22577: .so)
22578:
22579: 2001-04-16 paf
22580:
22581: * src/Makefile.am: compile2 cygwin
22582:
22583: * src/: include/pa_config_includes.h, main/pa_exec.C,
22584: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22585:
22586: * src/targets/cgi/Makefile.am: compile0 jav
22587:
22588: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22589: classes/_exec.h, classes/_file.h, classes/_form.h,
22590: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22591: classes/_random.h, classes/_response.h, classes/_string.h,
22592: classes/_table.h, classes/_unknown.h, classes/image.C,
22593: classes/mail.C, classes/op.C, classes/random.C,
22594: include/pa_config_fixed.h, include/pa_config_includes.h,
22595: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22596: main/compile.y, main/pa_common.C, main/pa_exec.C,
22597: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22598: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22599: compile-1
22600:
22601: 2001-04-15 paf
22602:
22603: * src/classes/op.C: z
22604:
22605: * src/classes/table.C: table:empty +=process
22606:
22607: * src/types/pa_value.h: MethodParams !junction
22608:
22609: * src/: classes/_string.h, classes/double.C, classes/file.C,
22610: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22611: classes/random.C, classes/response.C, classes/string.C,
22612: classes/table.C, classes/unknown.C, main/pa_request.C:
22613: MethodParams everywhere
22614:
22615: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22616: types/pa_vmethod_frame.h: MethodParams in op.C
22617:
22618: 2001-04-12 paf
22619:
22620: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22621:
22622: * src/: classes/_unknown.h, classes/unknown.C,
22623: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22624: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22625:
22626: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22627:
22628: * src/classes/image.C: image:gif now does not have params
22629:
22630: * src/classes/image.C:
22631: image:line/fill/rectangle/bar/replace/polygon/polybar
22632:
22633: * src/: classes/image.C, classes/op.C, main/execute.C,
22634: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22635: for var now written not to r.wcontext, but to r.root cleared
22636: "entered_object" state
22637:
22638: 2001-04-11 paf
22639:
22640: * src/classes/image.C: image:create image:load
22641:
22642: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22643: just compiled
22644:
22645: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22646: todo: gif without file
22647:
22648: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22649: started porting to Pooled descendant
22650:
22651: * src/: classes/image.C, main/execute.C, main/main.dsp,
22652: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22653: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22654: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22655:
22656: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22657: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22658: end. switching to python imaging lib
22659:
22660: * src/main/main.dsp: gd+smtp made separate libs
22661:
22662: * src/: include/pa_globals.h, include/pa_string.h,
22663: main/pa_common.C, main/pa_request.C, main/untaint.C,
22664: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22665: length
22666:
22667: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22668: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22669: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22670: UL_FILE_NAME of posted file name
22671:
22672: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22673: post [broke when moved post read to core]
22674:
22675: 2001-04-10 paf
22676:
22677: * src/classes/image.C: image:html done
22678:
22679: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22680:
22681: * src/classes/image.C: z
22682:
22683: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22684: forgotten!
22685:
22686: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22687: main/pa_request.C, main/pa_string.C, main/untaint.C,
22688: types/pa_vimage.h: image:measure -90
22689:
22690: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22691: classes/_int.h, classes/_mail.h, classes/_op.h,
22692: classes/_random.h, classes/_response.h, classes/_string.h,
22693: classes/_table.h, classes/file.C, classes/mail.C,
22694: include/pa_common.h, include/pa_globals.h, main/execute.C,
22695: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22696: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22697: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22698: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22699: compiled
22700:
22701: * src/classes/mail.C: minor bug with unclear from/to
22702:
22703: * src/classes/mail.C: sendmail unix skipping defaults
22704:
22705: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22706: sendmail unix added defaults
22707:
22708: * src/classes/mail.C: unix sendmail compiled. todo:testing
22709:
22710: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22711:
22712: 2001-04-09 paf
22713:
22714: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22715: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22716: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22717: targets/isapi/parser3isapi.dsp: all targets exec
22718:
22719: * src/: include/pa_sapi.h, include/pa_string.h,
22720: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22721: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22722: args in apache:util.script
22723:
22724: * src/include/pa_string.h: written but not tested exec with env for
22725: unix
22726:
22727: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22728: targets/cgi/parser3.C: exec win32 env
22729:
22730: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22731: 0
22732:
22733: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22734: main/execute.C, main/main.dsp, main/pa_globals.C,
22735: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22736: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22737:
22738: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22739: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22740:
22741: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22742: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22743:
22744: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22745: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22746: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22747: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22748: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22749: exec class just compiled. moved post read to request core
22750:
22751: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22752: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22753: main/pa_globals.C, targets/cgi/parser3.C,
22754: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22755: are already read by vform
22756:
22757: 2001-04-08 paf
22758:
22759: * src/: classes/file.C, classes/mail.C, classes/string.C,
22760: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22761: uuencode. string<<
22762:
22763: 2001-04-07 paf
22764:
22765: * src/classes/mail.C: z
22766:
22767: * src/classes/mail.C: z
22768:
22769: * src/classes/mail.C: ^mail[$attach
22770:
22771: * src/classes/mail.C: ^attach dead end
22772:
22773: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22774: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22775: targets/isapi/parser3isapi.C: mail:send 1
22776:
22777: * src/: classes/mail.C, main/pa_request.C: z
22778:
22779: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22780: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22781: compiled
22782:
22783: * src/classes/mail.C: +=
22784:
22785: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22786: prepared
22787:
22788: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22789: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22790: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22791: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22792:
22793: 2001-04-06 paf
22794:
22795: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22796: main/pa_string.C: table:dir 1
22797:
22798: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22799: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22800:
22801: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22802: classes/root.C, include/pa_globals.h, include/pa_request.h,
22803: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22804: main/pa_request.C: renamed 'root' to 'op'
22805:
22806: * src/classes/: _op.h, op.C: renamed from 'root'
22807:
22808: * src/types/pa_valiased.C: another root inherititance skipped
22809:
22810: * src/main/: compile.C, compile.y, execute.C: operators are now not
22811: root methods of parent class. just 'ROOT' class
22812:
22813: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22814: @office
22815:
22816: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22817:
22818: 2001-04-05 paf
22819:
22820: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22821: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22822: constructor flag dropped at get_method_frame and remembered into
22823: method_frame
22824:
22825: * src/: classes/file.C, classes/root.C, classes/string.C,
22826: classes/table.C, main/pa_request.C: junction to code&expression
22827: in errors
22828:
22829: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22830: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22831: $LOCALE:ctype[Russian_Russia.1251]
22832:
22833: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22834: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22835: main/pa_table.C: hash now not thread-safe.
22836:
22837: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22838: main/untaint.C: z
22839:
22840: * src/: classes/random.C, classes/root.C, classes/table.C,
22841: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22842: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22843: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22844: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22845:
22846: * src/: classes/table.C, include/pa_sql_connection.h,
22847: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22848:
22849: * src/classes/table.C: select * from hren error contains statement
22850:
22851: * src/: classes/table.C, include/pa_sql_connection.h,
22852: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22853: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22854:
22855: * src/: classes/root.C, include/pa_sql_connection.h,
22856: include/pa_sql_driver.h, main/main.dsp,
22857: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22858: services for conv memory & error reporting
22859:
22860: 2001-04-04 paf
22861:
22862: * src/doc/doxygen.cfg: z
22863:
22864: * src/include/pa_sql_driver.h: mysql connect
22865:
22866: * src/include/pa_sql_driver.h: mysql info
22867:
22868: * src/: classes/root.C, include/pa_sql_driver.h,
22869: include/pa_sql_driver_manager.h, main/main.dsp,
22870: main/pa_sql_driver_manager.C: more manager&connection&driver
22871:
22872: * src/sql/Makefile.am: forgot to add mysql client
22873:
22874: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22875: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22876: [forgot to add libltdl, added]
22877:
22878: * src/: Makefile.am, classes/root.C, classes/string.C,
22879: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22880: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22881: include/pa_string.h, include/pa_table.h, main/main.dsp,
22882: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22883: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22884: -1000 just compiled
22885:
22886: * src/: classes/random.C, classes/root.C, classes/table.C,
22887: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22888: main/pa_request.C, types/pa_vclass.h: sql frame -10
22889:
22890: 2001-04-03 paf
22891:
22892: * src/types/pa_vform.C: z
22893:
22894: * src/: classes/string.C, types/pa_vform.C: string:match replace
22895: assigned lang
22896:
22897: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22898: {}[]< empty []
22899:
22900: * src/: classes/file.C, classes/string.C, classes/table.C,
22901: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22902: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22903:
22904: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22905: string:match replace strange matches
22906:
22907: * src/classes/string.C: string:match replace 0
22908:
22909: * src/: classes/string.C, main/pa_string.C: string:match replace
22910: prepared 2
22911:
22912: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22913: string:match replace prepared
22914:
22915: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22916: string:match replace -11
22917:
22918: * src/: classes/string.C, include/pa_globals.h,
22919: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22920: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22921:
22922: * src/: classes/string.C, include/pa_globals.h,
22923: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22924: main/pa_string.C: string:match [search] -1 just compiled
22925:
22926: * src/types/pa_vstring.C: z
22927:
22928: * src/: classes/double.C, classes/file.C, classes/form.C,
22929: classes/int.C, classes/response.C, classes/root.C,
22930: classes/string.C, classes/table.C, include/pa_string.h,
22931: main/pa_string.C: string:match -10 [frame]
22932:
22933: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22934: main/pa_request.C: z
22935:
22936: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22937: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22938: todo/tests
22939:
22940: * src/include/pa_common.h: z
22941:
22942: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22943: main/pa_request.C, targets/cgi/parser3.C,
22944: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22945: content-disposition
22946:
22947: * src/: include/pa_common.h, include/pa_globals.h,
22948: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22949: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22950:
22951: * src/: include/pa_common.h, include/pa_request.h,
22952: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22953: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22954: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22955: response:body
22956:
22957: * src/classes/table.C: table:append now uses string::split
22958:
22959: * src/classes/table.C: z
22960:
22961: * src/: classes/file.C, classes/root.C, classes/string.C,
22962: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22963: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22964: include/pa_string.h, main/execute.C, main/pa_string.C,
22965: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22966: string::pos & cmp & piece bugs fixed. string::split new
22967: table:load separated from set table:set implemented with clean \n
22968: \t searches
22969:
22970: 2001-04-02 paf
22971:
22972: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22973: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22974: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22975: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22976: it in table:set/load
22977:
22978: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22979: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22980:
22981: * src/classes/random.C: random:generate 1
22982:
22983: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22984: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22985: types/pa_value.h: random:generate
22986:
22987: 2001-03-30 paf
22988:
22989: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22990: todo: table flip and append. string::pos
22991:
22992: * src/: classes/double.C, classes/file.C, classes/int.C,
22993: classes/response.C, classes/root.C, classes/string.C,
22994: classes/table.C, main/compile.y, main/execute.C,
22995: types/pa_value.h, types/pa_vstateless_class.C,
22996: types/pa_vstateless_class.h: static|dynamic|any method
22997: registration
22998:
22999: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23000: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23001: table:flip
23002:
23003: 2001-03-29 paf
23004:
23005: * src/classes/string.C: string:xsplit forgot that they must result
23006: in 1 row N column [not vice versa]
23007:
23008: * src/classes/string.C: z
23009:
23010: * src/classes/string.C: string: rsplit
23011:
23012: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23013: string: lsplit
23014:
23015: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23016: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23017: lsplit -1
23018:
23019: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23020: string: pos
23021:
23022: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23023: string: pos -1
23024:
23025: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23026: main/compile.y, main/pa_request.C, main/pa_string.C,
23027: main/untaint.C: string: left right mid
23028:
23029: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23030: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23031: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23032: and [;] are different now.
23033:
23034: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23035: main/untaint.C: pool.request undone
23036:
23037: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23038: main/untaint.C: pool.request
23039:
23040: 2001-03-28 paf
23041:
23042: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23043: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23044: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23045: $request:browser [.type .version]; unknown.get_double now = 0.
23046:
23047: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23048: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23049: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23050: types/pa_vform.C: file:load autodetection of mime-type by
23051: user-file-name
23052:
23053: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23054: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23055: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23056:
23057: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23058: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23059: write. must be self.set
23060:
23061: * src/: classes/file.C, classes/root.C, classes/table.C,
23062: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23063:
23064: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23065: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23066: types/pa_vtable.h: table:locate just compiled
23067:
23068: 2001-03-27 paf
23069:
23070: * src/main/: execute.C, pa_common.C: fixed r/w context of
23071: code-params2, fixed ntfs hardlink slow dir update
23072:
23073: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23074: types/pa_wcontext.h: fixed r/w context of code-params
23075:
23076: * src/: classes/table.C, main/execute.C: about to change junction
23077: rcontext!!
23078:
23079: * src/: classes/double.C, classes/int.C, classes/root.C,
23080: classes/string.C, classes/table.C, main/compile_tools.C,
23081: main/execute.C, main/pa_request.C, main/untaint.C,
23082: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23083: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23084: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23085: types/pa_vunknown.h: sort 0
23086:
23087: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23088: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23089: renamed to are_static_calls_disabled
23090:
23091: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23092: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23093: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23094: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23095:
23096: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23097:
23098: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23099: started table:sort fixed minor bug in #...^{
23100:
23101: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23102: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23103: decided to have as it were. stepped back. grammar: added 'in'
23104: 'is' 'lt'&co follow-space check
23105:
23106: 2001-03-26 paf
23107:
23108: * src/: classes/file.C, classes/root.C, classes/table.C,
23109: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23110: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23111: main/pa_table.C: moved ::save to pa_table. disabled @auto
23112: invocation in ^process
23113:
23114: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23115:
23116: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23117: main/pa_array.C: table:record
23118:
23119: * src/: main/untaint.C, targets/cgi/parser3.C,
23120: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23121: targets/isapi/pool_storage.h, types/pa_valiased.h,
23122: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23123: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23124: types/pa_vtable.h: z
23125:
23126: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23127: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23128: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23129: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23130: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23131: method realisations on 'self' validity - they now can simply
23132: assume that 'self' is V{Proper} .
23133:
23134: 2001-03-25 paf
23135:
23136: * src/main/untaint.C: z
23137:
23138: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23139: lowlevel - it initialization could be skipped if failed in @auto.
23140: so that exception report would use some table
23141:
23142: * src/main/pa_request.C: table empty lines ignored. system-default
23143: content type assigned in output:result [can fail in main:auto and
23144: skipped normal defaults extraction]
23145:
23146: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23147: bug
23148:
23149: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23150: processing to table [except preliminary \r\n \r \n replacements
23151: to "\n"]
23152:
23153: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23154: move all the processing to table
23155:
23156: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23157: main/pa_table.C, main/untaint.C: returned table originating.
23158: useful for reporting typo table problems origin. think would be
23159: useful somewhere else
23160:
23161: * src/main/untaint.C: typo \r \r\n \n properly handled
23162:
23163: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23164: include/pa_table.h, main/compile.y, main/compile_tools.C,
23165: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23166: main/pa_string.C, main/pa_table.C, main/untaint.C,
23167: types/pa_vcookie.h: typo & typo-default
23168:
23169: 2001-03-24 paf
23170:
23171: * src/main/pa_common.C: z
23172:
23173: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23174: targets/cgi/parser3.C: html-typo 2
23175:
23176: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23177: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23178: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23179: main/execute.C, main/pa_array.C, main/pa_globals.C,
23180: main/pa_request.C, main/pa_string.C, main/untaint.C,
23181: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23182: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23183: noticed double default content-type prob. run cgi.cmd tomorrow
23184: first html-typo sample. detected << problem: they become ltlt too
23185: fast
23186:
23187: * src/main/compile.y: z
23188:
23189: * src/main/: compile.y, compile_tools.h: #comment
23190:
23191: * src/: classes/file.C, classes/root.C, classes/table.C,
23192: include/pa_common.h, include/pa_request.h, main/compile.y,
23193: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23194: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23195: stringified
23196:
23197: * src/types/pa_valiased.C: decided to String-ify file_read
23198:
23199: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23200: isapi/parser3isapi.dsp: cgi: sapi::log
23201:
23202: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23203: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23204: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23205: error log experiments failed - cgi under iis got no access to
23206: log. registereventsource simply failed with 5(illegal call) code,
23207: while worked OK as standalone executable. isapi: used
23208: HSE_APPEND_LOG_PARAMETER feature
23209:
23210: * src/: include/pa_common.h, include/pa_globals.h,
23211: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23212: targets/isapi/parser3isapi.C: fixed default content-type
23213: allocation storage
23214:
23215: * src/: include/pa_globals.h, include/pa_request.h,
23216: main/pa_globals.C, main/pa_request.C: z
23217:
23218: * src/: include/pa_array.h, include/pa_hash.h,
23219: include/pa_request.h, main/compile.y, main/pa_array.C,
23220: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23221: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23222: content-type
23223:
23224: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23225: sanity
23226:
23227: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23228: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23229: away freeze mech. no danger now for you can't do
23230: ^request:process[@new-method[] body] trick anymore. still
23231: remains $some_instance.process[@new-method[] possibility] but
23232: would leave it as a feature. see index for sample
23233:
23234: * src/: include/pa_common.h, main/pa_common.C,
23235: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23236: monkey every target
23237:
23238: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23239: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23240: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23241:
23242: 2001-03-23 paf
23243:
23244: * src/: include/pa_pool.h, main/pa_request.C,
23245: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23246: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23247: targets/isapi/pool_storage.h: isapi: dumb pool storage
23248:
23249: * src/targets/isapi/pa_pool.C: decided to continue with extension
23250:
23251: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23252: it would be better to rewrite as filter then to deal with pool
23253:
23254: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23255: now like in cgi, not from APPL_PHYSICAL_PATH
23256:
23257: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23258: include/pa_config_fixed.h, include/pa_config_includes.h,
23259: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23260: include/pa_version.h, main/compile.y, main/execute.C,
23261: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23262: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23263: main/untaint.C, targets/cgi/parser3.C,
23264: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23265: cgi: reinvent document_root and request_uri under iis. autoconf
23266: updated. introducing ap_config_includes
23267:
23268: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23269:
23270: * src/targets/cgi/parser3.C: cgi: only one pool now
23271:
23272: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23273: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23274: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23275: types/pa_venv.h, types/pa_vform.C: sapi made object
23276:
23277: * src/: include/pa_globals.h, main/pa_request.C,
23278: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23279: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23280: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23281:
23282: * src/: main/pa_request.C, targets/cgi/parser3.C,
23283: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23284: isapi minor env beauty
23285:
23286: * src/: main/pa_request.C, targets/cgi/parser3.C,
23287: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23288: isapi document_root 0
23289:
23290: 2001-03-22 paf
23291:
23292: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23293:
23294: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23295: isapi/parser3isapi.C: z
23296:
23297: * src/: include/pa_pool.h, main/pa_request.C,
23298: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23299:
23300: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23301: kill.pl: isapi added utils
23302:
23303: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23304: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23305: types/pa_vform.C: isapi 0
23306:
23307: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23308: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23309: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23310: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23311: started isapi
23312:
23313: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23314: some comments
23315:
23316: * src/: include/pa_globals.h, include/pa_request.h,
23317: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23318: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23319: parser_root_auto_path parser_site_auto_path
23320:
23321: * src/types/pa_vcookie.C: cookie attr decoded
23322:
23323: 2001-03-21 paf
23324:
23325: * src/targets/cgi/parser3.C: z
23326:
23327: * src/include/pa_globals.h: post. todo: config of auto.p path
23328:
23329: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23330: types/pa_venv.h: in cookie & env. todo:post
23331:
23332: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23333: classes/root.C, classes/table.C, include/pa_array.h,
23334: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23335: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23336: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23337: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23338: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23339: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23340: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23341: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23342: shifted apache branch on main trunc
23343:
23344: * src/: include/pa_common.h, include/pa_globals.h,
23345: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23346: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23347: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23348: starting mod_parser3
23349:
23350: * src/targets/cgi/parser3.C: starting mod_parser3
23351:
23352: 2001-03-20 paf
23353:
23354: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23355: targets/cgi/parser3.C: automake compiled and works. todo:make
23356: win32 ifdefs work and add ifdef unistd
23357:
23358: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23359: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23360: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23361: z
23362:
23363: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23364: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23365: locking
23366:
23367: * src/: classes/Makefile.am, types/Makefile.am: z
23368:
23369: * src/: Makefile.am, classes/file.C, classes/root.C,
23370: classes/table.C, include/pa_array.h, include/pa_request.h,
23371: include/pa_string.h, main/Makefile.am, main/execute.C,
23372: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23373: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23374: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23375: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23376:
23377: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23378: main/pa_request.C, types/pa_vfile.h: ^table:save
23379:
23380: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23381: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23382: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23383: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23384: types/pa_vform.h: z
23385:
23386: * src/include/pa_string.h: z
23387:
23388: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23389: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23390: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23391: :Value
23392:
23393: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23394: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23395: :VStateless_object
23396:
23397: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23398: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23399: :VStateless_object
23400:
23401: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23402: types/pa_valiased.C, types/pa_vform.h: commented VForm
23403:
23404: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23405: types/pa_valiased.h, types/pa_value.h,
23406: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23407: types/pa_vstateless_object.h: moved common get_element part from
23408: stateless object&class into VAliased
23409:
23410: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23411: classes/table.C, main/execute.C, main/main.dsp,
23412: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23413: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23414: now :Value
23415:
23416: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23417: main/execute.C, main/main.dsp, main/pa_globals.C,
23418: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23419:
23420: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23421: doxx
23422:
23423: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23424: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23425: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23426: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23427: and ^file:save
23428:
23429: 2001-03-19 paf
23430:
23431: * src/types/pa_vfile.C: z
23432:
23433: * src/: classes/file.C, classes/request.C, classes/table.C,
23434: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23435: main/pa_request.C, main/untaint.C, types/pa_value.h,
23436: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23437:
23438: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23439: include/pa_string.h, include/pa_table.h, main/main.dsp,
23440: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23441: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23442: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23443: classes/_file.h, classes/file.C, types/pa_vfile.C,
23444: types/pa_vfile.h: file class just compiled
23445:
23446: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23447: include/pa_table.h, include/pa_types.h, main/execute.C,
23448: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23449: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23450: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23451:
23452: * src/include/pa_pool.h: z
23453:
23454: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23455: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23456: Hash::Value to Val so to doxygen would finlly stop confusing
23457: those Value-s
23458:
23459: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23460: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23461: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23462: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23463: include/pa_types.h, main/compile.C, main/compile.y,
23464: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23465: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23466: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23467: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23468: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23469:
23470: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23471: derivates somehow unlinked. don't know why yet
23472:
23473: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23474: include/pa_string.h, include/pa_threads.h, main/compile.C,
23475: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23476: main/execute.C, main/pa_array.C, main/pa_common.C,
23477: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23478: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23479: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23480:
23481: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23482: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23483: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23484: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23485: types/pa_vrequest.h: doc: detected Value derivates prob
23486:
23487: * src/include/pa_globals.h: z
23488:
23489: * src/: classes/_request.h, classes/request.C, include/code.h,
23490: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23491: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23492: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23493: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23494: main/execute.C, main/pa_pool.C, main/pa_request.C,
23495: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23496: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23497:
23498: 2001-03-18 paf
23499:
23500: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23501: cookie: allowed access to hash-assigned
23502:
23503: * src/targets/cgi/parser3.C: z
23504:
23505: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23506: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23507: include/pa_types.h, main/main.dsp, main/pa_common.C,
23508: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23509: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23510: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23511: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23512: types/pa_vunknown.h: cookie class
23513:
23514: * src/main/pa_request.C: zero length output allowed
23515:
23516: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23517: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23518:
23519: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23520: lang switch
23521:
23522: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23523: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23524: types/pa_value.h, types/pa_vhash.h:
23525: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23526:
23527: * src/main/execute.C: z
23528:
23529: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23530: targets/cgi/parser3.C: taint[uri
23531:
23532: * src/: classes/request.C, classes/response.C, classes/root.C,
23533: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23534: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23535: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23536:
23537: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23538: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23539: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23540: types/pa_vstateless_class.C: convinient string(pool, char *src,
23541: bool tainted) ctor
23542:
23543: * src/: include/pa_hash.h, include/pa_request.h,
23544: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23545: main/pa_request.C, main/pa_string.C, main/untaint.C,
23546: targets/cgi/parser3.C: proper @exceptions params tainting
23547:
23548: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23549: response fields to header
23550:
23551: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23552: z
23553:
23554: * src/: classes/_response.h, classes/response.C,
23555: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23556: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23557: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23558: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23559: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23560: $response: 0 request::core exception rethrow
23561:
23562: 2001-03-16 paf
23563:
23564: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23565: types/pa_vrequest.h: native method' class call with less params
23566: then needed error reporting
23567:
23568: * src/: classes/_request.h, classes/request.C,
23569: include/pa_globals.h, include/pa_request.h, main/execute.C,
23570: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23571: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23572: types/pa_vrequest.h: $request : query :uri
23573:
23574: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23575: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23576: types/pa_wcontext.h: $result
23577:
23578: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23579:
23580: * src/: classes/double.C, include/code.h, main/compile.y,
23581: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23582: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23583:
23584: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23585: main/compile.y, main/execute.C, types/pa_value.h,
23586: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23587: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23588: wcontext conflict
23589:
23590: * src/: main/execute.C, types/pa_value.h,
23591: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23592: $string.field
23593:
23594: 2001-03-15 paf
23595:
23596: * src/main/pa_request.C: news sample
23597:
23598: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23599: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23600:
23601: * src/main/: compile.y, execute.C: z
23602:
23603: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23604: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23605: pre pre works
23606:
23607: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23608: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23609: fillfields just compiled
23610:
23611: 2001-03-14 paf
23612:
23613: * src/: include/pa_request.h, main/pa_request.C,
23614: targets/cgi/parser3.C: z
23615:
23616: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23617: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23618: types/pa_vstring.h: limits -1
23619:
23620: * src/: include/pa_globals.h, include/pa_request.h,
23621: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23622: main/pa_request.C, targets/cgi/parser3.C,
23623: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23624: request_info -1
23625:
23626: * src/: include/pa_globals.h, main/pa_globals.C,
23627: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23628: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23629: vform_fields_fill
23630:
23631: * src/targets/cgi/parser3.C: # if MSVC
23632:
23633: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23634: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23635:
23636: * src/targets/cgi/parser3.C: z
23637:
23638: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23639: include/pa_string.h, include/pa_types.h, main/compile.y,
23640: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23641: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23642: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23643: types/pa_vunknown.h: global handler, exceptions in parser3
23644:
23645: 2001-03-13 paf
23646:
23647: * src/: classes/form.C, main/compile.y, main/core.C,
23648: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23649: types/pa_vform.h, types/pa_vstateless_class.C,
23650: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23651: instead
23652:
23653: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23654: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23655: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23656: started cgi target
23657:
23658: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23659: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23660: before error show with parser
23661:
23662: * src/: classes/_form.h, classes/form.C, include/core.h,
23663: include/pa_request.h, main/core.C, main/pa_request.C,
23664: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23665:
23666: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23667:
23668: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23669: parser3.C: renamed targets/ parser to cgi
23670:
23671: * src/: classes/double.C, classes/env.C, classes/int.C,
23672: classes/root.C, classes/string.C, classes/table.C,
23673: include/pa_request.h, types/pa_vhash.h: z
23674:
23675: * src/: classes/_env.h, classes/env.C, classes/root.C,
23676: include/core.h, include/pa_pool.h, include/pa_request.h,
23677: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23678: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23679: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23680: [historical moment :)]
23681:
23682: * src/: include/code.h, include/pa_string.h, main/compile.y,
23683: main/execute.C, main/pa_string.C: 'value is type' expr operator
23684:
23685: * src/types/pa_venv.h: $ENV 1
23686:
23687: * src/main/execute.C: z
23688:
23689: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23690: future methods of ENV constructor if
23691:
23692: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23693: class
23694:
23695: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23696: classes/_root.h, classes/_string.h, classes/_table.h,
23697: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23698: classes/string.C, classes/table.C, include/pa_request.h,
23699: main/compile.C, main/compile_tools.h, main/core.C,
23700: main/execute.C, main/main.dsp, main/pa_request.C,
23701: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23702: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23703: types/pa_vobject.h, types/pa_vstateless_class.C,
23704: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23705: types/pa_wcontext.h: $ENV: re 0, stateless classes
23706:
23707: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23708: classes/_root.h, classes/_string.h, classes/_table.h,
23709: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23710: classes/string.C, classes/table.C, include/pa_request.h,
23711: main/compile.C, main/compile_tools.h, main/core.C,
23712: main/execute.C, main/main.dsp, main/pa_request.C,
23713: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23714: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23715: types/pa_vobject.h, types/pa_vstateless_class.C,
23716: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23717: types/pa_wcontext.h: $ENV: re 0, stateless classes
23718:
23719: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23720: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23721: yesterdays bad decision on execute_static_method
23722:
23723: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23724:
23725: * src/: classes/double.C, classes/int.C, classes/root.C,
23726: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23727:
23728: * src/main/pa_request.C: z
23729:
23730: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23731: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23732:
23733: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23734: include/pa_pool.h, main/pa_request.C:
23735: restructure_exceptions_dead_end
23736:
23737: * src/: classes/root.C, main/compile.y: ^if required junctions.
23738: allowed ; inside {} to break params
23739:
23740: * src/classes/root.C: ^eval
23741:
23742: * src/: classes/_string.h, classes/double.C, classes/int.C,
23743: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23744: string ^format
23745:
23746: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23747: 'bad' but not 'enough'
23748:
23749: * src/: classes/double.C, classes/root.C, classes/table.C,
23750: include/pa_common.h, include/pa_types.h, main/compile.y,
23751: main/pa_common.C, main/pa_request.C, main/untaint.C,
23752: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23753: types/pa_wwrapper.h: think constructing flag as is is bad
23754:
23755: * src/: classes/double.C, classes/int.C, classes/root.C,
23756: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23757: types/pa_vint.h: ^for
23758:
23759: 2001-03-12 paf
23760:
23761: * src/classes/table.C: table ^empty
23762:
23763: * src/: classes/table.C, include/pa_table.h: table ^menu
23764:
23765: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23766: ^offset ^line ^count
23767:
23768: * src/classes/root.C: ^round() ^floor() ^ceiling()
23769: ^abs() ^sign()
23770:
23771: * src/classes/: root.C, table.C: ^use
23772:
23773: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23774: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23775: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23776: ^while. switched off wcontext.constructing after write(value) or
23777: auto-vhash-constructing
23778:
23779: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23780: main/pa_request.C: fail_if_junction_ helper func
23781:
23782: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23783: include/pa_request.h, main/execute.C, main/main.dsp,
23784: main/pa_common.C, main/pa_request.C: ^process error point by
23785: actual method_name, not source. ^load
23786:
23787: * src/types/pa_vtable.h: table: no, better with string in cells...
23788:
23789: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23790: classes/_table.h, classes/table.C, main/untaint.C: z
23791:
23792: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23793: include/pa_table.h, main/core.C, main/execute.C,
23794: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23795: types/pa_value.h: table:set 0
23796:
23797: * src/: classes/root.C, include/core.h, include/pa_array.h,
23798: include/pa_request.h, include/pa_table.h, main/core.C,
23799: main/main.dsp, main/pa_request.C, main/pa_table.C,
23800: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23801: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23802: types/pa_vstring.h: freeze, ^table:create[] -1
23803:
23804: * src/: classes/root.C, types/pa_value.h: z
23805:
23806: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23807: get_method in couple places optimizing them
23808:
23809: * src/classes/root.C: z
23810:
23811: * src/: classes/root.C, types/pa_vclass.h: process temp main
23812: zeroing
23813:
23814: * src/: classes/double.C, classes/int.C, classes/root.C,
23815: classes/string.C, include/pa_common.h, include/pa_request.h,
23816: include/pa_string.h, include/pa_types.h, main/compile.C,
23817: main/compile.y, main/compile_tools.h, main/execute.C,
23818: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23819: types/pa_vmframe.h: ^process. actual names to store param and
23820: check_actual_numbered_params for better place diagnostics
23821:
23822: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23823: method-junctions bug fixed
23824:
23825: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23826: pa_vstateless_object.h, pa_vstring.h: stateless_object
23827:
23828: 2001-03-11 paf
23829:
23830: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23831: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23832: VDouble VInt base now VObject_base - without fields
23833:
23834: * src/: classes/root.C, include/core.h, main/core.C: z
23835:
23836: * src/: classes/double.C, classes/int.C, classes/root.C,
23837: classes/string.C, include/core.h, include/pa_hash.h,
23838: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23839: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23840:
23841: * src/: classes/double.C, classes/int.C, classes/root.C,
23842: include/pa_request.h, main/execute.C: intercept_string
23843:
23844: * src/: classes/double.C, classes/int.C, classes/root.C,
23845: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23846:
23847: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23848: ^inc-s(expr)
23849:
23850: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23851: classes/_root.h, classes/_string.h, classes/double.C,
23852: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23853: include/code.h, include/core.h, include/pa_array.h,
23854: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23855: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23856: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23857: include/pa_types.h, main/compile.C, main/compile.y,
23858: main/compile_tools.C, main/compile_tools.h, main/core.C,
23859: main/execute.C, main/pa_array.C, main/pa_common.C,
23860: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23861: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23862: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23863: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23864: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23865: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23866: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23867: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23868:
23869: * src/: main/pa_request.C, types/pa_vhash.h: z
23870:
23871: * src/: include/core.h, include/pa_request.h, main/core.C,
23872: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23873:
23874: * src/: include/pa_valiased.h, include/pa_value.h,
23875: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23876: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23877: include/pa_vjunction.h, include/pa_vmframe.h,
23878: include/pa_vobject.h, include/pa_vstring.h,
23879: include/pa_vunknown.h, include/pa_wcontext.h,
23880: include/pa_wwrapper.h, main/compile.y, main/core.C,
23881: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23882: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23883: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23884: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23885: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23886: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23887: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23888: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23889: include/
23890:
23891: 2001-03-10 paf
23892:
23893: * src/: include/core.h, include/pa_request.h, main/core.C,
23894: main/pa_request.C: run+auto=run
23895:
23896: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23897:
23898: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23899: classes/_root.h, classes/_string.h, classes/double.C,
23900: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23901: include/code.h, include/core.h, include/pa_array.h,
23902: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23903: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23904: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23905: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23906: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23907: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23908: include/pa_vjunction.h, include/pa_vmframe.h,
23909: include/pa_vobject.h, include/pa_vstring.h,
23910: include/pa_vunknown.h, include/pa_wcontext.h,
23911: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23912: main/compile_tools.C, main/compile_tools.h, main/core.C,
23913: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23914: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23915: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23916: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23917: main/pa_wcontext.C: sources header
23918:
23919: * src/main/pa_request.C: auto..
23920:
23921: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23922: main/pa_request.C: auto tree0
23923:
23924: * src/: include/core.h, include/pa_request.h, main/compile.y,
23925: main/core.C, main/pa_request.C: names to core.C
23926:
23927: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23928: include/pa_request.h, main/core.C, main/execute.C,
23929: main/pa_common.C, main/pa_request.C: root auto.p loaded
23930:
23931: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23932: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23933: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23934: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23935:
23936: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23937: @auto[] realised. auto.p scan togo
23938:
23939: * src/: include/pa_request.h, main/execute.C: autocalc
23940: code-junctions result now have names
23941:
23942: * src/: classes/double.C, classes/int.C, classes/root.C,
23943: classes/string.C, include/pa_request.h, include/pa_string.h,
23944: include/pa_wcontext.h, main/compile.y, main/execute.C,
23945: main/pa_string.C, main/pa_wcontext.C: tainting 0
23946:
23947: * src/classes/env.C: env:file/line
23948:
23949: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23950: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23951: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23952: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23953: main/compile_tools.C, main/compile_tools.h, main/core.C,
23954: main/execute.C, main/main.dsp, main/pa_cframe.C,
23955: main/pa_request.C, main/pa_wcontext.C: const fight finished
23956:
23957: * src/include/pa_vclass.h: const fight to go
23958:
23959: * src/: classes/_env.h, classes/env.C, classes/root.C,
23960: include/pa_request.h, include/pa_vclass.h, main/core.C,
23961: main/main.dsp: env0
23962:
23963: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23964: classes/_string.h, classes/double.C, classes/int.C,
23965: classes/root.C, classes/string.C, include/pa_request.h,
23966: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23967: include/pa_wcontext.h, main/core.C, main/main.dsp,
23968: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23969: main/pa_wcontext.C: ^lang prepare0
23970:
23971: 2001-03-09 paf
23972:
23973: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23974: construct proper naming
23975:
23976: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23977: classes/double.C, classes/int.C, classes/root.C,
23978: classes/string.C, include/code.h, include/pa_value.h,
23979: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23980: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23981: main/compile.y, main/compile_tools.C, main/core.C,
23982: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23983: and ^double[]. fixed expr type
23984:
23985: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23986: ^string.length[]
23987:
23988: 2001-03-08 paf
23989:
23990: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23991:
23992: * src/: include/pa_vclass.h, include/pa_vstring.h,
23993: include/pa_wcontext.h, main/compile.y, main/core.C,
23994: main/execute.C, main/main.dsp: dead end: vstring can't be
23995: derivated from vobject
23996:
23997: * src/: include/pa_vclass.h, include/pa_vhash.h,
23998: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23999:
24000: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24001: remained clone conseqs
24002:
24003: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24004:
24005: * src/main/pa_vclass.C: wow! vclass were out of vcs
24006:
24007: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24008: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24009: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24010: include/pa_vobject.h, include/pa_vstring.h,
24011: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24012: main/execute.C: withoud cloning. didn't need it actually, params
24013: got passed from out unnamed ewpool
24014:
24015: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24016: include/pa_vjunction.h, include/pa_vobject.h,
24017: include/pa_vunknown.h, main/compile.y: cloning dead end
24018:
24019: * src/: include/pa_bool.h, include/pa_double.h,
24020: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24021: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24022: include/pa_vjunction.h, include/pa_vmframe.h,
24023: include/pa_vobject.h, include/pa_vstring.h,
24024: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24025: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24026: to give params proper names
24027:
24028: * src/main/pa_wcontext.C: z
24029:
24030: * src/: include/pa_vmframe.h, main/execute.C: added names to
24031: unknown values in get_element and unfilled params. removed wrong
24032: name change in get_element
24033:
24034: * src/main/execute.C: z
24035:
24036: * src/main/execute.C: fixed problems calling operators in
24037: constructors
24038:
24039: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24040: detected problems calling operators in constructors
24041:
24042: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24043: autocalc def to string
24044:
24045: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24046: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24047:
24048: * src/classes/root.C: added root.c
24049:
24050: * src/: include/pa_request.h, include/pa_value.h,
24051: include/pa_vcframe.h, include/pa_vmframe.h,
24052: include/pa_wcontext.h, main/compile.C, main/compile.y,
24053: main/core.C, main/execute.C, main/pa_cframe.C,
24054: main/pa_wcontext.C: 'if' just compiled
24055:
24056: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24057: include/pa_vjunction.h, include/pa_vmframe.h,
24058: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24059: main/pa_wcontext.C: z
24060:
24061: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24062: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24063: with parameter names in operator methods
24064:
24065: * src/main/compile.y: minor renamings in .y
24066:
24067: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24068: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24069: @BASE. changed 'RUN' assignment mech
24070:
24071: * src/main/execute.C: z
24072:
24073: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24074: main/compile_tools.h, main/execute.C: made class: dynamic, not
24075: static. so to enable runtime ^use
24076:
24077: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24078:
24079: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24080: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24081:
24082: * src/main/execute.C: root root in code-junction
24083:
24084: 2001-03-07 paf
24085:
24086: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24087: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24088:
24089: * src/: include/pa_stack.h, include/pa_value.h,
24090: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24091: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24092: fixed rwcontext of {} params up
24093:
24094: * src/main/: compile.y, compile_tools.h: ^func(params)
24095:
24096: * src/main/compile.y: .y priorities syntax shaped up a bit
24097:
24098: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24099: include/pa_vunknown.h, main/compile.y, main/execute.C,
24100: main/pa_hash.C: expr def in -f
24101:
24102: * src/main/: compile.y, execute.C: expr calls
24103:
24104: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24105: fixed
24106:
24107: * src/main/compile.y: expr quoted code
24108:
24109: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24110: support0
24111:
24112: * src/main/compile.y: expr string comparisons 0
24113:
24114: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24115: main/pa_string.C: just compiled lt&co
24116:
24117: * src/main/execute.C: ^var.menu{$field} problem detected. that
24118: $field not a $var.field
24119:
24120: 2001-03-06 paf
24121:
24122: * src/main/compile.y: .y expr visible-shorter
24123:
24124: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24125: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24126: logical
24127:
24128: * src/: include/pa_vstring.h, main/compile.y: problems with
24129: skipping whitespace in yylex
24130:
24131: * src/include/pa_vbool.h: forgot this
24132:
24133: * src/: include/code.h, main/compile.y, main/execute.C: without
24134: string ops in expressions 0
24135:
24136: * src/: include/pa_value.h, include/pa_vdouble.h,
24137: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24138: main/execute.C, main/main.dsp: !~
24139:
24140: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24141: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24142: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24143: include/pa_vunknown.h, include/pa_wcontext.h,
24144: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24145: main/compile_tools.h, main/execute.C: +-*/
24146:
24147: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24148: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24149:
24150: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24151: main/execute.C: expr grammar-1 2*2=4.000000 :)
24152:
24153: * src/main/compile.y: expr grammar-1
24154:
24155: * src/main/compile.y: expr lexx1
24156:
24157: * src/main/: compile.y, execute.C, main.dsp: z
24158:
24159: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24160: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24161: main/execute.C: expr lex0 exec-1
24162:
24163: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24164:
24165: 2001-02-26 paf
24166:
24167: * src/main/compile.y: max_string in yyerror bug fix
24168:
24169: 2001-02-25 paf
24170:
24171: * src/: include/pa_value.h, include/pa_vmframe.h,
24172: include/pa_wcontext.h, main/execute.C: VAliased3
24173:
24174: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24175:
24176: * src/main/execute.C: VAliased1
24177:
24178: * src/: include/pa_request.h, include/pa_value.h,
24179: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24180: VAliased0
24181:
24182: * src/: include/pa_pool.h, include/pa_request.h,
24183: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24184: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24185: VAliased just compiled
24186:
24187: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24188: include/pa_vobject.h, main/execute.C: alias dead end
24189:
24190: * src/: include/pa_value.h, include/pa_vclass.h,
24191: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24192: main/main.dsp: no not get fields into interm VFielded class.
24193: fields & staticfields 1
24194:
24195: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24196: include/pa_vobject.h, include/pa_wcontext.h,
24197: include/pa_wwrapper.h, main/core.C, main/execute.C,
24198: main/main.dsp: would now get fields into interm VFielded class
24199:
24200: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24201: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24202: include/pa_wcontext.h, main/compile.y, main/core.C,
24203: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24204: main/pa_wcontext.C: virtuals2
24205:
24206: * src/main/compile.y: : 1
24207:
24208: * src/main/compile.y: rethought to $class:static.field.subfield
24209:
24210: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24211: $class:element
24212:
24213: * src/: include/pa_value.h, include/pa_vmframe.h,
24214: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24215: main/pa_wcontext.C: before execute class calls rewrite
24216:
24217: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24218: name RUN, also alias
24219:
24220: * src/main/compile.y: escaping bug
24221:
24222: * src/: include/pa_request.h, include/pa_value.h,
24223: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24224: main/core.C, main/execute.C, main/pa_common.C: vobject1
24225:
24226: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24227: include/pa_vmframe.h, include/pa_vobject.h,
24228: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24229: main/compile_tools.h, main/execute.C: ^class:method() just
24230: compiled
24231:
24232: 2001-02-24 paf
24233:
24234: * src/main/main.dsp: no bison -d
24235:
24236: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24237: class' err msg wrong
24238:
24239: * src/main/compile.y: z
24240:
24241: * src/main/: compile.y, core.C: yylex need some @special lines adj
24242:
24243: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24244: main/compile.y, main/compile_tools.h, main/core.C: modules0
24245:
24246: * src/: include/pa_vclass.h, main/core.C: z
24247:
24248: * src/: include/pa_value.h, include/pa_vclass.h,
24249: include/pa_vobject.h, main/main.dsp: vobject00
24250:
24251: * src/main/pa_array.C: minor bug in expanding very small arrays.
24252: 60% from 1 were 0
24253:
24254: * src/: include/pa_value.h, include/pa_wcontext.h,
24255: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24256: as bad as you've named it: wcontext.value() was not a perfect
24257: idea
24258:
24259: * src/main/execute.C: codeframe1
24260:
24261: * src/: include/pa_value.h, include/pa_vcframe.h,
24262: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24263: include/pa_vjunction.h, include/pa_vmframe.h,
24264: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24265: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24266: just compiled
24267:
24268: * src/: include/pa_vframe.h, main/compile.y: found junction
24269: ideology @: ^x{$a()) must construct current wcontext element, so
24270: smart wcontext handling needed
24271:
24272: * src/main/compile.y: fixed grammar bugs in constructor/params
24273: klinch
24274:
24275: * src/main/: compile.y, execute.C: fixed empty constructor
24276: optimized empty case. failed on calls - produced empty string
24277: param
24278:
24279: * src/main/compile.y: fixed last \n macrotemplate strip bug
24280:
24281: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24282: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24283: main/compile_tools.C, main/compile_tools.h, main/core.C,
24284: main/execute.C: code junctions0. something wrong with last \n
24285: macrotemplate strip
24286:
24287: * src/: include/pa_value.h, main/compile.C, main/core.C,
24288: main/pa_value.C: minor error reporting format beautifyings
24289:
24290: * src/: include/pa_value.h, include/pa_vclass.h,
24291: include/pa_vframe.h, main/core.C, main/execute.C,
24292: main/pa_value.C: get_method RIP. junctions everywhere. call with
24293: junctions0
24294:
24295: 2001-02-23 paf
24296:
24297: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24298: pa_wwrapper.h: lara came, can't work, sorry :(
24299:
24300: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24301: junction
24302:
24303: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24304: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24305: main/execute.C, main/main.dsp, main/pa_value.C: call0
24306:
24307: * src/: include/pa_hash.h, include/pa_value.h,
24308: include/pa_wcontext.h, main/core.C, main/execute.C,
24309: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24310: done
24311:
24312: * src/include/pa_wcontext.h: z
24313:
24314: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24315: wrong grammar in complex constructor case
24316:
24317: * src/main/: compile.y, execute.C: empty constructor bug fixed
24318:
24319: * src/main/execute.C: with result rwpool
24320:
24321: * src/: include/pa_value.h, main/core.C, main/execute.C,
24322: main/main.dsp: value named
24323:
24324: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24325: strign 2 value in 2 places in execute
24326:
24327: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24328: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24329: wcontext.put_element when wcontext fvalue==0
24330:
24331: 2001-02-22 paf
24332:
24333: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24334: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24335: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24336:
24337: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24338: erroreos checkout
24339:
24340: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24341:
24342: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24343: main/compile_tools.h, main/pa_array.C: $self.get
24344:
24345: * src/main/: compile.C, compile.y, compile_tools.C: z
24346:
24347: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24348: bit. finished now.
24349:
24350: * src/main/compile.y: $: finished
24351:
24352: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24353:
24354: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24355: main/execute.C: OP_STRING better then some xxx _VALUE
24356:
24357: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24358: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24359: string to vstring it .y all
24360:
24361: * src/: include/pa_request.h, include/pa_stack.h,
24362: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24363: all
24364:
24365: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24366: precise parse error line:col
24367:
24368: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24369: main/pa_hash.C, main/pa_pool.C: TRY...
24370:
24371: * src/: include/pa_exception.h, include/pa_pool.h,
24372: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24373: main/compile.C, main/compile.y, main/compile_tools.C,
24374: main/core.C, main/pa_array.C, main/pa_exception.C,
24375: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24376: main/pa_table.C: removed exception from request
24377:
24378: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24379: some forgotten
24380:
24381: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24382: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24383: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24384: get/put simple vars to VClass works0
24385:
24386: * src/: include/pa_array.h, include/pa_wcontext.h,
24387: main/pa_string.C: in process, but found that exceptions are too
24388: global
24389:
24390: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24391: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24392: main/execute.C, main/pa_string.C: write_value write_string 0 it
24393: seems wcontext must write strings regardles of fvalue!=0
24394:
24395: 2001-02-21 paf
24396:
24397: * src/main/execute.C: tired :)
24398:
24399: * src/main/: compile.C, compile.y, execute.C: store0
24400:
24401: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24402: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24403: include/pa_wcontext.h, main/compile.C, main/compile.y,
24404: main/execute.C, main/main.dsp, main/pa_array.C,
24405: main/pa_request.C: get put -1 [just compiled]
24406:
24407: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24408: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24409: main/main.dsp, main/pa_request.C: request core methods0
24410:
24411: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24412: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24413: execute
24414:
24415: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24416: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24417: methods and one_big_piece. now compile returns array<method*>
24418:
24419: * src/main/compile.y: more straightforward yylex[end]
24420:
24421: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24422: string.operator==(char*)
24423:
24424: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24425: main/execute.C, main/pa_array.C: after array.const get wonders
24426:
24427: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24428: pa_string.h, pa_value.h: struck with const array.gets
24429:
24430: * src/main/: execute.C: z
24431:
24432: * src/main/: compile.y, execute.C: z
24433:
24434: * src/main/: compile.C, compile.y, compile_tools.h: error
24435: processing in eval & yyerror so it wouldn't cause memleaks.
24436:
24437: * src/main/: compile.C, compile.y: failed to add absolute precies
24438: parse error positions. leaving RIGHTMOST position as
24439: @file[line:col]
24440:
24441: * src/: include/compile.h, main/compile.C, main/compile.y,
24442: main/compile_tools.h: line numbers needed. would add them to .y
24443: now internally. externally it's not as precise as needed
24444:
24445: * src/: include/code.h, include/pa_types.h, main/compile.C,
24446: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24447: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24448: compiler works ok
24449:
24450: 2001-02-20 paf
24451:
24452: * src/main/: compile.C, compile.y, compile_tools.C,
24453: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24454: not perfect
24455:
24456: * src/: include/code.h, include/compile.h, include/execute.h,
24457: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24458: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24459: main/compile.C, main/compile.y, main/compile_tools.C,
24460: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24461: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24462: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24463: compiled. execute=dump for now
24464:
24465: * src/main/core.C: core rewrite using yacc investigations now will
24466: be compile[yacc]/execute[opcodes]
24467:
24468: 2001-02-15 paf
24469:
24470: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24471: rewrite as turing machine? for it seems it would be it's too many
24472: ifs with this syntax now
24473:
24474: 2001-02-14 paf
24475:
24476: * src/main/core.C: get_params 1
24477:
24478: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24479: :( ]
24480:
24481: * src/main/core.C: varios breaks
24482:
24483: * src/main/core.C: get names 3
24484:
24485: * src/main/core.C: get names 2
24486:
24487: * src/main/core.C: get names 1
24488:
24489: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24490: names 0
24491:
24492: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24493: text repassing2 operator static vars
24494:
24495: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24496: main/pa_string.C: process text repassing
24497:
24498: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24499: module:calls changes
24500:
24501: 2001-02-13 paf
24502:
24503: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24504: ^class:calls[] started
24505:
24506: * src/: include/pa_value.h, main/core.C: z
24507:
24508: * src/main/core.C: operators : and self. prefixes
24509:
24510: * src/main/core.C: z
24511:
24512: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24513: tested
24514:
24515: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24516: optimized
24517:
24518: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24519: would change privates to better support optimization
24520:
24521: * src/: include/pa_string.h, main/pa_string.C:
24522: String_iterator::skip_to todo:optimize
24523:
24524: 2001-02-12 paf
24525:
24526: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24527: String_iterator
24528:
24529: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24530: comments
24531:
24532: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24533: self/methodref joined
24534:
24535: 2001-02-11 paf
24536:
24537: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24538: main/main.dsp: core started. core.C, context&value .h
24539:
24540: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24541: include/pa_string.h, main/main.dsp, main/pa_array.C,
24542: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24543:
24544: 2001-01-30 paf
24545:
24546: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24547: comments
24548:
24549: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24550: main/pa_pool.C: moved pa_pool.C to be target specific
24551:
24552: * src/: include/pa_exception.h, include/pa_pool.h,
24553: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24554: to & changes
24555:
24556: * src/: include/pa_exception.h, include/pa_pool.h,
24557: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24558: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24559: re-associated. that's much better even removed 'die' necessety
24560:
24561: * src/: include/pa_error.h, include/pa_exception.h,
24562: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24563: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24564: targets/Makefile.am: lowered targets/parser into subdir, added
24565: parser_Pool(Pool) failed to add. would think..
24566:
24567: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24568: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24569: main/pa_string.C, main/pa_table.C: Table more like C++ style
24570: hence lots of 'const'
24571:
24572: * src/: include/pa_error.h, include/pa_request.h,
24573: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24574: main/pa_table.C: Error fixed
24575:
24576: 2001-01-29 paf
24577:
24578: * src/: include/pa_array.h, include/pa_common.h,
24579: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24580: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24581: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24582: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24583:
24584: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24585: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24586: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24587: main/pa_string.C, main/pa_table.C: Request Error Table
24588:
24589: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24590: templates"
24591:
24592: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24593: main/main.dsp, main/pa_array.C: templates failed no template
24594: specializations [VC6], no library auto instantation [VC6, GNU c++
24595: 2.95.2-6 from latest cygwin]
24596:
24597: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24598: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24599: main/main.dsp, main/pa_array.C, main/pa_string.C,
24600: main/pa_table.C: Table started would test template Array now
24601:
24602: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24603: String originating
24604:
24605: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24606: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24607: SYNCHRONIZED(thread_safe)
24608:
24609: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24610: parts to top
24611:
24612: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24613: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24614: see: needed only in global Hash now, made Hash:: put/get
24615: SYNCHRONIZED
24616:
24617: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24618: main/pa_threads.C: added pa_threads
24619:
24620: Mutex
24621:
24622: * src/include/pa_hash.h: some comments
24623:
24624: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24625: Array& operator += (Array& src)
24626:
24627: * src/main/pa_array.C: expand not convinient, would rewrite
24628:
24629: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24630: (Array& src)
24631:
24632: rethought, would change now
24633:
24634: 2001-01-27 paf
24635:
24636: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24637: caching
24638:
24639: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24640: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24641: cache rethought to chunk caching
24642:
24643: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24644: include/pa_string.h, main/main.dsp, main/pa_array.C,
24645: main/pa_hash.C, main/pa_string.C: Array 0
24646:
24647: * src/main/pa_string.C: String::operator ==
24648:
24649: * src/main/pa_hash.C: String(&String)
24650:
24651: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24652:
24653: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24654: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24655: pa_hash[forgotten]
24656:
24657: 2001-01-26 paf
24658:
24659: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24660: removed templates [vc++ suxx]
24661:
24662: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24663: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24664:
24665: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24666:
1.119 moko 24667: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24668:
1.119 moko 24669: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24670: check
24671:
24672: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24673: dynamic row_count
24674:
24675: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24676: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24677: targets/Makefile.am: Initial revision
24678:
24679: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24680: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24681: targets/Makefile.am: creating parser3 module
24682:
E-mail: